/* BIG GUBMENT */
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

.usa-banner__header-text i {
    opacity: 0.5;
}

@keyframes slidein-left {
  0% {
    transform:translateX(15rem)
  }
  to {
    transform:translateX(0)
  }
}
.usa-prose>p {
  line-height:1.5;
  margin-bottom:0;
  margin-top:0;
  max-width:68ex
}
.usa-prose>*+p,
.usa-prose>h1+*,
.usa-prose>h2+*,
.usa-prose>h3+*,
.usa-prose>h4+*,
.usa-prose>h5+*,
.usa-prose>h6+*,
.usa-prose>p+* {
  margin-top:1em
}
.usa-prose>h1,
.usa-prose>h2,
.usa-prose>h3,
.usa-prose>h4,
.usa-prose>h5,
.usa-prose>h6 {
  margin-bottom:0;
  margin-top:0;
  clear:both
}
.usa-prose>*+h1,
.usa-prose>*+h2,
.usa-prose>*+h3,
.usa-prose>*+h4,
.usa-prose>*+h5,
.usa-prose>*+h6 {
  margin-top:1.5em
}
.usa-checkbox__label,
.usa-combo-box__input,
.usa-combo-box__list,
.usa-fieldset,
.usa-hint,
.usa-input,
.usa-radio__label,
.usa-select {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.3
}
.usa-combo-box__input,
.usa-input,
.usa-select {
  border-width:1px;
  border-color:#565c65;
  border-style:solid;
  border-radius:0;
  color:#1b1b1b;
  display:block;
  height:2.5rem;
  margin-top:.5rem;
  max-width:30rem;
  padding:.5rem;
  width:100%
}
.usa-input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
/* Google Fonts import - replaces local font files */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.usa-icon {
  display:inline-block;
  fill:currentColor;
  height:1em;
  position:relative;
  width:1em
}
.usa-icon--size-3 {
  height:1.5rem;
  width:1.5rem
}
.usa-icon--size-4 {
  height:2rem;
  width:2rem
}
.usa-icon--size-5 {
  height:2.5rem;
  width:2.5rem
}
.usa-icon--size-6 {
  height:3rem;
  width:3rem
}
.usa-icon--size-7 {
  height:3.5rem;
  width:3.5rem
}
.usa-icon--size-8 {
  height:4rem;
  width:4rem
}
.usa-icon--size-9 {
  height:4.5rem;
  width:4.5rem
}
.usa-accordion {
  list-style-type:none;
  color:#1b1b1b;
  margin:0;
  padding:0;
  width:100%;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5
}
.usa-accordion>li,
.usa-breadcrumb__list>li {
  margin-bottom:0;
  max-width:unset
}
.usa-accordion>ul li ul {
  list-style:disc
}
.usa-accordion>ul li ul>li>ul {
  list-style:circle
}
.usa-accordion>ul li ul>li>ul>li>ul {
  list-style:square
}
.usa-accordion+.usa-accordion,
.usa-accordion+.usa-accordion--bordered {
  margin-top:.5rem
}
.usa-accordion--bordered .usa-accordion__content {
  border-bottom:.25rem solid #dfe1e2;
  border-left:.25rem solid #dfe1e2;
  border-right:.25rem solid #dfe1e2;
  padding-bottom:1rem
}
.usa-accordion--bordered .usa-accordion__heading {
  margin-bottom:0
}
.usa-accordion__heading,
.usa-prose .usa-accordion__heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:.9;
  margin:0
}
.usa-accordion__heading:not(:first-child),
.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top:.5rem
}
.usa-accordion__content {
  background-color:#fff;
  margin-top:0;
  overflow:auto;
  padding:1rem 1.25rem calc(1rem - .25rem)
}
.usa-accordion__content>:first-child {
  margin-top:0
}
.usa-accordion__content>:last-child {
  margin-bottom:0
}
.usa-accordion__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0;
  text-align:left;
  background-image:url(/themes/custom/usagov/assets/img/usa-icons/remove.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat;
  background-color:#f0f0f0;
  background-position:right 1.25rem center;
  background-size:1.5rem;
  color:#1b1b1b;
  cursor:pointer;
  display:inline-block;
  font-weight:700;
  margin:0;
  padding:1rem 3.5rem 1rem 1.25rem;
  text-decoration:none;
  width:100%
}
.usa-accordion__button:visited {
  color:#783cb9
}
.usa-accordion__button:active {
  color:#1a4480
}
.usa-accordion__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-accordion__button.usa-button--active,
.usa-accordion__button.usa-button--disabled,
.usa-accordion__button.usa-button--disabled.usa-button--active,
.usa-accordion__button.usa-button--disabled.usa-button--hover,
.usa-accordion__button.usa-button--disabled.usa-focus,
.usa-accordion__button.usa-button--disabled:active,
.usa-accordion__button.usa-button--disabled:focus,
.usa-accordion__button.usa-button--disabled:hover,
.usa-accordion__button.usa-button--hover,
.usa-accordion__button:active,
.usa-accordion__button:disabled,
.usa-accordion__button:disabled.usa-button--active,
.usa-accordion__button:disabled.usa-button--hover,
.usa-accordion__button:disabled.usa-focus,
.usa-accordion__button:disabled:active,
.usa-accordion__button:disabled:focus,
.usa-accordion__button:disabled:hover,
.usa-accordion__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-accordion__button.usa-button--disabled,
.usa-accordion__button:disabled {
  color:#c9c9c9
}
.usa-accordion__button.usa-button--active,
.usa-accordion__button.usa-button--hover {
  color:#1a4480
}
.usa-accordion__button:hover {
  background-color:#dfe1e2;
  color:#1b1b1b;
  text-decoration:none
}
@media (forced-colors:active) {
  .usa-accordion__button {
    forced-color-adjust:none
  }
}
.usa-accordion__button[aria-expanded=false] {
  background-image:url(/themes/custom/usagov/assets/img/usa-icons/add.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat;
  background-size:1.5rem
}
.usa-alert {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  color:#1b1b1b;
  background-color:#f0f0f0;
  padding-bottom:1rem;
  padding-top:1rem;
  position:relative;
  border-left:.5rem solid #a9aeb1
}
*+.usa-alert {
  margin-top:1rem
}
.usa-alert .usa-alert__body>.usa-list,
.usa-alert>.usa-list {
  padding-left:0
}
.usa-alert .usa-alert__body>.usa-list:last-child,
.usa-alert>.usa-list:last-child {
  margin-bottom:0
}
.usa-alert__body {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.usa-alert--success {
  background-color:#ecf3ec;
  border-left-color:#00a91c;
  color:#1b1b1b
}
.usa-alert--success:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/check_circle.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  left:.9166666667rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--success:before {
    background:0 0;
    background-color:#1b1b1b;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/check_circle.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/check_circle.svg)no-repeat center/contain
  }
}
.usa-alert--success.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--success.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-alert--success .usa-link {
  color:#1a4480
}
.usa-alert--success .usa-link:visited {
  color:#783cb9
}
.usa-alert--success .usa-link:active,
.usa-alert--success .usa-link:hover {
  color:#162e51
}
.usa-alert--success.usa-alert--no-icon:before {
  display:none
}
.usa-alert--success.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-alert--success .usa-alert__body {
  padding-left:3.8333333333rem
}
.usa-alert--warning {
  background-color:#faf3d1;
  border-left-color:#ffbe2e;
  color:#1b1b1b
}
.usa-alert--warning:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  left:.9166666667rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--warning:before {
    background:0 0;
    background-color:#1b1b1b;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/contain
  }
}
.usa-alert--warning.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--warning.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-alert--warning .usa-link {
  color:#1a4480
}
.usa-alert--warning .usa-link:visited {
  color:#783cb9
}
.usa-alert--warning .usa-link:active,
.usa-alert--warning .usa-link:hover {
  color:#162e51
}
.usa-alert--warning.usa-alert--no-icon:before {
  display:none
}
.usa-alert--warning.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-alert--warning .usa-alert__body {
  padding-left:3.8333333333rem
}
.usa-alert--error {
  background-color:#f4e3db;
  border-left-color:#d83933;
  color:#1b1b1b
}
.usa-alert--error:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  left:.9166666667rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--error:before {
    background:0 0;
    background-color:#1b1b1b;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain
  }
}
.usa-alert--error.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--error.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-alert--error .usa-link {
  color:#1a4480
}
.usa-alert--error .usa-link:visited {
  color:#783cb9
}
.usa-alert--error .usa-link:active,
.usa-alert--error .usa-link:hover {
  color:#162e51
}
.usa-alert--error.usa-alert--no-icon:before {
  display:none
}
.usa-alert--error.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-alert--error .usa-alert__body {
  padding-left:3.8333333333rem
}
.usa-alert--info {
  background-color:#e7f6f8;
  border-left-color:#00bde3;
  color:#1b1b1b
}
.usa-alert--info:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  left:.9166666667rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--info:before {
    background:0 0;
    background-color:#1b1b1b;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain
  }
}
.usa-alert--info.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--info.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-alert--info .usa-link {
  color:#1a4480
}
.usa-alert--info .usa-link:visited,
.usa-alert__text a:visited {
  color:#783cb9
}
.usa-alert--info .usa-link:active,
.usa-alert--info .usa-link:hover {
  color:#162e51
}
.usa-alert--info.usa-alert--no-icon:before {
  display:none
}
.usa-alert--info.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-alert--info .usa-alert__body {
  padding-left:3.8333333333rem
}
.usa-alert--emergency {
  background-color:#9c3d10;
  color:#fff
}
.usa-alert--emergency:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons-bg/error--white.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  left:.9166666667rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--emergency:before {
    background:0 0;
    background-color:#fff;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain
  }
}
.usa-alert--emergency.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-alert--emergency.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-alert--emergency .usa-link,
.usa-alert--emergency .usa-link:visited {
  color:#dfe1e2
}
.usa-alert--emergency .usa-link:active,
.usa-alert--emergency .usa-link:hover {
  color:#f0f0f0
}
.usa-alert--emergency.usa-alert--no-icon:before {
  display:none
}
.usa-alert--emergency.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-alert--emergency .usa-alert__body {
  padding-left:3.8333333333rem
}
.usa-alert__heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.46rem;
  line-height:.9;
  margin-top:0;
  margin-bottom:.5rem
}
.usa-alert__text {
  margin-bottom:0;
  margin-top:0
}
.usa-alert__text a,
.usa-footer__return-to-top a,
.usa-form a {
  color:#1a4480;
  text-decoration:underline
}
.usa-alert__text a:active,
.usa-alert__text a:hover {
  color:#1a4480
}
.usa-alert__text a:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-alert__text:only-child {
  padding-bottom:0;
  padding-top:0
}
.usa-alert--slim {
  padding-bottom:.5rem;
  padding-top:.5rem
}
.usa-alert--slim .usa-alert__body {
  padding-left:3.3333333333rem
}
.usa-alert--validation .usa-checklist {
  margin-top:1rem
}
.usa-alert--emergency {
  border-left:none
}
.grid-container {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-card {
  margin-left:auto;
  margin-right:auto;
  max-width:10rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-card {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-card-lg {
  margin-left:auto;
  margin-right:auto;
  max-width:15rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-card-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-mobile {
  margin-left:auto;
  margin-right:auto;
  max-width:20rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-mobile {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-mobile-lg {
  margin-left:auto;
  margin-right:auto;
  max-width:30rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-mobile-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-tablet {
  margin-left:auto;
  margin-right:auto;
  max-width:40rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-tablet {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-tablet-lg {
  margin-left:auto;
  margin-right:auto;
  max-width:55rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-tablet-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-desktop {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-desktop {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-desktop-lg {
  margin-left:auto;
  margin-right:auto;
  max-width:75rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-desktop-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-container-widescreen {
  margin-left:auto;
  margin-right:auto;
  max-width:87.5rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .grid-container-widescreen {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-card {
    margin-left:auto;
    margin-right:auto;
    max-width:10rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-card {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-card-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:15rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-card-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-mobile {
    margin-left:auto;
    margin-right:auto;
    max-width:20rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-mobile {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-mobile-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:30rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-mobile-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-tablet {
    margin-left:auto;
    margin-right:auto;
    max-width:40rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-tablet {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-tablet-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:55rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-tablet-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-desktop {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-desktop {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-desktop-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:75rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-desktop-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-container-widescreen {
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-card {
    margin-left:auto;
    margin-right:auto;
    max-width:10rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-card {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-card-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:15rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-card-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-mobile {
    margin-left:auto;
    margin-right:auto;
    max-width:20rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-mobile {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:30rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-mobile-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-tablet {
    margin-left:auto;
    margin-right:auto;
    max-width:40rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-tablet {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:55rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-tablet-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-desktop {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-desktop {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:75rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-desktop-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-container-widescreen {
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:40em) and (min-width:64em) {
  .tablet\:grid-container-widescreen {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-card {
    margin-left:auto;
    margin-right:auto;
    max-width:10rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-card {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-card-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:15rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-card-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-mobile {
    margin-left:auto;
    margin-right:auto;
    max-width:20rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-mobile {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-mobile-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:30rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-mobile-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-tablet {
    margin-left:auto;
    margin-right:auto;
    max-width:40rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-tablet {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-tablet-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:55rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-tablet-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-desktop {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-desktop {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-desktop-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:75rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-desktop-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-container-widescreen {
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:55em) and (min-width:64em) {
  .tablet-lg\:grid-container-widescreen {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-card {
    margin-left:auto;
    margin-right:auto;
    max-width:10rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-card {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-card-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:15rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-card-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-mobile {
    margin-left:auto;
    margin-right:auto;
    max-width:20rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-mobile {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:30rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-mobile-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-tablet {
    margin-left:auto;
    margin-right:auto;
    max-width:40rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-tablet {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:55rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-tablet-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-desktop {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-desktop {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left:auto;
    margin-right:auto;
    max-width:75rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-desktop-lg {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-container-widescreen {
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem;
    padding-left:1rem;
    padding-right:1rem
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .desktop\:grid-container-widescreen {
    padding-left:2rem;
    padding-right:2rem
  }
}
.grid-row {
  display:flex;
  flex-wrap:wrap
}
.grid-row.grid-gap {
  margin-left:-.5rem;
  margin-right:-.5rem
}
.grid-row.grid-gap>* {
  padding-left:.5rem;
  padding-right:.5rem
}
@media all and (min-width:64em) {
  .grid-row.grid-gap {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .grid-row.grid-gap>* {
    padding-left:1rem;
    padding-right:1rem
  }
}
.grid-row.grid-gap-0 {
  margin-left:0;
  margin-right:0
}
.grid-row.grid-gap-0>* {
  padding-left:0;
  padding-right:0
}
.grid-row.grid-gap-2px {
  margin-left:-1px;
  margin-right:-1px
}
.grid-row.grid-gap-2px>* {
  padding-left:1px;
  padding-right:1px
}
.grid-row.grid-gap-05 {
  margin-left:-2px;
  margin-right:-2px
}
.grid-row.grid-gap-05>* {
  padding-left:2px;
  padding-right:2px
}
.grid-row.grid-gap-1 {
  margin-left:-.25rem;
  margin-right:-.25rem
}
.grid-row.grid-gap-1>* {
  padding-left:.25rem;
  padding-right:.25rem
}
.grid-row.grid-gap-2 {
  margin-left:-.5rem;
  margin-right:-.5rem
}
.grid-row.grid-gap-2>* {
  padding-left:.5rem;
  padding-right:.5rem
}
.grid-row.grid-gap-3 {
  margin-left:-.75rem;
  margin-right:-.75rem
}
.grid-row.grid-gap-3>* {
  padding-left:.75rem;
  padding-right:.75rem
}
.grid-row.grid-gap-4 {
  margin-left:-1rem;
  margin-right:-1rem
}
.grid-row.grid-gap-4>* {
  padding-left:1rem;
  padding-right:1rem
}
.grid-row.grid-gap-5 {
  margin-left:-1.25rem;
  margin-right:-1.25rem
}
.grid-row.grid-gap-5>* {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.grid-row.grid-gap-6 {
  margin-left:-1.5rem;
  margin-right:-1.5rem
}
.grid-row.grid-gap-6>* {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.grid-row.grid-gap-sm {
  margin-left:-1px;
  margin-right:-1px
}
.grid-row.grid-gap-sm>* {
  padding-left:1px;
  padding-right:1px
}
.grid-row.grid-gap-md {
  margin-left:-.5rem;
  margin-right:-.5rem
}
.grid-row.grid-gap-md>* {
  padding-left:.5rem;
  padding-right:.5rem
}
.grid-row.grid-gap-lg {
  margin-left:-.75rem;
  margin-right:-.75rem
}
.grid-row.grid-gap-lg>* {
  padding-left:.75rem;
  padding-right:.75rem
}
@media all and (min-width:30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left:0;
    margin-right:0
  }
  .grid-row.mobile-lg\:grid-gap-0>* {
    padding-left:0;
    padding-right:0
  }
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.mobile-lg\:grid-gap-2px>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left:-2px;
    margin-right:-2px
  }
  .grid-row.mobile-lg\:grid-gap-05>* {
    padding-left:2px;
    padding-right:2px
  }
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .grid-row.mobile-lg\:grid-gap-1>* {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.mobile-lg\:grid-gap-2>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.mobile-lg\:grid-gap-3>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .grid-row.mobile-lg\:grid-gap-4>* {
    padding-left:1rem;
    padding-right:1rem
  }
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .grid-row.mobile-lg\:grid-gap-5>* {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .grid-row.mobile-lg\:grid-gap-6>* {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.mobile-lg\:grid-gap-sm>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.mobile-lg\:grid-gap-md>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.mobile-lg\:grid-gap-lg>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
}
@media all and (min-width:40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left:0;
    margin-right:0
  }
  .grid-row.tablet\:grid-gap-0>* {
    padding-left:0;
    padding-right:0
  }
  .grid-row.tablet\:grid-gap-2px {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.tablet\:grid-gap-2px>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.tablet\:grid-gap-05 {
    margin-left:-2px;
    margin-right:-2px
  }
  .grid-row.tablet\:grid-gap-05>* {
    padding-left:2px;
    padding-right:2px
  }
  .grid-row.tablet\:grid-gap-1 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .grid-row.tablet\:grid-gap-1>* {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .grid-row.tablet\:grid-gap-2 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.tablet\:grid-gap-2>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.tablet\:grid-gap-3 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.tablet\:grid-gap-3>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .grid-row.tablet\:grid-gap-4 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .grid-row.tablet\:grid-gap-4>* {
    padding-left:1rem;
    padding-right:1rem
  }
  .grid-row.tablet\:grid-gap-5 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .grid-row.tablet\:grid-gap-5>* {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .grid-row.tablet\:grid-gap-6 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .grid-row.tablet\:grid-gap-6>* {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .grid-row.tablet\:grid-gap-sm {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.tablet\:grid-gap-sm>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.tablet\:grid-gap-md {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.tablet\:grid-gap-md>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.tablet\:grid-gap-lg {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.tablet\:grid-gap-lg>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
}
@media all and (min-width:55em) {
  .grid-row.tablet-lg\:grid-gap-0 {
    margin-left:0;
    margin-right:0
  }
  .grid-row.tablet-lg\:grid-gap-0>* {
    padding-left:0;
    padding-right:0
  }
  .grid-row.tablet-lg\:grid-gap-2px {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.tablet-lg\:grid-gap-2px>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.tablet-lg\:grid-gap-05 {
    margin-left:-2px;
    margin-right:-2px
  }
  .grid-row.tablet-lg\:grid-gap-05>* {
    padding-left:2px;
    padding-right:2px
  }
  .grid-row.tablet-lg\:grid-gap-1 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .grid-row.tablet-lg\:grid-gap-1>* {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .grid-row.tablet-lg\:grid-gap-2 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.tablet-lg\:grid-gap-2>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.tablet-lg\:grid-gap-3 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.tablet-lg\:grid-gap-3>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .grid-row.tablet-lg\:grid-gap-4 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .grid-row.tablet-lg\:grid-gap-4>* {
    padding-left:1rem;
    padding-right:1rem
  }
  .grid-row.tablet-lg\:grid-gap-5 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .grid-row.tablet-lg\:grid-gap-5>* {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .grid-row.tablet-lg\:grid-gap-6 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .grid-row.tablet-lg\:grid-gap-6>* {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .grid-row.tablet-lg\:grid-gap-sm {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.tablet-lg\:grid-gap-sm>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.tablet-lg\:grid-gap-md {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.tablet-lg\:grid-gap-md>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.tablet-lg\:grid-gap-lg {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.tablet-lg\:grid-gap-lg>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
}
@media all and (min-width:64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left:0;
    margin-right:0
  }
  .grid-row.desktop\:grid-gap-0>* {
    padding-left:0;
    padding-right:0
  }
  .grid-row.desktop\:grid-gap-2px {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.desktop\:grid-gap-2px>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.desktop\:grid-gap-05 {
    margin-left:-2px;
    margin-right:-2px
  }
  .grid-row.desktop\:grid-gap-05>* {
    padding-left:2px;
    padding-right:2px
  }
  .grid-row.desktop\:grid-gap-1 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .grid-row.desktop\:grid-gap-1>* {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .grid-row.desktop\:grid-gap-2 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.desktop\:grid-gap-2>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.desktop\:grid-gap-3 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.desktop\:grid-gap-3>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .grid-row.desktop\:grid-gap-4 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .grid-row.desktop\:grid-gap-4>* {
    padding-left:1rem;
    padding-right:1rem
  }
  .grid-row.desktop\:grid-gap-5 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .grid-row.desktop\:grid-gap-5>* {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .grid-row.desktop\:grid-gap-6 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .grid-row.desktop\:grid-gap-6>* {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .grid-row.desktop\:grid-gap-sm {
    margin-left:-1px;
    margin-right:-1px
  }
  .grid-row.desktop\:grid-gap-sm>* {
    padding-left:1px;
    padding-right:1px
  }
  .grid-row.desktop\:grid-gap-md {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .grid-row.desktop\:grid-gap-md>* {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .grid-row.desktop\:grid-gap-lg {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .grid-row.desktop\:grid-gap-lg>* {
    padding-left:.75rem;
    padding-right:.75rem
  }
}
[class*=grid-col] {
  position:relative;
  width:100%;
  box-sizing:border-box
}
.grid-col {
  flex:1 1 0%;
  width:auto;
  max-width:100%;
  min-width:1px
}
.grid-col-auto,
.grid-col-fill {
  flex:0 1 auto;
  width:auto;
  max-width:100%
}
.grid-col-fill {
  flex:1 1 0%;
  min-width:1px
}
.grid-col-1,
.grid-col-2 {
  flex:0 1 auto;
  width:8.3333333333%
}
.grid-col-2 {
  width:16.6666666667%
}
.grid-col-3,
.grid-col-4 {
  flex:0 1 auto;
  width:25%
}
.grid-col-4 {
  width:33.3333333333%
}
.grid-col-5,
.grid-col-6 {
  flex:0 1 auto;
  width:41.6666666667%
}
.grid-col-6 {
  width:50%
}
.grid-col-7,
.grid-col-8 {
  flex:0 1 auto;
  width:58.3333333333%
}
.grid-col-8 {
  width:66.6666666667%
}
.grid-col-10,
.grid-col-9 {
  flex:0 1 auto;
  width:75%
}
.grid-col-10 {
  width:83.3333333333%
}
.grid-col-11,
.grid-col-12 {
  flex:0 1 auto;
  width:91.6666666667%
}
.grid-col-12 {
  width:100%
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-col,
  .mobile-lg\:grid-col-fill {
    flex:1 1 0%;
    width:auto;
    max-width:100%;
    min-width:1px
  }
  .mobile-lg\:grid-col-auto {
    flex:0 1 auto;
    width:auto;
    max-width:100%
  }
  .mobile-lg\:grid-col-1 {
    flex:0 1 auto;
    width:8.3333333333%
  }
  .mobile-lg\:grid-col-2 {
    flex:0 1 auto;
    width:16.6666666667%
  }
  .mobile-lg\:grid-col-3 {
    flex:0 1 auto;
    width:25%
  }
  .mobile-lg\:grid-col-4 {
    flex:0 1 auto;
    width:33.3333333333%
  }
  .mobile-lg\:grid-col-5 {
    flex:0 1 auto;
    width:41.6666666667%
  }
  .mobile-lg\:grid-col-6 {
    flex:0 1 auto;
    width:50%
  }
  .mobile-lg\:grid-col-7 {
    flex:0 1 auto;
    width:58.3333333333%
  }
  .mobile-lg\:grid-col-8 {
    flex:0 1 auto;
    width:66.6666666667%
  }
  .mobile-lg\:grid-col-9 {
    flex:0 1 auto;
    width:75%
  }
  .mobile-lg\:grid-col-10 {
    flex:0 1 auto;
    width:83.3333333333%
  }
  .mobile-lg\:grid-col-11 {
    flex:0 1 auto;
    width:91.6666666667%
  }
  .mobile-lg\:grid-col-12 {
    flex:0 1 auto;
    width:100%
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-col,
  .tablet\:grid-col-fill {
    flex:1 1 0%;
    width:auto;
    max-width:100%;
    min-width:1px
  }
  .tablet\:grid-col-auto {
    flex:0 1 auto;
    width:auto;
    max-width:100%
  }
  .tablet\:grid-col-1 {
    flex:0 1 auto;
    width:8.3333333333%
  }
  .tablet\:grid-col-2 {
    flex:0 1 auto;
    width:16.6666666667%
  }
  .tablet\:grid-col-3 {
    flex:0 1 auto;
    width:25%
  }
  .tablet\:grid-col-4 {
    flex:0 1 auto;
    width:33.3333333333%
  }
  .tablet\:grid-col-5 {
    flex:0 1 auto;
    width:41.6666666667%
  }
  .tablet\:grid-col-6 {
    flex:0 1 auto;
    width:50%
  }
  .tablet\:grid-col-7 {
    flex:0 1 auto;
    width:58.3333333333%
  }
  .tablet\:grid-col-8 {
    flex:0 1 auto;
    width:66.6666666667%
  }
  .tablet\:grid-col-9 {
    flex:0 1 auto;
    width:75%
  }
  .tablet\:grid-col-10 {
    flex:0 1 auto;
    width:83.3333333333%
  }
  .tablet\:grid-col-11 {
    flex:0 1 auto;
    width:91.6666666667%
  }
  .tablet\:grid-col-12 {
    flex:0 1 auto;
    width:100%
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-col,
  .tablet-lg\:grid-col-fill {
    flex:1 1 0%;
    width:auto;
    max-width:100%;
    min-width:1px
  }
  .tablet-lg\:grid-col-auto {
    flex:0 1 auto;
    width:auto;
    max-width:100%
  }
  .tablet-lg\:grid-col-1 {
    flex:0 1 auto;
    width:8.3333333333%
  }
  .tablet-lg\:grid-col-2 {
    flex:0 1 auto;
    width:16.6666666667%
  }
  .tablet-lg\:grid-col-3 {
    flex:0 1 auto;
    width:25%
  }
  .tablet-lg\:grid-col-4 {
    flex:0 1 auto;
    width:33.3333333333%
  }
  .tablet-lg\:grid-col-5 {
    flex:0 1 auto;
    width:41.6666666667%
  }
  .tablet-lg\:grid-col-6 {
    flex:0 1 auto;
    width:50%
  }
  .tablet-lg\:grid-col-7 {
    flex:0 1 auto;
    width:58.3333333333%
  }
  .tablet-lg\:grid-col-8 {
    flex:0 1 auto;
    width:66.6666666667%
  }
  .tablet-lg\:grid-col-9 {
    flex:0 1 auto;
    width:75%
  }
  .tablet-lg\:grid-col-10 {
    flex:0 1 auto;
    width:83.3333333333%
  }
  .tablet-lg\:grid-col-11 {
    flex:0 1 auto;
    width:91.6666666667%
  }
  .tablet-lg\:grid-col-12 {
    flex:0 1 auto;
    width:100%
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-col,
  .desktop\:grid-col-fill {
    flex:1 1 0%;
    width:auto;
    max-width:100%;
    min-width:1px
  }
  .desktop\:grid-col-auto {
    flex:0 1 auto;
    width:auto;
    max-width:100%
  }
  .desktop\:grid-col-1 {
    flex:0 1 auto;
    width:8.3333333333%
  }
  .desktop\:grid-col-2 {
    flex:0 1 auto;
    width:16.6666666667%
  }
  .desktop\:grid-col-3 {
    flex:0 1 auto;
    width:25%
  }
  .desktop\:grid-col-4 {
    flex:0 1 auto;
    width:33.3333333333%
  }
  .desktop\:grid-col-5 {
    flex:0 1 auto;
    width:41.6666666667%
  }
  .desktop\:grid-col-6 {
    flex:0 1 auto;
    width:50%
  }
  .desktop\:grid-col-7 {
    flex:0 1 auto;
    width:58.3333333333%
  }
  .desktop\:grid-col-8 {
    flex:0 1 auto;
    width:66.6666666667%
  }
  .desktop\:grid-col-9 {
    flex:0 1 auto;
    width:75%
  }
  .desktop\:grid-col-10 {
    flex:0 1 auto;
    width:83.3333333333%
  }
  .desktop\:grid-col-11 {
    flex:0 1 auto;
    width:91.6666666667%
  }
  .desktop\:grid-col-12 {
    flex:0 1 auto;
    width:100%
  }
}
.grid-offset-1 {
  margin-left:8.3333333333%
}
.grid-offset-2 {
  margin-left:16.6666666667%
}
.grid-offset-3 {
  margin-left:25%
}
.grid-offset-4 {
  margin-left:33.3333333333%
}
.grid-offset-5 {
  margin-left:41.6666666667%
}
.grid-offset-6 {
  margin-left:50%
}
.grid-offset-7 {
  margin-left:58.3333333333%
}
.grid-offset-8 {
  margin-left:66.6666666667%
}
.grid-offset-9 {
  margin-left:75%
}
.grid-offset-10 {
  margin-left:83.3333333333%
}
.grid-offset-11 {
  margin-left:91.6666666667%
}
.grid-offset-12 {
  margin-left:100%
}
.grid-offset-none {
  margin-left:0
}
@media all and (min-width:30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left:8.3333333333%
  }
  .mobile-lg\:grid-offset-2 {
    margin-left:16.6666666667%
  }
  .mobile-lg\:grid-offset-3 {
    margin-left:25%
  }
  .mobile-lg\:grid-offset-4 {
    margin-left:33.3333333333%
  }
  .mobile-lg\:grid-offset-5 {
    margin-left:41.6666666667%
  }
  .mobile-lg\:grid-offset-6 {
    margin-left:50%
  }
  .mobile-lg\:grid-offset-7 {
    margin-left:58.3333333333%
  }
  .mobile-lg\:grid-offset-8 {
    margin-left:66.6666666667%
  }
  .mobile-lg\:grid-offset-9 {
    margin-left:75%
  }
  .mobile-lg\:grid-offset-10 {
    margin-left:83.3333333333%
  }
  .mobile-lg\:grid-offset-11 {
    margin-left:91.6666666667%
  }
  .mobile-lg\:grid-offset-12 {
    margin-left:100%
  }
  .mobile-lg\:grid-offset-none {
    margin-left:0
  }
}
@media all and (min-width:40em) {
  .tablet\:grid-offset-1 {
    margin-left:8.3333333333%
  }
  .tablet\:grid-offset-2 {
    margin-left:16.6666666667%
  }
  .tablet\:grid-offset-3 {
    margin-left:25%
  }
  .tablet\:grid-offset-4 {
    margin-left:33.3333333333%
  }
  .tablet\:grid-offset-5 {
    margin-left:41.6666666667%
  }
  .tablet\:grid-offset-6 {
    margin-left:50%
  }
  .tablet\:grid-offset-7 {
    margin-left:58.3333333333%
  }
  .tablet\:grid-offset-8 {
    margin-left:66.6666666667%
  }
  .tablet\:grid-offset-9 {
    margin-left:75%
  }
  .tablet\:grid-offset-10 {
    margin-left:83.3333333333%
  }
  .tablet\:grid-offset-11 {
    margin-left:91.6666666667%
  }
  .tablet\:grid-offset-12 {
    margin-left:100%
  }
  .tablet\:grid-offset-none {
    margin-left:0
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:grid-offset-1 {
    margin-left:8.3333333333%
  }
  .tablet-lg\:grid-offset-2 {
    margin-left:16.6666666667%
  }
  .tablet-lg\:grid-offset-3 {
    margin-left:25%
  }
  .tablet-lg\:grid-offset-4 {
    margin-left:33.3333333333%
  }
  .tablet-lg\:grid-offset-5 {
    margin-left:41.6666666667%
  }
  .tablet-lg\:grid-offset-6 {
    margin-left:50%
  }
  .tablet-lg\:grid-offset-7 {
    margin-left:58.3333333333%
  }
  .tablet-lg\:grid-offset-8 {
    margin-left:66.6666666667%
  }
  .tablet-lg\:grid-offset-9 {
    margin-left:75%
  }
  .tablet-lg\:grid-offset-10 {
    margin-left:83.3333333333%
  }
  .tablet-lg\:grid-offset-11 {
    margin-left:91.6666666667%
  }
  .tablet-lg\:grid-offset-12 {
    margin-left:100%
  }
  .tablet-lg\:grid-offset-none {
    margin-left:0
  }
}
@media all and (min-width:64em) {
  .desktop\:grid-offset-1 {
    margin-left:8.3333333333%
  }
  .desktop\:grid-offset-2 {
    margin-left:16.6666666667%
  }
  .desktop\:grid-offset-3 {
    margin-left:25%
  }
  .desktop\:grid-offset-4 {
    margin-left:33.3333333333%
  }
  .desktop\:grid-offset-5 {
    margin-left:41.6666666667%
  }
  .desktop\:grid-offset-6 {
    margin-left:50%
  }
  .desktop\:grid-offset-7 {
    margin-left:58.3333333333%
  }
  .desktop\:grid-offset-8 {
    margin-left:66.6666666667%
  }
  .desktop\:grid-offset-9 {
    margin-left:75%
  }
  .desktop\:grid-offset-10 {
    margin-left:83.3333333333%
  }
  .desktop\:grid-offset-11 {
    margin-left:91.6666666667%
  }
  .desktop\:grid-offset-12 {
    margin-left:100%
  }
  .desktop\:grid-offset-none {
    margin-left:0
  }
}
.usa-media-block {
  align-items:flex-start;
  display:flex
}
.usa-media-block__img {
  flex-shrink:0;
  margin-right:.5rem
}
.usa-media-block__body {
  flex:1 1 0%
}
.usa-banner {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  background-color:#f0f0f0
}
@media all and (min-width:40em) {
  .usa-banner {
    font-size:.87rem;
    padding-bottom:0
  }
}
.usa-banner .usa-accordion {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5
}
.usa-banner__content,
.usa-banner__header {
  color:#1b1b1b
}
.usa-banner__content {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  background-color:transparent;
  font-size:1rem;
  overflow:hidden;
  padding:.25rem 1rem 1rem .5rem;
  width:100%
}
@media all and (min-width:64em) {
  .usa-banner__content {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .usa-banner__content {
    padding-bottom:1.5rem;
    padding-top:1.5rem
  }
}
.usa-banner__content p:first-child {
  margin:0
}
.usa-banner__guidance {
  display:flex;
  align-items:flex-start;
  max-width:64ex;
  padding-top:1rem
}
@media all and (min-width:40em) {
  .usa-banner__guidance {
    padding-top:0
  }
}
.usa-banner__lock-image {
  height:1.5ex;
  width:1.21875ex
}
.usa-banner__lock-image path {
  fill:currentColor
}
@media (forced-colors:active) {
  .usa-banner__lock-image path {
    fill:CanvasText
  }
}
.usa-banner__inner {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  padding-right:0
}
@media all and (min-width:64em) {
  .usa-banner__inner {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:40em) {
  .usa-banner__inner {
    align-items:center
  }
}
.usa-banner__header {
  padding-bottom:.5rem;
  padding-top:.5rem;
  font-size:.8rem;
  font-weight:400;
  min-height:3rem;
  position:relative
}
@media all and (min-width:40em) {
  .usa-banner__header {
    padding-bottom:.25rem;
    padding-top:.25rem;
    min-height:0
  }
}
.usa-banner__header-text {
  margin-bottom:0;
  margin-top:0;
  font-size:.8rem;
  line-height:1.1
}
.usa-banner__header-action {
  color:#1a4480;
  line-height:1.1;
  margin-bottom:0;
  margin-top:2px;
  text-decoration:underline
}
.usa-banner__header-action::after {
  background:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
  display:inline-block;
  height:1rem;
  width:1rem;
  content:"";
  vertical-align:middle;
  margin-left:auto
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-banner__header-action::after {
    background:0 0;
    background-color:#1a4480;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
  }
  .usa-banner__header-action::after:hover {
    background-color:#162e51
  }
}
.usa-banner__header-action:hover::after {
  content:"";
  background-color:#162e51
}
.usa-banner__header-action:visited {
  color:#783cb9
}
.usa-banner__header-action:active,
.usa-banner__header-action:hover {
  color:#162e51
}
@media all and (min-width:40em) {
  .usa-banner__header-action {
    display:none
  }
}
@media (forced-colors:active) {
  .usa-banner__header-action {
    color:LinkText
  }
  .usa-banner__header-action::after {
    background-color:ButtonText
  }
}
.usa-banner__header-flag {
  float:left;
  margin-right:.5rem;
  width:1rem
}
@media all and (min-width:40em) {
  .usa-banner__header-flag {
    margin-right:.5rem;
    padding-top:0
  }
}
.usa-banner__header--expanded {
  padding-right:3.5rem
}
@media all and (min-width:40em) {
  .usa-banner__header--expanded {
    background-color:transparent;
    display:block;
    font-size:.8rem;
    font-weight:400;
    min-height:0;
    padding-right:0
  }
}
.usa-banner__header--expanded .usa-banner__inner {
  margin-left:0
}
@media all and (min-width:40em) {
  .usa-banner__header--expanded .usa-banner__inner {
    margin-left:auto
  }
}
.usa-banner__header--expanded .usa-banner__header-action {
  display:none
}
.usa-banner__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  margin:0;
  text-align:left;
  left:0;
  position:absolute;
  bottom:0;
  top:0;
  vertical-align:baseline;
  color:#1a4480;
  display:block;
  font-size:.8rem;
  height:auto;
  line-height:1.1;
  padding:0;
  text-decoration:none;
  width:auto
}
.usa-banner__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-banner__button.usa-button--active,
.usa-banner__button.usa-button--disabled,
.usa-banner__button.usa-button--disabled.usa-button--active,
.usa-banner__button.usa-button--disabled.usa-button--hover,
.usa-banner__button.usa-button--disabled.usa-focus,
.usa-banner__button.usa-button--disabled:active,
.usa-banner__button.usa-button--disabled:focus,
.usa-banner__button.usa-button--disabled:hover,
.usa-banner__button.usa-button--hover,
.usa-banner__button:active,
.usa-banner__button:disabled,
.usa-banner__button:disabled.usa-button--active,
.usa-banner__button:disabled.usa-button--hover,
.usa-banner__button:disabled.usa-focus,
.usa-banner__button:disabled:active,
.usa-banner__button:disabled:focus,
.usa-banner__button:disabled:hover,
.usa-banner__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-banner__button.usa-button--disabled,
.usa-banner__button:disabled {
  color:#c9c9c9
}
.usa-banner__button.usa-button--active,
.usa-banner__button.usa-button--hover {
  color:#1a4480
}
.usa-banner__button:visited {
  color:#783cb9
}
.usa-banner__button:active,
.usa-banner__button:hover {
  color:#162e51
}
@media all and (max-width:39.99em) {
  .usa-banner__button {
    width:100%
  }
}
@media all and (min-width:40em) {
  .usa-banner__button {
    color:#1a4480;
    bottom:auto;
    left:auto;
    right:auto;
    top:auto;
    display:inline;
    margin-left:.5rem;
    position:relative
  }
  .usa-banner__button::after {
    background:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
    display:inline-block;
    height:1rem;
    width:1rem;
    content:"";
    vertical-align:middle;
    margin-left:2px
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-banner__button::after {
      background:0 0;
      background-color:#1a4480;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
    }
    .usa-banner__button::after:hover {
      background-color:#162e51
    }
  }
  .usa-banner__button:hover::after {
    content:"";
    background-color:#162e51
  }
  .usa-banner__button:visited {
    color:#783cb9
  }
  .usa-banner__button:active,
  .usa-banner__button:hover {
    color:#162e51
  }
  .usa-banner__button::after,
  .usa-banner__button:hover::after {
    position:absolute
  }
}
@media (min-width:40em) and (forced-colors:active) {
  .usa-banner__button::after,
  .usa-banner__button:hover::after {
    background-color:ButtonText
  }
}
@media all and (min-width:40em) {
  .usa-banner__button:hover {
    text-decoration:none
  }
}
.usa-banner__button[aria-expanded=false],
.usa-banner__button[aria-expanded=true] {
  background-image:none
}
@media all and (max-width:39.99em) {
  .usa-banner__button[aria-expanded=true]::after {
    background:url(images/close.svg)no-repeat center/contain;
    display:inline-block;
    height:3rem;
    width:3rem;
    content:"";
    vertical-align:middle;
    margin-left:0
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-banner__button[aria-expanded=true]::after {
      background:0 0;
      background-color:#005ea2;
      -webkit-mask:url(images/close.svg)no-repeat center/contain;
      mask:url(images/close.svg)no-repeat center/contain
    }
  }
  .usa-banner__button[aria-expanded=true]::before {
    bottom:0;
    top:0;
    position:absolute;
    right:0;
    background-color:#dfe1e2;
    content:"";
    display:block;
    height:3rem;
    width:3rem
  }
  .usa-banner__button[aria-expanded=true]::after {
    bottom:0;
    top:0;
    position:absolute;
    right:0
  }
}
@media all and (min-width:40em) {
  .usa-banner__button[aria-expanded=true] {
    height:auto;
    padding:0;
    position:relative
  }
  .usa-banner__button[aria-expanded=true]::after {
    background:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain;
    display:inline-block;
    height:1rem;
    width:1rem;
    content:"";
    vertical-align:middle;
    margin-left:2px
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-banner__button[aria-expanded=true]::after {
      background:0 0;
      background-color:#1a4480;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain
    }
    .usa-banner__button[aria-expanded=true]::after:hover {
      background-color:#162e51
    }
  }
  .usa-banner__button[aria-expanded=true]:hover::after {
    content:"";
    background-color:#162e51;
    position:absolute
  }
  .usa-banner__button[aria-expanded=true]::after {
    position:absolute
  }
}
@media (min-width:40em) and (forced-colors:active) {
  .usa-banner__button[aria-expanded=true]::after,
  .usa-banner__button[aria-expanded=true]:hover::after {
    background-color:ButtonText
  }
}
.usa-banner__button-text {
  position:absolute;
  left:-999em;
  right:auto;
  text-decoration:underline
}
@media all and (min-width:40em) {
  .usa-banner__button-text {
    position:static;
    display:inline
  }
}
@media (forced-colors:active) {
  .usa-banner__button-text {
    color:LinkText
  }
}
.usa-banner__icon {
  width:2.5rem
}
.usa-js-loading .usa-banner__content {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-breadcrumb {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.3;
  color:#1b1b1b;
  background-color:#fff;
  padding-left:0;
  padding-right:0
}
@media all and (min-width:30em) {
  .usa-breadcrumb {
    padding-bottom:1rem;
    padding-top:1rem
  }
  .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
  }
}
.usa-breadcrumb__list {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  display:block;
  padding:.25rem;
  margin-left:-.25rem;
  margin-right:-.25rem
}
.usa-breadcrumb__list-item {
  position:absolute;
  left:-999em;
  right:auto;
  display:inline;
  white-space:nowrap
}
@media all and (max-width:29.99em) {
  .usa-breadcrumb__list-item {
    white-space:normal
  }
  .usa-breadcrumb__list-item:nth-last-child(2) {
    position:static
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
    -moz-osx-font-smoothing:inherit;
    -webkit-font-smoothing:inherit;
    background-color:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    font-weight:400;
    margin:0;
    padding:0;
    text-align:left;
    padding-left:calc(2ex + 0px);
    text-indent:calc((2ex + 0px)*-1);
    color:#1a4480;
    display:inline-block;
    padding-bottom:1rem;
    padding-top:1rem
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus {
    outline:.25rem solid #c05600;
    outline-offset:0
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled.usa-button--active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled.usa-button--hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled.usa-focus,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled:active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled:focus,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled:hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled.usa-button--active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled.usa-button--hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled.usa-focus,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled:active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled:focus,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled:hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
    -moz-osx-font-smoothing:inherit;
    -webkit-font-smoothing:inherit;
    background-color:transparent;
    box-shadow:none;
    text-decoration:underline
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--disabled,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:disabled {
    color:#c9c9c9
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link.usa-button--hover {
    color:#1a4480
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    background:url(/themes/custom/usagov/assets/img/usa-icons/arrow_back.svg)no-repeat center/contain;
    display:inline-block;
    height:2ex;
    width:2ex;
    content:"";
    vertical-align:baseline
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
      background:0 0;
      background-color:#71767a;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/arrow_back.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/arrow_back.svg)no-repeat center/contain
    }
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited {
    color:#783cb9
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
    color:#162e51
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:before {
    bottom:-.2em;
    height:2ex;
    position:relative
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
    text-decoration:none
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
    text-decoration:underline
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    margin-right:0
  }
}
@media all and (min-width:30em) {
  .usa-breadcrumb__list-item {
    position:static
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    background:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
    display:inline-block;
    width:2ex;
    content:"";
    vertical-align:baseline
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-breadcrumb__list-item:not(:last-child)::after {
      background:0 0;
      background-color:#71767a;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain
    }
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    bottom:-.2em;
    margin-left:0;
    margin-right:0;
    height:2ex;
    position:relative
  }
}
.usa-breadcrumb__link {
  color:#1a4480;
  display:inline;
  text-decoration:none
}
.usa-breadcrumb__link:visited {
  color:#783cb9
}
.usa-breadcrumb__link:active,
.usa-breadcrumb__link:hover {
  color:#162e51
}
.usa-breadcrumb__link span {
  text-decoration:underline
}
@media all and (min-width:30em) {
  .usa-breadcrumb--wrap {
    line-height:1.4
  }
}
.usa-breadcrumb--wrap .usa-breadcrumb__list-item,
.usa-button {
  display:inline-block
}
.usa-button {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:.9;
  color:#1b1b1b;
  background-color:#00bde3;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:0;
  border-radius:.25rem;
  cursor:pointer;
  font-weight:700;
  margin-right:.5rem;
  padding:.75rem 1.25rem;
  text-align:center;
  text-decoration:none;
  width:100%
}
@media all and (min-width:30em) {
  .usa-button {
    width:auto
  }
}
.usa-button:visited {
  color:#fff
}
.usa-button.usa-button--hover,
.usa-button:hover {
  color:#1b1b1b;
  background-color:#009ec1;
  border-bottom:0;
  text-decoration:none
}
.usa-button.usa-button--active,
.usa-button:active {
  color:#1b1b1b;
  background-color:#009ec1
}
.usa-button:not([disabled]).usa-focus,
.usa-button:not([disabled]):focus {
  outline-offset:.25rem
}
.usa-button:disabled {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  background-color:#c9c9c9;
  color:#fff
}
.usa-button:disabled.usa-button--active,
.usa-button:disabled.usa-button--hover,
.usa-button:disabled.usa-focus,
.usa-button:disabled:active,
.usa-button:disabled:focus,
.usa-button:disabled:hover {
  background-color:#c9c9c9;
  border:0;
  box-shadow:none
}
.usa-button--accent-cool,
.usa-button--accent-cool:visited {
  color:#1b1b1b;
  background-color:#00bde3
}
.usa-button--accent-cool.usa-button--hover,
.usa-button--accent-cool:hover {
  color:#1b1b1b;
  background-color:#28a0cb
}
.usa-button--accent-cool.usa-button--active,
.usa-button--accent-cool:active {
  color:#fff;
  background-color:#07648d
}
.usa-button--accent-warm,
.usa-button--accent-warm:visited {
  color:#1b1b1b;
  background-color:#fa9441
}
.usa-button--accent-warm.usa-button--hover,
.usa-button--accent-warm:hover {
  color:#fff;
  background-color:#c05600
}
.usa-button--accent-warm.usa-button--active,
.usa-button--accent-warm:active {
  color:#fff;
  background-color:#775540
}
.usa-button--outline {
  background-color:transparent;
  box-shadow:inset 0 0 0 2px #00bde3;
  color:#00bde3
}
.usa-button--outline:visited {
  color:#00bde3
}
.usa-button--outline.usa-button--active,
.usa-button--outline.usa-button--hover,
.usa-button--outline:active,
.usa-button--outline:hover {
  background-color:transparent;
  box-shadow:inset 0 0 0 2px #009ec1;
  color:#009ec1
}
.usa-button--outline.usa-button--inverse {
  box-shadow:inset 0 0 0 2px #dfe1e2;
  color:#dfe1e2
}
.usa-button--outline.usa-button--inverse:visited {
  color:#dfe1e2
}
.usa-button--outline.usa-button--inverse.usa-button--hover,
.usa-button--outline.usa-button--inverse:hover {
  box-shadow:inset 0 0 0 2px #f0f0f0;
  color:#f0f0f0
}
.usa-button--outline.usa-button--inverse.usa-button--active,
.usa-button--outline.usa-button--inverse:active {
  background-color:transparent;
  box-shadow:inset 0 0 0 2px #fff;
  color:#fff
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  text-decoration:underline;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  margin:0;
  padding:0;
  text-align:left;
  color:#dfe1e2
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled {
  color:#c9c9c9
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color:#dfe1e2
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color:#f0f0f0
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color:#fff
}
.usa-button--base {
  color:#fff;
  background-color:#71767a
}
.usa-button--base.usa-button--hover,
.usa-button--base:hover {
  color:#fff;
  background-color:#565c65
}
.usa-button--base.usa-button--active,
.usa-button--base:active {
  color:#fff;
  background-color:#3d4551
}
.usa-button--secondary {
  color:#1b1b1b;
  background-color:#ccecf2
}
.usa-button--secondary.usa-button--active,
.usa-button--secondary.usa-button--hover,
.usa-button--secondary:active,
.usa-button--secondary:hover {
  color:#1b1b1b;
  background-color:#99deea
}
.usa-button--big {
  border-radius:.25rem;
  font-size:1.46rem;
  padding:1rem 1.5rem
}
.usa-button--disabled {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  background-color:#c9c9c9;
  color:#fff
}
.usa-button--disabled.usa-button--active,
.usa-button--disabled.usa-button--hover,
.usa-button--disabled.usa-focus,
.usa-button--disabled:active,
.usa-button--disabled:focus,
.usa-button--disabled:hover {
  background-color:#c9c9c9;
  border:0;
  box-shadow:none
}
.usa-button--outline-disabled,
.usa-button--outline-inverse-disabled,
.usa-button--outline-inverse:disabled,
.usa-button--outline:disabled {
  background-color:transparent
}
.usa-button--outline-disabled.usa-button--active,
.usa-button--outline-disabled.usa-button--hover,
.usa-button--outline-disabled.usa-focus,
.usa-button--outline-disabled:active,
.usa-button--outline-disabled:focus,
.usa-button--outline-disabled:hover,
.usa-button--outline-inverse-disabled.usa-button--active,
.usa-button--outline-inverse-disabled.usa-button--hover,
.usa-button--outline-inverse-disabled.usa-focus,
.usa-button--outline-inverse-disabled:active,
.usa-button--outline-inverse-disabled:focus,
.usa-button--outline-inverse-disabled:hover,
.usa-button--outline-inverse:disabled.usa-button--active,
.usa-button--outline-inverse:disabled.usa-button--hover,
.usa-button--outline-inverse:disabled.usa-focus,
.usa-button--outline-inverse:disabled:active,
.usa-button--outline-inverse:disabled:focus,
.usa-button--outline-inverse:disabled:hover,
.usa-button--outline:disabled.usa-button--active,
.usa-button--outline:disabled.usa-button--hover,
.usa-button--outline:disabled.usa-focus,
.usa-button--outline:disabled:active,
.usa-button--outline:disabled:focus,
.usa-button--outline:disabled:hover {
  background-color:transparent;
  border:0
}
.usa-button--outline-disabled,
.usa-button--outline:disabled {
  box-shadow:inset 0 0 0 2px #c9c9c9;
  color:#c9c9c9
}
.usa-button--outline-disabled.usa-button--inverse,
.usa-button--outline:disabled.usa-button--inverse {
  background-color:transparent;
  box-shadow:inset 0 0 0 2px #71767a;
  color:#71767a
}
.usa-button--unstyled {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  color:#1a4480;
  text-decoration:underline;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  margin:0;
  padding:0;
  text-align:left
}
.usa-button--unstyled:visited,
.usa-form a:visited {
  color:#783cb9
}
.usa-button--unstyled:active,
.usa-button--unstyled:hover {
  color:#1a4480
}
.usa-button--unstyled:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-button--unstyled.usa-button--active,
.usa-button--unstyled.usa-button--disabled,
.usa-button--unstyled.usa-button--disabled.usa-button--active,
.usa-button--unstyled.usa-button--disabled.usa-button--hover,
.usa-button--unstyled.usa-button--disabled.usa-focus,
.usa-button--unstyled.usa-button--disabled:active,
.usa-button--unstyled.usa-button--disabled:focus,
.usa-button--unstyled.usa-button--disabled:hover,
.usa-button--unstyled.usa-button--hover,
.usa-button--unstyled:active,
.usa-button--unstyled:disabled,
.usa-button--unstyled:disabled.usa-button--active,
.usa-button--unstyled:disabled.usa-button--hover,
.usa-button--unstyled:disabled.usa-focus,
.usa-button--unstyled:disabled:active,
.usa-button--unstyled:disabled:focus,
.usa-button--unstyled:disabled:hover,
.usa-button--unstyled:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-button--unstyled.usa-button--disabled,
.usa-button--unstyled:disabled {
  color:#c9c9c9
}
.usa-button--unstyled.usa-button--active,
.usa-button--unstyled.usa-button--hover,
.usa-form a:active,
.usa-form a:hover {
  color:#1a4480
}
.usa-button-group {
  margin-bottom:0;
  margin-top:0;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  list-style-type:none;
  margin-left:-.25rem;
  margin-right:-.25rem;
  padding-left:0
}
@media all and (min-width:30em) {
  .usa-button-group {
    flex-direction:row
  }
}
.usa-button-group__item {
  margin:.25rem
}
@media all and (min-width:30em) {
  .usa-button-group__item:last-child {
    margin-right:0
  }
}
.usa-button-group__item .usa-button {
  margin-left:0;
  margin-right:0
}
.usa-button-group--segmented {
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-between;
  margin-left:0;
  margin-right:0
}
@media all and (min-width:30em) {
  .usa-button-group--segmented {
    justify-content:flex-start
  }
}
.usa-button-group--segmented .usa-button {
  position:relative;
  width:calc(100% + 2px)
}
@media all and (min-width:30em) {
  .usa-button-group--segmented .usa-button {
    width:auto
  }
}
.usa-button-group--segmented .usa-button:active,
.usa-button-group--segmented .usa-button:hover {
  z-index:2
}
.usa-button-group--segmented .usa-button:focus {
  z-index:3
}
.usa-button-group--segmented .usa-button-group__item {
  margin-left:0;
  margin-right:0;
  width:100%
}
@media all and (min-width:30em) {
  .usa-button-group--segmented .usa-button-group__item {
    width:auto
  }
}
.usa-button-group--segmented .usa-button-group__item:first-child>.usa-button {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right:-1px
}
.usa-button-group--segmented .usa-button-group__item:last-child>.usa-button {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  margin-right:0;
  margin-left:-2px;
  width:calc(100% + 2px)
}
@media all and (min-width:30em) {
  .usa-button-group--segmented .usa-button-group__item:last-child>.usa-button {
    margin-left:-1px;
    width:auto
  }
}
.usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child)>.usa-button {
  border-radius:0;
  margin-right:-1px;
  margin-left:-1px
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button::before {
  border-right:1px solid #009ec1;
  bottom:0;
  content:"";
  display:block;
  height:100%;
  position:absolute;
  right:1px;
  top:0;
  width:1px;
  z-index:3
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary::before {
  border-right-color:#99deea
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool::before {
  border-right-color:#28a0cb
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base::before {
  border-right-color:#565c65
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool:disabled::before,
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base:disabled::before,
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary:disabled::before {
  border-right-color:#71767a
}
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--outline::before,
.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button:active::before {
  display:none
}
.usa-card-group,
.usa-prose .usa-card-group {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0
}
.usa-card-group {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:stretch;
  margin-left:-.5rem;
  margin-right:-.5rem
}
@media all and (min-width:40em) {
  .usa-card-group {
    flex-direction:row
  }
}
.usa-card {
  margin-bottom:2.5rem;
  max-width:none
}
.usa-card:last-child,
.usa-prose .usa-card:last-child {
  margin-bottom:2.5rem
}
@media all and (min-width:40em) {
  .usa-card {
    margin-bottom:2rem
  }
  .usa-card:last-child {
    margin-bottom:2rem
  }
}
.usa-prose .usa-card {
  margin-bottom:2.5rem;
  max-width:none
}
@media all and (min-width:40em) {
  .usa-prose .usa-card {
    margin-bottom:2rem
  }
  .usa-prose .usa-card:last-child {
    margin-bottom:2rem
  }
}
.usa-card__container {
  color:#1b1b1b;
  background-color:#fff;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  border-width:2px;
  border-color:#dfe1e2;
  border-style:solid;
  display:flex;
  height:100%;
  flex-direction:column;
  margin-left:.5rem;
  margin-right:.5rem;
  position:relative;
  border-radius:.5rem
}
.usa-card:not(.usa-card--flag) .usa-card__container>:only-child {
  padding:1.5rem
}
.usa-card .usa-card__img {
  display:block
}
.usa-card__header {
  padding:1.5rem 1.5rem .5rem
}
.usa-card__header:last-child {
  padding-bottom:1.5rem
}
.usa-card__heading {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.34rem;
  line-height:1.2;
  margin:0
}
.usa-card__media {
  order:-1;
  min-height:1px
}
.usa-card__img {
  border-top-left-radius:calc(.5rem - 2px);
  border-top-right-radius:calc(.5rem - 2px);
  background-color:#f0f0f0;
  position:relative;
  overflow:hidden
}
.usa-card__img img {
  display:block;
  height:100%;
  width:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.usa-card__media--inset {
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}
.usa-card__media--inset .usa-card__img {
  border-radius:0
}
.usa-card__body {
  flex:1 1 0%;
  padding:.5rem 1.5rem;
  flex-basis:auto
}
.usa-card__body:last-child {
  padding-bottom:1.5rem
}
.usa-card__body:first-child {
  padding-top:1.5rem
}
.usa-card__body:only-child {
  padding-bottom:1.5rem;
  padding-top:1.5rem
}
.usa-card__footer {
  padding:.5rem 1.5rem 1.5rem
}
.usa-card__footer .usa-button:only-of-type {
  margin-right:0
}
.usa-card__body>:last-child,
.usa-card__header>:last-child {
  padding-bottom:0;
  margin-bottom:0
}
.usa-card__body>:first-child,
.usa-card__header>:first-child {
  margin-top:0;
  padding-top:0
}
.usa-card__body>:only-child,
.usa-card__header>:only-child {
  margin-bottom:0;
  margin-top:0;
  padding-bottom:0;
  padding-top:0
}
.usa-card__body--exdent,
.usa-card__footer--exdent,
.usa-card__header--exdent,
.usa-card__media--exdent {
  margin-left:-2px;
  margin-right:-2px
}
.usa-card__body--exdent>*,
.usa-card__footer--exdent>*,
.usa-card__header--exdent>* {
  padding-left:2px;
  padding-right:2px
}
.usa-card__media--exdent {
  margin-top:-2px
}
.usa-card__media--exdent .usa-card__img {
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem
}
.usa-card--header-first .usa-card__header {
  border-top-left-radius:calc(.5rem - 2px);
  border-top-right-radius:calc(.5rem - 2px);
  padding-bottom:1rem
}
.usa-card--header-first .usa-card__header--exdent {
  margin-top:-2px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem
}
.usa-card--header-first .usa-card__media--inset {
  padding-top:0
}
.usa-card--header-first .usa-card__media {
  order:0
}
.usa-card--header-first .usa-card__img {
  border-radius:0
}
.usa-card--header-first .usa-card__body {
  padding-top:1rem
}
@media all and (min-width:40em) {
  .usa-card--flag .usa-card__media {
    display:flex;
    overflow:hidden;
    bottom:0;
    top:0;
    left:0;
    position:absolute;
    width:15rem
  }
  .usa-card--flag .usa-card__img {
    border-radius:0;
    border-top-left-radius:calc(.5rem - 2px);
    border-bottom-left-radius:calc(.5rem - 2px)
  }
  .usa-card--flag .usa-card__body,
  .usa-card--flag .usa-card__footer,
  .usa-card--flag .usa-card__header {
    margin-left:15rem
  }
  .usa-card--flag .usa-card__media--exdent {
    margin:-2px 0-2px -2px
  }
  .usa-card--flag .usa-card__media--exdent .usa-card__img {
    border-bottom-left-radius:.5rem;
    border-top-left-radius:.5rem
  }
  .usa-card--flag .usa-card__media--inset {
    padding-right:0;
    padding-bottom:1.5rem
  }
  .usa-card--flag .usa-card__media--inset .usa-card__img,
  .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
    border-radius:0
  }
  .usa-card--flag.usa-card--header-first .usa-card__header {
    padding-bottom:.5rem
  }
  .usa-card--flag.usa-card--header-first .usa-card__body {
    padding-top:.5rem
  }
  .usa-card--flag.usa-card--header-first .usa-card__media--inset {
    padding-top:1.5rem
  }
  .usa-card--flag.usa-card--media-right .usa-card__media {
    left:auto;
    right:0
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--inset {
    padding-left:0;
    padding-right:1.5rem
  }
  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius:0;
    border-top-right-radius:calc(.5rem - 2px);
    border-bottom-right-radius:calc(.5rem - 2px)
  }
  .usa-card--flag.usa-card--media-right .usa-card__body,
  .usa-card--flag.usa-card--media-right .usa-card__footer,
  .usa-card--flag.usa-card--media-right .usa-card__header {
    margin-left:0;
    margin-right:15rem
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
    margin-right:-2px;
    margin-left:0
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
    border-radius:0;
    border-bottom-right-radius:.5rem;
    border-top-right-radius:.5rem
  }
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
  box-sizing:border-box;
  height:0;
  overflow:hidden;
  padding:0 0 56.25%;
  position:relative
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  top:0
}
.usa-input--error,
.usa-input--success {
  border-width:.25rem;
  border-color:#b50909;
  border-style:solid
}
.usa-input--success {
  border-color:#00a91c
}
.usa-fieldset {
  border:0;
  margin:0;
  padding:0
}
.usa-legend {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.3;
  display:block;
  font-weight:400;
  margin-top:1.5rem;
  max-width:30rem
}
.usa-legend--large {
  font-size:2.13rem;
  font-weight:700;
  margin-top:1rem
}
.usa-input-list,
.usa-prose .usa-input-list {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0
}
.usa-input-list li,
.usa-prose .usa-input-list li {
  line-height:1.3
}
.usa-checkbox {
  background:#fff
}
.usa-checkbox__label {
  color:#1b1b1b
}
.usa-checkbox__label::before {
  background:#fff;
  box-shadow:0 0 0 2px #1b1b1b
}
@media (forced-colors:active) {
  .usa-checkbox__label::before {
    outline:2px solid transparent;
    outline-offset:2px
  }
}
.usa-checkbox__input:checked+[class*=__label]::before {
  background-color:#1a4480;
  box-shadow:0 0 0 2px #1a4480
}
.usa-checkbox__input:disabled+[class*=__label] {
  color:rgba(27,27,27,.3)
}
@media (forced-colors:active) {
  .usa-checkbox__input:disabled+[class*=__label] {
    color:GrayText
  }
}
.usa-checkbox__input:disabled+[class*=__label]::before {
  background-color:#fff;
  box-shadow:0 0 0 2px rgba(27,27,27,.3)
}
.usa-checkbox__input--tile+[class*=__label] {
  background-color:#fff;
  border:2px solid rgba(27,27,27,.3);
  color:#1b1b1b;
  border-radius:.25rem;
  margin-top:.5rem;
  padding:.75rem 1rem .75rem 2.5rem
}
.usa-checkbox__input--tile:checked+[class*=__label] {
  background-color:rgba(26,68,128,.1);
  border-color:#1a4480
}
@media (forced-colors:active) {
  .usa-checkbox__input--tile:checked+[class*=__label] {
    border:ButtonText solid .25rem
  }
}
.usa-checkbox__input--tile:disabled:checked+[class*=__label] {
  background-color:#fff;
  border-color:rgba(27,27,27,.3)
}
.usa-checkbox__input:checked+[class*=__label]::before,
.usa-checkbox__input:checked:disabled+[class*=__label]::before {
  background-image:url(/themes/custom/usagov/assets/img/correct8.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat
}
@media (forced-colors:active) {
  .usa-checkbox__input:checked+[class*=__label]::before,
  .usa-checkbox__input:checked:disabled+[class*=__label]::before {
    background-image:url(/themes/custom/usagov/assets/img/correct8-alt.svg),linear-gradient(transparent,transparent);
    background-repeat:no-repeat
  }
}
.usa-checkbox__input:checked:disabled+[class*=__label]::before {
  background-color:rgba(27,27,27,.3)
}
.usa-checkbox__input {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-checkbox__input:focus+[class*=__label]::before {
  outline:.25rem solid #c05600;
  outline-offset:.25rem
}
.usa-checkbox__input:disabled+[class*=__label],
.usa-checkbox__input:disabled+[class*=__label]::before {
  cursor:not-allowed
}
.usa-checkbox__input--tile+[class*=__label]::before {
  left:.5rem
}
.usa-checkbox__input:checked+[class*=__label]::before,
.usa-checkbox__input:checked:disabled+[class*=__label]::before {
  background-position:center center;
  background-size:.75rem auto
}
@media print {
  .usa-checkbox__input:checked+[class*=__label]::before,
  .usa-checkbox__input:checked:disabled+[class*=__label]::before {
    background-image:none;
    background-color:#fff;
    content:"✔";
    text-align:center
  }
}
@media (forced-colors:active) {
  .usa-checkbox__input:checked+[class*=__label]::before,
  .usa-checkbox__input:checked:disabled+[class*=__label]::before {
    background-color:ButtonText
  }
  .usa-checkbox__input:checked+[class*=__label]::before--tile,
  .usa-checkbox__input:checked:disabled+[class*=__label]::before--tile {
    background-color:ButtonText
  }
}
.usa-checkbox__label {
  cursor:pointer;
  display:inherit;
  font-weight:400;
  margin-top:.75rem;
  padding-left:2rem;
  position:relative
}
.usa-checkbox__label::before {
  content:" ";
  display:block;
  left:0;
  margin-left:2px;
  margin-top:.1095rem;
  position:absolute;
  height:1.25rem;
  width:1.25rem;
  border-radius:2px
}
.usa-checkbox__label-description {
  display:block;
  font-size:.93rem;
  margin-top:.5rem
}
.usa-select {
  background-image:url(/themes/custom/usagov/assets/img/usa-icons/unfold_more.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  background-position:right .5rem center;
  background-size:1.25rem;
  padding-right:2rem
}
.usa-select::-ms-expand {
  display:none
}
.usa-select:-webkit-autofill {
  -webkit-appearance:menulist;
  appearance:menulist
}
.usa-select:-moz-focusring {
  color:transparent;
  text-shadow:0 0 0#000
}
@media (forced-colors:active) {
  .usa-select {
    -webkit-appearance:listbox;
    -moz-appearance:listbox;
    appearance:listbox;
    background-image:none;
    padding-right:0
  }
}
.usa-combo-box {
  max-width:30rem;
  position:relative
}
.usa-combo-box--pristine .usa-combo-box__input {
  padding-right:calc(5em + 4px)
}
.usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
  display:none
}
.usa-combo-box--pristine .usa-combo-box__clear-input {
  display:block
}
@media (forced-colors:active) {
  .usa-combo-box--pristine .usa-combo-box__clear-input {
    background:url(images/close.svg)no-repeat center/contain;
    display:inline-block;
    width:1rem;
    height:1.5rem;
    width:auto;
    top:.5rem
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-combo-box--pristine .usa-combo-box__clear-input {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(images/close.svg)no-repeat center/contain;
      mask:url(images/close.svg)no-repeat center/contain
    }
  }
}
.usa-combo-box__input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-bottom:0;
  max-width:none;
  padding-right:calc(2.5em + 3px)
}
button.usa-combo-box__clear-input:focus,
button.usa-combo-box__toggle-list:focus {
  outline-offset:-4px
}
.usa-combo-box__clear-input__wrapper:focus,
.usa-combo-box__list:focus,
.usa-combo-box__toggle-list__wrapper:focus {
  outline:0
}
.usa-combo-box__clear-input,
.usa-combo-box__toggle-list {
  background-color:transparent;
  background-position:center;
  border:0;
  bottom:1px;
  cursor:pointer;
  margin-bottom:0;
  opacity:.6;
  padding-right:2rem;
  position:absolute;
  top:1px;
  z-index:100
}
.usa-combo-box__clear-input {
  background-size:auto 1.5rem;
  background-image:url(images/close.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat;
  display:none;
  right:calc(2.5em + 3px)
}
.usa-combo-box__toggle-list {
  background-image:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg),linear-gradient(transparent,transparent);
  background-repeat:no-repeat;
  background-size:auto 2rem;
  right:1px
}
@media (forced-colors:active) {
  .usa-combo-box__toggle-list {
    background:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
    display:inline-block;
    height:1rem;
    width:1rem;
    height:auto;
    width:auto
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-combo-box__toggle-list {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
    }
  }
}
.usa-combo-box__input-button-separator {
  background-color:#c6cace;
  position:absolute;
  top:1px;
  margin-bottom:8px;
  margin-top:8px;
  width:1px;
  right:calc(2.5em + 2px);
  box-sizing:border-box;
  z-index:200
}
@media (forced-colors:active) {
  .usa-combo-box__input-button-separator {
    background-color:ButtonText
  }
}
.usa-combo-box__list {
  border-width:1px;
  border-color:#565c65;
  border-style:solid;
  background-color:#fff;
  border-radius:0;
  border-top:0;
  margin:0;
  max-height:12.1em;
  overflow-x:hidden;
  overflow-y:scroll;
  padding:0;
  position:absolute;
  width:100%;
  z-index:300
}
.usa-combo-box__list-option {
  border-bottom:1px solid #dfe1e2;
  cursor:pointer;
  display:block;
  padding:.5rem
}
.usa-combo-box__list-option--focused {
  outline:2px solid #162e51;
  outline-offset:-2px;
  position:relative;
  z-index:100
}
.usa-combo-box__list-option--focused:focus {
  outline-offset:-4px
}
.usa-combo-box__list-option--selected {
  background-color:#00bde3;
  border-color:#00bde3;
  color:#fff
}
.usa-combo-box__list-option--no-results {
  cursor:not-allowed;
  display:block;
  padding:.5rem
}
.usa-form {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.3
}
@media all and (min-width:30em) {
  .usa-form {
    max-width:20rem
  }
}
.usa-footer__primary-link a,
.usa-form abbr[title=required] {
  text-decoration:none
}
.usa-form .usa-input,
.usa-form .usa-range,
.usa-form .usa-select,
.usa-form .usa-textarea {
  max-width:none
}
.usa-form .usa-input--2xs,
.usa-form .usa-input-group--2xs {
  max-width:5ex
}
.usa-form .usa-input--xs,
.usa-form .usa-input-group--xs {
  max-width:9ex
}
.usa-form .usa-input--sm,
.usa-form .usa-input--small,
.usa-form .usa-input-group--sm,
.usa-form .usa-input-group--small {
  max-width:13ex
}
.usa-form .usa-input--md,
.usa-form .usa-input--medium,
.usa-form .usa-input-group--md,
.usa-form .usa-input-group--medium {
  max-width:20ex
}
.usa-form .usa-input--lg,
.usa-form .usa-input-group--lg {
  max-width:30ex
}
.usa-form .usa-input--xl,
.usa-form .usa-input-group--xl {
  max-width:40ex
}
.usa-form .usa-input--2xl,
.usa-form .usa-input-group--2xl {
  max-width:50ex
}
.usa-form .usa-button {
  margin-top:.5rem
}
@media all and (min-width:30em) {
  .usa-form .usa-button {
    margin-top:1.5rem
  }
}
.usa-form a:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
@media all and (min-width:30em) {
  .usa-form--large {
    max-width:30rem
  }
}
.usa-form__note,
.usa-label {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  line-height:1.3
}
.usa-form__note {
  font-size:.93rem;
  float:right;
  margin:.25rem 0 1rem
}
.usa-label {
  font-size:1.13rem;
  display:block;
  font-weight:400;
  margin-top:1.5rem;
  max-width:30rem
}
.usa-label--error {
  font-weight:700;
  margin-top:0
}
.usa-label--required {
  color:#b50909
}
.usa-list {
  margin-bottom:1em;
  margin-top:1em;
  line-height:1.5;
  padding-left:3ch
}
.usa-list li:last-child,
.usa-list:last-child {
  margin-bottom:0
}
.usa-list ol,
.usa-list ul,
.usa-prose>ol ol,
.usa-prose>ol ul,
.usa-prose>ul ol,
.usa-prose>ul ul {
  margin-top:.25em
}
.usa-list li {
  margin-bottom:.25em;
  max-width:68ex
}
.usa-footer__nav>ul,
.usa-list--unstyled,
.usa-prose .usa-list--unstyled {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0
}
.usa-list--unstyled>li,
.usa-prose .usa-list--unstyled>li {
  margin-bottom:0;
  max-width:unset
}
.usa-footer {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  overflow:hidden
}
.usa-footer>.grid-container {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .usa-footer>.grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-footer__return-to-top {
  padding-bottom:1.25rem;
  padding-top:1.25rem;
  line-height:.9
}
.usa-footer__return-to-top a:visited {
  color:#783cb9
}
.usa-footer__return-to-top a:active,
.usa-footer__return-to-top a:hover {
  color:#1a4480
}
.usa-footer__return-to-top a:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-footer__nav {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-left:0;
  padding-right:0;
  border-bottom:1px solid #a9aeb1
}
@media all and (min-width:64em) {
  .usa-footer__nav {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:30em) {
  .usa-footer__nav {
    padding-left:1rem;
    padding-right:1rem;
    border-bottom:none
  }
}
@media all and (min-width:30em) and (min-width:64em) {
  .usa-footer__nav {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-footer__primary-section {
  background-color:#f0f0f0
}
.usa-footer__primary-container,
.usa-footer__primary-section>.grid-container {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .usa-footer__primary-section>.grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .usa-footer__primary-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-footer__primary-content {
  line-height:1.1
}
.usa-footer__primary-link a:hover,
.usa-footer__primary-link:hover,
.usa-footer__secondary-link a:hover {
  text-decoration:underline
}
.usa-footer__primary-link {
  padding:1rem;
  color:#1b1b1b;
  text-decoration:none;
  font-weight:700;
  display:block
}
@media all and (min-width:30em) {
  .usa-footer__primary-link {
    padding-left:0;
    padding-right:0
  }
}
.usa-footer__primary-link--button {
  width:100%;
  border:0;
  cursor:pointer
}
.usa-footer__primary-link--button::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
  display:inline-block;
  vertical-align:middle
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-footer__primary-link--button::before {
    background:0 0;
    background-color:currentColor;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
  }
}
.usa-footer__primary-link--button:not([disabled]):focus {
  outline:.25rem solid #c05600;
  outline-offset:-.25rem
}
.usa-footer__primary-link--button::before {
  height:1.25rem;
  width:1.25rem;
  align-items:center;
  background-size:contain;
  content:"";
  display:inline-flex;
  justify-content:center;
  margin-right:.25rem;
  margin-left:-.25rem
}
@media (forced-colors:active) {
  .usa-footer__primary-link--button::before {
    background-color:buttonText!important
  }
}
.usa-footer__primary-link--button+.usa-list--unstyled {
  margin-top:.5rem;
  margin-bottom:.5rem
}
.usa-footer__primary-link--button[aria-expanded=false]::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
  display:inline-block;
  height:1.25rem;
  width:1.25rem;
  content:"";
  vertical-align:middle;
  margin-right:.25rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-footer__primary-link--button[aria-expanded=false]::before {
    background:0 0;
    background-color:currentColor;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain
  }
}
.usa-footer__primary-link--button[aria-expanded=false]+.usa-list--unstyled {
  display:none
}
.usa-footer__secondary-link {
  line-height:1.1;
  margin-left:1rem;
  padding:0
}
.usa-footer__secondary-link a {
  color:#1a4480;
  text-decoration:underline
}
.usa-footer__secondary-link a:visited {
  color:#783cb9
}
.usa-footer__secondary-link a:active,
.usa-footer__secondary-link a:hover {
  color:#1a4480
}
.usa-footer__secondary-link a:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-footer__secondary-link+.usa-footer__secondary-link {
  padding-top:1rem
}
@media all and (min-width:30em) {
  .usa-footer__secondary-link {
    margin-left:0
  }
}
.usa-footer__contact-info {
  line-height:1.1
}
.usa-footer__contact-info a {
  color:#1b1b1b;
  text-decoration:none
}
.usa-footer__contact-info a:hover {
  text-decoration:underline
}
@media all and (min-width:30em) {
  .usa-footer__contact-info {
    justify-content:flex-end;
    margin-top:.5rem
  }
}
.usa-footer__primary-content {
  border-top:1px solid #a9aeb1
}
@media all and (min-width:30em) {
  .usa-footer__primary-content {
    border:0
  }
}
.usa-sign-up {
  padding-bottom:2rem;
  padding-top:1.5rem
}
.usa-sign-up .usa-button,
.usa-sign-up .usa-label {
  margin-top:.75rem
}
.usa-sign-up__heading {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.04rem;
  line-height:1.2;
  font-weight:700;
  margin:0
}
.usa-footer__secondary-section {
  padding-bottom:1.25rem;
  padding-top:1.25rem;
  color:#1b1b1b;
  background-color:#dfe1e2
}
.usa-footer__secondary-section>.grid-container {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .usa-footer__secondary-section>.grid-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-footer__secondary-section a {
  color:#1b1b1b
}
.usa-footer__logo {
  margin-bottom:.5rem;
  margin-top:.5rem
}
@media all and (min-width:30em) {
  .usa-footer__logo {
    margin-bottom:0;
    margin-top:0;
    align-items:center
  }
}
.usa-footer__logo-img {
  max-width:5rem
}
.usa-footer__logo-heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:.9;
  font-weight:700;
  margin-bottom:.5rem;
  margin-top:.5rem
}
.usa-footer__contact-links {
  margin-top:1.5rem
}
@media all and (min-width:30em) {
  .usa-footer__contact-links {
    margin-top:0;
    text-align:right
  }
}
.usa-footer__contact-heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.1;
  font-weight:700;
  margin-top:0
}
@media all and (min-width:30em) {
  .usa-footer__contact-heading {
    margin-bottom:.25rem;
    margin-top:.25rem
  }
}
.usa-footer__social-links {
  line-height:.9;
  padding-bottom:.5rem
}
.usa-footer__social-links a {
  text-decoration:none
}
@media all and (min-width:30em) {
  .usa-footer__social-links {
    justify-content:flex-end
  }
}
.usa-social-link {
  height:3rem;
  width:3rem;
  background-color:rgba(0,0,0,.1);
  display:inline-block;
  padding:.25rem
}
.usa-social-link:hover {
  background-color:#fff
}
@media (forced-colors:active) {
  .usa-social-link {
    background-color:#d3d3d3;
    forced-color-adjust:none
  }
}
.usa-social-link__icon {
  display:block;
  height:auto;
  width:100%
}
@media all and (min-width:30em) {
  .usa-footer__address {
    justify-content:flex-end
  }
}
@media all and (min-width:64em) {
  .usa-footer--slim .usa-footer__nav {
    padding-left:0;
    padding-right:0
  }
}
.usa-footer--slim .usa-footer__address {
  padding:1rem
}
@media all and (min-width:30em) {
  .usa-footer--slim .usa-footer__address {
    padding:0
  }
}
.usa-footer--slim .usa-footer__logo {
  align-items:center
}
.usa-footer--slim .usa-footer__logo-img {
  max-width:3rem
}
.usa-footer--slim .usa-footer__contact-info {
  display:inline-block
}
@media all and (min-width:30em) {
  .usa-footer--slim .usa-footer__contact-info {
    padding-bottom:1rem;
    padding-top:1rem;
    margin-top:0
  }
}
.usa-footer--big .usa-footer__nav {
  margin-left:-1rem;
  margin-right:-1rem
}
@media all and (min-width:30em) {
  .usa-footer--big .usa-footer__nav {
    border-bottom:1px solid #a9aeb1;
    padding-top:2rem
  }
}
@media all and (min-width:40em) {
  .usa-footer--big .usa-footer__nav {
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    border-bottom:none
  }
}
.usa-footer--big .usa-footer__primary-link {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:.98rem;
  font-weight:700;
  line-height:1.2;
  margin:0
}
@media all and (min-width:30em) {
  .usa-footer--big .usa-footer__primary-link {
    padding-bottom:0;
    padding-top:0;
    margin-bottom:.5rem
  }
  .usa-footer--big .usa-footer__primary-link:hover {
    cursor:auto;
    text-decoration:none
  }
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
  align-items:center;
  display:flex;
  justify-content:flex-start
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1.25rem
}
@media all and (min-width:30em) {
  .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left:0;
    padding-right:0;
    padding-bottom:2rem;
    padding-top:.75rem
  }
}
.usa-form-group {
  margin-top:1.5rem
}
.usa-form-group .usa-label:first-child {
  margin-top:0
}
.usa-form-group--error {
  border-left-width:.25rem;
  border-left-color:#b50909;
  border-left-style:solid;
  margin-top:2rem;
  padding-left:1rem;
  position:relative
}
@media all and (min-width:64em) {
  .usa-form-group--error {
    margin-left:-1.25rem
  }
}
.usa-focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-sr-only {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-skipnav {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  text-decoration:underline;
  background:0 0;
  left:0;
  padding:.5rem 1rem;
  position:absolute;
  top:-3.8rem;
  transition:.15s ease-in-out;
  z-index:100
}
.usa-nav__primary button:visited,
.usa-skipnav:visited {
  color:#783cb9
}
.usa-nav__primary button:active,
.usa-skipnav,
.usa-skipnav:active,
.usa-skipnav:hover {
  color:#1a4480
}
.usa-nav__primary button:focus,
.usa-skipnav:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-skipnav.usa-focus,
.usa-skipnav:focus {
  background:#fff;
  left:0;
  position:absolute;
  top:0;
  transition:.15s ease-in-out
}
.usa-search,
.usa-skipnav__container {
  position:relative
}
.usa-search {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5
}
.usa-search::after {
  clear:both;
  content:"";
  display:block
}
.usa-search [role=search],
.usa-search[role=search],
.usa-search[role=search]>div {
  display:flex
}
.usa-search [type=submit] {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  height:2rem;
  margin:0;
  padding:0;
  width:3rem
}
@media all and (min-width:30em) {
  .usa-search [type=submit] {
    padding-left:1rem;
    padding-right:1rem;
    width:auto
  }
}
@media (forced-colors:active) {
  .usa-search [type=submit] {
    border:2px solid transparent
  }
  .usa-search [type=submit]::before {
    background:url(/themes/custom/usagov/assets/img/usa-icons/search.svg)no-repeat center/contain;
    display:inline-block;
    height:1.5rem;
    width:1.5rem;
    content:"";
    vertical-align:middle;
    margin-right:auto
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-search [type=submit]::before {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/search.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/search.svg)no-repeat center/contain
    }
  }
}
@media (forced-colors:active) and (min-width:30em) {
  .usa-search [type=submit]::before {
    content:none
  }
}
@media all and (min-width:30em) {
  .usa-search__submit-icon {
    display:none
  }
}
@media (forced-colors:active) {
  .usa-search__submit-icon {
    display:none
  }
}
@media all and (min-width:30em) {
  .usa-search--big .usa-search__input,
  .usa-search--big [type=search] {
    font-size:1.06rem;
    height:3rem
  }
  .usa-search--big .usa-search__submit,
  .usa-search--big [type=submit] {
    padding-left:2rem;
    padding-right:2rem;
    font-size:1.46rem;
    height:3rem;
    width:auto
  }
}
.usa-search--small .usa-search__submit,
.usa-search--small [type=submit] {
  padding-left:.75rem;
  padding-right:.75rem;
  min-width:3rem
}
@media (forced-colors:active) and (min-width:30em) {
  .usa-search--small [type=submit]::before {
    content:""
  }
}
.usa-search--small .usa-search__submit-icon {
  height:1.5rem;
  width:1.5rem;
  display:block
}
@media (forced-colors:active) {
  .usa-search--small .usa-search__submit-icon {
    display:none
  }
}
input[type=search] {
  box-sizing:border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
.usa-search__input,
[type=search] {
  padding-bottom:0;
  padding-top:0;
  border-bottom-right-radius:0;
  border-right:none;
  border-top-right-radius:0;
  box-sizing:border-box;
  float:left;
  font-size:1rem;
  height:2rem;
  margin:0
}
.usa-search__submit-text {
  display:none
}
@media all and (min-width:30em) {
  .usa-search__submit-text {
    display:block
  }
}
.usa-nav {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:.9
}
@media all and (max-width:63.99em) {
  .usa-nav {
    right:0;
    bottom:0;
    top:0;
    position:fixed;
    background:#fff;
    border-right:0;
    display:none;
    flex-direction:column;
    overflow-y:auto;
    padding:1rem;
    width:15rem;
    z-index:500
  }
  .usa-nav.is-visible {
    animation:slidein-left .3s ease-in-out;
    display:flex
  }
}
@media all and (min-width:64em) {
  .usa-nav {
    float:right;
    position:relative
  }
  .usa-nav .usa-search {
    margin-left:1rem
  }
}
.usa-nav .usa-accordion {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:.9
}
@media all and (max-width:63.99em) {
  .usa-nav__primary {
    margin-bottom:0;
    margin-top:0;
    list-style-type:none;
    padding-left:0;
    margin-top:1.5rem;
    order:2
  }
  .usa-nav__primary>li {
    margin-bottom:0;
    max-width:unset
  }
  .usa-nav__primary-item {
    border-top:1px solid #dfe1e2
  }
  .usa-nav__primary a:not(.usa-button) {
    display:block;
    padding:.5rem 1rem;
    text-decoration:none
  }
  .usa-nav__primary a:not(.usa-button):hover {
    background-color:#f0f0f0;
    text-decoration:none
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current) {
    color:#565c65
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):hover {
    color:#1a4480
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):focus {
    outline-offset:0
  }
  .usa-nav__primary .usa-current {
    position:relative;
    color:#1a4480;
    font-weight:700
  }
  .usa-nav__primary .usa-current::after {
    background-color:#00bde3;
    border-radius:99rem;
    content:"";
    display:block;
    position:absolute;
    bottom:.25rem;
    top:.25rem;
    width:.25rem;
    left:.25rem
  }
}
@media all and (max-width:63.99em) and (min-width:40em) {
  .usa-nav__primary .usa-current {
    position:relative
  }
  .usa-nav__primary .usa-current::after {
    background-color:#1a4480;
    border-radius:99rem;
    content:"";
    display:block;
    position:absolute;
    bottom:.25rem;
    top:.25rem;
    width:.25rem;
    left:0
  }
}
@media all and (max-width:63.99em) {
  .usa-nav__primary a {
    padding-bottom:.75rem;
    padding-top:.75rem
  }
}
@media all and (min-width:64em) {
  .usa-nav__primary {
    display:flex
  }
}
.usa-nav__primary .usa-nav__primary-item a {
  text-decoration:none
}
.usa-nav__primary>.usa-nav__primary-item {
  line-height:1.1
}
@media all and (min-width:64em) {
  .usa-nav__primary>.usa-nav__primary-item {
    font-size:.93rem;
    line-height:.9
  }
  .usa-nav__primary>.usa-nav__primary-item>a {
    line-height:.9;
    padding:1rem;
    color:#565c65;
    display:block;
    font-weight:700
  }
  .usa-nav__primary>.usa-nav__primary-item>a:hover {
    color:#00bde3
  }
  .usa-nav__primary a {
    padding-bottom:.5rem;
    padding-top:.5rem
  }
}
.usa-nav__primary button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  margin:0;
  padding:0;
  text-align:left;
  position:relative;
  color:#565c65;
  font-weight:400;
  line-height:1.1;
  padding:.75rem 1rem;
  text-decoration:none
}
.usa-nav__primary button.usa-button--active,
.usa-nav__primary button.usa-button--disabled,
.usa-nav__primary button.usa-button--disabled.usa-button--active,
.usa-nav__primary button.usa-button--disabled.usa-button--hover,
.usa-nav__primary button.usa-button--disabled.usa-focus,
.usa-nav__primary button.usa-button--disabled:active,
.usa-nav__primary button.usa-button--disabled:focus,
.usa-nav__primary button.usa-button--disabled:hover,
.usa-nav__primary button.usa-button--hover,
.usa-nav__primary button:active,
.usa-nav__primary button:disabled,
.usa-nav__primary button:disabled.usa-button--active,
.usa-nav__primary button:disabled.usa-button--hover,
.usa-nav__primary button:disabled.usa-focus,
.usa-nav__primary button:disabled:active,
.usa-nav__primary button:disabled:focus,
.usa-nav__primary button:disabled:hover,
.usa-nav__primary button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-nav__primary button.usa-button--disabled,
.usa-nav__primary button:disabled {
  color:#c9c9c9
}
.usa-nav__primary button.usa-button--active,
.usa-nav__primary button.usa-button--hover {
  color:#1a4480
}
@media all and (min-width:64em) {
  .usa-nav__primary button {
    line-height:.9;
    padding:1rem;
    font-size:.93rem;
    font-weight:700
  }
}
@media (forced-colors:active) {
  .usa-nav__primary button {
    forced-color-adjust:auto
  }
}
.usa-nav__primary button:hover {
  color:#00bde3;
  background-color:#f0f0f0;
  text-decoration:none
}
@media all and (min-width:64em) {
  .usa-nav__primary button:hover {
    background-color:transparent
  }
}
.usa-nav__primary button[aria-expanded=false],
.usa-nav__primary button[aria-expanded=true] {
  background-image:none
}
.usa-nav__primary button[aria-expanded=false] span::after {
  background:url(/themes/custom/usagov/assets/img/usa-icons/add.svg)no-repeat center/contain;
  display:inline-block;
  height:1.25rem;
  width:1.25rem;
  content:"";
  vertical-align:middle;
  margin-left:auto
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background:0 0;
    background-color:ButtonText;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/add.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/add.svg)no-repeat center/contain
  }
}
.usa-nav__primary button[aria-expanded=false] span::after {
  position:absolute;
  right:0
}
.usa-nav__primary button[aria-expanded=false] span::after:hover {
  background-color:buttonText
}
@media all and (min-width:64em) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
    display:inline-block;
    height:1rem;
    width:1rem;
    content:"";
    vertical-align:middle;
    margin-left:auto
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-nav__primary button[aria-expanded=false] span::after {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
    }
  }
  .usa-nav__primary button[aria-expanded=false] span::after {
    right:.75rem
  }
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color:#1a4480
  }
}
@media (min-width:64em) and (forced-colors:active) {
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color:ButtonText
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  background:url(/themes/custom/usagov/assets/img/usa-icons/remove.svg)no-repeat center/contain;
  display:inline-block;
  height:1.25rem;
  width:1.25rem;
  content:"";
  vertical-align:middle;
  margin-left:auto
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background:0 0;
    background-color:ButtonText;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/remove.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/remove.svg)no-repeat center/contain
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  position:absolute;
  right:0
}
@media (forced-colors:active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color:ButtonText
  }
}
@media all and (min-width:64em) {
  .usa-nav__primary button[aria-expanded=true] {
    background-image:none;
    background-color:#009ec1;
    color:#fff
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain;
    display:inline-block;
    height:1rem;
    width:1rem;
    content:"";
    vertical-align:middle;
    margin-left:auto
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-nav__primary button[aria-expanded=true] span::after {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain;
      mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_less.svg)no-repeat center/contain
    }
  }
  .usa-nav__primary button[aria-expanded=true] span::after {
    right:.75rem;
    background-color:#fff
  }
}
@media (min-width:64em) and (min-width:64em) and (forced-colors:active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color:ButtonText
  }
}
@media all and (min-width:64em) {
  .usa-nav__primary .usa-accordion__button span {
    margin-right:0;
    padding-right:1rem
  }
}
.usa-nav__secondary {
  margin-top:1rem
}
@media all and (min-width:64em) {
  .usa-nav__secondary {
    flex-direction:column;
    align-items:flex-end;
    bottom:4rem;
    display:flex;
    font-size:.93rem;
    margin-top:.5rem;
    min-width:calc(27ch + 3rem);
    position:absolute;
    right:2rem
  }
}
.usa-nav__secondary .usa-search {
  margin-top:1rem;
  width:100%
}
@media all and (min-width:64em) {
  .usa-nav__secondary .usa-search {
    margin-left:0;
    margin-top:.5rem
  }
}
.usa-nav__secondary-links {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  line-height:1.3;
  margin-top:1.5rem
}
@media all and (min-width:64em) {
  .usa-nav__secondary-links {
    float:right;
    line-height:.9;
    margin-bottom:.25rem;
    margin-top:0
  }
  .usa-nav__secondary-links .usa-nav__secondary-item {
    display:inline;
    padding-left:.25rem
  }
  .usa-nav__secondary-links .usa-nav__secondary-item+.usa-nav__secondary-item::before {
    color:#dfe1e2;
    content:"|";
    padding-right:.25rem
  }
}
.usa-nav__secondary-links a {
  color:#71767a;
  display:inline-block;
  font-size:.93rem;
  text-decoration:none
}
.usa-nav__secondary-links a:hover {
  color:#00bde3;
  text-decoration:underline
}
@media all and (max-width:63.99em) {
  .usa-nav__submenu {
    list-style-type:none;
    padding-left:0;
    margin:0
  }
  .usa-nav__submenu>li {
    margin-bottom:0;
    max-width:unset
  }
  .usa-nav__submenu-item {
    border-top:1px solid #dfe1e2;
    font-size:.93rem
  }
  .usa-nav__submenu .usa-current::after {
    display:none
  }
}
@media all and (max-width:63.99em) and (min-width:40em) {
  .usa-nav__submenu .usa-current::after {
    display:none
  }
}
@media all and (max-width:63.99em) {
  .usa-nav__submenu a:not(.usa-button) {
    padding-left:2rem
  }
  .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left:3rem
  }
  .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left:4rem
  }
}
@media all and (min-width:64em) {
  .usa-nav__submenu {
    margin-bottom:0;
    margin-top:0;
    list-style-type:none;
    padding-left:0;
    background-color:#009ec1;
    width:15rem;
    padding:1rem;
    position:absolute;
    z-index:400
  }
}
.usa-nav__submenu[aria-hidden=true] {
  display:none
}
@media all and (min-width:64em) {
  .usa-nav__submenu .usa-nav__submenu-item+* {
    margin-top:.75rem
  }
  .usa-nav__submenu .usa-nav__submenu-item a {
    color:#fff;
    padding:0;
    line-height:1.3
  }
  .usa-nav__submenu .usa-nav__submenu-item a:hover {
    background-color:transparent;
    color:#fff;
    padding:0;
    text-decoration:underline
  }
}
.usa-nav__submenu-list {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0
}
.usa-icon-list>li,
.usa-nav__submenu-list>li,
.usa-process-list>li,
.usa-prose .usa-icon-list>li,
.usa-prose .usa-process-list>li,
.usa-sidenav>li,
.usa-sidenav__sublist>li {
  margin-bottom:0;
  max-width:unset
}
.usa-nav__submenu-list .usa-nav__submenu-list-item {
  margin:0;
  font-size:.93rem
}
.usa-nav__submenu-list .usa-nav__submenu-list-item a {
  line-height:1.3
}
.usa-nav__close {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  text-decoration:underline;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  margin:0;
  padding:0;
  height:3rem;
  width:3rem;
  background-image:none;
  color:currentColor;
  flex:none;
  float:right;
  margin:-.75rem -1rem 1rem auto;
  text-align:center
}
.usa-nav__close:visited {
  color:#783cb9
}
.usa-nav__close:active {
  color:#1a4480
}
.usa-nav__close:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-nav__close.usa-button--active,
.usa-nav__close.usa-button--disabled,
.usa-nav__close.usa-button--disabled.usa-button--active,
.usa-nav__close.usa-button--disabled.usa-button--hover,
.usa-nav__close.usa-button--disabled.usa-focus,
.usa-nav__close.usa-button--disabled:active,
.usa-nav__close.usa-button--disabled:focus,
.usa-nav__close.usa-button--disabled:hover,
.usa-nav__close.usa-button--hover,
.usa-nav__close:active,
.usa-nav__close:disabled,
.usa-nav__close:disabled.usa-button--active,
.usa-nav__close:disabled.usa-button--hover,
.usa-nav__close:disabled.usa-focus,
.usa-nav__close:disabled:active,
.usa-nav__close:disabled:focus,
.usa-nav__close:disabled:hover,
.usa-nav__close:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-nav__close.usa-button--disabled,
.usa-nav__close:disabled {
  color:#c9c9c9
}
.usa-nav__close.usa-button--active,
.usa-nav__close.usa-button--hover {
  color:#1a4480
}
@media (forced-colors:active) {
  .usa-nav__close::before {
    background:url(images/close.svg)no-repeat center/contain;
    display:inline-block;
    height:1.25rem;
    width:1.25rem;
    content:"";
    vertical-align:middle;
    margin-right:auto
  }
  @supports ((-webkit-mask:url()) or (mask:url())) {
    .usa-nav__close::before {
      background:0 0;
      background-color:ButtonText;
      -webkit-mask:url(images/close.svg)no-repeat center/contain;
      mask:url(images/close.svg)no-repeat center/contain
    }
  }
  .usa-nav__close::before {
    background-color:buttonText
  }
}
.usa-nav__close:hover {
  color:currentColor;
  text-decoration:none
}
@media all and (min-width:64em) {
  .usa-nav__close {
    display:none
  }
}
.usa-nav__close img {
  width:1.5rem
}
@media (forced-colors:active) {
  .usa-nav__close img {
    display:none
  }
}
.usa-nav__close+* {
  clear:both
}
.usa-js-mobile-nav--active {
  overflow:hidden
}
.usa-header {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  z-index:300
}
.usa-header::after {
  clear:both;
  content:"";
  display:block
}
.usa-header a {
  border-bottom:none
}
@media all and (min-width:64em) {
  .usa-header .usa-search {
    float:right
  }
  .usa-header [role=search] {
    float:right;
    max-width:calc(27ch + 3rem);
    width:100%
  }
}
.usa-header [type=search] {
  min-width:0
}
@media all and (min-width:64em) {
  .usa-header+.usa-hero {
    border-top:1px solid #fff
  }
  .usa-header+.usa-section,
  .usa-header+main {
    border-top:1px solid #dfe1e2
  }
}
@media all and (max-width:63.99em) {
  .usa-logo {
    flex:1 1 0%;
    font-size:.93rem;
    line-height:.9;
    margin-left:1rem
  }
}
@media all and (min-width:64em) {
  .usa-logo {
    margin-top:2rem;
    margin-bottom:1rem;
    font-size:1.46rem;
    line-height:1.1
  }
}
.usa-logo a {
  color:#1b1b1b;
  text-decoration:none
}
.usa-logo__text {
  display:block;
  font-style:normal;
  font-weight:700;
  margin:0
}
.usa-menu-btn {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  margin:0;
  padding:0;
  flex:0 1 auto;
  padding-left:.75rem;
  padding-right:.75rem;
  background-color:#00bde3;
  color:#fff;
  font-size:.87rem;
  height:3rem;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase
}
.usa-menu-btn:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-menu-btn.usa-button--active,
.usa-menu-btn.usa-button--disabled,
.usa-menu-btn.usa-button--disabled.usa-button--active,
.usa-menu-btn.usa-button--disabled.usa-button--hover,
.usa-menu-btn.usa-button--disabled.usa-focus,
.usa-menu-btn.usa-button--disabled:active,
.usa-menu-btn.usa-button--disabled:focus,
.usa-menu-btn.usa-button--disabled:hover,
.usa-menu-btn.usa-button--hover,
.usa-menu-btn:active,
.usa-menu-btn:disabled,
.usa-menu-btn:disabled.usa-button--active,
.usa-menu-btn:disabled.usa-button--hover,
.usa-menu-btn:disabled.usa-focus,
.usa-menu-btn:disabled:active,
.usa-menu-btn:disabled:focus,
.usa-menu-btn:disabled:hover,
.usa-menu-btn:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-menu-btn.usa-button--disabled,
.usa-menu-btn:disabled {
  color:#c9c9c9
}
.usa-menu-btn.usa-button--active,
.usa-menu-btn.usa-button--hover {
  color:#1a4480
}
@media all and (min-width:64em) {
  .usa-menu-btn {
    display:none
  }
}
.usa-menu-btn:hover {
  background-color:#009ec1;
  color:#fff;
  text-decoration:none
}
.usa-menu-btn:active,
.usa-menu-btn:visited {
  color:#fff
}
.usa-overlay {
  bottom:0;
  left:0;
  right:0;
  top:0;
  position:fixed;
  background:rgba(0,0,0,.7);
  opacity:0;
  transition:opacity .15s ease-in-out;
  visibility:hidden;
  z-index:400
}
.usa-overlay.is-visible {
  opacity:1;
  visibility:visible
}
@media all and (min-width:64em) {
  .usa-header--basic .usa-navbar {
    position:relative;
    width:33%
  }
  .usa-header--basic .usa-nav {
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    display:flex;
    padding:0 0 .25rem .5rem;
    width:100%
  }
  .usa-header--basic .usa-nav-container {
    align-items:flex-end;
    justify-content:space-between;
    display:flex
  }
  .usa-header--basic .usa-nav__link:hover,
  .usa-header--basic .usa-nav__primary-item>.usa-current {
    position:relative
  }
  .usa-header--basic .usa-nav__link:hover::after,
  .usa-header--basic .usa-nav__primary-item>.usa-current::after {
    background-color:#00bde3;
    border-radius:0;
    content:"";
    display:block;
    position:absolute;
    height:.25rem;
    left:1rem;
    right:1rem;
    bottom:-.25rem
  }
}
@media (min-width:64em) and (forced-colors:active) {
  .usa-header--basic .usa-nav__link:hover::after,
  .usa-header--basic .usa-nav__primary-item>.usa-current::after {
    background-color:ButtonText
  }
}
@media all and (min-width:64em) {
  .usa-header--basic .usa-nav__link[aria-expanded=true]::after,
  .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
    display:none
  }
  .usa-header--basic .usa-nav__primary {
    width:auto
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type {
    position:relative
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
    position:absolute;
    right:0
  }
  .usa-header--basic .usa-search {
    top:0
  }
}
.usa-header--basic.usa-header--megamenu .usa-nav__inner {
  display:flex;
  flex-direction:column
}
@media all and (min-width:64em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display:block;
    float:right;
    margin-top:-2.5rem
  }
  .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
    position:static
  }
  .usa-header--extended {
    padding-top:0
  }
  .usa-header--extended .usa-nav__primary-item>.usa-current,
  .usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover {
    position:relative
  }
  .usa-header--extended .usa-nav__primary-item>.usa-current::after,
  .usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover::after {
    background-color:#00bde3;
    border-radius:0;
    content:"";
    display:block;
    position:absolute;
    height:.25rem;
    left:1rem;
    right:1rem;
    bottom:0
  }
}
@media (min-width:64em) and (forced-colors:active) {
  .usa-header--extended .usa-nav__primary-item>.usa-current::after,
  .usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover::after {
    background-color:ButtonText
  }
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav__link[aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
    display:none
  }
  .usa-header--extended .usa-logo {
    font-size:2.13rem;
    margin:2rem 0 1.5rem;
    max-width:50%
  }
  .usa-header--extended .usa-navbar {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem;
    display:block;
    height:auto;
    overflow:auto
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .usa-header--extended .usa-navbar {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav {
    border-top:1px solid #dfe1e2;
    padding:0;
    width:100%
  }
  .usa-header--extended .usa-nav__inner {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:1rem;
    padding-right:1rem;
    position:relative
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .usa-header--extended .usa-nav__inner {
    padding-left:2rem;
    padding-right:2rem
  }
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav__primary {
    margin-left:-1rem
  }
  .usa-header--extended .usa-nav__primary::after {
    clear:both;
    content:"";
    display:block
  }
  .usa-header--extended .usa-nav__link {
    padding-bottom:1rem;
    padding-top:1rem
  }
  .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left:.75rem
  }
  .usa-header--extended .usa-nav__submenu.usa-megamenu {
    left:0;
    padding-left:2rem
  }
}
html.usa-js-loading .usa-nav__submenu,
html.usa-js-loading .usa-nav__submenu.usa-megamenu {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-megamenu .usa-col {
  flex:1 1 auto
}
@media all and (min-width:64em) {
  .usa-megamenu .usa-col {
    flex:4 1 0%
  }
  .usa-megamenu.usa-nav__submenu {
    padding-left:0;
    padding-right:0;
    padding-bottom:2rem;
    padding-top:2rem;
    left:-33%;
    right:0;
    width:auto
  }
  .usa-megamenu.usa-nav__submenu::after,
  .usa-megamenu.usa-nav__submenu::before {
    bottom:0;
    top:0;
    background-color:#009ec1;
    content:"";
    display:block;
    position:absolute;
    width:100%
  }
  .usa-megamenu.usa-nav__submenu::before {
    right:100%
  }
  .usa-megamenu.usa-nav__submenu::after {
    left:100%
  }
  .usa-nav-container {
    margin-left:auto;
    margin-right:auto;
    max-width:64rem;
    padding-left:2rem;
    padding-right:2rem
  }
  .usa-nav-container::after {
    clear:both;
    content:"";
    display:block
  }
}
@media all and (min-width:64em) and (min-width:64em) {
  .usa-nav-container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-navbar {
  height:3rem
}
@media all and (max-width:63.99em) {
  .usa-navbar {
    align-items:center;
    border-bottom:1px solid #dfe1e2;
    display:flex
  }
}
@media all and (min-width:64em) {
  .usa-navbar {
    border-bottom:none;
    display:inline-block;
    height:auto
  }
}
.usa-hero,
.usa-icon-list__content>ol,
.usa-icon-list__content>p,
.usa-icon-list__content>ul {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem
}
.usa-hero {
  line-height:1.5;
  padding-bottom:2rem;
  padding-top:2rem;
  background-image:url(/themes/custom/usagov/assets/img/hero.png);
  background-position:center;
  background-size:cover;
  color:#fff
}
.usa-hero__callout {
  background-color:#009ec1;
  padding:2rem
}
@media all and (min-width:40em) {
  .usa-hero__callout {
    max-width:20rem
  }
}
.usa-hero__heading {
  margin-bottom:0;
  margin-top:0;
  clear:both;
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.34rem;
  font-weight:700;
  color:#00bde3;
  line-height:1.2
}
*+.usa-hero__heading {
  margin-top:1.5em
}
.usa-hero__heading+* {
  margin-top:1em
}
.usa-hero__heading--alt {
  color:#fff;
  display:block
}
.usa-icon-list {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  max-width:72ex
}
.usa-icon-list__item {
  display:flex;
  position:relative
}
.usa-icon-list__item+.usa-icon-list__item,
.usa-prose .usa-icon-list__item+.usa-icon-list__item {
  padding-top:.75rem
}
.usa-prose .usa-icon-list {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  max-width:72ex
}
.usa-prose .usa-icon-list__item {
  display:flex;
  position:relative
}
.usa-icon-list--base-lightest .usa-icon-list__icon {
  color:#f0f0f0
}
.usa-icon-list--base-lighter .usa-icon-list__icon,
.usa-identifier__identity-disclaimer a,
.usa-identifier__identity-disclaimer a:visited {
  color:#dfe1e2
}
.usa-icon-list--base-light .usa-icon-list__icon {
  color:#a9aeb1
}
.usa-icon-list--base .usa-icon-list__icon {
  color:#71767a
}
.usa-icon-list--base-dark .usa-icon-list__icon {
  color:#565c65
}
.usa-icon-list--base-darker .usa-icon-list__icon {
  color:#3d4551
}
.usa-icon-list--base-darkest .usa-icon-list__icon {
  color:#1b1b1b
}
.usa-icon-list--primary-lighter .usa-icon-list__icon {
  color:#ccecf2
}
.usa-icon-list--primary-light .usa-icon-list__icon {
  color:#73b3e7
}
.usa-icon-list--primary .usa-icon-list__icon {
  color:#00bde3
}
.usa-icon-list--primary-vivid .usa-icon-list__icon {
  color:#0050d8
}
.usa-icon-list--primary-dark .usa-icon-list__icon,
.usa-icon-list--primary-darker .usa-icon-list__icon {
  color:#009ec1
}
.usa-icon-list--secondary-lighter .usa-icon-list__icon {
  color:#f3e1e4
}
.usa-icon-list--secondary-light .usa-icon-list__icon {
  color:#f2938c
}
.usa-icon-list--secondary .usa-icon-list__icon {
  color:#ccecf2
}
.usa-icon-list--secondary-vivid .usa-icon-list__icon {
  color:#e41d3d
}
.usa-icon-list--secondary-dark .usa-icon-list__icon,
.usa-icon-list--secondary-darker .usa-icon-list__icon {
  color:#99deea
}
.usa-icon-list--accent-warm-lighter .usa-icon-list__icon {
  color:#f2e4d4
}
.usa-icon-list--accent-warm-light .usa-icon-list__icon {
  color:#ffbc78
}
.usa-icon-list--accent-warm .usa-icon-list__icon {
  color:#fa9441
}
.usa-icon-list--accent-warm-dark .usa-icon-list__icon {
  color:#c05600
}
.usa-icon-list--accent-warm-darker .usa-icon-list__icon {
  color:#775540
}
.usa-icon-list--accent-cool-lighter .usa-icon-list__icon {
  color:#e1f3f8
}
.usa-icon-list--accent-cool-light .usa-icon-list__icon {
  color:#97d4ea
}
.usa-icon-list--accent-cool .usa-icon-list__icon {
  color:#00bde3
}
.usa-icon-list--accent-cool-dark .usa-icon-list__icon {
  color:#28a0cb
}
.usa-icon-list--accent-cool-darker .usa-icon-list__icon {
  color:#07648d
}
.usa-icon-list--error-lighter .usa-icon-list__icon {
  color:#f4e3db
}
.usa-icon-list--error-light .usa-icon-list__icon {
  color:#f39268
}
.usa-icon-list--error .usa-icon-list__icon {
  color:#d83933
}
.usa-icon-list--error-dark .usa-icon-list__icon {
  color:#b50909
}
.usa-icon-list--error-darker .usa-icon-list__icon {
  color:#6f3331
}
.usa-icon-list--warning-lighter .usa-icon-list__icon {
  color:#faf3d1
}
.usa-icon-list--warning-light .usa-icon-list__icon {
  color:#fee685
}
.usa-icon-list--warning .usa-icon-list__icon {
  color:#ffbe2e
}
.usa-icon-list--warning-dark .usa-icon-list__icon {
  color:#e5a000
}
.usa-icon-list--warning-darker .usa-icon-list__icon {
  color:#936f38
}
.usa-icon-list--success-lighter .usa-icon-list__icon {
  color:#ecf3ec
}
.usa-icon-list--success-light .usa-icon-list__icon {
  color:#70e17b
}
.usa-icon-list--success .usa-icon-list__icon {
  color:#00a91c
}
.usa-icon-list--success-dark .usa-icon-list__icon {
  color:#008817
}
.usa-icon-list--success-darker .usa-icon-list__icon {
  color:#216e1f
}
.usa-icon-list--info-lighter .usa-icon-list__icon {
  color:#e7f6f8
}
.usa-icon-list--info-light .usa-icon-list__icon {
  color:#99deea
}
.usa-icon-list--info .usa-icon-list__icon {
  color:#00bde3
}
.usa-icon-list--info-dark .usa-icon-list__icon {
  color:#009ec1
}
.usa-icon-list--info-darker .usa-icon-list__icon {
  color:#2e6276
}
.usa-icon-list--disabled-light .usa-icon-list__icon {
  color:#e6e6e6
}
.usa-icon-list--disabled .usa-icon-list__icon {
  color:#c9c9c9
}
.usa-icon-list--disabled-dark .usa-icon-list__icon {
  color:#adadad
}
.usa-icon-list--emergency .usa-icon-list__icon {
  color:#9c3d10
}
.usa-icon-list--emergency-dark .usa-icon-list__icon {
  color:#332d29
}
.usa-icon-list__icon .usa-icon {
  display:block;
  height:1.59rem;
  position:relative;
  width:1.59rem
}
.usa-icon-list__content>ol,
.usa-icon-list__content>p,
.usa-icon-list__content>ul {
  max-width:72ex
}
.usa-icon-list[class*=usa-icon-list--size-] {
  max-width:none
}
.usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
  height:1.5rem;
  width:1.5rem
}
.usa-icon-list--size-xs .usa-icon-list__content {
  max-width:72ex;
  font-size:1rem;
  padding-left:.4rem
}
.usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:.91rem
}
.usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
  height:1.59rem;
  width:1.59rem
}
.usa-icon-list--size-sm .usa-icon-list__content {
  max-width:72ex;
  font-size:1.06rem;
  padding-left:.424rem
}
.usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:.98rem
}
.usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
  height:1.695rem;
  width:1.695rem
}
.usa-icon-list--size-md .usa-icon-list__content {
  max-width:72ex;
  font-size:1.13rem;
  padding-left:.452rem
}
.usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.04rem
}
.usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
  height:2.19rem;
  width:2.19rem
}
.usa-icon-list--size-lg .usa-icon-list__content {
  max-width:72ex;
  font-size:1.46rem;
  padding-left:.584rem
}
.usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.34rem
}
.usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
  height:3.195rem;
  width:3.195rem
}
.usa-icon-list--size-xl .usa-icon-list__content {
  max-width:72ex;
  font-size:2.13rem;
  padding-left:.852rem
}
.usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.95rem
}
.usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
  height:3.99rem;
  width:3.99rem
}
.usa-icon-list--size-2xl .usa-icon-list__content {
  max-width:72ex;
  font-size:2.66rem;
  padding-left:1.064rem
}
.usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:2.44rem
}
.usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
  height:4.785rem;
  width:4.785rem
}
.usa-icon-list--size-3xl .usa-icon-list__content {
  max-width:72ex;
  font-size:3.19rem;
  padding-left:1.276rem
}
.usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title,
.usa-icon-list__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:2.93rem
}
@media all and (min-width:30em) {
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height:1.5rem;
    width:1.5rem
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width:72ex;
    font-size:1rem;
    padding-left:.4rem
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.91rem
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height:1.59rem;
    width:1.59rem
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width:72ex;
    font-size:1.06rem;
    padding-left:.424rem
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.98rem
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height:1.695rem;
    width:1.695rem
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width:72ex;
    font-size:1.13rem;
    padding-left:.452rem
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.04rem
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height:2.19rem;
    width:2.19rem
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width:72ex;
    font-size:1.46rem;
    padding-left:.584rem
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.34rem
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height:3.195rem;
    width:3.195rem
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.13rem;
    padding-left:.852rem
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.95rem
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height:3.99rem;
    width:3.99rem
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.66rem;
    padding-left:1.064rem
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.44rem
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height:4.785rem;
    width:4.785rem
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width:72ex;
    font-size:3.19rem;
    padding-left:1.276rem
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.93rem
  }
}
@media all and (min-width:40em) {
  .tablet\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height:1.5rem;
    width:1.5rem
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width:72ex;
    font-size:1rem;
    padding-left:.4rem
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.91rem
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height:1.59rem;
    width:1.59rem
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width:72ex;
    font-size:1.06rem;
    padding-left:.424rem
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.98rem
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height:1.695rem;
    width:1.695rem
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content {
    max-width:72ex;
    font-size:1.13rem;
    padding-left:.452rem
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.04rem
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height:2.19rem;
    width:2.19rem
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width:72ex;
    font-size:1.46rem;
    padding-left:.584rem
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.34rem
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height:3.195rem;
    width:3.195rem
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.13rem;
    padding-left:.852rem
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.95rem
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height:3.99rem;
    width:3.99rem
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.66rem;
    padding-left:1.064rem
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.44rem
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height:4.785rem;
    width:4.785rem
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width:72ex;
    font-size:3.19rem;
    padding-left:1.276rem
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.93rem
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height:1.5rem;
    width:1.5rem
  }
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width:72ex;
    font-size:1rem;
    padding-left:.4rem
  }
  .tablet-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.91rem
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height:1.59rem;
    width:1.59rem
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width:72ex;
    font-size:1.06rem;
    padding-left:.424rem
  }
  .tablet-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.98rem
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height:1.695rem;
    width:1.695rem
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width:72ex;
    font-size:1.13rem;
    padding-left:.452rem
  }
  .tablet-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.04rem
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height:2.19rem;
    width:2.19rem
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width:72ex;
    font-size:1.46rem;
    padding-left:.584rem
  }
  .tablet-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.34rem
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height:3.195rem;
    width:3.195rem
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.13rem;
    padding-left:.852rem
  }
  .tablet-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.95rem
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height:3.99rem;
    width:3.99rem
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.66rem;
    padding-left:1.064rem
  }
  .tablet-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.44rem
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height:4.785rem;
    width:4.785rem
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width:72ex;
    font-size:3.19rem;
    padding-left:1.276rem
  }
  .tablet-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.93rem
  }
}
@media all and (min-width:64em) {
  .desktop\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height:1.5rem;
    width:1.5rem
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width:72ex;
    font-size:1rem;
    padding-left:.4rem
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.91rem
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height:1.59rem;
    width:1.59rem
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width:72ex;
    font-size:1.06rem;
    padding-left:.424rem
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:.98rem
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height:1.695rem;
    width:1.695rem
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content {
    max-width:72ex;
    font-size:1.13rem;
    padding-left:.452rem
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.04rem
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height:2.19rem;
    width:2.19rem
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width:72ex;
    font-size:1.46rem;
    padding-left:.584rem
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.34rem
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height:3.195rem;
    width:3.195rem
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.13rem;
    padding-left:.852rem
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.95rem
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height:3.99rem;
    width:3.99rem
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width:72ex;
    font-size:2.66rem;
    padding-left:1.064rem
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.44rem
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height:4.785rem;
    width:4.785rem
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width:72ex;
    font-size:3.19rem;
    padding-left:1.276rem
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:2.93rem
  }
}
.usa-icon-list__title {
  font-size:1.04rem;
  line-height:1.2;
  margin-bottom:0;
  padding-top:.425ex
}
.usa-icon-list__title+* {
  margin-top:.5rem
}
.usa-icon-list__content {
  font-size:1.13rem;
  padding-left:.452rem
}
.usa-icon-list__content>:first-child {
  margin-top:0
}
.usa-icon-list__content>:last-child {
  margin-bottom:0
}
.usa-icon-list__content ul li,
.usa-process-list__item ul {
  list-style-type:disc
}
.usa-identifier {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.3;
  color:#fff;
  background-color:#1b1b1b;
  padding-bottom:1rem
}
.usa-identifier__container {
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  max-width:64rem
}
@media all and (min-width:64em) {
  .usa-identifier__container {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-identifier__section {
  padding-bottom:1rem;
  padding-top:1rem
}
@media all and (min-width:40em) {
  .usa-identifier__section--masthead .usa-identifier__container {
    align-items:center;
    display:flex
  }
}
.usa-identifier__logos {
  display:flex;
  margin-right:1rem
}
.usa-identifier__logo {
  text-decoration:none;
  height:3rem;
  display:block
}
.usa-identifier__logo+.usa-identifier__logo {
  margin-left:.5rem
}
.usa-identifier__logo-img {
  height:100%;
  width:auto
}
.usa-identifier__identity {
  flex:1 1 0%;
  margin-top:1rem
}
@media all and (min-width:40em) {
  .usa-identifier__identity {
    margin-top:0
  }
}
.usa-identifier__identity-disclaimer,
.usa-identifier__identity-domain {
  margin:0;
  padding:0
}
.usa-identifier__identity-domain {
  color:#a9aeb1
}
.usa-identifier__identity-disclaimer {
  font-weight:700
}
.usa-identifier__identity-disclaimer a:active,
.usa-identifier__identity-disclaimer a:hover {
  color:#f0f0f0
}
@media all and (min-width:40em) {
  .usa-identifier__section--required-links {
    padding-bottom:.5rem;
    padding-top:.5rem
  }
}
@media all and (min-width:64em) {
  .usa-identifier__section--required-links {
    font-size:1rem
  }
}
.usa-identifier__required-links-list {
  list-style-type:none;
  padding-left:0;
  margin-bottom:0;
  margin-top:0
}
@media all and (min-width:40em) {
  .usa-identifier__required-links-list {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:2rem;
    column-gap:2rem;
    -moz-column-fill:balance;
    column-fill:balance
  }
}
@media all and (min-width:64em) {
  .usa-identifier__required-links-list {
    -moz-column-count:4;
    column-count:4
  }
}
.usa-identifier__required-links-item {
  -moz-column-break-inside:avoid;
  break-inside:avoid;
  margin-bottom:.75rem
}
.usa-identifier__required-links-item:last-child,
.usa-process-list__item ul li:last-child {
  margin-bottom:0
}
@media all and (min-width:64em) {
  .usa-identifier__required-links-item {
    margin-bottom:.5rem
  }
}
.usa-identifier__required-link,
.usa-identifier__required-link.usa-link {
  color:#a9aeb1;
  display:inline-block
}
.usa-identifier__required-link.usa-link:visited,
.usa-identifier__required-link:visited {
  color:#a9aeb1
}
.usa-identifier__required-link.usa-link:active,
.usa-identifier__required-link.usa-link:hover,
.usa-identifier__required-link:active,
.usa-identifier__required-link:hover,
.usa-identifier__section--usagov a:visited {
  color:#dfe1e2
}
.usa-identifier__section--usagov a {
  color:#dfe1e2;
  font-weight:700;
  display:inline-block;
  margin-top:.5rem
}
.usa-identifier__section--usagov a:active,
.usa-identifier__section--usagov a:hover,
.usa-section--dark a:hover {
  color:#f0f0f0
}
@media all and (min-width:40em) {
  .usa-identifier__section--usagov a {
    margin-top:0
  }
  .usa-identifier__usagov-description {
    display:inline-flex
  }
}
.usa-hint {
  color:#71767a
}
.usa-hint--required {
  color:#b50909
}
.usa-intro {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.34rem;
  line-height:1.8;
  font-weight:400;
  max-width:88ex
}
.usa-layout-docs__sidenav {
  order:2;
  padding-top:2rem
}
@media all and (min-width:64em) {
  .usa-layout-docs__sidenav {
    padding-top:0
  }
  .usa-layout-docs__main {
    order:2
  }
}
.usa-link {
  text-decoration:underline
}
.usa-link:visited {
  color:#783cb9
}
.usa-link,
.usa-link:active,
.usa-link:hover {
  color:#1a4480
}
.usa-link:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-link--external,
.usa-link--external.usa-link--alt {
  display:inline-block;
  padding-right:1.75ex;
  position:relative
}
.usa-link--external.usa-link--alt::after,
.usa-link--external::after {
  width:1.75ex;
  background-position:center;
  content:"";
  display:inline-block;
  height:1.75ex;
  margin-left:2px;
  margin-top:.7ex;
  position:absolute
}
.usa-link--external::after {
  background:url(/themes/custom/usagov/assets/img/usa-icons/launch.svg)no-repeat center/contain
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-link--external::after {
    background:0 0;
    background-color:currentColor;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/launch.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/launch.svg)no-repeat center/contain
  }
}
.usa-link--external.usa-link--alt::after {
  background:url(/themes/custom/usagov/assets/img/usa-icons-bg/launch--white.svg)no-repeat center/contain
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-link--external.usa-link--alt::after {
    background:0 0;
    background-color:currentColor;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/launch.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/launch.svg)no-repeat center/contain
  }
}
.usa-memorable-date {
  display:flex
}
.usa-memorable-date [type=number] {
  -moz-appearance:textfield
}
.usa-memorable-date [type=number]::-webkit-inner-spin-button {
  -webkit-appearance:none;
  appearance:none
}
.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility:hidden;
  display:none!important;
  pointer-events:none;
  height:0;
  width:0;
  margin:0
}
.usa-memorable-date .usa-form-group {
  margin-top:1rem
}
.usa-form-group--day,
.usa-form-group--month,
.usa-form-group--year {
  flex:0 1 auto;
  margin-right:1rem;
  width:3rem
}
.usa-form-group--year {
  width:4.5rem
}
.usa-js-no-click {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.usa-js-no-click .usa-modal,
.usa-js-no-click .usa-modal * {
  pointer-events:auto;
  -webkit-user-select:text;
  -moz-user-select:text;
  user-select:text
}
.usa-js-no-click,
[data-open-modal] * {
  pointer-events:none
}
.usa-modal-wrapper {
  text-align:center;
  transition:opacity .15s ease-in-out
}
.usa-modal-wrapper.is-hidden {
  visibility:hidden;
  opacity:0;
  position:fixed
}
.usa-modal-wrapper.is-visible {
  visibility:visible;
  opacity:1;
  position:fixed;
  z-index:99999
}
.usa-modal-overlay {
  background:rgba(0,0,0,.7);
  bottom:0;
  height:100%;
  left:0;
  overflow:scroll;
  overflow-x:hidden;
  padding:1.5rem;
  position:fixed;
  scroll-behavior:smooth;
  top:0;
  width:100%
}
.usa-modal-overlay:before {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle
}
.usa-modal-overlay[data-force-action=true] {
  pointer-events:none
}
.usa-modal-overlay[data-force-action=true] * {
  pointer-events:auto
}
.usa-js-loading .usa-modal-wrapper {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-js-loading .usa-modal-wrapper:target {
  position:static
}
.usa-modal {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  border-radius:.5rem;
  background:#fff;
  color:#1b1b1b;
  display:inline-block;
  margin:1.25rem auto;
  max-width:30rem;
  position:relative;
  text-align:left;
  vertical-align:middle;
  width:100%
}
.usa-modal:focus {
  outline:0
}
.usa-modal__content {
  display:flex;
  flex-direction:column-reverse;
  padding-top:2rem;
  width:100%
}
.usa-modal__main {
  margin:0 auto;
  padding:.5rem 2rem 2rem
}
.usa-modal-wrapper [data-close-modal]>.usa-icon,
.usa-modal-wrapper [data-close-modal]>.usa-icon use {
  pointer-events:none!important
}
.usa-modal__close {
  align-items:center;
  align-self:flex-end;
  background-color:transparent;
  color:#71767a;
  display:flex;
  flex-shrink:0;
  font-size:.93rem;
  margin:-2rem 0 0 auto;
  padding:.25rem;
  width:auto
}
.usa-modal__close:active,
.usa-modal__close:hover {
  background-color:transparent;
  color:#1b1b1b
}
.usa-modal__close:not([disabled]):focus {
  outline-offset:0
}
.usa-modal__close .usa-icon {
  height:2rem;
  margin:2px 2px 0 0;
  width:2rem
}
.usa-modal__heading {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.34rem;
  line-height:1.4;
  margin-top:0
}
.usa-modal__footer {
  margin-top:1.5rem
}
.usa-modal--lg {
  max-width:55rem;
  width:100%
}
.usa-modal--lg .usa-modal__main {
  padding-bottom:4rem;
  padding-top:1.25rem;
  width:100%;
  max-width:40rem
}
@media all and (min-width:40em) {
  .usa-modal--lg .usa-modal__heading {
    font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
    font-size:1.95rem
  }
}
.usa-js-modal--active {
  overflow:hidden
}
.usa-pagination {
  margin-bottom:1rem;
  margin-top:1rem;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  display:flex;
  justify-content:center
}
.usa-pagination .usa-icon {
  height:1.13rem;
  width:1.13rem
}
.usa-pagination__list {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  align-items:center;
  display:flex;
  flex-flow:row nowrap;
  justify-content:center;
  width:auto
}
.usa-pagination__item {
  display:inline-flex;
  height:2.5rem;
  justify-content:center;
  line-height:1;
  margin-left:.25rem;
  margin-right:.25rem;
  min-width:2.5rem
}
@media all and (min-width:40em) {
  .usa-pagination__item {
    flex:1 0 auto
  }
}
.usa-pagination__arrow,
.usa-prose>.width-mobile .usa-table--stacked thead,
.usa-prose>.width-mobile .usa-table--stacked-header thead {
  display:none
}
@media all and (min-width:40em) {
  .usa-pagination__arrow {
    display:inherit
  }
  .usa-pagination__previous-page {
    margin-right:1.25rem
  }
  .usa-pagination__next-page {
    margin-left:1.25rem
  }
}
.usa-pagination__link {
  align-items:center;
  color:#1a4480;
  display:inline-flex;
  text-decoration:none
}
.usa-pagination__link[disabled] {
  opacity:.4!important;
  pointer-events:none
}
.usa-pagination__link:active,
.usa-pagination__link:focus,
.usa-pagination__link:hover {
  color:#162e51;
  text-decoration:underline
}
.usa-pagination__link:visited {
  color:#1a4480
}
.usa-pagination__button {
  align-items:center;
  border-color:rgba(27,27,27,.2);
  border-radius:.25rem;
  border-style:solid;
  border-width:1px;
  color:#1a4480;
  display:inline-flex;
  justify-content:center;
  padding:.5rem;
  text-decoration:none;
  width:100%
}
.usa-pagination__button:active,
.usa-pagination__button:focus,
.usa-pagination__button:hover {
  color:#162e51;
  border-color:#162e51
}
@media (forced-colors:active) {
  .usa-pagination__button:active,
  .usa-pagination__button:focus,
  .usa-pagination__button:hover {
    border:2px solid buttonText
  }
}
.usa-pagination .usa-current {
  background-color:#1b1b1b;
  border-color:transparent;
  color:#fff
}
@media (forced-colors:active) {
  .usa-pagination .usa-current {
    outline:2px solid buttonText;
    color:buttonText
  }
}
.usa-pagination .usa-current:active,
.usa-pagination .usa-current:focus,
.usa-pagination .usa-current:hover {
  background-color:#1b1b1b;
  color:#fff;
  text-decoration:none
}
@media (forced-colors:active) {
  .usa-pagination .usa-current:active,
  .usa-pagination .usa-current:focus,
  .usa-pagination .usa-current:hover {
    color:buttontext
  }
}
.usa-pagination__overflow {
  align-items:center;
  align-self:stretch;
  display:inherit;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  padding:.5rem;
  opacity:.5
}
.usa-process-list>.usa-process-list__item,
.usa-prose .usa-process-list>.usa-process-list__item {
  max-width:72ex
}
.usa-process-list,
.usa-prose .usa-process-list {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  counter-reset:usa-numbered-list;
  padding:20px 0 0 calc(2.5rem/2 - .5rem/2);
  position:relative
}
.usa-process-list__item,
.usa-prose .usa-process-list__item {
  border-left:.5rem solid #ccecf2;
  font-size:1.06rem;
  margin-bottom:0;
  padding-bottom:2rem;
  padding-left:calc(calc(2.5rem/2 - .25rem)*2)
}
.usa-process-list__item:last-child {
  border-left:.5rem solid transparent
}
.usa-process-list__item::before {
  flex-direction:row;
  align-items:center;
  justify-content:center;
  border-radius:99rem;
  background-color:#1b1b1b;
  border:.25rem solid #1b1b1b;
  box-shadow:0 0 0 .25rem #fff;
  color:#fff;
  content:counter(usa-numbered-list,decimal);
  counter-increment:usa-numbered-list;
  display:flex;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.46rem;
  font-weight:700;
  height:2.5rem;
  left:0;
  line-height:.9;
  margin-top:-.4rem;
  position:absolute;
  width:2.5rem
}
.usa-process-list__item ul li {
  margin-bottom:.25rem
}
.usa-process-list__item>:first-child {
  margin-top:0
}
.usa-process-list__item>:last-child,
.usa-prose>ol li:last-child,
.usa-prose>ol:last-child,
.usa-prose>ul li:last-child,
.usa-prose>ul:last-child {
  margin-bottom:0
}
.usa-process-list__heading {
  font-size:1.46rem;
  line-height:1.1;
  color:#1b1b1b;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight:700;
  margin:0
}
.usa-process-list__heading+* {
  margin-top:.25rem
}
.usa-prose>h1,
.usa-prose>h2,
.usa-prose>h3,
.usa-prose>h4,
.usa-prose>h5 {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.95rem;
  line-height:1.2;
  font-weight:700
}
.usa-prose>h2,
.usa-prose>h3,
.usa-prose>h4,
.usa-prose>h5 {
  font-size:1.34rem
}
.usa-prose>h3,
.usa-prose>h4,
.usa-prose>h5 {
  font-size:1.04rem
}
.usa-prose>h4,
.usa-prose>h5 {
  font-size:.98rem
}
.usa-prose>h5 {
  font-size:.91rem
}
.usa-prose,
.usa-prose>h6,
.usa-prose>table,
.usa-prose>table caption,
.usa-table caption {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
.usa-prose>h6 {
  font-size:.87rem;
  line-height:1.1;
  font-weight:400;
  letter-spacing:.025em;
  text-transform:uppercase
}
.usa-prose>ol,
.usa-prose>ul {
  margin-bottom:1em;
  margin-top:1em;
  line-height:1.5;
  padding-left:3ch
}
.usa-prose>ol li,
.usa-prose>ul li {
  margin-bottom:.25em;
  max-width:68ex
}
.usa-prose>table,
.usa-prose>table caption,
.usa-table caption {
  text-align:left
}
.usa-prose,
.usa-prose>table {
  font-size:1.13rem;
  line-height:1.5
}
.usa-prose>table {
  border-collapse:collapse;
  border-spacing:0;
  color:#1b1b1b;
  margin:1.25rem 0
}
.usa-prose>table thead th {
  background-clip:padding-box;
  font-weight:700;
  line-height:1.3
}
.usa-prose>table thead td,
.usa-prose>table thead th {
  background-color:#dfe1e2;
  color:#1b1b1b
}
.usa-prose>table tbody th {
  text-align:left
}
.usa-prose>table td,
.usa-prose>table th,
.usa-table td,
.usa-table th {
  background-color:#fff;
  border:1px solid #1b1b1b;
  font-weight:400;
  padding:.5rem 1rem
}
.usa-prose>table caption,
.usa-table caption {
  font-size:1rem;
  font-weight:700;
  margin-bottom:.75rem
}
.usa-prose>table th[data-sortable] {
  padding-right:2.5rem;
  position:relative
}
.usa-prose>table th[data-sortable]::after {
  border-bottom-color:transparent;
  border-bottom-style:solid;
  border-bottom-width:1px;
  bottom:0;
  content:"";
  height:0;
  left:0;
  position:absolute;
  width:100%
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  padding:0;
  height:2rem;
  width:2rem;
  background-position:center center;
  background-size:1.5rem;
  color:#71767a;
  cursor:pointer;
  display:inline-block;
  margin:0;
  position:absolute;
  right:.25rem;
  text-align:center;
  text-decoration:none;
  top:50%;
  transform:translate(0,-50%)
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:visited,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color:#783cb9
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:focus,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:hover,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover,
.usa-sidenav a:not(.usa-button):not(.usa-current):hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon>g,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon>g,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon>g,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon>g {
  fill:transparent
}
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon>g.unsorted,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon>g.unsorted,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon>g.unsorted,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon>g.unsorted {
  fill:#71767a
}
.usa-prose>.usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon>g.unsorted,
.usa-prose>table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon>g.unsorted,
.usa-prose>table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon>g.unsorted,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon>g.unsorted,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon>g.unsorted,
.usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon>g.unsorted {
  fill:#1b1b1b
}
.usa-prose>table th[data-sortable][aria-sort=ascending],
.usa-prose>table th[data-sortable][aria-sort=descending] {
  background-color:#97d4ea
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  padding:0;
  height:2rem;
  width:2rem;
  background-position:center center;
  background-size:1.5rem;
  color:#71767a;
  cursor:pointer;
  display:inline-block;
  margin:0;
  position:absolute;
  right:.25rem;
  text-align:center;
  text-decoration:none;
  top:50%;
  transform:translate(0,-50%)
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color:#783cb9
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon>g,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon>g,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon>g,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon>g {
  fill:transparent
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon>g.ascending,
.usa-prose>table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon>g.descending,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon>g.ascending,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon>g.descending {
  fill:#1b1b1b
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color:#783cb9
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color:#1a4480
}
.usa-prose>table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-prose>table thead th[aria-sort] {
  background-color:#97d4ea;
  color:#1b1b1b
}
.usa-prose>table td[data-sort-active],
.usa-prose>table th[data-sort-active] {
  background-color:#e1f3f8;
  color:#1b1b1b
}
.usa-prose>.usa-table--borderless thead th {
  background-color:transparent;
  border-top:0;
  color:#1b1b1b
}
.usa-prose>.usa-table--borderless thead th[aria-sort] {
  color:#1b1b1b
}
.usa-prose>.usa-table--borderless td,
.usa-prose>.usa-table--borderless th,
.usa-table--borderless td,
.usa-table--borderless th {
  border-left:0;
  border-right:0
}
.usa-prose>.usa-table--compact td,
.usa-prose>.usa-table--compact th,
.usa-table--compact td,
.usa-table--compact th {
  padding:.25rem .75rem
}
.usa-prose>.usa-table--striped tbody tr:nth-child(odd) td,
.usa-prose>.usa-table--striped tbody tr:nth-child(odd) th,
.usa-table--striped tbody tr:nth-child(odd) td,
.usa-table--striped tbody tr:nth-child(odd) th {
  background-color:#f0f0f0;
  color:#1b1b1b
}
.usa-prose>.usa-table--striped tbody tr:nth-child(odd) td[data-sort-active],
.usa-prose>.usa-table--striped tbody tr:nth-child(odd) th[data-sort-active] {
  background-color:#c3ebfa;
  color:#1b1b1b
}
@media all and (max-width:29.99em) {
  .usa-prose>.usa-table--stacked thead,
  .usa-prose>.usa-table--stacked-header thead {
    display:none
  }
  .usa-prose>.usa-table--stacked td,
  .usa-prose>.usa-table--stacked th,
  .usa-prose>.usa-table--stacked-header td,
  .usa-prose>.usa-table--stacked-header th {
    border-bottom-width:0;
    display:block;
    width:100%
  }
  .usa-prose>.usa-table--stacked tr,
  .usa-prose>.usa-table--stacked-header tr {
    border-bottom:.25rem solid #1b1b1b;
    border-top-width:0;
    display:block;
    width:100%
  }
  .usa-prose>.usa-table--stacked tr td:first-child,
  .usa-prose>.usa-table--stacked tr th:first-child {
    border-top-width:0
  }
  .usa-prose>.usa-table--stacked tr:nth-child(odd) td,
  .usa-prose>.usa-table--stacked tr:nth-child(odd) th {
    background-color:inherit
  }
  .usa-prose>.usa-table--stacked tr:first-child td:first-child,
  .usa-prose>.usa-table--stacked tr:first-child th:first-child,
  .usa-prose>.usa-table--stacked-header tr:first-child td:first-child,
  .usa-prose>.usa-table--stacked-header tr:first-child th:first-child {
    border-top:.25rem solid #1b1b1b
  }
  .usa-prose>.usa-table--stacked td[data-label],
  .usa-prose>.usa-table--stacked th[data-label],
  .usa-prose>.usa-table--stacked-header td[data-label],
  .usa-prose>.usa-table--stacked-header th[data-label] {
    padding-bottom:.75rem
  }
  .usa-prose>.usa-table--stacked td[data-label]:before,
  .usa-prose>.usa-table--stacked th[data-label]:before {
    content:attr(data-label);
    display:block;
    font-weight:700;
    margin:-.5rem -1rem 0;
    padding:.75rem 1rem .25rem
  }
  .usa-prose>.usa-table--stacked-header tr td:first-child,
  .usa-prose>.usa-table--stacked-header tr th:first-child {
    border-top-width:0
  }
  .usa-prose>.usa-table--stacked-header tr:nth-child(odd) td,
  .usa-prose>.usa-table--stacked-header tr:nth-child(odd) th {
    background-color:inherit
  }
  .usa-prose>.usa-table--stacked-header td[data-label]:before,
  .usa-prose>.usa-table--stacked-header th[data-label]:before {
    content:attr(data-label);
    display:block;
    font-weight:700;
    margin:-.5rem -1rem 0;
    padding:.75rem 1rem .25rem
  }
  .usa-prose>.usa-table--stacked-header tr td:first-child,
  .usa-prose>.usa-table--stacked-header tr th:first-child {
    font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size:1.06rem;
    line-height:1.1;
    background-color:#dfe1e2;
    color:#1b1b1b;
    font-weight:700;
    padding:.75rem 1rem
  }
  .usa-prose>.usa-table--stacked-header tr td:first-child:before,
  .usa-prose>.usa-table--stacked-header tr th:first-child:before {
    display:none
  }
}
.usa-prose>.width-mobile .usa-table--stacked td,
.usa-prose>.width-mobile .usa-table--stacked th,
.usa-prose>.width-mobile .usa-table--stacked-header td,
.usa-prose>.width-mobile .usa-table--stacked-header th {
  border-bottom-width:0;
  display:block;
  width:100%
}
.usa-prose>.width-mobile .usa-table--stacked tr,
.usa-prose>.width-mobile .usa-table--stacked-header tr,
.width-mobile .usa-table--stacked tr,
.width-mobile .usa-table--stacked-header tr {
  border-bottom:.25rem solid #1b1b1b;
  border-top-width:0;
  display:block;
  width:100%
}
.usa-prose>.width-mobile .usa-table--stacked tr td:first-child,
.usa-prose>.width-mobile .usa-table--stacked tr th:first-child {
  border-top-width:0
}
.usa-prose>.width-mobile .usa-table--stacked tr:nth-child(odd) td,
.usa-prose>.width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color:inherit
}
.usa-prose>.width-mobile .usa-table--stacked tr:first-child td:first-child,
.usa-prose>.width-mobile .usa-table--stacked tr:first-child th:first-child,
.usa-prose>.width-mobile .usa-table--stacked-header tr:first-child td:first-child,
.usa-prose>.width-mobile .usa-table--stacked-header tr:first-child th:first-child {
  border-top:.25rem solid #1b1b1b
}
.usa-prose>.width-mobile .usa-table--stacked td[data-label],
.usa-prose>.width-mobile .usa-table--stacked th[data-label],
.usa-prose>.width-mobile .usa-table--stacked-header td[data-label],
.usa-prose>.width-mobile .usa-table--stacked-header th[data-label] {
  padding-bottom:.75rem
}
.usa-prose>.width-mobile .usa-table--stacked td[data-label]:before,
.usa-prose>.width-mobile .usa-table--stacked th[data-label]:before {
  content:attr(data-label);
  display:block;
  font-weight:700;
  margin:-.5rem -1rem 0;
  padding:.75rem 1rem .25rem
}
.usa-prose>.width-mobile .usa-table--stacked-header tr td:first-child,
.usa-prose>.width-mobile .usa-table--stacked-header tr th:first-child {
  border-top-width:0
}
.usa-prose>.width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.usa-prose>.width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color:inherit
}
.usa-prose>.width-mobile .usa-table--stacked-header td[data-label]:before,
.usa-prose>.width-mobile .usa-table--stacked-header th[data-label]:before {
  content:attr(data-label);
  display:block;
  font-weight:700;
  margin:-.5rem -1rem 0;
  padding:.75rem 1rem .25rem
}
.usa-prose>.width-mobile .usa-table--stacked-header tr td:first-child,
.usa-prose>.width-mobile .usa-table--stacked-header tr th:first-child {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.1;
  background-color:#dfe1e2;
  color:#1b1b1b;
  font-weight:700;
  padding:.75rem 1rem
}
.usa-prose>.width-mobile .usa-table--stacked-header tr td:first-child:before,
.usa-prose>.width-mobile .usa-table--stacked-header tr th:first-child:before {
  display:none
}
.usa-prose>.usa-table-container--scrollable {
  margin:1.25rem 0;
  overflow-y:hidden
}
.usa-prose>.usa-table-container--scrollable .usa-table {
  margin:0
}
.usa-prose>.usa-table-container--scrollable td {
  white-space:nowrap
}
.usa-radio {
  background:#fff
}
.usa-radio__label {
  color:#1b1b1b
}
.usa-radio__label::before {
  background:#fff;
  box-shadow:0 0 0 2px #1b1b1b
}
@media (forced-colors:active) {
  .usa-radio__label::before {
    outline:2px solid transparent;
    outline-offset:2px
  }
}
.usa-radio__input:checked+[class*=__label]::before {
  background-color:#1a4480
}
.usa-radio__input:disabled+[class*=__label] {
  color:rgba(27,27,27,.3)
}
@media (forced-colors:active) {
  .usa-radio__input:disabled+[class*=__label] {
    color:GrayText
  }
}
.usa-radio__input:disabled+[class*=__label]::before {
  background-color:#fff;
  box-shadow:0 0 0 2px rgba(27,27,27,.3)
}
.usa-radio__input--tile+[class*=__label] {
  background-color:#fff;
  border:2px solid rgba(27,27,27,.3);
  color:#1b1b1b;
  border-radius:.25rem;
  margin-top:.5rem;
  padding:.75rem 1rem .75rem 2.5rem
}
.usa-radio__input--tile:checked+[class*=__label] {
  background-color:rgba(26,68,128,.1);
  border-color:#1a4480
}
@media (forced-colors:active) {
  .usa-radio__input--tile:checked+[class*=__label] {
    border:ButtonText solid .25rem
  }
}
.usa-radio__input--tile:disabled:checked+[class*=__label] {
  background-color:#fff;
  border-color:rgba(27,27,27,.3)
}
.usa-radio__input:checked+[class*=__label]::before {
  box-shadow:0 0 0 2px #1a4480,inset 0 0 0 2px #fff
}
@media (forced-colors:active) {
  .usa-radio__input:checked+[class*=__label]::before {
    background-color:ButtonText
  }
}
.usa-radio__input:checked:disabled+[class*=__label]::before {
  background-color:rgba(27,27,27,.2);
  box-shadow:0 0 0 2px rgba(27,27,27,.3),inset 0 0 0 2px #fff
}
.usa-radio__input {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-radio__input:focus+[class*=__label]::before {
  outline:.25rem solid #c05600;
  outline-offset:.25rem
}
.usa-radio__input:disabled+[class*=__label],
.usa-radio__input:disabled+[class*=__label]::before {
  cursor:not-allowed
}
.usa-radio__input--tile+[class*=__label]::before {
  left:.5rem
}
@media print {
  .usa-radio__input:checked+[class*=__label]::before {
    box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 1rem #00bde3,0 0 0 2px #00bde3
  }
}
.usa-radio__label {
  cursor:pointer;
  display:inherit;
  font-weight:400;
  margin-top:.75rem;
  padding-left:2rem;
  position:relative
}
.usa-radio__label::before {
  content:" ";
  display:block;
  left:0;
  margin-left:2px;
  margin-top:.1095rem;
  position:absolute;
  height:1.25rem;
  border-radius:99rem;
  width:1.25rem
}
.usa-radio__label-description {
  display:block;
  font-size:.93rem;
  margin-top:.5rem
}
.usa-section {
  padding-bottom:2rem;
  padding-top:2rem
}
@media all and (min-width:40em) {
  .usa-section {
    padding-bottom:4rem;
    padding-top:4rem
  }
}
.usa-section--light {
  background-color:#f0f0f0
}
.usa-section--dark {
  background-color:#009ec1;
  color:#fff
}
.usa-section--dark h1,
.usa-section--dark h2,
.usa-section--dark h3,
.usa-section--dark h4,
.usa-section--dark h5,
.usa-section--dark h6 {
  color:#00bde3
}
.usa-section--dark a:active,
.usa-section--dark p {
  color:#fff
}
.usa-section--dark a {
  color:#dfe1e2
}
.usa-sidenav {
  margin-bottom:0;
  margin-top:0;
  list-style-type:none;
  padding-left:0;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.3;
  border-bottom:1px solid #dfe1e2
}
.usa-sidenav__item {
  border-top:1px solid #dfe1e2
}
.usa-sidenav a:not(.usa-button) {
  display:block;
  padding:.5rem 1rem;
  text-decoration:none
}
.usa-sidenav a:not(.usa-button):hover {
  background-color:#f0f0f0;
  text-decoration:none
}
.usa-sidenav a:not(.usa-button):not(.usa-current) {
  color:#565c65
}
.usa-sidenav a:not(.usa-button):not(.usa-current):focus {
  outline-offset:0
}
.usa-sidenav .usa-current {
  position:relative;
  color:#1a4480;
  font-weight:700
}
.usa-sidenav .usa-current::after {
  background-color:#00bde3;
  border-radius:99rem;
  content:"";
  display:block;
  position:absolute;
  bottom:.25rem;
  top:.25rem;
  width:.25rem;
  left:.25rem
}
@media all and (min-width:40em) {
  .usa-sidenav .usa-current {
    position:relative
  }
  .usa-sidenav .usa-current::after {
    background-color:#1a4480;
    border-radius:99rem;
    content:"";
    display:block;
    position:absolute;
    bottom:.25rem;
    top:.25rem;
    width:.25rem;
    left:0
  }
}
.grid-container .usa-sidenav {
  margin-left:-1rem;
  margin-right:-1rem
}
@media all and (min-width:40em) {
  .grid-container .usa-sidenav {
    margin-left:0;
    margin-right:0
  }
}
.usa-sidenav__sublist {
  list-style-type:none;
  padding-left:0;
  margin:0;
  font-size:1rem
}
.usa-sidenav__sublist-item {
  border-top:1px solid #dfe1e2;
  font-size:.93rem
}
.usa-sidenav__sublist .usa-current::after {
  display:none
}
@media all and (min-width:40em) {
  .usa-sidenav__sublist .usa-current::after {
    display:none
  }
}
.usa-sidenav__sublist a:not(.usa-button) {
  padding-left:2rem
}
.usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left:3rem
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left:4rem
}
.usa-site-alert {
  position:relative;
  background-color:#f0f0f0
}
.usa-site-alert .usa-alert {
  margin-left:auto;
  margin-right:auto;
  max-width:64rem;
  border-left:none
}
.usa-site-alert .usa-alert .usa-alert__body>.usa-list,
.usa-site-alert .usa-alert>.usa-list {
  padding-left:2ch
}
.usa-site-alert .usa-alert__body {
  padding-left:1rem;
  padding-right:1rem
}
@media all and (min-width:64em) {
  .usa-site-alert .usa-alert__body {
    padding-left:2rem;
    padding-right:2rem
  }
}
.usa-site-alert--info,
.usa-site-alert--info .usa-alert {
  color:#1b1b1b;
  background-color:#e7f6f8
}
.usa-site-alert--info .usa-alert {
  border-left-color:#00bde3
}
.usa-site-alert--info .usa-alert:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-site-alert--info .usa-alert:before {
    background:0 0;
    background-color:#1b1b1b;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/contain
  }
}
.usa-site-alert--info .usa-alert.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-site-alert--info .usa-alert.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-site-alert--info .usa-alert .usa-link {
  color:#1a4480
}
.usa-site-alert--info .usa-alert .usa-link:visited {
  color:#783cb9
}
.usa-site-alert--info .usa-alert .usa-link:active,
.usa-site-alert--info .usa-alert .usa-link:hover {
  color:#162e51
}
.usa-site-alert--info .usa-alert.usa-alert--no-icon:before {
  display:none
}
.usa-site-alert--info .usa-alert.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-site-alert--info .usa-alert:before {
  left:1rem
}
@media all and (min-width:64em) {
  .usa-site-alert--info .usa-alert:before {
    left:2rem
  }
}
.usa-site-alert--info .usa-alert__body {
  padding-right:1rem;
  padding-left:3.75rem
}
@media all and (min-width:64em) {
  .usa-site-alert--info .usa-alert__body {
    padding-right:2rem;
    padding-left:4.75rem
  }
}
.usa-site-alert--emergency {
  color:#fff;
  background-color:#9c3d10
}
.usa-site-alert--emergency .usa-alert {
  background-color:#9c3d10;
  border-left-color:#9c3d10;
  color:#fff
}
.usa-site-alert--emergency .usa-alert:before {
  background:url(/themes/custom/usagov/assets/img/usa-icons-bg/error--white.svg)no-repeat center/contain;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  position:absolute;
  top:0
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-site-alert--emergency .usa-alert:before {
    background:0 0;
    background-color:#fff;
    -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain;
    mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/contain
  }
}
.usa-site-alert--emergency .usa-alert.usa-alert--slim:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-site-alert--emergency .usa-alert.usa-alert--slim:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-site-alert--emergency .usa-alert .usa-link,
.usa-site-alert--emergency .usa-alert .usa-link:visited {
  color:#dfe1e2
}
.usa-site-alert--emergency .usa-alert .usa-link:active,
.usa-site-alert--emergency .usa-alert .usa-link:hover {
  color:#f0f0f0
}
.usa-site-alert--emergency .usa-alert.usa-alert--no-icon:before {
  display:none
}
.usa-site-alert--emergency .usa-alert.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-site-alert--emergency .usa-alert:before {
  left:1rem
}
@media all and (min-width:64em) {
  .usa-site-alert--emergency .usa-alert:before {
    left:2rem
  }
}
.usa-site-alert--emergency .usa-alert__body {
  padding-right:1rem;
  padding-left:3.75rem
}
@media all and (min-width:64em) {
  .usa-site-alert--emergency .usa-alert__body {
    padding-right:2rem;
    padding-left:4.75rem
  }
}
.usa-site-alert--no-icon .usa-alert:before {
  display:none
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body {
  padding-left:1rem
}
@media all and (min-width:64em) {
  .usa-site-alert--no-icon .usa-alert .usa-alert__body {
    padding-left:2rem
  }
}
.usa-site-alert--slim .usa-alert {
  padding-bottom:.5rem;
  padding-top:.5rem
}
.usa-site-alert--slim .usa-alert:before {
  background-size:1.5rem;
  height:2.5rem;
  width:1.5rem
}
@supports ((-webkit-mask:url()) or (mask:url())) {
  .usa-site-alert--slim .usa-alert:before {
    -webkit-mask-size:1.5rem;
    mask-size:1.5rem
  }
}
.usa-site-alert--slim .usa-alert__body {
  padding-left:3.25rem
}
@media all and (min-width:64em) {
  .usa-site-alert--slim .usa-alert__body {
    padding-left:4.25rem
  }
}
.usa-step-indicator {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.1;
  background-color:#fff;
  margin-bottom:2rem;
  margin-left:-1px;
  margin-right:-1px
}
@media all and (min-width:40em) {
  .usa-step-indicator {
    margin-left:0;
    margin-right:0
  }
}
.usa-step-indicator__segments {
  counter-reset:usa-step-indicator;
  display:flex;
  list-style:none;
  margin:0;
  padding:0
}
.usa-step-indicator__segment {
  flex:1 1 0%;
  counter-increment:usa-step-indicator;
  margin-left:1px;
  margin-right:1px;
  max-width:15rem;
  min-height:.5rem;
  position:relative
}
.usa-step-indicator__segment:after {
  background-color:#dfe1e2;
  content:"";
  display:block;
  height:.5rem;
  left:0;
  position:absolute;
  right:0;
  top:0
}
@media all and (min-width:40em) {
  .usa-step-indicator__segment:after {
    height:.5rem
  }
}
.usa-step-indicator__segment--complete::after {
  background-color:#009ec1
}
.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
  color:#009ec1
}
.usa-step-indicator__segment--current::after {
  background-color:#00bde3
}
.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
  color:#00bde3;
  font-weight:700
}
.usa-step-indicator__segment-label {
  display:none
}
@media all and (min-width:40em) {
  .usa-step-indicator__segment-label {
    color:#565c65;
    display:block;
    font-size:1.06rem;
    margin-top:calc(.5rem + .5rem);
    padding-right:2rem;
    text-align:left
  }
}
.usa-step-indicator__header {
  align-items:baseline;
  display:flex
}
.usa-step-indicator__heading {
  color:#1b1b1b;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  font-weight:700;
  margin:1rem 0 0
}
@media all and (min-width:40em) {
  .usa-step-indicator__heading {
    font-size:1.46rem;
    margin-top:2rem
  }
}
.usa-step-indicator__current-step {
  height:2.5rem;
  border-radius:99rem;
  width:2.5rem;
  font-weight:400;
  font-feature-settings:"tnum"1,"kern"1;
  background-color:#00bde3;
  color:#fff;
  display:inline-block;
  padding:calc((2.5rem - 2ex*1.1)*.5);
  text-align:center
}
.usa-step-indicator__total-steps {
  font-weight:400;
  font-feature-settings:"tnum"1,"kern"1;
  color:#00bde3;
  margin-right:.5rem
}
@media all and (min-width:40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-left:0;
    margin-right:0;
    margin-top:calc((2.5rem - .5rem)/2 + .25rem)
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:before,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height:2.5rem;
    border-radius:99rem;
    width:2.5rem;
    font-feature-settings:"tnum"1,"kern"1;
    background-color:#fff;
    box-shadow:inset 0 0 0 .25rem #dfe1e2,0 0 0 .25rem #fff;
    color:#565c65;
    content:counter(usa-step-indicator);
    display:block;
    font-weight:700;
    left:0;
    line-height:.9;
    padding:calc((2.5rem - 2ex*.9)*.5);
    position:absolute;
    text-align:center;
    top:calc((2.5rem - .5rem)/-2);
    z-index:100
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display:none
  }
}
.usa-step-indicator--counters .usa-step-indicator__segment--complete::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
  background-color:#009ec1;
  box-shadow:0 0 0 .25rem #fff;
  color:#fff
}
.usa-step-indicator--counters .usa-step-indicator__segment--current::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
  background-color:#00bde3;
  box-shadow:0 0 0 .25rem #fff;
  color:#fff
}
@media all and (min-width:40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment-label {
    margin-top:calc((2.5rem + .5rem)/2 + .5rem)
  }
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after,
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
    left:50%;
    right:0;
    width:auto
  }
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
    display:block;
    left:0;
    right:50%;
    width:auto
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-top:calc((1.5rem - .5rem)/2 + .25rem)
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height:1.5rem;
    border-radius:99rem;
    width:1.5rem;
    font-size:.93rem;
    padding:calc(.25rem + 1px);
    top:calc((1.5rem - .5rem)/-2)
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display:none
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
    margin-top:calc((1.5rem + .5rem)/2 + .5rem)
  }
}
.usa-step-indicator--center,
.usa-step-indicator--no-labels {
  margin-left:-1px;
  margin-right:-1px
}
.usa-step-indicator--no-labels .usa-step-indicator__segment {
  margin-top:0;
  margin-left:1px;
  margin-right:1px
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:before {
  display:none
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  display:block
}
.usa-step-indicator--no-labels .usa-step-indicator__heading {
  margin-top:1rem
}
.usa-step-indicator--no-labels .usa-step-indicator__segment-label,
.width-mobile .usa-table--stacked thead,
.width-mobile .usa-table--stacked-header thead {
  display:none
}
.usa-step-indicator--center .usa-step-indicator__segment {
  margin-left:1px;
  margin-right:1px
}
.usa-step-indicator--center .usa-step-indicator__segment:before {
  left:calc(50% - (2.5rem + .25rem)/2)
}
.usa-step-indicator--center .usa-step-indicator__segment-label {
  padding-left:.5rem;
  padding-right:.5rem;
  text-align:center
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
  left:0
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  right:0
}
.usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
  left:calc(50% - (1.5rem + .25rem)/2)
}
.usa-summary-box {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  color:#1b1b1b;
  background-color:#e7f6f8;
  border-radius:.25rem;
  border:1px #99deea solid;
  padding:1.5rem;
  position:relative
}
.usa-summary-box .usa-list:last-child {
  margin-bottom:0
}
*+.usa-summary-box {
  margin-top:1rem
}
.usa-summary-box__heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.46rem;
  line-height:1.1;
  margin-top:0;
  margin-bottom:.5rem
}
.usa-summary-box__text {
  margin-bottom:0;
  margin-top:0
}
.usa-summary-box__text:only-child {
  margin-bottom:1px;
  padding-top:.25rem
}
.usa-summary-box__link,
.usa-summary-box__link[href^="#"]:visited {
  color:#1a4480
}
.usa-summary-box__link:visited {
  color:#783cb9
}
.usa-summary-box__link:active,
.usa-summary-box__link:hover,
.usa-summary-box__link[href^="#"]:hover {
  color:#162e51
}
.usa-table {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.5;
  border-collapse:collapse;
  border-spacing:0;
  color:#1b1b1b;
  margin:1.25rem 0
}
.usa-table thead th {
  background-clip:padding-box;
  font-weight:700;
  line-height:1.3
}
.usa-table thead td,
.usa-table thead th {
  background-color:#dfe1e2;
  color:#1b1b1b
}
.usa-table,
.usa-table tbody th {
  text-align:left
}
.usa-table th[data-sortable] {
  padding-right:2.5rem;
  position:relative
}
.usa-table th[data-sortable]::after {
  border-bottom-color:transparent;
  border-bottom-style:solid;
  border-bottom-width:1px;
  bottom:0;
  content:"";
  height:0;
  left:0;
  position:absolute;
  width:100%
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  padding:0;
  height:2rem;
  width:2rem;
  background-position:center center;
  background-size:1.5rem;
  color:#71767a;
  cursor:pointer;
  display:inline-block;
  margin:0;
  position:absolute;
  right:.25rem;
  text-align:center;
  text-decoration:none;
  top:50%;
  transform:translate(0,-50%)
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color:#1a4480
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-table th[data-sortable][aria-sort=ascending],
.usa-table th[data-sortable][aria-sort=descending] {
  background-color:#97d4ea
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  padding:0;
  height:2rem;
  width:2rem;
  background-position:center center;
  background-size:1.5rem;
  color:#71767a;
  cursor:pointer;
  display:inline-block;
  margin:0;
  position:absolute;
  right:.25rem;
  text-align:center;
  text-decoration:none;
  top:50%;
  transform:translate(0,-50%)
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color:#783cb9
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color:#1a4480
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color:#783cb9
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color:#1a4480
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  -moz-osx-font-smoothing:inherit;
  -webkit-font-smoothing:inherit;
  background-color:transparent;
  box-shadow:none;
  text-decoration:underline
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled {
  color:#c9c9c9
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color:#1a4480
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height:1.5rem;
  width:1.5rem;
  vertical-align:middle
}
.usa-table thead th[aria-sort] {
  background-color:#97d4ea;
  color:#1b1b1b
}
.usa-table td[data-sort-active],
.usa-table th[data-sort-active] {
  background-color:#e1f3f8;
  color:#1b1b1b
}
.usa-table--borderless thead th {
  background-color:transparent;
  border-top:0;
  color:#1b1b1b
}
.usa-table--borderless thead th[aria-sort] {
  color:#1b1b1b
}
.usa-table--striped tbody tr:nth-child(odd) td[data-sort-active],
.usa-table--striped tbody tr:nth-child(odd) th[data-sort-active] {
  background-color:#c3ebfa;
  color:#1b1b1b
}
@media all and (max-width:29.99em) {
  .usa-table--stacked thead,
  .usa-table--stacked-header thead {
    display:none
  }
  .usa-table--stacked td,
  .usa-table--stacked th,
  .usa-table--stacked-header td,
  .usa-table--stacked-header th {
    border-bottom-width:0;
    display:block;
    width:100%
  }
  .usa-table--stacked tr,
  .usa-table--stacked-header tr {
    border-bottom:.25rem solid #1b1b1b;
    border-top-width:0;
    display:block;
    width:100%
  }
  .usa-table--stacked tr td:first-child,
  .usa-table--stacked tr th:first-child {
    border-top-width:0
  }
  .usa-table--stacked tr:nth-child(odd) td,
  .usa-table--stacked tr:nth-child(odd) th {
    background-color:inherit
  }
  .usa-table--stacked tr:first-child td:first-child,
  .usa-table--stacked tr:first-child th:first-child,
  .usa-table--stacked-header tr:first-child td:first-child,
  .usa-table--stacked-header tr:first-child th:first-child {
    border-top:.25rem solid #1b1b1b
  }
  .usa-table--stacked td[data-label],
  .usa-table--stacked th[data-label],
  .usa-table--stacked-header td[data-label],
  .usa-table--stacked-header th[data-label] {
    padding-bottom:.75rem
  }
  .usa-table--stacked td[data-label]:before,
  .usa-table--stacked th[data-label]:before {
    content:attr(data-label);
    display:block;
    font-weight:700;
    margin:-.5rem -1rem 0;
    padding:.75rem 1rem .25rem
  }
  .usa-table--stacked-header tr td:first-child,
  .usa-table--stacked-header tr th:first-child {
    border-top-width:0
  }
  .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-table--stacked-header tr:nth-child(odd) th {
    background-color:inherit
  }
  .usa-table--stacked-header td[data-label]:before,
  .usa-table--stacked-header th[data-label]:before {
    content:attr(data-label);
    display:block;
    font-weight:700;
    margin:-.5rem -1rem 0;
    padding:.75rem 1rem .25rem
  }
  .usa-table--stacked-header tr td:first-child,
  .usa-table--stacked-header tr th:first-child {
    font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size:1.06rem;
    line-height:1.1;
    background-color:#dfe1e2;
    color:#1b1b1b;
    font-weight:700;
    padding:.75rem 1rem
  }
  .usa-table--stacked-header tr td:first-child:before,
  .usa-table--stacked-header tr th:first-child:before {
    display:none
  }
}
.width-mobile .usa-table--stacked td,
.width-mobile .usa-table--stacked th,
.width-mobile .usa-table--stacked-header td,
.width-mobile .usa-table--stacked-header th {
  border-bottom-width:0;
  display:block;
  width:100%
}
.width-mobile .usa-table--stacked tr td:first-child,
.width-mobile .usa-table--stacked tr th:first-child {
  border-top-width:0
}
.width-mobile .usa-table--stacked tr:nth-child(odd) td,
.width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color:inherit
}
.width-mobile .usa-table--stacked tr:first-child td:first-child,
.width-mobile .usa-table--stacked tr:first-child th:first-child,
.width-mobile .usa-table--stacked-header tr:first-child td:first-child,
.width-mobile .usa-table--stacked-header tr:first-child th:first-child {
  border-top:.25rem solid #1b1b1b
}
.width-mobile .usa-table--stacked td[data-label],
.width-mobile .usa-table--stacked th[data-label],
.width-mobile .usa-table--stacked-header td[data-label],
.width-mobile .usa-table--stacked-header th[data-label] {
  padding-bottom:.75rem
}
.width-mobile .usa-table--stacked td[data-label]:before,
.width-mobile .usa-table--stacked th[data-label]:before {
  content:attr(data-label);
  display:block;
  font-weight:700;
  margin:-.5rem -1rem 0;
  padding:.75rem 1rem .25rem
}
.width-mobile .usa-table--stacked-header tr td:first-child,
.width-mobile .usa-table--stacked-header tr th:first-child {
  border-top-width:0
}
.width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color:inherit
}
.width-mobile .usa-table--stacked-header td[data-label]:before,
.width-mobile .usa-table--stacked-header th[data-label]:before {
  content:attr(data-label);
  display:block;
  font-weight:700;
  margin:-.5rem -1rem 0;
  padding:.75rem 1rem .25rem
}
.width-mobile .usa-table--stacked-header tr td:first-child,
.width-mobile .usa-table--stacked-header tr th:first-child {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  line-height:1.1;
  background-color:#dfe1e2;
  color:#1b1b1b;
  font-weight:700;
  padding:.75rem 1rem
}
.width-mobile .usa-table--stacked-header tr td:first-child:before,
.width-mobile .usa-table--stacked-header tr th:first-child:before {
  display:none
}
.usa-table-container--scrollable {
  margin:1.25rem 0;
  overflow-y:hidden
}
.usa-table-container--scrollable .usa-table {
  margin:0
}
.usa-table-container--scrollable td {
  white-space:nowrap
}
html {
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  box-sizing:border-box;
  font-feature-settings:"kern"1;
  font-kerning:normal;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:100%
}
body {
  margin:0;
  color:#1b1b1b;
  background-color:#fff;
  overflow-x:hidden
}
details,
main {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
code,
kbd,
pre,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
img {
  border-style:none;
  max-width:100%
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  color:inherit;
  display:table;
  max-width:100%;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio],
legend {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
summary {
  display:list-item
}
[hidden],
template {
  display:none
}
button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
[contentEditable=true]:focus,
[href]:focus,
[tabindex]:focus,
iframe:focus {
  outline:.25rem solid #c05600;
  outline-offset:0
}
.usa-media-link {
  display:inline-block;
  line-height:0
}
*,
::after,
::before {
  box-sizing:inherit
}
address,
cite,
dfn,
var {
  font-style:normal
}
[class*=font-mono-] {
  font-family:Roboto Mono Web,Bitstream Vera Sans Mono,Consolas,Courier,monospace
}
[class*=font-sans-] {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
[class*=font-serif-] {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
[class*=font-ui-] {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
[class*=font-heading-] {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
[class*=font-body-] {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
[class*=font-code-] {
  font-family:Roboto Mono Web,Bitstream Vera Sans Mono,Consolas,Courier,monospace
}
[class*=font-alt-] {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.add-aspect-9x16 {
  box-sizing:border-box;
  height:0;
  overflow:hidden;
  padding:0 0 177.77778%;
  position:relative
}
.add-aspect-16x9,
.add-aspect-1x1,
.add-aspect-2x1,
.add-aspect-4x3 {
  box-sizing:border-box;
  height:0;
  overflow:hidden;
  padding:0 0 100%;
  position:relative
}
.add-aspect-16x9,
.add-aspect-2x1,
.add-aspect-4x3 {
  padding:0 0 75%
}
.add-aspect-16x9,
.add-aspect-2x1 {
  padding:0 0 56.25%
}
.add-aspect-2x1 {
  padding:0 0 50%
}
.add-list-reset {
  margin-bottom:0;
  margin-top:0;
  padding-left:0;
  list-style:none
}
.flex-align-start {
  align-items:flex-start
}
.flex-align-end {
  align-items:flex-end
}
.flex-align-center {
  align-items:center
}
.flex-align-stretch {
  align-items:stretch
}
.flex-align-baseline {
  align-items:baseline
}
.flex-align-self-start {
  align-self:flex-start
}
.flex-align-self-end {
  align-self:flex-end
}
.flex-align-self-center {
  align-self:center
}
.flex-align-self-stretch {
  align-self:stretch
}
.flex-align-self-baseline {
  align-self:baseline
}
.bg-transparent,
.hover\:bg-transparent:hover {
  background-color:transparent
}
.bg-black,
.hover\:bg-black:hover {
  background-color:#000
}
.bg-white,
.hover\:bg-white:hover,
input#search-field-small-mobile-menu {
  background-color:#fff
}
.bg-base-lightest,
.hover\:bg-base-lightest:hover {
  background-color:#f0f0f0
}
.bg-base-lighter,
.hover\:bg-base-lighter:hover {
  background-color:#dfe1e2
}
.bg-base-light,
.hover\:bg-base-light:hover {
  background-color:#a9aeb1
}
.bg-base,
.hover\:bg-base:hover {
  background-color:#71767a
}
.bg-base-dark,
.hover\:bg-base-dark:hover {
  background-color:#565c65
}
.bg-base-darker,
.hover\:bg-base-darker:hover {
  background-color:#3d4551
}
.bg-base-darkest,
.bg-ink,
.hover\:bg-base-darkest:hover,
.hover\:bg-ink:hover {
  background-color:#1b1b1b
}
.bg-primary-lighter,
.hover\:bg-primary-lighter:hover {
  background-color:#ccecf2
}
.bg-primary-light,
.hover\:bg-primary-light:hover {
  background-color:#73b3e7
}
.bg-primary,
.hover\:bg-primary:hover {
  background-color:#00bde3
}
.bg-primary-vivid,
.hover\:bg-primary-vivid:hover {
  background-color:#0050d8
}
.bg-primary-dark,
.bg-primary-darker,
.hover\:bg-primary-dark:hover,
.hover\:bg-primary-darker:hover {
  background-color:#009ec1
}
.bg-secondary-lighter,
.hover\:bg-secondary-lighter:hover {
  background-color:#f3e1e4
}
.bg-secondary-light,
.hover\:bg-secondary-light:hover {
  background-color:#f2938c
}
.bg-secondary,
.hover\:bg-secondary:hover {
  background-color:#ccecf2
}
.bg-secondary-vivid,
.hover\:bg-secondary-vivid:hover {
  background-color:#e41d3d
}
.bg-secondary-dark,
.bg-secondary-darker,
.hover\:bg-secondary-dark:hover,
.hover\:bg-secondary-darker:hover {
  background-color:#99deea
}
.bg-accent-warm-darker,
.hover\:bg-accent-warm-darker:hover {
  background-color:#775540
}
.bg-accent-warm-dark,
.hover\:bg-accent-warm-dark:hover {
  background-color:#c05600
}
.bg-accent-warm,
.hover\:bg-accent-warm:hover {
  background-color:#fa9441
}
.bg-accent-warm-light,
.hover\:bg-accent-warm-light:hover {
  background-color:#ffbc78
}
.bg-accent-warm-lighter,
.hover\:bg-accent-warm-lighter:hover {
  background-color:#f2e4d4
}
.bg-accent-cool-darker,
.hover\:bg-accent-cool-darker:hover {
  background-color:#07648d
}
.bg-accent-cool-dark,
.hover\:bg-accent-cool-dark:hover {
  background-color:#28a0cb
}
.bg-accent-cool,
.hover\:bg-accent-cool:hover {
  background-color:#00bde3
}
.bg-accent-cool-light,
.hover\:bg-accent-cool-light:hover {
  background-color:#97d4ea
}
.bg-accent-cool-lighter,
.hover\:bg-accent-cool-lighter:hover {
  background-color:#e1f3f8
}
.bg-gray-5,
.hover\:bg-gray-5:hover {
  background-color:#f0f0f0
}
.bg-gray-10,
.hover\:bg-gray-10:hover {
  background-color:#e6e6e6
}
.bg-gray-30,
.hover\:bg-gray-30:hover {
  background-color:#adadad
}
.bg-gray-50,
.hover\:bg-gray-50:hover {
  background-color:#757575
}
.bg-gray-70,
.hover\:bg-gray-70:hover {
  background-color:#454545
}
.bg-gray-90,
.hover\:bg-gray-90:hover {
  background-color:#1b1b1b
}
.bg-error-lighter,
.hover\:bg-error-lighter:hover {
  background-color:#f4e3db
}
.bg-error-light,
.hover\:bg-error-light:hover {
  background-color:#f39268
}
.bg-error,
.hover\:bg-error:hover {
  background-color:#d83933
}
.bg-error-dark,
.hover\:bg-error-dark:hover {
  background-color:#b50909
}
.bg-error-darker,
.hover\:bg-error-darker:hover {
  background-color:#6f3331
}
.bg-warning-lighter,
.hover\:bg-warning-lighter:hover {
  background-color:#faf3d1
}
.bg-warning-light,
.hover\:bg-warning-light:hover {
  background-color:#fee685
}
.bg-warning,
.hover\:bg-warning:hover {
  background-color:#ffbe2e
}
.bg-warning-dark,
.hover\:bg-warning-dark:hover {
  background-color:#e5a000
}
.bg-warning-darker,
.hover\:bg-warning-darker:hover {
  background-color:#936f38
}
.bg-success-lighter,
.hover\:bg-success-lighter:hover {
  background-color:#ecf3ec
}
.bg-success-light,
.hover\:bg-success-light:hover {
  background-color:#70e17b
}
.bg-success,
.hover\:bg-success:hover {
  background-color:#00a91c
}
.bg-success-dark,
.hover\:bg-success-dark:hover {
  background-color:#008817
}
.bg-success-darker,
.hover\:bg-success-darker:hover {
  background-color:#216e1f
}
.bg-info-lighter,
.hover\:bg-info-lighter:hover {
  background-color:#e7f6f8
}
.bg-info-light,
.hover\:bg-info-light:hover {
  background-color:#99deea
}
.bg-info,
.hover\:bg-info:hover {
  background-color:#00bde3
}
.bg-info-dark,
.hover\:bg-info-dark:hover {
  background-color:#009ec1
}
.bg-info-darker,
.hover\:bg-info-darker:hover {
  background-color:#2e6276
}
.bg-disabled-light,
.hover\:bg-disabled-light:hover {
  background-color:#e6e6e6
}
.bg-disabled,
.hover\:bg-disabled:hover {
  background-color:#c9c9c9
}
.bg-disabled-dark,
.hover\:bg-disabled-dark:hover {
  background-color:#adadad
}
.bg-emergency,
.hover\:bg-emergency:hover {
  background-color:#9c3d10
}
.bg-emergency-dark,
.hover\:bg-emergency-dark:hover {
  background-color:#332d29
}
.bg-red,
.hover\:bg-red:hover {
  background-color:#e52207
}
.bg-orange,
.hover\:bg-orange:hover {
  background-color:#e66f0e
}
.bg-gold,
.hover\:bg-gold:hover {
  background-color:#ffbe2e
}
.bg-yellow,
.hover\:bg-yellow:hover {
  background-color:#fee685
}
.bg-green,
.hover\:bg-green:hover {
  background-color:#538200
}
.bg-mint,
.hover\:bg-mint:hover {
  background-color:#04c585
}
.bg-cyan,
.hover\:bg-cyan:hover {
  background-color:#009ec1
}
.bg-blue,
.hover\:bg-blue:hover {
  background-color:#0076d6
}
.bg-indigo,
.hover\:bg-indigo:hover {
  background-color:#676cc8
}
.bg-violet,
.hover\:bg-violet:hover {
  background-color:#8168b3
}
.bg-magenta,
.hover\:bg-magenta:hover {
  background-color:#d72d79
}
.bg-black-transparent-5,
.hover\:bg-black-transparent-5:hover {
  background-color:rgba(0,0,0,.01)
}
.bg-black-transparent-10,
.hover\:bg-black-transparent-10:hover {
  background-color:rgba(0,0,0,.1)
}
.bg-black-transparent-20,
.hover\:bg-black-transparent-20:hover {
  background-color:rgba(0,0,0,.2)
}
.bg-black-transparent-30,
.hover\:bg-black-transparent-30:hover {
  background-color:rgba(0,0,0,.3)
}
.bg-black-transparent-40,
.hover\:bg-black-transparent-40:hover {
  background-color:rgba(0,0,0,.4)
}
.bg-black-transparent-50,
.hover\:bg-black-transparent-50:hover {
  background-color:rgba(0,0,0,.5)
}
.bg-black-transparent-60,
.hover\:bg-black-transparent-60:hover {
  background-color:rgba(0,0,0,.6)
}
.bg-black-transparent-70,
.hover\:bg-black-transparent-70:hover {
  background-color:rgba(0,0,0,.7)
}
.bg-black-transparent-80,
.hover\:bg-black-transparent-80:hover {
  background-color:rgba(0,0,0,.8)
}
.bg-black-transparent-90,
.hover\:bg-black-transparent-90:hover {
  background-color:rgba(0,0,0,.9)
}
.bg-gray-cool-1,
.hover\:bg-gray-cool-1:hover {
  background-color:#fbfcfd
}
.bg-gray-cool-2,
.hover\:bg-gray-cool-2:hover {
  background-color:#f7f9fa
}
.bg-gray-cool-3,
.hover\:bg-gray-cool-3:hover {
  background-color:#f5f6f7
}
.bg-gray-cool-4,
.hover\:bg-gray-cool-4:hover {
  background-color:#f1f3f6
}
.bg-gray-cool-5,
.hover\:bg-gray-cool-5:hover {
  background-color:#edeff0
}
.bg-gray-cool-10,
.hover\:bg-gray-cool-10:hover {
  background-color:#dfe1e2
}
.bg-gray-cool-20,
.hover\:bg-gray-cool-20:hover {
  background-color:#c6cace
}
.bg-gray-cool-30,
.hover\:bg-gray-cool-30:hover {
  background-color:#a9aeb1
}
.bg-gray-cool-40,
.hover\:bg-gray-cool-40:hover {
  background-color:#8d9297
}
.bg-gray-cool-50,
.hover\:bg-gray-cool-50:hover {
  background-color:#71767a
}
.bg-gray-cool-60,
.hover\:bg-gray-cool-60:hover {
  background-color:#565c65
}
.bg-gray-cool-70,
.hover\:bg-gray-cool-70:hover {
  background-color:#3d4551
}
.bg-gray-cool-80,
.hover\:bg-gray-cool-80:hover {
  background-color:#2d2e2f
}
.bg-gray-cool-90,
.hover\:bg-gray-cool-90:hover {
  background-color:#1c1d1f
}
.bg-gray-1,
.hover\:bg-gray-1:hover {
  background-color:#fcfcfc
}
.bg-gray-2,
.hover\:bg-gray-2:hover {
  background-color:#f9f9f9
}
.bg-gray-3,
.hover\:bg-gray-3:hover {
  background-color:#f6f6f6
}
.bg-gray-4,
.hover\:bg-gray-4:hover {
  background-color:#f3f3f3
}
.bg-gray-20,
.hover\:bg-gray-20:hover {
  background-color:#c9c9c9
}
.bg-gray-40,
.hover\:bg-gray-40:hover {
  background-color:#919191
}
.bg-gray-60,
.hover\:bg-gray-60:hover {
  background-color:#5c5c5c
}
.bg-gray-80,
.hover\:bg-gray-80:hover {
  background-color:#2e2e2e
}
.bg-gray-warm-1,
.hover\:bg-gray-warm-1:hover {
  background-color:#fcfcfb
}
.bg-gray-warm-2,
.hover\:bg-gray-warm-2:hover {
  background-color:#f9f9f7
}
.bg-gray-warm-3,
.hover\:bg-gray-warm-3:hover {
  background-color:#f6f6f2
}
.bg-gray-warm-4,
.hover\:bg-gray-warm-4:hover {
  background-color:#f5f5f0
}
.bg-gray-warm-5,
.hover\:bg-gray-warm-5:hover {
  background-color:#f0f0ec
}
.bg-gray-warm-10,
.hover\:bg-gray-warm-10:hover {
  background-color:#e6e6e2
}
.bg-gray-warm-20,
.hover\:bg-gray-warm-20:hover {
  background-color:#cac9c0
}
.bg-gray-warm-30,
.hover\:bg-gray-warm-30:hover {
  background-color:#afaea2
}
.bg-gray-warm-40,
.hover\:bg-gray-warm-40:hover {
  background-color:#929285
}
.bg-gray-warm-50,
.hover\:bg-gray-warm-50:hover {
  background-color:#76766a
}
.bg-gray-warm-60,
.hover\:bg-gray-warm-60:hover {
  background-color:#5d5d52
}
.bg-gray-warm-70,
.hover\:bg-gray-warm-70:hover {
  background-color:#454540
}
.bg-gray-warm-80,
.hover\:bg-gray-warm-80:hover {
  background-color:#2e2e2a
}
.bg-gray-warm-90,
.hover\:bg-gray-warm-90:hover {
  background-color:#171716
}
.bg-blue-cool-5,
.hover\:bg-blue-cool-5:hover {
  background-color:#e7f2f5
}
.bg-blue-cool-10,
.hover\:bg-blue-cool-10:hover {
  background-color:#dae9ee
}
.bg-blue-cool-20,
.hover\:bg-blue-cool-20:hover {
  background-color:#adcfdc
}
.bg-blue-cool-30,
.hover\:bg-blue-cool-30:hover {
  background-color:#82b4c9
}
.bg-blue-cool-40,
.hover\:bg-blue-cool-40:hover {
  background-color:#6499af
}
.bg-blue-cool-50,
.hover\:bg-blue-cool-50:hover {
  background-color:#3a7d95
}
.bg-blue-cool-60,
.hover\:bg-blue-cool-60:hover {
  background-color:#2e6276
}
.bg-blue-cool-70,
.hover\:bg-blue-cool-70:hover {
  background-color:#224a58
}
.bg-blue-cool-80,
.hover\:bg-blue-cool-80:hover {
  background-color:#14333d
}
.bg-blue-cool-90,
.hover\:bg-blue-cool-90:hover {
  background-color:#0f191c
}
.bg-blue-cool-5v,
.hover\:bg-blue-cool-5v:hover {
  background-color:#e1f3f8
}
.bg-blue-cool-10v,
.hover\:bg-blue-cool-10v:hover {
  background-color:#c3ebfa
}
.bg-blue-cool-20v,
.hover\:bg-blue-cool-20v:hover {
  background-color:#97d4ea
}
.bg-blue-cool-30v,
.hover\:bg-blue-cool-30v:hover {
  background-color:#59b9de
}
.bg-blue-cool-40v,
.hover\:bg-blue-cool-40v:hover {
  background-color:#28a0cb
}
.bg-blue-cool-50v,
.hover\:bg-blue-cool-50v:hover {
  background-color:#0d7ea2
}
.bg-blue-cool-60v,
.hover\:bg-blue-cool-60v:hover {
  background-color:#07648d
}
.bg-blue-cool-70v,
.hover\:bg-blue-cool-70v:hover {
  background-color:#074b69
}
.bg-blue-cool-80v,
.hover\:bg-blue-cool-80v:hover {
  background-color:#002d3f
}
.bg-blue-5,
.hover\:bg-blue-5:hover {
  background-color:#eff6fb
}
.bg-blue-10,
.hover\:bg-blue-10:hover {
  background-color:#d9e8f6
}
.bg-blue-20,
.hover\:bg-blue-20:hover {
  background-color:#aacdec
}
.bg-blue-30,
.hover\:bg-blue-30:hover {
  background-color:#73b3e7
}
.bg-blue-40,
.hover\:bg-blue-40:hover {
  background-color:#4f97d1
}
.bg-blue-50,
.hover\:bg-blue-50:hover {
  background-color:#2378c3
}
.bg-blue-60,
.hover\:bg-blue-60:hover {
  background-color:#2c608a
}
.bg-blue-70,
.hover\:bg-blue-70:hover {
  background-color:#274863
}
.bg-blue-80,
.hover\:bg-blue-80:hover {
  background-color:#1f303e
}
.bg-blue-90,
.hover\:bg-blue-90:hover {
  background-color:#11181d
}
.bg-blue-5v,
.hover\:bg-blue-5v:hover {
  background-color:#e8f5ff
}
.bg-blue-10v,
.hover\:bg-blue-10v:hover {
  background-color:#cfe8ff
}
.bg-blue-20v,
.hover\:bg-blue-20v:hover {
  background-color:#a1d3ff
}
.bg-blue-30v,
.hover\:bg-blue-30v:hover {
  background-color:#58b4ff
}
.bg-blue-40v,
.hover\:bg-blue-40v:hover {
  background-color:#2491ff
}
.bg-blue-50v,
.hover\:bg-blue-50v:hover {
  background-color:#0076d6
}
.bg-blue-60v,
.hover\:bg-blue-60v:hover {
  background-color:#005ea2
}
.bg-blue-70v,
.hover\:bg-blue-70v:hover {
  background-color:#0b4778
}
.bg-blue-80v,
.hover\:bg-blue-80v:hover {
  background-color:#112f4e
}
.bg-blue-warm-5,
.hover\:bg-blue-warm-5:hover {
  background-color:#ecf1f7
}
.bg-blue-warm-10,
.hover\:bg-blue-warm-10:hover {
  background-color:#e1e7f1
}
.bg-blue-warm-20,
.hover\:bg-blue-warm-20:hover {
  background-color:#bbcae4
}
.bg-blue-warm-30,
.hover\:bg-blue-warm-30:hover {
  background-color:#98afd2
}
.bg-blue-warm-40,
.hover\:bg-blue-warm-40:hover {
  background-color:#7292c7
}
.bg-blue-warm-50,
.hover\:bg-blue-warm-50:hover {
  background-color:#4a77b4
}
.bg-blue-warm-60,
.hover\:bg-blue-warm-60:hover {
  background-color:#345d96
}
.bg-blue-warm-70,
.hover\:bg-blue-warm-70:hover {
  background-color:#2f4668
}
.bg-blue-warm-80,
.hover\:bg-blue-warm-80:hover {
  background-color:#252f3e
}
.bg-blue-warm-90,
.hover\:bg-blue-warm-90:hover {
  background-color:#13171f
}
.bg-blue-warm-5v,
.hover\:bg-blue-warm-5v:hover {
  background-color:#edf5ff
}
.bg-blue-warm-10v,
.hover\:bg-blue-warm-10v:hover {
  background-color:#d4e5ff
}
.bg-blue-warm-20v,
.hover\:bg-blue-warm-20v:hover {
  background-color:#adcdff
}
.bg-blue-warm-30v,
.hover\:bg-blue-warm-30v:hover {
  background-color:#81aefc
}
.bg-blue-warm-40v,
.hover\:bg-blue-warm-40v:hover {
  background-color:#5994f6
}
.bg-blue-warm-50v,
.hover\:bg-blue-warm-50v:hover {
  background-color:#2672de
}
.bg-blue-warm-60v,
.hover\:bg-blue-warm-60v:hover {
  background-color:#0050d8
}
.bg-blue-warm-70v,
.hover\:bg-blue-warm-70v:hover {
  background-color:#1a4480
}
.bg-blue-warm-80v,
.hover\:bg-blue-warm-80v:hover {
  background-color:#162e51
}
.bg-cyan-5,
.hover\:bg-cyan-5:hover {
  background-color:#e7f6f8
}
.bg-cyan-10,
.hover\:bg-cyan-10:hover {
  background-color:#ccecf2
}
.bg-cyan-20,
.hover\:bg-cyan-20:hover {
  background-color:#99deea
}
.bg-cyan-30,
.hover\:bg-cyan-30:hover {
  background-color:#5dc0d1
}
.bg-cyan-40,
.hover\:bg-cyan-40:hover {
  background-color:#449dac
}
.bg-cyan-50,
.hover\:bg-cyan-50:hover {
  background-color:#168092
}
.bg-cyan-60,
.hover\:bg-cyan-60:hover {
  background-color:#2a646d
}
.bg-cyan-70,
.hover\:bg-cyan-70:hover {
  background-color:#2c4a4e
}
.bg-cyan-80,
.hover\:bg-cyan-80:hover {
  background-color:#203133
}
.bg-cyan-90,
.hover\:bg-cyan-90:hover {
  background-color:#111819
}
.bg-cyan-5v,
.hover\:bg-cyan-5v:hover {
  background-color:#e5faff
}
.bg-cyan-10v,
.hover\:bg-cyan-10v:hover {
  background-color:#a8f2ff
}
.bg-cyan-20v,
.hover\:bg-cyan-20v:hover {
  background-color:#52daf2
}
.bg-cyan-30v,
.hover\:bg-cyan-30v:hover {
  background-color:#00bde3
}
.bg-cyan-40v,
.hover\:bg-cyan-40v:hover {
  background-color:#009ec1
}
.bg-cyan-50v,
.hover\:bg-cyan-50v:hover {
  background-color:#0081a1
}
.bg-cyan-60v,
.hover\:bg-cyan-60v:hover {
  background-color:#00687d
}
.bg-cyan-70v,
.hover\:bg-cyan-70v:hover {
  background-color:#0e4f5c
}
.bg-cyan-80v,
.hover\:bg-cyan-80v:hover {
  background-color:#093b44
}
.bg-gold-5,
.hover\:bg-gold-5:hover {
  background-color:#f5f0e6
}
.bg-gold-10,
.hover\:bg-gold-10:hover {
  background-color:#f1e5cd
}
.bg-gold-20,
.hover\:bg-gold-20:hover {
  background-color:#dec69a
}
.bg-gold-30,
.hover\:bg-gold-30:hover {
  background-color:#c7a97b
}
.bg-gold-40,
.hover\:bg-gold-40:hover {
  background-color:#ad8b65
}
.bg-gold-50,
.hover\:bg-gold-50:hover {
  background-color:#8e704f
}
.bg-gold-60,
.hover\:bg-gold-60:hover {
  background-color:#6b5947
}
.bg-gold-70,
.hover\:bg-gold-70:hover {
  background-color:#4d4438
}
.bg-gold-80,
.hover\:bg-gold-80:hover {
  background-color:#322d26
}
.bg-gold-90,
.hover\:bg-gold-90:hover {
  background-color:#191714
}
.bg-gold-5v,
.hover\:bg-gold-5v:hover {
  background-color:#fef0c8
}
.bg-gold-10v,
.hover\:bg-gold-10v:hover {
  background-color:#ffe396
}
.bg-gold-20v,
.hover\:bg-gold-20v:hover {
  background-color:#ffbe2e
}
.bg-gold-30v,
.hover\:bg-gold-30v:hover {
  background-color:#e5a000
}
.bg-gold-40v,
.hover\:bg-gold-40v:hover {
  background-color:#c2850c
}
.bg-gold-50v,
.hover\:bg-gold-50v:hover {
  background-color:#936f38
}
.bg-gold-60v,
.hover\:bg-gold-60v:hover {
  background-color:#7a591a
}
.bg-gold-70v,
.hover\:bg-gold-70v:hover {
  background-color:#5c410a
}
.bg-gold-80v,
.hover\:bg-gold-80v:hover {
  background-color:#3b2b15
}
.bg-green-cool-5,
.hover\:bg-green-cool-5:hover {
  background-color:#ecf3ec
}
.bg-green-cool-10,
.hover\:bg-green-cool-10:hover {
  background-color:#dbebde
}
.bg-green-cool-20,
.hover\:bg-green-cool-20:hover {
  background-color:#b4d0b9
}
.bg-green-cool-30,
.hover\:bg-green-cool-30:hover {
  background-color:#86b98e
}
.bg-green-cool-40,
.hover\:bg-green-cool-40:hover {
  background-color:#5e9f69
}
.bg-green-cool-50,
.hover\:bg-green-cool-50:hover {
  background-color:#4d8055
}
.bg-green-cool-60,
.hover\:bg-green-cool-60:hover {
  background-color:#446443
}
.bg-green-cool-70,
.hover\:bg-green-cool-70:hover {
  background-color:#37493b
}
.bg-green-cool-80,
.hover\:bg-green-cool-80:hover {
  background-color:#28312a
}
.bg-green-cool-90,
.hover\:bg-green-cool-90:hover {
  background-color:#1a1f1a
}
.bg-green-cool-5v,
.hover\:bg-green-cool-5v:hover {
  background-color:#e3f5e1
}
.bg-green-cool-10v,
.hover\:bg-green-cool-10v:hover {
  background-color:#b7f5bd
}
.bg-green-cool-20v,
.hover\:bg-green-cool-20v:hover {
  background-color:#70e17b
}
.bg-green-cool-30v,
.hover\:bg-green-cool-30v:hover {
  background-color:#21c834
}
.bg-green-cool-40v,
.hover\:bg-green-cool-40v:hover {
  background-color:#00a91c
}
.bg-green-cool-50v,
.hover\:bg-green-cool-50v:hover {
  background-color:#008817
}
.bg-green-cool-60v,
.hover\:bg-green-cool-60v:hover {
  background-color:#216e1f
}
.bg-green-cool-70v,
.hover\:bg-green-cool-70v:hover {
  background-color:#154c21
}
.bg-green-cool-80v,
.hover\:bg-green-cool-80v:hover {
  background-color:#19311e
}
.bg-green-5,
.hover\:bg-green-5:hover {
  background-color:#eaf4dd
}
.bg-green-10,
.hover\:bg-green-10:hover {
  background-color:#dfeacd
}
.bg-green-20,
.hover\:bg-green-20:hover {
  background-color:#b8d293
}
.bg-green-30,
.hover\:bg-green-30:hover {
  background-color:#9bb672
}
.bg-green-40,
.hover\:bg-green-40:hover {
  background-color:#7d9b4e
}
.bg-green-50,
.hover\:bg-green-50:hover {
  background-color:#607f35
}
.bg-green-60,
.hover\:bg-green-60:hover {
  background-color:#4c6424
}
.bg-green-70,
.hover\:bg-green-70:hover {
  background-color:#3c4a29
}
.bg-green-80,
.hover\:bg-green-80:hover {
  background-color:#293021
}
.bg-green-90,
.hover\:bg-green-90:hover {
  background-color:#161814
}
.bg-green-5v,
.hover\:bg-green-5v:hover {
  background-color:#ddf9c7
}
.bg-green-10v,
.hover\:bg-green-10v:hover {
  background-color:#c5ee93
}
.bg-green-20v,
.hover\:bg-green-20v:hover {
  background-color:#98d035
}
.bg-green-30v,
.hover\:bg-green-30v:hover {
  background-color:#7fb135
}
.bg-green-40v,
.hover\:bg-green-40v:hover {
  background-color:#719f2a
}
.bg-green-50v,
.hover\:bg-green-50v:hover {
  background-color:#538200
}
.bg-green-60v,
.hover\:bg-green-60v:hover {
  background-color:#466c04
}
.bg-green-70v,
.hover\:bg-green-70v:hover {
  background-color:#2f4a0b
}
.bg-green-80v,
.hover\:bg-green-80v:hover {
  background-color:#243413
}
.bg-green-warm-5,
.hover\:bg-green-warm-5:hover {
  background-color:#f1f4d7
}
.bg-green-warm-10,
.hover\:bg-green-warm-10:hover {
  background-color:#e7eab7
}
.bg-green-warm-20,
.hover\:bg-green-warm-20:hover {
  background-color:#cbd17a
}
.bg-green-warm-30,
.hover\:bg-green-warm-30:hover {
  background-color:#a6b557
}
.bg-green-warm-40,
.hover\:bg-green-warm-40:hover {
  background-color:#8a984b
}
.bg-green-warm-50,
.hover\:bg-green-warm-50:hover {
  background-color:#6f7a41
}
.bg-green-warm-60,
.hover\:bg-green-warm-60:hover {
  background-color:#5a5f38
}
.bg-green-warm-70,
.hover\:bg-green-warm-70:hover {
  background-color:#45472f
}
.bg-green-warm-80,
.hover\:bg-green-warm-80:hover {
  background-color:#2d2f21
}
.bg-green-warm-90,
.hover\:bg-green-warm-90:hover {
  background-color:#171712
}
.bg-green-warm-5v,
.hover\:bg-green-warm-5v:hover {
  background-color:#f5fbc1
}
.bg-green-warm-10v,
.hover\:bg-green-warm-10v:hover {
  background-color:#e7f434
}
.bg-green-warm-20v,
.hover\:bg-green-warm-20v:hover {
  background-color:#c5d30a
}
.bg-green-warm-30v,
.hover\:bg-green-warm-30v:hover {
  background-color:#a3b72c
}
.bg-green-warm-40v,
.hover\:bg-green-warm-40v:hover {
  background-color:#7e9c1d
}
.bg-green-warm-50v,
.hover\:bg-green-warm-50v:hover {
  background-color:#6a7d00
}
.bg-green-warm-60v,
.hover\:bg-green-warm-60v:hover {
  background-color:#5a6613
}
.bg-green-warm-70v,
.hover\:bg-green-warm-70v:hover {
  background-color:#4b4e10
}
.bg-green-warm-80v,
.hover\:bg-green-warm-80v:hover {
  background-color:#38380b
}
.bg-indigo-cool-5,
.hover\:bg-indigo-cool-5:hover {
  background-color:#eef0f9
}
.bg-indigo-cool-10,
.hover\:bg-indigo-cool-10:hover {
  background-color:#e1e6f9
}
.bg-indigo-cool-20,
.hover\:bg-indigo-cool-20:hover {
  background-color:#bbc8f5
}
.bg-indigo-cool-30,
.hover\:bg-indigo-cool-30:hover {
  background-color:#96abee
}
.bg-indigo-cool-40,
.hover\:bg-indigo-cool-40:hover {
  background-color:#6b8ee8
}
.bg-indigo-cool-50,
.hover\:bg-indigo-cool-50:hover {
  background-color:#496fd8
}
.bg-indigo-cool-60,
.hover\:bg-indigo-cool-60:hover {
  background-color:#3f57a6
}
.bg-indigo-cool-70,
.hover\:bg-indigo-cool-70:hover {
  background-color:#374274
}
.bg-indigo-cool-80,
.hover\:bg-indigo-cool-80:hover {
  background-color:#292d42
}
.bg-indigo-cool-90,
.hover\:bg-indigo-cool-90:hover {
  background-color:#151622
}
.bg-indigo-cool-5v,
.hover\:bg-indigo-cool-5v:hover {
  background-color:#edf0ff
}
.bg-indigo-cool-10v,
.hover\:bg-indigo-cool-10v:hover {
  background-color:#dee5ff
}
.bg-indigo-cool-20v,
.hover\:bg-indigo-cool-20v:hover {
  background-color:#b8c8ff
}
.bg-indigo-cool-30v,
.hover\:bg-indigo-cool-30v:hover {
  background-color:#94adff
}
.bg-indigo-cool-40v,
.hover\:bg-indigo-cool-40v:hover {
  background-color:#628ef4
}
.bg-indigo-cool-50v,
.hover\:bg-indigo-cool-50v:hover {
  background-color:#4866ff
}
.bg-indigo-cool-60v,
.hover\:bg-indigo-cool-60v:hover {
  background-color:#3e4ded
}
.bg-indigo-cool-70v,
.hover\:bg-indigo-cool-70v:hover {
  background-color:#222fbf
}
.bg-indigo-cool-80v,
.hover\:bg-indigo-cool-80v:hover {
  background-color:#1b2b85
}
.bg-indigo-5,
.hover\:bg-indigo-5:hover {
  background-color:#efeff8
}
.bg-indigo-10,
.hover\:bg-indigo-10:hover {
  background-color:#e5e4fa
}
.bg-indigo-20,
.hover\:bg-indigo-20:hover {
  background-color:#c5c5f3
}
.bg-indigo-30,
.hover\:bg-indigo-30:hover {
  background-color:#a5a8eb
}
.bg-indigo-40,
.hover\:bg-indigo-40:hover {
  background-color:#8889db
}
.bg-indigo-50,
.hover\:bg-indigo-50:hover {
  background-color:#676cc8
}
.bg-indigo-60,
.hover\:bg-indigo-60:hover {
  background-color:#4d52af
}
.bg-indigo-70,
.hover\:bg-indigo-70:hover {
  background-color:#3d4076
}
.bg-indigo-80,
.hover\:bg-indigo-80:hover {
  background-color:#2b2c40
}
.bg-indigo-90,
.hover\:bg-indigo-90:hover {
  background-color:#16171f
}
.bg-indigo-5v,
.hover\:bg-indigo-5v:hover {
  background-color:#f0f0ff
}
.bg-indigo-10v,
.hover\:bg-indigo-10v:hover {
  background-color:#e0e0ff
}
.bg-indigo-20v,
.hover\:bg-indigo-20v:hover {
  background-color:#ccceff
}
.bg-indigo-30v,
.hover\:bg-indigo-30v:hover {
  background-color:#a3a7fa
}
.bg-indigo-40v,
.hover\:bg-indigo-40v:hover {
  background-color:#8289ff
}
.bg-indigo-50v,
.hover\:bg-indigo-50v:hover {
  background-color:#656bd7
}
.bg-indigo-60v,
.hover\:bg-indigo-60v:hover {
  background-color:#4a50c4
}
.bg-indigo-70v,
.hover\:bg-indigo-70v:hover {
  background-color:#3333a3
}
.bg-indigo-80v,
.hover\:bg-indigo-80v:hover {
  background-color:#212463
}
.bg-indigo-warm-5,
.hover\:bg-indigo-warm-5:hover {
  background-color:#f1eff7
}
.bg-indigo-warm-10,
.hover\:bg-indigo-warm-10:hover {
  background-color:#e7e3fa
}
.bg-indigo-warm-20,
.hover\:bg-indigo-warm-20:hover {
  background-color:#cbc4f2
}
.bg-indigo-warm-30,
.hover\:bg-indigo-warm-30:hover {
  background-color:#afa5e8
}
.bg-indigo-warm-40,
.hover\:bg-indigo-warm-40:hover {
  background-color:#9287d8
}
.bg-indigo-warm-50,
.hover\:bg-indigo-warm-50:hover {
  background-color:#7665d1
}
.bg-indigo-warm-60,
.hover\:bg-indigo-warm-60:hover {
  background-color:#5e519e
}
.bg-indigo-warm-70,
.hover\:bg-indigo-warm-70:hover {
  background-color:#453c7b
}
.bg-indigo-warm-80,
.hover\:bg-indigo-warm-80:hover {
  background-color:#2e2c40
}
.bg-indigo-warm-90,
.hover\:bg-indigo-warm-90:hover {
  background-color:#18161d
}
.bg-indigo-warm-5v,
.hover\:bg-indigo-warm-5v:hover {
  background-color:#f5f2ff
}
.bg-indigo-warm-10v,
.hover\:bg-indigo-warm-10v:hover {
  background-color:#e4deff
}
.bg-indigo-warm-20v,
.hover\:bg-indigo-warm-20v:hover {
  background-color:#cfc4fd
}
.bg-indigo-warm-30v,
.hover\:bg-indigo-warm-30v:hover {
  background-color:#b69fff
}
.bg-indigo-warm-40v,
.hover\:bg-indigo-warm-40v:hover {
  background-color:#967efb
}
.bg-indigo-warm-50v,
.hover\:bg-indigo-warm-50v:hover {
  background-color:#745fe9
}
.bg-indigo-warm-60v,
.hover\:bg-indigo-warm-60v:hover {
  background-color:#5942d2
}
.bg-indigo-warm-70v,
.hover\:bg-indigo-warm-70v:hover {
  background-color:#3d2c9d
}
.bg-indigo-warm-80v,
.hover\:bg-indigo-warm-80v:hover {
  background-color:#261f5b
}
.bg-magenta-5,
.hover\:bg-magenta-5:hover {
  background-color:#f9f0f2
}
.bg-magenta-10,
.hover\:bg-magenta-10:hover {
  background-color:#f6e1e8
}
.bg-magenta-20,
.hover\:bg-magenta-20:hover {
  background-color:#f0bbcc
}
.bg-magenta-30,
.hover\:bg-magenta-30:hover {
  background-color:#e895b3
}
.bg-magenta-40,
.hover\:bg-magenta-40:hover {
  background-color:#e0699f
}
.bg-magenta-50,
.hover\:bg-magenta-50:hover {
  background-color:#c84281
}
.bg-magenta-60,
.hover\:bg-magenta-60:hover {
  background-color:#8b4566
}
.bg-magenta-70,
.hover\:bg-magenta-70:hover {
  background-color:#66364b
}
.bg-magenta-80,
.hover\:bg-magenta-80:hover {
  background-color:#402731
}
.bg-magenta-90,
.hover\:bg-magenta-90:hover {
  background-color:#1b1617
}
.bg-magenta-5v,
.hover\:bg-magenta-5v:hover {
  background-color:#f9f0f2
}
.bg-magenta-10v,
.hover\:bg-magenta-10v:hover {
  background-color:#ffddea
}
.bg-magenta-20v,
.hover\:bg-magenta-20v:hover {
  background-color:#ffb4cf
}
.bg-magenta-30v,
.hover\:bg-magenta-30v:hover {
  background-color:#ff87b2
}
.bg-magenta-40v,
.hover\:bg-magenta-40v:hover {
  background-color:#fd4496
}
.bg-magenta-50v,
.hover\:bg-magenta-50v:hover {
  background-color:#d72d79
}
.bg-magenta-60v,
.hover\:bg-magenta-60v:hover {
  background-color:#ab2165
}
.bg-magenta-70v,
.hover\:bg-magenta-70v:hover {
  background-color:#731f44
}
.bg-magenta-80v,
.hover\:bg-magenta-80v:hover {
  background-color:#4f172e
}
.bg-mint-cool-5,
.hover\:bg-mint-cool-5:hover {
  background-color:#e0f7f6
}
.bg-mint-cool-10,
.hover\:bg-mint-cool-10:hover {
  background-color:#c4eeeb
}
.bg-mint-cool-20,
.hover\:bg-mint-cool-20:hover {
  background-color:#9bd4cf
}
.bg-mint-cool-30,
.hover\:bg-mint-cool-30:hover {
  background-color:#6fbab3
}
.bg-mint-cool-40,
.hover\:bg-mint-cool-40:hover {
  background-color:#4f9e99
}
.bg-mint-cool-50,
.hover\:bg-mint-cool-50:hover {
  background-color:#40807e
}
.bg-mint-cool-60,
.hover\:bg-mint-cool-60:hover {
  background-color:#376462
}
.bg-mint-cool-70,
.hover\:bg-mint-cool-70:hover {
  background-color:#2a4b45
}
.bg-mint-cool-80,
.hover\:bg-mint-cool-80:hover {
  background-color:#203131
}
.bg-mint-cool-90,
.hover\:bg-mint-cool-90:hover {
  background-color:#111818
}
.bg-mint-cool-5v,
.hover\:bg-mint-cool-5v:hover {
  background-color:#d5fbf3
}
.bg-mint-cool-10v,
.hover\:bg-mint-cool-10v:hover {
  background-color:#7efbe1
}
.bg-mint-cool-20v,
.hover\:bg-mint-cool-20v:hover {
  background-color:#29e1cb
}
.bg-mint-cool-30v,
.hover\:bg-mint-cool-30v:hover {
  background-color:#1dc2ae
}
.bg-mint-cool-40v,
.hover\:bg-mint-cool-40v:hover {
  background-color:#00a398
}
.bg-mint-cool-50v,
.hover\:bg-mint-cool-50v:hover {
  background-color:#008480
}
.bg-mint-cool-60v,
.hover\:bg-mint-cool-60v:hover {
  background-color:#0f6460
}
.bg-mint-cool-70v,
.hover\:bg-mint-cool-70v:hover {
  background-color:#0b4b3f
}
.bg-mint-cool-80v,
.hover\:bg-mint-cool-80v:hover {
  background-color:#123131
}
.bg-mint-5,
.hover\:bg-mint-5:hover {
  background-color:#dbf6ed
}
.bg-mint-10,
.hover\:bg-mint-10:hover {
  background-color:#c7efe2
}
.bg-mint-20,
.hover\:bg-mint-20:hover {
  background-color:#92d9bb
}
.bg-mint-30,
.hover\:bg-mint-30:hover {
  background-color:#5abf95
}
.bg-mint-40,
.hover\:bg-mint-40:hover {
  background-color:#34a37e
}
.bg-mint-50,
.hover\:bg-mint-50:hover {
  background-color:#2e8367
}
.bg-mint-60,
.hover\:bg-mint-60:hover {
  background-color:#286846
}
.bg-mint-70,
.hover\:bg-mint-70:hover {
  background-color:#204e34
}
.bg-mint-80,
.hover\:bg-mint-80:hover {
  background-color:#193324
}
.bg-mint-90,
.hover\:bg-mint-90:hover {
  background-color:#0d1a12
}
.bg-mint-5v,
.hover\:bg-mint-5v:hover {
  background-color:#c9fbeb
}
.bg-mint-10v,
.hover\:bg-mint-10v:hover {
  background-color:#83fcd4
}
.bg-mint-20v,
.hover\:bg-mint-20v:hover {
  background-color:#0ceda6
}
.bg-mint-30v,
.hover\:bg-mint-30v:hover {
  background-color:#04c585
}
.bg-mint-40v,
.hover\:bg-mint-40v:hover {
  background-color:#00a871
}
.bg-mint-50v,
.hover\:bg-mint-50v:hover {
  background-color:#008659
}
.bg-mint-60v,
.hover\:bg-mint-60v:hover {
  background-color:#146947
}
.bg-mint-70v,
.hover\:bg-mint-70v:hover {
  background-color:#0c4e29
}
.bg-mint-80v,
.hover\:bg-mint-80v:hover {
  background-color:#0d351e
}
.bg-orange-5,
.hover\:bg-orange-5:hover {
  background-color:#f6efe9
}
.bg-orange-10,
.hover\:bg-orange-10:hover {
  background-color:#f2e4d4
}
.bg-orange-20,
.hover\:bg-orange-20:hover {
  background-color:#f3bf90
}
.bg-orange-30,
.hover\:bg-orange-30:hover {
  background-color:#f09860
}
.bg-orange-40,
.hover\:bg-orange-40:hover {
  background-color:#dd7533
}
.bg-orange-50,
.hover\:bg-orange-50:hover {
  background-color:#a86437
}
.bg-orange-60,
.hover\:bg-orange-60:hover {
  background-color:#775540
}
.bg-orange-70,
.hover\:bg-orange-70:hover {
  background-color:#524236
}
.bg-orange-80,
.hover\:bg-orange-80:hover {
  background-color:#332d27
}
.bg-orange-90,
.hover\:bg-orange-90:hover {
  background-color:#1b1614
}
.bg-orange-5v,
.hover\:bg-orange-5v:hover {
  background-color:#fef2e4
}
.bg-orange-10v,
.hover\:bg-orange-10v:hover {
  background-color:#fce2c5
}
.bg-orange-20v,
.hover\:bg-orange-20v:hover {
  background-color:#ffbc78
}
.bg-orange-30v,
.hover\:bg-orange-30v:hover {
  background-color:#fa9441
}
.bg-orange-40v,
.hover\:bg-orange-40v:hover {
  background-color:#e66f0e
}
.bg-orange-50v,
.hover\:bg-orange-50v:hover {
  background-color:#c05600
}
.bg-orange-60v,
.hover\:bg-orange-60v:hover {
  background-color:#8c471c
}
.bg-orange-70v,
.hover\:bg-orange-70v:hover {
  background-color:#5f3617
}
.bg-orange-80v,
.hover\:bg-orange-80v:hover {
  background-color:#352313
}
.bg-orange-warm-5,
.hover\:bg-orange-warm-5:hover {
  background-color:#faeee5
}
.bg-orange-warm-10,
.hover\:bg-orange-warm-10:hover {
  background-color:#fbe0d0
}
.bg-orange-warm-20,
.hover\:bg-orange-warm-20:hover {
  background-color:#f7bca2
}
.bg-orange-warm-30,
.hover\:bg-orange-warm-30:hover {
  background-color:#f3966d
}
.bg-orange-warm-40,
.hover\:bg-orange-warm-40:hover {
  background-color:#e17141
}
.bg-orange-warm-50,
.hover\:bg-orange-warm-50:hover {
  background-color:#bd5727
}
.bg-orange-warm-60,
.hover\:bg-orange-warm-60:hover {
  background-color:#914734
}
.bg-orange-warm-70,
.hover\:bg-orange-warm-70:hover {
  background-color:#633a32
}
.bg-orange-warm-80,
.hover\:bg-orange-warm-80:hover {
  background-color:#3d2925
}
.bg-orange-warm-90,
.hover\:bg-orange-warm-90:hover {
  background-color:#1c1615
}
.bg-orange-warm-5v,
.hover\:bg-orange-warm-5v:hover {
  background-color:#fff3ea
}
.bg-orange-warm-10v,
.hover\:bg-orange-warm-10v:hover {
  background-color:#ffe2d1
}
.bg-orange-warm-20v,
.hover\:bg-orange-warm-20v:hover {
  background-color:#fbbaa7
}
.bg-orange-warm-30v,
.hover\:bg-orange-warm-30v:hover {
  background-color:#fc906d
}
.bg-orange-warm-40v,
.hover\:bg-orange-warm-40v:hover {
  background-color:#ff580a
}
.bg-orange-warm-50v,
.hover\:bg-orange-warm-50v:hover {
  background-color:#cf4900
}
.bg-orange-warm-60v,
.hover\:bg-orange-warm-60v:hover {
  background-color:#a72f10
}
.bg-orange-warm-70v,
.hover\:bg-orange-warm-70v:hover {
  background-color:#782312
}
.bg-orange-warm-80v,
.hover\:bg-orange-warm-80v:hover {
  background-color:#3d231d
}
.bg-red-cool-5,
.hover\:bg-red-cool-5:hover {
  background-color:#f8eff1
}
.bg-red-cool-10,
.hover\:bg-red-cool-10:hover {
  background-color:#f3e1e4
}
.bg-red-cool-20,
.hover\:bg-red-cool-20:hover {
  background-color:#ecbec6
}
.bg-red-cool-30,
.hover\:bg-red-cool-30:hover {
  background-color:#e09aa6
}
.bg-red-cool-40,
.hover\:bg-red-cool-40:hover {
  background-color:#e16b80
}
.bg-red-cool-50,
.hover\:bg-red-cool-50:hover {
  background-color:#cd425b
}
.bg-red-cool-60,
.hover\:bg-red-cool-60:hover {
  background-color:#9e394b
}
.bg-red-cool-70,
.hover\:bg-red-cool-70:hover {
  background-color:#68363f
}
.bg-red-cool-80,
.hover\:bg-red-cool-80:hover {
  background-color:#40282c
}
.bg-red-cool-90,
.hover\:bg-red-cool-90:hover {
  background-color:#1e1517
}
.bg-red-cool-5v,
.hover\:bg-red-cool-5v:hover {
  background-color:#fff2f5
}
.bg-red-cool-10v,
.hover\:bg-red-cool-10v:hover {
  background-color:#f8dfe2
}
.bg-red-cool-20v,
.hover\:bg-red-cool-20v:hover {
  background-color:#f8b9c5
}
.bg-red-cool-30v,
.hover\:bg-red-cool-30v:hover {
  background-color:#fd8ba0
}
.bg-red-cool-40v,
.hover\:bg-red-cool-40v:hover {
  background-color:#f45d79
}
.bg-red-cool-50v,
.hover\:bg-red-cool-50v:hover {
  background-color:#e41d3d
}
.bg-red-cool-60v,
.hover\:bg-red-cool-60v:hover {
  background-color:#b21d38
}
.bg-red-cool-70v,
.hover\:bg-red-cool-70v:hover {
  background-color:#822133
}
.bg-red-cool-80v,
.hover\:bg-red-cool-80v:hover {
  background-color:#4f1c24
}
.bg-red-5,
.hover\:bg-red-5:hover {
  background-color:#f9eeee
}
.bg-red-10,
.hover\:bg-red-10:hover {
  background-color:#f8e1de
}
.bg-red-20,
.hover\:bg-red-20:hover {
  background-color:#f7bbb1
}
.bg-red-30,
.hover\:bg-red-30:hover {
  background-color:#f2938c
}
.bg-red-40,
.hover\:bg-red-40:hover {
  background-color:#e9695f
}
.bg-red-50,
.hover\:bg-red-50:hover {
  background-color:#d83933
}
.bg-red-60,
.hover\:bg-red-60:hover {
  background-color:#a23737
}
.bg-red-70,
.hover\:bg-red-70:hover {
  background-color:#6f3331
}
.bg-red-80,
.hover\:bg-red-80:hover {
  background-color:#3e2927
}
.bg-red-90,
.hover\:bg-red-90:hover {
  background-color:#1b1616
}
.bg-red-5v,
.hover\:bg-red-5v:hover {
  background-color:#fff3f2
}
.bg-red-10v,
.hover\:bg-red-10v:hover {
  background-color:#fde0db
}
.bg-red-20v,
.hover\:bg-red-20v:hover {
  background-color:#fdb8ae
}
.bg-red-30v,
.hover\:bg-red-30v:hover {
  background-color:#ff8d7b
}
.bg-red-40v,
.hover\:bg-red-40v:hover {
  background-color:#fb5a47
}
.bg-red-50v,
.hover\:bg-red-50v:hover {
  background-color:#e52207
}
.bg-red-60v,
.hover\:bg-red-60v:hover {
  background-color:#b50909
}
.bg-red-70v,
.hover\:bg-red-70v:hover {
  background-color:#8b0a03
}
.bg-red-80v,
.hover\:bg-red-80v:hover {
  background-color:#5c1111
}
.bg-red-warm-5,
.hover\:bg-red-warm-5:hover {
  background-color:#f6efea
}
.bg-red-warm-10,
.hover\:bg-red-warm-10:hover {
  background-color:#f4e3db
}
.bg-red-warm-20,
.hover\:bg-red-warm-20:hover {
  background-color:#ecc0a7
}
.bg-red-warm-30,
.hover\:bg-red-warm-30:hover {
  background-color:#dca081
}
.bg-red-warm-40,
.hover\:bg-red-warm-40:hover {
  background-color:#d27a56
}
.bg-red-warm-50,
.hover\:bg-red-warm-50:hover {
  background-color:#c3512c
}
.bg-red-warm-60,
.hover\:bg-red-warm-60:hover {
  background-color:#805039
}
.bg-red-warm-70,
.hover\:bg-red-warm-70:hover {
  background-color:#524236
}
.bg-red-warm-80,
.hover\:bg-red-warm-80:hover {
  background-color:#332d29
}
.bg-red-warm-90,
.hover\:bg-red-warm-90:hover {
  background-color:#1f1c18
}
.bg-red-warm-5v,
.hover\:bg-red-warm-5v:hover {
  background-color:#fff5ee
}
.bg-red-warm-10v,
.hover\:bg-red-warm-10v:hover {
  background-color:#fce1d4
}
.bg-red-warm-20v,
.hover\:bg-red-warm-20v:hover {
  background-color:#f6bd9c
}
.bg-red-warm-30v,
.hover\:bg-red-warm-30v:hover {
  background-color:#f39268
}
.bg-red-warm-40v,
.hover\:bg-red-warm-40v:hover {
  background-color:#ef5e25
}
.bg-red-warm-50v,
.hover\:bg-red-warm-50v:hover {
  background-color:#d54309
}
.bg-red-warm-60v,
.hover\:bg-red-warm-60v:hover {
  background-color:#9c3d10
}
.bg-red-warm-70v,
.hover\:bg-red-warm-70v:hover {
  background-color:#63340f
}
.bg-red-warm-80v,
.hover\:bg-red-warm-80v:hover {
  background-color:#3e2a1e
}
.bg-violet-5,
.hover\:bg-violet-5:hover {
  background-color:#f4f1f9
}
.bg-violet-10,
.hover\:bg-violet-10:hover {
  background-color:#ebe3f9
}
.bg-violet-20,
.hover\:bg-violet-20:hover {
  background-color:#d0c3e9
}
.bg-violet-30,
.hover\:bg-violet-30:hover {
  background-color:#b8a2e3
}
.bg-violet-40,
.hover\:bg-violet-40:hover {
  background-color:#9d84d2
}
.bg-violet-50,
.hover\:bg-violet-50:hover {
  background-color:#8168b3
}
.bg-violet-60,
.hover\:bg-violet-60:hover {
  background-color:#665190
}
.bg-violet-70,
.hover\:bg-violet-70:hover {
  background-color:#4c3d69
}
.bg-violet-80,
.hover\:bg-violet-80:hover {
  background-color:#312b3f
}
.bg-violet-90,
.hover\:bg-violet-90:hover {
  background-color:#18161d
}
.bg-violet-5v,
.hover\:bg-violet-5v:hover {
  background-color:#f7f2ff
}
.bg-violet-10v,
.hover\:bg-violet-10v:hover {
  background-color:#ede3ff
}
.bg-violet-20v,
.hover\:bg-violet-20v:hover {
  background-color:#d5bfff
}
.bg-violet-30v,
.hover\:bg-violet-30v:hover {
  background-color:#c39deb
}
.bg-violet-40v,
.hover\:bg-violet-40v:hover {
  background-color:#ad79e9
}
.bg-violet-50v,
.hover\:bg-violet-50v:hover {
  background-color:#9355dc
}
.bg-violet-60v,
.hover\:bg-violet-60v:hover {
  background-color:#783cb9
}
.bg-violet-70v,
.hover\:bg-violet-70v:hover {
  background-color:#54278f
}
.bg-violet-80v,
.hover\:bg-violet-80v:hover {
  background-color:#39215e
}
.bg-violet-warm-5,
.hover\:bg-violet-warm-5:hover {
  background-color:#f8f0f9
}
.bg-violet-warm-10,
.hover\:bg-violet-warm-10:hover {
  background-color:#f6dff8
}
.bg-violet-warm-20,
.hover\:bg-violet-warm-20:hover {
  background-color:#e2bee4
}
.bg-violet-warm-30,
.hover\:bg-violet-warm-30:hover {
  background-color:#d29ad8
}
.bg-violet-warm-40,
.hover\:bg-violet-warm-40:hover {
  background-color:#bf77c8
}
.bg-violet-warm-50,
.hover\:bg-violet-warm-50:hover {
  background-color:#b04abd
}
.bg-violet-warm-60,
.hover\:bg-violet-warm-60:hover {
  background-color:#864381
}
.bg-violet-warm-70,
.hover\:bg-violet-warm-70:hover {
  background-color:#5c395a
}
.bg-violet-warm-80,
.hover\:bg-violet-warm-80:hover {
  background-color:#382936
}
.bg-violet-warm-90,
.hover\:bg-violet-warm-90:hover {
  background-color:#1b151b
}
.bg-violet-warm-5v,
.hover\:bg-violet-warm-5v:hover {
  background-color:#fef2ff
}
.bg-violet-warm-10v,
.hover\:bg-violet-warm-10v:hover {
  background-color:#fbdcff
}
.bg-violet-warm-20v,
.hover\:bg-violet-warm-20v:hover {
  background-color:#f4b2ff
}
.bg-violet-warm-30v,
.hover\:bg-violet-warm-30v:hover {
  background-color:#ee83ff
}
.bg-violet-warm-40v,
.hover\:bg-violet-warm-40v:hover {
  background-color:#d85bef
}
.bg-violet-warm-50v,
.hover\:bg-violet-warm-50v:hover {
  background-color:#be32d0
}
.bg-violet-warm-60v,
.hover\:bg-violet-warm-60v:hover {
  background-color:#93348c
}
.bg-violet-warm-70v,
.hover\:bg-violet-warm-70v:hover {
  background-color:#711e6c
}
.bg-violet-warm-80v,
.hover\:bg-violet-warm-80v:hover {
  background-color:#481441
}
.bg-white-transparent-5,
.hover\:bg-white-transparent-5:hover {
  background-color:rgba(255,255,255,.01)
}
.bg-white-transparent-10,
.hover\:bg-white-transparent-10:hover {
  background-color:rgba(255,255,255,.1)
}
.bg-white-transparent-20,
.hover\:bg-white-transparent-20:hover {
  background-color:rgba(255,255,255,.2)
}
.bg-white-transparent-30,
.hover\:bg-white-transparent-30:hover {
  background-color:rgba(255,255,255,.3)
}
.bg-white-transparent-40,
.hover\:bg-white-transparent-40:hover {
  background-color:rgba(255,255,255,.4)
}
.bg-white-transparent-50,
.hover\:bg-white-transparent-50:hover {
  background-color:rgba(255,255,255,.5)
}
.bg-white-transparent-60,
.hover\:bg-white-transparent-60:hover {
  background-color:rgba(255,255,255,.6)
}
.bg-white-transparent-70,
.hover\:bg-white-transparent-70:hover {
  background-color:rgba(255,255,255,.7)
}
.bg-white-transparent-80,
.hover\:bg-white-transparent-80:hover {
  background-color:rgba(255,255,255,.8)
}
.bg-white-transparent-90,
.hover\:bg-white-transparent-90:hover {
  background-color:rgba(255,255,255,.9)
}
.bg-yellow-5,
.hover\:bg-yellow-5:hover {
  background-color:#faf3d1
}
.bg-yellow-10,
.hover\:bg-yellow-10:hover {
  background-color:#f5e6af
}
.bg-yellow-20,
.hover\:bg-yellow-20:hover {
  background-color:#e6c74c
}
.bg-yellow-30,
.hover\:bg-yellow-30:hover {
  background-color:#c9ab48
}
.bg-yellow-40,
.hover\:bg-yellow-40:hover {
  background-color:#a88f48
}
.bg-yellow-50,
.hover\:bg-yellow-50:hover {
  background-color:#8a7237
}
.bg-yellow-60,
.hover\:bg-yellow-60:hover {
  background-color:#6b5a39
}
.bg-yellow-70,
.hover\:bg-yellow-70:hover {
  background-color:#504332
}
.bg-yellow-80,
.hover\:bg-yellow-80:hover {
  background-color:#332d27
}
.bg-yellow-90,
.hover\:bg-yellow-90:hover {
  background-color:#1a1614
}
.bg-yellow-5v,
.hover\:bg-yellow-5v:hover {
  background-color:#fff5c2
}
.bg-yellow-10v,
.hover\:bg-yellow-10v:hover {
  background-color:#fee685
}
.bg-yellow-20v,
.hover\:bg-yellow-20v:hover {
  background-color:#face00
}
.bg-yellow-30v,
.hover\:bg-yellow-30v:hover {
  background-color:#ddaa01
}
.bg-yellow-40v,
.hover\:bg-yellow-40v:hover {
  background-color:#b38c00
}
.bg-yellow-50v,
.hover\:bg-yellow-50v:hover {
  background-color:#947100
}
.bg-yellow-60v,
.hover\:bg-yellow-60v:hover {
  background-color:#776017
}
.bg-yellow-70v,
.hover\:bg-yellow-70v:hover {
  background-color:#5c4809
}
.bg-yellow-80v,
.hover\:bg-yellow-80v:hover {
  background-color:#422d19
}
.border-1px,
.hover\:border-1px:hover {
  border:1px solid
}
.border-y-1px,
.hover\:border-y-1px:hover {
  border-top:1px solid;
  border-bottom:1px solid
}
.border-x-1px,
.hover\:border-x-1px:hover {
  border-left:1px solid;
  border-right:1px solid
}
.border-top-1px,
.hover\:border-top-1px:hover {
  border-top:1px solid
}
.border-right-1px,
.hover\:border-right-1px:hover {
  border-right:1px solid
}
.border-bottom-1px,
.hover\:border-bottom-1px:hover {
  border-bottom:1px solid
}
.border-left-1px,
.hover\:border-left-1px:hover {
  border-left:1px solid
}
.border-2px,
.hover\:border-2px:hover {
  border:2px solid
}
.border-y-2px,
.hover\:border-y-2px:hover {
  border-top:2px solid;
  border-bottom:2px solid
}
.border-x-2px,
.hover\:border-x-2px:hover {
  border-left:2px solid;
  border-right:2px solid
}
.border-top-2px,
.hover\:border-top-2px:hover {
  border-top:2px solid
}
.border-right-2px,
.hover\:border-right-2px:hover {
  border-right:2px solid
}
.border-bottom-2px,
.hover\:border-bottom-2px:hover {
  border-bottom:2px solid
}
.border-left-2px,
.hover\:border-left-2px:hover {
  border-left:2px solid
}
.border-05,
.hover\:border-05:hover {
  border:.25rem solid
}
.border-y-05,
.hover\:border-y-05:hover {
  border-top:.25rem solid;
  border-bottom:.25rem solid
}
.border-x-05,
.hover\:border-x-05:hover {
  border-left:.25rem solid;
  border-right:.25rem solid
}
.border-top-05,
.hover\:border-top-05:hover {
  border-top:.25rem solid
}
.border-right-05,
.hover\:border-right-05:hover {
  border-right:.25rem solid
}
.border-bottom-05,
.hover\:border-bottom-05:hover {
  border-bottom:.25rem solid
}
.border-left-05,
.hover\:border-left-05:hover {
  border-left:.25rem solid
}
.border-1,
.hover\:border-1:hover {
  border:.5rem solid
}
.border-y-1,
.hover\:border-y-1:hover {
  border-top:.5rem solid;
  border-bottom:.5rem solid
}
.border-x-1,
.hover\:border-x-1:hover {
  border-left:.5rem solid;
  border-right:.5rem solid
}
.border-top-1,
.hover\:border-top-1:hover {
  border-top:.5rem solid
}
.border-right-1,
.hover\:border-right-1:hover {
  border-right:.5rem solid
}
.border-bottom-1,
.hover\:border-bottom-1:hover {
  border-bottom:.5rem solid
}
.border-left-1,
.hover\:border-left-1:hover {
  border-left:.5rem solid
}
.border-105,
.hover\:border-105:hover {
  border:.75rem solid
}
.border-y-105,
.hover\:border-y-105:hover {
  border-top:.75rem solid;
  border-bottom:.75rem solid
}
.border-x-105,
.hover\:border-x-105:hover {
  border-left:.75rem solid;
  border-right:.75rem solid
}
.border-top-105,
.hover\:border-top-105:hover {
  border-top:.75rem solid
}
.border-right-105,
.hover\:border-right-105:hover {
  border-right:.75rem solid
}
.border-bottom-105,
.hover\:border-bottom-105:hover {
  border-bottom:.75rem solid
}
.border-left-105,
.hover\:border-left-105:hover {
  border-left:.75rem solid
}
.border-2,
.hover\:border-2:hover {
  border:1rem solid
}
.border-y-2,
.hover\:border-y-2:hover {
  border-top:1rem solid;
  border-bottom:1rem solid
}
.border-x-2,
.hover\:border-x-2:hover {
  border-left:1rem solid;
  border-right:1rem solid
}
.border-top-2,
.hover\:border-top-2:hover {
  border-top:1rem solid
}
.border-right-2,
.hover\:border-right-2:hover {
  border-right:1rem solid
}
.border-bottom-2,
.hover\:border-bottom-2:hover {
  border-bottom:1rem solid
}
.border-left-2,
.hover\:border-left-2:hover {
  border-left:1rem solid
}
.border-205,
.hover\:border-205:hover {
  border:1.25rem solid
}
.border-y-205,
.hover\:border-y-205:hover {
  border-top:1.25rem solid;
  border-bottom:1.25rem solid
}
.border-x-205,
.hover\:border-x-205:hover {
  border-left:1.25rem solid;
  border-right:1.25rem solid
}
.border-top-205,
.hover\:border-top-205:hover {
  border-top:1.25rem solid
}
.border-right-205,
.hover\:border-right-205:hover {
  border-right:1.25rem solid
}
.border-bottom-205,
.hover\:border-bottom-205:hover {
  border-bottom:1.25rem solid
}
.border-left-205,
.hover\:border-left-205:hover {
  border-left:1.25rem solid
}
.border-3,
.hover\:border-3:hover {
  border:1.5rem solid
}
.border-y-3,
.hover\:border-y-3:hover {
  border-top:1.5rem solid;
  border-bottom:1.5rem solid
}
.border-x-3,
.hover\:border-x-3:hover {
  border-left:1.5rem solid;
  border-right:1.5rem solid
}
.border-top-3,
.hover\:border-top-3:hover {
  border-top:1.5rem solid
}
.border-right-3,
.hover\:border-right-3:hover {
  border-right:1.5rem solid
}
.border-bottom-3,
.hover\:border-bottom-3:hover {
  border-bottom:1.5rem solid
}
.border-left-3,
.hover\:border-left-3:hover {
  border-left:1.5rem solid
}
.border-0,
.hover\:border-0:hover {
  border:0 solid
}
.border-y-0,
.hover\:border-y-0:hover {
  border-top:0 solid;
  border-bottom:0 solid
}
.border-x-0,
.hover\:border-x-0:hover {
  border-left:0 solid;
  border-right:0 solid
}
.border-top-0,
.hover\:border-top-0:hover {
  border-top:0 solid
}
.border-right-0,
.hover\:border-right-0:hover {
  border-right:0 solid
}
.border-bottom-0,
.hover\:border-bottom-0:hover {
  border-bottom:0 solid
}
.border-left-0,
.hover\:border-left-0:hover {
  border-left:0 solid
}
.border,
.hover\:border:hover {
  border:1px solid
}
.border-y,
.hover\:border-y:hover {
  border-top:1px solid;
  border-bottom:1px solid
}
.border-x,
.hover\:border-x:hover {
  border-left:1px solid;
  border-right:1px solid
}
.border-top,
.hover\:border-top:hover {
  border-top:1px solid
}
.border-right,
.hover\:border-right:hover {
  border-right:1px solid
}
.border-bottom,
.hover\:border-bottom:hover {
  border-bottom:1px solid
}
.border-left,
.hover\:border-left:hover {
  border-left:1px solid
}
.border-transparent,
.hover\:border-transparent:hover {
  border-color:transparent
}
.border-black,
.hover\:border-black:hover {
  border-color:#000
}
.border-white,
.hover\:border-white:hover {
  border-color:#fff
}
.border-base-lightest,
.hover\:border-base-lightest:hover {
  border-color:#f0f0f0
}
.border-base-lighter,
.hover\:border-base-lighter:hover {
  border-color:#dfe1e2
}
.border-base-light,
.hover\:border-base-light:hover {
  border-color:#a9aeb1
}
.border-base,
.hover\:border-base:hover {
  border-color:#71767a
}
.border-base-dark,
.hover\:border-base-dark:hover {
  border-color:#565c65
}
.border-base-darker,
.hover\:border-base-darker:hover {
  border-color:#3d4551
}
.border-base-darkest,
.border-ink,
.hover\:border-base-darkest:hover,
.hover\:border-ink:hover {
  border-color:#1b1b1b
}
.border-primary-lighter,
.hover\:border-primary-lighter:hover {
  border-color:#ccecf2
}
.border-primary-light,
.hover\:border-primary-light:hover {
  border-color:#73b3e7
}
.border-primary,
.hover\:border-primary:hover {
  border-color:#00bde3
}
.border-primary-vivid,
.hover\:border-primary-vivid:hover {
  border-color:#0050d8
}
.border-primary-dark,
.border-primary-darker,
.hover\:border-primary-dark:hover,
.hover\:border-primary-darker:hover {
  border-color:#009ec1
}
.border-secondary-lighter,
.hover\:border-secondary-lighter:hover {
  border-color:#f3e1e4
}
.border-secondary-light,
.hover\:border-secondary-light:hover {
  border-color:#f2938c
}
.border-secondary,
.hover\:border-secondary:hover {
  border-color:#ccecf2
}
.border-secondary-vivid,
.hover\:border-secondary-vivid:hover {
  border-color:#e41d3d
}
.border-secondary-dark,
.border-secondary-darker,
.hover\:border-secondary-dark:hover,
.hover\:border-secondary-darker:hover {
  border-color:#99deea
}
.border-accent-warm-darker,
.hover\:border-accent-warm-darker:hover {
  border-color:#775540
}
.border-accent-warm-dark,
.hover\:border-accent-warm-dark:hover {
  border-color:#c05600
}
.border-accent-warm,
.hover\:border-accent-warm:hover {
  border-color:#fa9441
}
.border-accent-warm-light,
.hover\:border-accent-warm-light:hover {
  border-color:#ffbc78
}
.border-accent-warm-lighter,
.hover\:border-accent-warm-lighter:hover {
  border-color:#f2e4d4
}
.border-accent-cool-darker,
.hover\:border-accent-cool-darker:hover {
  border-color:#07648d
}
.border-accent-cool-dark,
.hover\:border-accent-cool-dark:hover {
  border-color:#28a0cb
}
.border-accent-cool,
.hover\:border-accent-cool:hover {
  border-color:#00bde3
}
.border-accent-cool-light,
.hover\:border-accent-cool-light:hover {
  border-color:#97d4ea
}
.border-accent-cool-lighter,
.hover\:border-accent-cool-lighter:hover {
  border-color:#e1f3f8
}
.border-gray-5,
.hover\:border-gray-5:hover {
  border-color:#f0f0f0
}
.border-gray-10,
.hover\:border-gray-10:hover {
  border-color:#e6e6e6
}
.border-gray-30,
.hover\:border-gray-30:hover {
  border-color:#adadad
}
.border-gray-50,
.hover\:border-gray-50:hover {
  border-color:#757575
}
.border-gray-70,
.hover\:border-gray-70:hover {
  border-color:#454545
}
.border-gray-90,
.hover\:border-gray-90:hover {
  border-color:#1b1b1b
}
.border-error-lighter,
.hover\:border-error-lighter:hover {
  border-color:#f4e3db
}
.border-error-light,
.hover\:border-error-light:hover {
  border-color:#f39268
}
.border-error,
.hover\:border-error:hover {
  border-color:#d83933
}
.border-error-dark,
.hover\:border-error-dark:hover {
  border-color:#b50909
}
.border-error-darker,
.hover\:border-error-darker:hover {
  border-color:#6f3331
}
.border-warning-lighter,
.hover\:border-warning-lighter:hover {
  border-color:#faf3d1
}
.border-warning-light,
.hover\:border-warning-light:hover {
  border-color:#fee685
}
.border-warning,
.hover\:border-warning:hover {
  border-color:#ffbe2e
}
.border-warning-dark,
.hover\:border-warning-dark:hover {
  border-color:#e5a000
}
.border-warning-darker,
.hover\:border-warning-darker:hover {
  border-color:#936f38
}
.border-success-lighter,
.hover\:border-success-lighter:hover {
  border-color:#ecf3ec
}
.border-success-light,
.hover\:border-success-light:hover {
  border-color:#70e17b
}
.border-success,
.hover\:border-success:hover {
  border-color:#00a91c
}
.border-success-dark,
.hover\:border-success-dark:hover {
  border-color:#008817
}
.border-success-darker,
.hover\:border-success-darker:hover {
  border-color:#216e1f
}
.border-info-lighter,
.hover\:border-info-lighter:hover {
  border-color:#e7f6f8
}
.border-info-light,
.hover\:border-info-light:hover {
  border-color:#99deea
}
.border-info,
.hover\:border-info:hover {
  border-color:#00bde3
}
.border-info-dark,
.hover\:border-info-dark:hover {
  border-color:#009ec1
}
.border-info-darker,
.hover\:border-info-darker:hover {
  border-color:#2e6276
}
.border-disabled-light,
.hover\:border-disabled-light:hover {
  border-color:#e6e6e6
}
.border-disabled,
.hover\:border-disabled:hover {
  border-color:#c9c9c9
}
.border-disabled-dark,
.hover\:border-disabled-dark:hover {
  border-color:#adadad
}
.border-emergency,
.hover\:border-emergency:hover {
  border-color:#9c3d10
}
.border-emergency-dark,
.hover\:border-emergency-dark:hover {
  border-color:#332d29
}
.border-red,
.hover\:border-red:hover {
  border-color:#e52207
}
.border-orange,
.hover\:border-orange:hover {
  border-color:#e66f0e
}
.border-gold,
.hover\:border-gold:hover {
  border-color:#ffbe2e
}
.border-yellow,
.hover\:border-yellow:hover {
  border-color:#fee685
}
.border-green,
.hover\:border-green:hover {
  border-color:#538200
}
.border-mint,
.hover\:border-mint:hover {
  border-color:#04c585
}
.border-cyan,
.hover\:border-cyan:hover {
  border-color:#009ec1
}
.border-blue,
.hover\:border-blue:hover {
  border-color:#0076d6
}
.border-indigo,
.hover\:border-indigo:hover {
  border-color:#676cc8
}
.border-violet,
.hover\:border-violet:hover {
  border-color:#8168b3
}
.border-magenta,
.hover\:border-magenta:hover {
  border-color:#d72d79
}
.border-black-transparent-5,
.hover\:border-black-transparent-5:hover {
  border-color:rgba(0,0,0,.01)
}
.border-black-transparent-10,
.hover\:border-black-transparent-10:hover {
  border-color:rgba(0,0,0,.1)
}
.border-black-transparent-20,
.hover\:border-black-transparent-20:hover {
  border-color:rgba(0,0,0,.2)
}
.border-black-transparent-30,
.hover\:border-black-transparent-30:hover {
  border-color:rgba(0,0,0,.3)
}
.border-black-transparent-40,
.hover\:border-black-transparent-40:hover {
  border-color:rgba(0,0,0,.4)
}
.border-black-transparent-50,
.hover\:border-black-transparent-50:hover {
  border-color:rgba(0,0,0,.5)
}
.border-black-transparent-60,
.hover\:border-black-transparent-60:hover {
  border-color:rgba(0,0,0,.6)
}
.border-black-transparent-70,
.hover\:border-black-transparent-70:hover {
  border-color:rgba(0,0,0,.7)
}
.border-black-transparent-80,
.hover\:border-black-transparent-80:hover {
  border-color:rgba(0,0,0,.8)
}
.border-black-transparent-90,
.hover\:border-black-transparent-90:hover {
  border-color:rgba(0,0,0,.9)
}
.border-gray-cool-1,
.hover\:border-gray-cool-1:hover {
  border-color:#fbfcfd
}
.border-gray-cool-2,
.hover\:border-gray-cool-2:hover {
  border-color:#f7f9fa
}
.border-gray-cool-3,
.hover\:border-gray-cool-3:hover {
  border-color:#f5f6f7
}
.border-gray-cool-4,
.hover\:border-gray-cool-4:hover {
  border-color:#f1f3f6
}
.border-gray-cool-5,
.hover\:border-gray-cool-5:hover {
  border-color:#edeff0
}
.border-gray-cool-10,
.hover\:border-gray-cool-10:hover {
  border-color:#dfe1e2
}
.border-gray-cool-20,
.hover\:border-gray-cool-20:hover {
  border-color:#c6cace
}
.border-gray-cool-30,
.hover\:border-gray-cool-30:hover {
  border-color:#a9aeb1
}
.border-gray-cool-40,
.hover\:border-gray-cool-40:hover {
  border-color:#8d9297
}
.border-gray-cool-50,
.hover\:border-gray-cool-50:hover {
  border-color:#71767a
}
.border-gray-cool-60,
.hover\:border-gray-cool-60:hover {
  border-color:#565c65
}
.border-gray-cool-70,
.hover\:border-gray-cool-70:hover {
  border-color:#3d4551
}
.border-gray-cool-80,
.hover\:border-gray-cool-80:hover {
  border-color:#2d2e2f
}
.border-gray-cool-90,
.hover\:border-gray-cool-90:hover {
  border-color:#1c1d1f
}
.border-gray-1,
.hover\:border-gray-1:hover {
  border-color:#fcfcfc
}
.border-gray-2,
.hover\:border-gray-2:hover {
  border-color:#f9f9f9
}
.border-gray-3,
.hover\:border-gray-3:hover {
  border-color:#f6f6f6
}
.border-gray-4,
.hover\:border-gray-4:hover {
  border-color:#f3f3f3
}
.border-gray-20,
.hover\:border-gray-20:hover {
  border-color:#c9c9c9
}
.border-gray-40,
.hover\:border-gray-40:hover {
  border-color:#919191
}
.border-gray-60,
.hover\:border-gray-60:hover {
  border-color:#5c5c5c
}
.border-gray-80,
.hover\:border-gray-80:hover {
  border-color:#2e2e2e
}
.border-gray-warm-1,
.hover\:border-gray-warm-1:hover {
  border-color:#fcfcfb
}
.border-gray-warm-2,
.hover\:border-gray-warm-2:hover {
  border-color:#f9f9f7
}
.border-gray-warm-3,
.hover\:border-gray-warm-3:hover {
  border-color:#f6f6f2
}
.border-gray-warm-4,
.hover\:border-gray-warm-4:hover {
  border-color:#f5f5f0
}
.border-gray-warm-5,
.hover\:border-gray-warm-5:hover {
  border-color:#f0f0ec
}
.border-gray-warm-10,
.hover\:border-gray-warm-10:hover {
  border-color:#e6e6e2
}
.border-gray-warm-20,
.hover\:border-gray-warm-20:hover {
  border-color:#cac9c0
}
.border-gray-warm-30,
.hover\:border-gray-warm-30:hover {
  border-color:#afaea2
}
.border-gray-warm-40,
.hover\:border-gray-warm-40:hover {
  border-color:#929285
}
.border-gray-warm-50,
.hover\:border-gray-warm-50:hover {
  border-color:#76766a
}
.border-gray-warm-60,
.hover\:border-gray-warm-60:hover {
  border-color:#5d5d52
}
.border-gray-warm-70,
.hover\:border-gray-warm-70:hover {
  border-color:#454540
}
.border-gray-warm-80,
.hover\:border-gray-warm-80:hover {
  border-color:#2e2e2a
}
.border-gray-warm-90,
.hover\:border-gray-warm-90:hover {
  border-color:#171716
}
.border-blue-cool-5,
.hover\:border-blue-cool-5:hover {
  border-color:#e7f2f5
}
.border-blue-cool-10,
.hover\:border-blue-cool-10:hover {
  border-color:#dae9ee
}
.border-blue-cool-20,
.hover\:border-blue-cool-20:hover {
  border-color:#adcfdc
}
.border-blue-cool-30,
.hover\:border-blue-cool-30:hover {
  border-color:#82b4c9
}
.border-blue-cool-40,
.hover\:border-blue-cool-40:hover {
  border-color:#6499af
}
.border-blue-cool-50,
.hover\:border-blue-cool-50:hover {
  border-color:#3a7d95
}
.border-blue-cool-60,
.hover\:border-blue-cool-60:hover {
  border-color:#2e6276
}
.border-blue-cool-70,
.hover\:border-blue-cool-70:hover {
  border-color:#224a58
}
.border-blue-cool-80,
.hover\:border-blue-cool-80:hover {
  border-color:#14333d
}
.border-blue-cool-90,
.hover\:border-blue-cool-90:hover {
  border-color:#0f191c
}
.border-blue-cool-5v,
.hover\:border-blue-cool-5v:hover {
  border-color:#e1f3f8
}
.border-blue-cool-10v,
.hover\:border-blue-cool-10v:hover {
  border-color:#c3ebfa
}
.border-blue-cool-20v,
.hover\:border-blue-cool-20v:hover {
  border-color:#97d4ea
}
.border-blue-cool-30v,
.hover\:border-blue-cool-30v:hover {
  border-color:#59b9de
}
.border-blue-cool-40v,
.hover\:border-blue-cool-40v:hover {
  border-color:#28a0cb
}
.border-blue-cool-50v,
.hover\:border-blue-cool-50v:hover {
  border-color:#0d7ea2
}
.border-blue-cool-60v,
.hover\:border-blue-cool-60v:hover {
  border-color:#07648d
}
.border-blue-cool-70v,
.hover\:border-blue-cool-70v:hover {
  border-color:#074b69
}
.border-blue-cool-80v,
.hover\:border-blue-cool-80v:hover {
  border-color:#002d3f
}
.border-blue-5,
.hover\:border-blue-5:hover {
  border-color:#eff6fb
}
.border-blue-10,
.hover\:border-blue-10:hover {
  border-color:#d9e8f6
}
.border-blue-20,
.hover\:border-blue-20:hover {
  border-color:#aacdec
}
.border-blue-30,
.hover\:border-blue-30:hover {
  border-color:#73b3e7
}
.border-blue-40,
.hover\:border-blue-40:hover {
  border-color:#4f97d1
}
.border-blue-50,
.hover\:border-blue-50:hover {
  border-color:#2378c3
}
.border-blue-60,
.hover\:border-blue-60:hover {
  border-color:#2c608a
}
.border-blue-70,
.hover\:border-blue-70:hover {
  border-color:#274863
}
.border-blue-80,
.hover\:border-blue-80:hover {
  border-color:#1f303e
}
.border-blue-90,
.hover\:border-blue-90:hover {
  border-color:#11181d
}
.border-blue-5v,
.hover\:border-blue-5v:hover {
  border-color:#e8f5ff
}
.border-blue-10v,
.hover\:border-blue-10v:hover {
  border-color:#cfe8ff
}
.border-blue-20v,
.hover\:border-blue-20v:hover {
  border-color:#a1d3ff
}
.border-blue-30v,
.hover\:border-blue-30v:hover {
  border-color:#58b4ff
}
.border-blue-40v,
.hover\:border-blue-40v:hover {
  border-color:#2491ff
}
.border-blue-50v,
.hover\:border-blue-50v:hover {
  border-color:#0076d6
}
.border-blue-60v,
.hover\:border-blue-60v:hover {
  border-color:#005ea2
}
.border-blue-70v,
.hover\:border-blue-70v:hover {
  border-color:#0b4778
}
.border-blue-80v,
.hover\:border-blue-80v:hover {
  border-color:#112f4e
}
.border-blue-warm-5,
.hover\:border-blue-warm-5:hover {
  border-color:#ecf1f7
}
.border-blue-warm-10,
.hover\:border-blue-warm-10:hover {
  border-color:#e1e7f1
}
.border-blue-warm-20,
.hover\:border-blue-warm-20:hover {
  border-color:#bbcae4
}
.border-blue-warm-30,
.hover\:border-blue-warm-30:hover {
  border-color:#98afd2
}
.border-blue-warm-40,
.hover\:border-blue-warm-40:hover {
  border-color:#7292c7
}
.border-blue-warm-50,
.hover\:border-blue-warm-50:hover {
  border-color:#4a77b4
}
.border-blue-warm-60,
.hover\:border-blue-warm-60:hover {
  border-color:#345d96
}
.border-blue-warm-70,
.hover\:border-blue-warm-70:hover {
  border-color:#2f4668
}
.border-blue-warm-80,
.hover\:border-blue-warm-80:hover {
  border-color:#252f3e
}
.border-blue-warm-90,
.hover\:border-blue-warm-90:hover {
  border-color:#13171f
}
.border-blue-warm-5v,
.hover\:border-blue-warm-5v:hover {
  border-color:#edf5ff
}
.border-blue-warm-10v,
.hover\:border-blue-warm-10v:hover {
  border-color:#d4e5ff
}
.border-blue-warm-20v,
.hover\:border-blue-warm-20v:hover {
  border-color:#adcdff
}
.border-blue-warm-30v,
.hover\:border-blue-warm-30v:hover {
  border-color:#81aefc
}
.border-blue-warm-40v,
.hover\:border-blue-warm-40v:hover {
  border-color:#5994f6
}
.border-blue-warm-50v,
.hover\:border-blue-warm-50v:hover {
  border-color:#2672de
}
.border-blue-warm-60v,
.hover\:border-blue-warm-60v:hover {
  border-color:#0050d8
}
.border-blue-warm-70v,
.hover\:border-blue-warm-70v:hover {
  border-color:#1a4480
}
.border-blue-warm-80v,
.hover\:border-blue-warm-80v:hover {
  border-color:#162e51
}
.border-cyan-5,
.hover\:border-cyan-5:hover {
  border-color:#e7f6f8
}
.border-cyan-10,
.hover\:border-cyan-10:hover {
  border-color:#ccecf2
}
.border-cyan-20,
.hover\:border-cyan-20:hover {
  border-color:#99deea
}
.border-cyan-30,
.hover\:border-cyan-30:hover {
  border-color:#5dc0d1
}
.border-cyan-40,
.hover\:border-cyan-40:hover {
  border-color:#449dac
}
.border-cyan-50,
.hover\:border-cyan-50:hover {
  border-color:#168092
}
.border-cyan-60,
.hover\:border-cyan-60:hover {
  border-color:#2a646d
}
.border-cyan-70,
.hover\:border-cyan-70:hover {
  border-color:#2c4a4e
}
.border-cyan-80,
.hover\:border-cyan-80:hover {
  border-color:#203133
}
.border-cyan-90,
.hover\:border-cyan-90:hover {
  border-color:#111819
}
.border-cyan-5v,
.hover\:border-cyan-5v:hover {
  border-color:#e5faff
}
.border-cyan-10v,
.hover\:border-cyan-10v:hover {
  border-color:#a8f2ff
}
.border-cyan-20v,
.hover\:border-cyan-20v:hover {
  border-color:#52daf2
}
.border-cyan-30v,
.hover\:border-cyan-30v:hover {
  border-color:#00bde3
}
.border-cyan-40v,
.hover\:border-cyan-40v:hover {
  border-color:#009ec1
}
.border-cyan-50v,
.hover\:border-cyan-50v:hover {
  border-color:#0081a1
}
.border-cyan-60v,
.hover\:border-cyan-60v:hover {
  border-color:#00687d
}
.border-cyan-70v,
.hover\:border-cyan-70v:hover {
  border-color:#0e4f5c
}
.border-cyan-80v,
.hover\:border-cyan-80v:hover {
  border-color:#093b44
}
.border-gold-5,
.hover\:border-gold-5:hover {
  border-color:#f5f0e6
}
.border-gold-10,
.hover\:border-gold-10:hover {
  border-color:#f1e5cd
}
.border-gold-20,
.hover\:border-gold-20:hover {
  border-color:#dec69a
}
.border-gold-30,
.hover\:border-gold-30:hover {
  border-color:#c7a97b
}
.border-gold-40,
.hover\:border-gold-40:hover {
  border-color:#ad8b65
}
.border-gold-50,
.hover\:border-gold-50:hover {
  border-color:#8e704f
}
.border-gold-60,
.hover\:border-gold-60:hover {
  border-color:#6b5947
}
.border-gold-70,
.hover\:border-gold-70:hover {
  border-color:#4d4438
}
.border-gold-80,
.hover\:border-gold-80:hover {
  border-color:#322d26
}
.border-gold-90,
.hover\:border-gold-90:hover {
  border-color:#191714
}
.border-gold-5v,
.hover\:border-gold-5v:hover {
  border-color:#fef0c8
}
.border-gold-10v,
.hover\:border-gold-10v:hover {
  border-color:#ffe396
}
.border-gold-20v,
.hover\:border-gold-20v:hover {
  border-color:#ffbe2e
}
.border-gold-30v,
.hover\:border-gold-30v:hover {
  border-color:#e5a000
}
.border-gold-40v,
.hover\:border-gold-40v:hover {
  border-color:#c2850c
}
.border-gold-50v,
.hover\:border-gold-50v:hover {
  border-color:#936f38
}
.border-gold-60v,
.hover\:border-gold-60v:hover {
  border-color:#7a591a
}
.border-gold-70v,
.hover\:border-gold-70v:hover {
  border-color:#5c410a
}
.border-gold-80v,
.hover\:border-gold-80v:hover {
  border-color:#3b2b15
}
.border-green-cool-5,
.hover\:border-green-cool-5:hover {
  border-color:#ecf3ec
}
.border-green-cool-10,
.hover\:border-green-cool-10:hover {
  border-color:#dbebde
}
.border-green-cool-20,
.hover\:border-green-cool-20:hover {
  border-color:#b4d0b9
}
.border-green-cool-30,
.hover\:border-green-cool-30:hover {
  border-color:#86b98e
}
.border-green-cool-40,
.hover\:border-green-cool-40:hover {
  border-color:#5e9f69
}
.border-green-cool-50,
.hover\:border-green-cool-50:hover {
  border-color:#4d8055
}
.border-green-cool-60,
.hover\:border-green-cool-60:hover {
  border-color:#446443
}
.border-green-cool-70,
.hover\:border-green-cool-70:hover {
  border-color:#37493b
}
.border-green-cool-80,
.hover\:border-green-cool-80:hover {
  border-color:#28312a
}
.border-green-cool-90,
.hover\:border-green-cool-90:hover {
  border-color:#1a1f1a
}
.border-green-cool-5v,
.hover\:border-green-cool-5v:hover {
  border-color:#e3f5e1
}
.border-green-cool-10v,
.hover\:border-green-cool-10v:hover {
  border-color:#b7f5bd
}
.border-green-cool-20v,
.hover\:border-green-cool-20v:hover {
  border-color:#70e17b
}
.border-green-cool-30v,
.hover\:border-green-cool-30v:hover {
  border-color:#21c834
}
.border-green-cool-40v,
.hover\:border-green-cool-40v:hover {
  border-color:#00a91c
}
.border-green-cool-50v,
.hover\:border-green-cool-50v:hover {
  border-color:#008817
}
.border-green-cool-60v,
.hover\:border-green-cool-60v:hover {
  border-color:#216e1f
}
.border-green-cool-70v,
.hover\:border-green-cool-70v:hover {
  border-color:#154c21
}
.border-green-cool-80v,
.hover\:border-green-cool-80v:hover {
  border-color:#19311e
}
.border-green-5,
.hover\:border-green-5:hover {
  border-color:#eaf4dd
}
.border-green-10,
.hover\:border-green-10:hover {
  border-color:#dfeacd
}
.border-green-20,
.hover\:border-green-20:hover {
  border-color:#b8d293
}
.border-green-30,
.hover\:border-green-30:hover {
  border-color:#9bb672
}
.border-green-40,
.hover\:border-green-40:hover {
  border-color:#7d9b4e
}
.border-green-50,
.hover\:border-green-50:hover {
  border-color:#607f35
}
.border-green-60,
.hover\:border-green-60:hover {
  border-color:#4c6424
}
.border-green-70,
.hover\:border-green-70:hover {
  border-color:#3c4a29
}
.border-green-80,
.hover\:border-green-80:hover {
  border-color:#293021
}
.border-green-90,
.hover\:border-green-90:hover {
  border-color:#161814
}
.border-green-5v,
.hover\:border-green-5v:hover {
  border-color:#ddf9c7
}
.border-green-10v,
.hover\:border-green-10v:hover {
  border-color:#c5ee93
}
.border-green-20v,
.hover\:border-green-20v:hover {
  border-color:#98d035
}
.border-green-30v,
.hover\:border-green-30v:hover {
  border-color:#7fb135
}
.border-green-40v,
.hover\:border-green-40v:hover {
  border-color:#719f2a
}
.border-green-50v,
.hover\:border-green-50v:hover {
  border-color:#538200
}
.border-green-60v,
.hover\:border-green-60v:hover {
  border-color:#466c04
}
.border-green-70v,
.hover\:border-green-70v:hover {
  border-color:#2f4a0b
}
.border-green-80v,
.hover\:border-green-80v:hover {
  border-color:#243413
}
.border-green-warm-5,
.hover\:border-green-warm-5:hover {
  border-color:#f1f4d7
}
.border-green-warm-10,
.hover\:border-green-warm-10:hover {
  border-color:#e7eab7
}
.border-green-warm-20,
.hover\:border-green-warm-20:hover {
  border-color:#cbd17a
}
.border-green-warm-30,
.hover\:border-green-warm-30:hover {
  border-color:#a6b557
}
.border-green-warm-40,
.hover\:border-green-warm-40:hover {
  border-color:#8a984b
}
.border-green-warm-50,
.hover\:border-green-warm-50:hover {
  border-color:#6f7a41
}
.border-green-warm-60,
.hover\:border-green-warm-60:hover {
  border-color:#5a5f38
}
.border-green-warm-70,
.hover\:border-green-warm-70:hover {
  border-color:#45472f
}
.border-green-warm-80,
.hover\:border-green-warm-80:hover {
  border-color:#2d2f21
}
.border-green-warm-90,
.hover\:border-green-warm-90:hover {
  border-color:#171712
}
.border-green-warm-5v,
.hover\:border-green-warm-5v:hover {
  border-color:#f5fbc1
}
.border-green-warm-10v,
.hover\:border-green-warm-10v:hover {
  border-color:#e7f434
}
.border-green-warm-20v,
.hover\:border-green-warm-20v:hover {
  border-color:#c5d30a
}
.border-green-warm-30v,
.hover\:border-green-warm-30v:hover {
  border-color:#a3b72c
}
.border-green-warm-40v,
.hover\:border-green-warm-40v:hover {
  border-color:#7e9c1d
}
.border-green-warm-50v,
.hover\:border-green-warm-50v:hover {
  border-color:#6a7d00
}
.border-green-warm-60v,
.hover\:border-green-warm-60v:hover {
  border-color:#5a6613
}
.border-green-warm-70v,
.hover\:border-green-warm-70v:hover {
  border-color:#4b4e10
}
.border-green-warm-80v,
.hover\:border-green-warm-80v:hover {
  border-color:#38380b
}
.border-indigo-cool-5,
.hover\:border-indigo-cool-5:hover {
  border-color:#eef0f9
}
.border-indigo-cool-10,
.hover\:border-indigo-cool-10:hover {
  border-color:#e1e6f9
}
.border-indigo-cool-20,
.hover\:border-indigo-cool-20:hover {
  border-color:#bbc8f5
}
.border-indigo-cool-30,
.hover\:border-indigo-cool-30:hover {
  border-color:#96abee
}
.border-indigo-cool-40,
.hover\:border-indigo-cool-40:hover {
  border-color:#6b8ee8
}
.border-indigo-cool-50,
.hover\:border-indigo-cool-50:hover {
  border-color:#496fd8
}
.border-indigo-cool-60,
.hover\:border-indigo-cool-60:hover {
  border-color:#3f57a6
}
.border-indigo-cool-70,
.hover\:border-indigo-cool-70:hover {
  border-color:#374274
}
.border-indigo-cool-80,
.hover\:border-indigo-cool-80:hover {
  border-color:#292d42
}
.border-indigo-cool-90,
.hover\:border-indigo-cool-90:hover {
  border-color:#151622
}
.border-indigo-cool-5v,
.hover\:border-indigo-cool-5v:hover {
  border-color:#edf0ff
}
.border-indigo-cool-10v,
.hover\:border-indigo-cool-10v:hover {
  border-color:#dee5ff
}
.border-indigo-cool-20v,
.hover\:border-indigo-cool-20v:hover {
  border-color:#b8c8ff
}
.border-indigo-cool-30v,
.hover\:border-indigo-cool-30v:hover {
  border-color:#94adff
}
.border-indigo-cool-40v,
.hover\:border-indigo-cool-40v:hover {
  border-color:#628ef4
}
.border-indigo-cool-50v,
.hover\:border-indigo-cool-50v:hover {
  border-color:#4866ff
}
.border-indigo-cool-60v,
.hover\:border-indigo-cool-60v:hover {
  border-color:#3e4ded
}
.border-indigo-cool-70v,
.hover\:border-indigo-cool-70v:hover {
  border-color:#222fbf
}
.border-indigo-cool-80v,
.hover\:border-indigo-cool-80v:hover {
  border-color:#1b2b85
}
.border-indigo-5,
.hover\:border-indigo-5:hover {
  border-color:#efeff8
}
.border-indigo-10,
.hover\:border-indigo-10:hover {
  border-color:#e5e4fa
}
.border-indigo-20,
.hover\:border-indigo-20:hover {
  border-color:#c5c5f3
}
.border-indigo-30,
.hover\:border-indigo-30:hover {
  border-color:#a5a8eb
}
.border-indigo-40,
.hover\:border-indigo-40:hover {
  border-color:#8889db
}
.border-indigo-50,
.hover\:border-indigo-50:hover {
  border-color:#676cc8
}
.border-indigo-60,
.hover\:border-indigo-60:hover {
  border-color:#4d52af
}
.border-indigo-70,
.hover\:border-indigo-70:hover {
  border-color:#3d4076
}
.border-indigo-80,
.hover\:border-indigo-80:hover {
  border-color:#2b2c40
}
.border-indigo-90,
.hover\:border-indigo-90:hover {
  border-color:#16171f
}
.border-indigo-5v,
.hover\:border-indigo-5v:hover {
  border-color:#f0f0ff
}
.border-indigo-10v,
.hover\:border-indigo-10v:hover {
  border-color:#e0e0ff
}
.border-indigo-20v,
.hover\:border-indigo-20v:hover {
  border-color:#ccceff
}
.border-indigo-30v,
.hover\:border-indigo-30v:hover {
  border-color:#a3a7fa
}
.border-indigo-40v,
.hover\:border-indigo-40v:hover {
  border-color:#8289ff
}
.border-indigo-50v,
.hover\:border-indigo-50v:hover {
  border-color:#656bd7
}
.border-indigo-60v,
.hover\:border-indigo-60v:hover {
  border-color:#4a50c4
}
.border-indigo-70v,
.hover\:border-indigo-70v:hover {
  border-color:#3333a3
}
.border-indigo-80v,
.hover\:border-indigo-80v:hover {
  border-color:#212463
}
.border-indigo-warm-5,
.hover\:border-indigo-warm-5:hover {
  border-color:#f1eff7
}
.border-indigo-warm-10,
.hover\:border-indigo-warm-10:hover {
  border-color:#e7e3fa
}
.border-indigo-warm-20,
.hover\:border-indigo-warm-20:hover {
  border-color:#cbc4f2
}
.border-indigo-warm-30,
.hover\:border-indigo-warm-30:hover {
  border-color:#afa5e8
}
.border-indigo-warm-40,
.hover\:border-indigo-warm-40:hover {
  border-color:#9287d8
}
.border-indigo-warm-50,
.hover\:border-indigo-warm-50:hover {
  border-color:#7665d1
}
.border-indigo-warm-60,
.hover\:border-indigo-warm-60:hover {
  border-color:#5e519e
}
.border-indigo-warm-70,
.hover\:border-indigo-warm-70:hover {
  border-color:#453c7b
}
.border-indigo-warm-80,
.hover\:border-indigo-warm-80:hover {
  border-color:#2e2c40
}
.border-indigo-warm-90,
.hover\:border-indigo-warm-90:hover {
  border-color:#18161d
}
.border-indigo-warm-5v,
.hover\:border-indigo-warm-5v:hover {
  border-color:#f5f2ff
}
.border-indigo-warm-10v,
.hover\:border-indigo-warm-10v:hover {
  border-color:#e4deff
}
.border-indigo-warm-20v,
.hover\:border-indigo-warm-20v:hover {
  border-color:#cfc4fd
}
.border-indigo-warm-30v,
.hover\:border-indigo-warm-30v:hover {
  border-color:#b69fff
}
.border-indigo-warm-40v,
.hover\:border-indigo-warm-40v:hover {
  border-color:#967efb
}
.border-indigo-warm-50v,
.hover\:border-indigo-warm-50v:hover {
  border-color:#745fe9
}
.border-indigo-warm-60v,
.hover\:border-indigo-warm-60v:hover {
  border-color:#5942d2
}
.border-indigo-warm-70v,
.hover\:border-indigo-warm-70v:hover {
  border-color:#3d2c9d
}
.border-indigo-warm-80v,
.hover\:border-indigo-warm-80v:hover {
  border-color:#261f5b
}
.border-magenta-5,
.hover\:border-magenta-5:hover {
  border-color:#f9f0f2
}
.border-magenta-10,
.hover\:border-magenta-10:hover {
  border-color:#f6e1e8
}
.border-magenta-20,
.hover\:border-magenta-20:hover {
  border-color:#f0bbcc
}
.border-magenta-30,
.hover\:border-magenta-30:hover {
  border-color:#e895b3
}
.border-magenta-40,
.hover\:border-magenta-40:hover {
  border-color:#e0699f
}
.border-magenta-50,
.hover\:border-magenta-50:hover {
  border-color:#c84281
}
.border-magenta-60,
.hover\:border-magenta-60:hover {
  border-color:#8b4566
}
.border-magenta-70,
.hover\:border-magenta-70:hover {
  border-color:#66364b
}
.border-magenta-80,
.hover\:border-magenta-80:hover {
  border-color:#402731
}
.border-magenta-90,
.hover\:border-magenta-90:hover {
  border-color:#1b1617
}
.border-magenta-5v,
.hover\:border-magenta-5v:hover {
  border-color:#f9f0f2
}
.border-magenta-10v,
.hover\:border-magenta-10v:hover {
  border-color:#ffddea
}
.border-magenta-20v,
.hover\:border-magenta-20v:hover {
  border-color:#ffb4cf
}
.border-magenta-30v,
.hover\:border-magenta-30v:hover {
  border-color:#ff87b2
}
.border-magenta-40v,
.hover\:border-magenta-40v:hover {
  border-color:#fd4496
}
.border-magenta-50v,
.hover\:border-magenta-50v:hover {
  border-color:#d72d79
}
.border-magenta-60v,
.hover\:border-magenta-60v:hover {
  border-color:#ab2165
}
.border-magenta-70v,
.hover\:border-magenta-70v:hover {
  border-color:#731f44
}
.border-magenta-80v,
.hover\:border-magenta-80v:hover {
  border-color:#4f172e
}
.border-mint-cool-5,
.hover\:border-mint-cool-5:hover {
  border-color:#e0f7f6
}
.border-mint-cool-10,
.hover\:border-mint-cool-10:hover {
  border-color:#c4eeeb
}
.border-mint-cool-20,
.hover\:border-mint-cool-20:hover {
  border-color:#9bd4cf
}
.border-mint-cool-30,
.hover\:border-mint-cool-30:hover {
  border-color:#6fbab3
}
.border-mint-cool-40,
.hover\:border-mint-cool-40:hover {
  border-color:#4f9e99
}
.border-mint-cool-50,
.hover\:border-mint-cool-50:hover {
  border-color:#40807e
}
.border-mint-cool-60,
.hover\:border-mint-cool-60:hover {
  border-color:#376462
}
.border-mint-cool-70,
.hover\:border-mint-cool-70:hover {
  border-color:#2a4b45
}
.border-mint-cool-80,
.hover\:border-mint-cool-80:hover {
  border-color:#203131
}
.border-mint-cool-90,
.hover\:border-mint-cool-90:hover {
  border-color:#111818
}
.border-mint-cool-5v,
.hover\:border-mint-cool-5v:hover {
  border-color:#d5fbf3
}
.border-mint-cool-10v,
.hover\:border-mint-cool-10v:hover {
  border-color:#7efbe1
}
.border-mint-cool-20v,
.hover\:border-mint-cool-20v:hover {
  border-color:#29e1cb
}
.border-mint-cool-30v,
.hover\:border-mint-cool-30v:hover {
  border-color:#1dc2ae
}
.border-mint-cool-40v,
.hover\:border-mint-cool-40v:hover {
  border-color:#00a398
}
.border-mint-cool-50v,
.hover\:border-mint-cool-50v:hover {
  border-color:#008480
}
.border-mint-cool-60v,
.hover\:border-mint-cool-60v:hover {
  border-color:#0f6460
}
.border-mint-cool-70v,
.hover\:border-mint-cool-70v:hover {
  border-color:#0b4b3f
}
.border-mint-cool-80v,
.hover\:border-mint-cool-80v:hover {
  border-color:#123131
}
.border-mint-5,
.hover\:border-mint-5:hover {
  border-color:#dbf6ed
}
.border-mint-10,
.hover\:border-mint-10:hover {
  border-color:#c7efe2
}
.border-mint-20,
.hover\:border-mint-20:hover {
  border-color:#92d9bb
}
.border-mint-30,
.hover\:border-mint-30:hover {
  border-color:#5abf95
}
.border-mint-40,
.hover\:border-mint-40:hover {
  border-color:#34a37e
}
.border-mint-50,
.hover\:border-mint-50:hover {
  border-color:#2e8367
}
.border-mint-60,
.hover\:border-mint-60:hover {
  border-color:#286846
}
.border-mint-70,
.hover\:border-mint-70:hover {
  border-color:#204e34
}
.border-mint-80,
.hover\:border-mint-80:hover {
  border-color:#193324
}
.border-mint-90,
.hover\:border-mint-90:hover {
  border-color:#0d1a12
}
.border-mint-5v,
.hover\:border-mint-5v:hover {
  border-color:#c9fbeb
}
.border-mint-10v,
.hover\:border-mint-10v:hover {
  border-color:#83fcd4
}
.border-mint-20v,
.hover\:border-mint-20v:hover {
  border-color:#0ceda6
}
.border-mint-30v,
.hover\:border-mint-30v:hover {
  border-color:#04c585
}
.border-mint-40v,
.hover\:border-mint-40v:hover {
  border-color:#00a871
}
.border-mint-50v,
.hover\:border-mint-50v:hover {
  border-color:#008659
}
.border-mint-60v,
.hover\:border-mint-60v:hover {
  border-color:#146947
}
.border-mint-70v,
.hover\:border-mint-70v:hover {
  border-color:#0c4e29
}
.border-mint-80v,
.hover\:border-mint-80v:hover {
  border-color:#0d351e
}
.border-orange-5,
.hover\:border-orange-5:hover {
  border-color:#f6efe9
}
.border-orange-10,
.hover\:border-orange-10:hover {
  border-color:#f2e4d4
}
.border-orange-20,
.hover\:border-orange-20:hover {
  border-color:#f3bf90
}
.border-orange-30,
.hover\:border-orange-30:hover {
  border-color:#f09860
}
.border-orange-40,
.hover\:border-orange-40:hover {
  border-color:#dd7533
}
.border-orange-50,
.hover\:border-orange-50:hover {
  border-color:#a86437
}
.border-orange-60,
.hover\:border-orange-60:hover {
  border-color:#775540
}
.border-orange-70,
.hover\:border-orange-70:hover {
  border-color:#524236
}
.border-orange-80,
.hover\:border-orange-80:hover {
  border-color:#332d27
}
.border-orange-90,
.hover\:border-orange-90:hover {
  border-color:#1b1614
}
.border-orange-5v,
.hover\:border-orange-5v:hover {
  border-color:#fef2e4
}
.border-orange-10v,
.hover\:border-orange-10v:hover {
  border-color:#fce2c5
}
.border-orange-20v,
.hover\:border-orange-20v:hover {
  border-color:#ffbc78
}
.border-orange-30v,
.hover\:border-orange-30v:hover {
  border-color:#fa9441
}
.border-orange-40v,
.hover\:border-orange-40v:hover {
  border-color:#e66f0e
}
.border-orange-50v,
.hover\:border-orange-50v:hover {
  border-color:#c05600
}
.border-orange-60v,
.hover\:border-orange-60v:hover {
  border-color:#8c471c
}
.border-orange-70v,
.hover\:border-orange-70v:hover {
  border-color:#5f3617
}
.border-orange-80v,
.hover\:border-orange-80v:hover {
  border-color:#352313
}
.border-orange-warm-5,
.hover\:border-orange-warm-5:hover {
  border-color:#faeee5
}
.border-orange-warm-10,
.hover\:border-orange-warm-10:hover {
  border-color:#fbe0d0
}
.border-orange-warm-20,
.hover\:border-orange-warm-20:hover {
  border-color:#f7bca2
}
.border-orange-warm-30,
.hover\:border-orange-warm-30:hover {
  border-color:#f3966d
}
.border-orange-warm-40,
.hover\:border-orange-warm-40:hover {
  border-color:#e17141
}
.border-orange-warm-50,
.hover\:border-orange-warm-50:hover {
  border-color:#bd5727
}
.border-orange-warm-60,
.hover\:border-orange-warm-60:hover {
  border-color:#914734
}
.border-orange-warm-70,
.hover\:border-orange-warm-70:hover {
  border-color:#633a32
}
.border-orange-warm-80,
.hover\:border-orange-warm-80:hover {
  border-color:#3d2925
}
.border-orange-warm-90,
.hover\:border-orange-warm-90:hover {
  border-color:#1c1615
}
.border-orange-warm-5v,
.hover\:border-orange-warm-5v:hover {
  border-color:#fff3ea
}
.border-orange-warm-10v,
.hover\:border-orange-warm-10v:hover {
  border-color:#ffe2d1
}
.border-orange-warm-20v,
.hover\:border-orange-warm-20v:hover {
  border-color:#fbbaa7
}
.border-orange-warm-30v,
.hover\:border-orange-warm-30v:hover {
  border-color:#fc906d
}
.border-orange-warm-40v,
.hover\:border-orange-warm-40v:hover {
  border-color:#ff580a
}
.border-orange-warm-50v,
.hover\:border-orange-warm-50v:hover {
  border-color:#cf4900
}
.border-orange-warm-60v,
.hover\:border-orange-warm-60v:hover {
  border-color:#a72f10
}
.border-orange-warm-70v,
.hover\:border-orange-warm-70v:hover {
  border-color:#782312
}
.border-orange-warm-80v,
.hover\:border-orange-warm-80v:hover {
  border-color:#3d231d
}
.border-red-cool-5,
.hover\:border-red-cool-5:hover {
  border-color:#f8eff1
}
.border-red-cool-10,
.hover\:border-red-cool-10:hover {
  border-color:#f3e1e4
}
.border-red-cool-20,
.hover\:border-red-cool-20:hover {
  border-color:#ecbec6
}
.border-red-cool-30,
.hover\:border-red-cool-30:hover {
  border-color:#e09aa6
}
.border-red-cool-40,
.hover\:border-red-cool-40:hover {
  border-color:#e16b80
}
.border-red-cool-50,
.hover\:border-red-cool-50:hover {
  border-color:#cd425b
}
.border-red-cool-60,
.hover\:border-red-cool-60:hover {
  border-color:#9e394b
}
.border-red-cool-70,
.hover\:border-red-cool-70:hover {
  border-color:#68363f
}
.border-red-cool-80,
.hover\:border-red-cool-80:hover {
  border-color:#40282c
}
.border-red-cool-90,
.hover\:border-red-cool-90:hover {
  border-color:#1e1517
}
.border-red-cool-5v,
.hover\:border-red-cool-5v:hover {
  border-color:#fff2f5
}
.border-red-cool-10v,
.hover\:border-red-cool-10v:hover {
  border-color:#f8dfe2
}
.border-red-cool-20v,
.hover\:border-red-cool-20v:hover {
  border-color:#f8b9c5
}
.border-red-cool-30v,
.hover\:border-red-cool-30v:hover {
  border-color:#fd8ba0
}
.border-red-cool-40v,
.hover\:border-red-cool-40v:hover {
  border-color:#f45d79
}
.border-red-cool-50v,
.hover\:border-red-cool-50v:hover {
  border-color:#e41d3d
}
.border-red-cool-60v,
.hover\:border-red-cool-60v:hover {
  border-color:#b21d38
}
.border-red-cool-70v,
.hover\:border-red-cool-70v:hover {
  border-color:#822133
}
.border-red-cool-80v,
.hover\:border-red-cool-80v:hover {
  border-color:#4f1c24
}
.border-red-5,
.hover\:border-red-5:hover {
  border-color:#f9eeee
}
.border-red-10,
.hover\:border-red-10:hover {
  border-color:#f8e1de
}
.border-red-20,
.hover\:border-red-20:hover {
  border-color:#f7bbb1
}
.border-red-30,
.hover\:border-red-30:hover {
  border-color:#f2938c
}
.border-red-40,
.hover\:border-red-40:hover {
  border-color:#e9695f
}
.border-red-50,
.hover\:border-red-50:hover {
  border-color:#d83933
}
.border-red-60,
.hover\:border-red-60:hover {
  border-color:#a23737
}
.border-red-70,
.hover\:border-red-70:hover {
  border-color:#6f3331
}
.border-red-80,
.hover\:border-red-80:hover {
  border-color:#3e2927
}
.border-red-90,
.hover\:border-red-90:hover {
  border-color:#1b1616
}
.border-red-5v,
.hover\:border-red-5v:hover {
  border-color:#fff3f2
}
.border-red-10v,
.hover\:border-red-10v:hover {
  border-color:#fde0db
}
.border-red-20v,
.hover\:border-red-20v:hover {
  border-color:#fdb8ae
}
.border-red-30v,
.hover\:border-red-30v:hover {
  border-color:#ff8d7b
}
.border-red-40v,
.hover\:border-red-40v:hover {
  border-color:#fb5a47
}
.border-red-50v,
.hover\:border-red-50v:hover {
  border-color:#e52207
}
.border-red-60v,
.hover\:border-red-60v:hover {
  border-color:#b50909
}
.border-red-70v,
.hover\:border-red-70v:hover {
  border-color:#8b0a03
}
.border-red-80v,
.hover\:border-red-80v:hover {
  border-color:#5c1111
}
.border-red-warm-5,
.hover\:border-red-warm-5:hover {
  border-color:#f6efea
}
.border-red-warm-10,
.hover\:border-red-warm-10:hover {
  border-color:#f4e3db
}
.border-red-warm-20,
.hover\:border-red-warm-20:hover {
  border-color:#ecc0a7
}
.border-red-warm-30,
.hover\:border-red-warm-30:hover {
  border-color:#dca081
}
.border-red-warm-40,
.hover\:border-red-warm-40:hover {
  border-color:#d27a56
}
.border-red-warm-50,
.hover\:border-red-warm-50:hover {
  border-color:#c3512c
}
.border-red-warm-60,
.hover\:border-red-warm-60:hover {
  border-color:#805039
}
.border-red-warm-70,
.hover\:border-red-warm-70:hover {
  border-color:#524236
}
.border-red-warm-80,
.hover\:border-red-warm-80:hover {
  border-color:#332d29
}
.border-red-warm-90,
.hover\:border-red-warm-90:hover {
  border-color:#1f1c18
}
.border-red-warm-5v,
.hover\:border-red-warm-5v:hover {
  border-color:#fff5ee
}
.border-red-warm-10v,
.hover\:border-red-warm-10v:hover {
  border-color:#fce1d4
}
.border-red-warm-20v,
.hover\:border-red-warm-20v:hover {
  border-color:#f6bd9c
}
.border-red-warm-30v,
.hover\:border-red-warm-30v:hover {
  border-color:#f39268
}
.border-red-warm-40v,
.hover\:border-red-warm-40v:hover {
  border-color:#ef5e25
}
.border-red-warm-50v,
.hover\:border-red-warm-50v:hover {
  border-color:#d54309
}
.border-red-warm-60v,
.hover\:border-red-warm-60v:hover {
  border-color:#9c3d10
}
.border-red-warm-70v,
.hover\:border-red-warm-70v:hover {
  border-color:#63340f
}
.border-red-warm-80v,
.hover\:border-red-warm-80v:hover {
  border-color:#3e2a1e
}
.border-violet-5,
.hover\:border-violet-5:hover {
  border-color:#f4f1f9
}
.border-violet-10,
.hover\:border-violet-10:hover {
  border-color:#ebe3f9
}
.border-violet-20,
.hover\:border-violet-20:hover {
  border-color:#d0c3e9
}
.border-violet-30,
.hover\:border-violet-30:hover {
  border-color:#b8a2e3
}
.border-violet-40,
.hover\:border-violet-40:hover {
  border-color:#9d84d2
}
.border-violet-50,
.hover\:border-violet-50:hover {
  border-color:#8168b3
}
.border-violet-60,
.hover\:border-violet-60:hover {
  border-color:#665190
}
.border-violet-70,
.hover\:border-violet-70:hover {
  border-color:#4c3d69
}
.border-violet-80,
.hover\:border-violet-80:hover {
  border-color:#312b3f
}
.border-violet-90,
.hover\:border-violet-90:hover {
  border-color:#18161d
}
.border-violet-5v,
.hover\:border-violet-5v:hover {
  border-color:#f7f2ff
}
.border-violet-10v,
.hover\:border-violet-10v:hover {
  border-color:#ede3ff
}
.border-violet-20v,
.hover\:border-violet-20v:hover {
  border-color:#d5bfff
}
.border-violet-30v,
.hover\:border-violet-30v:hover {
  border-color:#c39deb
}
.border-violet-40v,
.hover\:border-violet-40v:hover {
  border-color:#ad79e9
}
.border-violet-50v,
.hover\:border-violet-50v:hover {
  border-color:#9355dc
}
.border-violet-60v,
.hover\:border-violet-60v:hover {
  border-color:#783cb9
}
.border-violet-70v,
.hover\:border-violet-70v:hover {
  border-color:#54278f
}
.border-violet-80v,
.hover\:border-violet-80v:hover {
  border-color:#39215e
}
.border-violet-warm-5,
.hover\:border-violet-warm-5:hover {
  border-color:#f8f0f9
}
.border-violet-warm-10,
.hover\:border-violet-warm-10:hover {
  border-color:#f6dff8
}
.border-violet-warm-20,
.hover\:border-violet-warm-20:hover {
  border-color:#e2bee4
}
.border-violet-warm-30,
.hover\:border-violet-warm-30:hover {
  border-color:#d29ad8
}
.border-violet-warm-40,
.hover\:border-violet-warm-40:hover {
  border-color:#bf77c8
}
.border-violet-warm-50,
.hover\:border-violet-warm-50:hover {
  border-color:#b04abd
}
.border-violet-warm-60,
.hover\:border-violet-warm-60:hover {
  border-color:#864381
}
.border-violet-warm-70,
.hover\:border-violet-warm-70:hover {
  border-color:#5c395a
}
.border-violet-warm-80,
.hover\:border-violet-warm-80:hover {
  border-color:#382936
}
.border-violet-warm-90,
.hover\:border-violet-warm-90:hover {
  border-color:#1b151b
}
.border-violet-warm-5v,
.hover\:border-violet-warm-5v:hover {
  border-color:#fef2ff
}
.border-violet-warm-10v,
.hover\:border-violet-warm-10v:hover {
  border-color:#fbdcff
}
.border-violet-warm-20v,
.hover\:border-violet-warm-20v:hover {
  border-color:#f4b2ff
}
.border-violet-warm-30v,
.hover\:border-violet-warm-30v:hover {
  border-color:#ee83ff
}
.border-violet-warm-40v,
.hover\:border-violet-warm-40v:hover {
  border-color:#d85bef
}
.border-violet-warm-50v,
.hover\:border-violet-warm-50v:hover {
  border-color:#be32d0
}
.border-violet-warm-60v,
.hover\:border-violet-warm-60v:hover {
  border-color:#93348c
}
.border-violet-warm-70v,
.hover\:border-violet-warm-70v:hover {
  border-color:#711e6c
}
.border-violet-warm-80v,
.hover\:border-violet-warm-80v:hover {
  border-color:#481441
}
.border-white-transparent-5,
.hover\:border-white-transparent-5:hover {
  border-color:rgba(255,255,255,.01)
}
.border-white-transparent-10,
.hover\:border-white-transparent-10:hover {
  border-color:rgba(255,255,255,.1)
}
.border-white-transparent-20,
.hover\:border-white-transparent-20:hover {
  border-color:rgba(255,255,255,.2)
}
.border-white-transparent-30,
.hover\:border-white-transparent-30:hover {
  border-color:rgba(255,255,255,.3)
}
.border-white-transparent-40,
.hover\:border-white-transparent-40:hover {
  border-color:rgba(255,255,255,.4)
}
.border-white-transparent-50,
.hover\:border-white-transparent-50:hover {
  border-color:rgba(255,255,255,.5)
}
.border-white-transparent-60,
.hover\:border-white-transparent-60:hover {
  border-color:rgba(255,255,255,.6)
}
.border-white-transparent-70,
.hover\:border-white-transparent-70:hover {
  border-color:rgba(255,255,255,.7)
}
.border-white-transparent-80,
.hover\:border-white-transparent-80:hover {
  border-color:rgba(255,255,255,.8)
}
.border-white-transparent-90,
.hover\:border-white-transparent-90:hover {
  border-color:rgba(255,255,255,.9)
}
.border-yellow-5,
.hover\:border-yellow-5:hover {
  border-color:#faf3d1
}
.border-yellow-10,
.hover\:border-yellow-10:hover {
  border-color:#f5e6af
}
.border-yellow-20,
.hover\:border-yellow-20:hover {
  border-color:#e6c74c
}
.border-yellow-30,
.hover\:border-yellow-30:hover {
  border-color:#c9ab48
}
.border-yellow-40,
.hover\:border-yellow-40:hover {
  border-color:#a88f48
}
.border-yellow-50,
.hover\:border-yellow-50:hover {
  border-color:#8a7237
}
.border-yellow-60,
.hover\:border-yellow-60:hover {
  border-color:#6b5a39
}
.border-yellow-70,
.hover\:border-yellow-70:hover {
  border-color:#504332
}
.border-yellow-80,
.hover\:border-yellow-80:hover {
  border-color:#332d27
}
.border-yellow-90,
.hover\:border-yellow-90:hover {
  border-color:#1a1614
}
.border-yellow-5v,
.hover\:border-yellow-5v:hover {
  border-color:#fff5c2
}
.border-yellow-10v,
.hover\:border-yellow-10v:hover {
  border-color:#fee685
}
.border-yellow-20v,
.hover\:border-yellow-20v:hover {
  border-color:#face00
}
.border-yellow-30v,
.hover\:border-yellow-30v:hover {
  border-color:#ddaa01
}
.border-yellow-40v,
.hover\:border-yellow-40v:hover {
  border-color:#b38c00
}
.border-yellow-50v,
.hover\:border-yellow-50v:hover {
  border-color:#947100
}
.border-yellow-60v,
.hover\:border-yellow-60v:hover {
  border-color:#776017
}
.border-yellow-70v,
.hover\:border-yellow-70v:hover {
  border-color:#5c4809
}
.border-yellow-80v,
.hover\:border-yellow-80v:hover {
  border-color:#422d19
}
.radius-0 {
  border-radius:0
}
.radius-top-0 {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.radius-right-0 {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.radius-bottom-0 {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.radius-left-0 {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.radius-sm {
  border-radius:2px
}
.radius-top-sm {
  border-top-left-radius:2px;
  border-top-right-radius:2px
}
.radius-right-sm {
  border-top-right-radius:2px;
  border-bottom-right-radius:2px
}
.radius-bottom-sm {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px
}
.radius-left-sm {
  border-top-left-radius:2px;
  border-bottom-left-radius:2px
}
.radius-md {
  border-radius:.25rem
}
.radius-top-md {
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}
.radius-right-md {
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem
}
.radius-bottom-md {
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem
}
.radius-left-md {
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem
}
.radius-lg {
  border-radius:.5rem
}
.radius-top-lg {
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem
}
.radius-right-lg {
  border-top-right-radius:.5rem;
  border-bottom-right-radius:.5rem
}
.radius-bottom-lg {
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem
}
.radius-left-lg {
  border-top-left-radius:.5rem;
  border-bottom-left-radius:.5rem
}
.radius-pill {
  border-radius:99rem
}
.radius-top-pill {
  border-top-left-radius:99rem;
  border-top-right-radius:99rem
}
.radius-right-pill {
  border-top-right-radius:99rem;
  border-bottom-right-radius:99rem
}
.radius-bottom-pill {
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem
}
.radius-left-pill {
  border-top-left-radius:99rem;
  border-bottom-left-radius:99rem
}
.border-dashed {
  border-style:dashed
}
.border-dotted {
  border-style:dotted
}
.border-solid {
  border-style:solid
}
.border-width-1px {
  border-width:1px
}
.border-y-width-1px {
  border-top-width:1px;
  border-bottom-width:1px
}
.border-x-width-1px {
  border-left-width:1px;
  border-right-width:1px
}
.border-top-width-1px {
  border-top-width:1px
}
.border-right-width-1px {
  border-right-width:1px
}
.border-bottom-width-1px {
  border-bottom-width:1px
}
.border-left-width-1px {
  border-left-width:1px
}
.border-width-2px {
  border-width:2px
}
.border-y-width-2px {
  border-top-width:2px;
  border-bottom-width:2px
}
.border-x-width-2px {
  border-left-width:2px;
  border-right-width:2px
}
.border-top-width-2px {
  border-top-width:2px
}
.border-right-width-2px {
  border-right-width:2px
}
.border-bottom-width-2px {
  border-bottom-width:2px
}
.border-left-width-2px {
  border-left-width:2px
}
.border-width-05 {
  border-width:.25rem
}
.border-y-width-05 {
  border-top-width:.25rem;
  border-bottom-width:.25rem
}
.border-x-width-05 {
  border-left-width:.25rem;
  border-right-width:.25rem
}
.border-top-width-05 {
  border-top-width:.25rem
}
.border-right-width-05 {
  border-right-width:.25rem
}
.border-bottom-width-05 {
  border-bottom-width:.25rem
}
.border-left-width-05 {
  border-left-width:.25rem
}
.border-width-1 {
  border-width:.5rem
}
.border-y-width-1 {
  border-top-width:.5rem;
  border-bottom-width:.5rem
}
.border-x-width-1 {
  border-left-width:.5rem;
  border-right-width:.5rem
}
.border-top-width-1 {
  border-top-width:.5rem
}
.border-right-width-1 {
  border-right-width:.5rem
}
.border-bottom-width-1 {
  border-bottom-width:.5rem
}
.border-left-width-1 {
  border-left-width:.5rem
}
.border-width-105 {
  border-width:.75rem
}
.border-y-width-105 {
  border-top-width:.75rem;
  border-bottom-width:.75rem
}
.border-x-width-105 {
  border-left-width:.75rem;
  border-right-width:.75rem
}
.border-top-width-105 {
  border-top-width:.75rem
}
.border-right-width-105 {
  border-right-width:.75rem
}
.border-bottom-width-105 {
  border-bottom-width:.75rem
}
.border-left-width-105 {
  border-left-width:.75rem
}
.border-width-2 {
  border-width:1rem
}
.border-y-width-2 {
  border-top-width:1rem;
  border-bottom-width:1rem
}
.border-x-width-2 {
  border-left-width:1rem;
  border-right-width:1rem
}
.border-top-width-2 {
  border-top-width:1rem
}
.border-right-width-2 {
  border-right-width:1rem
}
.border-bottom-width-2 {
  border-bottom-width:1rem
}
.border-left-width-2 {
  border-left-width:1rem
}
.border-width-205 {
  border-width:1.25rem
}
.border-y-width-205 {
  border-top-width:1.25rem;
  border-bottom-width:1.25rem
}
.border-x-width-205 {
  border-left-width:1.25rem;
  border-right-width:1.25rem
}
.border-top-width-205 {
  border-top-width:1.25rem
}
.border-right-width-205 {
  border-right-width:1.25rem
}
.border-bottom-width-205 {
  border-bottom-width:1.25rem
}
.border-left-width-205 {
  border-left-width:1.25rem
}
.border-width-3 {
  border-width:1.5rem
}
.border-y-width-3 {
  border-top-width:1.5rem;
  border-bottom-width:1.5rem
}
.border-x-width-3 {
  border-left-width:1.5rem;
  border-right-width:1.5rem
}
.border-top-width-3 {
  border-top-width:1.5rem
}
.border-right-width-3 {
  border-right-width:1.5rem
}
.border-bottom-width-3 {
  border-bottom-width:1.5rem
}
.border-left-width-3 {
  border-left-width:1.5rem
}
.border-width-0 {
  border-width:0
}
.border-y-width-0 {
  border-top-width:0;
  border-bottom-width:0
}
.border-x-width-0 {
  border-left-width:0;
  border-right-width:0
}
.border-top-width-0 {
  border-top-width:0
}
.border-right-width-0 {
  border-right-width:0
}
.border-bottom-width-0 {
  border-bottom-width:0
}
.border-left-width-0 {
  border-left-width:0
}
.bottom-1px {
  bottom:1px
}
.bottom-2px {
  bottom:2px
}
.bottom-05 {
  bottom:.25rem
}
.bottom-1 {
  bottom:.5rem
}
.bottom-105 {
  bottom:.75rem
}
.bottom-2 {
  bottom:1rem
}
.bottom-205 {
  bottom:1.25rem
}
.bottom-3 {
  bottom:1.5rem
}
.bottom-neg-1px {
  bottom:-1px
}
.bottom-neg-2px {
  bottom:-2px
}
.bottom-neg-05 {
  bottom:-.25rem
}
.bottom-neg-1 {
  bottom:-.5rem
}
.bottom-neg-105 {
  bottom:-.75rem
}
.bottom-neg-2 {
  bottom:-1rem
}
.bottom-neg-205 {
  bottom:-1.25rem
}
.bottom-neg-3 {
  bottom:-1.5rem
}
.bottom-0 {
  bottom:0
}
.bottom-auto {
  bottom:auto
}
.bottom-full {
  bottom:100%
}
.hover\:shadow-none:hover,
.shadow-none {
  box-shadow:none
}
.hover\:shadow-1:hover,
.shadow-1 {
  box-shadow:0 1px .25rem 0 rgba(0,0,0,.1)
}
.hover\:shadow-2:hover,
.shadow-2 {
  box-shadow:0 .25rem .5rem 0 rgba(0,0,0,.1)
}
.hover\:shadow-3:hover,
.shadow-3 {
  box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1)
}
.hover\:shadow-4:hover,
.shadow-4 {
  box-shadow:0 .75rem 1.5rem 0 rgba(0,0,0,.1)
}
.hover\:shadow-5:hover,
.shadow-5 {
  box-shadow:0 1rem 2rem 0 rgba(0,0,0,.1)
}
.circle-1px,
.circle-2px {
  height:1px;
  width:1px;
  border-radius:50%
}
.circle-2px {
  height:2px;
  width:2px
}
.circle-05 {
  height:.25rem;
  width:.25rem;
  border-radius:50%
}
.circle-1,
.circle-105 {
  height:.5rem;
  width:.5rem;
  border-radius:50%
}
.circle-105 {
  height:.75rem;
  width:.75rem
}
.circle-2,
.circle-205 {
  height:1rem;
  width:1rem;
  border-radius:50%
}
.circle-205 {
  height:1.25rem;
  width:1.25rem
}
.circle-3,
.circle-4 {
  height:1.5rem;
  width:1.5rem;
  border-radius:50%
}
.circle-4 {
  height:2rem;
  width:2rem
}
.circle-5,
.circle-6 {
  height:2.5rem;
  width:2.5rem;
  border-radius:50%
}
.circle-6 {
  height:3rem;
  width:3rem
}
.circle-7,
.circle-8 {
  height:3.5rem;
  width:3.5rem;
  border-radius:50%
}
.circle-8 {
  height:4rem;
  width:4rem
}
.circle-10,
.circle-9 {
  height:4.5rem;
  width:4.5rem;
  border-radius:50%
}
.circle-10 {
  height:5rem;
  width:5rem
}
.circle-15,
.circle-card {
  height:7.5rem;
  width:7.5rem;
  border-radius:50%
}
.circle-card {
  height:10rem;
  width:10rem
}
.circle-card-lg,
.circle-mobile {
  height:15rem;
  width:15rem;
  border-radius:50%
}
.circle-mobile {
  height:20rem;
  width:20rem
}
.clearfix::after {
  content:"";
  display:block;
  clear:both
}
.hover\:text-transparent:hover,
.text-transparent {
  color:transparent
}
.hover\:text-black:hover,
.text-black {
  color:#000
}
.hover\:text-white:hover,
.text-white {
  color:#fff
}
.hover\:text-base-lightest:hover,
.text-base-lightest {
  color:#f0f0f0
}
.hover\:text-base-lighter:hover,
.text-base-lighter {
  color:#dfe1e2
}
.hover\:text-base-light:hover,
.text-base-light {
  color:#a9aeb1
}
.hover\:text-base:hover,
.text-base {
  color:#71767a
}
.hover\:text-base-dark:hover,
.text-base-dark {
  color:#565c65
}
.hover\:text-base-darker:hover,
.text-base-darker {
  color:#3d4551
}
.hover\:text-base-darkest:hover,
.hover\:text-ink:hover,
.text-base-darkest,
.text-ink {
  color:#1b1b1b
}
.hover\:text-primary-lighter:hover,
.text-primary-lighter {
  color:#ccecf2
}
.hover\:text-primary-light:hover,
.text-primary-light {
  color:#73b3e7
}
.hover\:text-primary:hover,
.text-primary {
  color:#00bde3
}
.hover\:text-primary-vivid:hover,
.text-primary-vivid {
  color:#0050d8
}
.hover\:text-primary-dark:hover,
.hover\:text-primary-darker:hover,
.text-primary-dark,
.text-primary-darker {
  color:#009ec1
}
.hover\:text-secondary-lighter:hover,
.text-secondary-lighter {
  color:#f3e1e4
}
.hover\:text-secondary-light:hover,
.text-secondary-light {
  color:#f2938c
}
.hover\:text-secondary:hover,
.text-secondary {
  color:#ccecf2
}
.hover\:text-secondary-vivid:hover,
.text-secondary-vivid {
  color:#e41d3d
}
.hover\:text-secondary-dark:hover,
.hover\:text-secondary-darker:hover,
.text-secondary-dark,
.text-secondary-darker {
  color:#99deea
}
.hover\:text-accent-warm-darker:hover,
.text-accent-warm-darker {
  color:#775540
}
.hover\:text-accent-warm-dark:hover,
.text-accent-warm-dark {
  color:#c05600
}
.hover\:text-accent-warm:hover,
.text-accent-warm {
  color:#fa9441
}
.hover\:text-accent-warm-light:hover,
.text-accent-warm-light {
  color:#ffbc78
}
.hover\:text-accent-warm-lighter:hover,
.text-accent-warm-lighter {
  color:#f2e4d4
}
.hover\:text-accent-cool-darker:hover,
.text-accent-cool-darker {
  color:#07648d
}
.hover\:text-accent-cool-dark:hover,
.text-accent-cool-dark {
  color:#28a0cb
}
.hover\:text-accent-cool:hover,
.text-accent-cool {
  color:#00bde3
}
.hover\:text-accent-cool-light:hover,
.text-accent-cool-light {
  color:#97d4ea
}
.hover\:text-accent-cool-lighter:hover,
.text-accent-cool-lighter {
  color:#e1f3f8
}
.hover\:text-gray-5:hover,
.text-gray-5 {
  color:#f0f0f0
}
.hover\:text-gray-10:hover,
.text-gray-10 {
  color:#e6e6e6
}
.hover\:text-gray-30:hover,
.text-gray-30 {
  color:#adadad
}
.hover\:text-gray-50:hover,
.text-gray-50 {
  color:#757575
}
.hover\:text-gray-70:hover,
.text-gray-70 {
  color:#454545
}
.hover\:text-gray-90:hover,
.text-gray-90 {
  color:#1b1b1b
}
.hover\:text-error-lighter:hover,
.text-error-lighter {
  color:#f4e3db
}
.hover\:text-error-light:hover,
.text-error-light {
  color:#f39268
}
.hover\:text-error:hover,
.text-error {
  color:#d83933
}
.hover\:text-error-dark:hover,
.text-error-dark {
  color:#b50909
}
.hover\:text-error-darker:hover,
.text-error-darker {
  color:#6f3331
}
.hover\:text-warning-lighter:hover,
.text-warning-lighter {
  color:#faf3d1
}
.hover\:text-warning-light:hover,
.text-warning-light {
  color:#fee685
}
.hover\:text-warning:hover,
.text-warning {
  color:#ffbe2e
}
.hover\:text-warning-dark:hover,
.text-warning-dark {
  color:#e5a000
}
.hover\:text-warning-darker:hover,
.text-warning-darker {
  color:#936f38
}
.hover\:text-success-lighter:hover,
.text-success-lighter {
  color:#ecf3ec
}
.hover\:text-success-light:hover,
.text-success-light {
  color:#70e17b
}
.hover\:text-success:hover,
.text-success {
  color:#00a91c
}
.hover\:text-success-dark:hover,
.text-success-dark {
  color:#008817
}
.hover\:text-success-darker:hover,
.text-success-darker {
  color:#216e1f
}
.hover\:text-info-lighter:hover,
.text-info-lighter {
  color:#e7f6f8
}
.hover\:text-info-light:hover,
.text-info-light {
  color:#99deea
}
.hover\:text-info:hover,
.text-info {
  color:#00bde3
}
.hover\:text-info-dark:hover,
.text-info-dark {
  color:#009ec1
}
.hover\:text-info-darker:hover,
.text-info-darker {
  color:#2e6276
}
.hover\:text-disabled-light:hover,
.text-disabled-light {
  color:#e6e6e6
}
.hover\:text-disabled:hover,
.text-disabled {
  color:#c9c9c9
}
.hover\:text-disabled-dark:hover,
.text-disabled-dark {
  color:#adadad
}
.hover\:text-emergency:hover,
.text-emergency {
  color:#9c3d10
}
.hover\:text-emergency-dark:hover,
.text-emergency-dark {
  color:#332d29
}
.hover\:text-red:hover,
.text-red {
  color:#e52207
}
.hover\:text-orange:hover,
.text-orange {
  color:#e66f0e
}
.hover\:text-gold:hover,
.text-gold {
  color:#ffbe2e
}
.hover\:text-yellow:hover,
.text-yellow {
  color:#fee685
}
.hover\:text-green:hover,
.text-green {
  color:#538200
}
.hover\:text-mint:hover,
.text-mint {
  color:#04c585
}
.hover\:text-cyan:hover,
.text-cyan {
  color:#009ec1
}
.hover\:text-blue:hover,
.text-blue {
  color:#0076d6
}
.hover\:text-indigo:hover,
.text-indigo {
  color:#676cc8
}
.hover\:text-violet:hover,
.text-violet {
  color:#8168b3
}
.hover\:text-magenta:hover,
.text-magenta {
  color:#d72d79
}
.hover\:text-black-transparent-5:hover,
.text-black-transparent-5 {
  color:rgba(0,0,0,.01)
}
.hover\:text-black-transparent-10:hover,
.text-black-transparent-10 {
  color:rgba(0,0,0,.1)
}
.hover\:text-black-transparent-20:hover,
.text-black-transparent-20 {
  color:rgba(0,0,0,.2)
}
.hover\:text-black-transparent-30:hover,
.text-black-transparent-30 {
  color:rgba(0,0,0,.3)
}
.hover\:text-black-transparent-40:hover,
.text-black-transparent-40 {
  color:rgba(0,0,0,.4)
}
.hover\:text-black-transparent-50:hover,
.text-black-transparent-50 {
  color:rgba(0,0,0,.5)
}
.hover\:text-black-transparent-60:hover,
.text-black-transparent-60 {
  color:rgba(0,0,0,.6)
}
.hover\:text-black-transparent-70:hover,
.text-black-transparent-70 {
  color:rgba(0,0,0,.7)
}
.hover\:text-black-transparent-80:hover,
.text-black-transparent-80 {
  color:rgba(0,0,0,.8)
}
.hover\:text-black-transparent-90:hover,
.text-black-transparent-90 {
  color:rgba(0,0,0,.9)
}
.hover\:text-gray-cool-1:hover,
.text-gray-cool-1 {
  color:#fbfcfd
}
.hover\:text-gray-cool-2:hover,
.text-gray-cool-2 {
  color:#f7f9fa
}
.hover\:text-gray-cool-3:hover,
.text-gray-cool-3 {
  color:#f5f6f7
}
.hover\:text-gray-cool-4:hover,
.text-gray-cool-4 {
  color:#f1f3f6
}
.hover\:text-gray-cool-5:hover,
.text-gray-cool-5 {
  color:#edeff0
}
.hover\:text-gray-cool-10:hover,
.text-gray-cool-10 {
  color:#dfe1e2
}
.hover\:text-gray-cool-20:hover,
.text-gray-cool-20 {
  color:#c6cace
}
.hover\:text-gray-cool-30:hover,
.text-gray-cool-30 {
  color:#a9aeb1
}
.hover\:text-gray-cool-40:hover,
.text-gray-cool-40 {
  color:#8d9297
}
.hover\:text-gray-cool-50:hover,
.text-gray-cool-50 {
  color:#71767a
}
.hover\:text-gray-cool-60:hover,
.text-gray-cool-60 {
  color:#565c65
}
.hover\:text-gray-cool-70:hover,
.text-gray-cool-70 {
  color:#3d4551
}
.hover\:text-gray-cool-80:hover,
.text-gray-cool-80 {
  color:#2d2e2f
}
.hover\:text-gray-cool-90:hover,
.text-gray-cool-90 {
  color:#1c1d1f
}
.hover\:text-gray-1:hover,
.text-gray-1 {
  color:#fcfcfc
}
.hover\:text-gray-2:hover,
.text-gray-2 {
  color:#f9f9f9
}
.hover\:text-gray-3:hover,
.text-gray-3 {
  color:#f6f6f6
}
.hover\:text-gray-4:hover,
.text-gray-4 {
  color:#f3f3f3
}
.hover\:text-gray-20:hover,
.text-gray-20 {
  color:#c9c9c9
}
.hover\:text-gray-40:hover,
.text-gray-40 {
  color:#919191
}
.hover\:text-gray-60:hover,
.text-gray-60 {
  color:#5c5c5c
}
.hover\:text-gray-80:hover,
.text-gray-80 {
  color:#2e2e2e
}
.hover\:text-gray-warm-1:hover,
.text-gray-warm-1 {
  color:#fcfcfb
}
.hover\:text-gray-warm-2:hover,
.text-gray-warm-2 {
  color:#f9f9f7
}
.hover\:text-gray-warm-3:hover,
.text-gray-warm-3 {
  color:#f6f6f2
}
.hover\:text-gray-warm-4:hover,
.text-gray-warm-4 {
  color:#f5f5f0
}
.hover\:text-gray-warm-5:hover,
.text-gray-warm-5 {
  color:#f0f0ec
}
.hover\:text-gray-warm-10:hover,
.text-gray-warm-10 {
  color:#e6e6e2
}
.hover\:text-gray-warm-20:hover,
.text-gray-warm-20 {
  color:#cac9c0
}
.hover\:text-gray-warm-30:hover,
.text-gray-warm-30 {
  color:#afaea2
}
.hover\:text-gray-warm-40:hover,
.text-gray-warm-40 {
  color:#929285
}
.hover\:text-gray-warm-50:hover,
.text-gray-warm-50 {
  color:#76766a
}
.hover\:text-gray-warm-60:hover,
.text-gray-warm-60 {
  color:#5d5d52
}
.hover\:text-gray-warm-70:hover,
.text-gray-warm-70 {
  color:#454540
}
.hover\:text-gray-warm-80:hover,
.text-gray-warm-80 {
  color:#2e2e2a
}
.hover\:text-gray-warm-90:hover,
.text-gray-warm-90 {
  color:#171716
}
.hover\:text-blue-cool-5:hover,
.text-blue-cool-5 {
  color:#e7f2f5
}
.hover\:text-blue-cool-10:hover,
.text-blue-cool-10 {
  color:#dae9ee
}
.hover\:text-blue-cool-20:hover,
.text-blue-cool-20 {
  color:#adcfdc
}
.hover\:text-blue-cool-30:hover,
.text-blue-cool-30 {
  color:#82b4c9
}
.hover\:text-blue-cool-40:hover,
.text-blue-cool-40 {
  color:#6499af
}
.hover\:text-blue-cool-50:hover,
.text-blue-cool-50 {
  color:#3a7d95
}
.hover\:text-blue-cool-60:hover,
.text-blue-cool-60 {
  color:#2e6276
}
.hover\:text-blue-cool-70:hover,
.text-blue-cool-70 {
  color:#224a58
}
.hover\:text-blue-cool-80:hover,
.text-blue-cool-80 {
  color:#14333d
}
.hover\:text-blue-cool-90:hover,
.text-blue-cool-90 {
  color:#0f191c
}
.hover\:text-blue-cool-5v:hover,
.text-blue-cool-5v {
  color:#e1f3f8
}
.hover\:text-blue-cool-10v:hover,
.text-blue-cool-10v {
  color:#c3ebfa
}
.hover\:text-blue-cool-20v:hover,
.text-blue-cool-20v {
  color:#97d4ea
}
.hover\:text-blue-cool-30v:hover,
.text-blue-cool-30v {
  color:#59b9de
}
.hover\:text-blue-cool-40v:hover,
.text-blue-cool-40v {
  color:#28a0cb
}
.hover\:text-blue-cool-50v:hover,
.text-blue-cool-50v {
  color:#0d7ea2
}
.hover\:text-blue-cool-60v:hover,
.text-blue-cool-60v {
  color:#07648d
}
.hover\:text-blue-cool-70v:hover,
.text-blue-cool-70v {
  color:#074b69
}
.hover\:text-blue-cool-80v:hover,
.text-blue-cool-80v {
  color:#002d3f
}
.hover\:text-blue-5:hover,
.text-blue-5 {
  color:#eff6fb
}
.hover\:text-blue-10:hover,
.text-blue-10 {
  color:#d9e8f6
}
.hover\:text-blue-20:hover,
.text-blue-20 {
  color:#aacdec
}
.hover\:text-blue-30:hover,
.text-blue-30 {
  color:#73b3e7
}
.hover\:text-blue-40:hover,
.text-blue-40 {
  color:#4f97d1
}
.hover\:text-blue-50:hover,
.text-blue-50 {
  color:#2378c3
}
.hover\:text-blue-60:hover,
.text-blue-60 {
  color:#2c608a
}
.hover\:text-blue-70:hover,
.text-blue-70 {
  color:#274863
}
.hover\:text-blue-80:hover,
.text-blue-80 {
  color:#1f303e
}
.hover\:text-blue-90:hover,
.text-blue-90 {
  color:#11181d
}
.hover\:text-blue-5v:hover,
.text-blue-5v {
  color:#e8f5ff
}
.hover\:text-blue-10v:hover,
.text-blue-10v {
  color:#cfe8ff
}
.hover\:text-blue-20v:hover,
.text-blue-20v {
  color:#a1d3ff
}
.hover\:text-blue-30v:hover,
.text-blue-30v {
  color:#58b4ff
}
.hover\:text-blue-40v:hover,
.text-blue-40v {
  color:#2491ff
}
.hover\:text-blue-50v:hover,
.text-blue-50v {
  color:#0076d6
}
.hover\:text-blue-60v:hover,
.text-blue-60v {
  color:#005ea2
}
.hover\:text-blue-70v:hover,
.text-blue-70v {
  color:#0b4778
}
.hover\:text-blue-80v:hover,
.text-blue-80v {
  color:#112f4e
}
.hover\:text-blue-warm-5:hover,
.text-blue-warm-5 {
  color:#ecf1f7
}
.hover\:text-blue-warm-10:hover,
.text-blue-warm-10 {
  color:#e1e7f1
}
.hover\:text-blue-warm-20:hover,
.text-blue-warm-20 {
  color:#bbcae4
}
.hover\:text-blue-warm-30:hover,
.text-blue-warm-30 {
  color:#98afd2
}
.hover\:text-blue-warm-40:hover,
.text-blue-warm-40 {
  color:#7292c7
}
.hover\:text-blue-warm-50:hover,
.text-blue-warm-50 {
  color:#4a77b4
}
.hover\:text-blue-warm-60:hover,
.text-blue-warm-60 {
  color:#345d96
}
.hover\:text-blue-warm-70:hover,
.text-blue-warm-70 {
  color:#2f4668
}
.hover\:text-blue-warm-80:hover,
.text-blue-warm-80 {
  color:#252f3e
}
.hover\:text-blue-warm-90:hover,
.text-blue-warm-90 {
  color:#13171f
}
.hover\:text-blue-warm-5v:hover,
.text-blue-warm-5v {
  color:#edf5ff
}
.hover\:text-blue-warm-10v:hover,
.text-blue-warm-10v {
  color:#d4e5ff
}
.hover\:text-blue-warm-20v:hover,
.text-blue-warm-20v {
  color:#adcdff
}
.hover\:text-blue-warm-30v:hover,
.text-blue-warm-30v {
  color:#81aefc
}
.hover\:text-blue-warm-40v:hover,
.text-blue-warm-40v {
  color:#5994f6
}
.hover\:text-blue-warm-50v:hover,
.text-blue-warm-50v {
  color:#2672de
}
.hover\:text-blue-warm-60v:hover,
.text-blue-warm-60v {
  color:#0050d8
}
.hover\:text-blue-warm-70v:hover,
.text-blue-warm-70v {
  color:#1a4480
}
.hover\:text-blue-warm-80v:hover,
.text-blue-warm-80v {
  color:#162e51
}
.hover\:text-cyan-5:hover,
.text-cyan-5 {
  color:#e7f6f8
}
.hover\:text-cyan-10:hover,
.text-cyan-10 {
  color:#ccecf2
}
.hover\:text-cyan-20:hover,
.text-cyan-20 {
  color:#99deea
}
.hover\:text-cyan-30:hover,
.text-cyan-30 {
  color:#5dc0d1
}
.hover\:text-cyan-40:hover,
.text-cyan-40 {
  color:#449dac
}
.hover\:text-cyan-50:hover,
.text-cyan-50 {
  color:#168092
}
.hover\:text-cyan-60:hover,
.text-cyan-60 {
  color:#2a646d
}
.hover\:text-cyan-70:hover,
.text-cyan-70 {
  color:#2c4a4e
}
.hover\:text-cyan-80:hover,
.text-cyan-80 {
  color:#203133
}
.hover\:text-cyan-90:hover,
.text-cyan-90 {
  color:#111819
}
.hover\:text-cyan-5v:hover,
.text-cyan-5v {
  color:#e5faff
}
.hover\:text-cyan-10v:hover,
.text-cyan-10v {
  color:#a8f2ff
}
.hover\:text-cyan-20v:hover,
.text-cyan-20v {
  color:#52daf2
}
.hover\:text-cyan-30v:hover,
.text-cyan-30v {
  color:#00bde3
}
.hover\:text-cyan-40v:hover,
.text-cyan-40v {
  color:#009ec1
}
.hover\:text-cyan-50v:hover,
.text-cyan-50v {
  color:#0081a1
}
.hover\:text-cyan-60v:hover,
.text-cyan-60v {
  color:#00687d
}
.hover\:text-cyan-70v:hover,
.text-cyan-70v {
  color:#0e4f5c
}
.hover\:text-cyan-80v:hover,
.text-cyan-80v {
  color:#093b44
}
.hover\:text-gold-5:hover,
.text-gold-5 {
  color:#f5f0e6
}
.hover\:text-gold-10:hover,
.text-gold-10 {
  color:#f1e5cd
}
.hover\:text-gold-20:hover,
.text-gold-20 {
  color:#dec69a
}
.hover\:text-gold-30:hover,
.text-gold-30 {
  color:#c7a97b
}
.hover\:text-gold-40:hover,
.text-gold-40 {
  color:#ad8b65
}
.hover\:text-gold-50:hover,
.text-gold-50 {
  color:#8e704f
}
.hover\:text-gold-60:hover,
.text-gold-60 {
  color:#6b5947
}
.hover\:text-gold-70:hover,
.text-gold-70 {
  color:#4d4438
}
.hover\:text-gold-80:hover,
.text-gold-80 {
  color:#322d26
}
.hover\:text-gold-90:hover,
.text-gold-90 {
  color:#191714
}
.hover\:text-gold-5v:hover,
.text-gold-5v {
  color:#fef0c8
}
.hover\:text-gold-10v:hover,
.text-gold-10v {
  color:#ffe396
}
.hover\:text-gold-20v:hover,
.text-gold-20v {
  color:#ffbe2e
}
.hover\:text-gold-30v:hover,
.text-gold-30v {
  color:#e5a000
}
.hover\:text-gold-40v:hover,
.text-gold-40v {
  color:#c2850c
}
.hover\:text-gold-50v:hover,
.text-gold-50v {
  color:#936f38
}
.hover\:text-gold-60v:hover,
.text-gold-60v {
  color:#7a591a
}
.hover\:text-gold-70v:hover,
.text-gold-70v {
  color:#5c410a
}
.hover\:text-gold-80v:hover,
.text-gold-80v {
  color:#3b2b15
}
.hover\:text-green-cool-5:hover,
.text-green-cool-5 {
  color:#ecf3ec
}
.hover\:text-green-cool-10:hover,
.text-green-cool-10 {
  color:#dbebde
}
.hover\:text-green-cool-20:hover,
.text-green-cool-20 {
  color:#b4d0b9
}
.hover\:text-green-cool-30:hover,
.text-green-cool-30 {
  color:#86b98e
}
.hover\:text-green-cool-40:hover,
.text-green-cool-40 {
  color:#5e9f69
}
.hover\:text-green-cool-50:hover,
.text-green-cool-50 {
  color:#4d8055
}
.hover\:text-green-cool-60:hover,
.text-green-cool-60 {
  color:#446443
}
.hover\:text-green-cool-70:hover,
.text-green-cool-70 {
  color:#37493b
}
.hover\:text-green-cool-80:hover,
.text-green-cool-80 {
  color:#28312a
}
.hover\:text-green-cool-90:hover,
.text-green-cool-90 {
  color:#1a1f1a
}
.hover\:text-green-cool-5v:hover,
.text-green-cool-5v {
  color:#e3f5e1
}
.hover\:text-green-cool-10v:hover,
.text-green-cool-10v {
  color:#b7f5bd
}
.hover\:text-green-cool-20v:hover,
.text-green-cool-20v {
  color:#70e17b
}
.hover\:text-green-cool-30v:hover,
.text-green-cool-30v {
  color:#21c834
}
.hover\:text-green-cool-40v:hover,
.text-green-cool-40v {
  color:#00a91c
}
.hover\:text-green-cool-50v:hover,
.text-green-cool-50v {
  color:#008817
}
.hover\:text-green-cool-60v:hover,
.text-green-cool-60v {
  color:#216e1f
}
.hover\:text-green-cool-70v:hover,
.text-green-cool-70v {
  color:#154c21
}
.hover\:text-green-cool-80v:hover,
.text-green-cool-80v {
  color:#19311e
}
.hover\:text-green-5:hover,
.text-green-5 {
  color:#eaf4dd
}
.hover\:text-green-10:hover,
.text-green-10 {
  color:#dfeacd
}
.hover\:text-green-20:hover,
.text-green-20 {
  color:#b8d293
}
.hover\:text-green-30:hover,
.text-green-30 {
  color:#9bb672
}
.hover\:text-green-40:hover,
.text-green-40 {
  color:#7d9b4e
}
.hover\:text-green-50:hover,
.text-green-50 {
  color:#607f35
}
.hover\:text-green-60:hover,
.text-green-60 {
  color:#4c6424
}
.hover\:text-green-70:hover,
.text-green-70 {
  color:#3c4a29
}
.hover\:text-green-80:hover,
.text-green-80 {
  color:#293021
}
.hover\:text-green-90:hover,
.text-green-90 {
  color:#161814
}
.hover\:text-green-5v:hover,
.text-green-5v {
  color:#ddf9c7
}
.hover\:text-green-10v:hover,
.text-green-10v {
  color:#c5ee93
}
.hover\:text-green-20v:hover,
.text-green-20v {
  color:#98d035
}
.hover\:text-green-30v:hover,
.text-green-30v {
  color:#7fb135
}
.hover\:text-green-40v:hover,
.text-green-40v {
  color:#719f2a
}
.hover\:text-green-50v:hover,
.text-green-50v {
  color:#538200
}
.hover\:text-green-60v:hover,
.text-green-60v {
  color:#466c04
}
.hover\:text-green-70v:hover,
.text-green-70v {
  color:#2f4a0b
}
.hover\:text-green-80v:hover,
.text-green-80v {
  color:#243413
}
.hover\:text-green-warm-5:hover,
.text-green-warm-5 {
  color:#f1f4d7
}
.hover\:text-green-warm-10:hover,
.text-green-warm-10 {
  color:#e7eab7
}
.hover\:text-green-warm-20:hover,
.text-green-warm-20 {
  color:#cbd17a
}
.hover\:text-green-warm-30:hover,
.text-green-warm-30 {
  color:#a6b557
}
.hover\:text-green-warm-40:hover,
.text-green-warm-40 {
  color:#8a984b
}
.hover\:text-green-warm-50:hover,
.text-green-warm-50 {
  color:#6f7a41
}
.hover\:text-green-warm-60:hover,
.text-green-warm-60 {
  color:#5a5f38
}
.hover\:text-green-warm-70:hover,
.text-green-warm-70 {
  color:#45472f
}
.hover\:text-green-warm-80:hover,
.text-green-warm-80 {
  color:#2d2f21
}
.hover\:text-green-warm-90:hover,
.text-green-warm-90 {
  color:#171712
}
.hover\:text-green-warm-5v:hover,
.text-green-warm-5v {
  color:#f5fbc1
}
.hover\:text-green-warm-10v:hover,
.text-green-warm-10v {
  color:#e7f434
}
.hover\:text-green-warm-20v:hover,
.text-green-warm-20v {
  color:#c5d30a
}
.hover\:text-green-warm-30v:hover,
.text-green-warm-30v {
  color:#a3b72c
}
.hover\:text-green-warm-40v:hover,
.text-green-warm-40v {
  color:#7e9c1d
}
.hover\:text-green-warm-50v:hover,
.text-green-warm-50v {
  color:#6a7d00
}
.hover\:text-green-warm-60v:hover,
.text-green-warm-60v {
  color:#5a6613
}
.hover\:text-green-warm-70v:hover,
.text-green-warm-70v {
  color:#4b4e10
}
.hover\:text-green-warm-80v:hover,
.text-green-warm-80v {
  color:#38380b
}
.hover\:text-indigo-cool-5:hover,
.text-indigo-cool-5 {
  color:#eef0f9
}
.hover\:text-indigo-cool-10:hover,
.text-indigo-cool-10 {
  color:#e1e6f9
}
.hover\:text-indigo-cool-20:hover,
.text-indigo-cool-20 {
  color:#bbc8f5
}
.hover\:text-indigo-cool-30:hover,
.text-indigo-cool-30 {
  color:#96abee
}
.hover\:text-indigo-cool-40:hover,
.text-indigo-cool-40 {
  color:#6b8ee8
}
.hover\:text-indigo-cool-50:hover,
.text-indigo-cool-50 {
  color:#496fd8
}
.hover\:text-indigo-cool-60:hover,
.text-indigo-cool-60 {
  color:#3f57a6
}
.hover\:text-indigo-cool-70:hover,
.text-indigo-cool-70 {
  color:#374274
}
.hover\:text-indigo-cool-80:hover,
.text-indigo-cool-80 {
  color:#292d42
}
.hover\:text-indigo-cool-90:hover,
.text-indigo-cool-90 {
  color:#151622
}
.hover\:text-indigo-cool-5v:hover,
.text-indigo-cool-5v {
  color:#edf0ff
}
.hover\:text-indigo-cool-10v:hover,
.text-indigo-cool-10v {
  color:#dee5ff
}
.hover\:text-indigo-cool-20v:hover,
.text-indigo-cool-20v {
  color:#b8c8ff
}
.hover\:text-indigo-cool-30v:hover,
.text-indigo-cool-30v {
  color:#94adff
}
.hover\:text-indigo-cool-40v:hover,
.text-indigo-cool-40v {
  color:#628ef4
}
.hover\:text-indigo-cool-50v:hover,
.text-indigo-cool-50v {
  color:#4866ff
}
.hover\:text-indigo-cool-60v:hover,
.text-indigo-cool-60v {
  color:#3e4ded
}
.hover\:text-indigo-cool-70v:hover,
.text-indigo-cool-70v {
  color:#222fbf
}
.hover\:text-indigo-cool-80v:hover,
.text-indigo-cool-80v {
  color:#1b2b85
}
.hover\:text-indigo-5:hover,
.text-indigo-5 {
  color:#efeff8
}
.hover\:text-indigo-10:hover,
.text-indigo-10 {
  color:#e5e4fa
}
.hover\:text-indigo-20:hover,
.text-indigo-20 {
  color:#c5c5f3
}
.hover\:text-indigo-30:hover,
.text-indigo-30 {
  color:#a5a8eb
}
.hover\:text-indigo-40:hover,
.text-indigo-40 {
  color:#8889db
}
.hover\:text-indigo-50:hover,
.text-indigo-50 {
  color:#676cc8
}
.hover\:text-indigo-60:hover,
.text-indigo-60 {
  color:#4d52af
}
.hover\:text-indigo-70:hover,
.text-indigo-70 {
  color:#3d4076
}
.hover\:text-indigo-80:hover,
.text-indigo-80 {
  color:#2b2c40
}
.hover\:text-indigo-90:hover,
.text-indigo-90 {
  color:#16171f
}
.hover\:text-indigo-5v:hover,
.text-indigo-5v {
  color:#f0f0ff
}
.hover\:text-indigo-10v:hover,
.text-indigo-10v {
  color:#e0e0ff
}
.hover\:text-indigo-20v:hover,
.text-indigo-20v {
  color:#ccceff
}
.hover\:text-indigo-30v:hover,
.text-indigo-30v {
  color:#a3a7fa
}
.hover\:text-indigo-40v:hover,
.text-indigo-40v {
  color:#8289ff
}
.hover\:text-indigo-50v:hover,
.text-indigo-50v {
  color:#656bd7
}
.hover\:text-indigo-60v:hover,
.text-indigo-60v {
  color:#4a50c4
}
.hover\:text-indigo-70v:hover,
.text-indigo-70v {
  color:#3333a3
}
.hover\:text-indigo-80v:hover,
.text-indigo-80v {
  color:#212463
}
.hover\:text-indigo-warm-5:hover,
.text-indigo-warm-5 {
  color:#f1eff7
}
.hover\:text-indigo-warm-10:hover,
.text-indigo-warm-10 {
  color:#e7e3fa
}
.hover\:text-indigo-warm-20:hover,
.text-indigo-warm-20 {
  color:#cbc4f2
}
.hover\:text-indigo-warm-30:hover,
.text-indigo-warm-30 {
  color:#afa5e8
}
.hover\:text-indigo-warm-40:hover,
.text-indigo-warm-40 {
  color:#9287d8
}
.hover\:text-indigo-warm-50:hover,
.text-indigo-warm-50 {
  color:#7665d1
}
.hover\:text-indigo-warm-60:hover,
.text-indigo-warm-60 {
  color:#5e519e
}
.hover\:text-indigo-warm-70:hover,
.text-indigo-warm-70 {
  color:#453c7b
}
.hover\:text-indigo-warm-80:hover,
.text-indigo-warm-80 {
  color:#2e2c40
}
.hover\:text-indigo-warm-90:hover,
.text-indigo-warm-90 {
  color:#18161d
}
.hover\:text-indigo-warm-5v:hover,
.text-indigo-warm-5v {
  color:#f5f2ff
}
.hover\:text-indigo-warm-10v:hover,
.text-indigo-warm-10v {
  color:#e4deff
}
.hover\:text-indigo-warm-20v:hover,
.text-indigo-warm-20v {
  color:#cfc4fd
}
.hover\:text-indigo-warm-30v:hover,
.text-indigo-warm-30v {
  color:#b69fff
}
.hover\:text-indigo-warm-40v:hover,
.text-indigo-warm-40v {
  color:#967efb
}
.hover\:text-indigo-warm-50v:hover,
.text-indigo-warm-50v {
  color:#745fe9
}
.hover\:text-indigo-warm-60v:hover,
.text-indigo-warm-60v {
  color:#5942d2
}
.hover\:text-indigo-warm-70v:hover,
.text-indigo-warm-70v {
  color:#3d2c9d
}
.hover\:text-indigo-warm-80v:hover,
.text-indigo-warm-80v {
  color:#261f5b
}
.hover\:text-magenta-5:hover,
.text-magenta-5 {
  color:#f9f0f2
}
.hover\:text-magenta-10:hover,
.text-magenta-10 {
  color:#f6e1e8
}
.hover\:text-magenta-20:hover,
.text-magenta-20 {
  color:#f0bbcc
}
.hover\:text-magenta-30:hover,
.text-magenta-30 {
  color:#e895b3
}
.hover\:text-magenta-40:hover,
.text-magenta-40 {
  color:#e0699f
}
.hover\:text-magenta-50:hover,
.text-magenta-50 {
  color:#c84281
}
.hover\:text-magenta-60:hover,
.text-magenta-60 {
  color:#8b4566
}
.hover\:text-magenta-70:hover,
.text-magenta-70 {
  color:#66364b
}
.hover\:text-magenta-80:hover,
.text-magenta-80 {
  color:#402731
}
.hover\:text-magenta-90:hover,
.text-magenta-90 {
  color:#1b1617
}
.hover\:text-magenta-5v:hover,
.text-magenta-5v {
  color:#f9f0f2
}
.hover\:text-magenta-10v:hover,
.text-magenta-10v {
  color:#ffddea
}
.hover\:text-magenta-20v:hover,
.text-magenta-20v {
  color:#ffb4cf
}
.hover\:text-magenta-30v:hover,
.text-magenta-30v {
  color:#ff87b2
}
.hover\:text-magenta-40v:hover,
.text-magenta-40v {
  color:#fd4496
}
.hover\:text-magenta-50v:hover,
.text-magenta-50v {
  color:#d72d79
}
.hover\:text-magenta-60v:hover,
.text-magenta-60v {
  color:#ab2165
}
.hover\:text-magenta-70v:hover,
.text-magenta-70v {
  color:#731f44
}
.hover\:text-magenta-80v:hover,
.text-magenta-80v {
  color:#4f172e
}
.hover\:text-mint-cool-5:hover,
.text-mint-cool-5 {
  color:#e0f7f6
}
.hover\:text-mint-cool-10:hover,
.text-mint-cool-10 {
  color:#c4eeeb
}
.hover\:text-mint-cool-20:hover,
.text-mint-cool-20 {
  color:#9bd4cf
}
.hover\:text-mint-cool-30:hover,
.text-mint-cool-30 {
  color:#6fbab3
}
.hover\:text-mint-cool-40:hover,
.text-mint-cool-40 {
  color:#4f9e99
}
.hover\:text-mint-cool-50:hover,
.text-mint-cool-50 {
  color:#40807e
}
.hover\:text-mint-cool-60:hover,
.text-mint-cool-60 {
  color:#376462
}
.hover\:text-mint-cool-70:hover,
.text-mint-cool-70 {
  color:#2a4b45
}
.hover\:text-mint-cool-80:hover,
.text-mint-cool-80 {
  color:#203131
}
.hover\:text-mint-cool-90:hover,
.text-mint-cool-90 {
  color:#111818
}
.hover\:text-mint-cool-5v:hover,
.text-mint-cool-5v {
  color:#d5fbf3
}
.hover\:text-mint-cool-10v:hover,
.text-mint-cool-10v {
  color:#7efbe1
}
.hover\:text-mint-cool-20v:hover,
.text-mint-cool-20v {
  color:#29e1cb
}
.hover\:text-mint-cool-30v:hover,
.text-mint-cool-30v {
  color:#1dc2ae
}
.hover\:text-mint-cool-40v:hover,
.text-mint-cool-40v {
  color:#00a398
}
.hover\:text-mint-cool-50v:hover,
.text-mint-cool-50v {
  color:#008480
}
.hover\:text-mint-cool-60v:hover,
.text-mint-cool-60v {
  color:#0f6460
}
.hover\:text-mint-cool-70v:hover,
.text-mint-cool-70v {
  color:#0b4b3f
}
.hover\:text-mint-cool-80v:hover,
.text-mint-cool-80v {
  color:#123131
}
.hover\:text-mint-5:hover,
.text-mint-5 {
  color:#dbf6ed
}
.hover\:text-mint-10:hover,
.text-mint-10 {
  color:#c7efe2
}
.hover\:text-mint-20:hover,
.text-mint-20 {
  color:#92d9bb
}
.hover\:text-mint-30:hover,
.text-mint-30 {
  color:#5abf95
}
.hover\:text-mint-40:hover,
.text-mint-40 {
  color:#34a37e
}
.hover\:text-mint-50:hover,
.text-mint-50 {
  color:#2e8367
}
.hover\:text-mint-60:hover,
.text-mint-60 {
  color:#286846
}
.hover\:text-mint-70:hover,
.text-mint-70 {
  color:#204e34
}
.hover\:text-mint-80:hover,
.text-mint-80 {
  color:#193324
}
.hover\:text-mint-90:hover,
.text-mint-90 {
  color:#0d1a12
}
.hover\:text-mint-5v:hover,
.text-mint-5v {
  color:#c9fbeb
}
.hover\:text-mint-10v:hover,
.text-mint-10v {
  color:#83fcd4
}
.hover\:text-mint-20v:hover,
.text-mint-20v {
  color:#0ceda6
}
.hover\:text-mint-30v:hover,
.text-mint-30v {
  color:#04c585
}
.hover\:text-mint-40v:hover,
.text-mint-40v {
  color:#00a871
}
.hover\:text-mint-50v:hover,
.text-mint-50v {
  color:#008659
}
.hover\:text-mint-60v:hover,
.text-mint-60v {
  color:#146947
}
.hover\:text-mint-70v:hover,
.text-mint-70v {
  color:#0c4e29
}
.hover\:text-mint-80v:hover,
.text-mint-80v {
  color:#0d351e
}
.hover\:text-orange-5:hover,
.text-orange-5 {
  color:#f6efe9
}
.hover\:text-orange-10:hover,
.text-orange-10 {
  color:#f2e4d4
}
.hover\:text-orange-20:hover,
.text-orange-20 {
  color:#f3bf90
}
.hover\:text-orange-30:hover,
.text-orange-30 {
  color:#f09860
}
.hover\:text-orange-40:hover,
.text-orange-40 {
  color:#dd7533
}
.hover\:text-orange-50:hover,
.text-orange-50 {
  color:#a86437
}
.hover\:text-orange-60:hover,
.text-orange-60 {
  color:#775540
}
.hover\:text-orange-70:hover,
.text-orange-70 {
  color:#524236
}
.hover\:text-orange-80:hover,
.text-orange-80 {
  color:#332d27
}
.hover\:text-orange-90:hover,
.text-orange-90 {
  color:#1b1614
}
.hover\:text-orange-5v:hover,
.text-orange-5v {
  color:#fef2e4
}
.hover\:text-orange-10v:hover,
.text-orange-10v {
  color:#fce2c5
}
.hover\:text-orange-20v:hover,
.text-orange-20v {
  color:#ffbc78
}
.hover\:text-orange-30v:hover,
.text-orange-30v {
  color:#fa9441
}
.hover\:text-orange-40v:hover,
.text-orange-40v {
  color:#e66f0e
}
.hover\:text-orange-50v:hover,
.text-orange-50v {
  color:#c05600
}
.hover\:text-orange-60v:hover,
.text-orange-60v {
  color:#8c471c
}
.hover\:text-orange-70v:hover,
.text-orange-70v {
  color:#5f3617
}
.hover\:text-orange-80v:hover,
.text-orange-80v {
  color:#352313
}
.hover\:text-orange-warm-5:hover,
.text-orange-warm-5 {
  color:#faeee5
}
.hover\:text-orange-warm-10:hover,
.text-orange-warm-10 {
  color:#fbe0d0
}
.hover\:text-orange-warm-20:hover,
.text-orange-warm-20 {
  color:#f7bca2
}
.hover\:text-orange-warm-30:hover,
.text-orange-warm-30 {
  color:#f3966d
}
.hover\:text-orange-warm-40:hover,
.text-orange-warm-40 {
  color:#e17141
}
.hover\:text-orange-warm-50:hover,
.text-orange-warm-50 {
  color:#bd5727
}
.hover\:text-orange-warm-60:hover,
.text-orange-warm-60 {
  color:#914734
}
.hover\:text-orange-warm-70:hover,
.text-orange-warm-70 {
  color:#633a32
}
.hover\:text-orange-warm-80:hover,
.text-orange-warm-80 {
  color:#3d2925
}
.hover\:text-orange-warm-90:hover,
.text-orange-warm-90 {
  color:#1c1615
}
.hover\:text-orange-warm-5v:hover,
.text-orange-warm-5v {
  color:#fff3ea
}
.hover\:text-orange-warm-10v:hover,
.text-orange-warm-10v {
  color:#ffe2d1
}
.hover\:text-orange-warm-20v:hover,
.text-orange-warm-20v {
  color:#fbbaa7
}
.hover\:text-orange-warm-30v:hover,
.text-orange-warm-30v {
  color:#fc906d
}
.hover\:text-orange-warm-40v:hover,
.text-orange-warm-40v {
  color:#ff580a
}
.hover\:text-orange-warm-50v:hover,
.text-orange-warm-50v {
  color:#cf4900
}
.hover\:text-orange-warm-60v:hover,
.text-orange-warm-60v {
  color:#a72f10
}
.hover\:text-orange-warm-70v:hover,
.text-orange-warm-70v {
  color:#782312
}
.hover\:text-orange-warm-80v:hover,
.text-orange-warm-80v {
  color:#3d231d
}
.hover\:text-red-cool-5:hover,
.text-red-cool-5 {
  color:#f8eff1
}
.hover\:text-red-cool-10:hover,
.text-red-cool-10 {
  color:#f3e1e4
}
.hover\:text-red-cool-20:hover,
.text-red-cool-20 {
  color:#ecbec6
}
.hover\:text-red-cool-30:hover,
.text-red-cool-30 {
  color:#e09aa6
}
.hover\:text-red-cool-40:hover,
.text-red-cool-40 {
  color:#e16b80
}
.hover\:text-red-cool-50:hover,
.text-red-cool-50 {
  color:#cd425b
}
.hover\:text-red-cool-60:hover,
.text-red-cool-60 {
  color:#9e394b
}
.hover\:text-red-cool-70:hover,
.text-red-cool-70 {
  color:#68363f
}
.hover\:text-red-cool-80:hover,
.text-red-cool-80 {
  color:#40282c
}
.hover\:text-red-cool-90:hover,
.text-red-cool-90 {
  color:#1e1517
}
.hover\:text-red-cool-5v:hover,
.text-red-cool-5v {
  color:#fff2f5
}
.hover\:text-red-cool-10v:hover,
.text-red-cool-10v {
  color:#f8dfe2
}
.hover\:text-red-cool-20v:hover,
.text-red-cool-20v {
  color:#f8b9c5
}
.hover\:text-red-cool-30v:hover,
.text-red-cool-30v {
  color:#fd8ba0
}
.hover\:text-red-cool-40v:hover,
.text-red-cool-40v {
  color:#f45d79
}
.hover\:text-red-cool-50v:hover,
.text-red-cool-50v {
  color:#e41d3d
}
.hover\:text-red-cool-60v:hover,
.text-red-cool-60v {
  color:#b21d38
}
.hover\:text-red-cool-70v:hover,
.text-red-cool-70v {
  color:#822133
}
.hover\:text-red-cool-80v:hover,
.text-red-cool-80v {
  color:#4f1c24
}
.hover\:text-red-5:hover,
.text-red-5 {
  color:#f9eeee
}
.hover\:text-red-10:hover,
.text-red-10 {
  color:#f8e1de
}
.hover\:text-red-20:hover,
.text-red-20 {
  color:#f7bbb1
}
.hover\:text-red-30:hover,
.text-red-30 {
  color:#f2938c
}
.hover\:text-red-40:hover,
.text-red-40 {
  color:#e9695f
}
.hover\:text-red-50:hover,
.text-red-50 {
  color:#d83933
}
.hover\:text-red-60:hover,
.text-red-60 {
  color:#a23737
}
.hover\:text-red-70:hover,
.text-red-70 {
  color:#6f3331
}
.hover\:text-red-80:hover,
.text-red-80 {
  color:#3e2927
}
.hover\:text-red-90:hover,
.text-red-90 {
  color:#1b1616
}
.hover\:text-red-5v:hover,
.text-red-5v {
  color:#fff3f2
}
.hover\:text-red-10v:hover,
.text-red-10v {
  color:#fde0db
}
.hover\:text-red-20v:hover,
.text-red-20v {
  color:#fdb8ae
}
.hover\:text-red-30v:hover,
.text-red-30v {
  color:#ff8d7b
}
.hover\:text-red-40v:hover,
.text-red-40v {
  color:#fb5a47
}
.hover\:text-red-50v:hover,
.text-red-50v {
  color:#e52207
}
.hover\:text-red-60v:hover,
.text-red-60v {
  color:#b50909
}
.hover\:text-red-70v:hover,
.text-red-70v {
  color:#8b0a03
}
.hover\:text-red-80v:hover,
.text-red-80v {
  color:#5c1111
}
.hover\:text-red-warm-5:hover,
.text-red-warm-5 {
  color:#f6efea
}
.hover\:text-red-warm-10:hover,
.text-red-warm-10 {
  color:#f4e3db
}
.hover\:text-red-warm-20:hover,
.text-red-warm-20 {
  color:#ecc0a7
}
.hover\:text-red-warm-30:hover,
.text-red-warm-30 {
  color:#dca081
}
.hover\:text-red-warm-40:hover,
.text-red-warm-40 {
  color:#d27a56
}
.hover\:text-red-warm-50:hover,
.text-red-warm-50 {
  color:#c3512c
}
.hover\:text-red-warm-60:hover,
.text-red-warm-60 {
  color:#805039
}
.hover\:text-red-warm-70:hover,
.text-red-warm-70 {
  color:#524236
}
.hover\:text-red-warm-80:hover,
.text-red-warm-80 {
  color:#332d29
}
.hover\:text-red-warm-90:hover,
.text-red-warm-90 {
  color:#1f1c18
}
.hover\:text-red-warm-5v:hover,
.text-red-warm-5v {
  color:#fff5ee
}
.hover\:text-red-warm-10v:hover,
.text-red-warm-10v {
  color:#fce1d4
}
.hover\:text-red-warm-20v:hover,
.text-red-warm-20v {
  color:#f6bd9c
}
.hover\:text-red-warm-30v:hover,
.text-red-warm-30v {
  color:#f39268
}
.hover\:text-red-warm-40v:hover,
.text-red-warm-40v {
  color:#ef5e25
}
.hover\:text-red-warm-50v:hover,
.text-red-warm-50v {
  color:#d54309
}
.hover\:text-red-warm-60v:hover,
.text-red-warm-60v {
  color:#9c3d10
}
.hover\:text-red-warm-70v:hover,
.text-red-warm-70v {
  color:#63340f
}
.hover\:text-red-warm-80v:hover,
.text-red-warm-80v {
  color:#3e2a1e
}
.hover\:text-violet-5:hover,
.text-violet-5 {
  color:#f4f1f9
}
.hover\:text-violet-10:hover,
.text-violet-10 {
  color:#ebe3f9
}
.hover\:text-violet-20:hover,
.text-violet-20 {
  color:#d0c3e9
}
.hover\:text-violet-30:hover,
.text-violet-30 {
  color:#b8a2e3
}
.hover\:text-violet-40:hover,
.text-violet-40 {
  color:#9d84d2
}
.hover\:text-violet-50:hover,
.text-violet-50 {
  color:#8168b3
}
.hover\:text-violet-60:hover,
.text-violet-60 {
  color:#665190
}
.hover\:text-violet-70:hover,
.text-violet-70 {
  color:#4c3d69
}
.hover\:text-violet-80:hover,
.text-violet-80 {
  color:#312b3f
}
.hover\:text-violet-90:hover,
.text-violet-90 {
  color:#18161d
}
.hover\:text-violet-5v:hover,
.text-violet-5v {
  color:#f7f2ff
}
.hover\:text-violet-10v:hover,
.text-violet-10v {
  color:#ede3ff
}
.hover\:text-violet-20v:hover,
.text-violet-20v {
  color:#d5bfff
}
.hover\:text-violet-30v:hover,
.text-violet-30v {
  color:#c39deb
}
.hover\:text-violet-40v:hover,
.text-violet-40v {
  color:#ad79e9
}
.hover\:text-violet-50v:hover,
.text-violet-50v {
  color:#9355dc
}
.hover\:text-violet-60v:hover,
.text-violet-60v {
  color:#783cb9
}
.hover\:text-violet-70v:hover,
.text-violet-70v {
  color:#54278f
}
.hover\:text-violet-80v:hover,
.text-violet-80v {
  color:#39215e
}
.hover\:text-violet-warm-5:hover,
.text-violet-warm-5 {
  color:#f8f0f9
}
.hover\:text-violet-warm-10:hover,
.text-violet-warm-10 {
  color:#f6dff8
}
.hover\:text-violet-warm-20:hover,
.text-violet-warm-20 {
  color:#e2bee4
}
.hover\:text-violet-warm-30:hover,
.text-violet-warm-30 {
  color:#d29ad8
}
.hover\:text-violet-warm-40:hover,
.text-violet-warm-40 {
  color:#bf77c8
}
.hover\:text-violet-warm-50:hover,
.text-violet-warm-50 {
  color:#b04abd
}
.hover\:text-violet-warm-60:hover,
.text-violet-warm-60 {
  color:#864381
}
.hover\:text-violet-warm-70:hover,
.text-violet-warm-70 {
  color:#5c395a
}
.hover\:text-violet-warm-80:hover,
.text-violet-warm-80 {
  color:#382936
}
.hover\:text-violet-warm-90:hover,
.text-violet-warm-90 {
  color:#1b151b
}
.hover\:text-violet-warm-5v:hover,
.text-violet-warm-5v {
  color:#fef2ff
}
.hover\:text-violet-warm-10v:hover,
.text-violet-warm-10v {
  color:#fbdcff
}
.hover\:text-violet-warm-20v:hover,
.text-violet-warm-20v {
  color:#f4b2ff
}
.hover\:text-violet-warm-30v:hover,
.text-violet-warm-30v {
  color:#ee83ff
}
.hover\:text-violet-warm-40v:hover,
.text-violet-warm-40v {
  color:#d85bef
}
.hover\:text-violet-warm-50v:hover,
.text-violet-warm-50v {
  color:#be32d0
}
.hover\:text-violet-warm-60v:hover,
.text-violet-warm-60v {
  color:#93348c
}
.hover\:text-violet-warm-70v:hover,
.text-violet-warm-70v {
  color:#711e6c
}
.hover\:text-violet-warm-80v:hover,
.text-violet-warm-80v {
  color:#481441
}
.hover\:text-white-transparent-5:hover,
.text-white-transparent-5 {
  color:rgba(255,255,255,.01)
}
.hover\:text-white-transparent-10:hover,
.text-white-transparent-10 {
  color:rgba(255,255,255,.1)
}
.hover\:text-white-transparent-20:hover,
.text-white-transparent-20 {
  color:rgba(255,255,255,.2)
}
.hover\:text-white-transparent-30:hover,
.text-white-transparent-30 {
  color:rgba(255,255,255,.3)
}
.hover\:text-white-transparent-40:hover,
.text-white-transparent-40 {
  color:rgba(255,255,255,.4)
}
.hover\:text-white-transparent-50:hover,
.text-white-transparent-50 {
  color:rgba(255,255,255,.5)
}
.hover\:text-white-transparent-60:hover,
.text-white-transparent-60 {
  color:rgba(255,255,255,.6)
}
.hover\:text-white-transparent-70:hover,
.text-white-transparent-70 {
  color:rgba(255,255,255,.7)
}
.hover\:text-white-transparent-80:hover,
.text-white-transparent-80 {
  color:rgba(255,255,255,.8)
}
.hover\:text-white-transparent-90:hover,
.text-white-transparent-90 {
  color:rgba(255,255,255,.9)
}
.hover\:text-yellow-5:hover,
.text-yellow-5 {
  color:#faf3d1
}
.hover\:text-yellow-10:hover,
.text-yellow-10 {
  color:#f5e6af
}
.hover\:text-yellow-20:hover,
.text-yellow-20 {
  color:#e6c74c
}
.hover\:text-yellow-30:hover,
.text-yellow-30 {
  color:#c9ab48
}
.hover\:text-yellow-40:hover,
.text-yellow-40 {
  color:#a88f48
}
.hover\:text-yellow-50:hover,
.text-yellow-50 {
  color:#8a7237
}
.hover\:text-yellow-60:hover,
.text-yellow-60 {
  color:#6b5a39
}
.hover\:text-yellow-70:hover,
.text-yellow-70 {
  color:#504332
}
.hover\:text-yellow-80:hover,
.text-yellow-80 {
  color:#332d27
}
.hover\:text-yellow-90:hover,
.text-yellow-90 {
  color:#1a1614
}
.hover\:text-yellow-5v:hover,
.text-yellow-5v {
  color:#fff5c2
}
.hover\:text-yellow-10v:hover,
.text-yellow-10v {
  color:#fee685
}
.hover\:text-yellow-20v:hover,
.text-yellow-20v {
  color:#face00
}
.hover\:text-yellow-30v:hover,
.text-yellow-30v {
  color:#ddaa01
}
.hover\:text-yellow-40v:hover,
.text-yellow-40v {
  color:#b38c00
}
.hover\:text-yellow-50v:hover,
.text-yellow-50v {
  color:#947100
}
.hover\:text-yellow-60v:hover,
.text-yellow-60v {
  color:#776017
}
.hover\:text-yellow-70v:hover,
.text-yellow-70v {
  color:#5c4809
}
.hover\:text-yellow-80v:hover,
.text-yellow-80v {
  color:#422d19
}
.cursor-auto {
  cursor:auto
}
.cursor-default {
  cursor:default
}
.cursor-pointer {
  cursor:pointer
}
.cursor-wait {
  cursor:wait
}
.cursor-move {
  cursor:move
}
.cursor-not-allowed {
  cursor:not-allowed
}
.display-block {
  display:block
}
.display-flex,
.usa-fed-accordion__content div {
  display:flex
}
.display-inline {
  display:inline
}
.display-inline-block {
  display:inline-block
}
.display-inline-flex {
  display:inline-flex
}
.display-table {
  display:table
}
.display-table-cell {
  display:table-cell
}
.display-table-row {
  display:table-row
}
.flex-1 {
  flex:1 1 0%
}
.flex-2 {
  flex:2 1 0%
}
.flex-3 {
  flex:3 1 0%
}
.flex-4 {
  flex:4 1 0%
}
.flex-5 {
  flex:5 1 0%
}
.flex-6 {
  flex:6 1 0%
}
.flex-7 {
  flex:7 1 0%
}
.flex-8 {
  flex:8 1 0%
}
.flex-9 {
  flex:9 1 0%
}
.flex-10 {
  flex:10 1 0%
}
.flex-11 {
  flex:11 1 0%
}
.flex-12 {
  flex:12 1 0%
}
.flex-fill {
  flex:1 1 0%
}
.flex-auto {
  flex:0 1 auto
}
.flex-row {
  flex-direction:row
}
.flex-column {
  flex-direction:column
}
.flex-wrap {
  flex-wrap:wrap
}
.flex-no-wrap {
  flex-wrap:nowrap
}
.float-left {
  float:left
}
.float-none {
  float:none
}
.float-right {
  float:right
}
.font-mono-3xs {
  font-size:.77rem
}
.font-mono-2xs {
  font-size:.83rem
}
.font-mono-xs {
  font-size:.89rem
}
.font-mono-sm {
  font-size:.95rem
}
.font-mono-md {
  font-size:1.01rem
}
.font-mono-lg {
  font-size:1.31rem
}
.font-mono-xl {
  font-size:1.91rem
}
.font-mono-2xl {
  font-size:2.38rem
}
.font-mono-3xl {
  font-size:2.86rem
}
.font-sans-3xs {
  font-size:.87rem
}
.font-sans-2xs {
  font-size:.93rem
}
.font-sans-xs {
  font-size:1rem
}
.font-sans-sm {
  font-size:1.06rem
}
.font-sans-md {
  font-size:1.13rem
}
.font-sans-lg {
  font-size:1.46rem
}
.font-sans-xl {
  font-size:2.13rem
}
.font-sans-2xl {
  font-size:2.66rem
}
.font-sans-3xl {
  font-size:3.19rem
}
.font-serif-3xs {
  font-size:.79rem
}
.font-serif-2xs {
  font-size:.85rem
}
.font-serif-xs {
  font-size:.91rem
}
.font-serif-sm {
  font-size:.98rem
}
.font-serif-md {
  font-size:1.04rem
}
.font-serif-lg {
  font-size:1.34rem
}
.font-serif-xl {
  font-size:1.95rem
}
.font-serif-2xl {
  font-size:2.44rem
}
.font-serif-3xl {
  font-size:2.93rem
}
.font-heading-3xs {
  font-size:.79rem
}
.font-heading-2xs {
  font-size:.85rem
}
.font-heading-xs {
  font-size:.91rem
}
.font-heading-sm {
  font-size:.98rem
}
.font-heading-md {
  font-size:1.04rem
}
.font-heading-lg {
  font-size:1.34rem
}
.font-heading-xl {
  font-size:1.95rem
}
.font-heading-2xl {
  font-size:2.44rem
}
.font-heading-3xl {
  font-size:2.93rem
}
.font-body-3xs {
  font-size:.87rem
}
.font-body-2xs {
  font-size:.93rem
}
.font-body-xs {
  font-size:1rem
}
.font-body-sm {
  font-size:1.06rem
}
.font-body-md {
  font-size:1.13rem
}
.font-body-lg {
  font-size:1.46rem
}
.font-body-xl {
  font-size:2.13rem
}
.font-body-2xl {
  font-size:2.66rem
}
.font-body-3xl {
  font-size:3.19rem
}
.font-code-3xs {
  font-size:.77rem
}
.font-code-2xs {
  font-size:.83rem
}
.font-code-xs {
  font-size:.89rem
}
.font-code-sm {
  font-size:.95rem
}
.font-code-md {
  font-size:1.01rem
}
.font-code-lg {
  font-size:1.31rem
}
.font-code-xl {
  font-size:1.91rem
}
.font-code-2xl {
  font-size:2.38rem
}
.font-code-3xl {
  font-size:2.86rem
}
.font-alt-3xs {
  font-size:.79rem
}
.font-alt-2xs {
  font-size:.85rem
}
.font-alt-xs {
  font-size:.91rem
}
.font-alt-sm {
  font-size:.98rem
}
.font-alt-md {
  font-size:1.04rem
}
.font-alt-lg {
  font-size:1.34rem
}
.font-alt-xl {
  font-size:1.95rem
}
.font-alt-2xl {
  font-size:2.44rem
}
.font-alt-3xl {
  font-size:2.93rem
}
.font-ui-3xs {
  font-size:.87rem
}
.font-ui-2xs {
  font-size:.93rem
}
.font-ui-xs {
  font-size:1rem
}
.font-ui-sm {
  font-size:1.06rem
}
.font-ui-md {
  font-size:1.13rem
}
.font-ui-lg {
  font-size:1.46rem
}
.font-ui-xl {
  font-size:2.13rem
}
.font-ui-2xl {
  font-size:2.66rem
}
.font-ui-3xl {
  font-size:3.19rem
}
.font-family-mono {
  font-family:Roboto Mono Web,Bitstream Vera Sans Mono,Consolas,Courier,monospace
}
.font-family-sans {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
.font-family-serif {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.font-family-ui {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
.font-family-heading {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.font-family-body,
.life-events p {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
.font-family-code {
  font-family:Roboto Mono Web,Bitstream Vera Sans Mono,Consolas,Courier,monospace
}
.font-family-alt,
.life-events h2 {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.text-tabular {
  font-feature-settings:"tnum"1,"kern"1
}
.text-no-tabular {
  font-feature-settings:"kern"1
}
.text-italic {
  font-style:italic
}
.text-no-italic {
  font-style:normal
}
.text-light {
  font-weight:300
}
.text-normal {
  font-weight:400
}
.text-medium {
  font-weight:500
}
.text-semibold {
  font-weight:600
}
.text-bold,
.usa-fed-accordion__content p.h-bold {
  font-weight:700
}
.height-1px {
  height:1px
}
.height-2px {
  height:2px
}
.height-05 {
  height:.25rem
}
.height-1 {
  height:.5rem
}
.height-105 {
  height:.75rem
}
.height-2 {
  height:1rem
}
.height-205 {
  height:1.25rem
}
.height-3 {
  height:1.5rem
}
.height-4 {
  height:2rem
}
.height-5 {
  height:2.5rem
}
.height-6 {
  height:3rem
}
.height-7 {
  height:3.5rem
}
.height-8 {
  height:4rem
}
.height-9 {
  height:4.5rem
}
.height-10 {
  height:5rem
}
.height-15 {
  height:7.5rem
}
.height-card {
  height:10rem
}
.height-card-lg {
  height:15rem
}
.height-mobile {
  height:20rem
}
.height-0 {
  height:0
}
.height-auto,
.usa-prose .field--name-field-media-image img {
  height:auto
}
.height-full,
.usa-prose .usa-card__img img {
  height:100%
}
.height-viewport {
  height:100vh
}
.flex-justify-center {
  justify-content:center
}
.flex-justify-start {
  justify-content:flex-start
}
.flex-justify-end {
  justify-content:flex-end
}
.flex-justify {
  justify-content:space-between
}
.left-1px {
  left:1px
}
.left-2px {
  left:2px
}
.left-05 {
  left:.25rem
}
.left-1 {
  left:.5rem
}
.left-105 {
  left:.75rem
}
.left-2 {
  left:1rem
}
.left-205 {
  left:1.25rem
}
.left-3 {
  left:1.5rem
}
.left-neg-1px {
  left:-1px
}
.left-neg-2px {
  left:-2px
}
.left-neg-05 {
  left:-.25rem
}
.left-neg-1 {
  left:-.5rem
}
.left-neg-105 {
  left:-.75rem
}
.left-neg-2 {
  left:-1rem
}
.left-neg-205 {
  left:-1.25rem
}
.left-neg-3 {
  left:-1.5rem
}
.left-0 {
  left:0
}
.left-auto {
  left:auto
}
.text-ls-auto {
  letter-spacing:initial
}
.text-ls-neg-3 {
  letter-spacing:-.03em
}
.text-ls-neg-2 {
  letter-spacing:-.02em
}
.text-ls-neg-1 {
  letter-spacing:-.01em
}
.text-ls-1 {
  letter-spacing:.025em
}
.text-ls-2 {
  letter-spacing:.1em
}
.text-ls-3 {
  letter-spacing:.15em
}
.line-height-sans-1 {
  line-height:.9
}
.line-height-sans-2 {
  line-height:1.1
}
.line-height-sans-3 {
  line-height:1.3
}
.line-height-sans-4 {
  line-height:1.4
}
.line-height-sans-5 {
  line-height:1.5
}
.line-height-sans-6 {
  line-height:1.6
}
.line-height-serif-1 {
  line-height:1
}
.line-height-serif-2 {
  line-height:1.2
}
.line-height-serif-3 {
  line-height:1.4
}
.line-height-serif-4 {
  line-height:1.5
}
.line-height-serif-5 {
  line-height:1.7
}
.line-height-serif-6 {
  line-height:1.8
}
.line-height-mono-1 {
  line-height:1
}
.line-height-mono-2 {
  line-height:1.3
}
.line-height-mono-3 {
  line-height:1.4
}
.line-height-mono-4 {
  line-height:1.6
}
.line-height-mono-5 {
  line-height:1.7
}
.line-height-mono-6 {
  line-height:1.8
}
.line-height-heading-1 {
  line-height:1
}
.line-height-heading-2 {
  line-height:1.2
}
.line-height-heading-3 {
  line-height:1.4
}
.line-height-heading-4 {
  line-height:1.5
}
.line-height-heading-5 {
  line-height:1.7
}
.line-height-heading-6 {
  line-height:1.8
}
.line-height-ui-1 {
  line-height:.9
}
.line-height-ui-2 {
  line-height:1.1
}
.line-height-ui-3 {
  line-height:1.3
}
.line-height-ui-4 {
  line-height:1.4
}
.line-height-ui-5 {
  line-height:1.5
}
.line-height-ui-6 {
  line-height:1.6
}
.line-height-body-1 {
  line-height:.9
}
.line-height-body-2 {
  line-height:1.1
}
.line-height-body-3 {
  line-height:1.3
}
.line-height-body-4 {
  line-height:1.4
}
.line-height-body-5 {
  line-height:1.5
}
.line-height-body-6 {
  line-height:1.6
}
.line-height-code-1 {
  line-height:1
}
.line-height-code-2 {
  line-height:1.3
}
.line-height-code-3 {
  line-height:1.4
}
.line-height-code-4 {
  line-height:1.6
}
.line-height-code-5 {
  line-height:1.7
}
.line-height-code-6 {
  line-height:1.8
}
.line-height-alt-1 {
  line-height:1
}
.line-height-alt-2 {
  line-height:1.2
}
.line-height-alt-3 {
  line-height:1.4
}
.line-height-alt-4 {
  line-height:1.5
}
.line-height-alt-5 {
  line-height:1.7
}
.line-height-alt-6 {
  line-height:1.8
}
.margin-neg-1px {
  margin:-1px
}
.margin-neg-2px {
  margin:-2px
}
.margin-neg-05 {
  margin:-.25rem
}
.margin-neg-1 {
  margin:-.5rem
}
.margin-neg-105 {
  margin:-.75rem
}
.margin-neg-2 {
  margin:-1rem
}
.margin-neg-205 {
  margin:-1.25rem
}
.margin-neg-3 {
  margin:-1.5rem
}
.margin-1px {
  margin:1px
}
.margin-2px {
  margin:2px
}
.margin-05 {
  margin:.25rem
}
.margin-1 {
  margin:.5rem
}
.margin-105 {
  margin:.75rem
}
.margin-2 {
  margin:1rem
}
.margin-205 {
  margin:1.25rem
}
.margin-3 {
  margin:1.5rem
}
.margin-neg-4 {
  margin:-2rem
}
.margin-neg-5 {
  margin:-2.5rem
}
.margin-neg-6 {
  margin:-3rem
}
.margin-neg-7 {
  margin:-3.5rem
}
.margin-neg-8 {
  margin:-4rem
}
.margin-neg-9 {
  margin:-4.5rem
}
.margin-neg-10 {
  margin:-5rem
}
.margin-neg-15 {
  margin:-7.5rem
}
.margin-4 {
  margin:2rem
}
.margin-5 {
  margin:2.5rem
}
.margin-6 {
  margin:3rem
}
.margin-7 {
  margin:3.5rem
}
.margin-8 {
  margin:4rem
}
.margin-9 {
  margin:4.5rem
}
.margin-10 {
  margin:5rem
}
.margin-15 {
  margin:7.5rem
}
.margin-05em {
  margin:.5em
}
.margin-1em {
  margin:1em
}
.margin-105em {
  margin:1.5em
}
.margin-2em {
  margin:2em
}
.margin-0 {
  margin:0
}
.margin-y-1px {
  margin-bottom:1px
}
.margin-top-1px,
.margin-y-1px {
  margin-top:1px
}
.margin-bottom-1px {
  margin-bottom:1px
}
.margin-y-2px {
  margin-bottom:2px
}
.margin-top-2px,
.margin-y-2px {
  margin-top:2px
}
.margin-bottom-2px {
  margin-bottom:2px
}
.margin-y-05 {
  margin-bottom:.25rem
}
.margin-top-05,
.margin-y-05 {
  margin-top:.25rem
}
.margin-bottom-05 {
  margin-bottom:.25rem
}
.margin-y-1 {
  margin-bottom:.5rem
}
.margin-top-1,
.margin-y-1 {
  margin-top:.5rem
}
.benefits-search-results .page h2,
.margin-bottom-1 {
  margin-bottom:.5rem
}
.margin-y-105 {
  margin-bottom:.75rem
}
.margin-top-105,
.margin-y-105 {
  margin-top:.75rem
}
.margin-bottom-105 {
  margin-bottom:.75rem
}
.margin-y-2 {
  margin-bottom:1rem
}
.margin-top-2,
.margin-y-2 {
  margin-top:1rem
}
.margin-bottom-2 {
  margin-bottom:1rem
}
.margin-y-205 {
  margin-bottom:1.25rem
}
.margin-top-205,
.margin-y-205 {
  margin-top:1.25rem
}
.margin-bottom-205 {
  margin-bottom:1.25rem
}
.margin-y-3 {
  margin-bottom:1.5rem
}
.margin-top-3,
.margin-y-3 {
  margin-top:1.5rem
}
.margin-bottom-3 {
  margin-bottom:1.5rem
}
.margin-y-neg-1px {
  margin-top:-1px;
  margin-bottom:-1px
}
.margin-top-neg-1px {
  margin-top:-1px
}
.margin-bottom-neg-1px {
  margin-bottom:-1px
}
.margin-y-neg-2px {
  margin-top:-2px;
  margin-bottom:-2px
}
.margin-top-neg-2px {
  margin-top:-2px
}
.margin-bottom-neg-2px {
  margin-bottom:-2px
}
.margin-y-neg-05 {
  margin-bottom:-.25rem
}
.margin-top-neg-05,
.margin-y-neg-05 {
  margin-top:-.25rem
}
.margin-bottom-neg-05 {
  margin-bottom:-.25rem
}
.margin-y-neg-1 {
  margin-bottom:-.5rem
}
.margin-top-neg-1,
.margin-y-neg-1 {
  margin-top:-.5rem
}
.margin-bottom-neg-1 {
  margin-bottom:-.5rem
}
.margin-y-neg-105 {
  margin-bottom:-.75rem
}
.margin-top-neg-105,
.margin-y-neg-105 {
  margin-top:-.75rem
}
.margin-bottom-neg-105 {
  margin-bottom:-.75rem
}
.margin-y-neg-2 {
  margin-bottom:-1rem
}
.margin-top-neg-2,
.margin-y-neg-2 {
  margin-top:-1rem
}
.margin-bottom-neg-2 {
  margin-bottom:-1rem
}
.margin-y-neg-205 {
  margin-bottom:-1.25rem
}
.margin-top-neg-205,
.margin-y-neg-205 {
  margin-top:-1.25rem
}
.margin-bottom-neg-205 {
  margin-bottom:-1.25rem
}
.margin-y-neg-3 {
  margin-bottom:-1.5rem
}
.margin-top-neg-3,
.margin-y-neg-3 {
  margin-top:-1.5rem
}
.margin-bottom-neg-3 {
  margin-bottom:-1.5rem
}
.margin-y-neg-4 {
  margin-bottom:-2rem
}
.margin-top-neg-4,
.margin-y-neg-4 {
  margin-top:-2rem
}
.margin-bottom-neg-4 {
  margin-bottom:-2rem
}
.margin-y-neg-5 {
  margin-bottom:-2.5rem
}
.margin-top-neg-5,
.margin-y-neg-5 {
  margin-top:-2.5rem
}
.margin-bottom-neg-5 {
  margin-bottom:-2.5rem
}
.margin-y-neg-6 {
  margin-bottom:-3rem
}
.margin-top-neg-6,
.margin-y-neg-6 {
  margin-top:-3rem
}
.margin-bottom-neg-6 {
  margin-bottom:-3rem
}
.margin-y-neg-7 {
  margin-bottom:-3.5rem
}
.margin-top-neg-7,
.margin-y-neg-7 {
  margin-top:-3.5rem
}
.margin-bottom-neg-7 {
  margin-bottom:-3.5rem
}
.margin-y-neg-8 {
  margin-bottom:-4rem
}
.margin-top-neg-8,
.margin-y-neg-8 {
  margin-top:-4rem
}
.margin-bottom-neg-8 {
  margin-bottom:-4rem
}
.margin-y-neg-9 {
  margin-bottom:-4.5rem
}
.margin-top-neg-9,
.margin-y-neg-9 {
  margin-top:-4.5rem
}
.margin-bottom-neg-9 {
  margin-bottom:-4.5rem
}
.margin-y-neg-10 {
  margin-top:-5rem;
  margin-bottom:-5rem
}
.margin-top-neg-10 {
  margin-top:-5rem
}
.margin-bottom-neg-10 {
  margin-bottom:-5rem
}
.margin-y-neg-15 {
  margin-bottom:-7.5rem
}
.margin-top-neg-15,
.margin-y-neg-15 {
  margin-top:-7.5rem
}
.margin-bottom-neg-15 {
  margin-bottom:-7.5rem
}
.margin-y-4 {
  margin-bottom:2rem
}
.margin-top-4,
.margin-y-4 {
  margin-top:2rem
}
.margin-bottom-4 {
  margin-bottom:2rem
}
.margin-y-5 {
  margin-bottom:2.5rem
}
.margin-top-5,
.margin-y-5 {
  margin-top:2.5rem
}
.margin-bottom-5 {
  margin-bottom:2.5rem
}
.margin-y-6 {
  margin-bottom:3rem
}
.margin-top-6,
.margin-y-6 {
  margin-top:3rem
}
.margin-bottom-6 {
  margin-bottom:3rem
}
.margin-y-7 {
  margin-bottom:3.5rem
}
.margin-top-7,
.margin-y-7 {
  margin-top:3.5rem
}
.margin-bottom-7 {
  margin-bottom:3.5rem
}
.margin-y-8 {
  margin-bottom:4rem
}
.margin-top-8,
.margin-y-8 {
  margin-top:4rem
}
.margin-bottom-8 {
  margin-bottom:4rem
}
.margin-y-9 {
  margin-bottom:4.5rem
}
.margin-top-9,
.margin-y-9 {
  margin-top:4.5rem
}
.margin-bottom-9 {
  margin-bottom:4.5rem
}
.margin-y-10 {
  margin-bottom:5rem
}
.margin-top-10,
.margin-y-10 {
  margin-top:5rem
}
.margin-bottom-10 {
  margin-bottom:5rem
}
.margin-y-15 {
  margin-bottom:7.5rem
}
.margin-top-15,
.margin-y-15 {
  margin-top:7.5rem
}
.margin-bottom-15 {
  margin-bottom:7.5rem
}
.margin-y-05em {
  margin-bottom:.5em
}
.margin-top-05em,
.margin-y-05em {
  margin-top:.5em
}
.margin-bottom-05em {
  margin-bottom:.5em
}
.margin-y-1em {
  margin-bottom:1em
}
.margin-top-1em,
.margin-y-1em {
  margin-top:1em
}
.margin-bottom-1em {
  margin-bottom:1em
}
.margin-y-105em {
  margin-bottom:1.5em
}
.margin-top-105em,
.margin-y-105em {
  margin-top:1.5em
}
.margin-bottom-105em {
  margin-bottom:1.5em
}
.margin-y-2em {
  margin-bottom:2em
}
.margin-top-2em,
.margin-y-2em {
  margin-top:2em
}
.margin-bottom-2em {
  margin-bottom:2em
}
.margin-y-0 {
  margin-bottom:0
}
.margin-top-0,
.margin-y-0 {
  margin-top:0
}
.margin-bottom-0 {
  margin-bottom:0
}
.margin-y-auto {
  margin-bottom:auto
}
.margin-top-auto,
.margin-y-auto {
  margin-top:auto
}
.margin-bottom-auto {
  margin-bottom:auto
}
.margin-x-1px {
  margin-left:1px
}
.margin-right-1px,
.margin-x-1px {
  margin-right:1px
}
.margin-left-1px {
  margin-left:1px
}
.margin-x-2px {
  margin-left:2px
}
.margin-right-2px,
.margin-x-2px {
  margin-right:2px
}
.margin-left-2px {
  margin-left:2px
}
.margin-x-05 {
  margin-left:.25rem
}
.margin-right-05,
.margin-x-05 {
  margin-right:.25rem
}
.margin-left-05 {
  margin-left:.25rem
}
.margin-x-1 {
  margin-left:.5rem
}
.margin-right-1,
.margin-x-1 {
  margin-right:.5rem
}
.margin-left-1 {
  margin-left:.5rem
}
.margin-x-105 {
  margin-left:.75rem
}
.margin-right-105,
.margin-x-105 {
  margin-right:.75rem
}
.margin-left-105 {
  margin-left:.75rem
}
.margin-x-2 {
  margin-left:1rem
}
.margin-right-2,
.margin-x-2 {
  margin-right:1rem
}
.margin-left-2 {
  margin-left:1rem
}
.margin-x-205 {
  margin-left:1.25rem
}
.margin-right-205,
.margin-x-205 {
  margin-right:1.25rem
}
.margin-left-205 {
  margin-left:1.25rem
}
.margin-x-3 {
  margin-left:1.5rem
}
.margin-right-3,
.margin-x-3 {
  margin-right:1.5rem
}
.margin-left-3 {
  margin-left:1.5rem
}
.margin-x-neg-1px {
  margin-left:-1px;
  margin-right:-1px
}
.margin-right-neg-1px {
  margin-right:-1px
}
.margin-left-neg-1px {
  margin-left:-1px
}
.margin-x-neg-2px {
  margin-left:-2px;
  margin-right:-2px
}
.margin-right-neg-2px {
  margin-right:-2px
}
.margin-left-neg-2px {
  margin-left:-2px
}
.margin-x-neg-05 {
  margin-left:-.25rem
}
.margin-right-neg-05,
.margin-x-neg-05 {
  margin-right:-.25rem
}
.margin-left-neg-05 {
  margin-left:-.25rem
}
.margin-x-neg-1 {
  margin-left:-.5rem
}
.margin-right-neg-1,
.margin-x-neg-1 {
  margin-right:-.5rem
}
.margin-left-neg-1 {
  margin-left:-.5rem
}
.margin-x-neg-105 {
  margin-left:-.75rem
}
.margin-right-neg-105,
.margin-x-neg-105 {
  margin-right:-.75rem
}
.margin-left-neg-105 {
  margin-left:-.75rem
}
.margin-x-neg-2 {
  margin-left:-1rem
}
.margin-right-neg-2,
.margin-x-neg-2 {
  margin-right:-1rem
}
.margin-left-neg-2 {
  margin-left:-1rem
}
.margin-x-neg-205 {
  margin-left:-1.25rem
}
.margin-right-neg-205,
.margin-x-neg-205 {
  margin-right:-1.25rem
}
.margin-left-neg-205 {
  margin-left:-1.25rem
}
.margin-x-neg-3 {
  margin-left:-1.5rem
}
.margin-right-neg-3,
.margin-x-neg-3 {
  margin-right:-1.5rem
}
.margin-left-neg-3 {
  margin-left:-1.5rem
}
.margin-x-neg-4 {
  margin-left:-2rem
}
.margin-right-neg-4,
.margin-x-neg-4 {
  margin-right:-2rem
}
.margin-left-neg-4 {
  margin-left:-2rem
}
.margin-x-neg-5 {
  margin-left:-2.5rem
}
.margin-right-neg-5,
.margin-x-neg-5 {
  margin-right:-2.5rem
}
.margin-left-neg-5 {
  margin-left:-2.5rem
}
.margin-x-neg-6 {
  margin-left:-3rem
}
.margin-right-neg-6,
.margin-x-neg-6 {
  margin-right:-3rem
}
.margin-left-neg-6 {
  margin-left:-3rem
}
.margin-x-neg-7 {
  margin-left:-3.5rem
}
.margin-right-neg-7,
.margin-x-neg-7 {
  margin-right:-3.5rem
}
.margin-left-neg-7 {
  margin-left:-3.5rem
}
.margin-x-neg-8 {
  margin-left:-4rem
}
.margin-right-neg-8,
.margin-x-neg-8 {
  margin-right:-4rem
}
.margin-left-neg-8 {
  margin-left:-4rem
}
.margin-x-neg-9 {
  margin-left:-4.5rem
}
.margin-right-neg-9,
.margin-x-neg-9 {
  margin-right:-4.5rem
}
.margin-left-neg-9 {
  margin-left:-4.5rem
}
.margin-x-neg-10 {
  margin-left:-5rem
}
.margin-right-neg-10,
.margin-x-neg-10 {
  margin-right:-5rem
}
.margin-left-neg-10 {
  margin-left:-5rem
}
.margin-x-neg-15 {
  margin-left:-7.5rem
}
.margin-right-neg-15,
.margin-x-neg-15 {
  margin-right:-7.5rem
}
.margin-left-neg-15 {
  margin-left:-7.5rem
}
.margin-x-4 {
  margin-left:2rem
}
.margin-right-4,
.margin-x-4 {
  margin-right:2rem
}
.margin-left-4 {
  margin-left:2rem
}
.margin-x-5 {
  margin-left:2.5rem
}
.margin-right-5,
.margin-x-5 {
  margin-right:2.5rem
}
.margin-left-5 {
  margin-left:2.5rem
}
.margin-x-6 {
  margin-left:3rem
}
.margin-right-6,
.margin-x-6 {
  margin-right:3rem
}
.margin-left-6 {
  margin-left:3rem
}
.margin-x-7 {
  margin-left:3.5rem
}
.margin-right-7,
.margin-x-7 {
  margin-right:3.5rem
}
.margin-left-7 {
  margin-left:3.5rem
}
.margin-x-8 {
  margin-left:4rem
}
.margin-right-8,
.margin-x-8 {
  margin-right:4rem
}
.margin-left-8 {
  margin-left:4rem
}
.margin-x-9 {
  margin-left:4.5rem
}
.margin-right-9,
.margin-x-9 {
  margin-right:4.5rem
}
.margin-left-9 {
  margin-left:4.5rem
}
.margin-x-10 {
  margin-left:5rem
}
.margin-right-10,
.margin-x-10 {
  margin-right:5rem
}
.margin-left-10 {
  margin-left:5rem
}
.margin-x-15 {
  margin-left:7.5rem
}
.margin-right-15,
.margin-x-15 {
  margin-right:7.5rem
}
.margin-left-15 {
  margin-left:7.5rem
}
.margin-x-card {
  margin-left:10rem
}
.margin-right-card,
.margin-x-card {
  margin-right:10rem
}
.margin-left-card {
  margin-left:10rem
}
.margin-x-card-lg {
  margin-left:15rem
}
.margin-right-card-lg,
.margin-x-card-lg {
  margin-right:15rem
}
.margin-left-card-lg {
  margin-left:15rem
}
.margin-x-mobile {
  margin-left:20rem
}
.margin-right-mobile,
.margin-x-mobile {
  margin-right:20rem
}
.margin-left-mobile {
  margin-left:20rem
}
.margin-x-05em {
  margin-left:.5em
}
.margin-right-05em,
.margin-x-05em {
  margin-right:.5em
}
.margin-left-05em {
  margin-left:.5em
}
.margin-x-1em {
  margin-left:1em
}
.margin-right-1em,
.margin-x-1em {
  margin-right:1em
}
.margin-left-1em {
  margin-left:1em
}
.margin-x-105em {
  margin-left:1.5em
}
.margin-right-105em,
.margin-x-105em {
  margin-right:1.5em
}
.margin-left-105em {
  margin-left:1.5em
}
.margin-x-2em {
  margin-left:2em
}
.margin-right-2em,
.margin-x-2em {
  margin-right:2em
}
.margin-left-2em {
  margin-left:2em
}
.margin-x-0 {
  margin-left:0
}
.margin-right-0,
.margin-x-0 {
  margin-right:0
}
.margin-left-0 {
  margin-left:0
}
.margin-x-auto {
  margin-left:auto
}
.margin-right-auto,
.margin-x-auto {
  margin-right:auto
}
.margin-left-auto {
  margin-left:auto
}
.maxh-05 {
  max-height:.25rem
}
.maxh-1 {
  max-height:.5rem
}
.maxh-105 {
  max-height:.75rem
}
.maxh-2 {
  max-height:1rem
}
.maxh-205 {
  max-height:1.25rem
}
.maxh-3 {
  max-height:1.5rem
}
.maxh-4 {
  max-height:2rem
}
.maxh-5 {
  max-height:2.5rem
}
.maxh-6 {
  max-height:3rem
}
.maxh-7 {
  max-height:3.5rem
}
.maxh-8 {
  max-height:4rem
}
.maxh-9 {
  max-height:4.5rem
}
.maxh-10 {
  max-height:5rem
}
.maxh-15 {
  max-height:7.5rem
}
.maxh-card {
  max-height:10rem
}
.maxh-card-lg {
  max-height:15rem
}
.maxh-mobile {
  max-height:20rem
}
.maxh-mobile-lg {
  max-height:30rem
}
.maxh-tablet {
  max-height:40rem
}
.maxh-tablet-lg {
  max-height:55rem
}
.maxh-none {
  max-height:none
}
.maxh-viewport {
  max-height:100vh
}
.maxw-05 {
  max-width:.25rem
}
.maxw-1 {
  max-width:.5rem
}
.maxw-105 {
  max-width:.75rem
}
.maxw-2 {
  max-width:1rem
}
.maxw-205 {
  max-width:1.25rem
}
.maxw-3 {
  max-width:1.5rem
}
.maxw-4 {
  max-width:2rem
}
.maxw-5 {
  max-width:2.5rem
}
.maxw-6 {
  max-width:3rem
}
.maxw-7 {
  max-width:3.5rem
}
.maxw-8 {
  max-width:4rem
}
.maxw-9 {
  max-width:4.5rem
}
.maxw-10 {
  max-width:5rem
}
.maxw-15 {
  max-width:7.5rem
}
.maxw-card {
  max-width:10rem
}
.maxw-card-lg {
  max-width:15rem
}
.maxw-mobile {
  max-width:20rem
}
.maxw-mobile-lg {
  max-width:30rem
}
.maxw-tablet {
  max-width:40rem
}
.maxw-tablet-lg {
  max-width:55rem
}
.maxw-desktop {
  max-width:64rem
}
.maxw-desktop-lg {
  max-width:75rem
}
.maxw-widescreen {
  max-width:87.5rem
}
.maxw-none {
  max-width:none
}
.maxw-full {
  max-width:100%
}
.measure-1 {
  max-width:44ex
}
.measure-2 {
  max-width:60ex
}
.measure-3 {
  max-width:64ex
}
.measure-4 {
  max-width:68ex
}
.measure-5 {
  max-width:72ex
}
.measure-6 {
  max-width:88ex
}
.measure-none {
  max-width:none
}
.minh-1px {
  min-height:1px
}
.minh-2px {
  min-height:2px
}
.minh-05 {
  min-height:.25rem
}
.minh-1 {
  min-height:.5rem
}
.minh-105 {
  min-height:.75rem
}
.minh-2 {
  min-height:1rem
}
.minh-205 {
  min-height:1.25rem
}
.minh-3 {
  min-height:1.5rem
}
.minh-4 {
  min-height:2rem
}
.minh-5 {
  min-height:2.5rem
}
.minh-6 {
  min-height:3rem
}
.minh-7 {
  min-height:3.5rem
}
.minh-8 {
  min-height:4rem
}
.minh-9 {
  min-height:4.5rem
}
.minh-10 {
  min-height:5rem
}
.minh-15 {
  min-height:7.5rem
}
.minh-card {
  min-height:10rem
}
.minh-card-lg {
  min-height:15rem
}
.minh-mobile {
  min-height:20rem
}
.minh-mobile-lg {
  min-height:30rem
}
.minh-tablet {
  min-height:40rem
}
.minh-tablet-lg {
  min-height:55rem
}
.minh-0 {
  min-height:0
}
.minh-full {
  min-height:100%
}
.minh-viewport {
  min-height:100vh
}
.minw-05 {
  min-width:.25rem
}
.minw-1 {
  min-width:.5rem
}
.minw-105 {
  min-width:.75rem
}
.minw-2 {
  min-width:1rem
}
.minw-205 {
  min-width:1.25rem
}
.minw-3 {
  min-width:1.5rem
}
.minw-4 {
  min-width:2rem
}
.minw-5 {
  min-width:2.5rem
}
.minw-6 {
  min-width:3rem
}
.minw-7 {
  min-width:3.5rem
}
.minw-8 {
  min-width:4rem
}
.minw-9 {
  min-width:4.5rem
}
.minw-10 {
  min-width:5rem
}
.minw-15 {
  min-width:7.5rem
}
.minw-0 {
  min-width:0
}
.opacity-0 {
  opacity:0
}
.opacity-10 {
  opacity:.1
}
.opacity-20 {
  opacity:.2
}
.opacity-30 {
  opacity:.3
}
.opacity-40 {
  opacity:.4
}
.opacity-50 {
  opacity:.5
}
.opacity-60 {
  opacity:.6
}
.opacity-70 {
  opacity:.7
}
.opacity-80 {
  opacity:.8
}
.opacity-90 {
  opacity:.9
}
.opacity-100,
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:hover+[class*=__label]::before {
  opacity:1
}
.order-first {
  order:-1
}
.order-last {
  order:999
}
.order-initial {
  order:initial
}
.order-0 {
  order:0
}
.order-1 {
  order:1
}
.order-2 {
  order:2
}
.order-3 {
  order:3
}
.order-4 {
  order:4
}
.order-5 {
  order:5
}
.order-6 {
  order:6
}
.order-7 {
  order:7
}
.order-8 {
  order:8
}
.order-9 {
  order:9
}
.order-10 {
  order:10
}
.order-11 {
  order:11
}
.outline-1px {
  outline:1px solid
}
.outline-2px {
  outline:2px solid
}
.outline-0 {
  outline:0 solid
}
.outline-05 {
  outline:spacing-multiple(.5) solid
}
.outline-transparent {
  outline-color:transparent
}
.outline-black {
  outline-color:#000
}
.outline-white {
  outline-color:#fff
}
.outline-base-lightest {
  outline-color:#f0f0f0
}
.outline-base-lighter {
  outline-color:#dfe1e2
}
.outline-base-light {
  outline-color:#a9aeb1
}
.outline-base {
  outline-color:#71767a
}
.outline-base-dark {
  outline-color:#565c65
}
.outline-base-darker {
  outline-color:#3d4551
}
.outline-base-darkest,
.outline-ink {
  outline-color:#1b1b1b
}
.outline-primary-lighter {
  outline-color:#ccecf2
}
.outline-primary-light {
  outline-color:#73b3e7
}
.outline-primary {
  outline-color:#00bde3
}
.outline-primary-vivid {
  outline-color:#0050d8
}
.outline-primary-dark,
.outline-primary-darker {
  outline-color:#009ec1
}
.outline-secondary-lighter {
  outline-color:#f3e1e4
}
.outline-secondary-light {
  outline-color:#f2938c
}
.outline-secondary {
  outline-color:#ccecf2
}
.outline-secondary-vivid {
  outline-color:#e41d3d
}
.outline-secondary-dark,
.outline-secondary-darker {
  outline-color:#99deea
}
.outline-accent-warm-darker {
  outline-color:#775540
}
.outline-accent-warm-dark {
  outline-color:#c05600
}
.outline-accent-warm {
  outline-color:#fa9441
}
.outline-accent-warm-light {
  outline-color:#ffbc78
}
.outline-accent-warm-lighter {
  outline-color:#f2e4d4
}
.outline-accent-cool-darker {
  outline-color:#07648d
}
.outline-accent-cool-dark {
  outline-color:#28a0cb
}
.outline-accent-cool {
  outline-color:#00bde3
}
.outline-accent-cool-light {
  outline-color:#97d4ea
}
.outline-accent-cool-lighter {
  outline-color:#e1f3f8
}
.outline-gray-5 {
  outline-color:#f0f0f0
}
.outline-gray-10 {
  outline-color:#e6e6e6
}
.outline-gray-30 {
  outline-color:#adadad
}
.outline-gray-50 {
  outline-color:#757575
}
.outline-gray-70 {
  outline-color:#454545
}
.outline-gray-90 {
  outline-color:#1b1b1b
}
.outline-error-lighter {
  outline-color:#f4e3db
}
.outline-error-light {
  outline-color:#f39268
}
.outline-error {
  outline-color:#d83933
}
.outline-error-dark {
  outline-color:#b50909
}
.outline-error-darker {
  outline-color:#6f3331
}
.outline-warning-lighter {
  outline-color:#faf3d1
}
.outline-warning-light {
  outline-color:#fee685
}
.outline-warning {
  outline-color:#ffbe2e
}
.outline-warning-dark {
  outline-color:#e5a000
}
.outline-warning-darker {
  outline-color:#936f38
}
.outline-success-lighter {
  outline-color:#ecf3ec
}
.outline-success-light {
  outline-color:#70e17b
}
.outline-success {
  outline-color:#00a91c
}
.outline-success-dark {
  outline-color:#008817
}
.outline-success-darker {
  outline-color:#216e1f
}
.outline-info-lighter {
  outline-color:#e7f6f8
}
.outline-info-light {
  outline-color:#99deea
}
.outline-info {
  outline-color:#00bde3
}
.outline-info-dark {
  outline-color:#009ec1
}
.outline-info-darker {
  outline-color:#2e6276
}
.outline-disabled-light {
  outline-color:#e6e6e6
}
.outline-disabled {
  outline-color:#c9c9c9
}
.outline-disabled-dark {
  outline-color:#adadad
}
.outline-emergency {
  outline-color:#9c3d10
}
.outline-emergency-dark {
  outline-color:#332d29
}
.outline-red {
  outline-color:#e52207
}
.outline-orange {
  outline-color:#e66f0e
}
.outline-gold {
  outline-color:#ffbe2e
}
.outline-yellow {
  outline-color:#fee685
}
.outline-green {
  outline-color:#538200
}
.outline-mint {
  outline-color:#04c585
}
.outline-cyan {
  outline-color:#009ec1
}
.outline-blue {
  outline-color:#0076d6
}
.outline-indigo {
  outline-color:#676cc8
}
.outline-violet {
  outline-color:#8168b3
}
.outline-magenta {
  outline-color:#d72d79
}
.outline-black-transparent-5 {
  outline-color:rgba(0,0,0,.01)
}
.outline-black-transparent-10 {
  outline-color:rgba(0,0,0,.1)
}
.outline-black-transparent-20 {
  outline-color:rgba(0,0,0,.2)
}
.outline-black-transparent-30 {
  outline-color:rgba(0,0,0,.3)
}
.outline-black-transparent-40 {
  outline-color:rgba(0,0,0,.4)
}
.outline-black-transparent-50 {
  outline-color:rgba(0,0,0,.5)
}
.outline-black-transparent-60 {
  outline-color:rgba(0,0,0,.6)
}
.outline-black-transparent-70 {
  outline-color:rgba(0,0,0,.7)
}
.outline-black-transparent-80 {
  outline-color:rgba(0,0,0,.8)
}
.outline-black-transparent-90 {
  outline-color:rgba(0,0,0,.9)
}
.outline-gray-cool-1 {
  outline-color:#fbfcfd
}
.outline-gray-cool-2 {
  outline-color:#f7f9fa
}
.outline-gray-cool-3 {
  outline-color:#f5f6f7
}
.outline-gray-cool-4 {
  outline-color:#f1f3f6
}
.outline-gray-cool-5 {
  outline-color:#edeff0
}
.outline-gray-cool-10 {
  outline-color:#dfe1e2
}
.outline-gray-cool-20 {
  outline-color:#c6cace
}
.outline-gray-cool-30 {
  outline-color:#a9aeb1
}
.outline-gray-cool-40 {
  outline-color:#8d9297
}
.outline-gray-cool-50 {
  outline-color:#71767a
}
.outline-gray-cool-60 {
  outline-color:#565c65
}
.outline-gray-cool-70 {
  outline-color:#3d4551
}
.outline-gray-cool-80 {
  outline-color:#2d2e2f
}
.outline-gray-cool-90 {
  outline-color:#1c1d1f
}
.outline-gray-1 {
  outline-color:#fcfcfc
}
.outline-gray-2 {
  outline-color:#f9f9f9
}
.outline-gray-3 {
  outline-color:#f6f6f6
}
.outline-gray-4 {
  outline-color:#f3f3f3
}
.outline-gray-20 {
  outline-color:#c9c9c9
}
.outline-gray-40 {
  outline-color:#919191
}
.outline-gray-60 {
  outline-color:#5c5c5c
}
.outline-gray-80 {
  outline-color:#2e2e2e
}
.outline-gray-warm-1 {
  outline-color:#fcfcfb
}
.outline-gray-warm-2 {
  outline-color:#f9f9f7
}
.outline-gray-warm-3 {
  outline-color:#f6f6f2
}
.outline-gray-warm-4 {
  outline-color:#f5f5f0
}
.outline-gray-warm-5 {
  outline-color:#f0f0ec
}
.outline-gray-warm-10 {
  outline-color:#e6e6e2
}
.outline-gray-warm-20 {
  outline-color:#cac9c0
}
.outline-gray-warm-30 {
  outline-color:#afaea2
}
.outline-gray-warm-40 {
  outline-color:#929285
}
.outline-gray-warm-50 {
  outline-color:#76766a
}
.outline-gray-warm-60 {
  outline-color:#5d5d52
}
.outline-gray-warm-70 {
  outline-color:#454540
}
.outline-gray-warm-80 {
  outline-color:#2e2e2a
}
.outline-gray-warm-90 {
  outline-color:#171716
}
.outline-blue-cool-5 {
  outline-color:#e7f2f5
}
.outline-blue-cool-10 {
  outline-color:#dae9ee
}
.outline-blue-cool-20 {
  outline-color:#adcfdc
}
.outline-blue-cool-30 {
  outline-color:#82b4c9
}
.outline-blue-cool-40 {
  outline-color:#6499af
}
.outline-blue-cool-50 {
  outline-color:#3a7d95
}
.outline-blue-cool-60 {
  outline-color:#2e6276
}
.outline-blue-cool-70 {
  outline-color:#224a58
}
.outline-blue-cool-80 {
  outline-color:#14333d
}
.outline-blue-cool-90 {
  outline-color:#0f191c
}
.outline-blue-cool-5v {
  outline-color:#e1f3f8
}
.outline-blue-cool-10v {
  outline-color:#c3ebfa
}
.outline-blue-cool-20v {
  outline-color:#97d4ea
}
.outline-blue-cool-30v {
  outline-color:#59b9de
}
.outline-blue-cool-40v {
  outline-color:#28a0cb
}
.outline-blue-cool-50v {
  outline-color:#0d7ea2
}
.outline-blue-cool-60v {
  outline-color:#07648d
}
.outline-blue-cool-70v {
  outline-color:#074b69
}
.outline-blue-cool-80v {
  outline-color:#002d3f
}
.outline-blue-5 {
  outline-color:#eff6fb
}
.outline-blue-10 {
  outline-color:#d9e8f6
}
.outline-blue-20 {
  outline-color:#aacdec
}
.outline-blue-30 {
  outline-color:#73b3e7
}
.outline-blue-40 {
  outline-color:#4f97d1
}
.outline-blue-50 {
  outline-color:#2378c3
}
.outline-blue-60 {
  outline-color:#2c608a
}
.outline-blue-70 {
  outline-color:#274863
}
.outline-blue-80 {
  outline-color:#1f303e
}
.outline-blue-90 {
  outline-color:#11181d
}
.outline-blue-5v {
  outline-color:#e8f5ff
}
.outline-blue-10v {
  outline-color:#cfe8ff
}
.outline-blue-20v {
  outline-color:#a1d3ff
}
.outline-blue-30v {
  outline-color:#58b4ff
}
.outline-blue-40v {
  outline-color:#2491ff
}
.outline-blue-50v {
  outline-color:#0076d6
}
.outline-blue-60v {
  outline-color:#005ea2
}
.outline-blue-70v {
  outline-color:#0b4778
}
.outline-blue-80v {
  outline-color:#112f4e
}
.outline-blue-warm-5 {
  outline-color:#ecf1f7
}
.outline-blue-warm-10 {
  outline-color:#e1e7f1
}
.outline-blue-warm-20 {
  outline-color:#bbcae4
}
.outline-blue-warm-30 {
  outline-color:#98afd2
}
.outline-blue-warm-40 {
  outline-color:#7292c7
}
.outline-blue-warm-50 {
  outline-color:#4a77b4
}
.outline-blue-warm-60 {
  outline-color:#345d96
}
.outline-blue-warm-70 {
  outline-color:#2f4668
}
.outline-blue-warm-80 {
  outline-color:#252f3e
}
.outline-blue-warm-90 {
  outline-color:#13171f
}
.outline-blue-warm-5v {
  outline-color:#edf5ff
}
.outline-blue-warm-10v {
  outline-color:#d4e5ff
}
.outline-blue-warm-20v {
  outline-color:#adcdff
}
.outline-blue-warm-30v {
  outline-color:#81aefc
}
.outline-blue-warm-40v {
  outline-color:#5994f6
}
.outline-blue-warm-50v {
  outline-color:#2672de
}
.outline-blue-warm-60v {
  outline-color:#0050d8
}
.outline-blue-warm-70v {
  outline-color:#1a4480
}
.outline-blue-warm-80v {
  outline-color:#162e51
}
.outline-cyan-5 {
  outline-color:#e7f6f8
}
.outline-cyan-10 {
  outline-color:#ccecf2
}
.outline-cyan-20 {
  outline-color:#99deea
}
.outline-cyan-30 {
  outline-color:#5dc0d1
}
.outline-cyan-40 {
  outline-color:#449dac
}
.outline-cyan-50 {
  outline-color:#168092
}
.outline-cyan-60 {
  outline-color:#2a646d
}
.outline-cyan-70 {
  outline-color:#2c4a4e
}
.outline-cyan-80 {
  outline-color:#203133
}
.outline-cyan-90 {
  outline-color:#111819
}
.outline-cyan-5v {
  outline-color:#e5faff
}
.outline-cyan-10v {
  outline-color:#a8f2ff
}
.outline-cyan-20v {
  outline-color:#52daf2
}
.outline-cyan-30v {
  outline-color:#00bde3
}
.outline-cyan-40v {
  outline-color:#009ec1
}
.outline-cyan-50v {
  outline-color:#0081a1
}
.outline-cyan-60v {
  outline-color:#00687d
}
.outline-cyan-70v {
  outline-color:#0e4f5c
}
.outline-cyan-80v {
  outline-color:#093b44
}
.outline-gold-5 {
  outline-color:#f5f0e6
}
.outline-gold-10 {
  outline-color:#f1e5cd
}
.outline-gold-20 {
  outline-color:#dec69a
}
.outline-gold-30 {
  outline-color:#c7a97b
}
.outline-gold-40 {
  outline-color:#ad8b65
}
.outline-gold-50 {
  outline-color:#8e704f
}
.outline-gold-60 {
  outline-color:#6b5947
}
.outline-gold-70 {
  outline-color:#4d4438
}
.outline-gold-80 {
  outline-color:#322d26
}
.outline-gold-90 {
  outline-color:#191714
}
.outline-gold-5v {
  outline-color:#fef0c8
}
.outline-gold-10v {
  outline-color:#ffe396
}
.outline-gold-20v {
  outline-color:#ffbe2e
}
.outline-gold-30v {
  outline-color:#e5a000
}
.outline-gold-40v {
  outline-color:#c2850c
}
.outline-gold-50v {
  outline-color:#936f38
}
.outline-gold-60v {
  outline-color:#7a591a
}
.outline-gold-70v {
  outline-color:#5c410a
}
.outline-gold-80v {
  outline-color:#3b2b15
}
.outline-green-cool-5 {
  outline-color:#ecf3ec
}
.outline-green-cool-10 {
  outline-color:#dbebde
}
.outline-green-cool-20 {
  outline-color:#b4d0b9
}
.outline-green-cool-30 {
  outline-color:#86b98e
}
.outline-green-cool-40 {
  outline-color:#5e9f69
}
.outline-green-cool-50 {
  outline-color:#4d8055
}
.outline-green-cool-60 {
  outline-color:#446443
}
.outline-green-cool-70 {
  outline-color:#37493b
}
.outline-green-cool-80 {
  outline-color:#28312a
}
.outline-green-cool-90 {
  outline-color:#1a1f1a
}
.outline-green-cool-5v {
  outline-color:#e3f5e1
}
.outline-green-cool-10v {
  outline-color:#b7f5bd
}
.outline-green-cool-20v {
  outline-color:#70e17b
}
.outline-green-cool-30v {
  outline-color:#21c834
}
.outline-green-cool-40v {
  outline-color:#00a91c
}
.outline-green-cool-50v {
  outline-color:#008817
}
.outline-green-cool-60v {
  outline-color:#216e1f
}
.outline-green-cool-70v {
  outline-color:#154c21
}
.outline-green-cool-80v {
  outline-color:#19311e
}
.outline-green-5 {
  outline-color:#eaf4dd
}
.outline-green-10 {
  outline-color:#dfeacd
}
.outline-green-20 {
  outline-color:#b8d293
}
.outline-green-30 {
  outline-color:#9bb672
}
.outline-green-40 {
  outline-color:#7d9b4e
}
.outline-green-50 {
  outline-color:#607f35
}
.outline-green-60 {
  outline-color:#4c6424
}
.outline-green-70 {
  outline-color:#3c4a29
}
.outline-green-80 {
  outline-color:#293021
}
.outline-green-90 {
  outline-color:#161814
}
.outline-green-5v {
  outline-color:#ddf9c7
}
.outline-green-10v {
  outline-color:#c5ee93
}
.outline-green-20v {
  outline-color:#98d035
}
.outline-green-30v {
  outline-color:#7fb135
}
.outline-green-40v {
  outline-color:#719f2a
}
.outline-green-50v {
  outline-color:#538200
}
.outline-green-60v {
  outline-color:#466c04
}
.outline-green-70v {
  outline-color:#2f4a0b
}
.outline-green-80v {
  outline-color:#243413
}
.outline-green-warm-5 {
  outline-color:#f1f4d7
}
.outline-green-warm-10 {
  outline-color:#e7eab7
}
.outline-green-warm-20 {
  outline-color:#cbd17a
}
.outline-green-warm-30 {
  outline-color:#a6b557
}
.outline-green-warm-40 {
  outline-color:#8a984b
}
.outline-green-warm-50 {
  outline-color:#6f7a41
}
.outline-green-warm-60 {
  outline-color:#5a5f38
}
.outline-green-warm-70 {
  outline-color:#45472f
}
.outline-green-warm-80 {
  outline-color:#2d2f21
}
.outline-green-warm-90 {
  outline-color:#171712
}
.outline-green-warm-5v {
  outline-color:#f5fbc1
}
.outline-green-warm-10v {
  outline-color:#e7f434
}
.outline-green-warm-20v {
  outline-color:#c5d30a
}
.outline-green-warm-30v {
  outline-color:#a3b72c
}
.outline-green-warm-40v {
  outline-color:#7e9c1d
}
.outline-green-warm-50v {
  outline-color:#6a7d00
}
.outline-green-warm-60v {
  outline-color:#5a6613
}
.outline-green-warm-70v {
  outline-color:#4b4e10
}
.outline-green-warm-80v {
  outline-color:#38380b
}
.outline-indigo-cool-5 {
  outline-color:#eef0f9
}
.outline-indigo-cool-10 {
  outline-color:#e1e6f9
}
.outline-indigo-cool-20 {
  outline-color:#bbc8f5
}
.outline-indigo-cool-30 {
  outline-color:#96abee
}
.outline-indigo-cool-40 {
  outline-color:#6b8ee8
}
.outline-indigo-cool-50 {
  outline-color:#496fd8
}
.outline-indigo-cool-60 {
  outline-color:#3f57a6
}
.outline-indigo-cool-70 {
  outline-color:#374274
}
.outline-indigo-cool-80 {
  outline-color:#292d42
}
.outline-indigo-cool-90 {
  outline-color:#151622
}
.outline-indigo-cool-5v {
  outline-color:#edf0ff
}
.outline-indigo-cool-10v {
  outline-color:#dee5ff
}
.outline-indigo-cool-20v {
  outline-color:#b8c8ff
}
.outline-indigo-cool-30v {
  outline-color:#94adff
}
.outline-indigo-cool-40v {
  outline-color:#628ef4
}
.outline-indigo-cool-50v {
  outline-color:#4866ff
}
.outline-indigo-cool-60v {
  outline-color:#3e4ded
}
.outline-indigo-cool-70v {
  outline-color:#222fbf
}
.outline-indigo-cool-80v {
  outline-color:#1b2b85
}
.outline-indigo-5 {
  outline-color:#efeff8
}
.outline-indigo-10 {
  outline-color:#e5e4fa
}
.outline-indigo-20 {
  outline-color:#c5c5f3
}
.outline-indigo-30 {
  outline-color:#a5a8eb
}
.outline-indigo-40 {
  outline-color:#8889db
}
.outline-indigo-50 {
  outline-color:#676cc8
}
.outline-indigo-60 {
  outline-color:#4d52af
}
.outline-indigo-70 {
  outline-color:#3d4076
}
.outline-indigo-80 {
  outline-color:#2b2c40
}
.outline-indigo-90 {
  outline-color:#16171f
}
.outline-indigo-5v {
  outline-color:#f0f0ff
}
.outline-indigo-10v {
  outline-color:#e0e0ff
}
.outline-indigo-20v {
  outline-color:#ccceff
}
.outline-indigo-30v {
  outline-color:#a3a7fa
}
.outline-indigo-40v {
  outline-color:#8289ff
}
.outline-indigo-50v {
  outline-color:#656bd7
}
.outline-indigo-60v {
  outline-color:#4a50c4
}
.outline-indigo-70v {
  outline-color:#3333a3
}
.outline-indigo-80v {
  outline-color:#212463
}
.outline-indigo-warm-5 {
  outline-color:#f1eff7
}
.outline-indigo-warm-10 {
  outline-color:#e7e3fa
}
.outline-indigo-warm-20 {
  outline-color:#cbc4f2
}
.outline-indigo-warm-30 {
  outline-color:#afa5e8
}
.outline-indigo-warm-40 {
  outline-color:#9287d8
}
.outline-indigo-warm-50 {
  outline-color:#7665d1
}
.outline-indigo-warm-60 {
  outline-color:#5e519e
}
.outline-indigo-warm-70 {
  outline-color:#453c7b
}
.outline-indigo-warm-80 {
  outline-color:#2e2c40
}
.outline-indigo-warm-90 {
  outline-color:#18161d
}
.outline-indigo-warm-5v {
  outline-color:#f5f2ff
}
.outline-indigo-warm-10v {
  outline-color:#e4deff
}
.outline-indigo-warm-20v {
  outline-color:#cfc4fd
}
.outline-indigo-warm-30v {
  outline-color:#b69fff
}
.outline-indigo-warm-40v {
  outline-color:#967efb
}
.outline-indigo-warm-50v {
  outline-color:#745fe9
}
.outline-indigo-warm-60v {
  outline-color:#5942d2
}
.outline-indigo-warm-70v {
  outline-color:#3d2c9d
}
.outline-indigo-warm-80v {
  outline-color:#261f5b
}
.outline-magenta-5 {
  outline-color:#f9f0f2
}
.outline-magenta-10 {
  outline-color:#f6e1e8
}
.outline-magenta-20 {
  outline-color:#f0bbcc
}
.outline-magenta-30 {
  outline-color:#e895b3
}
.outline-magenta-40 {
  outline-color:#e0699f
}
.outline-magenta-50 {
  outline-color:#c84281
}
.outline-magenta-60 {
  outline-color:#8b4566
}
.outline-magenta-70 {
  outline-color:#66364b
}
.outline-magenta-80 {
  outline-color:#402731
}
.outline-magenta-90 {
  outline-color:#1b1617
}
.outline-magenta-5v {
  outline-color:#f9f0f2
}
.outline-magenta-10v {
  outline-color:#ffddea
}
.outline-magenta-20v {
  outline-color:#ffb4cf
}
.outline-magenta-30v {
  outline-color:#ff87b2
}
.outline-magenta-40v {
  outline-color:#fd4496
}
.outline-magenta-50v {
  outline-color:#d72d79
}
.outline-magenta-60v {
  outline-color:#ab2165
}
.outline-magenta-70v {
  outline-color:#731f44
}
.outline-magenta-80v {
  outline-color:#4f172e
}
.outline-mint-cool-5 {
  outline-color:#e0f7f6
}
.outline-mint-cool-10 {
  outline-color:#c4eeeb
}
.outline-mint-cool-20 {
  outline-color:#9bd4cf
}
.outline-mint-cool-30 {
  outline-color:#6fbab3
}
.outline-mint-cool-40 {
  outline-color:#4f9e99
}
.outline-mint-cool-50 {
  outline-color:#40807e
}
.outline-mint-cool-60 {
  outline-color:#376462
}
.outline-mint-cool-70 {
  outline-color:#2a4b45
}
.outline-mint-cool-80 {
  outline-color:#203131
}
.outline-mint-cool-90 {
  outline-color:#111818
}
.outline-mint-cool-5v {
  outline-color:#d5fbf3
}
.outline-mint-cool-10v {
  outline-color:#7efbe1
}
.outline-mint-cool-20v {
  outline-color:#29e1cb
}
.outline-mint-cool-30v {
  outline-color:#1dc2ae
}
.outline-mint-cool-40v {
  outline-color:#00a398
}
.outline-mint-cool-50v {
  outline-color:#008480
}
.outline-mint-cool-60v {
  outline-color:#0f6460
}
.outline-mint-cool-70v {
  outline-color:#0b4b3f
}
.outline-mint-cool-80v {
  outline-color:#123131
}
.outline-mint-5 {
  outline-color:#dbf6ed
}
.outline-mint-10 {
  outline-color:#c7efe2
}
.outline-mint-20 {
  outline-color:#92d9bb
}
.outline-mint-30 {
  outline-color:#5abf95
}
.outline-mint-40 {
  outline-color:#34a37e
}
.outline-mint-50 {
  outline-color:#2e8367
}
.outline-mint-60 {
  outline-color:#286846
}
.outline-mint-70 {
  outline-color:#204e34
}
.outline-mint-80 {
  outline-color:#193324
}
.outline-mint-90 {
  outline-color:#0d1a12
}
.outline-mint-5v {
  outline-color:#c9fbeb
}
.outline-mint-10v {
  outline-color:#83fcd4
}
.outline-mint-20v {
  outline-color:#0ceda6
}
.outline-mint-30v {
  outline-color:#04c585
}
.outline-mint-40v {
  outline-color:#00a871
}
.outline-mint-50v {
  outline-color:#008659
}
.outline-mint-60v {
  outline-color:#146947
}
.outline-mint-70v {
  outline-color:#0c4e29
}
.outline-mint-80v {
  outline-color:#0d351e
}
.outline-orange-5 {
  outline-color:#f6efe9
}
.outline-orange-10 {
  outline-color:#f2e4d4
}
.outline-orange-20 {
  outline-color:#f3bf90
}
.outline-orange-30 {
  outline-color:#f09860
}
.outline-orange-40 {
  outline-color:#dd7533
}
.outline-orange-50 {
  outline-color:#a86437
}
.outline-orange-60 {
  outline-color:#775540
}
.outline-orange-70 {
  outline-color:#524236
}
.outline-orange-80 {
  outline-color:#332d27
}
.outline-orange-90 {
  outline-color:#1b1614
}
.outline-orange-5v {
  outline-color:#fef2e4
}
.outline-orange-10v {
  outline-color:#fce2c5
}
.outline-orange-20v {
  outline-color:#ffbc78
}
.outline-orange-30v {
  outline-color:#fa9441
}
.outline-orange-40v {
  outline-color:#e66f0e
}
.outline-orange-50v {
  outline-color:#c05600
}
.outline-orange-60v {
  outline-color:#8c471c
}
.outline-orange-70v {
  outline-color:#5f3617
}
.outline-orange-80v {
  outline-color:#352313
}
.outline-orange-warm-5 {
  outline-color:#faeee5
}
.outline-orange-warm-10 {
  outline-color:#fbe0d0
}
.outline-orange-warm-20 {
  outline-color:#f7bca2
}
.outline-orange-warm-30 {
  outline-color:#f3966d
}
.outline-orange-warm-40 {
  outline-color:#e17141
}
.outline-orange-warm-50 {
  outline-color:#bd5727
}
.outline-orange-warm-60 {
  outline-color:#914734
}
.outline-orange-warm-70 {
  outline-color:#633a32
}
.outline-orange-warm-80 {
  outline-color:#3d2925
}
.outline-orange-warm-90 {
  outline-color:#1c1615
}
.outline-orange-warm-5v {
  outline-color:#fff3ea
}
.outline-orange-warm-10v {
  outline-color:#ffe2d1
}
.outline-orange-warm-20v {
  outline-color:#fbbaa7
}
.outline-orange-warm-30v {
  outline-color:#fc906d
}
.outline-orange-warm-40v {
  outline-color:#ff580a
}
.outline-orange-warm-50v {
  outline-color:#cf4900
}
.outline-orange-warm-60v {
  outline-color:#a72f10
}
.outline-orange-warm-70v {
  outline-color:#782312
}
.outline-orange-warm-80v {
  outline-color:#3d231d
}
.outline-red-cool-5 {
  outline-color:#f8eff1
}
.outline-red-cool-10 {
  outline-color:#f3e1e4
}
.outline-red-cool-20 {
  outline-color:#ecbec6
}
.outline-red-cool-30 {
  outline-color:#e09aa6
}
.outline-red-cool-40 {
  outline-color:#e16b80
}
.outline-red-cool-50 {
  outline-color:#cd425b
}
.outline-red-cool-60 {
  outline-color:#9e394b
}
.outline-red-cool-70 {
  outline-color:#68363f
}
.outline-red-cool-80 {
  outline-color:#40282c
}
.outline-red-cool-90 {
  outline-color:#1e1517
}
.outline-red-cool-5v {
  outline-color:#fff2f5
}
.outline-red-cool-10v {
  outline-color:#f8dfe2
}
.outline-red-cool-20v {
  outline-color:#f8b9c5
}
.outline-red-cool-30v {
  outline-color:#fd8ba0
}
.outline-red-cool-40v {
  outline-color:#f45d79
}
.outline-red-cool-50v {
  outline-color:#e41d3d
}
.outline-red-cool-60v {
  outline-color:#b21d38
}
.outline-red-cool-70v {
  outline-color:#822133
}
.outline-red-cool-80v {
  outline-color:#4f1c24
}
.outline-red-5 {
  outline-color:#f9eeee
}
.outline-red-10 {
  outline-color:#f8e1de
}
.outline-red-20 {
  outline-color:#f7bbb1
}
.outline-red-30 {
  outline-color:#f2938c
}
.outline-red-40 {
  outline-color:#e9695f
}
.outline-red-50 {
  outline-color:#d83933
}
.outline-red-60 {
  outline-color:#a23737
}
.outline-red-70 {
  outline-color:#6f3331
}
.outline-red-80 {
  outline-color:#3e2927
}
.outline-red-90 {
  outline-color:#1b1616
}
.outline-red-5v {
  outline-color:#fff3f2
}
.outline-red-10v {
  outline-color:#fde0db
}
.outline-red-20v {
  outline-color:#fdb8ae
}
.outline-red-30v {
  outline-color:#ff8d7b
}
.outline-red-40v {
  outline-color:#fb5a47
}
.outline-red-50v {
  outline-color:#e52207
}
.outline-red-60v {
  outline-color:#b50909
}
.outline-red-70v {
  outline-color:#8b0a03
}
.outline-red-80v {
  outline-color:#5c1111
}
.outline-red-warm-5 {
  outline-color:#f6efea
}
.outline-red-warm-10 {
  outline-color:#f4e3db
}
.outline-red-warm-20 {
  outline-color:#ecc0a7
}
.outline-red-warm-30 {
  outline-color:#dca081
}
.outline-red-warm-40 {
  outline-color:#d27a56
}
.outline-red-warm-50 {
  outline-color:#c3512c
}
.outline-red-warm-60 {
  outline-color:#805039
}
.outline-red-warm-70 {
  outline-color:#524236
}
.outline-red-warm-80 {
  outline-color:#332d29
}
.outline-red-warm-90 {
  outline-color:#1f1c18
}
.outline-red-warm-5v {
  outline-color:#fff5ee
}
.outline-red-warm-10v {
  outline-color:#fce1d4
}
.outline-red-warm-20v {
  outline-color:#f6bd9c
}
.outline-red-warm-30v {
  outline-color:#f39268
}
.outline-red-warm-40v {
  outline-color:#ef5e25
}
.outline-red-warm-50v {
  outline-color:#d54309
}
.outline-red-warm-60v {
  outline-color:#9c3d10
}
.outline-red-warm-70v {
  outline-color:#63340f
}
.outline-red-warm-80v {
  outline-color:#3e2a1e
}
.outline-violet-5 {
  outline-color:#f4f1f9
}
.outline-violet-10 {
  outline-color:#ebe3f9
}
.outline-violet-20 {
  outline-color:#d0c3e9
}
.outline-violet-30 {
  outline-color:#b8a2e3
}
.outline-violet-40 {
  outline-color:#9d84d2
}
.outline-violet-50 {
  outline-color:#8168b3
}
.outline-violet-60 {
  outline-color:#665190
}
.outline-violet-70 {
  outline-color:#4c3d69
}
.outline-violet-80 {
  outline-color:#312b3f
}
.outline-violet-90 {
  outline-color:#18161d
}
.outline-violet-5v {
  outline-color:#f7f2ff
}
.outline-violet-10v {
  outline-color:#ede3ff
}
.outline-violet-20v {
  outline-color:#d5bfff
}
.outline-violet-30v {
  outline-color:#c39deb
}
.outline-violet-40v {
  outline-color:#ad79e9
}
.outline-violet-50v {
  outline-color:#9355dc
}
.outline-violet-60v {
  outline-color:#783cb9
}
.outline-violet-70v {
  outline-color:#54278f
}
.outline-violet-80v {
  outline-color:#39215e
}
.outline-violet-warm-5 {
  outline-color:#f8f0f9
}
.outline-violet-warm-10 {
  outline-color:#f6dff8
}
.outline-violet-warm-20 {
  outline-color:#e2bee4
}
.outline-violet-warm-30 {
  outline-color:#d29ad8
}
.outline-violet-warm-40 {
  outline-color:#bf77c8
}
.outline-violet-warm-50 {
  outline-color:#b04abd
}
.outline-violet-warm-60 {
  outline-color:#864381
}
.outline-violet-warm-70 {
  outline-color:#5c395a
}
.outline-violet-warm-80 {
  outline-color:#382936
}
.outline-violet-warm-90 {
  outline-color:#1b151b
}
.outline-violet-warm-5v {
  outline-color:#fef2ff
}
.outline-violet-warm-10v {
  outline-color:#fbdcff
}
.outline-violet-warm-20v {
  outline-color:#f4b2ff
}
.outline-violet-warm-30v {
  outline-color:#ee83ff
}
.outline-violet-warm-40v {
  outline-color:#d85bef
}
.outline-violet-warm-50v {
  outline-color:#be32d0
}
.outline-violet-warm-60v {
  outline-color:#93348c
}
.outline-violet-warm-70v {
  outline-color:#711e6c
}
.outline-violet-warm-80v {
  outline-color:#481441
}
.outline-white-transparent-5 {
  outline-color:rgba(255,255,255,.01)
}
.outline-white-transparent-10 {
  outline-color:rgba(255,255,255,.1)
}
.outline-white-transparent-20 {
  outline-color:rgba(255,255,255,.2)
}
.outline-white-transparent-30 {
  outline-color:rgba(255,255,255,.3)
}
.outline-white-transparent-40 {
  outline-color:rgba(255,255,255,.4)
}
.outline-white-transparent-50 {
  outline-color:rgba(255,255,255,.5)
}
.outline-white-transparent-60 {
  outline-color:rgba(255,255,255,.6)
}
.outline-white-transparent-70 {
  outline-color:rgba(255,255,255,.7)
}
.outline-white-transparent-80 {
  outline-color:rgba(255,255,255,.8)
}
.outline-white-transparent-90 {
  outline-color:rgba(255,255,255,.9)
}
.outline-yellow-5 {
  outline-color:#faf3d1
}
.outline-yellow-10 {
  outline-color:#f5e6af
}
.outline-yellow-20 {
  outline-color:#e6c74c
}
.outline-yellow-30 {
  outline-color:#c9ab48
}
.outline-yellow-40 {
  outline-color:#a88f48
}
.outline-yellow-50 {
  outline-color:#8a7237
}
.outline-yellow-60 {
  outline-color:#6b5a39
}
.outline-yellow-70 {
  outline-color:#504332
}
.outline-yellow-80 {
  outline-color:#332d27
}
.outline-yellow-90 {
  outline-color:#1a1614
}
.outline-yellow-5v {
  outline-color:#fff5c2
}
.outline-yellow-10v {
  outline-color:#fee685
}
.outline-yellow-20v {
  outline-color:#face00
}
.outline-yellow-30v {
  outline-color:#ddaa01
}
.outline-yellow-40v {
  outline-color:#b38c00
}
.outline-yellow-50v {
  outline-color:#947100
}
.outline-yellow-60v {
  outline-color:#776017
}
.outline-yellow-70v {
  outline-color:#5c4809
}
.outline-yellow-80v {
  outline-color:#422d19
}
.overflow-hidden {
  overflow:hidden
}
.overflow-y-hidden {
  overflow-y:hidden
}
.overflow-x-hidden {
  overflow-x:hidden
}
.overflow-scroll {
  overflow:scroll
}
.overflow-y-scroll {
  overflow-y:scroll
}
.overflow-x-scroll {
  overflow-x:scroll
}
.overflow-auto {
  overflow:auto
}
.overflow-y-auto {
  overflow-y:auto
}
.overflow-x-auto {
  overflow-x:auto
}
.overflow-visible {
  overflow:visible
}
.overflow-y-visible {
  overflow-y:visible
}
.overflow-x-visible {
  overflow-x:visible
}
.padding-1px {
  padding:1px
}
.padding-y-1px {
  padding-top:1px;
  padding-bottom:1px
}
.padding-x-1px {
  padding-left:1px;
  padding-right:1px
}
.padding-top-1px {
  padding-top:1px
}
.padding-right-1px {
  padding-right:1px
}
.padding-bottom-1px {
  padding-bottom:1px
}
.padding-left-1px {
  padding-left:1px
}
.padding-2px {
  padding:2px
}
.padding-y-2px {
  padding-top:2px;
  padding-bottom:2px
}
.padding-x-2px {
  padding-left:2px;
  padding-right:2px
}
.padding-top-2px {
  padding-top:2px
}
.padding-right-2px {
  padding-right:2px
}
.padding-bottom-2px {
  padding-bottom:2px
}
.padding-left-2px {
  padding-left:2px
}
.padding-05 {
  padding:.25rem
}
.padding-y-05 {
  padding-top:.25rem;
  padding-bottom:.25rem
}
.padding-x-05 {
  padding-left:.25rem;
  padding-right:.25rem
}
.padding-top-05 {
  padding-top:.25rem
}
.padding-right-05 {
  padding-right:.25rem
}
.padding-bottom-05 {
  padding-bottom:.25rem
}
.padding-left-05 {
  padding-left:.25rem
}
.padding-1 {
  padding:.5rem
}
.padding-y-1 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.padding-x-1 {
  padding-left:.5rem;
  padding-right:.5rem
}
.padding-top-1 {
  padding-top:.5rem
}
.padding-right-1 {
  padding-right:.5rem
}
.padding-bottom-1 {
  padding-bottom:.5rem
}
.padding-left-1 {
  padding-left:.5rem
}
.padding-105 {
  padding:.75rem
}
.padding-y-105 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.padding-x-105 {
  padding-left:.75rem;
  padding-right:.75rem
}
.padding-top-105 {
  padding-top:.75rem
}
.padding-right-105 {
  padding-right:.75rem
}
.padding-bottom-105 {
  padding-bottom:.75rem
}
.padding-left-105 {
  padding-left:.75rem
}
.padding-2 {
  padding:1rem
}
.padding-y-2 {
  padding-top:1rem;
  padding-bottom:1rem
}
.padding-x-2 {
  padding-left:1rem;
  padding-right:1rem
}
.padding-top-2 {
  padding-top:1rem
}
.padding-right-2 {
  padding-right:1rem
}
.block-wizardenglish div.usa-prose h1 .usa-pros,
.padding-bottom-2 {
  padding-bottom:1rem
}
.padding-left-2 {
  padding-left:1rem
}
.padding-205 {
  padding:1.25rem
}
.padding-y-205 {
  padding-top:1.25rem;
  padding-bottom:1.25rem
}
.padding-x-205 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.padding-top-205 {
  padding-top:1.25rem
}
.padding-right-205 {
  padding-right:1.25rem
}
.padding-bottom-205 {
  padding-bottom:1.25rem
}
.padding-left-205 {
  padding-left:1.25rem
}
.padding-3 {
  padding:1.5rem
}
.padding-y-3 {
  padding-top:1.5rem;
  padding-bottom:1.5rem
}
.padding-x-3 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.padding-top-3 {
  padding-top:1.5rem
}
.padding-right-3 {
  padding-right:1.5rem
}
.padding-bottom-3 {
  padding-bottom:1.5rem
}
.padding-left-3 {
  padding-left:1.5rem
}
.padding-4 {
  padding:2rem
}
.padding-y-4 {
  padding-top:2rem;
  padding-bottom:2rem
}
.padding-x-4 {
  padding-left:2rem;
  padding-right:2rem
}
.padding-top-4 {
  padding-top:2rem
}
.padding-right-4 {
  padding-right:2rem
}
.padding-bottom-4 {
  padding-bottom:2rem
}
.padding-left-4 {
  padding-left:2rem
}
.padding-5 {
  padding:2.5rem
}
.padding-y-5 {
  padding-top:2.5rem;
  padding-bottom:2.5rem
}
.padding-x-5 {
  padding-left:2.5rem;
  padding-right:2.5rem
}
.padding-top-5 {
  padding-top:2.5rem
}
.padding-right-5 {
  padding-right:2.5rem
}
.padding-bottom-5 {
  padding-bottom:2.5rem
}
.padding-left-5 {
  padding-left:2.5rem
}
.padding-6 {
  padding:3rem
}
.padding-y-6 {
  padding-top:3rem;
  padding-bottom:3rem
}
.padding-x-6 {
  padding-left:3rem;
  padding-right:3rem
}
.padding-top-6 {
  padding-top:3rem
}
.padding-right-6 {
  padding-right:3rem
}
.padding-bottom-6 {
  padding-bottom:3rem
}
.padding-left-6 {
  padding-left:3rem
}
.padding-7 {
  padding:3.5rem
}
.padding-y-7 {
  padding-top:3.5rem;
  padding-bottom:3.5rem
}
.padding-x-7 {
  padding-left:3.5rem;
  padding-right:3.5rem
}
.padding-top-7 {
  padding-top:3.5rem
}
.padding-right-7 {
  padding-right:3.5rem
}
.padding-bottom-7 {
  padding-bottom:3.5rem
}
.padding-left-7 {
  padding-left:3.5rem
}
.padding-8 {
  padding:4rem
}
.padding-y-8 {
  padding-top:4rem;
  padding-bottom:4rem
}
.padding-x-8 {
  padding-left:4rem;
  padding-right:4rem
}
.padding-top-8 {
  padding-top:4rem
}
.padding-right-8 {
  padding-right:4rem
}
.padding-bottom-8 {
  padding-bottom:4rem
}
.padding-left-8 {
  padding-left:4rem
}
.padding-9 {
  padding:4.5rem
}
.padding-y-9 {
  padding-top:4.5rem;
  padding-bottom:4.5rem
}
.padding-x-9 {
  padding-left:4.5rem;
  padding-right:4.5rem
}
.padding-top-9 {
  padding-top:4.5rem
}
.padding-right-9 {
  padding-right:4.5rem
}
.padding-bottom-9 {
  padding-bottom:4.5rem
}
.padding-left-9 {
  padding-left:4.5rem
}
.padding-10 {
  padding:5rem
}
.padding-y-10 {
  padding-top:5rem;
  padding-bottom:5rem
}
.padding-x-10 {
  padding-left:5rem;
  padding-right:5rem
}
.padding-top-10 {
  padding-top:5rem
}
.padding-right-10 {
  padding-right:5rem
}
.padding-bottom-10 {
  padding-bottom:5rem
}
.padding-left-10 {
  padding-left:5rem
}
.padding-15 {
  padding:7.5rem
}
.padding-y-15 {
  padding-top:7.5rem;
  padding-bottom:7.5rem
}
.padding-x-15 {
  padding-left:7.5rem;
  padding-right:7.5rem
}
.padding-top-15 {
  padding-top:7.5rem
}
.padding-right-15 {
  padding-right:7.5rem
}
.padding-bottom-15 {
  padding-bottom:7.5rem
}
.padding-left-15 {
  padding-left:7.5rem
}
.padding-0 {
  padding:0
}
.padding-y-0 {
  padding-top:0;
  padding-bottom:0
}
.padding-x-0 {
  padding-left:0;
  padding-right:0
}
.padding-top-0 {
  padding-top:0
}
.padding-right-0 {
  padding-right:0
}
.padding-bottom-0 {
  padding-bottom:0
}
.padding-left-0 {
  padding-left:0
}
.pin-all {
  bottom:0;
  top:0
}
.pin-all,
.pin-x {
  left:0;
  right:0;
  position:absolute
}
.pin-y {
  top:0
}
.pin-bottom,
.pin-y {
  bottom:0;
  position:absolute
}
.pin-left {
  left:0;
  position:absolute
}
.pin-right {
  right:0;
  position:absolute
}
.pin-top {
  top:0;
  position:absolute
}
.pin-none {
  bottom:auto;
  left:auto;
  right:auto;
  top:auto;
  position:static
}
.position-absolute {
  position:absolute
}
.position-fixed {
  position:fixed
}
.position-relative {
  position:relative
}
.position-static {
  position:static
}
.position-sticky {
  position:sticky
}
.right-1px {
  right:1px
}
.right-2px {
  right:2px
}
.right-05 {
  right:.25rem
}
.right-1 {
  right:.5rem
}
.right-105 {
  right:.75rem
}
.right-2 {
  right:1rem
}
.right-205 {
  right:1.25rem
}
.right-3 {
  right:1.5rem
}
.right-neg-1px {
  right:-1px
}
.right-neg-2px {
  right:-2px
}
.right-neg-05 {
  right:-.25rem
}
.right-neg-1 {
  right:-.5rem
}
.right-neg-105 {
  right:-.75rem
}
.right-neg-2 {
  right:-1rem
}
.right-neg-205 {
  right:-1.25rem
}
.right-neg-3 {
  right:-1.5rem
}
.right-0 {
  right:0
}
.right-auto {
  right:auto
}
.square-1px {
  height:1px;
  width:1px
}
.square-2px {
  height:2px;
  width:2px
}
.square-05 {
  height:.25rem;
  width:.25rem
}
.square-1 {
  height:.5rem;
  width:.5rem
}
.square-105 {
  height:.75rem;
  width:.75rem
}
.square-2 {
  height:1rem;
  width:1rem
}
.square-205 {
  height:1.25rem;
  width:1.25rem
}
.square-3 {
  height:1.5rem;
  width:1.5rem
}
.square-4 {
  height:2rem;
  width:2rem
}
#slides-list .slick-arrow img,
.square-5 {
  height:2.5rem;
  width:2.5rem
}
.square-6 {
  height:3rem;
  width:3rem
}
.square-7 {
  height:3.5rem;
  width:3.5rem
}
.square-8 {
  height:4rem;
  width:4rem
}
.square-9 {
  height:4.5rem;
  width:4.5rem
}
.square-10 {
  height:5rem;
  width:5rem
}
.square-15 {
  height:7.5rem;
  width:7.5rem
}
.square-card {
  height:10rem;
  width:10rem
}
.square-card-lg {
  height:15rem;
  width:15rem
}
.square-mobile {
  height:20rem;
  width:20rem
}
.text-center {
  text-align:center
}
.text-left {
  text-align:left
}
.text-justify {
  text-align:justify
}
.text-right {
  text-align:right
}
.hover\:text-strike:hover,
.text-strike {
  text-decoration:line-through
}
.hover\:text-underline:hover,
.text-underline {
  text-decoration:underline
}
.hover\:text-no-strike:hover,
.hover\:text-no-underline:hover,
.text-no-strike,
.text-no-underline {
  text-decoration:none
}
.hover\:underline-base-lightest:hover,
.underline-base-lightest {
  text-decoration-color:#f0f0f0
}
.hover\:underline-base-lighter:hover,
.underline-base-lighter {
  text-decoration-color:#dfe1e2
}
.hover\:underline-base-light:hover,
.underline-base-light {
  text-decoration-color:#a9aeb1
}
.hover\:underline-base:hover,
.underline-base {
  text-decoration-color:#71767a
}
.hover\:underline-base-dark:hover,
.underline-base-dark {
  text-decoration-color:#565c65
}
.hover\:underline-base-darker:hover,
.underline-base-darker {
  text-decoration-color:#3d4551
}
.hover\:underline-base-darkest:hover,
.hover\:underline-ink:hover,
.underline-base-darkest,
.underline-ink {
  text-decoration-color:#1b1b1b
}
.hover\:underline-primary-lighter:hover,
.underline-primary-lighter {
  text-decoration-color:#ccecf2
}
.hover\:underline-primary-light:hover,
.underline-primary-light {
  text-decoration-color:#73b3e7
}
.hover\:underline-primary:hover,
.underline-primary {
  text-decoration-color:#00bde3
}
.hover\:underline-primary-vivid:hover,
.underline-primary-vivid {
  text-decoration-color:#0050d8
}
.hover\:underline-primary-dark:hover,
.hover\:underline-primary-darker:hover,
.underline-primary-dark,
.underline-primary-darker {
  text-decoration-color:#009ec1
}
.hover\:underline-secondary-lighter:hover,
.underline-secondary-lighter {
  text-decoration-color:#f3e1e4
}
.hover\:underline-secondary-light:hover,
.underline-secondary-light {
  text-decoration-color:#f2938c
}
.hover\:underline-secondary:hover,
.underline-secondary {
  text-decoration-color:#ccecf2
}
.hover\:underline-secondary-vivid:hover,
.underline-secondary-vivid {
  text-decoration-color:#e41d3d
}
.hover\:underline-secondary-dark:hover,
.hover\:underline-secondary-darker:hover,
.underline-secondary-dark,
.underline-secondary-darker {
  text-decoration-color:#99deea
}
.hover\:underline-accent-warm-darker:hover,
.underline-accent-warm-darker {
  text-decoration-color:#775540
}
.hover\:underline-accent-warm-dark:hover,
.underline-accent-warm-dark {
  text-decoration-color:#c05600
}
.hover\:underline-accent-warm:hover,
.underline-accent-warm {
  text-decoration-color:#fa9441
}
.hover\:underline-accent-warm-light:hover,
.underline-accent-warm-light {
  text-decoration-color:#ffbc78
}
.hover\:underline-accent-warm-lighter:hover,
.underline-accent-warm-lighter {
  text-decoration-color:#f2e4d4
}
.hover\:underline-accent-cool-darker:hover,
.underline-accent-cool-darker {
  text-decoration-color:#07648d
}
.hover\:underline-accent-cool-dark:hover,
.underline-accent-cool-dark {
  text-decoration-color:#28a0cb
}
.hover\:underline-accent-cool:hover,
.underline-accent-cool {
  text-decoration-color:#00bde3
}
.hover\:underline-accent-cool-light:hover,
.underline-accent-cool-light {
  text-decoration-color:#97d4ea
}
.hover\:underline-accent-cool-lighter:hover,
.underline-accent-cool-lighter {
  text-decoration-color:#e1f3f8
}
.hover\:underline-gray-5:hover,
.underline-gray-5 {
  text-decoration-color:#f0f0f0
}
.hover\:underline-gray-10:hover,
.underline-gray-10 {
  text-decoration-color:#e6e6e6
}
.hover\:underline-gray-30:hover,
.underline-gray-30 {
  text-decoration-color:#adadad
}
.hover\:underline-gray-50:hover,
.underline-gray-50 {
  text-decoration-color:#757575
}
.hover\:underline-gray-70:hover,
.underline-gray-70 {
  text-decoration-color:#454545
}
.hover\:underline-gray-90:hover,
.underline-gray-90 {
  text-decoration-color:#1b1b1b
}
.hover\:underline-transparent:hover,
.underline-transparent {
  text-decoration-color:transparent
}
.hover\:underline-black:hover,
.underline-black {
  text-decoration-color:#000
}
.hover\:underline-white:hover,
.underline-white {
  text-decoration-color:#fff
}
.hover\:underline-error-lighter:hover,
.underline-error-lighter {
  text-decoration-color:#f4e3db
}
.hover\:underline-error-light:hover,
.underline-error-light {
  text-decoration-color:#f39268
}
.hover\:underline-error:hover,
.underline-error {
  text-decoration-color:#d83933
}
.hover\:underline-error-dark:hover,
.underline-error-dark {
  text-decoration-color:#b50909
}
.hover\:underline-error-darker:hover,
.underline-error-darker {
  text-decoration-color:#6f3331
}
.hover\:underline-warning-lighter:hover,
.underline-warning-lighter {
  text-decoration-color:#faf3d1
}
.hover\:underline-warning-light:hover,
.underline-warning-light {
  text-decoration-color:#fee685
}
.hover\:underline-warning:hover,
.underline-warning {
  text-decoration-color:#ffbe2e
}
.hover\:underline-warning-dark:hover,
.underline-warning-dark {
  text-decoration-color:#e5a000
}
.hover\:underline-warning-darker:hover,
.underline-warning-darker {
  text-decoration-color:#936f38
}
.hover\:underline-success-lighter:hover,
.underline-success-lighter {
  text-decoration-color:#ecf3ec
}
.hover\:underline-success-light:hover,
.underline-success-light {
  text-decoration-color:#70e17b
}
.hover\:underline-success:hover,
.underline-success {
  text-decoration-color:#00a91c
}
.hover\:underline-success-dark:hover,
.underline-success-dark {
  text-decoration-color:#008817
}
.hover\:underline-success-darker:hover,
.underline-success-darker {
  text-decoration-color:#216e1f
}
.hover\:underline-info-lighter:hover,
.underline-info-lighter {
  text-decoration-color:#e7f6f8
}
.hover\:underline-info-light:hover,
.underline-info-light {
  text-decoration-color:#99deea
}
.hover\:underline-info:hover,
.underline-info {
  text-decoration-color:#00bde3
}
.hover\:underline-info-dark:hover,
.underline-info-dark {
  text-decoration-color:#009ec1
}
.hover\:underline-info-darker:hover,
.underline-info-darker {
  text-decoration-color:#2e6276
}
.hover\:underline-disabled-light:hover,
.underline-disabled-light {
  text-decoration-color:#e6e6e6
}
.hover\:underline-disabled:hover,
.underline-disabled {
  text-decoration-color:#c9c9c9
}
.hover\:underline-disabled-dark:hover,
.underline-disabled-dark {
  text-decoration-color:#adadad
}
.hover\:underline-emergency:hover,
.underline-emergency {
  text-decoration-color:#9c3d10
}
.hover\:underline-emergency-dark:hover,
.underline-emergency-dark {
  text-decoration-color:#332d29
}
.hover\:underline-red:hover,
.underline-red {
  text-decoration-color:#e52207
}
.hover\:underline-orange:hover,
.underline-orange {
  text-decoration-color:#e66f0e
}
.hover\:underline-gold:hover,
.underline-gold {
  text-decoration-color:#ffbe2e
}
.hover\:underline-yellow:hover,
.underline-yellow {
  text-decoration-color:#fee685
}
.hover\:underline-green:hover,
.underline-green {
  text-decoration-color:#538200
}
.hover\:underline-mint:hover,
.underline-mint {
  text-decoration-color:#04c585
}
.hover\:underline-cyan:hover,
.underline-cyan {
  text-decoration-color:#009ec1
}
.hover\:underline-blue:hover,
.underline-blue {
  text-decoration-color:#0076d6
}
.hover\:underline-indigo:hover,
.underline-indigo {
  text-decoration-color:#676cc8
}
.hover\:underline-violet:hover,
.underline-violet {
  text-decoration-color:#8168b3
}
.hover\:underline-magenta:hover,
.underline-magenta {
  text-decoration-color:#d72d79
}
.hover\:underline-black-transparent-5:hover,
.underline-black-transparent-5 {
  text-decoration-color:rgba(0,0,0,.01)
}
.hover\:underline-black-transparent-10:hover,
.underline-black-transparent-10 {
  text-decoration-color:rgba(0,0,0,.1)
}
.hover\:underline-black-transparent-20:hover,
.underline-black-transparent-20 {
  text-decoration-color:rgba(0,0,0,.2)
}
.hover\:underline-black-transparent-30:hover,
.underline-black-transparent-30 {
  text-decoration-color:rgba(0,0,0,.3)
}
.hover\:underline-black-transparent-40:hover,
.underline-black-transparent-40 {
  text-decoration-color:rgba(0,0,0,.4)
}
.hover\:underline-black-transparent-50:hover,
.underline-black-transparent-50 {
  text-decoration-color:rgba(0,0,0,.5)
}
.hover\:underline-black-transparent-60:hover,
.underline-black-transparent-60 {
  text-decoration-color:rgba(0,0,0,.6)
}
.hover\:underline-black-transparent-70:hover,
.underline-black-transparent-70 {
  text-decoration-color:rgba(0,0,0,.7)
}
.hover\:underline-black-transparent-80:hover,
.underline-black-transparent-80 {
  text-decoration-color:rgba(0,0,0,.8)
}
.hover\:underline-black-transparent-90:hover,
.underline-black-transparent-90 {
  text-decoration-color:rgba(0,0,0,.9)
}
.hover\:underline-gray-cool-1:hover,
.underline-gray-cool-1 {
  text-decoration-color:#fbfcfd
}
.hover\:underline-gray-cool-2:hover,
.underline-gray-cool-2 {
  text-decoration-color:#f7f9fa
}
.hover\:underline-gray-cool-3:hover,
.underline-gray-cool-3 {
  text-decoration-color:#f5f6f7
}
.hover\:underline-gray-cool-4:hover,
.underline-gray-cool-4 {
  text-decoration-color:#f1f3f6
}
.hover\:underline-gray-cool-5:hover,
.underline-gray-cool-5 {
  text-decoration-color:#edeff0
}
.hover\:underline-gray-cool-10:hover,
.underline-gray-cool-10 {
  text-decoration-color:#dfe1e2
}
.hover\:underline-gray-cool-20:hover,
.underline-gray-cool-20 {
  text-decoration-color:#c6cace
}
.hover\:underline-gray-cool-30:hover,
.underline-gray-cool-30 {
  text-decoration-color:#a9aeb1
}
.hover\:underline-gray-cool-40:hover,
.underline-gray-cool-40 {
  text-decoration-color:#8d9297
}
.hover\:underline-gray-cool-50:hover,
.underline-gray-cool-50 {
  text-decoration-color:#71767a
}
.hover\:underline-gray-cool-60:hover,
.underline-gray-cool-60 {
  text-decoration-color:#565c65
}
.hover\:underline-gray-cool-70:hover,
.underline-gray-cool-70 {
  text-decoration-color:#3d4551
}
.hover\:underline-gray-cool-80:hover,
.underline-gray-cool-80 {
  text-decoration-color:#2d2e2f
}
.hover\:underline-gray-cool-90:hover,
.underline-gray-cool-90 {
  text-decoration-color:#1c1d1f
}
.hover\:underline-gray-1:hover,
.underline-gray-1 {
  text-decoration-color:#fcfcfc
}
.hover\:underline-gray-2:hover,
.underline-gray-2 {
  text-decoration-color:#f9f9f9
}
.hover\:underline-gray-3:hover,
.underline-gray-3 {
  text-decoration-color:#f6f6f6
}
.hover\:underline-gray-4:hover,
.underline-gray-4 {
  text-decoration-color:#f3f3f3
}
.hover\:underline-gray-20:hover,
.underline-gray-20 {
  text-decoration-color:#c9c9c9
}
.hover\:underline-gray-40:hover,
.underline-gray-40 {
  text-decoration-color:#919191
}
.hover\:underline-gray-60:hover,
.underline-gray-60 {
  text-decoration-color:#5c5c5c
}
.hover\:underline-gray-80:hover,
.underline-gray-80 {
  text-decoration-color:#2e2e2e
}
.hover\:underline-gray-warm-1:hover,
.underline-gray-warm-1 {
  text-decoration-color:#fcfcfb
}
.hover\:underline-gray-warm-2:hover,
.underline-gray-warm-2 {
  text-decoration-color:#f9f9f7
}
.hover\:underline-gray-warm-3:hover,
.underline-gray-warm-3 {
  text-decoration-color:#f6f6f2
}
.hover\:underline-gray-warm-4:hover,
.underline-gray-warm-4 {
  text-decoration-color:#f5f5f0
}
.hover\:underline-gray-warm-5:hover,
.underline-gray-warm-5 {
  text-decoration-color:#f0f0ec
}
.hover\:underline-gray-warm-10:hover,
.underline-gray-warm-10 {
  text-decoration-color:#e6e6e2
}
.hover\:underline-gray-warm-20:hover,
.underline-gray-warm-20 {
  text-decoration-color:#cac9c0
}
.hover\:underline-gray-warm-30:hover,
.underline-gray-warm-30 {
  text-decoration-color:#afaea2
}
.hover\:underline-gray-warm-40:hover,
.underline-gray-warm-40 {
  text-decoration-color:#929285
}
.hover\:underline-gray-warm-50:hover,
.underline-gray-warm-50 {
  text-decoration-color:#76766a
}
.hover\:underline-gray-warm-60:hover,
.underline-gray-warm-60 {
  text-decoration-color:#5d5d52
}
.hover\:underline-gray-warm-70:hover,
.underline-gray-warm-70 {
  text-decoration-color:#454540
}
.hover\:underline-gray-warm-80:hover,
.underline-gray-warm-80 {
  text-decoration-color:#2e2e2a
}
.hover\:underline-gray-warm-90:hover,
.underline-gray-warm-90 {
  text-decoration-color:#171716
}
.hover\:underline-blue-cool-5:hover,
.underline-blue-cool-5 {
  text-decoration-color:#e7f2f5
}
.hover\:underline-blue-cool-10:hover,
.underline-blue-cool-10 {
  text-decoration-color:#dae9ee
}
.hover\:underline-blue-cool-20:hover,
.underline-blue-cool-20 {
  text-decoration-color:#adcfdc
}
.hover\:underline-blue-cool-30:hover,
.underline-blue-cool-30 {
  text-decoration-color:#82b4c9
}
.hover\:underline-blue-cool-40:hover,
.underline-blue-cool-40 {
  text-decoration-color:#6499af
}
.hover\:underline-blue-cool-50:hover,
.underline-blue-cool-50 {
  text-decoration-color:#3a7d95
}
.hover\:underline-blue-cool-60:hover,
.underline-blue-cool-60 {
  text-decoration-color:#2e6276
}
.hover\:underline-blue-cool-70:hover,
.underline-blue-cool-70 {
  text-decoration-color:#224a58
}
.hover\:underline-blue-cool-80:hover,
.underline-blue-cool-80 {
  text-decoration-color:#14333d
}
.hover\:underline-blue-cool-90:hover,
.underline-blue-cool-90 {
  text-decoration-color:#0f191c
}
.hover\:underline-blue-cool-5v:hover,
.underline-blue-cool-5v {
  text-decoration-color:#e1f3f8
}
.hover\:underline-blue-cool-10v:hover,
.underline-blue-cool-10v {
  text-decoration-color:#c3ebfa
}
.hover\:underline-blue-cool-20v:hover,
.underline-blue-cool-20v {
  text-decoration-color:#97d4ea
}
.hover\:underline-blue-cool-30v:hover,
.underline-blue-cool-30v {
  text-decoration-color:#59b9de
}
.hover\:underline-blue-cool-40v:hover,
.underline-blue-cool-40v {
  text-decoration-color:#28a0cb
}
.hover\:underline-blue-cool-50v:hover,
.underline-blue-cool-50v {
  text-decoration-color:#0d7ea2
}
.hover\:underline-blue-cool-60v:hover,
.underline-blue-cool-60v {
  text-decoration-color:#07648d
}
.hover\:underline-blue-cool-70v:hover,
.underline-blue-cool-70v {
  text-decoration-color:#074b69
}
.hover\:underline-blue-cool-80v:hover,
.underline-blue-cool-80v {
  text-decoration-color:#002d3f
}
.hover\:underline-blue-5:hover,
.underline-blue-5 {
  text-decoration-color:#eff6fb
}
.hover\:underline-blue-10:hover,
.underline-blue-10 {
  text-decoration-color:#d9e8f6
}
.hover\:underline-blue-20:hover,
.underline-blue-20 {
  text-decoration-color:#aacdec
}
.hover\:underline-blue-30:hover,
.underline-blue-30 {
  text-decoration-color:#73b3e7
}
.hover\:underline-blue-40:hover,
.underline-blue-40 {
  text-decoration-color:#4f97d1
}
.hover\:underline-blue-50:hover,
.underline-blue-50 {
  text-decoration-color:#2378c3
}
.hover\:underline-blue-60:hover,
.underline-blue-60 {
  text-decoration-color:#2c608a
}
.hover\:underline-blue-70:hover,
.underline-blue-70 {
  text-decoration-color:#274863
}
.hover\:underline-blue-80:hover,
.underline-blue-80 {
  text-decoration-color:#1f303e
}
.hover\:underline-blue-90:hover,
.underline-blue-90 {
  text-decoration-color:#11181d
}
.hover\:underline-blue-5v:hover,
.underline-blue-5v {
  text-decoration-color:#e8f5ff
}
.hover\:underline-blue-10v:hover,
.underline-blue-10v {
  text-decoration-color:#cfe8ff
}
.hover\:underline-blue-20v:hover,
.underline-blue-20v {
  text-decoration-color:#a1d3ff
}
.hover\:underline-blue-30v:hover,
.underline-blue-30v {
  text-decoration-color:#58b4ff
}
.hover\:underline-blue-40v:hover,
.underline-blue-40v {
  text-decoration-color:#2491ff
}
.hover\:underline-blue-50v:hover,
.underline-blue-50v {
  text-decoration-color:#0076d6
}
.hover\:underline-blue-60v:hover,
.underline-blue-60v {
  text-decoration-color:#005ea2
}
.hover\:underline-blue-70v:hover,
.underline-blue-70v {
  text-decoration-color:#0b4778
}
.hover\:underline-blue-80v:hover,
.underline-blue-80v {
  text-decoration-color:#112f4e
}
.hover\:underline-blue-warm-5:hover,
.underline-blue-warm-5 {
  text-decoration-color:#ecf1f7
}
.hover\:underline-blue-warm-10:hover,
.underline-blue-warm-10 {
  text-decoration-color:#e1e7f1
}
.hover\:underline-blue-warm-20:hover,
.underline-blue-warm-20 {
  text-decoration-color:#bbcae4
}
.hover\:underline-blue-warm-30:hover,
.underline-blue-warm-30 {
  text-decoration-color:#98afd2
}
.hover\:underline-blue-warm-40:hover,
.underline-blue-warm-40 {
  text-decoration-color:#7292c7
}
.hover\:underline-blue-warm-50:hover,
.underline-blue-warm-50 {
  text-decoration-color:#4a77b4
}
.hover\:underline-blue-warm-60:hover,
.underline-blue-warm-60 {
  text-decoration-color:#345d96
}
.hover\:underline-blue-warm-70:hover,
.underline-blue-warm-70 {
  text-decoration-color:#2f4668
}
.hover\:underline-blue-warm-80:hover,
.underline-blue-warm-80 {
  text-decoration-color:#252f3e
}
.hover\:underline-blue-warm-90:hover,
.underline-blue-warm-90 {
  text-decoration-color:#13171f
}
.hover\:underline-blue-warm-5v:hover,
.underline-blue-warm-5v {
  text-decoration-color:#edf5ff
}
.hover\:underline-blue-warm-10v:hover,
.underline-blue-warm-10v {
  text-decoration-color:#d4e5ff
}
.hover\:underline-blue-warm-20v:hover,
.underline-blue-warm-20v {
  text-decoration-color:#adcdff
}
.hover\:underline-blue-warm-30v:hover,
.underline-blue-warm-30v {
  text-decoration-color:#81aefc
}
.hover\:underline-blue-warm-40v:hover,
.underline-blue-warm-40v {
  text-decoration-color:#5994f6
}
.hover\:underline-blue-warm-50v:hover,
.underline-blue-warm-50v {
  text-decoration-color:#2672de
}
.hover\:underline-blue-warm-60v:hover,
.underline-blue-warm-60v {
  text-decoration-color:#0050d8
}
.hover\:underline-blue-warm-70v:hover,
.underline-blue-warm-70v {
  text-decoration-color:#1a4480
}
.hover\:underline-blue-warm-80v:hover,
.underline-blue-warm-80v {
  text-decoration-color:#162e51
}
.hover\:underline-cyan-5:hover,
.underline-cyan-5 {
  text-decoration-color:#e7f6f8
}
.hover\:underline-cyan-10:hover,
.underline-cyan-10 {
  text-decoration-color:#ccecf2
}
.hover\:underline-cyan-20:hover,
.underline-cyan-20 {
  text-decoration-color:#99deea
}
.hover\:underline-cyan-30:hover,
.underline-cyan-30 {
  text-decoration-color:#5dc0d1
}
.hover\:underline-cyan-40:hover,
.underline-cyan-40 {
  text-decoration-color:#449dac
}
.hover\:underline-cyan-50:hover,
.underline-cyan-50 {
  text-decoration-color:#168092
}
.hover\:underline-cyan-60:hover,
.underline-cyan-60 {
  text-decoration-color:#2a646d
}
.hover\:underline-cyan-70:hover,
.underline-cyan-70 {
  text-decoration-color:#2c4a4e
}
.hover\:underline-cyan-80:hover,
.underline-cyan-80 {
  text-decoration-color:#203133
}
.hover\:underline-cyan-90:hover,
.underline-cyan-90 {
  text-decoration-color:#111819
}
.hover\:underline-cyan-5v:hover,
.underline-cyan-5v {
  text-decoration-color:#e5faff
}
.hover\:underline-cyan-10v:hover,
.underline-cyan-10v {
  text-decoration-color:#a8f2ff
}
.hover\:underline-cyan-20v:hover,
.underline-cyan-20v {
  text-decoration-color:#52daf2
}
.hover\:underline-cyan-30v:hover,
.underline-cyan-30v {
  text-decoration-color:#00bde3
}
.hover\:underline-cyan-40v:hover,
.underline-cyan-40v {
  text-decoration-color:#009ec1
}
.hover\:underline-cyan-50v:hover,
.underline-cyan-50v {
  text-decoration-color:#0081a1
}
.hover\:underline-cyan-60v:hover,
.underline-cyan-60v {
  text-decoration-color:#00687d
}
.hover\:underline-cyan-70v:hover,
.underline-cyan-70v {
  text-decoration-color:#0e4f5c
}
.hover\:underline-cyan-80v:hover,
.underline-cyan-80v {
  text-decoration-color:#093b44
}
.hover\:underline-gold-5:hover,
.underline-gold-5 {
  text-decoration-color:#f5f0e6
}
.hover\:underline-gold-10:hover,
.underline-gold-10 {
  text-decoration-color:#f1e5cd
}
.hover\:underline-gold-20:hover,
.underline-gold-20 {
  text-decoration-color:#dec69a
}
.hover\:underline-gold-30:hover,
.underline-gold-30 {
  text-decoration-color:#c7a97b
}
.hover\:underline-gold-40:hover,
.underline-gold-40 {
  text-decoration-color:#ad8b65
}
.hover\:underline-gold-50:hover,
.underline-gold-50 {
  text-decoration-color:#8e704f
}
.hover\:underline-gold-60:hover,
.underline-gold-60 {
  text-decoration-color:#6b5947
}
.hover\:underline-gold-70:hover,
.underline-gold-70 {
  text-decoration-color:#4d4438
}
.hover\:underline-gold-80:hover,
.underline-gold-80 {
  text-decoration-color:#322d26
}
.hover\:underline-gold-90:hover,
.underline-gold-90 {
  text-decoration-color:#191714
}
.hover\:underline-gold-5v:hover,
.underline-gold-5v {
  text-decoration-color:#fef0c8
}
.hover\:underline-gold-10v:hover,
.underline-gold-10v {
  text-decoration-color:#ffe396
}
.hover\:underline-gold-20v:hover,
.underline-gold-20v {
  text-decoration-color:#ffbe2e
}
.hover\:underline-gold-30v:hover,
.underline-gold-30v {
  text-decoration-color:#e5a000
}
.hover\:underline-gold-40v:hover,
.underline-gold-40v {
  text-decoration-color:#c2850c
}
.hover\:underline-gold-50v:hover,
.underline-gold-50v {
  text-decoration-color:#936f38
}
.hover\:underline-gold-60v:hover,
.underline-gold-60v {
  text-decoration-color:#7a591a
}
.hover\:underline-gold-70v:hover,
.underline-gold-70v {
  text-decoration-color:#5c410a
}
.hover\:underline-gold-80v:hover,
.underline-gold-80v {
  text-decoration-color:#3b2b15
}
.hover\:underline-green-cool-5:hover,
.underline-green-cool-5 {
  text-decoration-color:#ecf3ec
}
.hover\:underline-green-cool-10:hover,
.underline-green-cool-10 {
  text-decoration-color:#dbebde
}
.hover\:underline-green-cool-20:hover,
.underline-green-cool-20 {
  text-decoration-color:#b4d0b9
}
.hover\:underline-green-cool-30:hover,
.underline-green-cool-30 {
  text-decoration-color:#86b98e
}
.hover\:underline-green-cool-40:hover,
.underline-green-cool-40 {
  text-decoration-color:#5e9f69
}
.hover\:underline-green-cool-50:hover,
.underline-green-cool-50 {
  text-decoration-color:#4d8055
}
.hover\:underline-green-cool-60:hover,
.underline-green-cool-60 {
  text-decoration-color:#446443
}
.hover\:underline-green-cool-70:hover,
.underline-green-cool-70 {
  text-decoration-color:#37493b
}
.hover\:underline-green-cool-80:hover,
.underline-green-cool-80 {
  text-decoration-color:#28312a
}
.hover\:underline-green-cool-90:hover,
.underline-green-cool-90 {
  text-decoration-color:#1a1f1a
}
.hover\:underline-green-cool-5v:hover,
.underline-green-cool-5v {
  text-decoration-color:#e3f5e1
}
.hover\:underline-green-cool-10v:hover,
.underline-green-cool-10v {
  text-decoration-color:#b7f5bd
}
.hover\:underline-green-cool-20v:hover,
.underline-green-cool-20v {
  text-decoration-color:#70e17b
}
.hover\:underline-green-cool-30v:hover,
.underline-green-cool-30v {
  text-decoration-color:#21c834
}
.hover\:underline-green-cool-40v:hover,
.underline-green-cool-40v {
  text-decoration-color:#00a91c
}
.hover\:underline-green-cool-50v:hover,
.underline-green-cool-50v {
  text-decoration-color:#008817
}
.hover\:underline-green-cool-60v:hover,
.underline-green-cool-60v {
  text-decoration-color:#216e1f
}
.hover\:underline-green-cool-70v:hover,
.underline-green-cool-70v {
  text-decoration-color:#154c21
}
.hover\:underline-green-cool-80v:hover,
.underline-green-cool-80v {
  text-decoration-color:#19311e
}
.hover\:underline-green-5:hover,
.underline-green-5 {
  text-decoration-color:#eaf4dd
}
.hover\:underline-green-10:hover,
.underline-green-10 {
  text-decoration-color:#dfeacd
}
.hover\:underline-green-20:hover,
.underline-green-20 {
  text-decoration-color:#b8d293
}
.hover\:underline-green-30:hover,
.underline-green-30 {
  text-decoration-color:#9bb672
}
.hover\:underline-green-40:hover,
.underline-green-40 {
  text-decoration-color:#7d9b4e
}
.hover\:underline-green-50:hover,
.underline-green-50 {
  text-decoration-color:#607f35
}
.hover\:underline-green-60:hover,
.underline-green-60 {
  text-decoration-color:#4c6424
}
.hover\:underline-green-70:hover,
.underline-green-70 {
  text-decoration-color:#3c4a29
}
.hover\:underline-green-80:hover,
.underline-green-80 {
  text-decoration-color:#293021
}
.hover\:underline-green-90:hover,
.underline-green-90 {
  text-decoration-color:#161814
}
.hover\:underline-green-5v:hover,
.underline-green-5v {
  text-decoration-color:#ddf9c7
}
.hover\:underline-green-10v:hover,
.underline-green-10v {
  text-decoration-color:#c5ee93
}
.hover\:underline-green-20v:hover,
.underline-green-20v {
  text-decoration-color:#98d035
}
.hover\:underline-green-30v:hover,
.underline-green-30v {
  text-decoration-color:#7fb135
}
.hover\:underline-green-40v:hover,
.underline-green-40v {
  text-decoration-color:#719f2a
}
.hover\:underline-green-50v:hover,
.underline-green-50v {
  text-decoration-color:#538200
}
.hover\:underline-green-60v:hover,
.underline-green-60v {
  text-decoration-color:#466c04
}
.hover\:underline-green-70v:hover,
.underline-green-70v {
  text-decoration-color:#2f4a0b
}
.hover\:underline-green-80v:hover,
.underline-green-80v {
  text-decoration-color:#243413
}
.hover\:underline-green-warm-5:hover,
.underline-green-warm-5 {
  text-decoration-color:#f1f4d7
}
.hover\:underline-green-warm-10:hover,
.underline-green-warm-10 {
  text-decoration-color:#e7eab7
}
.hover\:underline-green-warm-20:hover,
.underline-green-warm-20 {
  text-decoration-color:#cbd17a
}
.hover\:underline-green-warm-30:hover,
.underline-green-warm-30 {
  text-decoration-color:#a6b557
}
.hover\:underline-green-warm-40:hover,
.underline-green-warm-40 {
  text-decoration-color:#8a984b
}
.hover\:underline-green-warm-50:hover,
.underline-green-warm-50 {
  text-decoration-color:#6f7a41
}
.hover\:underline-green-warm-60:hover,
.underline-green-warm-60 {
  text-decoration-color:#5a5f38
}
.hover\:underline-green-warm-70:hover,
.underline-green-warm-70 {
  text-decoration-color:#45472f
}
.hover\:underline-green-warm-80:hover,
.underline-green-warm-80 {
  text-decoration-color:#2d2f21
}
.hover\:underline-green-warm-90:hover,
.underline-green-warm-90 {
  text-decoration-color:#171712
}
.hover\:underline-green-warm-5v:hover,
.underline-green-warm-5v {
  text-decoration-color:#f5fbc1
}
.hover\:underline-green-warm-10v:hover,
.underline-green-warm-10v {
  text-decoration-color:#e7f434
}
.hover\:underline-green-warm-20v:hover,
.underline-green-warm-20v {
  text-decoration-color:#c5d30a
}
.hover\:underline-green-warm-30v:hover,
.underline-green-warm-30v {
  text-decoration-color:#a3b72c
}
.hover\:underline-green-warm-40v:hover,
.underline-green-warm-40v {
  text-decoration-color:#7e9c1d
}
.hover\:underline-green-warm-50v:hover,
.underline-green-warm-50v {
  text-decoration-color:#6a7d00
}
.hover\:underline-green-warm-60v:hover,
.underline-green-warm-60v {
  text-decoration-color:#5a6613
}
.hover\:underline-green-warm-70v:hover,
.underline-green-warm-70v {
  text-decoration-color:#4b4e10
}
.hover\:underline-green-warm-80v:hover,
.underline-green-warm-80v {
  text-decoration-color:#38380b
}
.hover\:underline-indigo-cool-5:hover,
.underline-indigo-cool-5 {
  text-decoration-color:#eef0f9
}
.hover\:underline-indigo-cool-10:hover,
.underline-indigo-cool-10 {
  text-decoration-color:#e1e6f9
}
.hover\:underline-indigo-cool-20:hover,
.underline-indigo-cool-20 {
  text-decoration-color:#bbc8f5
}
.hover\:underline-indigo-cool-30:hover,
.underline-indigo-cool-30 {
  text-decoration-color:#96abee
}
.hover\:underline-indigo-cool-40:hover,
.underline-indigo-cool-40 {
  text-decoration-color:#6b8ee8
}
.hover\:underline-indigo-cool-50:hover,
.underline-indigo-cool-50 {
  text-decoration-color:#496fd8
}
.hover\:underline-indigo-cool-60:hover,
.underline-indigo-cool-60 {
  text-decoration-color:#3f57a6
}
.hover\:underline-indigo-cool-70:hover,
.underline-indigo-cool-70 {
  text-decoration-color:#374274
}
.hover\:underline-indigo-cool-80:hover,
.underline-indigo-cool-80 {
  text-decoration-color:#292d42
}
.hover\:underline-indigo-cool-90:hover,
.underline-indigo-cool-90 {
  text-decoration-color:#151622
}
.hover\:underline-indigo-cool-5v:hover,
.underline-indigo-cool-5v {
  text-decoration-color:#edf0ff
}
.hover\:underline-indigo-cool-10v:hover,
.underline-indigo-cool-10v {
  text-decoration-color:#dee5ff
}
.hover\:underline-indigo-cool-20v:hover,
.underline-indigo-cool-20v {
  text-decoration-color:#b8c8ff
}
.hover\:underline-indigo-cool-30v:hover,
.underline-indigo-cool-30v {
  text-decoration-color:#94adff
}
.hover\:underline-indigo-cool-40v:hover,
.underline-indigo-cool-40v {
  text-decoration-color:#628ef4
}
.hover\:underline-indigo-cool-50v:hover,
.underline-indigo-cool-50v {
  text-decoration-color:#4866ff
}
.hover\:underline-indigo-cool-60v:hover,
.underline-indigo-cool-60v {
  text-decoration-color:#3e4ded
}
.hover\:underline-indigo-cool-70v:hover,
.underline-indigo-cool-70v {
  text-decoration-color:#222fbf
}
.hover\:underline-indigo-cool-80v:hover,
.underline-indigo-cool-80v {
  text-decoration-color:#1b2b85
}
.hover\:underline-indigo-5:hover,
.underline-indigo-5 {
  text-decoration-color:#efeff8
}
.hover\:underline-indigo-10:hover,
.underline-indigo-10 {
  text-decoration-color:#e5e4fa
}
.hover\:underline-indigo-20:hover,
.underline-indigo-20 {
  text-decoration-color:#c5c5f3
}
.hover\:underline-indigo-30:hover,
.underline-indigo-30 {
  text-decoration-color:#a5a8eb
}
.hover\:underline-indigo-40:hover,
.underline-indigo-40 {
  text-decoration-color:#8889db
}
.hover\:underline-indigo-50:hover,
.underline-indigo-50 {
  text-decoration-color:#676cc8
}
.hover\:underline-indigo-60:hover,
.underline-indigo-60 {
  text-decoration-color:#4d52af
}
.hover\:underline-indigo-70:hover,
.underline-indigo-70 {
  text-decoration-color:#3d4076
}
.hover\:underline-indigo-80:hover,
.underline-indigo-80 {
  text-decoration-color:#2b2c40
}
.hover\:underline-indigo-90:hover,
.underline-indigo-90 {
  text-decoration-color:#16171f
}
.hover\:underline-indigo-5v:hover,
.underline-indigo-5v {
  text-decoration-color:#f0f0ff
}
.hover\:underline-indigo-10v:hover,
.underline-indigo-10v {
  text-decoration-color:#e0e0ff
}
.hover\:underline-indigo-20v:hover,
.underline-indigo-20v {
  text-decoration-color:#ccceff
}
.hover\:underline-indigo-30v:hover,
.underline-indigo-30v {
  text-decoration-color:#a3a7fa
}
.hover\:underline-indigo-40v:hover,
.underline-indigo-40v {
  text-decoration-color:#8289ff
}
.hover\:underline-indigo-50v:hover,
.underline-indigo-50v {
  text-decoration-color:#656bd7
}
.hover\:underline-indigo-60v:hover,
.underline-indigo-60v {
  text-decoration-color:#4a50c4
}
.hover\:underline-indigo-70v:hover,
.underline-indigo-70v {
  text-decoration-color:#3333a3
}
.hover\:underline-indigo-80v:hover,
.underline-indigo-80v {
  text-decoration-color:#212463
}
.hover\:underline-indigo-warm-5:hover,
.underline-indigo-warm-5 {
  text-decoration-color:#f1eff7
}
.hover\:underline-indigo-warm-10:hover,
.underline-indigo-warm-10 {
  text-decoration-color:#e7e3fa
}
.hover\:underline-indigo-warm-20:hover,
.underline-indigo-warm-20 {
  text-decoration-color:#cbc4f2
}
.hover\:underline-indigo-warm-30:hover,
.underline-indigo-warm-30 {
  text-decoration-color:#afa5e8
}
.hover\:underline-indigo-warm-40:hover,
.underline-indigo-warm-40 {
  text-decoration-color:#9287d8
}
.hover\:underline-indigo-warm-50:hover,
.underline-indigo-warm-50 {
  text-decoration-color:#7665d1
}
.hover\:underline-indigo-warm-60:hover,
.underline-indigo-warm-60 {
  text-decoration-color:#5e519e
}
.hover\:underline-indigo-warm-70:hover,
.underline-indigo-warm-70 {
  text-decoration-color:#453c7b
}
.hover\:underline-indigo-warm-80:hover,
.underline-indigo-warm-80 {
  text-decoration-color:#2e2c40
}
.hover\:underline-indigo-warm-90:hover,
.underline-indigo-warm-90 {
  text-decoration-color:#18161d
}
.hover\:underline-indigo-warm-5v:hover,
.underline-indigo-warm-5v {
  text-decoration-color:#f5f2ff
}
.hover\:underline-indigo-warm-10v:hover,
.underline-indigo-warm-10v {
  text-decoration-color:#e4deff
}
.hover\:underline-indigo-warm-20v:hover,
.underline-indigo-warm-20v {
  text-decoration-color:#cfc4fd
}
.hover\:underline-indigo-warm-30v:hover,
.underline-indigo-warm-30v {
  text-decoration-color:#b69fff
}
.hover\:underline-indigo-warm-40v:hover,
.underline-indigo-warm-40v {
  text-decoration-color:#967efb
}
.hover\:underline-indigo-warm-50v:hover,
.underline-indigo-warm-50v {
  text-decoration-color:#745fe9
}
.hover\:underline-indigo-warm-60v:hover,
.underline-indigo-warm-60v {
  text-decoration-color:#5942d2
}
.hover\:underline-indigo-warm-70v:hover,
.underline-indigo-warm-70v {
  text-decoration-color:#3d2c9d
}
.hover\:underline-indigo-warm-80v:hover,
.underline-indigo-warm-80v {
  text-decoration-color:#261f5b
}
.hover\:underline-magenta-5:hover,
.underline-magenta-5 {
  text-decoration-color:#f9f0f2
}
.hover\:underline-magenta-10:hover,
.underline-magenta-10 {
  text-decoration-color:#f6e1e8
}
.hover\:underline-magenta-20:hover,
.underline-magenta-20 {
  text-decoration-color:#f0bbcc
}
.hover\:underline-magenta-30:hover,
.underline-magenta-30 {
  text-decoration-color:#e895b3
}
.hover\:underline-magenta-40:hover,
.underline-magenta-40 {
  text-decoration-color:#e0699f
}
.hover\:underline-magenta-50:hover,
.underline-magenta-50 {
  text-decoration-color:#c84281
}
.hover\:underline-magenta-60:hover,
.underline-magenta-60 {
  text-decoration-color:#8b4566
}
.hover\:underline-magenta-70:hover,
.underline-magenta-70 {
  text-decoration-color:#66364b
}
.hover\:underline-magenta-80:hover,
.underline-magenta-80 {
  text-decoration-color:#402731
}
.hover\:underline-magenta-90:hover,
.underline-magenta-90 {
  text-decoration-color:#1b1617
}
.hover\:underline-magenta-5v:hover,
.underline-magenta-5v {
  text-decoration-color:#f9f0f2
}
.hover\:underline-magenta-10v:hover,
.underline-magenta-10v {
  text-decoration-color:#ffddea
}
.hover\:underline-magenta-20v:hover,
.underline-magenta-20v {
  text-decoration-color:#ffb4cf
}
.hover\:underline-magenta-30v:hover,
.underline-magenta-30v {
  text-decoration-color:#ff87b2
}
.hover\:underline-magenta-40v:hover,
.underline-magenta-40v {
  text-decoration-color:#fd4496
}
.hover\:underline-magenta-50v:hover,
.underline-magenta-50v {
  text-decoration-color:#d72d79
}
.hover\:underline-magenta-60v:hover,
.underline-magenta-60v {
  text-decoration-color:#ab2165
}
.hover\:underline-magenta-70v:hover,
.underline-magenta-70v {
  text-decoration-color:#731f44
}
.hover\:underline-magenta-80v:hover,
.underline-magenta-80v {
  text-decoration-color:#4f172e
}
.hover\:underline-mint-cool-5:hover,
.underline-mint-cool-5 {
  text-decoration-color:#e0f7f6
}
.hover\:underline-mint-cool-10:hover,
.underline-mint-cool-10 {
  text-decoration-color:#c4eeeb
}
.hover\:underline-mint-cool-20:hover,
.underline-mint-cool-20 {
  text-decoration-color:#9bd4cf
}
.hover\:underline-mint-cool-30:hover,
.underline-mint-cool-30 {
  text-decoration-color:#6fbab3
}
.hover\:underline-mint-cool-40:hover,
.underline-mint-cool-40 {
  text-decoration-color:#4f9e99
}
.hover\:underline-mint-cool-50:hover,
.underline-mint-cool-50 {
  text-decoration-color:#40807e
}
.hover\:underline-mint-cool-60:hover,
.underline-mint-cool-60 {
  text-decoration-color:#376462
}
.hover\:underline-mint-cool-70:hover,
.underline-mint-cool-70 {
  text-decoration-color:#2a4b45
}
.hover\:underline-mint-cool-80:hover,
.underline-mint-cool-80 {
  text-decoration-color:#203131
}
.hover\:underline-mint-cool-90:hover,
.underline-mint-cool-90 {
  text-decoration-color:#111818
}
.hover\:underline-mint-cool-5v:hover,
.underline-mint-cool-5v {
  text-decoration-color:#d5fbf3
}
.hover\:underline-mint-cool-10v:hover,
.underline-mint-cool-10v {
  text-decoration-color:#7efbe1
}
.hover\:underline-mint-cool-20v:hover,
.underline-mint-cool-20v {
  text-decoration-color:#29e1cb
}
.hover\:underline-mint-cool-30v:hover,
.underline-mint-cool-30v {
  text-decoration-color:#1dc2ae
}
.hover\:underline-mint-cool-40v:hover,
.underline-mint-cool-40v {
  text-decoration-color:#00a398
}
.hover\:underline-mint-cool-50v:hover,
.underline-mint-cool-50v {
  text-decoration-color:#008480
}
.hover\:underline-mint-cool-60v:hover,
.underline-mint-cool-60v {
  text-decoration-color:#0f6460
}
.hover\:underline-mint-cool-70v:hover,
.underline-mint-cool-70v {
  text-decoration-color:#0b4b3f
}
.hover\:underline-mint-cool-80v:hover,
.underline-mint-cool-80v {
  text-decoration-color:#123131
}
.hover\:underline-mint-5:hover,
.underline-mint-5 {
  text-decoration-color:#dbf6ed
}
.hover\:underline-mint-10:hover,
.underline-mint-10 {
  text-decoration-color:#c7efe2
}
.hover\:underline-mint-20:hover,
.underline-mint-20 {
  text-decoration-color:#92d9bb
}
.hover\:underline-mint-30:hover,
.underline-mint-30 {
  text-decoration-color:#5abf95
}
.hover\:underline-mint-40:hover,
.underline-mint-40 {
  text-decoration-color:#34a37e
}
.hover\:underline-mint-50:hover,
.underline-mint-50 {
  text-decoration-color:#2e8367
}
.hover\:underline-mint-60:hover,
.underline-mint-60 {
  text-decoration-color:#286846
}
.hover\:underline-mint-70:hover,
.underline-mint-70 {
  text-decoration-color:#204e34
}
.hover\:underline-mint-80:hover,
.underline-mint-80 {
  text-decoration-color:#193324
}
.hover\:underline-mint-90:hover,
.underline-mint-90 {
  text-decoration-color:#0d1a12
}
.hover\:underline-mint-5v:hover,
.underline-mint-5v {
  text-decoration-color:#c9fbeb
}
.hover\:underline-mint-10v:hover,
.underline-mint-10v {
  text-decoration-color:#83fcd4
}
.hover\:underline-mint-20v:hover,
.underline-mint-20v {
  text-decoration-color:#0ceda6
}
.hover\:underline-mint-30v:hover,
.underline-mint-30v {
  text-decoration-color:#04c585
}
.hover\:underline-mint-40v:hover,
.underline-mint-40v {
  text-decoration-color:#00a871
}
.hover\:underline-mint-50v:hover,
.underline-mint-50v {
  text-decoration-color:#008659
}
.hover\:underline-mint-60v:hover,
.underline-mint-60v {
  text-decoration-color:#146947
}
.hover\:underline-mint-70v:hover,
.underline-mint-70v {
  text-decoration-color:#0c4e29
}
.hover\:underline-mint-80v:hover,
.underline-mint-80v {
  text-decoration-color:#0d351e
}
.hover\:underline-orange-5:hover,
.underline-orange-5 {
  text-decoration-color:#f6efe9
}
.hover\:underline-orange-10:hover,
.underline-orange-10 {
  text-decoration-color:#f2e4d4
}
.hover\:underline-orange-20:hover,
.underline-orange-20 {
  text-decoration-color:#f3bf90
}
.hover\:underline-orange-30:hover,
.underline-orange-30 {
  text-decoration-color:#f09860
}
.hover\:underline-orange-40:hover,
.underline-orange-40 {
  text-decoration-color:#dd7533
}
.hover\:underline-orange-50:hover,
.underline-orange-50 {
  text-decoration-color:#a86437
}
.hover\:underline-orange-60:hover,
.underline-orange-60 {
  text-decoration-color:#775540
}
.hover\:underline-orange-70:hover,
.underline-orange-70 {
  text-decoration-color:#524236
}
.hover\:underline-orange-80:hover,
.underline-orange-80 {
  text-decoration-color:#332d27
}
.hover\:underline-orange-90:hover,
.underline-orange-90 {
  text-decoration-color:#1b1614
}
.hover\:underline-orange-5v:hover,
.underline-orange-5v {
  text-decoration-color:#fef2e4
}
.hover\:underline-orange-10v:hover,
.underline-orange-10v {
  text-decoration-color:#fce2c5
}
.hover\:underline-orange-20v:hover,
.underline-orange-20v {
  text-decoration-color:#ffbc78
}
.hover\:underline-orange-30v:hover,
.underline-orange-30v {
  text-decoration-color:#fa9441
}
.hover\:underline-orange-40v:hover,
.underline-orange-40v {
  text-decoration-color:#e66f0e
}
.hover\:underline-orange-50v:hover,
.underline-orange-50v {
  text-decoration-color:#c05600
}
.hover\:underline-orange-60v:hover,
.underline-orange-60v {
  text-decoration-color:#8c471c
}
.hover\:underline-orange-70v:hover,
.underline-orange-70v {
  text-decoration-color:#5f3617
}
.hover\:underline-orange-80v:hover,
.underline-orange-80v {
  text-decoration-color:#352313
}
.hover\:underline-orange-warm-5:hover,
.underline-orange-warm-5 {
  text-decoration-color:#faeee5
}
.hover\:underline-orange-warm-10:hover,
.underline-orange-warm-10 {
  text-decoration-color:#fbe0d0
}
.hover\:underline-orange-warm-20:hover,
.underline-orange-warm-20 {
  text-decoration-color:#f7bca2
}
.hover\:underline-orange-warm-30:hover,
.underline-orange-warm-30 {
  text-decoration-color:#f3966d
}
.hover\:underline-orange-warm-40:hover,
.underline-orange-warm-40 {
  text-decoration-color:#e17141
}
.hover\:underline-orange-warm-50:hover,
.underline-orange-warm-50 {
  text-decoration-color:#bd5727
}
.hover\:underline-orange-warm-60:hover,
.underline-orange-warm-60 {
  text-decoration-color:#914734
}
.hover\:underline-orange-warm-70:hover,
.underline-orange-warm-70 {
  text-decoration-color:#633a32
}
.hover\:underline-orange-warm-80:hover,
.underline-orange-warm-80 {
  text-decoration-color:#3d2925
}
.hover\:underline-orange-warm-90:hover,
.underline-orange-warm-90 {
  text-decoration-color:#1c1615
}
.hover\:underline-orange-warm-5v:hover,
.underline-orange-warm-5v {
  text-decoration-color:#fff3ea
}
.hover\:underline-orange-warm-10v:hover,
.underline-orange-warm-10v {
  text-decoration-color:#ffe2d1
}
.hover\:underline-orange-warm-20v:hover,
.underline-orange-warm-20v {
  text-decoration-color:#fbbaa7
}
.hover\:underline-orange-warm-30v:hover,
.underline-orange-warm-30v {
  text-decoration-color:#fc906d
}
.hover\:underline-orange-warm-40v:hover,
.underline-orange-warm-40v {
  text-decoration-color:#ff580a
}
.hover\:underline-orange-warm-50v:hover,
.underline-orange-warm-50v {
  text-decoration-color:#cf4900
}
.hover\:underline-orange-warm-60v:hover,
.underline-orange-warm-60v {
  text-decoration-color:#a72f10
}
.hover\:underline-orange-warm-70v:hover,
.underline-orange-warm-70v {
  text-decoration-color:#782312
}
.hover\:underline-orange-warm-80v:hover,
.underline-orange-warm-80v {
  text-decoration-color:#3d231d
}
.hover\:underline-red-cool-5:hover,
.underline-red-cool-5 {
  text-decoration-color:#f8eff1
}
.hover\:underline-red-cool-10:hover,
.underline-red-cool-10 {
  text-decoration-color:#f3e1e4
}
.hover\:underline-red-cool-20:hover,
.underline-red-cool-20 {
  text-decoration-color:#ecbec6
}
.hover\:underline-red-cool-30:hover,
.underline-red-cool-30 {
  text-decoration-color:#e09aa6
}
.hover\:underline-red-cool-40:hover,
.underline-red-cool-40 {
  text-decoration-color:#e16b80
}
.hover\:underline-red-cool-50:hover,
.underline-red-cool-50 {
  text-decoration-color:#cd425b
}
.hover\:underline-red-cool-60:hover,
.underline-red-cool-60 {
  text-decoration-color:#9e394b
}
.hover\:underline-red-cool-70:hover,
.underline-red-cool-70 {
  text-decoration-color:#68363f
}
.hover\:underline-red-cool-80:hover,
.underline-red-cool-80 {
  text-decoration-color:#40282c
}
.hover\:underline-red-cool-90:hover,
.underline-red-cool-90 {
  text-decoration-color:#1e1517
}
.hover\:underline-red-cool-5v:hover,
.underline-red-cool-5v {
  text-decoration-color:#fff2f5
}
.hover\:underline-red-cool-10v:hover,
.underline-red-cool-10v {
  text-decoration-color:#f8dfe2
}
.hover\:underline-red-cool-20v:hover,
.underline-red-cool-20v {
  text-decoration-color:#f8b9c5
}
.hover\:underline-red-cool-30v:hover,
.underline-red-cool-30v {
  text-decoration-color:#fd8ba0
}
.hover\:underline-red-cool-40v:hover,
.underline-red-cool-40v {
  text-decoration-color:#f45d79
}
.hover\:underline-red-cool-50v:hover,
.underline-red-cool-50v {
  text-decoration-color:#e41d3d
}
.hover\:underline-red-cool-60v:hover,
.underline-red-cool-60v {
  text-decoration-color:#b21d38
}
.hover\:underline-red-cool-70v:hover,
.underline-red-cool-70v {
  text-decoration-color:#822133
}
.hover\:underline-red-cool-80v:hover,
.underline-red-cool-80v {
  text-decoration-color:#4f1c24
}
.hover\:underline-red-5:hover,
.underline-red-5 {
  text-decoration-color:#f9eeee
}
.hover\:underline-red-10:hover,
.underline-red-10 {
  text-decoration-color:#f8e1de
}
.hover\:underline-red-20:hover,
.underline-red-20 {
  text-decoration-color:#f7bbb1
}
.hover\:underline-red-30:hover,
.underline-red-30 {
  text-decoration-color:#f2938c
}
.hover\:underline-red-40:hover,
.underline-red-40 {
  text-decoration-color:#e9695f
}
.hover\:underline-red-50:hover,
.underline-red-50 {
  text-decoration-color:#d83933
}
.hover\:underline-red-60:hover,
.underline-red-60 {
  text-decoration-color:#a23737
}
.hover\:underline-red-70:hover,
.underline-red-70 {
  text-decoration-color:#6f3331
}
.hover\:underline-red-80:hover,
.underline-red-80 {
  text-decoration-color:#3e2927
}
.hover\:underline-red-90:hover,
.underline-red-90 {
  text-decoration-color:#1b1616
}
.hover\:underline-red-5v:hover,
.underline-red-5v {
  text-decoration-color:#fff3f2
}
.hover\:underline-red-10v:hover,
.underline-red-10v {
  text-decoration-color:#fde0db
}
.hover\:underline-red-20v:hover,
.underline-red-20v {
  text-decoration-color:#fdb8ae
}
.hover\:underline-red-30v:hover,
.underline-red-30v {
  text-decoration-color:#ff8d7b
}
.hover\:underline-red-40v:hover,
.underline-red-40v {
  text-decoration-color:#fb5a47
}
.hover\:underline-red-50v:hover,
.underline-red-50v {
  text-decoration-color:#e52207
}
.hover\:underline-red-60v:hover,
.underline-red-60v {
  text-decoration-color:#b50909
}
.hover\:underline-red-70v:hover,
.underline-red-70v {
  text-decoration-color:#8b0a03
}
.hover\:underline-red-80v:hover,
.underline-red-80v {
  text-decoration-color:#5c1111
}
.hover\:underline-red-warm-5:hover,
.underline-red-warm-5 {
  text-decoration-color:#f6efea
}
.hover\:underline-red-warm-10:hover,
.underline-red-warm-10 {
  text-decoration-color:#f4e3db
}
.hover\:underline-red-warm-20:hover,
.underline-red-warm-20 {
  text-decoration-color:#ecc0a7
}
.hover\:underline-red-warm-30:hover,
.underline-red-warm-30 {
  text-decoration-color:#dca081
}
.hover\:underline-red-warm-40:hover,
.underline-red-warm-40 {
  text-decoration-color:#d27a56
}
.hover\:underline-red-warm-50:hover,
.underline-red-warm-50 {
  text-decoration-color:#c3512c
}
.hover\:underline-red-warm-60:hover,
.underline-red-warm-60 {
  text-decoration-color:#805039
}
.hover\:underline-red-warm-70:hover,
.underline-red-warm-70 {
  text-decoration-color:#524236
}
.hover\:underline-red-warm-80:hover,
.underline-red-warm-80 {
  text-decoration-color:#332d29
}
.hover\:underline-red-warm-90:hover,
.underline-red-warm-90 {
  text-decoration-color:#1f1c18
}
.hover\:underline-red-warm-5v:hover,
.underline-red-warm-5v {
  text-decoration-color:#fff5ee
}
.hover\:underline-red-warm-10v:hover,
.underline-red-warm-10v {
  text-decoration-color:#fce1d4
}
.hover\:underline-red-warm-20v:hover,
.underline-red-warm-20v {
  text-decoration-color:#f6bd9c
}
.hover\:underline-red-warm-30v:hover,
.underline-red-warm-30v {
  text-decoration-color:#f39268
}
.hover\:underline-red-warm-40v:hover,
.underline-red-warm-40v {
  text-decoration-color:#ef5e25
}
.hover\:underline-red-warm-50v:hover,
.underline-red-warm-50v {
  text-decoration-color:#d54309
}
.hover\:underline-red-warm-60v:hover,
.underline-red-warm-60v {
  text-decoration-color:#9c3d10
}
.hover\:underline-red-warm-70v:hover,
.underline-red-warm-70v {
  text-decoration-color:#63340f
}
.hover\:underline-red-warm-80v:hover,
.underline-red-warm-80v {
  text-decoration-color:#3e2a1e
}
.hover\:underline-violet-5:hover,
.underline-violet-5 {
  text-decoration-color:#f4f1f9
}
.hover\:underline-violet-10:hover,
.underline-violet-10 {
  text-decoration-color:#ebe3f9
}
.hover\:underline-violet-20:hover,
.underline-violet-20 {
  text-decoration-color:#d0c3e9
}
.hover\:underline-violet-30:hover,
.underline-violet-30 {
  text-decoration-color:#b8a2e3
}
.hover\:underline-violet-40:hover,
.underline-violet-40 {
  text-decoration-color:#9d84d2
}
.hover\:underline-violet-50:hover,
.underline-violet-50 {
  text-decoration-color:#8168b3
}
.hover\:underline-violet-60:hover,
.underline-violet-60 {
  text-decoration-color:#665190
}
.hover\:underline-violet-70:hover,
.underline-violet-70 {
  text-decoration-color:#4c3d69
}
.hover\:underline-violet-80:hover,
.underline-violet-80 {
  text-decoration-color:#312b3f
}
.hover\:underline-violet-90:hover,
.underline-violet-90 {
  text-decoration-color:#18161d
}
.hover\:underline-violet-5v:hover,
.underline-violet-5v {
  text-decoration-color:#f7f2ff
}
.hover\:underline-violet-10v:hover,
.underline-violet-10v {
  text-decoration-color:#ede3ff
}
.hover\:underline-violet-20v:hover,
.underline-violet-20v {
  text-decoration-color:#d5bfff
}
.hover\:underline-violet-30v:hover,
.underline-violet-30v {
  text-decoration-color:#c39deb
}
.hover\:underline-violet-40v:hover,
.underline-violet-40v {
  text-decoration-color:#ad79e9
}
.hover\:underline-violet-50v:hover,
.underline-violet-50v {
  text-decoration-color:#9355dc
}
.hover\:underline-violet-60v:hover,
.underline-violet-60v {
  text-decoration-color:#783cb9
}
.hover\:underline-violet-70v:hover,
.underline-violet-70v {
  text-decoration-color:#54278f
}
.hover\:underline-violet-80v:hover,
.underline-violet-80v {
  text-decoration-color:#39215e
}
.hover\:underline-violet-warm-5:hover,
.underline-violet-warm-5 {
  text-decoration-color:#f8f0f9
}
.hover\:underline-violet-warm-10:hover,
.underline-violet-warm-10 {
  text-decoration-color:#f6dff8
}
.hover\:underline-violet-warm-20:hover,
.underline-violet-warm-20 {
  text-decoration-color:#e2bee4
}
.hover\:underline-violet-warm-30:hover,
.underline-violet-warm-30 {
  text-decoration-color:#d29ad8
}
.hover\:underline-violet-warm-40:hover,
.underline-violet-warm-40 {
  text-decoration-color:#bf77c8
}
.hover\:underline-violet-warm-50:hover,
.underline-violet-warm-50 {
  text-decoration-color:#b04abd
}
.hover\:underline-violet-warm-60:hover,
.underline-violet-warm-60 {
  text-decoration-color:#864381
}
.hover\:underline-violet-warm-70:hover,
.underline-violet-warm-70 {
  text-decoration-color:#5c395a
}
.hover\:underline-violet-warm-80:hover,
.underline-violet-warm-80 {
  text-decoration-color:#382936
}
.hover\:underline-violet-warm-90:hover,
.underline-violet-warm-90 {
  text-decoration-color:#1b151b
}
.hover\:underline-violet-warm-5v:hover,
.underline-violet-warm-5v {
  text-decoration-color:#fef2ff
}
.hover\:underline-violet-warm-10v:hover,
.underline-violet-warm-10v {
  text-decoration-color:#fbdcff
}
.hover\:underline-violet-warm-20v:hover,
.underline-violet-warm-20v {
  text-decoration-color:#f4b2ff
}
.hover\:underline-violet-warm-30v:hover,
.underline-violet-warm-30v {
  text-decoration-color:#ee83ff
}
.hover\:underline-violet-warm-40v:hover,
.underline-violet-warm-40v {
  text-decoration-color:#d85bef
}
.hover\:underline-violet-warm-50v:hover,
.underline-violet-warm-50v {
  text-decoration-color:#be32d0
}
.hover\:underline-violet-warm-60v:hover,
.underline-violet-warm-60v {
  text-decoration-color:#93348c
}
.hover\:underline-violet-warm-70v:hover,
.underline-violet-warm-70v {
  text-decoration-color:#711e6c
}
.hover\:underline-violet-warm-80v:hover,
.underline-violet-warm-80v {
  text-decoration-color:#481441
}
.hover\:underline-white-transparent-5:hover,
.underline-white-transparent-5 {
  text-decoration-color:rgba(255,255,255,.01)
}
.hover\:underline-white-transparent-10:hover,
.underline-white-transparent-10 {
  text-decoration-color:rgba(255,255,255,.1)
}
.hover\:underline-white-transparent-20:hover,
.underline-white-transparent-20 {
  text-decoration-color:rgba(255,255,255,.2)
}
.hover\:underline-white-transparent-30:hover,
.underline-white-transparent-30 {
  text-decoration-color:rgba(255,255,255,.3)
}
.hover\:underline-white-transparent-40:hover,
.underline-white-transparent-40 {
  text-decoration-color:rgba(255,255,255,.4)
}
.hover\:underline-white-transparent-50:hover,
.underline-white-transparent-50 {
  text-decoration-color:rgba(255,255,255,.5)
}
.hover\:underline-white-transparent-60:hover,
.underline-white-transparent-60 {
  text-decoration-color:rgba(255,255,255,.6)
}
.hover\:underline-white-transparent-70:hover,
.underline-white-transparent-70 {
  text-decoration-color:rgba(255,255,255,.7)
}
.hover\:underline-white-transparent-80:hover,
.underline-white-transparent-80 {
  text-decoration-color:rgba(255,255,255,.8)
}
.hover\:underline-white-transparent-90:hover,
.underline-white-transparent-90 {
  text-decoration-color:rgba(255,255,255,.9)
}
.hover\:underline-yellow-5:hover,
.underline-yellow-5 {
  text-decoration-color:#faf3d1
}
.hover\:underline-yellow-10:hover,
.underline-yellow-10 {
  text-decoration-color:#f5e6af
}
.hover\:underline-yellow-20:hover,
.underline-yellow-20 {
  text-decoration-color:#e6c74c
}
.hover\:underline-yellow-30:hover,
.underline-yellow-30 {
  text-decoration-color:#c9ab48
}
.hover\:underline-yellow-40:hover,
.underline-yellow-40 {
  text-decoration-color:#a88f48
}
.hover\:underline-yellow-50:hover,
.underline-yellow-50 {
  text-decoration-color:#8a7237
}
.hover\:underline-yellow-60:hover,
.underline-yellow-60 {
  text-decoration-color:#6b5a39
}
.hover\:underline-yellow-70:hover,
.underline-yellow-70 {
  text-decoration-color:#504332
}
.hover\:underline-yellow-80:hover,
.underline-yellow-80 {
  text-decoration-color:#332d27
}
.hover\:underline-yellow-90:hover,
.underline-yellow-90 {
  text-decoration-color:#1a1614
}
.hover\:underline-yellow-5v:hover,
.underline-yellow-5v {
  text-decoration-color:#fff5c2
}
.hover\:underline-yellow-10v:hover,
.underline-yellow-10v {
  text-decoration-color:#fee685
}
.hover\:underline-yellow-20v:hover,
.underline-yellow-20v {
  text-decoration-color:#face00
}
.hover\:underline-yellow-30v:hover,
.underline-yellow-30v {
  text-decoration-color:#ddaa01
}
.hover\:underline-yellow-40v:hover,
.underline-yellow-40v {
  text-decoration-color:#b38c00
}
.hover\:underline-yellow-50v:hover,
.underline-yellow-50v {
  text-decoration-color:#947100
}
.hover\:underline-yellow-60v:hover,
.underline-yellow-60v {
  text-decoration-color:#776017
}
.hover\:underline-yellow-70v:hover,
.underline-yellow-70v {
  text-decoration-color:#5c4809
}
.hover\:underline-yellow-80v:hover,
.underline-yellow-80v {
  text-decoration-color:#422d19
}
.text-indent-0 {
  text-indent:0
}
.text-indent-05 {
  text-indent:.25rem
}
.text-indent-1 {
  text-indent:.5rem
}
.text-indent-105 {
  text-indent:.75rem
}
.text-indent-2 {
  text-indent:1rem
}
.text-indent-205 {
  text-indent:1.25rem
}
.text-indent-3 {
  text-indent:1.5rem
}
.text-indent-neg-05 {
  text-indent:-.25rem
}
.text-indent-neg-1 {
  text-indent:-.5rem
}
.text-indent-neg-105 {
  text-indent:-.75rem
}
.text-indent-neg-2 {
  text-indent:-1rem
}
.text-indent-neg-205 {
  text-indent:-1.25rem
}
.text-indent-neg-3 {
  text-indent:-1.5rem
}
.text-indent-4 {
  text-indent:2rem
}
.text-indent-5 {
  text-indent:2.5rem
}
.text-indent-6 {
  text-indent:3rem
}
.text-indent-7 {
  text-indent:3.5rem
}
.text-indent-8 {
  text-indent:4rem
}
.text-indent-9 {
  text-indent:4.5rem
}
.text-indent-10 {
  text-indent:5rem
}
.text-indent-15 {
  text-indent:7.5rem
}
.text-indent-neg-4 {
  text-indent:-2rem
}
.text-indent-neg-5 {
  text-indent:-2.5rem
}
.text-indent-neg-6 {
  text-indent:-3rem
}
.text-indent-neg-7 {
  text-indent:-3.5rem
}
.text-indent-neg-8 {
  text-indent:-4rem
}
.text-indent-neg-9 {
  text-indent:-4.5rem
}
.text-indent-neg-10 {
  text-indent:-5rem
}
.text-indent-neg-15 {
  text-indent:-7.5rem
}
.text-uppercase {
  text-transform:uppercase
}
.text-no-uppercase {
  text-transform:none
}
.text-lowercase {
  text-transform:lowercase
}
.text-no-lowercase {
  text-transform:none
}
.top-1px {
  top:1px
}
.top-2px {
  top:2px
}
.top-05 {
  top:.25rem
}
.top-1 {
  top:.5rem
}
.top-105 {
  top:.75rem
}
.top-2 {
  top:1rem
}
.top-205 {
  top:1.25rem
}
.top-3 {
  top:1.5rem
}
.top-neg-1px {
  top:-1px
}
.top-neg-2px {
  top:-2px
}
.top-neg-05 {
  top:-.25rem
}
.top-neg-1 {
  top:-.5rem
}
.top-neg-105 {
  top:-.75rem
}
.top-neg-2 {
  top:-1rem
}
.top-neg-205 {
  top:-1.25rem
}
.top-neg-3 {
  top:-1.5rem
}
.top-0 {
  top:0
}
.top-auto {
  top:auto
}
.text-baseline {
  vertical-align:baseline
}
.text-bottom {
  vertical-align:bottom
}
.text-middle {
  vertical-align:middle
}
.text-sub {
  vertical-align:sub
}
.text-super {
  vertical-align:super
}
.text-tbottom {
  vertical-align:text-bottom
}
.text-ttop {
  vertical-align:text-top
}
.text-top {
  vertical-align:top
}
.text-pre {
  white-space:pre
}
.text-pre-line {
  white-space:pre-line
}
.text-pre-wrap {
  white-space:pre-wrap
}
.text-wrap {
  white-space:normal
}
.text-no-wrap {
  white-space:nowrap
}
.width-1px {
  width:1px
}
.width-2px {
  width:2px
}
.width-05 {
  width:.25rem
}
.width-1 {
  width:.5rem
}
.width-105 {
  width:.75rem
}
.width-2 {
  width:1rem
}
.width-205 {
  width:1.25rem
}
.width-3 {
  width:1.5rem
}
.width-4 {
  width:2rem
}
.width-5 {
  width:2.5rem
}
.width-6 {
  width:3rem
}
.width-7 {
  width:3.5rem
}
.width-8 {
  width:4rem
}
.width-9 {
  width:4.5rem
}
.width-10 {
  width:5rem
}
.width-15 {
  width:7.5rem
}
.width-card {
  width:10rem
}
.width-card-lg {
  width:15rem
}
.width-mobile {
  width:20rem
}
.width-mobile-lg {
  width:30rem
}
.width-tablet {
  width:40rem
}
.width-tablet-lg {
  width:55rem
}
.width-desktop {
  width:64rem
}
.width-desktop-lg {
  width:75rem
}
.width-widescreen {
  width:87.5rem
}
.width-0 {
  width:0
}
.width-full {
  width:100%
}
.width-auto {
  width:auto
}
.z-auto {
  z-index:auto
}
.z-bottom {
  z-index:-100
}
.z-top {
  z-index:99999
}
.z-0 {
  z-index:0
}
.z-100 {
  z-index:100
}
.z-200 {
  z-index:200
}
.z-300 {
  z-index:300
}
.z-400 {
  z-index:400
}
.z-500 {
  z-index:500
}
@media all and (min-width:30em) {
  .mobile-lg\:border-1px,
  .mobile-lg\:hover\:border-1px:hover {
    border:1px solid
  }
  .mobile-lg\:border-y-1px,
  .mobile-lg\:hover\:border-y-1px:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .mobile-lg\:border-x-1px,
  .mobile-lg\:hover\:border-x-1px:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .mobile-lg\:border-top-1px,
  .mobile-lg\:hover\:border-top-1px:hover {
    border-top:1px solid
  }
  .mobile-lg\:border-right-1px,
  .mobile-lg\:hover\:border-right-1px:hover {
    border-right:1px solid
  }
  .mobile-lg\:border-bottom-1px,
  .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom:1px solid
  }
  .mobile-lg\:border-left-1px,
  .mobile-lg\:hover\:border-left-1px:hover {
    border-left:1px solid
  }
  .mobile-lg\:border-2px,
  .mobile-lg\:hover\:border-2px:hover {
    border:2px solid
  }
  .mobile-lg\:border-y-2px,
  .mobile-lg\:hover\:border-y-2px:hover {
    border-top:2px solid;
    border-bottom:2px solid
  }
  .mobile-lg\:border-x-2px,
  .mobile-lg\:hover\:border-x-2px:hover {
    border-left:2px solid;
    border-right:2px solid
  }
  .mobile-lg\:border-top-2px,
  .mobile-lg\:hover\:border-top-2px:hover {
    border-top:2px solid
  }
  .mobile-lg\:border-right-2px,
  .mobile-lg\:hover\:border-right-2px:hover {
    border-right:2px solid
  }
  .mobile-lg\:border-bottom-2px,
  .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom:2px solid
  }
  .mobile-lg\:border-left-2px,
  .mobile-lg\:hover\:border-left-2px:hover {
    border-left:2px solid
  }
  .mobile-lg\:border-05,
  .mobile-lg\:hover\:border-05:hover {
    border:.25rem solid
  }
  .mobile-lg\:border-y-05,
  .mobile-lg\:hover\:border-y-05:hover {
    border-top:.25rem solid;
    border-bottom:.25rem solid
  }
  .mobile-lg\:border-x-05,
  .mobile-lg\:hover\:border-x-05:hover {
    border-left:.25rem solid;
    border-right:.25rem solid
  }
  .mobile-lg\:border-top-05,
  .mobile-lg\:hover\:border-top-05:hover {
    border-top:.25rem solid
  }
  .mobile-lg\:border-right-05,
  .mobile-lg\:hover\:border-right-05:hover {
    border-right:.25rem solid
  }
  .mobile-lg\:border-bottom-05,
  .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom:.25rem solid
  }
  .mobile-lg\:border-left-05,
  .mobile-lg\:hover\:border-left-05:hover {
    border-left:.25rem solid
  }
  .mobile-lg\:border-1,
  .mobile-lg\:hover\:border-1:hover {
    border:.5rem solid
  }
  .mobile-lg\:border-y-1,
  .mobile-lg\:hover\:border-y-1:hover {
    border-top:.5rem solid;
    border-bottom:.5rem solid
  }
  .mobile-lg\:border-x-1,
  .mobile-lg\:hover\:border-x-1:hover {
    border-left:.5rem solid;
    border-right:.5rem solid
  }
  .mobile-lg\:border-top-1,
  .mobile-lg\:hover\:border-top-1:hover {
    border-top:.5rem solid
  }
  .mobile-lg\:border-right-1,
  .mobile-lg\:hover\:border-right-1:hover {
    border-right:.5rem solid
  }
  .mobile-lg\:border-bottom-1,
  .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom:.5rem solid
  }
  .mobile-lg\:border-left-1,
  .mobile-lg\:hover\:border-left-1:hover {
    border-left:.5rem solid
  }
  .mobile-lg\:border-105,
  .mobile-lg\:hover\:border-105:hover {
    border:.75rem solid
  }
  .mobile-lg\:border-y-105,
  .mobile-lg\:hover\:border-y-105:hover {
    border-top:.75rem solid;
    border-bottom:.75rem solid
  }
  .mobile-lg\:border-x-105,
  .mobile-lg\:hover\:border-x-105:hover {
    border-left:.75rem solid;
    border-right:.75rem solid
  }
  .mobile-lg\:border-top-105,
  .mobile-lg\:hover\:border-top-105:hover {
    border-top:.75rem solid
  }
  .mobile-lg\:border-right-105,
  .mobile-lg\:hover\:border-right-105:hover {
    border-right:.75rem solid
  }
  .mobile-lg\:border-bottom-105,
  .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom:.75rem solid
  }
  .mobile-lg\:border-left-105,
  .mobile-lg\:hover\:border-left-105:hover {
    border-left:.75rem solid
  }
  .mobile-lg\:border-2,
  .mobile-lg\:hover\:border-2:hover {
    border:1rem solid
  }
  .mobile-lg\:border-y-2,
  .mobile-lg\:hover\:border-y-2:hover {
    border-top:1rem solid;
    border-bottom:1rem solid
  }
  .mobile-lg\:border-x-2,
  .mobile-lg\:hover\:border-x-2:hover {
    border-left:1rem solid;
    border-right:1rem solid
  }
  .mobile-lg\:border-top-2,
  .mobile-lg\:hover\:border-top-2:hover {
    border-top:1rem solid
  }
  .mobile-lg\:border-right-2,
  .mobile-lg\:hover\:border-right-2:hover {
    border-right:1rem solid
  }
  .mobile-lg\:border-bottom-2,
  .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom:1rem solid
  }
  .mobile-lg\:border-left-2,
  .mobile-lg\:hover\:border-left-2:hover {
    border-left:1rem solid
  }
  .mobile-lg\:border-205,
  .mobile-lg\:hover\:border-205:hover {
    border:1.25rem solid
  }
  .mobile-lg\:border-y-205,
  .mobile-lg\:hover\:border-y-205:hover {
    border-top:1.25rem solid;
    border-bottom:1.25rem solid
  }
  .mobile-lg\:border-x-205,
  .mobile-lg\:hover\:border-x-205:hover {
    border-left:1.25rem solid;
    border-right:1.25rem solid
  }
  .mobile-lg\:border-top-205,
  .mobile-lg\:hover\:border-top-205:hover {
    border-top:1.25rem solid
  }
  .mobile-lg\:border-right-205,
  .mobile-lg\:hover\:border-right-205:hover {
    border-right:1.25rem solid
  }
  .mobile-lg\:border-bottom-205,
  .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom:1.25rem solid
  }
  .mobile-lg\:border-left-205,
  .mobile-lg\:hover\:border-left-205:hover {
    border-left:1.25rem solid
  }
  .mobile-lg\:border-3,
  .mobile-lg\:hover\:border-3:hover {
    border:1.5rem solid
  }
  .mobile-lg\:border-y-3,
  .mobile-lg\:hover\:border-y-3:hover {
    border-top:1.5rem solid;
    border-bottom:1.5rem solid
  }
  .mobile-lg\:border-x-3,
  .mobile-lg\:hover\:border-x-3:hover {
    border-left:1.5rem solid;
    border-right:1.5rem solid
  }
  .mobile-lg\:border-top-3,
  .mobile-lg\:hover\:border-top-3:hover {
    border-top:1.5rem solid
  }
  .mobile-lg\:border-right-3,
  .mobile-lg\:hover\:border-right-3:hover {
    border-right:1.5rem solid
  }
  .mobile-lg\:border-bottom-3,
  .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom:1.5rem solid
  }
  .mobile-lg\:border-left-3,
  .mobile-lg\:hover\:border-left-3:hover {
    border-left:1.5rem solid
  }
  .mobile-lg\:border-0,
  .mobile-lg\:hover\:border-0:hover {
    border:0 solid
  }
  .mobile-lg\:border-y-0,
  .mobile-lg\:hover\:border-y-0:hover {
    border-top:0 solid;
    border-bottom:0 solid
  }
  .mobile-lg\:border-x-0,
  .mobile-lg\:hover\:border-x-0:hover {
    border-left:0 solid;
    border-right:0 solid
  }
  .mobile-lg\:border-top-0,
  .mobile-lg\:hover\:border-top-0:hover {
    border-top:0 solid
  }
  .mobile-lg\:border-right-0,
  .mobile-lg\:hover\:border-right-0:hover {
    border-right:0 solid
  }
  .mobile-lg\:border-bottom-0,
  .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom:0 solid
  }
  .mobile-lg\:border-left-0,
  .mobile-lg\:hover\:border-left-0:hover {
    border-left:0 solid
  }
  .mobile-lg\:border,
  .mobile-lg\:hover\:border:hover {
    border:1px solid
  }
  .mobile-lg\:border-y,
  .mobile-lg\:hover\:border-y:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .mobile-lg\:border-x,
  .mobile-lg\:hover\:border-x:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .mobile-lg\:border-top,
  .mobile-lg\:hover\:border-top:hover {
    border-top:1px solid
  }
  .mobile-lg\:border-right,
  .mobile-lg\:hover\:border-right:hover {
    border-right:1px solid
  }
  .mobile-lg\:border-bottom,
  .mobile-lg\:hover\:border-bottom:hover {
    border-bottom:1px solid
  }
  .mobile-lg\:border-left,
  .mobile-lg\:hover\:border-left:hover {
    border-left:1px solid
  }
  .mobile-lg\:border-transparent,
  .mobile-lg\:hover\:border-transparent:hover {
    border-color:transparent
  }
  .mobile-lg\:border-black,
  .mobile-lg\:hover\:border-black:hover {
    border-color:#000
  }
  .mobile-lg\:border-white,
  .mobile-lg\:hover\:border-white:hover {
    border-color:#fff
  }
  .mobile-lg\:border-base-lightest,
  .mobile-lg\:hover\:border-base-lightest:hover {
    border-color:#f0f0f0
  }
  .mobile-lg\:border-base-lighter,
  .mobile-lg\:hover\:border-base-lighter:hover {
    border-color:#dfe1e2
  }
  .mobile-lg\:border-base-light,
  .mobile-lg\:hover\:border-base-light:hover {
    border-color:#a9aeb1
  }
  .mobile-lg\:border-base,
  .mobile-lg\:hover\:border-base:hover {
    border-color:#71767a
  }
  .mobile-lg\:border-base-dark,
  .mobile-lg\:hover\:border-base-dark:hover {
    border-color:#565c65
  }
  .mobile-lg\:border-base-darker,
  .mobile-lg\:hover\:border-base-darker:hover {
    border-color:#3d4551
  }
  .mobile-lg\:border-base-darkest,
  .mobile-lg\:border-ink,
  .mobile-lg\:hover\:border-base-darkest:hover,
  .mobile-lg\:hover\:border-ink:hover {
    border-color:#1b1b1b
  }
  .mobile-lg\:border-primary-lighter,
  .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color:#ccecf2
  }
  .mobile-lg\:border-primary-light,
  .mobile-lg\:hover\:border-primary-light:hover {
    border-color:#73b3e7
  }
  .mobile-lg\:border-primary,
  .mobile-lg\:hover\:border-primary:hover {
    border-color:#00bde3
  }
  .mobile-lg\:border-primary-vivid,
  .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color:#0050d8
  }
  .mobile-lg\:border-primary-dark,
  .mobile-lg\:border-primary-darker,
  .mobile-lg\:hover\:border-primary-dark:hover,
  .mobile-lg\:hover\:border-primary-darker:hover {
    border-color:#009ec1
  }
  .mobile-lg\:border-secondary-lighter,
  .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color:#f3e1e4
  }
  .mobile-lg\:border-secondary-light,
  .mobile-lg\:hover\:border-secondary-light:hover {
    border-color:#f2938c
  }
  .mobile-lg\:border-secondary,
  .mobile-lg\:hover\:border-secondary:hover {
    border-color:#ccecf2
  }
  .mobile-lg\:border-secondary-vivid,
  .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color:#e41d3d
  }
  .mobile-lg\:border-secondary-dark,
  .mobile-lg\:border-secondary-darker,
  .mobile-lg\:hover\:border-secondary-dark:hover,
  .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color:#99deea
  }
  .mobile-lg\:border-accent-warm-darker,
  .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color:#775540
  }
  .mobile-lg\:border-accent-warm-dark,
  .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color:#c05600
  }
  .mobile-lg\:border-accent-warm,
  .mobile-lg\:hover\:border-accent-warm:hover {
    border-color:#fa9441
  }
  .mobile-lg\:border-accent-warm-light,
  .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color:#ffbc78
  }
  .mobile-lg\:border-accent-warm-lighter,
  .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color:#f2e4d4
  }
  .mobile-lg\:border-accent-cool-darker,
  .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color:#07648d
  }
  .mobile-lg\:border-accent-cool-dark,
  .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color:#28a0cb
  }
  .mobile-lg\:border-accent-cool,
  .mobile-lg\:hover\:border-accent-cool:hover {
    border-color:#00bde3
  }
  .mobile-lg\:border-accent-cool-light,
  .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color:#97d4ea
  }
  .mobile-lg\:border-accent-cool-lighter,
  .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color:#e1f3f8
  }
  .mobile-lg\:border-gray-5,
  .mobile-lg\:hover\:border-gray-5:hover {
    border-color:#f0f0f0
  }
  .mobile-lg\:border-gray-10,
  .mobile-lg\:hover\:border-gray-10:hover {
    border-color:#e6e6e6
  }
  .mobile-lg\:border-gray-30,
  .mobile-lg\:hover\:border-gray-30:hover {
    border-color:#adadad
  }
  .mobile-lg\:border-gray-50,
  .mobile-lg\:hover\:border-gray-50:hover {
    border-color:#757575
  }
  .mobile-lg\:border-gray-70,
  .mobile-lg\:hover\:border-gray-70:hover {
    border-color:#454545
  }
  .mobile-lg\:border-gray-90,
  .mobile-lg\:hover\:border-gray-90:hover {
    border-color:#1b1b1b
  }
  .mobile-lg\:border-error-lighter,
  .mobile-lg\:hover\:border-error-lighter:hover {
    border-color:#f4e3db
  }
  .mobile-lg\:border-error-light,
  .mobile-lg\:hover\:border-error-light:hover {
    border-color:#f39268
  }
  .mobile-lg\:border-error,
  .mobile-lg\:hover\:border-error:hover {
    border-color:#d83933
  }
  .mobile-lg\:border-error-dark,
  .mobile-lg\:hover\:border-error-dark:hover {
    border-color:#b50909
  }
  .mobile-lg\:border-error-darker,
  .mobile-lg\:hover\:border-error-darker:hover {
    border-color:#6f3331
  }
  .mobile-lg\:border-warning-lighter,
  .mobile-lg\:hover\:border-warning-lighter:hover {
    border-color:#faf3d1
  }
  .mobile-lg\:border-warning-light,
  .mobile-lg\:hover\:border-warning-light:hover {
    border-color:#fee685
  }
  .mobile-lg\:border-warning,
  .mobile-lg\:hover\:border-warning:hover {
    border-color:#ffbe2e
  }
  .mobile-lg\:border-warning-dark,
  .mobile-lg\:hover\:border-warning-dark:hover {
    border-color:#e5a000
  }
  .mobile-lg\:border-warning-darker,
  .mobile-lg\:hover\:border-warning-darker:hover {
    border-color:#936f38
  }
  .mobile-lg\:border-success-lighter,
  .mobile-lg\:hover\:border-success-lighter:hover {
    border-color:#ecf3ec
  }
  .mobile-lg\:border-success-light,
  .mobile-lg\:hover\:border-success-light:hover {
    border-color:#70e17b
  }
  .mobile-lg\:border-success,
  .mobile-lg\:hover\:border-success:hover {
    border-color:#00a91c
  }
  .mobile-lg\:border-success-dark,
  .mobile-lg\:hover\:border-success-dark:hover {
    border-color:#008817
  }
  .mobile-lg\:border-success-darker,
  .mobile-lg\:hover\:border-success-darker:hover {
    border-color:#216e1f
  }
  .mobile-lg\:border-info-lighter,
  .mobile-lg\:hover\:border-info-lighter:hover {
    border-color:#e7f6f8
  }
  .mobile-lg\:border-info-light,
  .mobile-lg\:hover\:border-info-light:hover {
    border-color:#99deea
  }
  .mobile-lg\:border-info,
  .mobile-lg\:hover\:border-info:hover {
    border-color:#00bde3
  }
  .mobile-lg\:border-info-dark,
  .mobile-lg\:hover\:border-info-dark:hover {
    border-color:#009ec1
  }
  .mobile-lg\:border-info-darker,
  .mobile-lg\:hover\:border-info-darker:hover {
    border-color:#2e6276
  }
  .mobile-lg\:border-disabled-light,
  .mobile-lg\:hover\:border-disabled-light:hover {
    border-color:#e6e6e6
  }
  .mobile-lg\:border-disabled,
  .mobile-lg\:hover\:border-disabled:hover {
    border-color:#c9c9c9
  }
  .mobile-lg\:border-disabled-dark,
  .mobile-lg\:hover\:border-disabled-dark:hover {
    border-color:#adadad
  }
  .mobile-lg\:border-emergency,
  .mobile-lg\:hover\:border-emergency:hover {
    border-color:#9c3d10
  }
  .mobile-lg\:border-emergency-dark,
  .mobile-lg\:hover\:border-emergency-dark:hover {
    border-color:#332d29
  }
  .mobile-lg\:border-red,
  .mobile-lg\:hover\:border-red:hover {
    border-color:#e52207
  }
  .mobile-lg\:border-orange,
  .mobile-lg\:hover\:border-orange:hover {
    border-color:#e66f0e
  }
  .mobile-lg\:border-gold,
  .mobile-lg\:hover\:border-gold:hover {
    border-color:#ffbe2e
  }
  .mobile-lg\:border-yellow,
  .mobile-lg\:hover\:border-yellow:hover {
    border-color:#fee685
  }
  .mobile-lg\:border-green,
  .mobile-lg\:hover\:border-green:hover {
    border-color:#538200
  }
  .mobile-lg\:border-mint,
  .mobile-lg\:hover\:border-mint:hover {
    border-color:#04c585
  }
  .mobile-lg\:border-cyan,
  .mobile-lg\:hover\:border-cyan:hover {
    border-color:#009ec1
  }
  .mobile-lg\:border-blue,
  .mobile-lg\:hover\:border-blue:hover {
    border-color:#0076d6
  }
  .mobile-lg\:border-indigo,
  .mobile-lg\:hover\:border-indigo:hover {
    border-color:#676cc8
  }
  .mobile-lg\:border-violet,
  .mobile-lg\:hover\:border-violet:hover {
    border-color:#8168b3
  }
  .mobile-lg\:border-magenta,
  .mobile-lg\:hover\:border-magenta:hover {
    border-color:#d72d79
  }
  .mobile-lg\:border-black-transparent-5,
  .mobile-lg\:hover\:border-black-transparent-5:hover {
    border-color:rgba(0,0,0,.01)
  }
  .mobile-lg\:border-black-transparent-10,
  .mobile-lg\:hover\:border-black-transparent-10:hover {
    border-color:rgba(0,0,0,.1)
  }
  .mobile-lg\:border-black-transparent-20,
  .mobile-lg\:hover\:border-black-transparent-20:hover {
    border-color:rgba(0,0,0,.2)
  }
  .mobile-lg\:border-black-transparent-30,
  .mobile-lg\:hover\:border-black-transparent-30:hover {
    border-color:rgba(0,0,0,.3)
  }
  .mobile-lg\:border-black-transparent-40,
  .mobile-lg\:hover\:border-black-transparent-40:hover {
    border-color:rgba(0,0,0,.4)
  }
  .mobile-lg\:border-black-transparent-50,
  .mobile-lg\:hover\:border-black-transparent-50:hover {
    border-color:rgba(0,0,0,.5)
  }
  .mobile-lg\:border-black-transparent-60,
  .mobile-lg\:hover\:border-black-transparent-60:hover {
    border-color:rgba(0,0,0,.6)
  }
  .mobile-lg\:border-black-transparent-70,
  .mobile-lg\:hover\:border-black-transparent-70:hover {
    border-color:rgba(0,0,0,.7)
  }
  .mobile-lg\:border-black-transparent-80,
  .mobile-lg\:hover\:border-black-transparent-80:hover {
    border-color:rgba(0,0,0,.8)
  }
  .mobile-lg\:border-black-transparent-90,
  .mobile-lg\:hover\:border-black-transparent-90:hover {
    border-color:rgba(0,0,0,.9)
  }
  .mobile-lg\:border-gray-cool-1,
  .mobile-lg\:hover\:border-gray-cool-1:hover {
    border-color:#fbfcfd
  }
  .mobile-lg\:border-gray-cool-2,
  .mobile-lg\:hover\:border-gray-cool-2:hover {
    border-color:#f7f9fa
  }
  .mobile-lg\:border-gray-cool-3,
  .mobile-lg\:hover\:border-gray-cool-3:hover {
    border-color:#f5f6f7
  }
  .mobile-lg\:border-gray-cool-4,
  .mobile-lg\:hover\:border-gray-cool-4:hover {
    border-color:#f1f3f6
  }
  .mobile-lg\:border-gray-cool-5,
  .mobile-lg\:hover\:border-gray-cool-5:hover {
    border-color:#edeff0
  }
  .mobile-lg\:border-gray-cool-10,
  .mobile-lg\:hover\:border-gray-cool-10:hover {
    border-color:#dfe1e2
  }
  .mobile-lg\:border-gray-cool-20,
  .mobile-lg\:hover\:border-gray-cool-20:hover {
    border-color:#c6cace
  }
  .mobile-lg\:border-gray-cool-30,
  .mobile-lg\:hover\:border-gray-cool-30:hover {
    border-color:#a9aeb1
  }
  .mobile-lg\:border-gray-cool-40,
  .mobile-lg\:hover\:border-gray-cool-40:hover {
    border-color:#8d9297
  }
  .mobile-lg\:border-gray-cool-50,
  .mobile-lg\:hover\:border-gray-cool-50:hover {
    border-color:#71767a
  }
  .mobile-lg\:border-gray-cool-60,
  .mobile-lg\:hover\:border-gray-cool-60:hover {
    border-color:#565c65
  }
  .mobile-lg\:border-gray-cool-70,
  .mobile-lg\:hover\:border-gray-cool-70:hover {
    border-color:#3d4551
  }
  .mobile-lg\:border-gray-cool-80,
  .mobile-lg\:hover\:border-gray-cool-80:hover {
    border-color:#2d2e2f
  }
  .mobile-lg\:border-gray-cool-90,
  .mobile-lg\:hover\:border-gray-cool-90:hover {
    border-color:#1c1d1f
  }
  .mobile-lg\:border-gray-1,
  .mobile-lg\:hover\:border-gray-1:hover {
    border-color:#fcfcfc
  }
  .mobile-lg\:border-gray-2,
  .mobile-lg\:hover\:border-gray-2:hover {
    border-color:#f9f9f9
  }
  .mobile-lg\:border-gray-3,
  .mobile-lg\:hover\:border-gray-3:hover {
    border-color:#f6f6f6
  }
  .mobile-lg\:border-gray-4,
  .mobile-lg\:hover\:border-gray-4:hover {
    border-color:#f3f3f3
  }
  .mobile-lg\:border-gray-20,
  .mobile-lg\:hover\:border-gray-20:hover {
    border-color:#c9c9c9
  }
  .mobile-lg\:border-gray-40,
  .mobile-lg\:hover\:border-gray-40:hover {
    border-color:#919191
  }
  .mobile-lg\:border-gray-60,
  .mobile-lg\:hover\:border-gray-60:hover {
    border-color:#5c5c5c
  }
  .mobile-lg\:border-gray-80,
  .mobile-lg\:hover\:border-gray-80:hover {
    border-color:#2e2e2e
  }
  .mobile-lg\:border-gray-warm-1,
  .mobile-lg\:hover\:border-gray-warm-1:hover {
    border-color:#fcfcfb
  }
  .mobile-lg\:border-gray-warm-2,
  .mobile-lg\:hover\:border-gray-warm-2:hover {
    border-color:#f9f9f7
  }
  .mobile-lg\:border-gray-warm-3,
  .mobile-lg\:hover\:border-gray-warm-3:hover {
    border-color:#f6f6f2
  }
  .mobile-lg\:border-gray-warm-4,
  .mobile-lg\:hover\:border-gray-warm-4:hover {
    border-color:#f5f5f0
  }
  .mobile-lg\:border-gray-warm-5,
  .mobile-lg\:hover\:border-gray-warm-5:hover {
    border-color:#f0f0ec
  }
  .mobile-lg\:border-gray-warm-10,
  .mobile-lg\:hover\:border-gray-warm-10:hover {
    border-color:#e6e6e2
  }
  .mobile-lg\:border-gray-warm-20,
  .mobile-lg\:hover\:border-gray-warm-20:hover {
    border-color:#cac9c0
  }
  .mobile-lg\:border-gray-warm-30,
  .mobile-lg\:hover\:border-gray-warm-30:hover {
    border-color:#afaea2
  }
  .mobile-lg\:border-gray-warm-40,
  .mobile-lg\:hover\:border-gray-warm-40:hover {
    border-color:#929285
  }
  .mobile-lg\:border-gray-warm-50,
  .mobile-lg\:hover\:border-gray-warm-50:hover {
    border-color:#76766a
  }
  .mobile-lg\:border-gray-warm-60,
  .mobile-lg\:hover\:border-gray-warm-60:hover {
    border-color:#5d5d52
  }
  .mobile-lg\:border-gray-warm-70,
  .mobile-lg\:hover\:border-gray-warm-70:hover {
    border-color:#454540
  }
  .mobile-lg\:border-gray-warm-80,
  .mobile-lg\:hover\:border-gray-warm-80:hover {
    border-color:#2e2e2a
  }
  .mobile-lg\:border-gray-warm-90,
  .mobile-lg\:hover\:border-gray-warm-90:hover {
    border-color:#171716
  }
  .mobile-lg\:border-blue-cool-5,
  .mobile-lg\:hover\:border-blue-cool-5:hover {
    border-color:#e7f2f5
  }
  .mobile-lg\:border-blue-cool-10,
  .mobile-lg\:hover\:border-blue-cool-10:hover {
    border-color:#dae9ee
  }
  .mobile-lg\:border-blue-cool-20,
  .mobile-lg\:hover\:border-blue-cool-20:hover {
    border-color:#adcfdc
  }
  .mobile-lg\:border-blue-cool-30,
  .mobile-lg\:hover\:border-blue-cool-30:hover {
    border-color:#82b4c9
  }
  .mobile-lg\:border-blue-cool-40,
  .mobile-lg\:hover\:border-blue-cool-40:hover {
    border-color:#6499af
  }
  .mobile-lg\:border-blue-cool-50,
  .mobile-lg\:hover\:border-blue-cool-50:hover {
    border-color:#3a7d95
  }
  .mobile-lg\:border-blue-cool-60,
  .mobile-lg\:hover\:border-blue-cool-60:hover {
    border-color:#2e6276
  }
  .mobile-lg\:border-blue-cool-70,
  .mobile-lg\:hover\:border-blue-cool-70:hover {
    border-color:#224a58
  }
  .mobile-lg\:border-blue-cool-80,
  .mobile-lg\:hover\:border-blue-cool-80:hover {
    border-color:#14333d
  }
  .mobile-lg\:border-blue-cool-90,
  .mobile-lg\:hover\:border-blue-cool-90:hover {
    border-color:#0f191c
  }
  .mobile-lg\:border-blue-cool-5v,
  .mobile-lg\:hover\:border-blue-cool-5v:hover {
    border-color:#e1f3f8
  }
  .mobile-lg\:border-blue-cool-10v,
  .mobile-lg\:hover\:border-blue-cool-10v:hover {
    border-color:#c3ebfa
  }
  .mobile-lg\:border-blue-cool-20v,
  .mobile-lg\:hover\:border-blue-cool-20v:hover {
    border-color:#97d4ea
  }
  .mobile-lg\:border-blue-cool-30v,
  .mobile-lg\:hover\:border-blue-cool-30v:hover {
    border-color:#59b9de
  }
  .mobile-lg\:border-blue-cool-40v,
  .mobile-lg\:hover\:border-blue-cool-40v:hover {
    border-color:#28a0cb
  }
  .mobile-lg\:border-blue-cool-50v,
  .mobile-lg\:hover\:border-blue-cool-50v:hover {
    border-color:#0d7ea2
  }
  .mobile-lg\:border-blue-cool-60v,
  .mobile-lg\:hover\:border-blue-cool-60v:hover {
    border-color:#07648d
  }
  .mobile-lg\:border-blue-cool-70v,
  .mobile-lg\:hover\:border-blue-cool-70v:hover {
    border-color:#074b69
  }
  .mobile-lg\:border-blue-cool-80v,
  .mobile-lg\:hover\:border-blue-cool-80v:hover {
    border-color:#002d3f
  }
  .mobile-lg\:border-blue-5,
  .mobile-lg\:hover\:border-blue-5:hover {
    border-color:#eff6fb
  }
  .mobile-lg\:border-blue-10,
  .mobile-lg\:hover\:border-blue-10:hover {
    border-color:#d9e8f6
  }
  .mobile-lg\:border-blue-20,
  .mobile-lg\:hover\:border-blue-20:hover {
    border-color:#aacdec
  }
  .mobile-lg\:border-blue-30,
  .mobile-lg\:hover\:border-blue-30:hover {
    border-color:#73b3e7
  }
  .mobile-lg\:border-blue-40,
  .mobile-lg\:hover\:border-blue-40:hover {
    border-color:#4f97d1
  }
  .mobile-lg\:border-blue-50,
  .mobile-lg\:hover\:border-blue-50:hover {
    border-color:#2378c3
  }
  .mobile-lg\:border-blue-60,
  .mobile-lg\:hover\:border-blue-60:hover {
    border-color:#2c608a
  }
  .mobile-lg\:border-blue-70,
  .mobile-lg\:hover\:border-blue-70:hover {
    border-color:#274863
  }
  .mobile-lg\:border-blue-80,
  .mobile-lg\:hover\:border-blue-80:hover {
    border-color:#1f303e
  }
  .mobile-lg\:border-blue-90,
  .mobile-lg\:hover\:border-blue-90:hover {
    border-color:#11181d
  }
  .mobile-lg\:border-blue-5v,
  .mobile-lg\:hover\:border-blue-5v:hover {
    border-color:#e8f5ff
  }
  .mobile-lg\:border-blue-10v,
  .mobile-lg\:hover\:border-blue-10v:hover {
    border-color:#cfe8ff
  }
  .mobile-lg\:border-blue-20v,
  .mobile-lg\:hover\:border-blue-20v:hover {
    border-color:#a1d3ff
  }
  .mobile-lg\:border-blue-30v,
  .mobile-lg\:hover\:border-blue-30v:hover {
    border-color:#58b4ff
  }
  .mobile-lg\:border-blue-40v,
  .mobile-lg\:hover\:border-blue-40v:hover {
    border-color:#2491ff
  }
  .mobile-lg\:border-blue-50v,
  .mobile-lg\:hover\:border-blue-50v:hover {
    border-color:#0076d6
  }
  .mobile-lg\:border-blue-60v,
  .mobile-lg\:hover\:border-blue-60v:hover {
    border-color:#005ea2
  }
  .mobile-lg\:border-blue-70v,
  .mobile-lg\:hover\:border-blue-70v:hover {
    border-color:#0b4778
  }
  .mobile-lg\:border-blue-80v,
  .mobile-lg\:hover\:border-blue-80v:hover {
    border-color:#112f4e
  }
  .mobile-lg\:border-blue-warm-5,
  .mobile-lg\:hover\:border-blue-warm-5:hover {
    border-color:#ecf1f7
  }
  .mobile-lg\:border-blue-warm-10,
  .mobile-lg\:hover\:border-blue-warm-10:hover {
    border-color:#e1e7f1
  }
  .mobile-lg\:border-blue-warm-20,
  .mobile-lg\:hover\:border-blue-warm-20:hover {
    border-color:#bbcae4
  }
  .mobile-lg\:border-blue-warm-30,
  .mobile-lg\:hover\:border-blue-warm-30:hover {
    border-color:#98afd2
  }
  .mobile-lg\:border-blue-warm-40,
  .mobile-lg\:hover\:border-blue-warm-40:hover {
    border-color:#7292c7
  }
  .mobile-lg\:border-blue-warm-50,
  .mobile-lg\:hover\:border-blue-warm-50:hover {
    border-color:#4a77b4
  }
  .mobile-lg\:border-blue-warm-60,
  .mobile-lg\:hover\:border-blue-warm-60:hover {
    border-color:#345d96
  }
  .mobile-lg\:border-blue-warm-70,
  .mobile-lg\:hover\:border-blue-warm-70:hover {
    border-color:#2f4668
  }
  .mobile-lg\:border-blue-warm-80,
  .mobile-lg\:hover\:border-blue-warm-80:hover {
    border-color:#252f3e
  }
  .mobile-lg\:border-blue-warm-90,
  .mobile-lg\:hover\:border-blue-warm-90:hover {
    border-color:#13171f
  }
  .mobile-lg\:border-blue-warm-5v,
  .mobile-lg\:hover\:border-blue-warm-5v:hover {
    border-color:#edf5ff
  }
  .mobile-lg\:border-blue-warm-10v,
  .mobile-lg\:hover\:border-blue-warm-10v:hover {
    border-color:#d4e5ff
  }
  .mobile-lg\:border-blue-warm-20v,
  .mobile-lg\:hover\:border-blue-warm-20v:hover {
    border-color:#adcdff
  }
  .mobile-lg\:border-blue-warm-30v,
  .mobile-lg\:hover\:border-blue-warm-30v:hover {
    border-color:#81aefc
  }
  .mobile-lg\:border-blue-warm-40v,
  .mobile-lg\:hover\:border-blue-warm-40v:hover {
    border-color:#5994f6
  }
  .mobile-lg\:border-blue-warm-50v,
  .mobile-lg\:hover\:border-blue-warm-50v:hover {
    border-color:#2672de
  }
  .mobile-lg\:border-blue-warm-60v,
  .mobile-lg\:hover\:border-blue-warm-60v:hover {
    border-color:#0050d8
  }
  .mobile-lg\:border-blue-warm-70v,
  .mobile-lg\:hover\:border-blue-warm-70v:hover {
    border-color:#1a4480
  }
  .mobile-lg\:border-blue-warm-80v,
  .mobile-lg\:hover\:border-blue-warm-80v:hover {
    border-color:#162e51
  }
  .mobile-lg\:border-cyan-5,
  .mobile-lg\:hover\:border-cyan-5:hover {
    border-color:#e7f6f8
  }
  .mobile-lg\:border-cyan-10,
  .mobile-lg\:hover\:border-cyan-10:hover {
    border-color:#ccecf2
  }
  .mobile-lg\:border-cyan-20,
  .mobile-lg\:hover\:border-cyan-20:hover {
    border-color:#99deea
  }
  .mobile-lg\:border-cyan-30,
  .mobile-lg\:hover\:border-cyan-30:hover {
    border-color:#5dc0d1
  }
  .mobile-lg\:border-cyan-40,
  .mobile-lg\:hover\:border-cyan-40:hover {
    border-color:#449dac
  }
  .mobile-lg\:border-cyan-50,
  .mobile-lg\:hover\:border-cyan-50:hover {
    border-color:#168092
  }
  .mobile-lg\:border-cyan-60,
  .mobile-lg\:hover\:border-cyan-60:hover {
    border-color:#2a646d
  }
  .mobile-lg\:border-cyan-70,
  .mobile-lg\:hover\:border-cyan-70:hover {
    border-color:#2c4a4e
  }
  .mobile-lg\:border-cyan-80,
  .mobile-lg\:hover\:border-cyan-80:hover {
    border-color:#203133
  }
  .mobile-lg\:border-cyan-90,
  .mobile-lg\:hover\:border-cyan-90:hover {
    border-color:#111819
  }
  .mobile-lg\:border-cyan-5v,
  .mobile-lg\:hover\:border-cyan-5v:hover {
    border-color:#e5faff
  }
  .mobile-lg\:border-cyan-10v,
  .mobile-lg\:hover\:border-cyan-10v:hover {
    border-color:#a8f2ff
  }
  .mobile-lg\:border-cyan-20v,
  .mobile-lg\:hover\:border-cyan-20v:hover {
    border-color:#52daf2
  }
  .mobile-lg\:border-cyan-30v,
  .mobile-lg\:hover\:border-cyan-30v:hover {
    border-color:#00bde3
  }
  .mobile-lg\:border-cyan-40v,
  .mobile-lg\:hover\:border-cyan-40v:hover {
    border-color:#009ec1
  }
  .mobile-lg\:border-cyan-50v,
  .mobile-lg\:hover\:border-cyan-50v:hover {
    border-color:#0081a1
  }
  .mobile-lg\:border-cyan-60v,
  .mobile-lg\:hover\:border-cyan-60v:hover {
    border-color:#00687d
  }
  .mobile-lg\:border-cyan-70v,
  .mobile-lg\:hover\:border-cyan-70v:hover {
    border-color:#0e4f5c
  }
  .mobile-lg\:border-cyan-80v,
  .mobile-lg\:hover\:border-cyan-80v:hover {
    border-color:#093b44
  }
  .mobile-lg\:border-gold-5,
  .mobile-lg\:hover\:border-gold-5:hover {
    border-color:#f5f0e6
  }
  .mobile-lg\:border-gold-10,
  .mobile-lg\:hover\:border-gold-10:hover {
    border-color:#f1e5cd
  }
  .mobile-lg\:border-gold-20,
  .mobile-lg\:hover\:border-gold-20:hover {
    border-color:#dec69a
  }
  .mobile-lg\:border-gold-30,
  .mobile-lg\:hover\:border-gold-30:hover {
    border-color:#c7a97b
  }
  .mobile-lg\:border-gold-40,
  .mobile-lg\:hover\:border-gold-40:hover {
    border-color:#ad8b65
  }
  .mobile-lg\:border-gold-50,
  .mobile-lg\:hover\:border-gold-50:hover {
    border-color:#8e704f
  }
  .mobile-lg\:border-gold-60,
  .mobile-lg\:hover\:border-gold-60:hover {
    border-color:#6b5947
  }
  .mobile-lg\:border-gold-70,
  .mobile-lg\:hover\:border-gold-70:hover {
    border-color:#4d4438
  }
  .mobile-lg\:border-gold-80,
  .mobile-lg\:hover\:border-gold-80:hover {
    border-color:#322d26
  }
  .mobile-lg\:border-gold-90,
  .mobile-lg\:hover\:border-gold-90:hover {
    border-color:#191714
  }
  .mobile-lg\:border-gold-5v,
  .mobile-lg\:hover\:border-gold-5v:hover {
    border-color:#fef0c8
  }
  .mobile-lg\:border-gold-10v,
  .mobile-lg\:hover\:border-gold-10v:hover {
    border-color:#ffe396
  }
  .mobile-lg\:border-gold-20v,
  .mobile-lg\:hover\:border-gold-20v:hover {
    border-color:#ffbe2e
  }
  .mobile-lg\:border-gold-30v,
  .mobile-lg\:hover\:border-gold-30v:hover {
    border-color:#e5a000
  }
  .mobile-lg\:border-gold-40v,
  .mobile-lg\:hover\:border-gold-40v:hover {
    border-color:#c2850c
  }
  .mobile-lg\:border-gold-50v,
  .mobile-lg\:hover\:border-gold-50v:hover {
    border-color:#936f38
  }
  .mobile-lg\:border-gold-60v,
  .mobile-lg\:hover\:border-gold-60v:hover {
    border-color:#7a591a
  }
  .mobile-lg\:border-gold-70v,
  .mobile-lg\:hover\:border-gold-70v:hover {
    border-color:#5c410a
  }
  .mobile-lg\:border-gold-80v,
  .mobile-lg\:hover\:border-gold-80v:hover {
    border-color:#3b2b15
  }
  .mobile-lg\:border-green-cool-5,
  .mobile-lg\:hover\:border-green-cool-5:hover {
    border-color:#ecf3ec
  }
  .mobile-lg\:border-green-cool-10,
  .mobile-lg\:hover\:border-green-cool-10:hover {
    border-color:#dbebde
  }
  .mobile-lg\:border-green-cool-20,
  .mobile-lg\:hover\:border-green-cool-20:hover {
    border-color:#b4d0b9
  }
  .mobile-lg\:border-green-cool-30,
  .mobile-lg\:hover\:border-green-cool-30:hover {
    border-color:#86b98e
  }
  .mobile-lg\:border-green-cool-40,
  .mobile-lg\:hover\:border-green-cool-40:hover {
    border-color:#5e9f69
  }
  .mobile-lg\:border-green-cool-50,
  .mobile-lg\:hover\:border-green-cool-50:hover {
    border-color:#4d8055
  }
  .mobile-lg\:border-green-cool-60,
  .mobile-lg\:hover\:border-green-cool-60:hover {
    border-color:#446443
  }
  .mobile-lg\:border-green-cool-70,
  .mobile-lg\:hover\:border-green-cool-70:hover {
    border-color:#37493b
  }
  .mobile-lg\:border-green-cool-80,
  .mobile-lg\:hover\:border-green-cool-80:hover {
    border-color:#28312a
  }
  .mobile-lg\:border-green-cool-90,
  .mobile-lg\:hover\:border-green-cool-90:hover {
    border-color:#1a1f1a
  }
  .mobile-lg\:border-green-cool-5v,
  .mobile-lg\:hover\:border-green-cool-5v:hover {
    border-color:#e3f5e1
  }
  .mobile-lg\:border-green-cool-10v,
  .mobile-lg\:hover\:border-green-cool-10v:hover {
    border-color:#b7f5bd
  }
  .mobile-lg\:border-green-cool-20v,
  .mobile-lg\:hover\:border-green-cool-20v:hover {
    border-color:#70e17b
  }
  .mobile-lg\:border-green-cool-30v,
  .mobile-lg\:hover\:border-green-cool-30v:hover {
    border-color:#21c834
  }
  .mobile-lg\:border-green-cool-40v,
  .mobile-lg\:hover\:border-green-cool-40v:hover {
    border-color:#00a91c
  }
  .mobile-lg\:border-green-cool-50v,
  .mobile-lg\:hover\:border-green-cool-50v:hover {
    border-color:#008817
  }
  .mobile-lg\:border-green-cool-60v,
  .mobile-lg\:hover\:border-green-cool-60v:hover {
    border-color:#216e1f
  }
  .mobile-lg\:border-green-cool-70v,
  .mobile-lg\:hover\:border-green-cool-70v:hover {
    border-color:#154c21
  }
  .mobile-lg\:border-green-cool-80v,
  .mobile-lg\:hover\:border-green-cool-80v:hover {
    border-color:#19311e
  }
  .mobile-lg\:border-green-5,
  .mobile-lg\:hover\:border-green-5:hover {
    border-color:#eaf4dd
  }
  .mobile-lg\:border-green-10,
  .mobile-lg\:hover\:border-green-10:hover {
    border-color:#dfeacd
  }
  .mobile-lg\:border-green-20,
  .mobile-lg\:hover\:border-green-20:hover {
    border-color:#b8d293
  }
  .mobile-lg\:border-green-30,
  .mobile-lg\:hover\:border-green-30:hover {
    border-color:#9bb672
  }
  .mobile-lg\:border-green-40,
  .mobile-lg\:hover\:border-green-40:hover {
    border-color:#7d9b4e
  }
  .mobile-lg\:border-green-50,
  .mobile-lg\:hover\:border-green-50:hover {
    border-color:#607f35
  }
  .mobile-lg\:border-green-60,
  .mobile-lg\:hover\:border-green-60:hover {
    border-color:#4c6424
  }
  .mobile-lg\:border-green-70,
  .mobile-lg\:hover\:border-green-70:hover {
    border-color:#3c4a29
  }
  .mobile-lg\:border-green-80,
  .mobile-lg\:hover\:border-green-80:hover {
    border-color:#293021
  }
  .mobile-lg\:border-green-90,
  .mobile-lg\:hover\:border-green-90:hover {
    border-color:#161814
  }
  .mobile-lg\:border-green-5v,
  .mobile-lg\:hover\:border-green-5v:hover {
    border-color:#ddf9c7
  }
  .mobile-lg\:border-green-10v,
  .mobile-lg\:hover\:border-green-10v:hover {
    border-color:#c5ee93
  }
  .mobile-lg\:border-green-20v,
  .mobile-lg\:hover\:border-green-20v:hover {
    border-color:#98d035
  }
  .mobile-lg\:border-green-30v,
  .mobile-lg\:hover\:border-green-30v:hover {
    border-color:#7fb135
  }
  .mobile-lg\:border-green-40v,
  .mobile-lg\:hover\:border-green-40v:hover {
    border-color:#719f2a
  }
  .mobile-lg\:border-green-50v,
  .mobile-lg\:hover\:border-green-50v:hover {
    border-color:#538200
  }
  .mobile-lg\:border-green-60v,
  .mobile-lg\:hover\:border-green-60v:hover {
    border-color:#466c04
  }
  .mobile-lg\:border-green-70v,
  .mobile-lg\:hover\:border-green-70v:hover {
    border-color:#2f4a0b
  }
  .mobile-lg\:border-green-80v,
  .mobile-lg\:hover\:border-green-80v:hover {
    border-color:#243413
  }
  .mobile-lg\:border-green-warm-5,
  .mobile-lg\:hover\:border-green-warm-5:hover {
    border-color:#f1f4d7
  }
  .mobile-lg\:border-green-warm-10,
  .mobile-lg\:hover\:border-green-warm-10:hover {
    border-color:#e7eab7
  }
  .mobile-lg\:border-green-warm-20,
  .mobile-lg\:hover\:border-green-warm-20:hover {
    border-color:#cbd17a
  }
  .mobile-lg\:border-green-warm-30,
  .mobile-lg\:hover\:border-green-warm-30:hover {
    border-color:#a6b557
  }
  .mobile-lg\:border-green-warm-40,
  .mobile-lg\:hover\:border-green-warm-40:hover {
    border-color:#8a984b
  }
  .mobile-lg\:border-green-warm-50,
  .mobile-lg\:hover\:border-green-warm-50:hover {
    border-color:#6f7a41
  }
  .mobile-lg\:border-green-warm-60,
  .mobile-lg\:hover\:border-green-warm-60:hover {
    border-color:#5a5f38
  }
  .mobile-lg\:border-green-warm-70,
  .mobile-lg\:hover\:border-green-warm-70:hover {
    border-color:#45472f
  }
  .mobile-lg\:border-green-warm-80,
  .mobile-lg\:hover\:border-green-warm-80:hover {
    border-color:#2d2f21
  }
  .mobile-lg\:border-green-warm-90,
  .mobile-lg\:hover\:border-green-warm-90:hover {
    border-color:#171712
  }
  .mobile-lg\:border-green-warm-5v,
  .mobile-lg\:hover\:border-green-warm-5v:hover {
    border-color:#f5fbc1
  }
  .mobile-lg\:border-green-warm-10v,
  .mobile-lg\:hover\:border-green-warm-10v:hover {
    border-color:#e7f434
  }
  .mobile-lg\:border-green-warm-20v,
  .mobile-lg\:hover\:border-green-warm-20v:hover {
    border-color:#c5d30a
  }
  .mobile-lg\:border-green-warm-30v,
  .mobile-lg\:hover\:border-green-warm-30v:hover {
    border-color:#a3b72c
  }
  .mobile-lg\:border-green-warm-40v,
  .mobile-lg\:hover\:border-green-warm-40v:hover {
    border-color:#7e9c1d
  }
  .mobile-lg\:border-green-warm-50v,
  .mobile-lg\:hover\:border-green-warm-50v:hover {
    border-color:#6a7d00
  }
  .mobile-lg\:border-green-warm-60v,
  .mobile-lg\:hover\:border-green-warm-60v:hover {
    border-color:#5a6613
  }
  .mobile-lg\:border-green-warm-70v,
  .mobile-lg\:hover\:border-green-warm-70v:hover {
    border-color:#4b4e10
  }
  .mobile-lg\:border-green-warm-80v,
  .mobile-lg\:hover\:border-green-warm-80v:hover {
    border-color:#38380b
  }
  .mobile-lg\:border-indigo-cool-5,
  .mobile-lg\:hover\:border-indigo-cool-5:hover {
    border-color:#eef0f9
  }
  .mobile-lg\:border-indigo-cool-10,
  .mobile-lg\:hover\:border-indigo-cool-10:hover {
    border-color:#e1e6f9
  }
  .mobile-lg\:border-indigo-cool-20,
  .mobile-lg\:hover\:border-indigo-cool-20:hover {
    border-color:#bbc8f5
  }
  .mobile-lg\:border-indigo-cool-30,
  .mobile-lg\:hover\:border-indigo-cool-30:hover {
    border-color:#96abee
  }
  .mobile-lg\:border-indigo-cool-40,
  .mobile-lg\:hover\:border-indigo-cool-40:hover {
    border-color:#6b8ee8
  }
  .mobile-lg\:border-indigo-cool-50,
  .mobile-lg\:hover\:border-indigo-cool-50:hover {
    border-color:#496fd8
  }
  .mobile-lg\:border-indigo-cool-60,
  .mobile-lg\:hover\:border-indigo-cool-60:hover {
    border-color:#3f57a6
  }
  .mobile-lg\:border-indigo-cool-70,
  .mobile-lg\:hover\:border-indigo-cool-70:hover {
    border-color:#374274
  }
  .mobile-lg\:border-indigo-cool-80,
  .mobile-lg\:hover\:border-indigo-cool-80:hover {
    border-color:#292d42
  }
  .mobile-lg\:border-indigo-cool-90,
  .mobile-lg\:hover\:border-indigo-cool-90:hover {
    border-color:#151622
  }
  .mobile-lg\:border-indigo-cool-5v,
  .mobile-lg\:hover\:border-indigo-cool-5v:hover {
    border-color:#edf0ff
  }
  .mobile-lg\:border-indigo-cool-10v,
  .mobile-lg\:hover\:border-indigo-cool-10v:hover {
    border-color:#dee5ff
  }
  .mobile-lg\:border-indigo-cool-20v,
  .mobile-lg\:hover\:border-indigo-cool-20v:hover {
    border-color:#b8c8ff
  }
  .mobile-lg\:border-indigo-cool-30v,
  .mobile-lg\:hover\:border-indigo-cool-30v:hover {
    border-color:#94adff
  }
  .mobile-lg\:border-indigo-cool-40v,
  .mobile-lg\:hover\:border-indigo-cool-40v:hover {
    border-color:#628ef4
  }
  .mobile-lg\:border-indigo-cool-50v,
  .mobile-lg\:hover\:border-indigo-cool-50v:hover {
    border-color:#4866ff
  }
  .mobile-lg\:border-indigo-cool-60v,
  .mobile-lg\:hover\:border-indigo-cool-60v:hover {
    border-color:#3e4ded
  }
  .mobile-lg\:border-indigo-cool-70v,
  .mobile-lg\:hover\:border-indigo-cool-70v:hover {
    border-color:#222fbf
  }
  .mobile-lg\:border-indigo-cool-80v,
  .mobile-lg\:hover\:border-indigo-cool-80v:hover {
    border-color:#1b2b85
  }
  .mobile-lg\:border-indigo-5,
  .mobile-lg\:hover\:border-indigo-5:hover {
    border-color:#efeff8
  }
  .mobile-lg\:border-indigo-10,
  .mobile-lg\:hover\:border-indigo-10:hover {
    border-color:#e5e4fa
  }
  .mobile-lg\:border-indigo-20,
  .mobile-lg\:hover\:border-indigo-20:hover {
    border-color:#c5c5f3
  }
  .mobile-lg\:border-indigo-30,
  .mobile-lg\:hover\:border-indigo-30:hover {
    border-color:#a5a8eb
  }
  .mobile-lg\:border-indigo-40,
  .mobile-lg\:hover\:border-indigo-40:hover {
    border-color:#8889db
  }
  .mobile-lg\:border-indigo-50,
  .mobile-lg\:hover\:border-indigo-50:hover {
    border-color:#676cc8
  }
  .mobile-lg\:border-indigo-60,
  .mobile-lg\:hover\:border-indigo-60:hover {
    border-color:#4d52af
  }
  .mobile-lg\:border-indigo-70,
  .mobile-lg\:hover\:border-indigo-70:hover {
    border-color:#3d4076
  }
  .mobile-lg\:border-indigo-80,
  .mobile-lg\:hover\:border-indigo-80:hover {
    border-color:#2b2c40
  }
  .mobile-lg\:border-indigo-90,
  .mobile-lg\:hover\:border-indigo-90:hover {
    border-color:#16171f
  }
  .mobile-lg\:border-indigo-5v,
  .mobile-lg\:hover\:border-indigo-5v:hover {
    border-color:#f0f0ff
  }
  .mobile-lg\:border-indigo-10v,
  .mobile-lg\:hover\:border-indigo-10v:hover {
    border-color:#e0e0ff
  }
  .mobile-lg\:border-indigo-20v,
  .mobile-lg\:hover\:border-indigo-20v:hover {
    border-color:#ccceff
  }
  .mobile-lg\:border-indigo-30v,
  .mobile-lg\:hover\:border-indigo-30v:hover {
    border-color:#a3a7fa
  }
  .mobile-lg\:border-indigo-40v,
  .mobile-lg\:hover\:border-indigo-40v:hover {
    border-color:#8289ff
  }
  .mobile-lg\:border-indigo-50v,
  .mobile-lg\:hover\:border-indigo-50v:hover {
    border-color:#656bd7
  }
  .mobile-lg\:border-indigo-60v,
  .mobile-lg\:hover\:border-indigo-60v:hover {
    border-color:#4a50c4
  }
  .mobile-lg\:border-indigo-70v,
  .mobile-lg\:hover\:border-indigo-70v:hover {
    border-color:#3333a3
  }
  .mobile-lg\:border-indigo-80v,
  .mobile-lg\:hover\:border-indigo-80v:hover {
    border-color:#212463
  }
  .mobile-lg\:border-indigo-warm-5,
  .mobile-lg\:hover\:border-indigo-warm-5:hover {
    border-color:#f1eff7
  }
  .mobile-lg\:border-indigo-warm-10,
  .mobile-lg\:hover\:border-indigo-warm-10:hover {
    border-color:#e7e3fa
  }
  .mobile-lg\:border-indigo-warm-20,
  .mobile-lg\:hover\:border-indigo-warm-20:hover {
    border-color:#cbc4f2
  }
  .mobile-lg\:border-indigo-warm-30,
  .mobile-lg\:hover\:border-indigo-warm-30:hover {
    border-color:#afa5e8
  }
  .mobile-lg\:border-indigo-warm-40,
  .mobile-lg\:hover\:border-indigo-warm-40:hover {
    border-color:#9287d8
  }
  .mobile-lg\:border-indigo-warm-50,
  .mobile-lg\:hover\:border-indigo-warm-50:hover {
    border-color:#7665d1
  }
  .mobile-lg\:border-indigo-warm-60,
  .mobile-lg\:hover\:border-indigo-warm-60:hover {
    border-color:#5e519e
  }
  .mobile-lg\:border-indigo-warm-70,
  .mobile-lg\:hover\:border-indigo-warm-70:hover {
    border-color:#453c7b
  }
  .mobile-lg\:border-indigo-warm-80,
  .mobile-lg\:hover\:border-indigo-warm-80:hover {
    border-color:#2e2c40
  }
  .mobile-lg\:border-indigo-warm-90,
  .mobile-lg\:hover\:border-indigo-warm-90:hover {
    border-color:#18161d
  }
  .mobile-lg\:border-indigo-warm-5v,
  .mobile-lg\:hover\:border-indigo-warm-5v:hover {
    border-color:#f5f2ff
  }
  .mobile-lg\:border-indigo-warm-10v,
  .mobile-lg\:hover\:border-indigo-warm-10v:hover {
    border-color:#e4deff
  }
  .mobile-lg\:border-indigo-warm-20v,
  .mobile-lg\:hover\:border-indigo-warm-20v:hover {
    border-color:#cfc4fd
  }
  .mobile-lg\:border-indigo-warm-30v,
  .mobile-lg\:hover\:border-indigo-warm-30v:hover {
    border-color:#b69fff
  }
  .mobile-lg\:border-indigo-warm-40v,
  .mobile-lg\:hover\:border-indigo-warm-40v:hover {
    border-color:#967efb
  }
  .mobile-lg\:border-indigo-warm-50v,
  .mobile-lg\:hover\:border-indigo-warm-50v:hover {
    border-color:#745fe9
  }
  .mobile-lg\:border-indigo-warm-60v,
  .mobile-lg\:hover\:border-indigo-warm-60v:hover {
    border-color:#5942d2
  }
  .mobile-lg\:border-indigo-warm-70v,
  .mobile-lg\:hover\:border-indigo-warm-70v:hover {
    border-color:#3d2c9d
  }
  .mobile-lg\:border-indigo-warm-80v,
  .mobile-lg\:hover\:border-indigo-warm-80v:hover {
    border-color:#261f5b
  }
  .mobile-lg\:border-magenta-5,
  .mobile-lg\:hover\:border-magenta-5:hover {
    border-color:#f9f0f2
  }
  .mobile-lg\:border-magenta-10,
  .mobile-lg\:hover\:border-magenta-10:hover {
    border-color:#f6e1e8
  }
  .mobile-lg\:border-magenta-20,
  .mobile-lg\:hover\:border-magenta-20:hover {
    border-color:#f0bbcc
  }
  .mobile-lg\:border-magenta-30,
  .mobile-lg\:hover\:border-magenta-30:hover {
    border-color:#e895b3
  }
  .mobile-lg\:border-magenta-40,
  .mobile-lg\:hover\:border-magenta-40:hover {
    border-color:#e0699f
  }
  .mobile-lg\:border-magenta-50,
  .mobile-lg\:hover\:border-magenta-50:hover {
    border-color:#c84281
  }
  .mobile-lg\:border-magenta-60,
  .mobile-lg\:hover\:border-magenta-60:hover {
    border-color:#8b4566
  }
  .mobile-lg\:border-magenta-70,
  .mobile-lg\:hover\:border-magenta-70:hover {
    border-color:#66364b
  }
  .mobile-lg\:border-magenta-80,
  .mobile-lg\:hover\:border-magenta-80:hover {
    border-color:#402731
  }
  .mobile-lg\:border-magenta-90,
  .mobile-lg\:hover\:border-magenta-90:hover {
    border-color:#1b1617
  }
  .mobile-lg\:border-magenta-5v,
  .mobile-lg\:hover\:border-magenta-5v:hover {
    border-color:#f9f0f2
  }
  .mobile-lg\:border-magenta-10v,
  .mobile-lg\:hover\:border-magenta-10v:hover {
    border-color:#ffddea
  }
  .mobile-lg\:border-magenta-20v,
  .mobile-lg\:hover\:border-magenta-20v:hover {
    border-color:#ffb4cf
  }
  .mobile-lg\:border-magenta-30v,
  .mobile-lg\:hover\:border-magenta-30v:hover {
    border-color:#ff87b2
  }
  .mobile-lg\:border-magenta-40v,
  .mobile-lg\:hover\:border-magenta-40v:hover {
    border-color:#fd4496
  }
  .mobile-lg\:border-magenta-50v,
  .mobile-lg\:hover\:border-magenta-50v:hover {
    border-color:#d72d79
  }
  .mobile-lg\:border-magenta-60v,
  .mobile-lg\:hover\:border-magenta-60v:hover {
    border-color:#ab2165
  }
  .mobile-lg\:border-magenta-70v,
  .mobile-lg\:hover\:border-magenta-70v:hover {
    border-color:#731f44
  }
  .mobile-lg\:border-magenta-80v,
  .mobile-lg\:hover\:border-magenta-80v:hover {
    border-color:#4f172e
  }
  .mobile-lg\:border-mint-cool-5,
  .mobile-lg\:hover\:border-mint-cool-5:hover {
    border-color:#e0f7f6
  }
  .mobile-lg\:border-mint-cool-10,
  .mobile-lg\:hover\:border-mint-cool-10:hover {
    border-color:#c4eeeb
  }
  .mobile-lg\:border-mint-cool-20,
  .mobile-lg\:hover\:border-mint-cool-20:hover {
    border-color:#9bd4cf
  }
  .mobile-lg\:border-mint-cool-30,
  .mobile-lg\:hover\:border-mint-cool-30:hover {
    border-color:#6fbab3
  }
  .mobile-lg\:border-mint-cool-40,
  .mobile-lg\:hover\:border-mint-cool-40:hover {
    border-color:#4f9e99
  }
  .mobile-lg\:border-mint-cool-50,
  .mobile-lg\:hover\:border-mint-cool-50:hover {
    border-color:#40807e
  }
  .mobile-lg\:border-mint-cool-60,
  .mobile-lg\:hover\:border-mint-cool-60:hover {
    border-color:#376462
  }
  .mobile-lg\:border-mint-cool-70,
  .mobile-lg\:hover\:border-mint-cool-70:hover {
    border-color:#2a4b45
  }
  .mobile-lg\:border-mint-cool-80,
  .mobile-lg\:hover\:border-mint-cool-80:hover {
    border-color:#203131
  }
  .mobile-lg\:border-mint-cool-90,
  .mobile-lg\:hover\:border-mint-cool-90:hover {
    border-color:#111818
  }
  .mobile-lg\:border-mint-cool-5v,
  .mobile-lg\:hover\:border-mint-cool-5v:hover {
    border-color:#d5fbf3
  }
  .mobile-lg\:border-mint-cool-10v,
  .mobile-lg\:hover\:border-mint-cool-10v:hover {
    border-color:#7efbe1
  }
  .mobile-lg\:border-mint-cool-20v,
  .mobile-lg\:hover\:border-mint-cool-20v:hover {
    border-color:#29e1cb
  }
  .mobile-lg\:border-mint-cool-30v,
  .mobile-lg\:hover\:border-mint-cool-30v:hover {
    border-color:#1dc2ae
  }
  .mobile-lg\:border-mint-cool-40v,
  .mobile-lg\:hover\:border-mint-cool-40v:hover {
    border-color:#00a398
  }
  .mobile-lg\:border-mint-cool-50v,
  .mobile-lg\:hover\:border-mint-cool-50v:hover {
    border-color:#008480
  }
  .mobile-lg\:border-mint-cool-60v,
  .mobile-lg\:hover\:border-mint-cool-60v:hover {
    border-color:#0f6460
  }
  .mobile-lg\:border-mint-cool-70v,
  .mobile-lg\:hover\:border-mint-cool-70v:hover {
    border-color:#0b4b3f
  }
  .mobile-lg\:border-mint-cool-80v,
  .mobile-lg\:hover\:border-mint-cool-80v:hover {
    border-color:#123131
  }
  .mobile-lg\:border-mint-5,
  .mobile-lg\:hover\:border-mint-5:hover {
    border-color:#dbf6ed
  }
  .mobile-lg\:border-mint-10,
  .mobile-lg\:hover\:border-mint-10:hover {
    border-color:#c7efe2
  }
  .mobile-lg\:border-mint-20,
  .mobile-lg\:hover\:border-mint-20:hover {
    border-color:#92d9bb
  }
  .mobile-lg\:border-mint-30,
  .mobile-lg\:hover\:border-mint-30:hover {
    border-color:#5abf95
  }
  .mobile-lg\:border-mint-40,
  .mobile-lg\:hover\:border-mint-40:hover {
    border-color:#34a37e
  }
  .mobile-lg\:border-mint-50,
  .mobile-lg\:hover\:border-mint-50:hover {
    border-color:#2e8367
  }
  .mobile-lg\:border-mint-60,
  .mobile-lg\:hover\:border-mint-60:hover {
    border-color:#286846
  }
  .mobile-lg\:border-mint-70,
  .mobile-lg\:hover\:border-mint-70:hover {
    border-color:#204e34
  }
  .mobile-lg\:border-mint-80,
  .mobile-lg\:hover\:border-mint-80:hover {
    border-color:#193324
  }
  .mobile-lg\:border-mint-90,
  .mobile-lg\:hover\:border-mint-90:hover {
    border-color:#0d1a12
  }
  .mobile-lg\:border-mint-5v,
  .mobile-lg\:hover\:border-mint-5v:hover {
    border-color:#c9fbeb
  }
  .mobile-lg\:border-mint-10v,
  .mobile-lg\:hover\:border-mint-10v:hover {
    border-color:#83fcd4
  }
  .mobile-lg\:border-mint-20v,
  .mobile-lg\:hover\:border-mint-20v:hover {
    border-color:#0ceda6
  }
  .mobile-lg\:border-mint-30v,
  .mobile-lg\:hover\:border-mint-30v:hover {
    border-color:#04c585
  }
  .mobile-lg\:border-mint-40v,
  .mobile-lg\:hover\:border-mint-40v:hover {
    border-color:#00a871
  }
  .mobile-lg\:border-mint-50v,
  .mobile-lg\:hover\:border-mint-50v:hover {
    border-color:#008659
  }
  .mobile-lg\:border-mint-60v,
  .mobile-lg\:hover\:border-mint-60v:hover {
    border-color:#146947
  }
  .mobile-lg\:border-mint-70v,
  .mobile-lg\:hover\:border-mint-70v:hover {
    border-color:#0c4e29
  }
  .mobile-lg\:border-mint-80v,
  .mobile-lg\:hover\:border-mint-80v:hover {
    border-color:#0d351e
  }
  .mobile-lg\:border-orange-5,
  .mobile-lg\:hover\:border-orange-5:hover {
    border-color:#f6efe9
  }
  .mobile-lg\:border-orange-10,
  .mobile-lg\:hover\:border-orange-10:hover {
    border-color:#f2e4d4
  }
  .mobile-lg\:border-orange-20,
  .mobile-lg\:hover\:border-orange-20:hover {
    border-color:#f3bf90
  }
  .mobile-lg\:border-orange-30,
  .mobile-lg\:hover\:border-orange-30:hover {
    border-color:#f09860
  }
  .mobile-lg\:border-orange-40,
  .mobile-lg\:hover\:border-orange-40:hover {
    border-color:#dd7533
  }
  .mobile-lg\:border-orange-50,
  .mobile-lg\:hover\:border-orange-50:hover {
    border-color:#a86437
  }
  .mobile-lg\:border-orange-60,
  .mobile-lg\:hover\:border-orange-60:hover {
    border-color:#775540
  }
  .mobile-lg\:border-orange-70,
  .mobile-lg\:hover\:border-orange-70:hover {
    border-color:#524236
  }
  .mobile-lg\:border-orange-80,
  .mobile-lg\:hover\:border-orange-80:hover {
    border-color:#332d27
  }
  .mobile-lg\:border-orange-90,
  .mobile-lg\:hover\:border-orange-90:hover {
    border-color:#1b1614
  }
  .mobile-lg\:border-orange-5v,
  .mobile-lg\:hover\:border-orange-5v:hover {
    border-color:#fef2e4
  }
  .mobile-lg\:border-orange-10v,
  .mobile-lg\:hover\:border-orange-10v:hover {
    border-color:#fce2c5
  }
  .mobile-lg\:border-orange-20v,
  .mobile-lg\:hover\:border-orange-20v:hover {
    border-color:#ffbc78
  }
  .mobile-lg\:border-orange-30v,
  .mobile-lg\:hover\:border-orange-30v:hover {
    border-color:#fa9441
  }
  .mobile-lg\:border-orange-40v,
  .mobile-lg\:hover\:border-orange-40v:hover {
    border-color:#e66f0e
  }
  .mobile-lg\:border-orange-50v,
  .mobile-lg\:hover\:border-orange-50v:hover {
    border-color:#c05600
  }
  .mobile-lg\:border-orange-60v,
  .mobile-lg\:hover\:border-orange-60v:hover {
    border-color:#8c471c
  }
  .mobile-lg\:border-orange-70v,
  .mobile-lg\:hover\:border-orange-70v:hover {
    border-color:#5f3617
  }
  .mobile-lg\:border-orange-80v,
  .mobile-lg\:hover\:border-orange-80v:hover {
    border-color:#352313
  }
  .mobile-lg\:border-orange-warm-5,
  .mobile-lg\:hover\:border-orange-warm-5:hover {
    border-color:#faeee5
  }
  .mobile-lg\:border-orange-warm-10,
  .mobile-lg\:hover\:border-orange-warm-10:hover {
    border-color:#fbe0d0
  }
  .mobile-lg\:border-orange-warm-20,
  .mobile-lg\:hover\:border-orange-warm-20:hover {
    border-color:#f7bca2
  }
  .mobile-lg\:border-orange-warm-30,
  .mobile-lg\:hover\:border-orange-warm-30:hover {
    border-color:#f3966d
  }
  .mobile-lg\:border-orange-warm-40,
  .mobile-lg\:hover\:border-orange-warm-40:hover {
    border-color:#e17141
  }
  .mobile-lg\:border-orange-warm-50,
  .mobile-lg\:hover\:border-orange-warm-50:hover {
    border-color:#bd5727
  }
  .mobile-lg\:border-orange-warm-60,
  .mobile-lg\:hover\:border-orange-warm-60:hover {
    border-color:#914734
  }
  .mobile-lg\:border-orange-warm-70,
  .mobile-lg\:hover\:border-orange-warm-70:hover {
    border-color:#633a32
  }
  .mobile-lg\:border-orange-warm-80,
  .mobile-lg\:hover\:border-orange-warm-80:hover {
    border-color:#3d2925
  }
  .mobile-lg\:border-orange-warm-90,
  .mobile-lg\:hover\:border-orange-warm-90:hover {
    border-color:#1c1615
  }
  .mobile-lg\:border-orange-warm-5v,
  .mobile-lg\:hover\:border-orange-warm-5v:hover {
    border-color:#fff3ea
  }
  .mobile-lg\:border-orange-warm-10v,
  .mobile-lg\:hover\:border-orange-warm-10v:hover {
    border-color:#ffe2d1
  }
  .mobile-lg\:border-orange-warm-20v,
  .mobile-lg\:hover\:border-orange-warm-20v:hover {
    border-color:#fbbaa7
  }
  .mobile-lg\:border-orange-warm-30v,
  .mobile-lg\:hover\:border-orange-warm-30v:hover {
    border-color:#fc906d
  }
  .mobile-lg\:border-orange-warm-40v,
  .mobile-lg\:hover\:border-orange-warm-40v:hover {
    border-color:#ff580a
  }
  .mobile-lg\:border-orange-warm-50v,
  .mobile-lg\:hover\:border-orange-warm-50v:hover {
    border-color:#cf4900
  }
  .mobile-lg\:border-orange-warm-60v,
  .mobile-lg\:hover\:border-orange-warm-60v:hover {
    border-color:#a72f10
  }
  .mobile-lg\:border-orange-warm-70v,
  .mobile-lg\:hover\:border-orange-warm-70v:hover {
    border-color:#782312
  }
  .mobile-lg\:border-orange-warm-80v,
  .mobile-lg\:hover\:border-orange-warm-80v:hover {
    border-color:#3d231d
  }
  .mobile-lg\:border-red-cool-5,
  .mobile-lg\:hover\:border-red-cool-5:hover {
    border-color:#f8eff1
  }
  .mobile-lg\:border-red-cool-10,
  .mobile-lg\:hover\:border-red-cool-10:hover {
    border-color:#f3e1e4
  }
  .mobile-lg\:border-red-cool-20,
  .mobile-lg\:hover\:border-red-cool-20:hover {
    border-color:#ecbec6
  }
  .mobile-lg\:border-red-cool-30,
  .mobile-lg\:hover\:border-red-cool-30:hover {
    border-color:#e09aa6
  }
  .mobile-lg\:border-red-cool-40,
  .mobile-lg\:hover\:border-red-cool-40:hover {
    border-color:#e16b80
  }
  .mobile-lg\:border-red-cool-50,
  .mobile-lg\:hover\:border-red-cool-50:hover {
    border-color:#cd425b
  }
  .mobile-lg\:border-red-cool-60,
  .mobile-lg\:hover\:border-red-cool-60:hover {
    border-color:#9e394b
  }
  .mobile-lg\:border-red-cool-70,
  .mobile-lg\:hover\:border-red-cool-70:hover {
    border-color:#68363f
  }
  .mobile-lg\:border-red-cool-80,
  .mobile-lg\:hover\:border-red-cool-80:hover {
    border-color:#40282c
  }
  .mobile-lg\:border-red-cool-90,
  .mobile-lg\:hover\:border-red-cool-90:hover {
    border-color:#1e1517
  }
  .mobile-lg\:border-red-cool-5v,
  .mobile-lg\:hover\:border-red-cool-5v:hover {
    border-color:#fff2f5
  }
  .mobile-lg\:border-red-cool-10v,
  .mobile-lg\:hover\:border-red-cool-10v:hover {
    border-color:#f8dfe2
  }
  .mobile-lg\:border-red-cool-20v,
  .mobile-lg\:hover\:border-red-cool-20v:hover {
    border-color:#f8b9c5
  }
  .mobile-lg\:border-red-cool-30v,
  .mobile-lg\:hover\:border-red-cool-30v:hover {
    border-color:#fd8ba0
  }
  .mobile-lg\:border-red-cool-40v,
  .mobile-lg\:hover\:border-red-cool-40v:hover {
    border-color:#f45d79
  }
  .mobile-lg\:border-red-cool-50v,
  .mobile-lg\:hover\:border-red-cool-50v:hover {
    border-color:#e41d3d
  }
  .mobile-lg\:border-red-cool-60v,
  .mobile-lg\:hover\:border-red-cool-60v:hover {
    border-color:#b21d38
  }
  .mobile-lg\:border-red-cool-70v,
  .mobile-lg\:hover\:border-red-cool-70v:hover {
    border-color:#822133
  }
  .mobile-lg\:border-red-cool-80v,
  .mobile-lg\:hover\:border-red-cool-80v:hover {
    border-color:#4f1c24
  }
  .mobile-lg\:border-red-5,
  .mobile-lg\:hover\:border-red-5:hover {
    border-color:#f9eeee
  }
  .mobile-lg\:border-red-10,
  .mobile-lg\:hover\:border-red-10:hover {
    border-color:#f8e1de
  }
  .mobile-lg\:border-red-20,
  .mobile-lg\:hover\:border-red-20:hover {
    border-color:#f7bbb1
  }
  .mobile-lg\:border-red-30,
  .mobile-lg\:hover\:border-red-30:hover {
    border-color:#f2938c
  }
  .mobile-lg\:border-red-40,
  .mobile-lg\:hover\:border-red-40:hover {
    border-color:#e9695f
  }
  .mobile-lg\:border-red-50,
  .mobile-lg\:hover\:border-red-50:hover {
    border-color:#d83933
  }
  .mobile-lg\:border-red-60,
  .mobile-lg\:hover\:border-red-60:hover {
    border-color:#a23737
  }
  .mobile-lg\:border-red-70,
  .mobile-lg\:hover\:border-red-70:hover {
    border-color:#6f3331
  }
  .mobile-lg\:border-red-80,
  .mobile-lg\:hover\:border-red-80:hover {
    border-color:#3e2927
  }
  .mobile-lg\:border-red-90,
  .mobile-lg\:hover\:border-red-90:hover {
    border-color:#1b1616
  }
  .mobile-lg\:border-red-5v,
  .mobile-lg\:hover\:border-red-5v:hover {
    border-color:#fff3f2
  }
  .mobile-lg\:border-red-10v,
  .mobile-lg\:hover\:border-red-10v:hover {
    border-color:#fde0db
  }
  .mobile-lg\:border-red-20v,
  .mobile-lg\:hover\:border-red-20v:hover {
    border-color:#fdb8ae
  }
  .mobile-lg\:border-red-30v,
  .mobile-lg\:hover\:border-red-30v:hover {
    border-color:#ff8d7b
  }
  .mobile-lg\:border-red-40v,
  .mobile-lg\:hover\:border-red-40v:hover {
    border-color:#fb5a47
  }
  .mobile-lg\:border-red-50v,
  .mobile-lg\:hover\:border-red-50v:hover {
    border-color:#e52207
  }
  .mobile-lg\:border-red-60v,
  .mobile-lg\:hover\:border-red-60v:hover {
    border-color:#b50909
  }
  .mobile-lg\:border-red-70v,
  .mobile-lg\:hover\:border-red-70v:hover {
    border-color:#8b0a03
  }
  .mobile-lg\:border-red-80v,
  .mobile-lg\:hover\:border-red-80v:hover {
    border-color:#5c1111
  }
  .mobile-lg\:border-red-warm-5,
  .mobile-lg\:hover\:border-red-warm-5:hover {
    border-color:#f6efea
  }
  .mobile-lg\:border-red-warm-10,
  .mobile-lg\:hover\:border-red-warm-10:hover {
    border-color:#f4e3db
  }
  .mobile-lg\:border-red-warm-20,
  .mobile-lg\:hover\:border-red-warm-20:hover {
    border-color:#ecc0a7
  }
  .mobile-lg\:border-red-warm-30,
  .mobile-lg\:hover\:border-red-warm-30:hover {
    border-color:#dca081
  }
  .mobile-lg\:border-red-warm-40,
  .mobile-lg\:hover\:border-red-warm-40:hover {
    border-color:#d27a56
  }
  .mobile-lg\:border-red-warm-50,
  .mobile-lg\:hover\:border-red-warm-50:hover {
    border-color:#c3512c
  }
  .mobile-lg\:border-red-warm-60,
  .mobile-lg\:hover\:border-red-warm-60:hover {
    border-color:#805039
  }
  .mobile-lg\:border-red-warm-70,
  .mobile-lg\:hover\:border-red-warm-70:hover {
    border-color:#524236
  }
  .mobile-lg\:border-red-warm-80,
  .mobile-lg\:hover\:border-red-warm-80:hover {
    border-color:#332d29
  }
  .mobile-lg\:border-red-warm-90,
  .mobile-lg\:hover\:border-red-warm-90:hover {
    border-color:#1f1c18
  }
  .mobile-lg\:border-red-warm-5v,
  .mobile-lg\:hover\:border-red-warm-5v:hover {
    border-color:#fff5ee
  }
  .mobile-lg\:border-red-warm-10v,
  .mobile-lg\:hover\:border-red-warm-10v:hover {
    border-color:#fce1d4
  }
  .mobile-lg\:border-red-warm-20v,
  .mobile-lg\:hover\:border-red-warm-20v:hover {
    border-color:#f6bd9c
  }
  .mobile-lg\:border-red-warm-30v,
  .mobile-lg\:hover\:border-red-warm-30v:hover {
    border-color:#f39268
  }
  .mobile-lg\:border-red-warm-40v,
  .mobile-lg\:hover\:border-red-warm-40v:hover {
    border-color:#ef5e25
  }
  .mobile-lg\:border-red-warm-50v,
  .mobile-lg\:hover\:border-red-warm-50v:hover {
    border-color:#d54309
  }
  .mobile-lg\:border-red-warm-60v,
  .mobile-lg\:hover\:border-red-warm-60v:hover {
    border-color:#9c3d10
  }
  .mobile-lg\:border-red-warm-70v,
  .mobile-lg\:hover\:border-red-warm-70v:hover {
    border-color:#63340f
  }
  .mobile-lg\:border-red-warm-80v,
  .mobile-lg\:hover\:border-red-warm-80v:hover {
    border-color:#3e2a1e
  }
  .mobile-lg\:border-violet-5,
  .mobile-lg\:hover\:border-violet-5:hover {
    border-color:#f4f1f9
  }
  .mobile-lg\:border-violet-10,
  .mobile-lg\:hover\:border-violet-10:hover {
    border-color:#ebe3f9
  }
  .mobile-lg\:border-violet-20,
  .mobile-lg\:hover\:border-violet-20:hover {
    border-color:#d0c3e9
  }
  .mobile-lg\:border-violet-30,
  .mobile-lg\:hover\:border-violet-30:hover {
    border-color:#b8a2e3
  }
  .mobile-lg\:border-violet-40,
  .mobile-lg\:hover\:border-violet-40:hover {
    border-color:#9d84d2
  }
  .mobile-lg\:border-violet-50,
  .mobile-lg\:hover\:border-violet-50:hover {
    border-color:#8168b3
  }
  .mobile-lg\:border-violet-60,
  .mobile-lg\:hover\:border-violet-60:hover {
    border-color:#665190
  }
  .mobile-lg\:border-violet-70,
  .mobile-lg\:hover\:border-violet-70:hover {
    border-color:#4c3d69
  }
  .mobile-lg\:border-violet-80,
  .mobile-lg\:hover\:border-violet-80:hover {
    border-color:#312b3f
  }
  .mobile-lg\:border-violet-90,
  .mobile-lg\:hover\:border-violet-90:hover {
    border-color:#18161d
  }
  .mobile-lg\:border-violet-5v,
  .mobile-lg\:hover\:border-violet-5v:hover {
    border-color:#f7f2ff
  }
  .mobile-lg\:border-violet-10v,
  .mobile-lg\:hover\:border-violet-10v:hover {
    border-color:#ede3ff
  }
  .mobile-lg\:border-violet-20v,
  .mobile-lg\:hover\:border-violet-20v:hover {
    border-color:#d5bfff
  }
  .mobile-lg\:border-violet-30v,
  .mobile-lg\:hover\:border-violet-30v:hover {
    border-color:#c39deb
  }
  .mobile-lg\:border-violet-40v,
  .mobile-lg\:hover\:border-violet-40v:hover {
    border-color:#ad79e9
  }
  .mobile-lg\:border-violet-50v,
  .mobile-lg\:hover\:border-violet-50v:hover {
    border-color:#9355dc
  }
  .mobile-lg\:border-violet-60v,
  .mobile-lg\:hover\:border-violet-60v:hover {
    border-color:#783cb9
  }
  .mobile-lg\:border-violet-70v,
  .mobile-lg\:hover\:border-violet-70v:hover {
    border-color:#54278f
  }
  .mobile-lg\:border-violet-80v,
  .mobile-lg\:hover\:border-violet-80v:hover {
    border-color:#39215e
  }
  .mobile-lg\:border-violet-warm-5,
  .mobile-lg\:hover\:border-violet-warm-5:hover {
    border-color:#f8f0f9
  }
  .mobile-lg\:border-violet-warm-10,
  .mobile-lg\:hover\:border-violet-warm-10:hover {
    border-color:#f6dff8
  }
  .mobile-lg\:border-violet-warm-20,
  .mobile-lg\:hover\:border-violet-warm-20:hover {
    border-color:#e2bee4
  }
  .mobile-lg\:border-violet-warm-30,
  .mobile-lg\:hover\:border-violet-warm-30:hover {
    border-color:#d29ad8
  }
  .mobile-lg\:border-violet-warm-40,
  .mobile-lg\:hover\:border-violet-warm-40:hover {
    border-color:#bf77c8
  }
  .mobile-lg\:border-violet-warm-50,
  .mobile-lg\:hover\:border-violet-warm-50:hover {
    border-color:#b04abd
  }
  .mobile-lg\:border-violet-warm-60,
  .mobile-lg\:hover\:border-violet-warm-60:hover {
    border-color:#864381
  }
  .mobile-lg\:border-violet-warm-70,
  .mobile-lg\:hover\:border-violet-warm-70:hover {
    border-color:#5c395a
  }
  .mobile-lg\:border-violet-warm-80,
  .mobile-lg\:hover\:border-violet-warm-80:hover {
    border-color:#382936
  }
  .mobile-lg\:border-violet-warm-90,
  .mobile-lg\:hover\:border-violet-warm-90:hover {
    border-color:#1b151b
  }
  .mobile-lg\:border-violet-warm-5v,
  .mobile-lg\:hover\:border-violet-warm-5v:hover {
    border-color:#fef2ff
  }
  .mobile-lg\:border-violet-warm-10v,
  .mobile-lg\:hover\:border-violet-warm-10v:hover {
    border-color:#fbdcff
  }
  .mobile-lg\:border-violet-warm-20v,
  .mobile-lg\:hover\:border-violet-warm-20v:hover {
    border-color:#f4b2ff
  }
  .mobile-lg\:border-violet-warm-30v,
  .mobile-lg\:hover\:border-violet-warm-30v:hover {
    border-color:#ee83ff
  }
  .mobile-lg\:border-violet-warm-40v,
  .mobile-lg\:hover\:border-violet-warm-40v:hover {
    border-color:#d85bef
  }
  .mobile-lg\:border-violet-warm-50v,
  .mobile-lg\:hover\:border-violet-warm-50v:hover {
    border-color:#be32d0
  }
  .mobile-lg\:border-violet-warm-60v,
  .mobile-lg\:hover\:border-violet-warm-60v:hover {
    border-color:#93348c
  }
  .mobile-lg\:border-violet-warm-70v,
  .mobile-lg\:hover\:border-violet-warm-70v:hover {
    border-color:#711e6c
  }
  .mobile-lg\:border-violet-warm-80v,
  .mobile-lg\:hover\:border-violet-warm-80v:hover {
    border-color:#481441
  }
  .mobile-lg\:border-white-transparent-5,
  .mobile-lg\:hover\:border-white-transparent-5:hover {
    border-color:rgba(255,255,255,.01)
  }
  .mobile-lg\:border-white-transparent-10,
  .mobile-lg\:hover\:border-white-transparent-10:hover {
    border-color:rgba(255,255,255,.1)
  }
  .mobile-lg\:border-white-transparent-20,
  .mobile-lg\:hover\:border-white-transparent-20:hover {
    border-color:rgba(255,255,255,.2)
  }
  .mobile-lg\:border-white-transparent-30,
  .mobile-lg\:hover\:border-white-transparent-30:hover {
    border-color:rgba(255,255,255,.3)
  }
  .mobile-lg\:border-white-transparent-40,
  .mobile-lg\:hover\:border-white-transparent-40:hover {
    border-color:rgba(255,255,255,.4)
  }
  .mobile-lg\:border-white-transparent-50,
  .mobile-lg\:hover\:border-white-transparent-50:hover {
    border-color:rgba(255,255,255,.5)
  }
  .mobile-lg\:border-white-transparent-60,
  .mobile-lg\:hover\:border-white-transparent-60:hover {
    border-color:rgba(255,255,255,.6)
  }
  .mobile-lg\:border-white-transparent-70,
  .mobile-lg\:hover\:border-white-transparent-70:hover {
    border-color:rgba(255,255,255,.7)
  }
  .mobile-lg\:border-white-transparent-80,
  .mobile-lg\:hover\:border-white-transparent-80:hover {
    border-color:rgba(255,255,255,.8)
  }
  .mobile-lg\:border-white-transparent-90,
  .mobile-lg\:hover\:border-white-transparent-90:hover {
    border-color:rgba(255,255,255,.9)
  }
  .mobile-lg\:border-yellow-5,
  .mobile-lg\:hover\:border-yellow-5:hover {
    border-color:#faf3d1
  }
  .mobile-lg\:border-yellow-10,
  .mobile-lg\:hover\:border-yellow-10:hover {
    border-color:#f5e6af
  }
  .mobile-lg\:border-yellow-20,
  .mobile-lg\:hover\:border-yellow-20:hover {
    border-color:#e6c74c
  }
  .mobile-lg\:border-yellow-30,
  .mobile-lg\:hover\:border-yellow-30:hover {
    border-color:#c9ab48
  }
  .mobile-lg\:border-yellow-40,
  .mobile-lg\:hover\:border-yellow-40:hover {
    border-color:#a88f48
  }
  .mobile-lg\:border-yellow-50,
  .mobile-lg\:hover\:border-yellow-50:hover {
    border-color:#8a7237
  }
  .mobile-lg\:border-yellow-60,
  .mobile-lg\:hover\:border-yellow-60:hover {
    border-color:#6b5a39
  }
  .mobile-lg\:border-yellow-70,
  .mobile-lg\:hover\:border-yellow-70:hover {
    border-color:#504332
  }
  .mobile-lg\:border-yellow-80,
  .mobile-lg\:hover\:border-yellow-80:hover {
    border-color:#332d27
  }
  .mobile-lg\:border-yellow-90,
  .mobile-lg\:hover\:border-yellow-90:hover {
    border-color:#1a1614
  }
  .mobile-lg\:border-yellow-5v,
  .mobile-lg\:hover\:border-yellow-5v:hover {
    border-color:#fff5c2
  }
  .mobile-lg\:border-yellow-10v,
  .mobile-lg\:hover\:border-yellow-10v:hover {
    border-color:#fee685
  }
  .mobile-lg\:border-yellow-20v,
  .mobile-lg\:hover\:border-yellow-20v:hover {
    border-color:#face00
  }
  .mobile-lg\:border-yellow-30v,
  .mobile-lg\:hover\:border-yellow-30v:hover {
    border-color:#ddaa01
  }
  .mobile-lg\:border-yellow-40v,
  .mobile-lg\:hover\:border-yellow-40v:hover {
    border-color:#b38c00
  }
  .mobile-lg\:border-yellow-50v,
  .mobile-lg\:hover\:border-yellow-50v:hover {
    border-color:#947100
  }
  .mobile-lg\:border-yellow-60v,
  .mobile-lg\:hover\:border-yellow-60v:hover {
    border-color:#776017
  }
  .mobile-lg\:border-yellow-70v,
  .mobile-lg\:hover\:border-yellow-70v:hover {
    border-color:#5c4809
  }
  .mobile-lg\:border-yellow-80v,
  .mobile-lg\:hover\:border-yellow-80v:hover {
    border-color:#422d19
  }
  .mobile-lg\:radius-0 {
    border-radius:0
  }
  .mobile-lg\:radius-top-0 {
    border-top-left-radius:0;
    border-top-right-radius:0
  }
  .mobile-lg\:radius-right-0 {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
  }
  .mobile-lg\:radius-left-0 {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .mobile-lg\:radius-sm {
    border-radius:2px
  }
  .mobile-lg\:radius-top-sm {
    border-top-left-radius:2px;
    border-top-right-radius:2px
  }
  .mobile-lg\:radius-right-sm {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
  }
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px
  }
  .mobile-lg\:radius-left-sm {
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
  }
  .mobile-lg\:radius-md {
    border-radius:.25rem
  }
  .mobile-lg\:radius-top-md {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  .mobile-lg\:radius-right-md {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .mobile-lg\:radius-left-md {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  .mobile-lg\:radius-lg {
    border-radius:.5rem
  }
  .mobile-lg\:radius-top-lg {
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem
  }
  .mobile-lg\:radius-right-lg {
    border-top-right-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .mobile-lg\:radius-left-lg {
    border-top-left-radius:.5rem;
    border-bottom-left-radius:.5rem
  }
  .mobile-lg\:radius-pill {
    border-radius:99rem
  }
  .mobile-lg\:radius-top-pill {
    border-top-left-radius:99rem;
    border-top-right-radius:99rem
  }
  .mobile-lg\:radius-right-pill {
    border-top-right-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .mobile-lg\:radius-left-pill {
    border-top-left-radius:99rem;
    border-bottom-left-radius:99rem
  }
  .mobile-lg\:display-block {
    display:block
  }
  .mobile-lg\:display-flex {
    display:flex
  }
  .mobile-lg\:display-none {
    display:none
  }
  .mobile-lg\:display-inline {
    display:inline
  }
  .mobile-lg\:display-inline-block {
    display:inline-block
  }
  .mobile-lg\:display-inline-flex {
    display:inline-flex
  }
  .mobile-lg\:display-table {
    display:table
  }
  .mobile-lg\:display-table-cell {
    display:table-cell
  }
  .mobile-lg\:display-table-row {
    display:table-row
  }
  .mobile-lg\:font-mono-3xs {
    font-size:.77rem
  }
  .mobile-lg\:font-mono-2xs {
    font-size:.83rem
  }
  .mobile-lg\:font-mono-xs {
    font-size:.89rem
  }
  .mobile-lg\:font-mono-sm {
    font-size:.95rem
  }
  .mobile-lg\:font-mono-md {
    font-size:1.01rem
  }
  .mobile-lg\:font-mono-lg {
    font-size:1.31rem
  }
  .mobile-lg\:font-mono-xl {
    font-size:1.91rem
  }
  .mobile-lg\:font-mono-2xl {
    font-size:2.38rem
  }
  .mobile-lg\:font-mono-3xl {
    font-size:2.86rem
  }
  .mobile-lg\:font-sans-3xs {
    font-size:.87rem
  }
  .mobile-lg\:font-sans-2xs {
    font-size:.93rem
  }
  .mobile-lg\:font-sans-xs {
    font-size:1rem
  }
  .mobile-lg\:font-sans-sm {
    font-size:1.06rem
  }
  .mobile-lg\:font-sans-md {
    font-size:1.13rem
  }
  .mobile-lg\:font-sans-lg {
    font-size:1.46rem
  }
  .mobile-lg\:font-sans-xl {
    font-size:2.13rem
  }
  .mobile-lg\:font-sans-2xl {
    font-size:2.66rem
  }
  .mobile-lg\:font-sans-3xl {
    font-size:3.19rem
  }
  .mobile-lg\:font-serif-3xs {
    font-size:.79rem
  }
  .mobile-lg\:font-serif-2xs {
    font-size:.85rem
  }
  .mobile-lg\:font-serif-xs {
    font-size:.91rem
  }
  .mobile-lg\:font-serif-sm {
    font-size:.98rem
  }
  .mobile-lg\:font-serif-md {
    font-size:1.04rem
  }
  .mobile-lg\:font-serif-lg {
    font-size:1.34rem
  }
  .mobile-lg\:font-serif-xl {
    font-size:1.95rem
  }
  .mobile-lg\:font-serif-2xl {
    font-size:2.44rem
  }
  .mobile-lg\:font-serif-3xl {
    font-size:2.93rem
  }
  .mobile-lg\:font-heading-3xs {
    font-size:.79rem
  }
  .mobile-lg\:font-heading-2xs {
    font-size:.85rem
  }
  .mobile-lg\:font-heading-xs {
    font-size:.91rem
  }
  .mobile-lg\:font-heading-sm {
    font-size:.98rem
  }
  .mobile-lg\:font-heading-md {
    font-size:1.04rem
  }
  .mobile-lg\:font-heading-lg {
    font-size:1.34rem
  }
  .mobile-lg\:font-heading-xl {
    font-size:1.95rem
  }
  .mobile-lg\:font-heading-2xl {
    font-size:2.44rem
  }
  .mobile-lg\:font-heading-3xl {
    font-size:2.93rem
  }
  .mobile-lg\:font-body-3xs {
    font-size:.87rem
  }
  .mobile-lg\:font-body-2xs {
    font-size:.93rem
  }
  .mobile-lg\:font-body-xs {
    font-size:1rem
  }
  .mobile-lg\:font-body-sm {
    font-size:1.06rem
  }
  .mobile-lg\:font-body-md {
    font-size:1.13rem
  }
  .mobile-lg\:font-body-lg {
    font-size:1.46rem
  }
  .mobile-lg\:font-body-xl {
    font-size:2.13rem
  }
  .mobile-lg\:font-body-2xl {
    font-size:2.66rem
  }
  .mobile-lg\:font-body-3xl {
    font-size:3.19rem
  }
  .mobile-lg\:font-code-3xs {
    font-size:.77rem
  }
  .mobile-lg\:font-code-2xs {
    font-size:.83rem
  }
  .mobile-lg\:font-code-xs {
    font-size:.89rem
  }
  .mobile-lg\:font-code-sm {
    font-size:.95rem
  }
  .mobile-lg\:font-code-md {
    font-size:1.01rem
  }
  .mobile-lg\:font-code-lg {
    font-size:1.31rem
  }
  .mobile-lg\:font-code-xl {
    font-size:1.91rem
  }
  .mobile-lg\:font-code-2xl {
    font-size:2.38rem
  }
  .mobile-lg\:font-code-3xl {
    font-size:2.86rem
  }
  .mobile-lg\:font-alt-3xs {
    font-size:.79rem
  }
  .mobile-lg\:font-alt-2xs {
    font-size:.85rem
  }
  .mobile-lg\:font-alt-xs {
    font-size:.91rem
  }
  .mobile-lg\:font-alt-sm {
    font-size:.98rem
  }
  .mobile-lg\:font-alt-md {
    font-size:1.04rem
  }
  .mobile-lg\:font-alt-lg {
    font-size:1.34rem
  }
  .mobile-lg\:font-alt-xl {
    font-size:1.95rem
  }
  .mobile-lg\:font-alt-2xl {
    font-size:2.44rem
  }
  .mobile-lg\:font-alt-3xl {
    font-size:2.93rem
  }
  .mobile-lg\:font-ui-3xs {
    font-size:.87rem
  }
  .mobile-lg\:font-ui-2xs {
    font-size:.93rem
  }
  .mobile-lg\:font-ui-xs {
    font-size:1rem
  }
  .mobile-lg\:font-ui-sm {
    font-size:1.06rem
  }
  .mobile-lg\:font-ui-md {
    font-size:1.13rem
  }
  .mobile-lg\:font-ui-lg {
    font-size:1.46rem
  }
  .mobile-lg\:font-ui-xl {
    font-size:2.13rem
  }
  .mobile-lg\:font-ui-2xl {
    font-size:2.66rem
  }
  .mobile-lg\:font-ui-3xl {
    font-size:3.19rem
  }
  .mobile-lg\:text-light {
    font-weight:300
  }
  .mobile-lg\:text-normal {
    font-weight:400
  }
  .mobile-lg\:text-medium {
    font-weight:500
  }
  .mobile-lg\:text-semibold {
    font-weight:600
  }
  .mobile-lg\:text-bold {
    font-weight:700
  }
  .mobile-lg\:flex-justify-center {
    justify-content:center
  }
  .mobile-lg\:flex-justify-start {
    justify-content:flex-start
  }
  .mobile-lg\:flex-justify-end {
    justify-content:flex-end
  }
  .mobile-lg\:flex-justify {
    justify-content:space-between
  }
  .mobile-lg\:line-height-sans-1 {
    line-height:.9
  }
  .mobile-lg\:line-height-sans-2 {
    line-height:1.1
  }
  .mobile-lg\:line-height-sans-3 {
    line-height:1.3
  }
  .mobile-lg\:line-height-sans-4 {
    line-height:1.4
  }
  .mobile-lg\:line-height-sans-5 {
    line-height:1.5
  }
  .mobile-lg\:line-height-sans-6 {
    line-height:1.6
  }
  .mobile-lg\:line-height-serif-1 {
    line-height:1
  }
  .mobile-lg\:line-height-serif-2 {
    line-height:1.2
  }
  .mobile-lg\:line-height-serif-3 {
    line-height:1.4
  }
  .mobile-lg\:line-height-serif-4 {
    line-height:1.5
  }
  .mobile-lg\:line-height-serif-5 {
    line-height:1.7
  }
  .mobile-lg\:line-height-serif-6 {
    line-height:1.8
  }
  .mobile-lg\:line-height-mono-1 {
    line-height:1
  }
  .mobile-lg\:line-height-mono-2 {
    line-height:1.3
  }
  .mobile-lg\:line-height-mono-3 {
    line-height:1.4
  }
  .mobile-lg\:line-height-mono-4 {
    line-height:1.6
  }
  .mobile-lg\:line-height-mono-5 {
    line-height:1.7
  }
  .mobile-lg\:line-height-mono-6 {
    line-height:1.8
  }
  .mobile-lg\:line-height-heading-1 {
    line-height:1
  }
  .mobile-lg\:line-height-heading-2 {
    line-height:1.2
  }
  .mobile-lg\:line-height-heading-3 {
    line-height:1.4
  }
  .mobile-lg\:line-height-heading-4 {
    line-height:1.5
  }
  .mobile-lg\:line-height-heading-5 {
    line-height:1.7
  }
  .mobile-lg\:line-height-heading-6 {
    line-height:1.8
  }
  .mobile-lg\:line-height-ui-1 {
    line-height:.9
  }
  .mobile-lg\:line-height-ui-2 {
    line-height:1.1
  }
  .mobile-lg\:line-height-ui-3 {
    line-height:1.3
  }
  .mobile-lg\:line-height-ui-4 {
    line-height:1.4
  }
  .mobile-lg\:line-height-ui-5 {
    line-height:1.5
  }
  .mobile-lg\:line-height-ui-6 {
    line-height:1.6
  }
  .mobile-lg\:line-height-body-1 {
    line-height:.9
  }
  .mobile-lg\:line-height-body-2 {
    line-height:1.1
  }
  .mobile-lg\:line-height-body-3 {
    line-height:1.3
  }
  .mobile-lg\:line-height-body-4 {
    line-height:1.4
  }
  .mobile-lg\:line-height-body-5 {
    line-height:1.5
  }
  .mobile-lg\:line-height-body-6 {
    line-height:1.6
  }
  .mobile-lg\:line-height-code-1 {
    line-height:1
  }
  .mobile-lg\:line-height-code-2 {
    line-height:1.3
  }
  .mobile-lg\:line-height-code-3 {
    line-height:1.4
  }
  .mobile-lg\:line-height-code-4 {
    line-height:1.6
  }
  .mobile-lg\:line-height-code-5 {
    line-height:1.7
  }
  .mobile-lg\:line-height-code-6 {
    line-height:1.8
  }
  .mobile-lg\:line-height-alt-1 {
    line-height:1
  }
  .mobile-lg\:line-height-alt-2 {
    line-height:1.2
  }
  .mobile-lg\:line-height-alt-3 {
    line-height:1.4
  }
  .mobile-lg\:line-height-alt-4 {
    line-height:1.5
  }
  .mobile-lg\:line-height-alt-5 {
    line-height:1.7
  }
  .mobile-lg\:line-height-alt-6 {
    line-height:1.8
  }
  .mobile-lg\:margin-neg-1px {
    margin:-1px
  }
  .mobile-lg\:margin-neg-2px {
    margin:-2px
  }
  .mobile-lg\:margin-neg-05 {
    margin:-.25rem
  }
  .mobile-lg\:margin-neg-1 {
    margin:-.5rem
  }
  .mobile-lg\:margin-neg-105 {
    margin:-.75rem
  }
  .mobile-lg\:margin-neg-2 {
    margin:-1rem
  }
  .mobile-lg\:margin-neg-205 {
    margin:-1.25rem
  }
  .mobile-lg\:margin-neg-3 {
    margin:-1.5rem
  }
  .mobile-lg\:margin-1px {
    margin:1px
  }
  .mobile-lg\:margin-2px {
    margin:2px
  }
  .mobile-lg\:margin-05 {
    margin:.25rem
  }
  .mobile-lg\:margin-1 {
    margin:.5rem
  }
  .mobile-lg\:margin-105 {
    margin:.75rem
  }
  .mobile-lg\:margin-2 {
    margin:1rem
  }
  .mobile-lg\:margin-205 {
    margin:1.25rem
  }
  .mobile-lg\:margin-3 {
    margin:1.5rem
  }
  .mobile-lg\:margin-neg-4 {
    margin:-2rem
  }
  .mobile-lg\:margin-neg-5 {
    margin:-2.5rem
  }
  .mobile-lg\:margin-neg-6 {
    margin:-3rem
  }
  .mobile-lg\:margin-neg-7 {
    margin:-3.5rem
  }
  .mobile-lg\:margin-neg-8 {
    margin:-4rem
  }
  .mobile-lg\:margin-neg-9 {
    margin:-4.5rem
  }
  .mobile-lg\:margin-neg-10 {
    margin:-5rem
  }
  .mobile-lg\:margin-neg-15 {
    margin:-7.5rem
  }
  .mobile-lg\:margin-4 {
    margin:2rem
  }
  .mobile-lg\:margin-5 {
    margin:2.5rem
  }
  .mobile-lg\:margin-6 {
    margin:3rem
  }
  .mobile-lg\:margin-7 {
    margin:3.5rem
  }
  .mobile-lg\:margin-8 {
    margin:4rem
  }
  .mobile-lg\:margin-9 {
    margin:4.5rem
  }
  .mobile-lg\:margin-10 {
    margin:5rem
  }
  .mobile-lg\:margin-15 {
    margin:7.5rem
  }
  .mobile-lg\:margin-05em {
    margin:.5em
  }
  .mobile-lg\:margin-1em {
    margin:1em
  }
  .mobile-lg\:margin-105em {
    margin:1.5em
  }
  .mobile-lg\:margin-2em {
    margin:2em
  }
  .mobile-lg\:margin-0 {
    margin:0
  }
  .mobile-lg\:margin-y-1px {
    margin-top:1px;
    margin-bottom:1px
  }
  .mobile-lg\:margin-top-1px {
    margin-top:1px
  }
  .mobile-lg\:margin-bottom-1px {
    margin-bottom:1px
  }
  .mobile-lg\:margin-y-2px {
    margin-top:2px;
    margin-bottom:2px
  }
  .mobile-lg\:margin-top-2px {
    margin-top:2px
  }
  .mobile-lg\:margin-bottom-2px {
    margin-bottom:2px
  }
  .mobile-lg\:margin-y-05 {
    margin-top:.25rem;
    margin-bottom:.25rem
  }
  .mobile-lg\:margin-top-05 {
    margin-top:.25rem
  }
  .mobile-lg\:margin-bottom-05 {
    margin-bottom:.25rem
  }
  .mobile-lg\:margin-y-1 {
    margin-top:.5rem;
    margin-bottom:.5rem
  }
  .mobile-lg\:margin-top-1 {
    margin-top:.5rem
  }
  .mobile-lg\:margin-bottom-1 {
    margin-bottom:.5rem
  }
  .mobile-lg\:margin-y-105 {
    margin-top:.75rem;
    margin-bottom:.75rem
  }
  .mobile-lg\:margin-top-105 {
    margin-top:.75rem
  }
  .mobile-lg\:margin-bottom-105 {
    margin-bottom:.75rem
  }
  .mobile-lg\:margin-y-2 {
    margin-top:1rem;
    margin-bottom:1rem
  }
  .mobile-lg\:margin-top-2 {
    margin-top:1rem
  }
  .mobile-lg\:margin-bottom-2 {
    margin-bottom:1rem
  }
  .mobile-lg\:margin-y-205 {
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }
  .mobile-lg\:margin-top-205 {
    margin-top:1.25rem
  }
  .mobile-lg\:margin-bottom-205 {
    margin-bottom:1.25rem
  }
  .mobile-lg\:margin-y-3 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }
  .mobile-lg\:margin-top-3 {
    margin-top:1.5rem
  }
  .mobile-lg\:margin-bottom-3 {
    margin-bottom:1.5rem
  }
  .mobile-lg\:margin-y-neg-1px {
    margin-top:-1px;
    margin-bottom:-1px
  }
  .mobile-lg\:margin-top-neg-1px {
    margin-top:-1px
  }
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom:-1px
  }
  .mobile-lg\:margin-y-neg-2px {
    margin-top:-2px;
    margin-bottom:-2px
  }
  .mobile-lg\:margin-top-neg-2px {
    margin-top:-2px
  }
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom:-2px
  }
  .mobile-lg\:margin-y-neg-05 {
    margin-top:-.25rem;
    margin-bottom:-.25rem
  }
  .mobile-lg\:margin-top-neg-05 {
    margin-top:-.25rem
  }
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom:-.25rem
  }
  .mobile-lg\:margin-y-neg-1 {
    margin-top:-.5rem;
    margin-bottom:-.5rem
  }
  .mobile-lg\:margin-top-neg-1 {
    margin-top:-.5rem
  }
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom:-.5rem
  }
  .mobile-lg\:margin-y-neg-105 {
    margin-top:-.75rem;
    margin-bottom:-.75rem
  }
  .mobile-lg\:margin-top-neg-105 {
    margin-top:-.75rem
  }
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom:-.75rem
  }
  .mobile-lg\:margin-y-neg-2 {
    margin-top:-1rem;
    margin-bottom:-1rem
  }
  .mobile-lg\:margin-top-neg-2 {
    margin-top:-1rem
  }
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom:-1rem
  }
  .mobile-lg\:margin-y-neg-205 {
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }
  .mobile-lg\:margin-top-neg-205 {
    margin-top:-1.25rem
  }
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom:-1.25rem
  }
  .mobile-lg\:margin-y-neg-3 {
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }
  .mobile-lg\:margin-top-neg-3 {
    margin-top:-1.5rem
  }
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom:-1.5rem
  }
  .mobile-lg\:margin-y-neg-4 {
    margin-top:-2rem;
    margin-bottom:-2rem
  }
  .mobile-lg\:margin-top-neg-4 {
    margin-top:-2rem
  }
  .mobile-lg\:margin-bottom-neg-4 {
    margin-bottom:-2rem
  }
  .mobile-lg\:margin-y-neg-5 {
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }
  .mobile-lg\:margin-top-neg-5 {
    margin-top:-2.5rem
  }
  .mobile-lg\:margin-bottom-neg-5 {
    margin-bottom:-2.5rem
  }
  .mobile-lg\:margin-y-neg-6 {
    margin-top:-3rem;
    margin-bottom:-3rem
  }
  .mobile-lg\:margin-top-neg-6 {
    margin-top:-3rem
  }
  .mobile-lg\:margin-bottom-neg-6 {
    margin-bottom:-3rem
  }
  .mobile-lg\:margin-y-neg-7 {
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }
  .mobile-lg\:margin-top-neg-7 {
    margin-top:-3.5rem
  }
  .mobile-lg\:margin-bottom-neg-7 {
    margin-bottom:-3.5rem
  }
  .mobile-lg\:margin-y-neg-8 {
    margin-top:-4rem;
    margin-bottom:-4rem
  }
  .mobile-lg\:margin-top-neg-8 {
    margin-top:-4rem
  }
  .mobile-lg\:margin-bottom-neg-8 {
    margin-bottom:-4rem
  }
  .mobile-lg\:margin-y-neg-9 {
    margin-top:-4.5rem;
    margin-bottom:-4.5rem
  }
  .mobile-lg\:margin-top-neg-9 {
    margin-top:-4.5rem
  }
  .mobile-lg\:margin-bottom-neg-9 {
    margin-bottom:-4.5rem
  }
  .mobile-lg\:margin-y-neg-10 {
    margin-top:-5rem;
    margin-bottom:-5rem
  }
  .mobile-lg\:margin-top-neg-10 {
    margin-top:-5rem
  }
  .mobile-lg\:margin-bottom-neg-10 {
    margin-bottom:-5rem
  }
  .mobile-lg\:margin-y-neg-15 {
    margin-top:-7.5rem;
    margin-bottom:-7.5rem
  }
  .mobile-lg\:margin-top-neg-15 {
    margin-top:-7.5rem
  }
  .mobile-lg\:margin-bottom-neg-15 {
    margin-bottom:-7.5rem
  }
  .mobile-lg\:margin-y-4 {
    margin-top:2rem;
    margin-bottom:2rem
  }
  .mobile-lg\:margin-top-4 {
    margin-top:2rem
  }
  .mobile-lg\:margin-bottom-4 {
    margin-bottom:2rem
  }
  .mobile-lg\:margin-y-5 {
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }
  .mobile-lg\:margin-top-5 {
    margin-top:2.5rem
  }
  .mobile-lg\:margin-bottom-5 {
    margin-bottom:2.5rem
  }
  .mobile-lg\:margin-y-6 {
    margin-top:3rem;
    margin-bottom:3rem
  }
  .mobile-lg\:margin-top-6 {
    margin-top:3rem
  }
  .mobile-lg\:margin-bottom-6 {
    margin-bottom:3rem
  }
  .mobile-lg\:margin-y-7 {
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }
  .mobile-lg\:margin-top-7 {
    margin-top:3.5rem
  }
  .mobile-lg\:margin-bottom-7 {
    margin-bottom:3.5rem
  }
  .mobile-lg\:margin-y-8 {
    margin-top:4rem;
    margin-bottom:4rem
  }
  .mobile-lg\:margin-top-8 {
    margin-top:4rem
  }
  .mobile-lg\:margin-bottom-8 {
    margin-bottom:4rem
  }
  .mobile-lg\:margin-y-9 {
    margin-top:4.5rem;
    margin-bottom:4.5rem
  }
  .mobile-lg\:margin-top-9 {
    margin-top:4.5rem
  }
  .mobile-lg\:margin-bottom-9 {
    margin-bottom:4.5rem
  }
  .mobile-lg\:margin-y-10 {
    margin-top:5rem;
    margin-bottom:5rem
  }
  .mobile-lg\:margin-top-10 {
    margin-top:5rem
  }
  .mobile-lg\:margin-bottom-10 {
    margin-bottom:5rem
  }
  .mobile-lg\:margin-y-15 {
    margin-top:7.5rem;
    margin-bottom:7.5rem
  }
  .mobile-lg\:margin-top-15 {
    margin-top:7.5rem
  }
  .mobile-lg\:margin-bottom-15 {
    margin-bottom:7.5rem
  }
  .mobile-lg\:margin-y-05em {
    margin-top:.5em;
    margin-bottom:.5em
  }
  .mobile-lg\:margin-top-05em {
    margin-top:.5em
  }
  .mobile-lg\:margin-bottom-05em {
    margin-bottom:.5em
  }
  .mobile-lg\:margin-y-1em {
    margin-top:1em;
    margin-bottom:1em
  }
  .mobile-lg\:margin-top-1em {
    margin-top:1em
  }
  .mobile-lg\:margin-bottom-1em {
    margin-bottom:1em
  }
  .mobile-lg\:margin-y-105em {
    margin-top:1.5em;
    margin-bottom:1.5em
  }
  .mobile-lg\:margin-top-105em {
    margin-top:1.5em
  }
  .mobile-lg\:margin-bottom-105em {
    margin-bottom:1.5em
  }
  .mobile-lg\:margin-y-2em {
    margin-top:2em;
    margin-bottom:2em
  }
  .mobile-lg\:margin-top-2em {
    margin-top:2em
  }
  .mobile-lg\:margin-bottom-2em {
    margin-bottom:2em
  }
  .mobile-lg\:margin-y-0 {
    margin-top:0;
    margin-bottom:0
  }
  .mobile-lg\:margin-top-0 {
    margin-top:0
  }
  .mobile-lg\:margin-bottom-0 {
    margin-bottom:0
  }
  .mobile-lg\:margin-y-auto {
    margin-top:auto;
    margin-bottom:auto
  }
  .mobile-lg\:margin-top-auto {
    margin-top:auto
  }
  .mobile-lg\:margin-bottom-auto {
    margin-bottom:auto
  }
  .mobile-lg\:margin-x-1px {
    margin-left:1px;
    margin-right:1px
  }
  .mobile-lg\:margin-right-1px {
    margin-right:1px
  }
  .mobile-lg\:margin-left-1px {
    margin-left:1px
  }
  .mobile-lg\:margin-x-2px {
    margin-left:2px;
    margin-right:2px
  }
  .mobile-lg\:margin-right-2px {
    margin-right:2px
  }
  .mobile-lg\:margin-left-2px {
    margin-left:2px
  }
  .mobile-lg\:margin-x-05 {
    margin-left:.25rem;
    margin-right:.25rem
  }
  .mobile-lg\:margin-right-05 {
    margin-right:.25rem
  }
  .mobile-lg\:margin-left-05 {
    margin-left:.25rem
  }
  .mobile-lg\:margin-x-1 {
    margin-left:.5rem;
    margin-right:.5rem
  }
  .mobile-lg\:margin-right-1 {
    margin-right:.5rem
  }
  .mobile-lg\:margin-left-1 {
    margin-left:.5rem
  }
  .mobile-lg\:margin-x-105 {
    margin-left:.75rem;
    margin-right:.75rem
  }
  .mobile-lg\:margin-right-105 {
    margin-right:.75rem
  }
  .mobile-lg\:margin-left-105 {
    margin-left:.75rem
  }
  .mobile-lg\:margin-x-2 {
    margin-left:1rem;
    margin-right:1rem
  }
  .mobile-lg\:margin-right-2 {
    margin-right:1rem
  }
  .mobile-lg\:margin-left-2 {
    margin-left:1rem
  }
  .mobile-lg\:margin-x-205 {
    margin-left:1.25rem;
    margin-right:1.25rem
  }
  .mobile-lg\:margin-right-205 {
    margin-right:1.25rem
  }
  .mobile-lg\:margin-left-205 {
    margin-left:1.25rem
  }
  .mobile-lg\:margin-x-3 {
    margin-left:1.5rem;
    margin-right:1.5rem
  }
  .mobile-lg\:margin-right-3 {
    margin-right:1.5rem
  }
  .mobile-lg\:margin-left-3 {
    margin-left:1.5rem
  }
  .mobile-lg\:margin-x-neg-1px {
    margin-left:-1px;
    margin-right:-1px
  }
  .mobile-lg\:margin-right-neg-1px {
    margin-right:-1px
  }
  .mobile-lg\:margin-left-neg-1px {
    margin-left:-1px
  }
  .mobile-lg\:margin-x-neg-2px {
    margin-left:-2px;
    margin-right:-2px
  }
  .mobile-lg\:margin-right-neg-2px {
    margin-right:-2px
  }
  .mobile-lg\:margin-left-neg-2px {
    margin-left:-2px
  }
  .mobile-lg\:margin-x-neg-05 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .mobile-lg\:margin-right-neg-05 {
    margin-right:-.25rem
  }
  .mobile-lg\:margin-left-neg-05 {
    margin-left:-.25rem
  }
  .mobile-lg\:margin-x-neg-1 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .mobile-lg\:margin-right-neg-1 {
    margin-right:-.5rem
  }
  .mobile-lg\:margin-left-neg-1 {
    margin-left:-.5rem
  }
  .mobile-lg\:margin-x-neg-105 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .mobile-lg\:margin-right-neg-105 {
    margin-right:-.75rem
  }
  .mobile-lg\:margin-left-neg-105 {
    margin-left:-.75rem
  }
  .mobile-lg\:margin-x-neg-2 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .mobile-lg\:margin-right-neg-2 {
    margin-right:-1rem
  }
  .mobile-lg\:margin-left-neg-2 {
    margin-left:-1rem
  }
  .mobile-lg\:margin-x-neg-205 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .mobile-lg\:margin-right-neg-205 {
    margin-right:-1.25rem
  }
  .mobile-lg\:margin-left-neg-205 {
    margin-left:-1.25rem
  }
  .mobile-lg\:margin-x-neg-3 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .mobile-lg\:margin-right-neg-3 {
    margin-right:-1.5rem
  }
  .mobile-lg\:margin-left-neg-3 {
    margin-left:-1.5rem
  }
  .mobile-lg\:margin-x-neg-4 {
    margin-left:-2rem;
    margin-right:-2rem
  }
  .mobile-lg\:margin-right-neg-4 {
    margin-right:-2rem
  }
  .mobile-lg\:margin-left-neg-4 {
    margin-left:-2rem
  }
  .mobile-lg\:margin-x-neg-5 {
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }
  .mobile-lg\:margin-right-neg-5 {
    margin-right:-2.5rem
  }
  .mobile-lg\:margin-left-neg-5 {
    margin-left:-2.5rem
  }
  .mobile-lg\:margin-x-neg-6 {
    margin-left:-3rem;
    margin-right:-3rem
  }
  .mobile-lg\:margin-right-neg-6 {
    margin-right:-3rem
  }
  .mobile-lg\:margin-left-neg-6 {
    margin-left:-3rem
  }
  .mobile-lg\:margin-x-neg-7 {
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }
  .mobile-lg\:margin-right-neg-7 {
    margin-right:-3.5rem
  }
  .mobile-lg\:margin-left-neg-7 {
    margin-left:-3.5rem
  }
  .mobile-lg\:margin-x-neg-8 {
    margin-left:-4rem;
    margin-right:-4rem
  }
  .mobile-lg\:margin-right-neg-8 {
    margin-right:-4rem
  }
  .mobile-lg\:margin-left-neg-8 {
    margin-left:-4rem
  }
  .mobile-lg\:margin-x-neg-9 {
    margin-left:-4.5rem;
    margin-right:-4.5rem
  }
  .mobile-lg\:margin-right-neg-9 {
    margin-right:-4.5rem
  }
  .mobile-lg\:margin-left-neg-9 {
    margin-left:-4.5rem
  }
  .mobile-lg\:margin-x-neg-10 {
    margin-left:-5rem;
    margin-right:-5rem
  }
  .mobile-lg\:margin-right-neg-10 {
    margin-right:-5rem
  }
  .mobile-lg\:margin-left-neg-10 {
    margin-left:-5rem
  }
  .mobile-lg\:margin-x-neg-15 {
    margin-left:-7.5rem;
    margin-right:-7.5rem
  }
  .mobile-lg\:margin-right-neg-15 {
    margin-right:-7.5rem
  }
  .mobile-lg\:margin-left-neg-15 {
    margin-left:-7.5rem
  }
  .mobile-lg\:margin-x-4 {
    margin-left:2rem;
    margin-right:2rem
  }
  .mobile-lg\:margin-right-4 {
    margin-right:2rem
  }
  .mobile-lg\:margin-left-4 {
    margin-left:2rem
  }
  .mobile-lg\:margin-x-5 {
    margin-left:2.5rem;
    margin-right:2.5rem
  }
  .mobile-lg\:margin-right-5 {
    margin-right:2.5rem
  }
  .mobile-lg\:margin-left-5 {
    margin-left:2.5rem
  }
  .mobile-lg\:margin-x-6 {
    margin-left:3rem;
    margin-right:3rem
  }
  .mobile-lg\:margin-right-6 {
    margin-right:3rem
  }
  .mobile-lg\:margin-left-6 {
    margin-left:3rem
  }
  .mobile-lg\:margin-x-7 {
    margin-left:3.5rem;
    margin-right:3.5rem
  }
  .mobile-lg\:margin-right-7 {
    margin-right:3.5rem
  }
  .mobile-lg\:margin-left-7 {
    margin-left:3.5rem
  }
  .mobile-lg\:margin-x-8 {
    margin-left:4rem;
    margin-right:4rem
  }
  .mobile-lg\:margin-right-8 {
    margin-right:4rem
  }
  .mobile-lg\:margin-left-8 {
    margin-left:4rem
  }
  .mobile-lg\:margin-x-9 {
    margin-left:4.5rem;
    margin-right:4.5rem
  }
  .mobile-lg\:margin-right-9 {
    margin-right:4.5rem
  }
  .mobile-lg\:margin-left-9 {
    margin-left:4.5rem
  }
  .mobile-lg\:margin-x-10 {
    margin-left:5rem;
    margin-right:5rem
  }
  .mobile-lg\:margin-right-10 {
    margin-right:5rem
  }
  .mobile-lg\:margin-left-10 {
    margin-left:5rem
  }
  .mobile-lg\:margin-x-15 {
    margin-left:7.5rem;
    margin-right:7.5rem
  }
  .mobile-lg\:margin-right-15 {
    margin-right:7.5rem
  }
  .mobile-lg\:margin-left-15 {
    margin-left:7.5rem
  }
  .mobile-lg\:margin-x-card {
    margin-left:10rem;
    margin-right:10rem
  }
  .mobile-lg\:margin-right-card {
    margin-right:10rem
  }
  .mobile-lg\:margin-left-card {
    margin-left:10rem
  }
  .mobile-lg\:margin-x-card-lg {
    margin-left:15rem;
    margin-right:15rem
  }
  .mobile-lg\:margin-right-card-lg {
    margin-right:15rem
  }
  .mobile-lg\:margin-left-card-lg {
    margin-left:15rem
  }
  .mobile-lg\:margin-x-mobile {
    margin-left:20rem;
    margin-right:20rem
  }
  .mobile-lg\:margin-right-mobile {
    margin-right:20rem
  }
  .mobile-lg\:margin-left-mobile {
    margin-left:20rem
  }
  .mobile-lg\:margin-x-05em {
    margin-left:.5em;
    margin-right:.5em
  }
  .mobile-lg\:margin-right-05em {
    margin-right:.5em
  }
  .mobile-lg\:margin-left-05em {
    margin-left:.5em
  }
  .mobile-lg\:margin-x-1em {
    margin-left:1em;
    margin-right:1em
  }
  .mobile-lg\:margin-right-1em {
    margin-right:1em
  }
  .mobile-lg\:margin-left-1em {
    margin-left:1em
  }
  .mobile-lg\:margin-x-105em {
    margin-left:1.5em;
    margin-right:1.5em
  }
  .mobile-lg\:margin-right-105em {
    margin-right:1.5em
  }
  .mobile-lg\:margin-left-105em {
    margin-left:1.5em
  }
  .mobile-lg\:margin-x-2em {
    margin-left:2em;
    margin-right:2em
  }
  .mobile-lg\:margin-right-2em {
    margin-right:2em
  }
  .mobile-lg\:margin-left-2em {
    margin-left:2em
  }
  .mobile-lg\:margin-x-0 {
    margin-left:0;
    margin-right:0
  }
  .mobile-lg\:margin-right-0 {
    margin-right:0
  }
  .mobile-lg\:margin-left-0 {
    margin-left:0
  }
  .mobile-lg\:margin-x-auto {
    margin-left:auto;
    margin-right:auto
  }
  .mobile-lg\:margin-right-auto {
    margin-right:auto
  }
  .mobile-lg\:margin-left-auto {
    margin-left:auto
  }
  .mobile-lg\:measure-1 {
    max-width:44ex
  }
  .mobile-lg\:measure-2 {
    max-width:60ex
  }
  .mobile-lg\:measure-3 {
    max-width:64ex
  }
  .mobile-lg\:measure-4 {
    max-width:68ex
  }
  .mobile-lg\:measure-5 {
    max-width:72ex
  }
  .mobile-lg\:measure-6 {
    max-width:88ex
  }
  .mobile-lg\:measure-none {
    max-width:none
  }
  .mobile-lg\:order-first {
    order:-1
  }
  .mobile-lg\:order-last {
    order:999
  }
  .mobile-lg\:order-initial {
    order:initial
  }
  .mobile-lg\:order-0 {
    order:0
  }
  .mobile-lg\:order-1 {
    order:1
  }
  .mobile-lg\:order-2 {
    order:2
  }
  .mobile-lg\:order-3 {
    order:3
  }
  .mobile-lg\:order-4 {
    order:4
  }
  .mobile-lg\:order-5 {
    order:5
  }
  .mobile-lg\:order-6 {
    order:6
  }
  .mobile-lg\:order-7 {
    order:7
  }
  .mobile-lg\:order-8 {
    order:8
  }
  .mobile-lg\:order-9 {
    order:9
  }
  .mobile-lg\:order-10 {
    order:10
  }
  .mobile-lg\:order-11 {
    order:11
  }
  .mobile-lg\:padding-1px {
    padding:1px
  }
  .mobile-lg\:padding-y-1px {
    padding-top:1px;
    padding-bottom:1px
  }
  .mobile-lg\:padding-x-1px {
    padding-left:1px;
    padding-right:1px
  }
  .mobile-lg\:padding-top-1px {
    padding-top:1px
  }
  .mobile-lg\:padding-right-1px {
    padding-right:1px
  }
  .mobile-lg\:padding-bottom-1px {
    padding-bottom:1px
  }
  .mobile-lg\:padding-left-1px {
    padding-left:1px
  }
  .mobile-lg\:padding-2px {
    padding:2px
  }
  .mobile-lg\:padding-y-2px {
    padding-top:2px;
    padding-bottom:2px
  }
  .mobile-lg\:padding-x-2px {
    padding-left:2px;
    padding-right:2px
  }
  .mobile-lg\:padding-top-2px {
    padding-top:2px
  }
  .mobile-lg\:padding-right-2px {
    padding-right:2px
  }
  .mobile-lg\:padding-bottom-2px {
    padding-bottom:2px
  }
  .mobile-lg\:padding-left-2px {
    padding-left:2px
  }
  .mobile-lg\:padding-05 {
    padding:.25rem
  }
  .mobile-lg\:padding-y-05 {
    padding-top:.25rem;
    padding-bottom:.25rem
  }
  .mobile-lg\:padding-x-05 {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .mobile-lg\:padding-top-05 {
    padding-top:.25rem
  }
  .mobile-lg\:padding-right-05 {
    padding-right:.25rem
  }
  .mobile-lg\:padding-bottom-05 {
    padding-bottom:.25rem
  }
  .mobile-lg\:padding-left-05 {
    padding-left:.25rem
  }
  .mobile-lg\:padding-1 {
    padding:.5rem
  }
  .mobile-lg\:padding-y-1 {
    padding-top:.5rem;
    padding-bottom:.5rem
  }
  .mobile-lg\:padding-x-1 {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .mobile-lg\:padding-top-1 {
    padding-top:.5rem
  }
  .mobile-lg\:padding-right-1 {
    padding-right:.5rem
  }
  .mobile-lg\:padding-bottom-1 {
    padding-bottom:.5rem
  }
  .mobile-lg\:padding-left-1 {
    padding-left:.5rem
  }
  .mobile-lg\:padding-105 {
    padding:.75rem
  }
  .mobile-lg\:padding-y-105 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .mobile-lg\:padding-x-105 {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .mobile-lg\:padding-top-105 {
    padding-top:.75rem
  }
  .mobile-lg\:padding-right-105 {
    padding-right:.75rem
  }
  .mobile-lg\:padding-bottom-105 {
    padding-bottom:.75rem
  }
  .mobile-lg\:padding-left-105 {
    padding-left:.75rem
  }
  .mobile-lg\:padding-2 {
    padding:1rem
  }
  .mobile-lg\:padding-y-2 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .mobile-lg\:padding-x-2 {
    padding-left:1rem;
    padding-right:1rem
  }
  .mobile-lg\:padding-top-2 {
    padding-top:1rem
  }
  .mobile-lg\:padding-right-2 {
    padding-right:1rem
  }
  .mobile-lg\:padding-bottom-2 {
    padding-bottom:1rem
  }
  .mobile-lg\:padding-left-2 {
    padding-left:1rem
  }
  .mobile-lg\:padding-205 {
    padding:1.25rem
  }
  .mobile-lg\:padding-y-205 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }
  .mobile-lg\:padding-x-205 {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .mobile-lg\:padding-top-205 {
    padding-top:1.25rem
  }
  .mobile-lg\:padding-right-205 {
    padding-right:1.25rem
  }
  .mobile-lg\:padding-bottom-205 {
    padding-bottom:1.25rem
  }
  .mobile-lg\:padding-left-205 {
    padding-left:1.25rem
  }
  .mobile-lg\:padding-3 {
    padding:1.5rem
  }
  .mobile-lg\:padding-y-3 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }
  .mobile-lg\:padding-x-3 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .mobile-lg\:padding-top-3 {
    padding-top:1.5rem
  }
  .mobile-lg\:padding-right-3 {
    padding-right:1.5rem
  }
  .mobile-lg\:padding-bottom-3 {
    padding-bottom:1.5rem
  }
  .mobile-lg\:padding-left-3 {
    padding-left:1.5rem
  }
  .mobile-lg\:padding-4 {
    padding:2rem
  }
  .mobile-lg\:padding-y-4 {
    padding-top:2rem;
    padding-bottom:2rem
  }
  .mobile-lg\:padding-x-4 {
    padding-left:2rem;
    padding-right:2rem
  }
  .mobile-lg\:padding-top-4 {
    padding-top:2rem
  }
  .mobile-lg\:padding-right-4 {
    padding-right:2rem
  }
  .mobile-lg\:padding-bottom-4 {
    padding-bottom:2rem
  }
  .mobile-lg\:padding-left-4 {
    padding-left:2rem
  }
  .mobile-lg\:padding-5 {
    padding:2.5rem
  }
  .mobile-lg\:padding-y-5 {
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }
  .mobile-lg\:padding-x-5 {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
  .mobile-lg\:padding-top-5 {
    padding-top:2.5rem
  }
  .mobile-lg\:padding-right-5 {
    padding-right:2.5rem
  }
  .mobile-lg\:padding-bottom-5 {
    padding-bottom:2.5rem
  }
  .mobile-lg\:padding-left-5 {
    padding-left:2.5rem
  }
  .mobile-lg\:padding-6 {
    padding:3rem
  }
  .mobile-lg\:padding-y-6 {
    padding-top:3rem;
    padding-bottom:3rem
  }
  .mobile-lg\:padding-x-6 {
    padding-left:3rem;
    padding-right:3rem
  }
  .mobile-lg\:padding-top-6 {
    padding-top:3rem
  }
  .mobile-lg\:padding-right-6 {
    padding-right:3rem
  }
  .mobile-lg\:padding-bottom-6 {
    padding-bottom:3rem
  }
  .mobile-lg\:padding-left-6 {
    padding-left:3rem
  }
  .mobile-lg\:padding-7 {
    padding:3.5rem
  }
  .mobile-lg\:padding-y-7 {
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }
  .mobile-lg\:padding-x-7 {
    padding-left:3.5rem;
    padding-right:3.5rem
  }
  .mobile-lg\:padding-top-7 {
    padding-top:3.5rem
  }
  .mobile-lg\:padding-right-7 {
    padding-right:3.5rem
  }
  .mobile-lg\:padding-bottom-7 {
    padding-bottom:3.5rem
  }
  .mobile-lg\:padding-left-7 {
    padding-left:3.5rem
  }
  .mobile-lg\:padding-8 {
    padding:4rem
  }
  .mobile-lg\:padding-y-8 {
    padding-top:4rem;
    padding-bottom:4rem
  }
  .mobile-lg\:padding-x-8 {
    padding-left:4rem;
    padding-right:4rem
  }
  .mobile-lg\:padding-top-8 {
    padding-top:4rem
  }
  .mobile-lg\:padding-right-8 {
    padding-right:4rem
  }
  .mobile-lg\:padding-bottom-8 {
    padding-bottom:4rem
  }
  .mobile-lg\:padding-left-8 {
    padding-left:4rem
  }
  .mobile-lg\:padding-9 {
    padding:4.5rem
  }
  .mobile-lg\:padding-y-9 {
    padding-top:4.5rem;
    padding-bottom:4.5rem
  }
  .mobile-lg\:padding-x-9 {
    padding-left:4.5rem;
    padding-right:4.5rem
  }
  .mobile-lg\:padding-top-9 {
    padding-top:4.5rem
  }
  .mobile-lg\:padding-right-9 {
    padding-right:4.5rem
  }
  .mobile-lg\:padding-bottom-9 {
    padding-bottom:4.5rem
  }
  .mobile-lg\:padding-left-9 {
    padding-left:4.5rem
  }
  .mobile-lg\:padding-10 {
    padding:5rem
  }
  .mobile-lg\:padding-y-10 {
    padding-top:5rem;
    padding-bottom:5rem
  }
  .mobile-lg\:padding-x-10 {
    padding-left:5rem;
    padding-right:5rem
  }
  .mobile-lg\:padding-top-10 {
    padding-top:5rem
  }
  .mobile-lg\:padding-right-10 {
    padding-right:5rem
  }
  .mobile-lg\:padding-bottom-10 {
    padding-bottom:5rem
  }
  .mobile-lg\:padding-left-10 {
    padding-left:5rem
  }
  .mobile-lg\:padding-15 {
    padding:7.5rem
  }
  .mobile-lg\:padding-y-15 {
    padding-top:7.5rem;
    padding-bottom:7.5rem
  }
  .mobile-lg\:padding-x-15 {
    padding-left:7.5rem;
    padding-right:7.5rem
  }
  .mobile-lg\:padding-top-15 {
    padding-top:7.5rem
  }
  .mobile-lg\:padding-right-15 {
    padding-right:7.5rem
  }
  .mobile-lg\:padding-bottom-15 {
    padding-bottom:7.5rem
  }
  .mobile-lg\:padding-left-15 {
    padding-left:7.5rem
  }
  .mobile-lg\:padding-0 {
    padding:0
  }
  .mobile-lg\:padding-y-0 {
    padding-top:0;
    padding-bottom:0
  }
  .mobile-lg\:padding-x-0 {
    padding-left:0;
    padding-right:0
  }
  .mobile-lg\:padding-top-0 {
    padding-top:0
  }
  .mobile-lg\:padding-right-0 {
    padding-right:0
  }
  .mobile-lg\:padding-bottom-0 {
    padding-bottom:0
  }
  .mobile-lg\:padding-left-0 {
    padding-left:0
  }
  .mobile-lg\:width-1px {
    width:1px
  }
  .mobile-lg\:width-2px {
    width:2px
  }
  .mobile-lg\:width-05 {
    width:.25rem
  }
  .mobile-lg\:width-1 {
    width:.5rem
  }
  .mobile-lg\:width-105 {
    width:.75rem
  }
  .mobile-lg\:width-2 {
    width:1rem
  }
  .mobile-lg\:width-205 {
    width:1.25rem
  }
  .mobile-lg\:width-3 {
    width:1.5rem
  }
  .mobile-lg\:width-4 {
    width:2rem
  }
  .mobile-lg\:width-5 {
    width:2.5rem
  }
  .mobile-lg\:width-6 {
    width:3rem
  }
  .mobile-lg\:width-7 {
    width:3.5rem
  }
  .mobile-lg\:width-8 {
    width:4rem
  }
  .mobile-lg\:width-9 {
    width:4.5rem
  }
  .mobile-lg\:width-10 {
    width:5rem
  }
  .mobile-lg\:width-15 {
    width:7.5rem
  }
  .mobile-lg\:width-card {
    width:10rem
  }
  .mobile-lg\:width-card-lg {
    width:15rem
  }
  .mobile-lg\:width-mobile {
    width:20rem
  }
  .mobile-lg\:width-mobile-lg {
    width:30rem
  }
  .mobile-lg\:width-tablet {
    width:40rem
  }
  .mobile-lg\:width-tablet-lg {
    width:55rem
  }
  .mobile-lg\:width-desktop {
    width:64rem
  }
  .mobile-lg\:width-desktop-lg {
    width:75rem
  }
  .mobile-lg\:width-widescreen {
    width:87.5rem
  }
  .mobile-lg\:width-0 {
    width:0
  }
  .mobile-lg\:width-full {
    width:100%
  }
  .mobile-lg\:width-auto {
    width:auto
  }
}
@media all and (min-width:40em) {
  .tablet\:border-1px,
  .tablet\:hover\:border-1px:hover {
    border:1px solid
  }
  .tablet\:border-y-1px,
  .tablet\:hover\:border-y-1px:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .tablet\:border-x-1px,
  .tablet\:hover\:border-x-1px:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .tablet\:border-top-1px,
  .tablet\:hover\:border-top-1px:hover {
    border-top:1px solid
  }
  .tablet\:border-right-1px,
  .tablet\:hover\:border-right-1px:hover {
    border-right:1px solid
  }
  .tablet\:border-bottom-1px,
  .tablet\:hover\:border-bottom-1px:hover {
    border-bottom:1px solid
  }
  .tablet\:border-left-1px,
  .tablet\:hover\:border-left-1px:hover {
    border-left:1px solid
  }
  .tablet\:border-2px,
  .tablet\:hover\:border-2px:hover {
    border:2px solid
  }
  .tablet\:border-y-2px,
  .tablet\:hover\:border-y-2px:hover {
    border-top:2px solid;
    border-bottom:2px solid
  }
  .tablet\:border-x-2px,
  .tablet\:hover\:border-x-2px:hover {
    border-left:2px solid;
    border-right:2px solid
  }
  .tablet\:border-top-2px,
  .tablet\:hover\:border-top-2px:hover {
    border-top:2px solid
  }
  .tablet\:border-right-2px,
  .tablet\:hover\:border-right-2px:hover {
    border-right:2px solid
  }
  .tablet\:border-bottom-2px,
  .tablet\:hover\:border-bottom-2px:hover {
    border-bottom:2px solid
  }
  .tablet\:border-left-2px,
  .tablet\:hover\:border-left-2px:hover {
    border-left:2px solid
  }
  .tablet\:border-05,
  .tablet\:hover\:border-05:hover {
    border:.25rem solid
  }
  .tablet\:border-y-05,
  .tablet\:hover\:border-y-05:hover {
    border-top:.25rem solid;
    border-bottom:.25rem solid
  }
  .tablet\:border-x-05,
  .tablet\:hover\:border-x-05:hover {
    border-left:.25rem solid;
    border-right:.25rem solid
  }
  .tablet\:border-top-05,
  .tablet\:hover\:border-top-05:hover {
    border-top:.25rem solid
  }
  .tablet\:border-right-05,
  .tablet\:hover\:border-right-05:hover {
    border-right:.25rem solid
  }
  .tablet\:border-bottom-05,
  .tablet\:hover\:border-bottom-05:hover {
    border-bottom:.25rem solid
  }
  .tablet\:border-left-05,
  .tablet\:hover\:border-left-05:hover {
    border-left:.25rem solid
  }
  .tablet\:border-1,
  .tablet\:hover\:border-1:hover {
    border:.5rem solid
  }
  .tablet\:border-y-1,
  .tablet\:hover\:border-y-1:hover {
    border-top:.5rem solid;
    border-bottom:.5rem solid
  }
  .tablet\:border-x-1,
  .tablet\:hover\:border-x-1:hover {
    border-left:.5rem solid;
    border-right:.5rem solid
  }
  .tablet\:border-top-1,
  .tablet\:hover\:border-top-1:hover {
    border-top:.5rem solid
  }
  .tablet\:border-right-1,
  .tablet\:hover\:border-right-1:hover {
    border-right:.5rem solid
  }
  .tablet\:border-bottom-1,
  .tablet\:hover\:border-bottom-1:hover {
    border-bottom:.5rem solid
  }
  .tablet\:border-left-1,
  .tablet\:hover\:border-left-1:hover {
    border-left:.5rem solid
  }
  .tablet\:border-105,
  .tablet\:hover\:border-105:hover {
    border:.75rem solid
  }
  .tablet\:border-y-105,
  .tablet\:hover\:border-y-105:hover {
    border-top:.75rem solid;
    border-bottom:.75rem solid
  }
  .tablet\:border-x-105,
  .tablet\:hover\:border-x-105:hover {
    border-left:.75rem solid;
    border-right:.75rem solid
  }
  .tablet\:border-top-105,
  .tablet\:hover\:border-top-105:hover {
    border-top:.75rem solid
  }
  .tablet\:border-right-105,
  .tablet\:hover\:border-right-105:hover {
    border-right:.75rem solid
  }
  .tablet\:border-bottom-105,
  .tablet\:hover\:border-bottom-105:hover {
    border-bottom:.75rem solid
  }
  .tablet\:border-left-105,
  .tablet\:hover\:border-left-105:hover {
    border-left:.75rem solid
  }
  .tablet\:border-2,
  .tablet\:hover\:border-2:hover {
    border:1rem solid
  }
  .tablet\:border-y-2,
  .tablet\:hover\:border-y-2:hover {
    border-top:1rem solid;
    border-bottom:1rem solid
  }
  .tablet\:border-x-2,
  .tablet\:hover\:border-x-2:hover {
    border-left:1rem solid;
    border-right:1rem solid
  }
  .tablet\:border-top-2,
  .tablet\:hover\:border-top-2:hover {
    border-top:1rem solid
  }
  .tablet\:border-right-2,
  .tablet\:hover\:border-right-2:hover {
    border-right:1rem solid
  }
  .tablet\:border-bottom-2,
  .tablet\:hover\:border-bottom-2:hover {
    border-bottom:1rem solid
  }
  .tablet\:border-left-2,
  .tablet\:hover\:border-left-2:hover {
    border-left:1rem solid
  }
  .tablet\:border-205,
  .tablet\:hover\:border-205:hover {
    border:1.25rem solid
  }
  .tablet\:border-y-205,
  .tablet\:hover\:border-y-205:hover {
    border-top:1.25rem solid;
    border-bottom:1.25rem solid
  }
  .tablet\:border-x-205,
  .tablet\:hover\:border-x-205:hover {
    border-left:1.25rem solid;
    border-right:1.25rem solid
  }
  .tablet\:border-top-205,
  .tablet\:hover\:border-top-205:hover {
    border-top:1.25rem solid
  }
  .tablet\:border-right-205,
  .tablet\:hover\:border-right-205:hover {
    border-right:1.25rem solid
  }
  .tablet\:border-bottom-205,
  .tablet\:hover\:border-bottom-205:hover {
    border-bottom:1.25rem solid
  }
  .tablet\:border-left-205,
  .tablet\:hover\:border-left-205:hover {
    border-left:1.25rem solid
  }
  .tablet\:border-3,
  .tablet\:hover\:border-3:hover {
    border:1.5rem solid
  }
  .tablet\:border-y-3,
  .tablet\:hover\:border-y-3:hover {
    border-top:1.5rem solid;
    border-bottom:1.5rem solid
  }
  .tablet\:border-x-3,
  .tablet\:hover\:border-x-3:hover {
    border-left:1.5rem solid;
    border-right:1.5rem solid
  }
  .tablet\:border-top-3,
  .tablet\:hover\:border-top-3:hover {
    border-top:1.5rem solid
  }
  .tablet\:border-right-3,
  .tablet\:hover\:border-right-3:hover {
    border-right:1.5rem solid
  }
  .tablet\:border-bottom-3,
  .tablet\:hover\:border-bottom-3:hover {
    border-bottom:1.5rem solid
  }
  .tablet\:border-left-3,
  .tablet\:hover\:border-left-3:hover {
    border-left:1.5rem solid
  }
  .tablet\:border-0,
  .tablet\:hover\:border-0:hover {
    border:0 solid
  }
  .tablet\:border-y-0,
  .tablet\:hover\:border-y-0:hover {
    border-top:0 solid;
    border-bottom:0 solid
  }
  .tablet\:border-x-0,
  .tablet\:hover\:border-x-0:hover {
    border-left:0 solid;
    border-right:0 solid
  }
  .tablet\:border-top-0,
  .tablet\:hover\:border-top-0:hover {
    border-top:0 solid
  }
  .tablet\:border-right-0,
  .tablet\:hover\:border-right-0:hover {
    border-right:0 solid
  }
  .tablet\:border-bottom-0,
  .tablet\:hover\:border-bottom-0:hover {
    border-bottom:0 solid
  }
  .tablet\:border-left-0,
  .tablet\:hover\:border-left-0:hover {
    border-left:0 solid
  }
  .tablet\:border,
  .tablet\:hover\:border:hover {
    border:1px solid
  }
  .tablet\:border-y,
  .tablet\:hover\:border-y:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .tablet\:border-x,
  .tablet\:hover\:border-x:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .tablet\:border-top,
  .tablet\:hover\:border-top:hover {
    border-top:1px solid
  }
  .tablet\:border-right,
  .tablet\:hover\:border-right:hover {
    border-right:1px solid
  }
  .tablet\:border-bottom,
  .tablet\:hover\:border-bottom:hover {
    border-bottom:1px solid
  }
  .tablet\:border-left,
  .tablet\:hover\:border-left:hover {
    border-left:1px solid
  }
  .tablet\:border-transparent,
  .tablet\:hover\:border-transparent:hover {
    border-color:transparent
  }
  .tablet\:border-black,
  .tablet\:hover\:border-black:hover {
    border-color:#000
  }
  .tablet\:border-white,
  .tablet\:hover\:border-white:hover {
    border-color:#fff
  }
  .tablet\:border-base-lightest,
  .tablet\:hover\:border-base-lightest:hover {
    border-color:#f0f0f0
  }
  .tablet\:border-base-lighter,
  .tablet\:hover\:border-base-lighter:hover {
    border-color:#dfe1e2
  }
  .tablet\:border-base-light,
  .tablet\:hover\:border-base-light:hover {
    border-color:#a9aeb1
  }
  .tablet\:border-base,
  .tablet\:hover\:border-base:hover {
    border-color:#71767a
  }
  .tablet\:border-base-dark,
  .tablet\:hover\:border-base-dark:hover {
    border-color:#565c65
  }
  .tablet\:border-base-darker,
  .tablet\:hover\:border-base-darker:hover {
    border-color:#3d4551
  }
  .tablet\:border-base-darkest,
  .tablet\:border-ink,
  .tablet\:hover\:border-base-darkest:hover,
  .tablet\:hover\:border-ink:hover {
    border-color:#1b1b1b
  }
  .tablet\:border-primary-lighter,
  .tablet\:hover\:border-primary-lighter:hover {
    border-color:#ccecf2
  }
  .tablet\:border-primary-light,
  .tablet\:hover\:border-primary-light:hover {
    border-color:#73b3e7
  }
  .tablet\:border-primary,
  .tablet\:hover\:border-primary:hover {
    border-color:#00bde3
  }
  .tablet\:border-primary-vivid,
  .tablet\:hover\:border-primary-vivid:hover {
    border-color:#0050d8
  }
  .tablet\:border-primary-dark,
  .tablet\:border-primary-darker,
  .tablet\:hover\:border-primary-dark:hover,
  .tablet\:hover\:border-primary-darker:hover {
    border-color:#009ec1
  }
  .tablet\:border-secondary-lighter,
  .tablet\:hover\:border-secondary-lighter:hover {
    border-color:#f3e1e4
  }
  .tablet\:border-secondary-light,
  .tablet\:hover\:border-secondary-light:hover {
    border-color:#f2938c
  }
  .tablet\:border-secondary,
  .tablet\:hover\:border-secondary:hover {
    border-color:#ccecf2
  }
  .tablet\:border-secondary-vivid,
  .tablet\:hover\:border-secondary-vivid:hover {
    border-color:#e41d3d
  }
  .tablet\:border-secondary-dark,
  .tablet\:border-secondary-darker,
  .tablet\:hover\:border-secondary-dark:hover,
  .tablet\:hover\:border-secondary-darker:hover {
    border-color:#99deea
  }
  .tablet\:border-accent-warm-darker,
  .tablet\:hover\:border-accent-warm-darker:hover {
    border-color:#775540
  }
  .tablet\:border-accent-warm-dark,
  .tablet\:hover\:border-accent-warm-dark:hover {
    border-color:#c05600
  }
  .tablet\:border-accent-warm,
  .tablet\:hover\:border-accent-warm:hover {
    border-color:#fa9441
  }
  .tablet\:border-accent-warm-light,
  .tablet\:hover\:border-accent-warm-light:hover {
    border-color:#ffbc78
  }
  .tablet\:border-accent-warm-lighter,
  .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color:#f2e4d4
  }
  .tablet\:border-accent-cool-darker,
  .tablet\:hover\:border-accent-cool-darker:hover {
    border-color:#07648d
  }
  .tablet\:border-accent-cool-dark,
  .tablet\:hover\:border-accent-cool-dark:hover {
    border-color:#28a0cb
  }
  .tablet\:border-accent-cool,
  .tablet\:hover\:border-accent-cool:hover {
    border-color:#00bde3
  }
  .tablet\:border-accent-cool-light,
  .tablet\:hover\:border-accent-cool-light:hover {
    border-color:#97d4ea
  }
  .tablet\:border-accent-cool-lighter,
  .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color:#e1f3f8
  }
  .tablet\:border-gray-5,
  .tablet\:hover\:border-gray-5:hover {
    border-color:#f0f0f0
  }
  .tablet\:border-gray-10,
  .tablet\:hover\:border-gray-10:hover {
    border-color:#e6e6e6
  }
  .tablet\:border-gray-30,
  .tablet\:hover\:border-gray-30:hover {
    border-color:#adadad
  }
  .tablet\:border-gray-50,
  .tablet\:hover\:border-gray-50:hover {
    border-color:#757575
  }
  .tablet\:border-gray-70,
  .tablet\:hover\:border-gray-70:hover {
    border-color:#454545
  }
  .tablet\:border-gray-90,
  .tablet\:hover\:border-gray-90:hover {
    border-color:#1b1b1b
  }
  .tablet\:border-error-lighter,
  .tablet\:hover\:border-error-lighter:hover {
    border-color:#f4e3db
  }
  .tablet\:border-error-light,
  .tablet\:hover\:border-error-light:hover {
    border-color:#f39268
  }
  .tablet\:border-error,
  .tablet\:hover\:border-error:hover {
    border-color:#d83933
  }
  .tablet\:border-error-dark,
  .tablet\:hover\:border-error-dark:hover {
    border-color:#b50909
  }
  .tablet\:border-error-darker,
  .tablet\:hover\:border-error-darker:hover {
    border-color:#6f3331
  }
  .tablet\:border-warning-lighter,
  .tablet\:hover\:border-warning-lighter:hover {
    border-color:#faf3d1
  }
  .tablet\:border-warning-light,
  .tablet\:hover\:border-warning-light:hover {
    border-color:#fee685
  }
  .tablet\:border-warning,
  .tablet\:hover\:border-warning:hover {
    border-color:#ffbe2e
  }
  .tablet\:border-warning-dark,
  .tablet\:hover\:border-warning-dark:hover {
    border-color:#e5a000
  }
  .tablet\:border-warning-darker,
  .tablet\:hover\:border-warning-darker:hover {
    border-color:#936f38
  }
  .tablet\:border-success-lighter,
  .tablet\:hover\:border-success-lighter:hover {
    border-color:#ecf3ec
  }
  .tablet\:border-success-light,
  .tablet\:hover\:border-success-light:hover {
    border-color:#70e17b
  }
  .tablet\:border-success,
  .tablet\:hover\:border-success:hover {
    border-color:#00a91c
  }
  .tablet\:border-success-dark,
  .tablet\:hover\:border-success-dark:hover {
    border-color:#008817
  }
  .tablet\:border-success-darker,
  .tablet\:hover\:border-success-darker:hover {
    border-color:#216e1f
  }
  .tablet\:border-info-lighter,
  .tablet\:hover\:border-info-lighter:hover {
    border-color:#e7f6f8
  }
  .tablet\:border-info-light,
  .tablet\:hover\:border-info-light:hover {
    border-color:#99deea
  }
  .tablet\:border-info,
  .tablet\:hover\:border-info:hover {
    border-color:#00bde3
  }
  .tablet\:border-info-dark,
  .tablet\:hover\:border-info-dark:hover {
    border-color:#009ec1
  }
  .tablet\:border-info-darker,
  .tablet\:hover\:border-info-darker:hover {
    border-color:#2e6276
  }
  .tablet\:border-disabled-light,
  .tablet\:hover\:border-disabled-light:hover {
    border-color:#e6e6e6
  }
  .tablet\:border-disabled,
  .tablet\:hover\:border-disabled:hover {
    border-color:#c9c9c9
  }
  .tablet\:border-disabled-dark,
  .tablet\:hover\:border-disabled-dark:hover {
    border-color:#adadad
  }
  .tablet\:border-emergency,
  .tablet\:hover\:border-emergency:hover {
    border-color:#9c3d10
  }
  .tablet\:border-emergency-dark,
  .tablet\:hover\:border-emergency-dark:hover {
    border-color:#332d29
  }
  .tablet\:border-red,
  .tablet\:hover\:border-red:hover {
    border-color:#e52207
  }
  .tablet\:border-orange,
  .tablet\:hover\:border-orange:hover {
    border-color:#e66f0e
  }
  .tablet\:border-gold,
  .tablet\:hover\:border-gold:hover {
    border-color:#ffbe2e
  }
  .tablet\:border-yellow,
  .tablet\:hover\:border-yellow:hover {
    border-color:#fee685
  }
  .tablet\:border-green,
  .tablet\:hover\:border-green:hover {
    border-color:#538200
  }
  .tablet\:border-mint,
  .tablet\:hover\:border-mint:hover {
    border-color:#04c585
  }
  .tablet\:border-cyan,
  .tablet\:hover\:border-cyan:hover {
    border-color:#009ec1
  }
  .tablet\:border-blue,
  .tablet\:hover\:border-blue:hover {
    border-color:#0076d6
  }
  .tablet\:border-indigo,
  .tablet\:hover\:border-indigo:hover {
    border-color:#676cc8
  }
  .tablet\:border-violet,
  .tablet\:hover\:border-violet:hover {
    border-color:#8168b3
  }
  .tablet\:border-magenta,
  .tablet\:hover\:border-magenta:hover {
    border-color:#d72d79
  }
  .tablet\:border-black-transparent-5,
  .tablet\:hover\:border-black-transparent-5:hover {
    border-color:rgba(0,0,0,.01)
  }
  .tablet\:border-black-transparent-10,
  .tablet\:hover\:border-black-transparent-10:hover {
    border-color:rgba(0,0,0,.1)
  }
  .tablet\:border-black-transparent-20,
  .tablet\:hover\:border-black-transparent-20:hover {
    border-color:rgba(0,0,0,.2)
  }
  .tablet\:border-black-transparent-30,
  .tablet\:hover\:border-black-transparent-30:hover {
    border-color:rgba(0,0,0,.3)
  }
  .tablet\:border-black-transparent-40,
  .tablet\:hover\:border-black-transparent-40:hover {
    border-color:rgba(0,0,0,.4)
  }
  .tablet\:border-black-transparent-50,
  .tablet\:hover\:border-black-transparent-50:hover {
    border-color:rgba(0,0,0,.5)
  }
  .tablet\:border-black-transparent-60,
  .tablet\:hover\:border-black-transparent-60:hover {
    border-color:rgba(0,0,0,.6)
  }
  .tablet\:border-black-transparent-70,
  .tablet\:hover\:border-black-transparent-70:hover {
    border-color:rgba(0,0,0,.7)
  }
  .tablet\:border-black-transparent-80,
  .tablet\:hover\:border-black-transparent-80:hover {
    border-color:rgba(0,0,0,.8)
  }
  .tablet\:border-black-transparent-90,
  .tablet\:hover\:border-black-transparent-90:hover {
    border-color:rgba(0,0,0,.9)
  }
  .tablet\:border-gray-cool-1,
  .tablet\:hover\:border-gray-cool-1:hover {
    border-color:#fbfcfd
  }
  .tablet\:border-gray-cool-2,
  .tablet\:hover\:border-gray-cool-2:hover {
    border-color:#f7f9fa
  }
  .tablet\:border-gray-cool-3,
  .tablet\:hover\:border-gray-cool-3:hover {
    border-color:#f5f6f7
  }
  .tablet\:border-gray-cool-4,
  .tablet\:hover\:border-gray-cool-4:hover {
    border-color:#f1f3f6
  }
  .tablet\:border-gray-cool-5,
  .tablet\:hover\:border-gray-cool-5:hover {
    border-color:#edeff0
  }
  .tablet\:border-gray-cool-10,
  .tablet\:hover\:border-gray-cool-10:hover {
    border-color:#dfe1e2
  }
  .tablet\:border-gray-cool-20,
  .tablet\:hover\:border-gray-cool-20:hover {
    border-color:#c6cace
  }
  .tablet\:border-gray-cool-30,
  .tablet\:hover\:border-gray-cool-30:hover {
    border-color:#a9aeb1
  }
  .tablet\:border-gray-cool-40,
  .tablet\:hover\:border-gray-cool-40:hover {
    border-color:#8d9297
  }
  .tablet\:border-gray-cool-50,
  .tablet\:hover\:border-gray-cool-50:hover {
    border-color:#71767a
  }
  .tablet\:border-gray-cool-60,
  .tablet\:hover\:border-gray-cool-60:hover {
    border-color:#565c65
  }
  .tablet\:border-gray-cool-70,
  .tablet\:hover\:border-gray-cool-70:hover {
    border-color:#3d4551
  }
  .tablet\:border-gray-cool-80,
  .tablet\:hover\:border-gray-cool-80:hover {
    border-color:#2d2e2f
  }
  .tablet\:border-gray-cool-90,
  .tablet\:hover\:border-gray-cool-90:hover {
    border-color:#1c1d1f
  }
  .tablet\:border-gray-1,
  .tablet\:hover\:border-gray-1:hover {
    border-color:#fcfcfc
  }
  .tablet\:border-gray-2,
  .tablet\:hover\:border-gray-2:hover {
    border-color:#f9f9f9
  }
  .tablet\:border-gray-3,
  .tablet\:hover\:border-gray-3:hover {
    border-color:#f6f6f6
  }
  .tablet\:border-gray-4,
  .tablet\:hover\:border-gray-4:hover {
    border-color:#f3f3f3
  }
  .tablet\:border-gray-20,
  .tablet\:hover\:border-gray-20:hover {
    border-color:#c9c9c9
  }
  .tablet\:border-gray-40,
  .tablet\:hover\:border-gray-40:hover {
    border-color:#919191
  }
  .tablet\:border-gray-60,
  .tablet\:hover\:border-gray-60:hover {
    border-color:#5c5c5c
  }
  .tablet\:border-gray-80,
  .tablet\:hover\:border-gray-80:hover {
    border-color:#2e2e2e
  }
  .tablet\:border-gray-warm-1,
  .tablet\:hover\:border-gray-warm-1:hover {
    border-color:#fcfcfb
  }
  .tablet\:border-gray-warm-2,
  .tablet\:hover\:border-gray-warm-2:hover {
    border-color:#f9f9f7
  }
  .tablet\:border-gray-warm-3,
  .tablet\:hover\:border-gray-warm-3:hover {
    border-color:#f6f6f2
  }
  .tablet\:border-gray-warm-4,
  .tablet\:hover\:border-gray-warm-4:hover {
    border-color:#f5f5f0
  }
  .tablet\:border-gray-warm-5,
  .tablet\:hover\:border-gray-warm-5:hover {
    border-color:#f0f0ec
  }
  .tablet\:border-gray-warm-10,
  .tablet\:hover\:border-gray-warm-10:hover {
    border-color:#e6e6e2
  }
  .tablet\:border-gray-warm-20,
  .tablet\:hover\:border-gray-warm-20:hover {
    border-color:#cac9c0
  }
  .tablet\:border-gray-warm-30,
  .tablet\:hover\:border-gray-warm-30:hover {
    border-color:#afaea2
  }
  .tablet\:border-gray-warm-40,
  .tablet\:hover\:border-gray-warm-40:hover {
    border-color:#929285
  }
  .tablet\:border-gray-warm-50,
  .tablet\:hover\:border-gray-warm-50:hover {
    border-color:#76766a
  }
  .tablet\:border-gray-warm-60,
  .tablet\:hover\:border-gray-warm-60:hover {
    border-color:#5d5d52
  }
  .tablet\:border-gray-warm-70,
  .tablet\:hover\:border-gray-warm-70:hover {
    border-color:#454540
  }
  .tablet\:border-gray-warm-80,
  .tablet\:hover\:border-gray-warm-80:hover {
    border-color:#2e2e2a
  }
  .tablet\:border-gray-warm-90,
  .tablet\:hover\:border-gray-warm-90:hover {
    border-color:#171716
  }
  .tablet\:border-blue-cool-5,
  .tablet\:hover\:border-blue-cool-5:hover {
    border-color:#e7f2f5
  }
  .tablet\:border-blue-cool-10,
  .tablet\:hover\:border-blue-cool-10:hover {
    border-color:#dae9ee
  }
  .tablet\:border-blue-cool-20,
  .tablet\:hover\:border-blue-cool-20:hover {
    border-color:#adcfdc
  }
  .tablet\:border-blue-cool-30,
  .tablet\:hover\:border-blue-cool-30:hover {
    border-color:#82b4c9
  }
  .tablet\:border-blue-cool-40,
  .tablet\:hover\:border-blue-cool-40:hover {
    border-color:#6499af
  }
  .tablet\:border-blue-cool-50,
  .tablet\:hover\:border-blue-cool-50:hover {
    border-color:#3a7d95
  }
  .tablet\:border-blue-cool-60,
  .tablet\:hover\:border-blue-cool-60:hover {
    border-color:#2e6276
  }
  .tablet\:border-blue-cool-70,
  .tablet\:hover\:border-blue-cool-70:hover {
    border-color:#224a58
  }
  .tablet\:border-blue-cool-80,
  .tablet\:hover\:border-blue-cool-80:hover {
    border-color:#14333d
  }
  .tablet\:border-blue-cool-90,
  .tablet\:hover\:border-blue-cool-90:hover {
    border-color:#0f191c
  }
  .tablet\:border-blue-cool-5v,
  .tablet\:hover\:border-blue-cool-5v:hover {
    border-color:#e1f3f8
  }
  .tablet\:border-blue-cool-10v,
  .tablet\:hover\:border-blue-cool-10v:hover {
    border-color:#c3ebfa
  }
  .tablet\:border-blue-cool-20v,
  .tablet\:hover\:border-blue-cool-20v:hover {
    border-color:#97d4ea
  }
  .tablet\:border-blue-cool-30v,
  .tablet\:hover\:border-blue-cool-30v:hover {
    border-color:#59b9de
  }
  .tablet\:border-blue-cool-40v,
  .tablet\:hover\:border-blue-cool-40v:hover {
    border-color:#28a0cb
  }
  .tablet\:border-blue-cool-50v,
  .tablet\:hover\:border-blue-cool-50v:hover {
    border-color:#0d7ea2
  }
  .tablet\:border-blue-cool-60v,
  .tablet\:hover\:border-blue-cool-60v:hover {
    border-color:#07648d
  }
  .tablet\:border-blue-cool-70v,
  .tablet\:hover\:border-blue-cool-70v:hover {
    border-color:#074b69
  }
  .tablet\:border-blue-cool-80v,
  .tablet\:hover\:border-blue-cool-80v:hover {
    border-color:#002d3f
  }
  .tablet\:border-blue-5,
  .tablet\:hover\:border-blue-5:hover {
    border-color:#eff6fb
  }
  .tablet\:border-blue-10,
  .tablet\:hover\:border-blue-10:hover {
    border-color:#d9e8f6
  }
  .tablet\:border-blue-20,
  .tablet\:hover\:border-blue-20:hover {
    border-color:#aacdec
  }
  .tablet\:border-blue-30,
  .tablet\:hover\:border-blue-30:hover {
    border-color:#73b3e7
  }
  .tablet\:border-blue-40,
  .tablet\:hover\:border-blue-40:hover {
    border-color:#4f97d1
  }
  .tablet\:border-blue-50,
  .tablet\:hover\:border-blue-50:hover {
    border-color:#2378c3
  }
  .tablet\:border-blue-60,
  .tablet\:hover\:border-blue-60:hover {
    border-color:#2c608a
  }
  .tablet\:border-blue-70,
  .tablet\:hover\:border-blue-70:hover {
    border-color:#274863
  }
  .tablet\:border-blue-80,
  .tablet\:hover\:border-blue-80:hover {
    border-color:#1f303e
  }
  .tablet\:border-blue-90,
  .tablet\:hover\:border-blue-90:hover {
    border-color:#11181d
  }
  .tablet\:border-blue-5v,
  .tablet\:hover\:border-blue-5v:hover {
    border-color:#e8f5ff
  }
  .tablet\:border-blue-10v,
  .tablet\:hover\:border-blue-10v:hover {
    border-color:#cfe8ff
  }
  .tablet\:border-blue-20v,
  .tablet\:hover\:border-blue-20v:hover {
    border-color:#a1d3ff
  }
  .tablet\:border-blue-30v,
  .tablet\:hover\:border-blue-30v:hover {
    border-color:#58b4ff
  }
  .tablet\:border-blue-40v,
  .tablet\:hover\:border-blue-40v:hover {
    border-color:#2491ff
  }
  .tablet\:border-blue-50v,
  .tablet\:hover\:border-blue-50v:hover {
    border-color:#0076d6
  }
  .tablet\:border-blue-60v,
  .tablet\:hover\:border-blue-60v:hover {
    border-color:#005ea2
  }
  .tablet\:border-blue-70v,
  .tablet\:hover\:border-blue-70v:hover {
    border-color:#0b4778
  }
  .tablet\:border-blue-80v,
  .tablet\:hover\:border-blue-80v:hover {
    border-color:#112f4e
  }
  .tablet\:border-blue-warm-5,
  .tablet\:hover\:border-blue-warm-5:hover {
    border-color:#ecf1f7
  }
  .tablet\:border-blue-warm-10,
  .tablet\:hover\:border-blue-warm-10:hover {
    border-color:#e1e7f1
  }
  .tablet\:border-blue-warm-20,
  .tablet\:hover\:border-blue-warm-20:hover {
    border-color:#bbcae4
  }
  .tablet\:border-blue-warm-30,
  .tablet\:hover\:border-blue-warm-30:hover {
    border-color:#98afd2
  }
  .tablet\:border-blue-warm-40,
  .tablet\:hover\:border-blue-warm-40:hover {
    border-color:#7292c7
  }
  .tablet\:border-blue-warm-50,
  .tablet\:hover\:border-blue-warm-50:hover {
    border-color:#4a77b4
  }
  .tablet\:border-blue-warm-60,
  .tablet\:hover\:border-blue-warm-60:hover {
    border-color:#345d96
  }
  .tablet\:border-blue-warm-70,
  .tablet\:hover\:border-blue-warm-70:hover {
    border-color:#2f4668
  }
  .tablet\:border-blue-warm-80,
  .tablet\:hover\:border-blue-warm-80:hover {
    border-color:#252f3e
  }
  .tablet\:border-blue-warm-90,
  .tablet\:hover\:border-blue-warm-90:hover {
    border-color:#13171f
  }
  .tablet\:border-blue-warm-5v,
  .tablet\:hover\:border-blue-warm-5v:hover {
    border-color:#edf5ff
  }
  .tablet\:border-blue-warm-10v,
  .tablet\:hover\:border-blue-warm-10v:hover {
    border-color:#d4e5ff
  }
  .tablet\:border-blue-warm-20v,
  .tablet\:hover\:border-blue-warm-20v:hover {
    border-color:#adcdff
  }
  .tablet\:border-blue-warm-30v,
  .tablet\:hover\:border-blue-warm-30v:hover {
    border-color:#81aefc
  }
  .tablet\:border-blue-warm-40v,
  .tablet\:hover\:border-blue-warm-40v:hover {
    border-color:#5994f6
  }
  .tablet\:border-blue-warm-50v,
  .tablet\:hover\:border-blue-warm-50v:hover {
    border-color:#2672de
  }
  .tablet\:border-blue-warm-60v,
  .tablet\:hover\:border-blue-warm-60v:hover {
    border-color:#0050d8
  }
  .tablet\:border-blue-warm-70v,
  .tablet\:hover\:border-blue-warm-70v:hover {
    border-color:#1a4480
  }
  .tablet\:border-blue-warm-80v,
  .tablet\:hover\:border-blue-warm-80v:hover {
    border-color:#162e51
  }
  .tablet\:border-cyan-5,
  .tablet\:hover\:border-cyan-5:hover {
    border-color:#e7f6f8
  }
  .tablet\:border-cyan-10,
  .tablet\:hover\:border-cyan-10:hover {
    border-color:#ccecf2
  }
  .tablet\:border-cyan-20,
  .tablet\:hover\:border-cyan-20:hover {
    border-color:#99deea
  }
  .tablet\:border-cyan-30,
  .tablet\:hover\:border-cyan-30:hover {
    border-color:#5dc0d1
  }
  .tablet\:border-cyan-40,
  .tablet\:hover\:border-cyan-40:hover {
    border-color:#449dac
  }
  .tablet\:border-cyan-50,
  .tablet\:hover\:border-cyan-50:hover {
    border-color:#168092
  }
  .tablet\:border-cyan-60,
  .tablet\:hover\:border-cyan-60:hover {
    border-color:#2a646d
  }
  .tablet\:border-cyan-70,
  .tablet\:hover\:border-cyan-70:hover {
    border-color:#2c4a4e
  }
  .tablet\:border-cyan-80,
  .tablet\:hover\:border-cyan-80:hover {
    border-color:#203133
  }
  .tablet\:border-cyan-90,
  .tablet\:hover\:border-cyan-90:hover {
    border-color:#111819
  }
  .tablet\:border-cyan-5v,
  .tablet\:hover\:border-cyan-5v:hover {
    border-color:#e5faff
  }
  .tablet\:border-cyan-10v,
  .tablet\:hover\:border-cyan-10v:hover {
    border-color:#a8f2ff
  }
  .tablet\:border-cyan-20v,
  .tablet\:hover\:border-cyan-20v:hover {
    border-color:#52daf2
  }
  .tablet\:border-cyan-30v,
  .tablet\:hover\:border-cyan-30v:hover {
    border-color:#00bde3
  }
  .tablet\:border-cyan-40v,
  .tablet\:hover\:border-cyan-40v:hover {
    border-color:#009ec1
  }
  .tablet\:border-cyan-50v,
  .tablet\:hover\:border-cyan-50v:hover {
    border-color:#0081a1
  }
  .tablet\:border-cyan-60v,
  .tablet\:hover\:border-cyan-60v:hover {
    border-color:#00687d
  }
  .tablet\:border-cyan-70v,
  .tablet\:hover\:border-cyan-70v:hover {
    border-color:#0e4f5c
  }
  .tablet\:border-cyan-80v,
  .tablet\:hover\:border-cyan-80v:hover {
    border-color:#093b44
  }
  .tablet\:border-gold-5,
  .tablet\:hover\:border-gold-5:hover {
    border-color:#f5f0e6
  }
  .tablet\:border-gold-10,
  .tablet\:hover\:border-gold-10:hover {
    border-color:#f1e5cd
  }
  .tablet\:border-gold-20,
  .tablet\:hover\:border-gold-20:hover {
    border-color:#dec69a
  }
  .tablet\:border-gold-30,
  .tablet\:hover\:border-gold-30:hover {
    border-color:#c7a97b
  }
  .tablet\:border-gold-40,
  .tablet\:hover\:border-gold-40:hover {
    border-color:#ad8b65
  }
  .tablet\:border-gold-50,
  .tablet\:hover\:border-gold-50:hover {
    border-color:#8e704f
  }
  .tablet\:border-gold-60,
  .tablet\:hover\:border-gold-60:hover {
    border-color:#6b5947
  }
  .tablet\:border-gold-70,
  .tablet\:hover\:border-gold-70:hover {
    border-color:#4d4438
  }
  .tablet\:border-gold-80,
  .tablet\:hover\:border-gold-80:hover {
    border-color:#322d26
  }
  .tablet\:border-gold-90,
  .tablet\:hover\:border-gold-90:hover {
    border-color:#191714
  }
  .tablet\:border-gold-5v,
  .tablet\:hover\:border-gold-5v:hover {
    border-color:#fef0c8
  }
  .tablet\:border-gold-10v,
  .tablet\:hover\:border-gold-10v:hover {
    border-color:#ffe396
  }
  .tablet\:border-gold-20v,
  .tablet\:hover\:border-gold-20v:hover {
    border-color:#ffbe2e
  }
  .tablet\:border-gold-30v,
  .tablet\:hover\:border-gold-30v:hover {
    border-color:#e5a000
  }
  .tablet\:border-gold-40v,
  .tablet\:hover\:border-gold-40v:hover {
    border-color:#c2850c
  }
  .tablet\:border-gold-50v,
  .tablet\:hover\:border-gold-50v:hover {
    border-color:#936f38
  }
  .tablet\:border-gold-60v,
  .tablet\:hover\:border-gold-60v:hover {
    border-color:#7a591a
  }
  .tablet\:border-gold-70v,
  .tablet\:hover\:border-gold-70v:hover {
    border-color:#5c410a
  }
  .tablet\:border-gold-80v,
  .tablet\:hover\:border-gold-80v:hover {
    border-color:#3b2b15
  }
  .tablet\:border-green-cool-5,
  .tablet\:hover\:border-green-cool-5:hover {
    border-color:#ecf3ec
  }
  .tablet\:border-green-cool-10,
  .tablet\:hover\:border-green-cool-10:hover {
    border-color:#dbebde
  }
  .tablet\:border-green-cool-20,
  .tablet\:hover\:border-green-cool-20:hover {
    border-color:#b4d0b9
  }
  .tablet\:border-green-cool-30,
  .tablet\:hover\:border-green-cool-30:hover {
    border-color:#86b98e
  }
  .tablet\:border-green-cool-40,
  .tablet\:hover\:border-green-cool-40:hover {
    border-color:#5e9f69
  }
  .tablet\:border-green-cool-50,
  .tablet\:hover\:border-green-cool-50:hover {
    border-color:#4d8055
  }
  .tablet\:border-green-cool-60,
  .tablet\:hover\:border-green-cool-60:hover {
    border-color:#446443
  }
  .tablet\:border-green-cool-70,
  .tablet\:hover\:border-green-cool-70:hover {
    border-color:#37493b
  }
  .tablet\:border-green-cool-80,
  .tablet\:hover\:border-green-cool-80:hover {
    border-color:#28312a
  }
  .tablet\:border-green-cool-90,
  .tablet\:hover\:border-green-cool-90:hover {
    border-color:#1a1f1a
  }
  .tablet\:border-green-cool-5v,
  .tablet\:hover\:border-green-cool-5v:hover {
    border-color:#e3f5e1
  }
  .tablet\:border-green-cool-10v,
  .tablet\:hover\:border-green-cool-10v:hover {
    border-color:#b7f5bd
  }
  .tablet\:border-green-cool-20v,
  .tablet\:hover\:border-green-cool-20v:hover {
    border-color:#70e17b
  }
  .tablet\:border-green-cool-30v,
  .tablet\:hover\:border-green-cool-30v:hover {
    border-color:#21c834
  }
  .tablet\:border-green-cool-40v,
  .tablet\:hover\:border-green-cool-40v:hover {
    border-color:#00a91c
  }
  .tablet\:border-green-cool-50v,
  .tablet\:hover\:border-green-cool-50v:hover {
    border-color:#008817
  }
  .tablet\:border-green-cool-60v,
  .tablet\:hover\:border-green-cool-60v:hover {
    border-color:#216e1f
  }
  .tablet\:border-green-cool-70v,
  .tablet\:hover\:border-green-cool-70v:hover {
    border-color:#154c21
  }
  .tablet\:border-green-cool-80v,
  .tablet\:hover\:border-green-cool-80v:hover {
    border-color:#19311e
  }
  .tablet\:border-green-5,
  .tablet\:hover\:border-green-5:hover {
    border-color:#eaf4dd
  }
  .tablet\:border-green-10,
  .tablet\:hover\:border-green-10:hover {
    border-color:#dfeacd
  }
  .tablet\:border-green-20,
  .tablet\:hover\:border-green-20:hover {
    border-color:#b8d293
  }
  .tablet\:border-green-30,
  .tablet\:hover\:border-green-30:hover {
    border-color:#9bb672
  }
  .tablet\:border-green-40,
  .tablet\:hover\:border-green-40:hover {
    border-color:#7d9b4e
  }
  .tablet\:border-green-50,
  .tablet\:hover\:border-green-50:hover {
    border-color:#607f35
  }
  .tablet\:border-green-60,
  .tablet\:hover\:border-green-60:hover {
    border-color:#4c6424
  }
  .tablet\:border-green-70,
  .tablet\:hover\:border-green-70:hover {
    border-color:#3c4a29
  }
  .tablet\:border-green-80,
  .tablet\:hover\:border-green-80:hover {
    border-color:#293021
  }
  .tablet\:border-green-90,
  .tablet\:hover\:border-green-90:hover {
    border-color:#161814
  }
  .tablet\:border-green-5v,
  .tablet\:hover\:border-green-5v:hover {
    border-color:#ddf9c7
  }
  .tablet\:border-green-10v,
  .tablet\:hover\:border-green-10v:hover {
    border-color:#c5ee93
  }
  .tablet\:border-green-20v,
  .tablet\:hover\:border-green-20v:hover {
    border-color:#98d035
  }
  .tablet\:border-green-30v,
  .tablet\:hover\:border-green-30v:hover {
    border-color:#7fb135
  }
  .tablet\:border-green-40v,
  .tablet\:hover\:border-green-40v:hover {
    border-color:#719f2a
  }
  .tablet\:border-green-50v,
  .tablet\:hover\:border-green-50v:hover {
    border-color:#538200
  }
  .tablet\:border-green-60v,
  .tablet\:hover\:border-green-60v:hover {
    border-color:#466c04
  }
  .tablet\:border-green-70v,
  .tablet\:hover\:border-green-70v:hover {
    border-color:#2f4a0b
  }
  .tablet\:border-green-80v,
  .tablet\:hover\:border-green-80v:hover {
    border-color:#243413
  }
  .tablet\:border-green-warm-5,
  .tablet\:hover\:border-green-warm-5:hover {
    border-color:#f1f4d7
  }
  .tablet\:border-green-warm-10,
  .tablet\:hover\:border-green-warm-10:hover {
    border-color:#e7eab7
  }
  .tablet\:border-green-warm-20,
  .tablet\:hover\:border-green-warm-20:hover {
    border-color:#cbd17a
  }
  .tablet\:border-green-warm-30,
  .tablet\:hover\:border-green-warm-30:hover {
    border-color:#a6b557
  }
  .tablet\:border-green-warm-40,
  .tablet\:hover\:border-green-warm-40:hover {
    border-color:#8a984b
  }
  .tablet\:border-green-warm-50,
  .tablet\:hover\:border-green-warm-50:hover {
    border-color:#6f7a41
  }
  .tablet\:border-green-warm-60,
  .tablet\:hover\:border-green-warm-60:hover {
    border-color:#5a5f38
  }
  .tablet\:border-green-warm-70,
  .tablet\:hover\:border-green-warm-70:hover {
    border-color:#45472f
  }
  .tablet\:border-green-warm-80,
  .tablet\:hover\:border-green-warm-80:hover {
    border-color:#2d2f21
  }
  .tablet\:border-green-warm-90,
  .tablet\:hover\:border-green-warm-90:hover {
    border-color:#171712
  }
  .tablet\:border-green-warm-5v,
  .tablet\:hover\:border-green-warm-5v:hover {
    border-color:#f5fbc1
  }
  .tablet\:border-green-warm-10v,
  .tablet\:hover\:border-green-warm-10v:hover {
    border-color:#e7f434
  }
  .tablet\:border-green-warm-20v,
  .tablet\:hover\:border-green-warm-20v:hover {
    border-color:#c5d30a
  }
  .tablet\:border-green-warm-30v,
  .tablet\:hover\:border-green-warm-30v:hover {
    border-color:#a3b72c
  }
  .tablet\:border-green-warm-40v,
  .tablet\:hover\:border-green-warm-40v:hover {
    border-color:#7e9c1d
  }
  .tablet\:border-green-warm-50v,
  .tablet\:hover\:border-green-warm-50v:hover {
    border-color:#6a7d00
  }
  .tablet\:border-green-warm-60v,
  .tablet\:hover\:border-green-warm-60v:hover {
    border-color:#5a6613
  }
  .tablet\:border-green-warm-70v,
  .tablet\:hover\:border-green-warm-70v:hover {
    border-color:#4b4e10
  }
  .tablet\:border-green-warm-80v,
  .tablet\:hover\:border-green-warm-80v:hover {
    border-color:#38380b
  }
  .tablet\:border-indigo-cool-5,
  .tablet\:hover\:border-indigo-cool-5:hover {
    border-color:#eef0f9
  }
  .tablet\:border-indigo-cool-10,
  .tablet\:hover\:border-indigo-cool-10:hover {
    border-color:#e1e6f9
  }
  .tablet\:border-indigo-cool-20,
  .tablet\:hover\:border-indigo-cool-20:hover {
    border-color:#bbc8f5
  }
  .tablet\:border-indigo-cool-30,
  .tablet\:hover\:border-indigo-cool-30:hover {
    border-color:#96abee
  }
  .tablet\:border-indigo-cool-40,
  .tablet\:hover\:border-indigo-cool-40:hover {
    border-color:#6b8ee8
  }
  .tablet\:border-indigo-cool-50,
  .tablet\:hover\:border-indigo-cool-50:hover {
    border-color:#496fd8
  }
  .tablet\:border-indigo-cool-60,
  .tablet\:hover\:border-indigo-cool-60:hover {
    border-color:#3f57a6
  }
  .tablet\:border-indigo-cool-70,
  .tablet\:hover\:border-indigo-cool-70:hover {
    border-color:#374274
  }
  .tablet\:border-indigo-cool-80,
  .tablet\:hover\:border-indigo-cool-80:hover {
    border-color:#292d42
  }
  .tablet\:border-indigo-cool-90,
  .tablet\:hover\:border-indigo-cool-90:hover {
    border-color:#151622
  }
  .tablet\:border-indigo-cool-5v,
  .tablet\:hover\:border-indigo-cool-5v:hover {
    border-color:#edf0ff
  }
  .tablet\:border-indigo-cool-10v,
  .tablet\:hover\:border-indigo-cool-10v:hover {
    border-color:#dee5ff
  }
  .tablet\:border-indigo-cool-20v,
  .tablet\:hover\:border-indigo-cool-20v:hover {
    border-color:#b8c8ff
  }
  .tablet\:border-indigo-cool-30v,
  .tablet\:hover\:border-indigo-cool-30v:hover {
    border-color:#94adff
  }
  .tablet\:border-indigo-cool-40v,
  .tablet\:hover\:border-indigo-cool-40v:hover {
    border-color:#628ef4
  }
  .tablet\:border-indigo-cool-50v,
  .tablet\:hover\:border-indigo-cool-50v:hover {
    border-color:#4866ff
  }
  .tablet\:border-indigo-cool-60v,
  .tablet\:hover\:border-indigo-cool-60v:hover {
    border-color:#3e4ded
  }
  .tablet\:border-indigo-cool-70v,
  .tablet\:hover\:border-indigo-cool-70v:hover {
    border-color:#222fbf
  }
  .tablet\:border-indigo-cool-80v,
  .tablet\:hover\:border-indigo-cool-80v:hover {
    border-color:#1b2b85
  }
  .tablet\:border-indigo-5,
  .tablet\:hover\:border-indigo-5:hover {
    border-color:#efeff8
  }
  .tablet\:border-indigo-10,
  .tablet\:hover\:border-indigo-10:hover {
    border-color:#e5e4fa
  }
  .tablet\:border-indigo-20,
  .tablet\:hover\:border-indigo-20:hover {
    border-color:#c5c5f3
  }
  .tablet\:border-indigo-30,
  .tablet\:hover\:border-indigo-30:hover {
    border-color:#a5a8eb
  }
  .tablet\:border-indigo-40,
  .tablet\:hover\:border-indigo-40:hover {
    border-color:#8889db
  }
  .tablet\:border-indigo-50,
  .tablet\:hover\:border-indigo-50:hover {
    border-color:#676cc8
  }
  .tablet\:border-indigo-60,
  .tablet\:hover\:border-indigo-60:hover {
    border-color:#4d52af
  }
  .tablet\:border-indigo-70,
  .tablet\:hover\:border-indigo-70:hover {
    border-color:#3d4076
  }
  .tablet\:border-indigo-80,
  .tablet\:hover\:border-indigo-80:hover {
    border-color:#2b2c40
  }
  .tablet\:border-indigo-90,
  .tablet\:hover\:border-indigo-90:hover {
    border-color:#16171f
  }
  .tablet\:border-indigo-5v,
  .tablet\:hover\:border-indigo-5v:hover {
    border-color:#f0f0ff
  }
  .tablet\:border-indigo-10v,
  .tablet\:hover\:border-indigo-10v:hover {
    border-color:#e0e0ff
  }
  .tablet\:border-indigo-20v,
  .tablet\:hover\:border-indigo-20v:hover {
    border-color:#ccceff
  }
  .tablet\:border-indigo-30v,
  .tablet\:hover\:border-indigo-30v:hover {
    border-color:#a3a7fa
  }
  .tablet\:border-indigo-40v,
  .tablet\:hover\:border-indigo-40v:hover {
    border-color:#8289ff
  }
  .tablet\:border-indigo-50v,
  .tablet\:hover\:border-indigo-50v:hover {
    border-color:#656bd7
  }
  .tablet\:border-indigo-60v,
  .tablet\:hover\:border-indigo-60v:hover {
    border-color:#4a50c4
  }
  .tablet\:border-indigo-70v,
  .tablet\:hover\:border-indigo-70v:hover {
    border-color:#3333a3
  }
  .tablet\:border-indigo-80v,
  .tablet\:hover\:border-indigo-80v:hover {
    border-color:#212463
  }
  .tablet\:border-indigo-warm-5,
  .tablet\:hover\:border-indigo-warm-5:hover {
    border-color:#f1eff7
  }
  .tablet\:border-indigo-warm-10,
  .tablet\:hover\:border-indigo-warm-10:hover {
    border-color:#e7e3fa
  }
  .tablet\:border-indigo-warm-20,
  .tablet\:hover\:border-indigo-warm-20:hover {
    border-color:#cbc4f2
  }
  .tablet\:border-indigo-warm-30,
  .tablet\:hover\:border-indigo-warm-30:hover {
    border-color:#afa5e8
  }
  .tablet\:border-indigo-warm-40,
  .tablet\:hover\:border-indigo-warm-40:hover {
    border-color:#9287d8
  }
  .tablet\:border-indigo-warm-50,
  .tablet\:hover\:border-indigo-warm-50:hover {
    border-color:#7665d1
  }
  .tablet\:border-indigo-warm-60,
  .tablet\:hover\:border-indigo-warm-60:hover {
    border-color:#5e519e
  }
  .tablet\:border-indigo-warm-70,
  .tablet\:hover\:border-indigo-warm-70:hover {
    border-color:#453c7b
  }
  .tablet\:border-indigo-warm-80,
  .tablet\:hover\:border-indigo-warm-80:hover {
    border-color:#2e2c40
  }
  .tablet\:border-indigo-warm-90,
  .tablet\:hover\:border-indigo-warm-90:hover {
    border-color:#18161d
  }
  .tablet\:border-indigo-warm-5v,
  .tablet\:hover\:border-indigo-warm-5v:hover {
    border-color:#f5f2ff
  }
  .tablet\:border-indigo-warm-10v,
  .tablet\:hover\:border-indigo-warm-10v:hover {
    border-color:#e4deff
  }
  .tablet\:border-indigo-warm-20v,
  .tablet\:hover\:border-indigo-warm-20v:hover {
    border-color:#cfc4fd
  }
  .tablet\:border-indigo-warm-30v,
  .tablet\:hover\:border-indigo-warm-30v:hover {
    border-color:#b69fff
  }
  .tablet\:border-indigo-warm-40v,
  .tablet\:hover\:border-indigo-warm-40v:hover {
    border-color:#967efb
  }
  .tablet\:border-indigo-warm-50v,
  .tablet\:hover\:border-indigo-warm-50v:hover {
    border-color:#745fe9
  }
  .tablet\:border-indigo-warm-60v,
  .tablet\:hover\:border-indigo-warm-60v:hover {
    border-color:#5942d2
  }
  .tablet\:border-indigo-warm-70v,
  .tablet\:hover\:border-indigo-warm-70v:hover {
    border-color:#3d2c9d
  }
  .tablet\:border-indigo-warm-80v,
  .tablet\:hover\:border-indigo-warm-80v:hover {
    border-color:#261f5b
  }
  .tablet\:border-magenta-5,
  .tablet\:hover\:border-magenta-5:hover {
    border-color:#f9f0f2
  }
  .tablet\:border-magenta-10,
  .tablet\:hover\:border-magenta-10:hover {
    border-color:#f6e1e8
  }
  .tablet\:border-magenta-20,
  .tablet\:hover\:border-magenta-20:hover {
    border-color:#f0bbcc
  }
  .tablet\:border-magenta-30,
  .tablet\:hover\:border-magenta-30:hover {
    border-color:#e895b3
  }
  .tablet\:border-magenta-40,
  .tablet\:hover\:border-magenta-40:hover {
    border-color:#e0699f
  }
  .tablet\:border-magenta-50,
  .tablet\:hover\:border-magenta-50:hover {
    border-color:#c84281
  }
  .tablet\:border-magenta-60,
  .tablet\:hover\:border-magenta-60:hover {
    border-color:#8b4566
  }
  .tablet\:border-magenta-70,
  .tablet\:hover\:border-magenta-70:hover {
    border-color:#66364b
  }
  .tablet\:border-magenta-80,
  .tablet\:hover\:border-magenta-80:hover {
    border-color:#402731
  }
  .tablet\:border-magenta-90,
  .tablet\:hover\:border-magenta-90:hover {
    border-color:#1b1617
  }
  .tablet\:border-magenta-5v,
  .tablet\:hover\:border-magenta-5v:hover {
    border-color:#f9f0f2
  }
  .tablet\:border-magenta-10v,
  .tablet\:hover\:border-magenta-10v:hover {
    border-color:#ffddea
  }
  .tablet\:border-magenta-20v,
  .tablet\:hover\:border-magenta-20v:hover {
    border-color:#ffb4cf
  }
  .tablet\:border-magenta-30v,
  .tablet\:hover\:border-magenta-30v:hover {
    border-color:#ff87b2
  }
  .tablet\:border-magenta-40v,
  .tablet\:hover\:border-magenta-40v:hover {
    border-color:#fd4496
  }
  .tablet\:border-magenta-50v,
  .tablet\:hover\:border-magenta-50v:hover {
    border-color:#d72d79
  }
  .tablet\:border-magenta-60v,
  .tablet\:hover\:border-magenta-60v:hover {
    border-color:#ab2165
  }
  .tablet\:border-magenta-70v,
  .tablet\:hover\:border-magenta-70v:hover {
    border-color:#731f44
  }
  .tablet\:border-magenta-80v,
  .tablet\:hover\:border-magenta-80v:hover {
    border-color:#4f172e
  }
  .tablet\:border-mint-cool-5,
  .tablet\:hover\:border-mint-cool-5:hover {
    border-color:#e0f7f6
  }
  .tablet\:border-mint-cool-10,
  .tablet\:hover\:border-mint-cool-10:hover {
    border-color:#c4eeeb
  }
  .tablet\:border-mint-cool-20,
  .tablet\:hover\:border-mint-cool-20:hover {
    border-color:#9bd4cf
  }
  .tablet\:border-mint-cool-30,
  .tablet\:hover\:border-mint-cool-30:hover {
    border-color:#6fbab3
  }
  .tablet\:border-mint-cool-40,
  .tablet\:hover\:border-mint-cool-40:hover {
    border-color:#4f9e99
  }
  .tablet\:border-mint-cool-50,
  .tablet\:hover\:border-mint-cool-50:hover {
    border-color:#40807e
  }
  .tablet\:border-mint-cool-60,
  .tablet\:hover\:border-mint-cool-60:hover {
    border-color:#376462
  }
  .tablet\:border-mint-cool-70,
  .tablet\:hover\:border-mint-cool-70:hover {
    border-color:#2a4b45
  }
  .tablet\:border-mint-cool-80,
  .tablet\:hover\:border-mint-cool-80:hover {
    border-color:#203131
  }
  .tablet\:border-mint-cool-90,
  .tablet\:hover\:border-mint-cool-90:hover {
    border-color:#111818
  }
  .tablet\:border-mint-cool-5v,
  .tablet\:hover\:border-mint-cool-5v:hover {
    border-color:#d5fbf3
  }
  .tablet\:border-mint-cool-10v,
  .tablet\:hover\:border-mint-cool-10v:hover {
    border-color:#7efbe1
  }
  .tablet\:border-mint-cool-20v,
  .tablet\:hover\:border-mint-cool-20v:hover {
    border-color:#29e1cb
  }
  .tablet\:border-mint-cool-30v,
  .tablet\:hover\:border-mint-cool-30v:hover {
    border-color:#1dc2ae
  }
  .tablet\:border-mint-cool-40v,
  .tablet\:hover\:border-mint-cool-40v:hover {
    border-color:#00a398
  }
  .tablet\:border-mint-cool-50v,
  .tablet\:hover\:border-mint-cool-50v:hover {
    border-color:#008480
  }
  .tablet\:border-mint-cool-60v,
  .tablet\:hover\:border-mint-cool-60v:hover {
    border-color:#0f6460
  }
  .tablet\:border-mint-cool-70v,
  .tablet\:hover\:border-mint-cool-70v:hover {
    border-color:#0b4b3f
  }
  .tablet\:border-mint-cool-80v,
  .tablet\:hover\:border-mint-cool-80v:hover {
    border-color:#123131
  }
  .tablet\:border-mint-5,
  .tablet\:hover\:border-mint-5:hover {
    border-color:#dbf6ed
  }
  .tablet\:border-mint-10,
  .tablet\:hover\:border-mint-10:hover {
    border-color:#c7efe2
  }
  .tablet\:border-mint-20,
  .tablet\:hover\:border-mint-20:hover {
    border-color:#92d9bb
  }
  .tablet\:border-mint-30,
  .tablet\:hover\:border-mint-30:hover {
    border-color:#5abf95
  }
  .tablet\:border-mint-40,
  .tablet\:hover\:border-mint-40:hover {
    border-color:#34a37e
  }
  .tablet\:border-mint-50,
  .tablet\:hover\:border-mint-50:hover {
    border-color:#2e8367
  }
  .tablet\:border-mint-60,
  .tablet\:hover\:border-mint-60:hover {
    border-color:#286846
  }
  .tablet\:border-mint-70,
  .tablet\:hover\:border-mint-70:hover {
    border-color:#204e34
  }
  .tablet\:border-mint-80,
  .tablet\:hover\:border-mint-80:hover {
    border-color:#193324
  }
  .tablet\:border-mint-90,
  .tablet\:hover\:border-mint-90:hover {
    border-color:#0d1a12
  }
  .tablet\:border-mint-5v,
  .tablet\:hover\:border-mint-5v:hover {
    border-color:#c9fbeb
  }
  .tablet\:border-mint-10v,
  .tablet\:hover\:border-mint-10v:hover {
    border-color:#83fcd4
  }
  .tablet\:border-mint-20v,
  .tablet\:hover\:border-mint-20v:hover {
    border-color:#0ceda6
  }
  .tablet\:border-mint-30v,
  .tablet\:hover\:border-mint-30v:hover {
    border-color:#04c585
  }
  .tablet\:border-mint-40v,
  .tablet\:hover\:border-mint-40v:hover {
    border-color:#00a871
  }
  .tablet\:border-mint-50v,
  .tablet\:hover\:border-mint-50v:hover {
    border-color:#008659
  }
  .tablet\:border-mint-60v,
  .tablet\:hover\:border-mint-60v:hover {
    border-color:#146947
  }
  .tablet\:border-mint-70v,
  .tablet\:hover\:border-mint-70v:hover {
    border-color:#0c4e29
  }
  .tablet\:border-mint-80v,
  .tablet\:hover\:border-mint-80v:hover {
    border-color:#0d351e
  }
  .tablet\:border-orange-5,
  .tablet\:hover\:border-orange-5:hover {
    border-color:#f6efe9
  }
  .tablet\:border-orange-10,
  .tablet\:hover\:border-orange-10:hover {
    border-color:#f2e4d4
  }
  .tablet\:border-orange-20,
  .tablet\:hover\:border-orange-20:hover {
    border-color:#f3bf90
  }
  .tablet\:border-orange-30,
  .tablet\:hover\:border-orange-30:hover {
    border-color:#f09860
  }
  .tablet\:border-orange-40,
  .tablet\:hover\:border-orange-40:hover {
    border-color:#dd7533
  }
  .tablet\:border-orange-50,
  .tablet\:hover\:border-orange-50:hover {
    border-color:#a86437
  }
  .tablet\:border-orange-60,
  .tablet\:hover\:border-orange-60:hover {
    border-color:#775540
  }
  .tablet\:border-orange-70,
  .tablet\:hover\:border-orange-70:hover {
    border-color:#524236
  }
  .tablet\:border-orange-80,
  .tablet\:hover\:border-orange-80:hover {
    border-color:#332d27
  }
  .tablet\:border-orange-90,
  .tablet\:hover\:border-orange-90:hover {
    border-color:#1b1614
  }
  .tablet\:border-orange-5v,
  .tablet\:hover\:border-orange-5v:hover {
    border-color:#fef2e4
  }
  .tablet\:border-orange-10v,
  .tablet\:hover\:border-orange-10v:hover {
    border-color:#fce2c5
  }
  .tablet\:border-orange-20v,
  .tablet\:hover\:border-orange-20v:hover {
    border-color:#ffbc78
  }
  .tablet\:border-orange-30v,
  .tablet\:hover\:border-orange-30v:hover {
    border-color:#fa9441
  }
  .tablet\:border-orange-40v,
  .tablet\:hover\:border-orange-40v:hover {
    border-color:#e66f0e
  }
  .tablet\:border-orange-50v,
  .tablet\:hover\:border-orange-50v:hover {
    border-color:#c05600
  }
  .tablet\:border-orange-60v,
  .tablet\:hover\:border-orange-60v:hover {
    border-color:#8c471c
  }
  .tablet\:border-orange-70v,
  .tablet\:hover\:border-orange-70v:hover {
    border-color:#5f3617
  }
  .tablet\:border-orange-80v,
  .tablet\:hover\:border-orange-80v:hover {
    border-color:#352313
  }
  .tablet\:border-orange-warm-5,
  .tablet\:hover\:border-orange-warm-5:hover {
    border-color:#faeee5
  }
  .tablet\:border-orange-warm-10,
  .tablet\:hover\:border-orange-warm-10:hover {
    border-color:#fbe0d0
  }
  .tablet\:border-orange-warm-20,
  .tablet\:hover\:border-orange-warm-20:hover {
    border-color:#f7bca2
  }
  .tablet\:border-orange-warm-30,
  .tablet\:hover\:border-orange-warm-30:hover {
    border-color:#f3966d
  }
  .tablet\:border-orange-warm-40,
  .tablet\:hover\:border-orange-warm-40:hover {
    border-color:#e17141
  }
  .tablet\:border-orange-warm-50,
  .tablet\:hover\:border-orange-warm-50:hover {
    border-color:#bd5727
  }
  .tablet\:border-orange-warm-60,
  .tablet\:hover\:border-orange-warm-60:hover {
    border-color:#914734
  }
  .tablet\:border-orange-warm-70,
  .tablet\:hover\:border-orange-warm-70:hover {
    border-color:#633a32
  }
  .tablet\:border-orange-warm-80,
  .tablet\:hover\:border-orange-warm-80:hover {
    border-color:#3d2925
  }
  .tablet\:border-orange-warm-90,
  .tablet\:hover\:border-orange-warm-90:hover {
    border-color:#1c1615
  }
  .tablet\:border-orange-warm-5v,
  .tablet\:hover\:border-orange-warm-5v:hover {
    border-color:#fff3ea
  }
  .tablet\:border-orange-warm-10v,
  .tablet\:hover\:border-orange-warm-10v:hover {
    border-color:#ffe2d1
  }
  .tablet\:border-orange-warm-20v,
  .tablet\:hover\:border-orange-warm-20v:hover {
    border-color:#fbbaa7
  }
  .tablet\:border-orange-warm-30v,
  .tablet\:hover\:border-orange-warm-30v:hover {
    border-color:#fc906d
  }
  .tablet\:border-orange-warm-40v,
  .tablet\:hover\:border-orange-warm-40v:hover {
    border-color:#ff580a
  }
  .tablet\:border-orange-warm-50v,
  .tablet\:hover\:border-orange-warm-50v:hover {
    border-color:#cf4900
  }
  .tablet\:border-orange-warm-60v,
  .tablet\:hover\:border-orange-warm-60v:hover {
    border-color:#a72f10
  }
  .tablet\:border-orange-warm-70v,
  .tablet\:hover\:border-orange-warm-70v:hover {
    border-color:#782312
  }
  .tablet\:border-orange-warm-80v,
  .tablet\:hover\:border-orange-warm-80v:hover {
    border-color:#3d231d
  }
  .tablet\:border-red-cool-5,
  .tablet\:hover\:border-red-cool-5:hover {
    border-color:#f8eff1
  }
  .tablet\:border-red-cool-10,
  .tablet\:hover\:border-red-cool-10:hover {
    border-color:#f3e1e4
  }
  .tablet\:border-red-cool-20,
  .tablet\:hover\:border-red-cool-20:hover {
    border-color:#ecbec6
  }
  .tablet\:border-red-cool-30,
  .tablet\:hover\:border-red-cool-30:hover {
    border-color:#e09aa6
  }
  .tablet\:border-red-cool-40,
  .tablet\:hover\:border-red-cool-40:hover {
    border-color:#e16b80
  }
  .tablet\:border-red-cool-50,
  .tablet\:hover\:border-red-cool-50:hover {
    border-color:#cd425b
  }
  .tablet\:border-red-cool-60,
  .tablet\:hover\:border-red-cool-60:hover {
    border-color:#9e394b
  }
  .tablet\:border-red-cool-70,
  .tablet\:hover\:border-red-cool-70:hover {
    border-color:#68363f
  }
  .tablet\:border-red-cool-80,
  .tablet\:hover\:border-red-cool-80:hover {
    border-color:#40282c
  }
  .tablet\:border-red-cool-90,
  .tablet\:hover\:border-red-cool-90:hover {
    border-color:#1e1517
  }
  .tablet\:border-red-cool-5v,
  .tablet\:hover\:border-red-cool-5v:hover {
    border-color:#fff2f5
  }
  .tablet\:border-red-cool-10v,
  .tablet\:hover\:border-red-cool-10v:hover {
    border-color:#f8dfe2
  }
  .tablet\:border-red-cool-20v,
  .tablet\:hover\:border-red-cool-20v:hover {
    border-color:#f8b9c5
  }
  .tablet\:border-red-cool-30v,
  .tablet\:hover\:border-red-cool-30v:hover {
    border-color:#fd8ba0
  }
  .tablet\:border-red-cool-40v,
  .tablet\:hover\:border-red-cool-40v:hover {
    border-color:#f45d79
  }
  .tablet\:border-red-cool-50v,
  .tablet\:hover\:border-red-cool-50v:hover {
    border-color:#e41d3d
  }
  .tablet\:border-red-cool-60v,
  .tablet\:hover\:border-red-cool-60v:hover {
    border-color:#b21d38
  }
  .tablet\:border-red-cool-70v,
  .tablet\:hover\:border-red-cool-70v:hover {
    border-color:#822133
  }
  .tablet\:border-red-cool-80v,
  .tablet\:hover\:border-red-cool-80v:hover {
    border-color:#4f1c24
  }
  .tablet\:border-red-5,
  .tablet\:hover\:border-red-5:hover {
    border-color:#f9eeee
  }
  .tablet\:border-red-10,
  .tablet\:hover\:border-red-10:hover {
    border-color:#f8e1de
  }
  .tablet\:border-red-20,
  .tablet\:hover\:border-red-20:hover {
    border-color:#f7bbb1
  }
  .tablet\:border-red-30,
  .tablet\:hover\:border-red-30:hover {
    border-color:#f2938c
  }
  .tablet\:border-red-40,
  .tablet\:hover\:border-red-40:hover {
    border-color:#e9695f
  }
  .tablet\:border-red-50,
  .tablet\:hover\:border-red-50:hover {
    border-color:#d83933
  }
  .tablet\:border-red-60,
  .tablet\:hover\:border-red-60:hover {
    border-color:#a23737
  }
  .tablet\:border-red-70,
  .tablet\:hover\:border-red-70:hover {
    border-color:#6f3331
  }
  .tablet\:border-red-80,
  .tablet\:hover\:border-red-80:hover {
    border-color:#3e2927
  }
  .tablet\:border-red-90,
  .tablet\:hover\:border-red-90:hover {
    border-color:#1b1616
  }
  .tablet\:border-red-5v,
  .tablet\:hover\:border-red-5v:hover {
    border-color:#fff3f2
  }
  .tablet\:border-red-10v,
  .tablet\:hover\:border-red-10v:hover {
    border-color:#fde0db
  }
  .tablet\:border-red-20v,
  .tablet\:hover\:border-red-20v:hover {
    border-color:#fdb8ae
  }
  .tablet\:border-red-30v,
  .tablet\:hover\:border-red-30v:hover {
    border-color:#ff8d7b
  }
  .tablet\:border-red-40v,
  .tablet\:hover\:border-red-40v:hover {
    border-color:#fb5a47
  }
  .tablet\:border-red-50v,
  .tablet\:hover\:border-red-50v:hover {
    border-color:#e52207
  }
  .tablet\:border-red-60v,
  .tablet\:hover\:border-red-60v:hover {
    border-color:#b50909
  }
  .tablet\:border-red-70v,
  .tablet\:hover\:border-red-70v:hover {
    border-color:#8b0a03
  }
  .tablet\:border-red-80v,
  .tablet\:hover\:border-red-80v:hover {
    border-color:#5c1111
  }
  .tablet\:border-red-warm-5,
  .tablet\:hover\:border-red-warm-5:hover {
    border-color:#f6efea
  }
  .tablet\:border-red-warm-10,
  .tablet\:hover\:border-red-warm-10:hover {
    border-color:#f4e3db
  }
  .tablet\:border-red-warm-20,
  .tablet\:hover\:border-red-warm-20:hover {
    border-color:#ecc0a7
  }
  .tablet\:border-red-warm-30,
  .tablet\:hover\:border-red-warm-30:hover {
    border-color:#dca081
  }
  .tablet\:border-red-warm-40,
  .tablet\:hover\:border-red-warm-40:hover {
    border-color:#d27a56
  }
  .tablet\:border-red-warm-50,
  .tablet\:hover\:border-red-warm-50:hover {
    border-color:#c3512c
  }
  .tablet\:border-red-warm-60,
  .tablet\:hover\:border-red-warm-60:hover {
    border-color:#805039
  }
  .tablet\:border-red-warm-70,
  .tablet\:hover\:border-red-warm-70:hover {
    border-color:#524236
  }
  .tablet\:border-red-warm-80,
  .tablet\:hover\:border-red-warm-80:hover {
    border-color:#332d29
  }
  .tablet\:border-red-warm-90,
  .tablet\:hover\:border-red-warm-90:hover {
    border-color:#1f1c18
  }
  .tablet\:border-red-warm-5v,
  .tablet\:hover\:border-red-warm-5v:hover {
    border-color:#fff5ee
  }
  .tablet\:border-red-warm-10v,
  .tablet\:hover\:border-red-warm-10v:hover {
    border-color:#fce1d4
  }
  .tablet\:border-red-warm-20v,
  .tablet\:hover\:border-red-warm-20v:hover {
    border-color:#f6bd9c
  }
  .tablet\:border-red-warm-30v,
  .tablet\:hover\:border-red-warm-30v:hover {
    border-color:#f39268
  }
  .tablet\:border-red-warm-40v,
  .tablet\:hover\:border-red-warm-40v:hover {
    border-color:#ef5e25
  }
  .tablet\:border-red-warm-50v,
  .tablet\:hover\:border-red-warm-50v:hover {
    border-color:#d54309
  }
  .tablet\:border-red-warm-60v,
  .tablet\:hover\:border-red-warm-60v:hover {
    border-color:#9c3d10
  }
  .tablet\:border-red-warm-70v,
  .tablet\:hover\:border-red-warm-70v:hover {
    border-color:#63340f
  }
  .tablet\:border-red-warm-80v,
  .tablet\:hover\:border-red-warm-80v:hover {
    border-color:#3e2a1e
  }
  .tablet\:border-violet-5,
  .tablet\:hover\:border-violet-5:hover {
    border-color:#f4f1f9
  }
  .tablet\:border-violet-10,
  .tablet\:hover\:border-violet-10:hover {
    border-color:#ebe3f9
  }
  .tablet\:border-violet-20,
  .tablet\:hover\:border-violet-20:hover {
    border-color:#d0c3e9
  }
  .tablet\:border-violet-30,
  .tablet\:hover\:border-violet-30:hover {
    border-color:#b8a2e3
  }
  .tablet\:border-violet-40,
  .tablet\:hover\:border-violet-40:hover {
    border-color:#9d84d2
  }
  .tablet\:border-violet-50,
  .tablet\:hover\:border-violet-50:hover {
    border-color:#8168b3
  }
  .tablet\:border-violet-60,
  .tablet\:hover\:border-violet-60:hover {
    border-color:#665190
  }
  .tablet\:border-violet-70,
  .tablet\:hover\:border-violet-70:hover {
    border-color:#4c3d69
  }
  .tablet\:border-violet-80,
  .tablet\:hover\:border-violet-80:hover {
    border-color:#312b3f
  }
  .tablet\:border-violet-90,
  .tablet\:hover\:border-violet-90:hover {
    border-color:#18161d
  }
  .tablet\:border-violet-5v,
  .tablet\:hover\:border-violet-5v:hover {
    border-color:#f7f2ff
  }
  .tablet\:border-violet-10v,
  .tablet\:hover\:border-violet-10v:hover {
    border-color:#ede3ff
  }
  .tablet\:border-violet-20v,
  .tablet\:hover\:border-violet-20v:hover {
    border-color:#d5bfff
  }
  .tablet\:border-violet-30v,
  .tablet\:hover\:border-violet-30v:hover {
    border-color:#c39deb
  }
  .tablet\:border-violet-40v,
  .tablet\:hover\:border-violet-40v:hover {
    border-color:#ad79e9
  }
  .tablet\:border-violet-50v,
  .tablet\:hover\:border-violet-50v:hover {
    border-color:#9355dc
  }
  .tablet\:border-violet-60v,
  .tablet\:hover\:border-violet-60v:hover {
    border-color:#783cb9
  }
  .tablet\:border-violet-70v,
  .tablet\:hover\:border-violet-70v:hover {
    border-color:#54278f
  }
  .tablet\:border-violet-80v,
  .tablet\:hover\:border-violet-80v:hover {
    border-color:#39215e
  }
  .tablet\:border-violet-warm-5,
  .tablet\:hover\:border-violet-warm-5:hover {
    border-color:#f8f0f9
  }
  .tablet\:border-violet-warm-10,
  .tablet\:hover\:border-violet-warm-10:hover {
    border-color:#f6dff8
  }
  .tablet\:border-violet-warm-20,
  .tablet\:hover\:border-violet-warm-20:hover {
    border-color:#e2bee4
  }
  .tablet\:border-violet-warm-30,
  .tablet\:hover\:border-violet-warm-30:hover {
    border-color:#d29ad8
  }
  .tablet\:border-violet-warm-40,
  .tablet\:hover\:border-violet-warm-40:hover {
    border-color:#bf77c8
  }
  .tablet\:border-violet-warm-50,
  .tablet\:hover\:border-violet-warm-50:hover {
    border-color:#b04abd
  }
  .tablet\:border-violet-warm-60,
  .tablet\:hover\:border-violet-warm-60:hover {
    border-color:#864381
  }
  .tablet\:border-violet-warm-70,
  .tablet\:hover\:border-violet-warm-70:hover {
    border-color:#5c395a
  }
  .tablet\:border-violet-warm-80,
  .tablet\:hover\:border-violet-warm-80:hover {
    border-color:#382936
  }
  .tablet\:border-violet-warm-90,
  .tablet\:hover\:border-violet-warm-90:hover {
    border-color:#1b151b
  }
  .tablet\:border-violet-warm-5v,
  .tablet\:hover\:border-violet-warm-5v:hover {
    border-color:#fef2ff
  }
  .tablet\:border-violet-warm-10v,
  .tablet\:hover\:border-violet-warm-10v:hover {
    border-color:#fbdcff
  }
  .tablet\:border-violet-warm-20v,
  .tablet\:hover\:border-violet-warm-20v:hover {
    border-color:#f4b2ff
  }
  .tablet\:border-violet-warm-30v,
  .tablet\:hover\:border-violet-warm-30v:hover {
    border-color:#ee83ff
  }
  .tablet\:border-violet-warm-40v,
  .tablet\:hover\:border-violet-warm-40v:hover {
    border-color:#d85bef
  }
  .tablet\:border-violet-warm-50v,
  .tablet\:hover\:border-violet-warm-50v:hover {
    border-color:#be32d0
  }
  .tablet\:border-violet-warm-60v,
  .tablet\:hover\:border-violet-warm-60v:hover {
    border-color:#93348c
  }
  .tablet\:border-violet-warm-70v,
  .tablet\:hover\:border-violet-warm-70v:hover {
    border-color:#711e6c
  }
  .tablet\:border-violet-warm-80v,
  .tablet\:hover\:border-violet-warm-80v:hover {
    border-color:#481441
  }
  .tablet\:border-white-transparent-5,
  .tablet\:hover\:border-white-transparent-5:hover {
    border-color:rgba(255,255,255,.01)
  }
  .tablet\:border-white-transparent-10,
  .tablet\:hover\:border-white-transparent-10:hover {
    border-color:rgba(255,255,255,.1)
  }
  .tablet\:border-white-transparent-20,
  .tablet\:hover\:border-white-transparent-20:hover {
    border-color:rgba(255,255,255,.2)
  }
  .tablet\:border-white-transparent-30,
  .tablet\:hover\:border-white-transparent-30:hover {
    border-color:rgba(255,255,255,.3)
  }
  .tablet\:border-white-transparent-40,
  .tablet\:hover\:border-white-transparent-40:hover {
    border-color:rgba(255,255,255,.4)
  }
  .tablet\:border-white-transparent-50,
  .tablet\:hover\:border-white-transparent-50:hover {
    border-color:rgba(255,255,255,.5)
  }
  .tablet\:border-white-transparent-60,
  .tablet\:hover\:border-white-transparent-60:hover {
    border-color:rgba(255,255,255,.6)
  }
  .tablet\:border-white-transparent-70,
  .tablet\:hover\:border-white-transparent-70:hover {
    border-color:rgba(255,255,255,.7)
  }
  .tablet\:border-white-transparent-80,
  .tablet\:hover\:border-white-transparent-80:hover {
    border-color:rgba(255,255,255,.8)
  }
  .tablet\:border-white-transparent-90,
  .tablet\:hover\:border-white-transparent-90:hover {
    border-color:rgba(255,255,255,.9)
  }
  .tablet\:border-yellow-5,
  .tablet\:hover\:border-yellow-5:hover {
    border-color:#faf3d1
  }
  .tablet\:border-yellow-10,
  .tablet\:hover\:border-yellow-10:hover {
    border-color:#f5e6af
  }
  .tablet\:border-yellow-20,
  .tablet\:hover\:border-yellow-20:hover {
    border-color:#e6c74c
  }
  .tablet\:border-yellow-30,
  .tablet\:hover\:border-yellow-30:hover {
    border-color:#c9ab48
  }
  .tablet\:border-yellow-40,
  .tablet\:hover\:border-yellow-40:hover {
    border-color:#a88f48
  }
  .tablet\:border-yellow-50,
  .tablet\:hover\:border-yellow-50:hover {
    border-color:#8a7237
  }
  .tablet\:border-yellow-60,
  .tablet\:hover\:border-yellow-60:hover {
    border-color:#6b5a39
  }
  .tablet\:border-yellow-70,
  .tablet\:hover\:border-yellow-70:hover {
    border-color:#504332
  }
  .tablet\:border-yellow-80,
  .tablet\:hover\:border-yellow-80:hover {
    border-color:#332d27
  }
  .tablet\:border-yellow-90,
  .tablet\:hover\:border-yellow-90:hover {
    border-color:#1a1614
  }
  .tablet\:border-yellow-5v,
  .tablet\:hover\:border-yellow-5v:hover {
    border-color:#fff5c2
  }
  .tablet\:border-yellow-10v,
  .tablet\:hover\:border-yellow-10v:hover {
    border-color:#fee685
  }
  .tablet\:border-yellow-20v,
  .tablet\:hover\:border-yellow-20v:hover {
    border-color:#face00
  }
  .tablet\:border-yellow-30v,
  .tablet\:hover\:border-yellow-30v:hover {
    border-color:#ddaa01
  }
  .tablet\:border-yellow-40v,
  .tablet\:hover\:border-yellow-40v:hover {
    border-color:#b38c00
  }
  .tablet\:border-yellow-50v,
  .tablet\:hover\:border-yellow-50v:hover {
    border-color:#947100
  }
  .tablet\:border-yellow-60v,
  .tablet\:hover\:border-yellow-60v:hover {
    border-color:#776017
  }
  .tablet\:border-yellow-70v,
  .tablet\:hover\:border-yellow-70v:hover {
    border-color:#5c4809
  }
  .tablet\:border-yellow-80v,
  .tablet\:hover\:border-yellow-80v:hover {
    border-color:#422d19
  }
  .tablet\:radius-0 {
    border-radius:0
  }
  .tablet\:radius-top-0 {
    border-top-left-radius:0;
    border-top-right-radius:0
  }
  .tablet\:radius-right-0 {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
  }
  .tablet\:radius-left-0 {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .tablet\:radius-sm {
    border-radius:2px
  }
  .tablet\:radius-top-sm {
    border-top-left-radius:2px;
    border-top-right-radius:2px
  }
  .tablet\:radius-right-sm {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
  }
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px
  }
  .tablet\:radius-left-sm {
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
  }
  .tablet\:radius-md {
    border-radius:.25rem
  }
  .tablet\:radius-top-md {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  .tablet\:radius-right-md {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .tablet\:radius-bottom-md {
    border-bottom-left-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .tablet\:radius-left-md {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  .tablet\:radius-lg {
    border-radius:.5rem
  }
  .tablet\:radius-top-lg {
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem
  }
  .tablet\:radius-right-lg {
    border-top-right-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .tablet\:radius-left-lg {
    border-top-left-radius:.5rem;
    border-bottom-left-radius:.5rem
  }
  .tablet\:radius-pill {
    border-radius:99rem
  }
  .tablet\:radius-top-pill {
    border-top-left-radius:99rem;
    border-top-right-radius:99rem
  }
  .tablet\:radius-right-pill {
    border-top-right-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .tablet\:radius-left-pill {
    border-top-left-radius:99rem;
    border-bottom-left-radius:99rem
  }
  .tablet\:display-block {
    display:block
  }
  .tablet\:display-flex {
    display:flex
  }
  .tablet\:display-none {
    display:none
  }
  .tablet\:display-inline {
    display:inline
  }
  .tablet\:display-inline-block {
    display:inline-block
  }
  .tablet\:display-inline-flex {
    display:inline-flex
  }
  .tablet\:display-table {
    display:table
  }
  .tablet\:display-table-cell {
    display:table-cell
  }
  .tablet\:display-table-row {
    display:table-row
  }
  .tablet\:font-mono-3xs {
    font-size:.77rem
  }
  .tablet\:font-mono-2xs {
    font-size:.83rem
  }
  .tablet\:font-mono-xs {
    font-size:.89rem
  }
  .tablet\:font-mono-sm {
    font-size:.95rem
  }
  .tablet\:font-mono-md {
    font-size:1.01rem
  }
  .tablet\:font-mono-lg {
    font-size:1.31rem
  }
  .tablet\:font-mono-xl {
    font-size:1.91rem
  }
  .tablet\:font-mono-2xl {
    font-size:2.38rem
  }
  .tablet\:font-mono-3xl {
    font-size:2.86rem
  }
  .tablet\:font-sans-3xs {
    font-size:.87rem
  }
  .tablet\:font-sans-2xs {
    font-size:.93rem
  }
  .tablet\:font-sans-xs {
    font-size:1rem
  }
  .tablet\:font-sans-sm {
    font-size:1.06rem
  }
  .tablet\:font-sans-md {
    font-size:1.13rem
  }
  .tablet\:font-sans-lg {
    font-size:1.46rem
  }
  .tablet\:font-sans-xl {
    font-size:2.13rem
  }
  .tablet\:font-sans-2xl {
    font-size:2.66rem
  }
  .tablet\:font-sans-3xl {
    font-size:3.19rem
  }
  .tablet\:font-serif-3xs {
    font-size:.79rem
  }
  .tablet\:font-serif-2xs {
    font-size:.85rem
  }
  .tablet\:font-serif-xs {
    font-size:.91rem
  }
  .tablet\:font-serif-sm {
    font-size:.98rem
  }
  .tablet\:font-serif-md {
    font-size:1.04rem
  }
  .tablet\:font-serif-lg {
    font-size:1.34rem
  }
  .tablet\:font-serif-xl {
    font-size:1.95rem
  }
  .tablet\:font-serif-2xl {
    font-size:2.44rem
  }
  .tablet\:font-serif-3xl {
    font-size:2.93rem
  }
  .tablet\:font-heading-3xs {
    font-size:.79rem
  }
  .tablet\:font-heading-2xs {
    font-size:.85rem
  }
  .tablet\:font-heading-xs {
    font-size:.91rem
  }
  .tablet\:font-heading-sm {
    font-size:.98rem
  }
  .tablet\:font-heading-md {
    font-size:1.04rem
  }
  .tablet\:font-heading-lg {
    font-size:1.34rem
  }
  .tablet\:font-heading-xl {
    font-size:1.95rem
  }
  .tablet\:font-heading-2xl {
    font-size:2.44rem
  }
  .tablet\:font-heading-3xl {
    font-size:2.93rem
  }
  .tablet\:font-body-3xs {
    font-size:.87rem
  }
  .tablet\:font-body-2xs {
    font-size:.93rem
  }
  .tablet\:font-body-xs {
    font-size:1rem
  }
  .tablet\:font-body-sm {
    font-size:1.06rem
  }
  .tablet\:font-body-md {
    font-size:1.13rem
  }
  .tablet\:font-body-lg {
    font-size:1.46rem
  }
  .tablet\:font-body-xl {
    font-size:2.13rem
  }
  .tablet\:font-body-2xl {
    font-size:2.66rem
  }
  .tablet\:font-body-3xl {
    font-size:3.19rem
  }
  .tablet\:font-code-3xs {
    font-size:.77rem
  }
  .tablet\:font-code-2xs {
    font-size:.83rem
  }
  .tablet\:font-code-xs {
    font-size:.89rem
  }
  .tablet\:font-code-sm {
    font-size:.95rem
  }
  .tablet\:font-code-md {
    font-size:1.01rem
  }
  .tablet\:font-code-lg {
    font-size:1.31rem
  }
  .tablet\:font-code-xl {
    font-size:1.91rem
  }
  .tablet\:font-code-2xl {
    font-size:2.38rem
  }
  .tablet\:font-code-3xl {
    font-size:2.86rem
  }
  .tablet\:font-alt-3xs {
    font-size:.79rem
  }
  .tablet\:font-alt-2xs {
    font-size:.85rem
  }
  .tablet\:font-alt-xs {
    font-size:.91rem
  }
  .tablet\:font-alt-sm {
    font-size:.98rem
  }
  .tablet\:font-alt-md {
    font-size:1.04rem
  }
  .tablet\:font-alt-lg {
    font-size:1.34rem
  }
  .tablet\:font-alt-xl {
    font-size:1.95rem
  }
  .tablet\:font-alt-2xl {
    font-size:2.44rem
  }
  .tablet\:font-alt-3xl {
    font-size:2.93rem
  }
  .tablet\:font-ui-3xs {
    font-size:.87rem
  }
  .tablet\:font-ui-2xs {
    font-size:.93rem
  }
  .tablet\:font-ui-xs {
    font-size:1rem
  }
  .tablet\:font-ui-sm {
    font-size:1.06rem
  }
  .tablet\:font-ui-md {
    font-size:1.13rem
  }
  .tablet\:font-ui-lg {
    font-size:1.46rem
  }
  .tablet\:font-ui-xl {
    font-size:2.13rem
  }
  .tablet\:font-ui-2xl {
    font-size:2.66rem
  }
  .tablet\:font-ui-3xl {
    font-size:3.19rem
  }
  .tablet\:text-light {
    font-weight:300
  }
  .tablet\:text-normal {
    font-weight:400
  }
  .tablet\:text-medium {
    font-weight:500
  }
  .tablet\:text-semibold {
    font-weight:600
  }
  .tablet\:text-bold {
    font-weight:700
  }
  .tablet\:flex-justify-center {
    justify-content:center
  }
  .tablet\:flex-justify-start {
    justify-content:flex-start
  }
  .tablet\:flex-justify-end {
    justify-content:flex-end
  }
  .tablet\:flex-justify {
    justify-content:space-between
  }
  .tablet\:line-height-sans-1 {
    line-height:.9
  }
  .tablet\:line-height-sans-2 {
    line-height:1.1
  }
  .tablet\:line-height-sans-3 {
    line-height:1.3
  }
  .tablet\:line-height-sans-4 {
    line-height:1.4
  }
  .tablet\:line-height-sans-5 {
    line-height:1.5
  }
  .tablet\:line-height-sans-6 {
    line-height:1.6
  }
  .tablet\:line-height-serif-1 {
    line-height:1
  }
  .tablet\:line-height-serif-2 {
    line-height:1.2
  }
  .tablet\:line-height-serif-3 {
    line-height:1.4
  }
  .tablet\:line-height-serif-4 {
    line-height:1.5
  }
  .tablet\:line-height-serif-5 {
    line-height:1.7
  }
  .tablet\:line-height-serif-6 {
    line-height:1.8
  }
  .tablet\:line-height-mono-1 {
    line-height:1
  }
  .tablet\:line-height-mono-2 {
    line-height:1.3
  }
  .tablet\:line-height-mono-3 {
    line-height:1.4
  }
  .tablet\:line-height-mono-4 {
    line-height:1.6
  }
  .tablet\:line-height-mono-5 {
    line-height:1.7
  }
  .tablet\:line-height-mono-6 {
    line-height:1.8
  }
  .tablet\:line-height-heading-1 {
    line-height:1
  }
  .tablet\:line-height-heading-2 {
    line-height:1.2
  }
  .tablet\:line-height-heading-3 {
    line-height:1.4
  }
  .tablet\:line-height-heading-4 {
    line-height:1.5
  }
  .tablet\:line-height-heading-5 {
    line-height:1.7
  }
  .tablet\:line-height-heading-6 {
    line-height:1.8
  }
  .tablet\:line-height-ui-1 {
    line-height:.9
  }
  .tablet\:line-height-ui-2 {
    line-height:1.1
  }
  .tablet\:line-height-ui-3 {
    line-height:1.3
  }
  .tablet\:line-height-ui-4 {
    line-height:1.4
  }
  .tablet\:line-height-ui-5 {
    line-height:1.5
  }
  .tablet\:line-height-ui-6 {
    line-height:1.6
  }
  .tablet\:line-height-body-1 {
    line-height:.9
  }
  .tablet\:line-height-body-2 {
    line-height:1.1
  }
  .tablet\:line-height-body-3 {
    line-height:1.3
  }
  .tablet\:line-height-body-4 {
    line-height:1.4
  }
  .tablet\:line-height-body-5 {
    line-height:1.5
  }
  .tablet\:line-height-body-6 {
    line-height:1.6
  }
  .tablet\:line-height-code-1 {
    line-height:1
  }
  .tablet\:line-height-code-2 {
    line-height:1.3
  }
  .tablet\:line-height-code-3 {
    line-height:1.4
  }
  .tablet\:line-height-code-4 {
    line-height:1.6
  }
  .tablet\:line-height-code-5 {
    line-height:1.7
  }
  .tablet\:line-height-code-6 {
    line-height:1.8
  }
  .tablet\:line-height-alt-1 {
    line-height:1
  }
  .tablet\:line-height-alt-2 {
    line-height:1.2
  }
  .tablet\:line-height-alt-3 {
    line-height:1.4
  }
  .tablet\:line-height-alt-4 {
    line-height:1.5
  }
  .tablet\:line-height-alt-5 {
    line-height:1.7
  }
  .tablet\:line-height-alt-6 {
    line-height:1.8
  }
  .tablet\:margin-neg-1px {
    margin:-1px
  }
  .tablet\:margin-neg-2px {
    margin:-2px
  }
  .tablet\:margin-neg-05 {
    margin:-.25rem
  }
  .tablet\:margin-neg-1 {
    margin:-.5rem
  }
  .tablet\:margin-neg-105 {
    margin:-.75rem
  }
  .tablet\:margin-neg-2 {
    margin:-1rem
  }
  .tablet\:margin-neg-205 {
    margin:-1.25rem
  }
  .tablet\:margin-neg-3 {
    margin:-1.5rem
  }
  .tablet\:margin-1px {
    margin:1px
  }
  .tablet\:margin-2px {
    margin:2px
  }
  .tablet\:margin-05 {
    margin:.25rem
  }
  .tablet\:margin-1 {
    margin:.5rem
  }
  .tablet\:margin-105 {
    margin:.75rem
  }
  .tablet\:margin-2 {
    margin:1rem
  }
  .tablet\:margin-205 {
    margin:1.25rem
  }
  .tablet\:margin-3 {
    margin:1.5rem
  }
  .tablet\:margin-neg-4 {
    margin:-2rem
  }
  .tablet\:margin-neg-5 {
    margin:-2.5rem
  }
  .tablet\:margin-neg-6 {
    margin:-3rem
  }
  .tablet\:margin-neg-7 {
    margin:-3.5rem
  }
  .tablet\:margin-neg-8 {
    margin:-4rem
  }
  .tablet\:margin-neg-9 {
    margin:-4.5rem
  }
  .tablet\:margin-neg-10 {
    margin:-5rem
  }
  .tablet\:margin-neg-15 {
    margin:-7.5rem
  }
  .tablet\:margin-4 {
    margin:2rem
  }
  .tablet\:margin-5 {
    margin:2.5rem
  }
  .tablet\:margin-6 {
    margin:3rem
  }
  .tablet\:margin-7 {
    margin:3.5rem
  }
  .tablet\:margin-8 {
    margin:4rem
  }
  .tablet\:margin-9 {
    margin:4.5rem
  }
  .tablet\:margin-10 {
    margin:5rem
  }
  .tablet\:margin-15 {
    margin:7.5rem
  }
  .tablet\:margin-05em {
    margin:.5em
  }
  .tablet\:margin-1em {
    margin:1em
  }
  .tablet\:margin-105em {
    margin:1.5em
  }
  .tablet\:margin-2em {
    margin:2em
  }
  .tablet\:margin-0 {
    margin:0
  }
  .tablet\:margin-y-1px {
    margin-top:1px;
    margin-bottom:1px
  }
  .tablet\:margin-top-1px {
    margin-top:1px
  }
  .tablet\:margin-bottom-1px {
    margin-bottom:1px
  }
  .tablet\:margin-y-2px {
    margin-top:2px;
    margin-bottom:2px
  }
  .tablet\:margin-top-2px {
    margin-top:2px
  }
  .tablet\:margin-bottom-2px {
    margin-bottom:2px
  }
  .tablet\:margin-y-05 {
    margin-top:.25rem;
    margin-bottom:.25rem
  }
  .tablet\:margin-top-05 {
    margin-top:.25rem
  }
  .tablet\:margin-bottom-05 {
    margin-bottom:.25rem
  }
  .tablet\:margin-y-1 {
    margin-top:.5rem;
    margin-bottom:.5rem
  }
  .tablet\:margin-top-1 {
    margin-top:.5rem
  }
  .tablet\:margin-bottom-1 {
    margin-bottom:.5rem
  }
  .tablet\:margin-y-105 {
    margin-top:.75rem;
    margin-bottom:.75rem
  }
  .tablet\:margin-top-105 {
    margin-top:.75rem
  }
  .tablet\:margin-bottom-105 {
    margin-bottom:.75rem
  }
  .tablet\:margin-y-2 {
    margin-top:1rem;
    margin-bottom:1rem
  }
  .tablet\:margin-top-2 {
    margin-top:1rem
  }
  .tablet\:margin-bottom-2 {
    margin-bottom:1rem
  }
  .tablet\:margin-y-205 {
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }
  .tablet\:margin-top-205 {
    margin-top:1.25rem
  }
  .tablet\:margin-bottom-205 {
    margin-bottom:1.25rem
  }
  .tablet\:margin-y-3 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }
  .tablet\:margin-top-3 {
    margin-top:1.5rem
  }
  .tablet\:margin-bottom-3 {
    margin-bottom:1.5rem
  }
  .tablet\:margin-y-neg-1px {
    margin-top:-1px;
    margin-bottom:-1px
  }
  .tablet\:margin-top-neg-1px {
    margin-top:-1px
  }
  .tablet\:margin-bottom-neg-1px {
    margin-bottom:-1px
  }
  .tablet\:margin-y-neg-2px {
    margin-top:-2px;
    margin-bottom:-2px
  }
  .tablet\:margin-top-neg-2px {
    margin-top:-2px
  }
  .tablet\:margin-bottom-neg-2px {
    margin-bottom:-2px
  }
  .tablet\:margin-y-neg-05 {
    margin-top:-.25rem;
    margin-bottom:-.25rem
  }
  .tablet\:margin-top-neg-05 {
    margin-top:-.25rem
  }
  .tablet\:margin-bottom-neg-05 {
    margin-bottom:-.25rem
  }
  .tablet\:margin-y-neg-1 {
    margin-top:-.5rem;
    margin-bottom:-.5rem
  }
  .tablet\:margin-top-neg-1 {
    margin-top:-.5rem
  }
  .tablet\:margin-bottom-neg-1 {
    margin-bottom:-.5rem
  }
  .tablet\:margin-y-neg-105 {
    margin-top:-.75rem;
    margin-bottom:-.75rem
  }
  .tablet\:margin-top-neg-105 {
    margin-top:-.75rem
  }
  .tablet\:margin-bottom-neg-105 {
    margin-bottom:-.75rem
  }
  .tablet\:margin-y-neg-2 {
    margin-top:-1rem;
    margin-bottom:-1rem
  }
  .tablet\:margin-top-neg-2 {
    margin-top:-1rem
  }
  .tablet\:margin-bottom-neg-2 {
    margin-bottom:-1rem
  }
  .tablet\:margin-y-neg-205 {
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }
  .tablet\:margin-top-neg-205 {
    margin-top:-1.25rem
  }
  .tablet\:margin-bottom-neg-205 {
    margin-bottom:-1.25rem
  }
  .tablet\:margin-y-neg-3 {
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }
  .tablet\:margin-top-neg-3 {
    margin-top:-1.5rem
  }
  .tablet\:margin-bottom-neg-3 {
    margin-bottom:-1.5rem
  }
  .tablet\:margin-y-neg-4 {
    margin-top:-2rem;
    margin-bottom:-2rem
  }
  .tablet\:margin-top-neg-4 {
    margin-top:-2rem
  }
  .tablet\:margin-bottom-neg-4 {
    margin-bottom:-2rem
  }
  .tablet\:margin-y-neg-5 {
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }
  .tablet\:margin-top-neg-5 {
    margin-top:-2.5rem
  }
  .tablet\:margin-bottom-neg-5 {
    margin-bottom:-2.5rem
  }
  .tablet\:margin-y-neg-6 {
    margin-top:-3rem;
    margin-bottom:-3rem
  }
  .tablet\:margin-top-neg-6 {
    margin-top:-3rem
  }
  .tablet\:margin-bottom-neg-6 {
    margin-bottom:-3rem
  }
  .tablet\:margin-y-neg-7 {
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }
  .tablet\:margin-top-neg-7 {
    margin-top:-3.5rem
  }
  .tablet\:margin-bottom-neg-7 {
    margin-bottom:-3.5rem
  }
  .tablet\:margin-y-neg-8 {
    margin-top:-4rem;
    margin-bottom:-4rem
  }
  .tablet\:margin-top-neg-8 {
    margin-top:-4rem
  }
  .tablet\:margin-bottom-neg-8 {
    margin-bottom:-4rem
  }
  .tablet\:margin-y-neg-9 {
    margin-top:-4.5rem;
    margin-bottom:-4.5rem
  }
  .tablet\:margin-top-neg-9 {
    margin-top:-4.5rem
  }
  .tablet\:margin-bottom-neg-9 {
    margin-bottom:-4.5rem
  }
  .tablet\:margin-y-neg-10 {
    margin-top:-5rem;
    margin-bottom:-5rem
  }
  .tablet\:margin-top-neg-10 {
    margin-top:-5rem
  }
  .tablet\:margin-bottom-neg-10 {
    margin-bottom:-5rem
  }
  .tablet\:margin-y-neg-15 {
    margin-top:-7.5rem;
    margin-bottom:-7.5rem
  }
  .tablet\:margin-top-neg-15 {
    margin-top:-7.5rem
  }
  .tablet\:margin-bottom-neg-15 {
    margin-bottom:-7.5rem
  }
  .tablet\:margin-y-4 {
    margin-top:2rem;
    margin-bottom:2rem
  }
  .tablet\:margin-top-4 {
    margin-top:2rem
  }
  .tablet\:margin-bottom-4 {
    margin-bottom:2rem
  }
  .tablet\:margin-y-5 {
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }
  .tablet\:margin-top-5 {
    margin-top:2.5rem
  }
  .tablet\:margin-bottom-5 {
    margin-bottom:2.5rem
  }
  .tablet\:margin-y-6 {
    margin-top:3rem;
    margin-bottom:3rem
  }
  .tablet\:margin-top-6 {
    margin-top:3rem
  }
  .tablet\:margin-bottom-6 {
    margin-bottom:3rem
  }
  .tablet\:margin-y-7 {
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }
  .tablet\:margin-top-7 {
    margin-top:3.5rem
  }
  .tablet\:margin-bottom-7 {
    margin-bottom:3.5rem
  }
  .tablet\:margin-y-8 {
    margin-top:4rem;
    margin-bottom:4rem
  }
  .tablet\:margin-top-8 {
    margin-top:4rem
  }
  .tablet\:margin-bottom-8 {
    margin-bottom:4rem
  }
  .tablet\:margin-y-9 {
    margin-top:4.5rem;
    margin-bottom:4.5rem
  }
  .tablet\:margin-top-9 {
    margin-top:4.5rem
  }
  .tablet\:margin-bottom-9 {
    margin-bottom:4.5rem
  }
  .tablet\:margin-y-10 {
    margin-top:5rem;
    margin-bottom:5rem
  }
  .tablet\:margin-top-10 {
    margin-top:5rem
  }
  .tablet\:margin-bottom-10 {
    margin-bottom:5rem
  }
  .tablet\:margin-y-15 {
    margin-top:7.5rem;
    margin-bottom:7.5rem
  }
  .tablet\:margin-top-15 {
    margin-top:7.5rem
  }
  .tablet\:margin-bottom-15 {
    margin-bottom:7.5rem
  }
  .tablet\:margin-y-05em {
    margin-top:.5em;
    margin-bottom:.5em
  }
  .tablet\:margin-top-05em {
    margin-top:.5em
  }
  .tablet\:margin-bottom-05em {
    margin-bottom:.5em
  }
  .tablet\:margin-y-1em {
    margin-top:1em;
    margin-bottom:1em
  }
  .tablet\:margin-top-1em {
    margin-top:1em
  }
  .tablet\:margin-bottom-1em {
    margin-bottom:1em
  }
  .tablet\:margin-y-105em {
    margin-top:1.5em;
    margin-bottom:1.5em
  }
  .tablet\:margin-top-105em {
    margin-top:1.5em
  }
  .tablet\:margin-bottom-105em {
    margin-bottom:1.5em
  }
  .tablet\:margin-y-2em {
    margin-top:2em;
    margin-bottom:2em
  }
  .tablet\:margin-top-2em {
    margin-top:2em
  }
  .tablet\:margin-bottom-2em {
    margin-bottom:2em
  }
  .tablet\:margin-y-0 {
    margin-top:0;
    margin-bottom:0
  }
  .tablet\:margin-top-0 {
    margin-top:0
  }
  .tablet\:margin-bottom-0 {
    margin-bottom:0
  }
  .tablet\:margin-y-auto {
    margin-top:auto;
    margin-bottom:auto
  }
  .tablet\:margin-top-auto {
    margin-top:auto
  }
  .tablet\:margin-bottom-auto {
    margin-bottom:auto
  }
  .tablet\:margin-x-1px {
    margin-left:1px;
    margin-right:1px
  }
  .tablet\:margin-right-1px {
    margin-right:1px
  }
  .tablet\:margin-left-1px {
    margin-left:1px
  }
  .tablet\:margin-x-2px {
    margin-left:2px;
    margin-right:2px
  }
  .tablet\:margin-right-2px {
    margin-right:2px
  }
  .tablet\:margin-left-2px {
    margin-left:2px
  }
  .tablet\:margin-x-05 {
    margin-left:.25rem;
    margin-right:.25rem
  }
  .tablet\:margin-right-05 {
    margin-right:.25rem
  }
  .tablet\:margin-left-05 {
    margin-left:.25rem
  }
  .tablet\:margin-x-1 {
    margin-left:.5rem;
    margin-right:.5rem
  }
  .tablet\:margin-right-1 {
    margin-right:.5rem
  }
  .tablet\:margin-left-1 {
    margin-left:.5rem
  }
  .tablet\:margin-x-105 {
    margin-left:.75rem;
    margin-right:.75rem
  }
  .tablet\:margin-right-105 {
    margin-right:.75rem
  }
  .tablet\:margin-left-105 {
    margin-left:.75rem
  }
  .tablet\:margin-x-2 {
    margin-left:1rem;
    margin-right:1rem
  }
  .tablet\:margin-right-2 {
    margin-right:1rem
  }
  .tablet\:margin-left-2 {
    margin-left:1rem
  }
  .tablet\:margin-x-205 {
    margin-left:1.25rem;
    margin-right:1.25rem
  }
  .tablet\:margin-right-205 {
    margin-right:1.25rem
  }
  .tablet\:margin-left-205 {
    margin-left:1.25rem
  }
  .tablet\:margin-x-3 {
    margin-left:1.5rem;
    margin-right:1.5rem
  }
  .tablet\:margin-right-3 {
    margin-right:1.5rem
  }
  .tablet\:margin-left-3 {
    margin-left:1.5rem
  }
  .tablet\:margin-x-neg-1px {
    margin-left:-1px;
    margin-right:-1px
  }
  .tablet\:margin-right-neg-1px {
    margin-right:-1px
  }
  .tablet\:margin-left-neg-1px {
    margin-left:-1px
  }
  .tablet\:margin-x-neg-2px {
    margin-left:-2px;
    margin-right:-2px
  }
  .tablet\:margin-right-neg-2px {
    margin-right:-2px
  }
  .tablet\:margin-left-neg-2px {
    margin-left:-2px
  }
  .tablet\:margin-x-neg-05 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .tablet\:margin-right-neg-05 {
    margin-right:-.25rem
  }
  .tablet\:margin-left-neg-05 {
    margin-left:-.25rem
  }
  .tablet\:margin-x-neg-1 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .tablet\:margin-right-neg-1 {
    margin-right:-.5rem
  }
  .tablet\:margin-left-neg-1 {
    margin-left:-.5rem
  }
  .tablet\:margin-x-neg-105 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .tablet\:margin-right-neg-105 {
    margin-right:-.75rem
  }
  .tablet\:margin-left-neg-105 {
    margin-left:-.75rem
  }
  .tablet\:margin-x-neg-2 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .tablet\:margin-right-neg-2 {
    margin-right:-1rem
  }
  .tablet\:margin-left-neg-2 {
    margin-left:-1rem
  }
  .tablet\:margin-x-neg-205 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .tablet\:margin-right-neg-205 {
    margin-right:-1.25rem
  }
  .tablet\:margin-left-neg-205 {
    margin-left:-1.25rem
  }
  .tablet\:margin-x-neg-3 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .tablet\:margin-right-neg-3 {
    margin-right:-1.5rem
  }
  .tablet\:margin-left-neg-3 {
    margin-left:-1.5rem
  }
  .tablet\:margin-x-neg-4 {
    margin-left:-2rem;
    margin-right:-2rem
  }
  .tablet\:margin-right-neg-4 {
    margin-right:-2rem
  }
  .tablet\:margin-left-neg-4 {
    margin-left:-2rem
  }
  .tablet\:margin-x-neg-5 {
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }
  .tablet\:margin-right-neg-5 {
    margin-right:-2.5rem
  }
  .tablet\:margin-left-neg-5 {
    margin-left:-2.5rem
  }
  .tablet\:margin-x-neg-6 {
    margin-left:-3rem;
    margin-right:-3rem
  }
  .tablet\:margin-right-neg-6 {
    margin-right:-3rem
  }
  .tablet\:margin-left-neg-6 {
    margin-left:-3rem
  }
  .tablet\:margin-x-neg-7 {
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }
  .tablet\:margin-right-neg-7 {
    margin-right:-3.5rem
  }
  .tablet\:margin-left-neg-7 {
    margin-left:-3.5rem
  }
  .tablet\:margin-x-neg-8 {
    margin-left:-4rem;
    margin-right:-4rem
  }
  .tablet\:margin-right-neg-8 {
    margin-right:-4rem
  }
  .tablet\:margin-left-neg-8 {
    margin-left:-4rem
  }
  .tablet\:margin-x-neg-9 {
    margin-left:-4.5rem;
    margin-right:-4.5rem
  }
  .tablet\:margin-right-neg-9 {
    margin-right:-4.5rem
  }
  .tablet\:margin-left-neg-9 {
    margin-left:-4.5rem
  }
  .tablet\:margin-x-neg-10 {
    margin-left:-5rem;
    margin-right:-5rem
  }
  .tablet\:margin-right-neg-10 {
    margin-right:-5rem
  }
  .tablet\:margin-left-neg-10 {
    margin-left:-5rem
  }
  .tablet\:margin-x-neg-15 {
    margin-left:-7.5rem;
    margin-right:-7.5rem
  }
  .tablet\:margin-right-neg-15 {
    margin-right:-7.5rem
  }
  .tablet\:margin-left-neg-15 {
    margin-left:-7.5rem
  }
  .tablet\:margin-x-4 {
    margin-left:2rem;
    margin-right:2rem
  }
  .tablet\:margin-right-4 {
    margin-right:2rem
  }
  .tablet\:margin-left-4 {
    margin-left:2rem
  }
  .tablet\:margin-x-5 {
    margin-left:2.5rem;
    margin-right:2.5rem
  }
  .tablet\:margin-right-5 {
    margin-right:2.5rem
  }
  .tablet\:margin-left-5 {
    margin-left:2.5rem
  }
  .tablet\:margin-x-6 {
    margin-left:3rem;
    margin-right:3rem
  }
  .tablet\:margin-right-6 {
    margin-right:3rem
  }
  .tablet\:margin-left-6 {
    margin-left:3rem
  }
  .tablet\:margin-x-7 {
    margin-left:3.5rem;
    margin-right:3.5rem
  }
  .tablet\:margin-right-7 {
    margin-right:3.5rem
  }
  .tablet\:margin-left-7 {
    margin-left:3.5rem
  }
  .tablet\:margin-x-8 {
    margin-left:4rem;
    margin-right:4rem
  }
  .tablet\:margin-right-8 {
    margin-right:4rem
  }
  .tablet\:margin-left-8 {
    margin-left:4rem
  }
  .tablet\:margin-x-9 {
    margin-left:4.5rem;
    margin-right:4.5rem
  }
  .tablet\:margin-right-9 {
    margin-right:4.5rem
  }
  .tablet\:margin-left-9 {
    margin-left:4.5rem
  }
  .tablet\:margin-x-10 {
    margin-left:5rem;
    margin-right:5rem
  }
  .tablet\:margin-right-10 {
    margin-right:5rem
  }
  .tablet\:margin-left-10 {
    margin-left:5rem
  }
  .tablet\:margin-x-15 {
    margin-left:7.5rem;
    margin-right:7.5rem
  }
  .tablet\:margin-right-15 {
    margin-right:7.5rem
  }
  .tablet\:margin-left-15 {
    margin-left:7.5rem
  }
  .tablet\:margin-x-card {
    margin-left:10rem;
    margin-right:10rem
  }
  .tablet\:margin-right-card {
    margin-right:10rem
  }
  .tablet\:margin-left-card {
    margin-left:10rem
  }
  .tablet\:margin-x-card-lg {
    margin-left:15rem;
    margin-right:15rem
  }
  .tablet\:margin-right-card-lg {
    margin-right:15rem
  }
  .tablet\:margin-left-card-lg {
    margin-left:15rem
  }
  .tablet\:margin-x-mobile {
    margin-left:20rem;
    margin-right:20rem
  }
  .tablet\:margin-right-mobile {
    margin-right:20rem
  }
  .tablet\:margin-left-mobile {
    margin-left:20rem
  }
  .tablet\:margin-x-05em {
    margin-left:.5em;
    margin-right:.5em
  }
  .tablet\:margin-right-05em {
    margin-right:.5em
  }
  .tablet\:margin-left-05em {
    margin-left:.5em
  }
  .tablet\:margin-x-1em {
    margin-left:1em;
    margin-right:1em
  }
  .tablet\:margin-right-1em {
    margin-right:1em
  }
  .tablet\:margin-left-1em {
    margin-left:1em
  }
  .tablet\:margin-x-105em {
    margin-left:1.5em;
    margin-right:1.5em
  }
  .tablet\:margin-right-105em {
    margin-right:1.5em
  }
  .tablet\:margin-left-105em {
    margin-left:1.5em
  }
  .tablet\:margin-x-2em {
    margin-left:2em;
    margin-right:2em
  }
  .tablet\:margin-right-2em {
    margin-right:2em
  }
  .tablet\:margin-left-2em {
    margin-left:2em
  }
  .tablet\:margin-x-0 {
    margin-left:0;
    margin-right:0
  }
  .tablet\:margin-right-0 {
    margin-right:0
  }
  .tablet\:margin-left-0 {
    margin-left:0
  }
  .tablet\:margin-x-auto {
    margin-left:auto;
    margin-right:auto
  }
  .tablet\:margin-right-auto {
    margin-right:auto
  }
  .tablet\:margin-left-auto {
    margin-left:auto
  }
  .tablet\:measure-1 {
    max-width:44ex
  }
  .tablet\:measure-2 {
    max-width:60ex
  }
  .tablet\:measure-3 {
    max-width:64ex
  }
  .tablet\:measure-4 {
    max-width:68ex
  }
  .tablet\:measure-5 {
    max-width:72ex
  }
  .tablet\:measure-6 {
    max-width:88ex
  }
  .tablet\:measure-none {
    max-width:none
  }
  .tablet\:order-first {
    order:-1
  }
  .tablet\:order-last {
    order:999
  }
  .tablet\:order-initial {
    order:initial
  }
  .tablet\:order-0 {
    order:0
  }
  .tablet\:order-1 {
    order:1
  }
  .tablet\:order-2 {
    order:2
  }
  .tablet\:order-3 {
    order:3
  }
  .tablet\:order-4 {
    order:4
  }
  .tablet\:order-5 {
    order:5
  }
  .tablet\:order-6 {
    order:6
  }
  .tablet\:order-7 {
    order:7
  }
  .tablet\:order-8 {
    order:8
  }
  .tablet\:order-9 {
    order:9
  }
  .tablet\:order-10 {
    order:10
  }
  .tablet\:order-11 {
    order:11
  }
  .tablet\:padding-1px {
    padding:1px
  }
  .tablet\:padding-y-1px {
    padding-top:1px;
    padding-bottom:1px
  }
  .tablet\:padding-x-1px {
    padding-left:1px;
    padding-right:1px
  }
  .tablet\:padding-top-1px {
    padding-top:1px
  }
  .tablet\:padding-right-1px {
    padding-right:1px
  }
  .tablet\:padding-bottom-1px {
    padding-bottom:1px
  }
  .tablet\:padding-left-1px {
    padding-left:1px
  }
  .tablet\:padding-2px {
    padding:2px
  }
  .tablet\:padding-y-2px {
    padding-top:2px;
    padding-bottom:2px
  }
  .tablet\:padding-x-2px {
    padding-left:2px;
    padding-right:2px
  }
  .tablet\:padding-top-2px {
    padding-top:2px
  }
  .tablet\:padding-right-2px {
    padding-right:2px
  }
  .tablet\:padding-bottom-2px {
    padding-bottom:2px
  }
  .tablet\:padding-left-2px {
    padding-left:2px
  }
  .tablet\:padding-05 {
    padding:.25rem
  }
  .tablet\:padding-y-05 {
    padding-top:.25rem;
    padding-bottom:.25rem
  }
  .tablet\:padding-x-05 {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .tablet\:padding-top-05 {
    padding-top:.25rem
  }
  .tablet\:padding-right-05 {
    padding-right:.25rem
  }
  .tablet\:padding-bottom-05 {
    padding-bottom:.25rem
  }
  .tablet\:padding-left-05 {
    padding-left:.25rem
  }
  .tablet\:padding-1 {
    padding:.5rem
  }
  .tablet\:padding-y-1 {
    padding-top:.5rem;
    padding-bottom:.5rem
  }
  .tablet\:padding-x-1 {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .tablet\:padding-top-1 {
    padding-top:.5rem
  }
  .tablet\:padding-right-1 {
    padding-right:.5rem
  }
  .tablet\:padding-bottom-1 {
    padding-bottom:.5rem
  }
  .tablet\:padding-left-1 {
    padding-left:.5rem
  }
  .tablet\:padding-105 {
    padding:.75rem
  }
  .tablet\:padding-y-105 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .tablet\:padding-x-105 {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .tablet\:padding-top-105 {
    padding-top:.75rem
  }
  .tablet\:padding-right-105 {
    padding-right:.75rem
  }
  .tablet\:padding-bottom-105 {
    padding-bottom:.75rem
  }
  .tablet\:padding-left-105 {
    padding-left:.75rem
  }
  .tablet\:padding-2 {
    padding:1rem
  }
  .tablet\:padding-y-2 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .tablet\:padding-x-2 {
    padding-left:1rem;
    padding-right:1rem
  }
  .tablet\:padding-top-2 {
    padding-top:1rem
  }
  .tablet\:padding-right-2 {
    padding-right:1rem
  }
  .tablet\:padding-bottom-2 {
    padding-bottom:1rem
  }
  .tablet\:padding-left-2 {
    padding-left:1rem
  }
  .tablet\:padding-205 {
    padding:1.25rem
  }
  .tablet\:padding-y-205 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }
  .tablet\:padding-x-205 {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .tablet\:padding-top-205 {
    padding-top:1.25rem
  }
  .tablet\:padding-right-205 {
    padding-right:1.25rem
  }
  .tablet\:padding-bottom-205 {
    padding-bottom:1.25rem
  }
  .tablet\:padding-left-205 {
    padding-left:1.25rem
  }
  .tablet\:padding-3 {
    padding:1.5rem
  }
  .tablet\:padding-y-3 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }
  .tablet\:padding-x-3 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .tablet\:padding-top-3 {
    padding-top:1.5rem
  }
  .tablet\:padding-right-3 {
    padding-right:1.5rem
  }
  .tablet\:padding-bottom-3 {
    padding-bottom:1.5rem
  }
  .tablet\:padding-left-3 {
    padding-left:1.5rem
  }
  .tablet\:padding-4 {
    padding:2rem
  }
  .tablet\:padding-y-4 {
    padding-top:2rem;
    padding-bottom:2rem
  }
  .tablet\:padding-x-4 {
    padding-left:2rem;
    padding-right:2rem
  }
  .tablet\:padding-top-4 {
    padding-top:2rem
  }
  .tablet\:padding-right-4 {
    padding-right:2rem
  }
  .tablet\:padding-bottom-4 {
    padding-bottom:2rem
  }
  .tablet\:padding-left-4 {
    padding-left:2rem
  }
  .tablet\:padding-5 {
    padding:2.5rem
  }
  .tablet\:padding-y-5 {
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }
  .tablet\:padding-x-5 {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
  .tablet\:padding-top-5 {
    padding-top:2.5rem
  }
  .tablet\:padding-right-5 {
    padding-right:2.5rem
  }
  .tablet\:padding-bottom-5 {
    padding-bottom:2.5rem
  }
  .tablet\:padding-left-5 {
    padding-left:2.5rem
  }
  .tablet\:padding-6 {
    padding:3rem
  }
  .tablet\:padding-y-6 {
    padding-top:3rem;
    padding-bottom:3rem
  }
  .tablet\:padding-x-6 {
    padding-left:3rem;
    padding-right:3rem
  }
  .tablet\:padding-top-6 {
    padding-top:3rem
  }
  .tablet\:padding-right-6 {
    padding-right:3rem
  }
  .tablet\:padding-bottom-6 {
    padding-bottom:3rem
  }
  .tablet\:padding-left-6 {
    padding-left:3rem
  }
  .tablet\:padding-7 {
    padding:3.5rem
  }
  .tablet\:padding-y-7 {
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }
  .tablet\:padding-x-7 {
    padding-left:3.5rem;
    padding-right:3.5rem
  }
  .tablet\:padding-top-7 {
    padding-top:3.5rem
  }
  .tablet\:padding-right-7 {
    padding-right:3.5rem
  }
  .tablet\:padding-bottom-7 {
    padding-bottom:3.5rem
  }
  .tablet\:padding-left-7 {
    padding-left:3.5rem
  }
  .tablet\:padding-8 {
    padding:4rem
  }
  .tablet\:padding-y-8 {
    padding-top:4rem;
    padding-bottom:4rem
  }
  .tablet\:padding-x-8 {
    padding-left:4rem;
    padding-right:4rem
  }
  .tablet\:padding-top-8 {
    padding-top:4rem
  }
  .tablet\:padding-right-8 {
    padding-right:4rem
  }
  .tablet\:padding-bottom-8 {
    padding-bottom:4rem
  }
  .tablet\:padding-left-8 {
    padding-left:4rem
  }
  .tablet\:padding-9 {
    padding:4.5rem
  }
  .tablet\:padding-y-9 {
    padding-top:4.5rem;
    padding-bottom:4.5rem
  }
  .tablet\:padding-x-9 {
    padding-left:4.5rem;
    padding-right:4.5rem
  }
  .tablet\:padding-top-9 {
    padding-top:4.5rem
  }
  .tablet\:padding-right-9 {
    padding-right:4.5rem
  }
  .tablet\:padding-bottom-9 {
    padding-bottom:4.5rem
  }
  .tablet\:padding-left-9 {
    padding-left:4.5rem
  }
  .tablet\:padding-10 {
    padding:5rem
  }
  .tablet\:padding-y-10 {
    padding-top:5rem;
    padding-bottom:5rem
  }
  .tablet\:padding-x-10 {
    padding-left:5rem;
    padding-right:5rem
  }
  .tablet\:padding-top-10 {
    padding-top:5rem
  }
  .tablet\:padding-right-10 {
    padding-right:5rem
  }
  .tablet\:padding-bottom-10 {
    padding-bottom:5rem
  }
  .tablet\:padding-left-10 {
    padding-left:5rem
  }
  .tablet\:padding-15 {
    padding:7.5rem
  }
  .tablet\:padding-y-15 {
    padding-top:7.5rem;
    padding-bottom:7.5rem
  }
  .tablet\:padding-x-15 {
    padding-left:7.5rem;
    padding-right:7.5rem
  }
  .tablet\:padding-top-15 {
    padding-top:7.5rem
  }
  .tablet\:padding-right-15 {
    padding-right:7.5rem
  }
  .tablet\:padding-bottom-15 {
    padding-bottom:7.5rem
  }
  .tablet\:padding-left-15 {
    padding-left:7.5rem
  }
  .tablet\:padding-0 {
    padding:0
  }
  .tablet\:padding-y-0 {
    padding-top:0;
    padding-bottom:0
  }
  .tablet\:padding-x-0 {
    padding-left:0;
    padding-right:0
  }
  .tablet\:padding-top-0 {
    padding-top:0
  }
  .tablet\:padding-right-0 {
    padding-right:0
  }
  .tablet\:padding-bottom-0 {
    padding-bottom:0
  }
  .tablet\:padding-left-0 {
    padding-left:0
  }
  .tablet\:width-1px {
    width:1px
  }
  .tablet\:width-2px {
    width:2px
  }
  .tablet\:width-05 {
    width:.25rem
  }
  .tablet\:width-1 {
    width:.5rem
  }
  .tablet\:width-105 {
    width:.75rem
  }
  .tablet\:width-2 {
    width:1rem
  }
  .tablet\:width-205 {
    width:1.25rem
  }
  .tablet\:width-3 {
    width:1.5rem
  }
  .tablet\:width-4 {
    width:2rem
  }
  .tablet\:width-5 {
    width:2.5rem
  }
  .tablet\:width-6 {
    width:3rem
  }
  .tablet\:width-7 {
    width:3.5rem
  }
  .tablet\:width-8 {
    width:4rem
  }
  .tablet\:width-9 {
    width:4.5rem
  }
  .tablet\:width-10 {
    width:5rem
  }
  .tablet\:width-15 {
    width:7.5rem
  }
  .tablet\:width-card {
    width:10rem
  }
  .tablet\:width-card-lg {
    width:15rem
  }
  .tablet\:width-mobile {
    width:20rem
  }
  .tablet\:width-mobile-lg {
    width:30rem
  }
  .tablet\:width-tablet {
    width:40rem
  }
  .tablet\:width-tablet-lg {
    width:55rem
  }
  .tablet\:width-desktop {
    width:64rem
  }
  .tablet\:width-desktop-lg {
    width:75rem
  }
  .tablet\:width-widescreen {
    width:87.5rem
  }
  .tablet\:width-0 {
    width:0
  }
  .tablet\:width-full {
    width:100%
  }
  .tablet\:width-auto {
    width:auto
  }
}
@media all and (min-width:55em) {
  .tablet-lg\:border-1px,
  .tablet-lg\:hover\:border-1px:hover {
    border:1px solid
  }
  .tablet-lg\:border-y-1px,
  .tablet-lg\:hover\:border-y-1px:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .tablet-lg\:border-x-1px,
  .tablet-lg\:hover\:border-x-1px:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .tablet-lg\:border-top-1px,
  .tablet-lg\:hover\:border-top-1px:hover {
    border-top:1px solid
  }
  .tablet-lg\:border-right-1px,
  .tablet-lg\:hover\:border-right-1px:hover {
    border-right:1px solid
  }
  .tablet-lg\:border-bottom-1px,
  .tablet-lg\:hover\:border-bottom-1px:hover {
    border-bottom:1px solid
  }
  .tablet-lg\:border-left-1px,
  .tablet-lg\:hover\:border-left-1px:hover {
    border-left:1px solid
  }
  .tablet-lg\:border-2px,
  .tablet-lg\:hover\:border-2px:hover {
    border:2px solid
  }
  .tablet-lg\:border-y-2px,
  .tablet-lg\:hover\:border-y-2px:hover {
    border-top:2px solid;
    border-bottom:2px solid
  }
  .tablet-lg\:border-x-2px,
  .tablet-lg\:hover\:border-x-2px:hover {
    border-left:2px solid;
    border-right:2px solid
  }
  .tablet-lg\:border-top-2px,
  .tablet-lg\:hover\:border-top-2px:hover {
    border-top:2px solid
  }
  .tablet-lg\:border-right-2px,
  .tablet-lg\:hover\:border-right-2px:hover {
    border-right:2px solid
  }
  .tablet-lg\:border-bottom-2px,
  .tablet-lg\:hover\:border-bottom-2px:hover {
    border-bottom:2px solid
  }
  .tablet-lg\:border-left-2px,
  .tablet-lg\:hover\:border-left-2px:hover {
    border-left:2px solid
  }
  .tablet-lg\:border-05,
  .tablet-lg\:hover\:border-05:hover {
    border:.25rem solid
  }
  .tablet-lg\:border-y-05,
  .tablet-lg\:hover\:border-y-05:hover {
    border-top:.25rem solid;
    border-bottom:.25rem solid
  }
  .tablet-lg\:border-x-05,
  .tablet-lg\:hover\:border-x-05:hover {
    border-left:.25rem solid;
    border-right:.25rem solid
  }
  .tablet-lg\:border-top-05,
  .tablet-lg\:hover\:border-top-05:hover {
    border-top:.25rem solid
  }
  .tablet-lg\:border-right-05,
  .tablet-lg\:hover\:border-right-05:hover {
    border-right:.25rem solid
  }
  .tablet-lg\:border-bottom-05,
  .tablet-lg\:hover\:border-bottom-05:hover {
    border-bottom:.25rem solid
  }
  .tablet-lg\:border-left-05,
  .tablet-lg\:hover\:border-left-05:hover {
    border-left:.25rem solid
  }
  .tablet-lg\:border-1,
  .tablet-lg\:hover\:border-1:hover {
    border:.5rem solid
  }
  .tablet-lg\:border-y-1,
  .tablet-lg\:hover\:border-y-1:hover {
    border-top:.5rem solid;
    border-bottom:.5rem solid
  }
  .tablet-lg\:border-x-1,
  .tablet-lg\:hover\:border-x-1:hover {
    border-left:.5rem solid;
    border-right:.5rem solid
  }
  .tablet-lg\:border-top-1,
  .tablet-lg\:hover\:border-top-1:hover {
    border-top:.5rem solid
  }
  .tablet-lg\:border-right-1,
  .tablet-lg\:hover\:border-right-1:hover {
    border-right:.5rem solid
  }
  .tablet-lg\:border-bottom-1,
  .tablet-lg\:hover\:border-bottom-1:hover {
    border-bottom:.5rem solid
  }
  .tablet-lg\:border-left-1,
  .tablet-lg\:hover\:border-left-1:hover {
    border-left:.5rem solid
  }
  .tablet-lg\:border-105,
  .tablet-lg\:hover\:border-105:hover {
    border:.75rem solid
  }
  .tablet-lg\:border-y-105,
  .tablet-lg\:hover\:border-y-105:hover {
    border-top:.75rem solid;
    border-bottom:.75rem solid
  }
  .tablet-lg\:border-x-105,
  .tablet-lg\:hover\:border-x-105:hover {
    border-left:.75rem solid;
    border-right:.75rem solid
  }
  .tablet-lg\:border-top-105,
  .tablet-lg\:hover\:border-top-105:hover {
    border-top:.75rem solid
  }
  .tablet-lg\:border-right-105,
  .tablet-lg\:hover\:border-right-105:hover {
    border-right:.75rem solid
  }
  .tablet-lg\:border-bottom-105,
  .tablet-lg\:hover\:border-bottom-105:hover {
    border-bottom:.75rem solid
  }
  .tablet-lg\:border-left-105,
  .tablet-lg\:hover\:border-left-105:hover {
    border-left:.75rem solid
  }
  .tablet-lg\:border-2,
  .tablet-lg\:hover\:border-2:hover {
    border:1rem solid
  }
  .tablet-lg\:border-y-2,
  .tablet-lg\:hover\:border-y-2:hover {
    border-top:1rem solid;
    border-bottom:1rem solid
  }
  .tablet-lg\:border-x-2,
  .tablet-lg\:hover\:border-x-2:hover {
    border-left:1rem solid;
    border-right:1rem solid
  }
  .tablet-lg\:border-top-2,
  .tablet-lg\:hover\:border-top-2:hover {
    border-top:1rem solid
  }
  .tablet-lg\:border-right-2,
  .tablet-lg\:hover\:border-right-2:hover {
    border-right:1rem solid
  }
  .tablet-lg\:border-bottom-2,
  .tablet-lg\:hover\:border-bottom-2:hover {
    border-bottom:1rem solid
  }
  .tablet-lg\:border-left-2,
  .tablet-lg\:hover\:border-left-2:hover {
    border-left:1rem solid
  }
  .tablet-lg\:border-205,
  .tablet-lg\:hover\:border-205:hover {
    border:1.25rem solid
  }
  .tablet-lg\:border-y-205,
  .tablet-lg\:hover\:border-y-205:hover {
    border-top:1.25rem solid;
    border-bottom:1.25rem solid
  }
  .tablet-lg\:border-x-205,
  .tablet-lg\:hover\:border-x-205:hover {
    border-left:1.25rem solid;
    border-right:1.25rem solid
  }
  .tablet-lg\:border-top-205,
  .tablet-lg\:hover\:border-top-205:hover {
    border-top:1.25rem solid
  }
  .tablet-lg\:border-right-205,
  .tablet-lg\:hover\:border-right-205:hover {
    border-right:1.25rem solid
  }
  .tablet-lg\:border-bottom-205,
  .tablet-lg\:hover\:border-bottom-205:hover {
    border-bottom:1.25rem solid
  }
  .tablet-lg\:border-left-205,
  .tablet-lg\:hover\:border-left-205:hover {
    border-left:1.25rem solid
  }
  .tablet-lg\:border-3,
  .tablet-lg\:hover\:border-3:hover {
    border:1.5rem solid
  }
  .tablet-lg\:border-y-3,
  .tablet-lg\:hover\:border-y-3:hover {
    border-top:1.5rem solid;
    border-bottom:1.5rem solid
  }
  .tablet-lg\:border-x-3,
  .tablet-lg\:hover\:border-x-3:hover {
    border-left:1.5rem solid;
    border-right:1.5rem solid
  }
  .tablet-lg\:border-top-3,
  .tablet-lg\:hover\:border-top-3:hover {
    border-top:1.5rem solid
  }
  .tablet-lg\:border-right-3,
  .tablet-lg\:hover\:border-right-3:hover {
    border-right:1.5rem solid
  }
  .tablet-lg\:border-bottom-3,
  .tablet-lg\:hover\:border-bottom-3:hover {
    border-bottom:1.5rem solid
  }
  .tablet-lg\:border-left-3,
  .tablet-lg\:hover\:border-left-3:hover {
    border-left:1.5rem solid
  }
  .tablet-lg\:border-0,
  .tablet-lg\:hover\:border-0:hover {
    border:0 solid
  }
  .tablet-lg\:border-y-0,
  .tablet-lg\:hover\:border-y-0:hover {
    border-top:0 solid;
    border-bottom:0 solid
  }
  .tablet-lg\:border-x-0,
  .tablet-lg\:hover\:border-x-0:hover {
    border-left:0 solid;
    border-right:0 solid
  }
  .tablet-lg\:border-top-0,
  .tablet-lg\:hover\:border-top-0:hover {
    border-top:0 solid
  }
  .tablet-lg\:border-right-0,
  .tablet-lg\:hover\:border-right-0:hover {
    border-right:0 solid
  }
  .tablet-lg\:border-bottom-0,
  .tablet-lg\:hover\:border-bottom-0:hover {
    border-bottom:0 solid
  }
  .tablet-lg\:border-left-0,
  .tablet-lg\:hover\:border-left-0:hover {
    border-left:0 solid
  }
  .tablet-lg\:border,
  .tablet-lg\:hover\:border:hover {
    border:1px solid
  }
  .tablet-lg\:border-y,
  .tablet-lg\:hover\:border-y:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .tablet-lg\:border-x,
  .tablet-lg\:hover\:border-x:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .tablet-lg\:border-top,
  .tablet-lg\:hover\:border-top:hover {
    border-top:1px solid
  }
  .tablet-lg\:border-right,
  .tablet-lg\:hover\:border-right:hover {
    border-right:1px solid
  }
  .tablet-lg\:border-bottom,
  .tablet-lg\:hover\:border-bottom:hover {
    border-bottom:1px solid
  }
  .tablet-lg\:border-left,
  .tablet-lg\:hover\:border-left:hover {
    border-left:1px solid
  }
  .tablet-lg\:border-transparent,
  .tablet-lg\:hover\:border-transparent:hover {
    border-color:transparent
  }
  .tablet-lg\:border-black,
  .tablet-lg\:hover\:border-black:hover {
    border-color:#000
  }
  .tablet-lg\:border-white,
  .tablet-lg\:hover\:border-white:hover {
    border-color:#fff
  }
  .tablet-lg\:border-base-lightest,
  .tablet-lg\:hover\:border-base-lightest:hover {
    border-color:#f0f0f0
  }
  .tablet-lg\:border-base-lighter,
  .tablet-lg\:hover\:border-base-lighter:hover {
    border-color:#dfe1e2
  }
  .tablet-lg\:border-base-light,
  .tablet-lg\:hover\:border-base-light:hover {
    border-color:#a9aeb1
  }
  .tablet-lg\:border-base,
  .tablet-lg\:hover\:border-base:hover {
    border-color:#71767a
  }
  .tablet-lg\:border-base-dark,
  .tablet-lg\:hover\:border-base-dark:hover {
    border-color:#565c65
  }
  .tablet-lg\:border-base-darker,
  .tablet-lg\:hover\:border-base-darker:hover {
    border-color:#3d4551
  }
  .tablet-lg\:border-base-darkest,
  .tablet-lg\:border-ink,
  .tablet-lg\:hover\:border-base-darkest:hover,
  .tablet-lg\:hover\:border-ink:hover {
    border-color:#1b1b1b
  }
  .tablet-lg\:border-primary-lighter,
  .tablet-lg\:hover\:border-primary-lighter:hover {
    border-color:#ccecf2
  }
  .tablet-lg\:border-primary-light,
  .tablet-lg\:hover\:border-primary-light:hover {
    border-color:#73b3e7
  }
  .tablet-lg\:border-primary,
  .tablet-lg\:hover\:border-primary:hover {
    border-color:#00bde3
  }
  .tablet-lg\:border-primary-vivid,
  .tablet-lg\:hover\:border-primary-vivid:hover {
    border-color:#0050d8
  }
  .tablet-lg\:border-primary-dark,
  .tablet-lg\:border-primary-darker,
  .tablet-lg\:hover\:border-primary-dark:hover,
  .tablet-lg\:hover\:border-primary-darker:hover {
    border-color:#009ec1
  }
  .tablet-lg\:border-secondary-lighter,
  .tablet-lg\:hover\:border-secondary-lighter:hover {
    border-color:#f3e1e4
  }
  .tablet-lg\:border-secondary-light,
  .tablet-lg\:hover\:border-secondary-light:hover {
    border-color:#f2938c
  }
  .tablet-lg\:border-secondary,
  .tablet-lg\:hover\:border-secondary:hover {
    border-color:#ccecf2
  }
  .tablet-lg\:border-secondary-vivid,
  .tablet-lg\:hover\:border-secondary-vivid:hover {
    border-color:#e41d3d
  }
  .tablet-lg\:border-secondary-dark,
  .tablet-lg\:border-secondary-darker,
  .tablet-lg\:hover\:border-secondary-dark:hover,
  .tablet-lg\:hover\:border-secondary-darker:hover {
    border-color:#99deea
  }
  .tablet-lg\:border-accent-warm-darker,
  .tablet-lg\:hover\:border-accent-warm-darker:hover {
    border-color:#775540
  }
  .tablet-lg\:border-accent-warm-dark,
  .tablet-lg\:hover\:border-accent-warm-dark:hover {
    border-color:#c05600
  }
  .tablet-lg\:border-accent-warm,
  .tablet-lg\:hover\:border-accent-warm:hover {
    border-color:#fa9441
  }
  .tablet-lg\:border-accent-warm-light,
  .tablet-lg\:hover\:border-accent-warm-light:hover {
    border-color:#ffbc78
  }
  .tablet-lg\:border-accent-warm-lighter,
  .tablet-lg\:hover\:border-accent-warm-lighter:hover {
    border-color:#f2e4d4
  }
  .tablet-lg\:border-accent-cool-darker,
  .tablet-lg\:hover\:border-accent-cool-darker:hover {
    border-color:#07648d
  }
  .tablet-lg\:border-accent-cool-dark,
  .tablet-lg\:hover\:border-accent-cool-dark:hover {
    border-color:#28a0cb
  }
  .tablet-lg\:border-accent-cool,
  .tablet-lg\:hover\:border-accent-cool:hover {
    border-color:#00bde3
  }
  .tablet-lg\:border-accent-cool-light,
  .tablet-lg\:hover\:border-accent-cool-light:hover {
    border-color:#97d4ea
  }
  .tablet-lg\:border-accent-cool-lighter,
  .tablet-lg\:hover\:border-accent-cool-lighter:hover {
    border-color:#e1f3f8
  }
  .tablet-lg\:border-gray-5,
  .tablet-lg\:hover\:border-gray-5:hover {
    border-color:#f0f0f0
  }
  .tablet-lg\:border-gray-10,
  .tablet-lg\:hover\:border-gray-10:hover {
    border-color:#e6e6e6
  }
  .tablet-lg\:border-gray-30,
  .tablet-lg\:hover\:border-gray-30:hover {
    border-color:#adadad
  }
  .tablet-lg\:border-gray-50,
  .tablet-lg\:hover\:border-gray-50:hover {
    border-color:#757575
  }
  .tablet-lg\:border-gray-70,
  .tablet-lg\:hover\:border-gray-70:hover {
    border-color:#454545
  }
  .tablet-lg\:border-gray-90,
  .tablet-lg\:hover\:border-gray-90:hover {
    border-color:#1b1b1b
  }
  .tablet-lg\:border-error-lighter,
  .tablet-lg\:hover\:border-error-lighter:hover {
    border-color:#f4e3db
  }
  .tablet-lg\:border-error-light,
  .tablet-lg\:hover\:border-error-light:hover {
    border-color:#f39268
  }
  .tablet-lg\:border-error,
  .tablet-lg\:hover\:border-error:hover {
    border-color:#d83933
  }
  .tablet-lg\:border-error-dark,
  .tablet-lg\:hover\:border-error-dark:hover {
    border-color:#b50909
  }
  .tablet-lg\:border-error-darker,
  .tablet-lg\:hover\:border-error-darker:hover {
    border-color:#6f3331
  }
  .tablet-lg\:border-warning-lighter,
  .tablet-lg\:hover\:border-warning-lighter:hover {
    border-color:#faf3d1
  }
  .tablet-lg\:border-warning-light,
  .tablet-lg\:hover\:border-warning-light:hover {
    border-color:#fee685
  }
  .tablet-lg\:border-warning,
  .tablet-lg\:hover\:border-warning:hover {
    border-color:#ffbe2e
  }
  .tablet-lg\:border-warning-dark,
  .tablet-lg\:hover\:border-warning-dark:hover {
    border-color:#e5a000
  }
  .tablet-lg\:border-warning-darker,
  .tablet-lg\:hover\:border-warning-darker:hover {
    border-color:#936f38
  }
  .tablet-lg\:border-success-lighter,
  .tablet-lg\:hover\:border-success-lighter:hover {
    border-color:#ecf3ec
  }
  .tablet-lg\:border-success-light,
  .tablet-lg\:hover\:border-success-light:hover {
    border-color:#70e17b
  }
  .tablet-lg\:border-success,
  .tablet-lg\:hover\:border-success:hover {
    border-color:#00a91c
  }
  .tablet-lg\:border-success-dark,
  .tablet-lg\:hover\:border-success-dark:hover {
    border-color:#008817
  }
  .tablet-lg\:border-success-darker,
  .tablet-lg\:hover\:border-success-darker:hover {
    border-color:#216e1f
  }
  .tablet-lg\:border-info-lighter,
  .tablet-lg\:hover\:border-info-lighter:hover {
    border-color:#e7f6f8
  }
  .tablet-lg\:border-info-light,
  .tablet-lg\:hover\:border-info-light:hover {
    border-color:#99deea
  }
  .tablet-lg\:border-info,
  .tablet-lg\:hover\:border-info:hover {
    border-color:#00bde3
  }
  .tablet-lg\:border-info-dark,
  .tablet-lg\:hover\:border-info-dark:hover {
    border-color:#009ec1
  }
  .tablet-lg\:border-info-darker,
  .tablet-lg\:hover\:border-info-darker:hover {
    border-color:#2e6276
  }
  .tablet-lg\:border-disabled-light,
  .tablet-lg\:hover\:border-disabled-light:hover {
    border-color:#e6e6e6
  }
  .tablet-lg\:border-disabled,
  .tablet-lg\:hover\:border-disabled:hover {
    border-color:#c9c9c9
  }
  .tablet-lg\:border-disabled-dark,
  .tablet-lg\:hover\:border-disabled-dark:hover {
    border-color:#adadad
  }
  .tablet-lg\:border-emergency,
  .tablet-lg\:hover\:border-emergency:hover {
    border-color:#9c3d10
  }
  .tablet-lg\:border-emergency-dark,
  .tablet-lg\:hover\:border-emergency-dark:hover {
    border-color:#332d29
  }
  .tablet-lg\:border-red,
  .tablet-lg\:hover\:border-red:hover {
    border-color:#e52207
  }
  .tablet-lg\:border-orange,
  .tablet-lg\:hover\:border-orange:hover {
    border-color:#e66f0e
  }
  .tablet-lg\:border-gold,
  .tablet-lg\:hover\:border-gold:hover {
    border-color:#ffbe2e
  }
  .tablet-lg\:border-yellow,
  .tablet-lg\:hover\:border-yellow:hover {
    border-color:#fee685
  }
  .tablet-lg\:border-green,
  .tablet-lg\:hover\:border-green:hover {
    border-color:#538200
  }
  .tablet-lg\:border-mint,
  .tablet-lg\:hover\:border-mint:hover {
    border-color:#04c585
  }
  .tablet-lg\:border-cyan,
  .tablet-lg\:hover\:border-cyan:hover {
    border-color:#009ec1
  }
  .tablet-lg\:border-blue,
  .tablet-lg\:hover\:border-blue:hover {
    border-color:#0076d6
  }
  .tablet-lg\:border-indigo,
  .tablet-lg\:hover\:border-indigo:hover {
    border-color:#676cc8
  }
  .tablet-lg\:border-violet,
  .tablet-lg\:hover\:border-violet:hover {
    border-color:#8168b3
  }
  .tablet-lg\:border-magenta,
  .tablet-lg\:hover\:border-magenta:hover {
    border-color:#d72d79
  }
  .tablet-lg\:border-black-transparent-5,
  .tablet-lg\:hover\:border-black-transparent-5:hover {
    border-color:rgba(0,0,0,.01)
  }
  .tablet-lg\:border-black-transparent-10,
  .tablet-lg\:hover\:border-black-transparent-10:hover {
    border-color:rgba(0,0,0,.1)
  }
  .tablet-lg\:border-black-transparent-20,
  .tablet-lg\:hover\:border-black-transparent-20:hover {
    border-color:rgba(0,0,0,.2)
  }
  .tablet-lg\:border-black-transparent-30,
  .tablet-lg\:hover\:border-black-transparent-30:hover {
    border-color:rgba(0,0,0,.3)
  }
  .tablet-lg\:border-black-transparent-40,
  .tablet-lg\:hover\:border-black-transparent-40:hover {
    border-color:rgba(0,0,0,.4)
  }
  .tablet-lg\:border-black-transparent-50,
  .tablet-lg\:hover\:border-black-transparent-50:hover {
    border-color:rgba(0,0,0,.5)
  }
  .tablet-lg\:border-black-transparent-60,
  .tablet-lg\:hover\:border-black-transparent-60:hover {
    border-color:rgba(0,0,0,.6)
  }
  .tablet-lg\:border-black-transparent-70,
  .tablet-lg\:hover\:border-black-transparent-70:hover {
    border-color:rgba(0,0,0,.7)
  }
  .tablet-lg\:border-black-transparent-80,
  .tablet-lg\:hover\:border-black-transparent-80:hover {
    border-color:rgba(0,0,0,.8)
  }
  .tablet-lg\:border-black-transparent-90,
  .tablet-lg\:hover\:border-black-transparent-90:hover {
    border-color:rgba(0,0,0,.9)
  }
  .tablet-lg\:border-gray-cool-1,
  .tablet-lg\:hover\:border-gray-cool-1:hover {
    border-color:#fbfcfd
  }
  .tablet-lg\:border-gray-cool-2,
  .tablet-lg\:hover\:border-gray-cool-2:hover {
    border-color:#f7f9fa
  }
  .tablet-lg\:border-gray-cool-3,
  .tablet-lg\:hover\:border-gray-cool-3:hover {
    border-color:#f5f6f7
  }
  .tablet-lg\:border-gray-cool-4,
  .tablet-lg\:hover\:border-gray-cool-4:hover {
    border-color:#f1f3f6
  }
  .tablet-lg\:border-gray-cool-5,
  .tablet-lg\:hover\:border-gray-cool-5:hover {
    border-color:#edeff0
  }
  .tablet-lg\:border-gray-cool-10,
  .tablet-lg\:hover\:border-gray-cool-10:hover {
    border-color:#dfe1e2
  }
  .tablet-lg\:border-gray-cool-20,
  .tablet-lg\:hover\:border-gray-cool-20:hover {
    border-color:#c6cace
  }
  .tablet-lg\:border-gray-cool-30,
  .tablet-lg\:hover\:border-gray-cool-30:hover {
    border-color:#a9aeb1
  }
  .tablet-lg\:border-gray-cool-40,
  .tablet-lg\:hover\:border-gray-cool-40:hover {
    border-color:#8d9297
  }
  .tablet-lg\:border-gray-cool-50,
  .tablet-lg\:hover\:border-gray-cool-50:hover {
    border-color:#71767a
  }
  .tablet-lg\:border-gray-cool-60,
  .tablet-lg\:hover\:border-gray-cool-60:hover {
    border-color:#565c65
  }
  .tablet-lg\:border-gray-cool-70,
  .tablet-lg\:hover\:border-gray-cool-70:hover {
    border-color:#3d4551
  }
  .tablet-lg\:border-gray-cool-80,
  .tablet-lg\:hover\:border-gray-cool-80:hover {
    border-color:#2d2e2f
  }
  .tablet-lg\:border-gray-cool-90,
  .tablet-lg\:hover\:border-gray-cool-90:hover {
    border-color:#1c1d1f
  }
  .tablet-lg\:border-gray-1,
  .tablet-lg\:hover\:border-gray-1:hover {
    border-color:#fcfcfc
  }
  .tablet-lg\:border-gray-2,
  .tablet-lg\:hover\:border-gray-2:hover {
    border-color:#f9f9f9
  }
  .tablet-lg\:border-gray-3,
  .tablet-lg\:hover\:border-gray-3:hover {
    border-color:#f6f6f6
  }
  .tablet-lg\:border-gray-4,
  .tablet-lg\:hover\:border-gray-4:hover {
    border-color:#f3f3f3
  }
  .tablet-lg\:border-gray-20,
  .tablet-lg\:hover\:border-gray-20:hover {
    border-color:#c9c9c9
  }
  .tablet-lg\:border-gray-40,
  .tablet-lg\:hover\:border-gray-40:hover {
    border-color:#919191
  }
  .tablet-lg\:border-gray-60,
  .tablet-lg\:hover\:border-gray-60:hover {
    border-color:#5c5c5c
  }
  .tablet-lg\:border-gray-80,
  .tablet-lg\:hover\:border-gray-80:hover {
    border-color:#2e2e2e
  }
  .tablet-lg\:border-gray-warm-1,
  .tablet-lg\:hover\:border-gray-warm-1:hover {
    border-color:#fcfcfb
  }
  .tablet-lg\:border-gray-warm-2,
  .tablet-lg\:hover\:border-gray-warm-2:hover {
    border-color:#f9f9f7
  }
  .tablet-lg\:border-gray-warm-3,
  .tablet-lg\:hover\:border-gray-warm-3:hover {
    border-color:#f6f6f2
  }
  .tablet-lg\:border-gray-warm-4,
  .tablet-lg\:hover\:border-gray-warm-4:hover {
    border-color:#f5f5f0
  }
  .tablet-lg\:border-gray-warm-5,
  .tablet-lg\:hover\:border-gray-warm-5:hover {
    border-color:#f0f0ec
  }
  .tablet-lg\:border-gray-warm-10,
  .tablet-lg\:hover\:border-gray-warm-10:hover {
    border-color:#e6e6e2
  }
  .tablet-lg\:border-gray-warm-20,
  .tablet-lg\:hover\:border-gray-warm-20:hover {
    border-color:#cac9c0
  }
  .tablet-lg\:border-gray-warm-30,
  .tablet-lg\:hover\:border-gray-warm-30:hover {
    border-color:#afaea2
  }
  .tablet-lg\:border-gray-warm-40,
  .tablet-lg\:hover\:border-gray-warm-40:hover {
    border-color:#929285
  }
  .tablet-lg\:border-gray-warm-50,
  .tablet-lg\:hover\:border-gray-warm-50:hover {
    border-color:#76766a
  }
  .tablet-lg\:border-gray-warm-60,
  .tablet-lg\:hover\:border-gray-warm-60:hover {
    border-color:#5d5d52
  }
  .tablet-lg\:border-gray-warm-70,
  .tablet-lg\:hover\:border-gray-warm-70:hover {
    border-color:#454540
  }
  .tablet-lg\:border-gray-warm-80,
  .tablet-lg\:hover\:border-gray-warm-80:hover {
    border-color:#2e2e2a
  }
  .tablet-lg\:border-gray-warm-90,
  .tablet-lg\:hover\:border-gray-warm-90:hover {
    border-color:#171716
  }
  .tablet-lg\:border-blue-cool-5,
  .tablet-lg\:hover\:border-blue-cool-5:hover {
    border-color:#e7f2f5
  }
  .tablet-lg\:border-blue-cool-10,
  .tablet-lg\:hover\:border-blue-cool-10:hover {
    border-color:#dae9ee
  }
  .tablet-lg\:border-blue-cool-20,
  .tablet-lg\:hover\:border-blue-cool-20:hover {
    border-color:#adcfdc
  }
  .tablet-lg\:border-blue-cool-30,
  .tablet-lg\:hover\:border-blue-cool-30:hover {
    border-color:#82b4c9
  }
  .tablet-lg\:border-blue-cool-40,
  .tablet-lg\:hover\:border-blue-cool-40:hover {
    border-color:#6499af
  }
  .tablet-lg\:border-blue-cool-50,
  .tablet-lg\:hover\:border-blue-cool-50:hover {
    border-color:#3a7d95
  }
  .tablet-lg\:border-blue-cool-60,
  .tablet-lg\:hover\:border-blue-cool-60:hover {
    border-color:#2e6276
  }
  .tablet-lg\:border-blue-cool-70,
  .tablet-lg\:hover\:border-blue-cool-70:hover {
    border-color:#224a58
  }
  .tablet-lg\:border-blue-cool-80,
  .tablet-lg\:hover\:border-blue-cool-80:hover {
    border-color:#14333d
  }
  .tablet-lg\:border-blue-cool-90,
  .tablet-lg\:hover\:border-blue-cool-90:hover {
    border-color:#0f191c
  }
  .tablet-lg\:border-blue-cool-5v,
  .tablet-lg\:hover\:border-blue-cool-5v:hover {
    border-color:#e1f3f8
  }
  .tablet-lg\:border-blue-cool-10v,
  .tablet-lg\:hover\:border-blue-cool-10v:hover {
    border-color:#c3ebfa
  }
  .tablet-lg\:border-blue-cool-20v,
  .tablet-lg\:hover\:border-blue-cool-20v:hover {
    border-color:#97d4ea
  }
  .tablet-lg\:border-blue-cool-30v,
  .tablet-lg\:hover\:border-blue-cool-30v:hover {
    border-color:#59b9de
  }
  .tablet-lg\:border-blue-cool-40v,
  .tablet-lg\:hover\:border-blue-cool-40v:hover {
    border-color:#28a0cb
  }
  .tablet-lg\:border-blue-cool-50v,
  .tablet-lg\:hover\:border-blue-cool-50v:hover {
    border-color:#0d7ea2
  }
  .tablet-lg\:border-blue-cool-60v,
  .tablet-lg\:hover\:border-blue-cool-60v:hover {
    border-color:#07648d
  }
  .tablet-lg\:border-blue-cool-70v,
  .tablet-lg\:hover\:border-blue-cool-70v:hover {
    border-color:#074b69
  }
  .tablet-lg\:border-blue-cool-80v,
  .tablet-lg\:hover\:border-blue-cool-80v:hover {
    border-color:#002d3f
  }
  .tablet-lg\:border-blue-5,
  .tablet-lg\:hover\:border-blue-5:hover {
    border-color:#eff6fb
  }
  .tablet-lg\:border-blue-10,
  .tablet-lg\:hover\:border-blue-10:hover {
    border-color:#d9e8f6
  }
  .tablet-lg\:border-blue-20,
  .tablet-lg\:hover\:border-blue-20:hover {
    border-color:#aacdec
  }
  .tablet-lg\:border-blue-30,
  .tablet-lg\:hover\:border-blue-30:hover {
    border-color:#73b3e7
  }
  .tablet-lg\:border-blue-40,
  .tablet-lg\:hover\:border-blue-40:hover {
    border-color:#4f97d1
  }
  .tablet-lg\:border-blue-50,
  .tablet-lg\:hover\:border-blue-50:hover {
    border-color:#2378c3
  }
  .tablet-lg\:border-blue-60,
  .tablet-lg\:hover\:border-blue-60:hover {
    border-color:#2c608a
  }
  .tablet-lg\:border-blue-70,
  .tablet-lg\:hover\:border-blue-70:hover {
    border-color:#274863
  }
  .tablet-lg\:border-blue-80,
  .tablet-lg\:hover\:border-blue-80:hover {
    border-color:#1f303e
  }
  .tablet-lg\:border-blue-90,
  .tablet-lg\:hover\:border-blue-90:hover {
    border-color:#11181d
  }
  .tablet-lg\:border-blue-5v,
  .tablet-lg\:hover\:border-blue-5v:hover {
    border-color:#e8f5ff
  }
  .tablet-lg\:border-blue-10v,
  .tablet-lg\:hover\:border-blue-10v:hover {
    border-color:#cfe8ff
  }
  .tablet-lg\:border-blue-20v,
  .tablet-lg\:hover\:border-blue-20v:hover {
    border-color:#a1d3ff
  }
  .tablet-lg\:border-blue-30v,
  .tablet-lg\:hover\:border-blue-30v:hover {
    border-color:#58b4ff
  }
  .tablet-lg\:border-blue-40v,
  .tablet-lg\:hover\:border-blue-40v:hover {
    border-color:#2491ff
  }
  .tablet-lg\:border-blue-50v,
  .tablet-lg\:hover\:border-blue-50v:hover {
    border-color:#0076d6
  }
  .tablet-lg\:border-blue-60v,
  .tablet-lg\:hover\:border-blue-60v:hover {
    border-color:#005ea2
  }
  .tablet-lg\:border-blue-70v,
  .tablet-lg\:hover\:border-blue-70v:hover {
    border-color:#0b4778
  }
  .tablet-lg\:border-blue-80v,
  .tablet-lg\:hover\:border-blue-80v:hover {
    border-color:#112f4e
  }
  .tablet-lg\:border-blue-warm-5,
  .tablet-lg\:hover\:border-blue-warm-5:hover {
    border-color:#ecf1f7
  }
  .tablet-lg\:border-blue-warm-10,
  .tablet-lg\:hover\:border-blue-warm-10:hover {
    border-color:#e1e7f1
  }
  .tablet-lg\:border-blue-warm-20,
  .tablet-lg\:hover\:border-blue-warm-20:hover {
    border-color:#bbcae4
  }
  .tablet-lg\:border-blue-warm-30,
  .tablet-lg\:hover\:border-blue-warm-30:hover {
    border-color:#98afd2
  }
  .tablet-lg\:border-blue-warm-40,
  .tablet-lg\:hover\:border-blue-warm-40:hover {
    border-color:#7292c7
  }
  .tablet-lg\:border-blue-warm-50,
  .tablet-lg\:hover\:border-blue-warm-50:hover {
    border-color:#4a77b4
  }
  .tablet-lg\:border-blue-warm-60,
  .tablet-lg\:hover\:border-blue-warm-60:hover {
    border-color:#345d96
  }
  .tablet-lg\:border-blue-warm-70,
  .tablet-lg\:hover\:border-blue-warm-70:hover {
    border-color:#2f4668
  }
  .tablet-lg\:border-blue-warm-80,
  .tablet-lg\:hover\:border-blue-warm-80:hover {
    border-color:#252f3e
  }
  .tablet-lg\:border-blue-warm-90,
  .tablet-lg\:hover\:border-blue-warm-90:hover {
    border-color:#13171f
  }
  .tablet-lg\:border-blue-warm-5v,
  .tablet-lg\:hover\:border-blue-warm-5v:hover {
    border-color:#edf5ff
  }
  .tablet-lg\:border-blue-warm-10v,
  .tablet-lg\:hover\:border-blue-warm-10v:hover {
    border-color:#d4e5ff
  }
  .tablet-lg\:border-blue-warm-20v,
  .tablet-lg\:hover\:border-blue-warm-20v:hover {
    border-color:#adcdff
  }
  .tablet-lg\:border-blue-warm-30v,
  .tablet-lg\:hover\:border-blue-warm-30v:hover {
    border-color:#81aefc
  }
  .tablet-lg\:border-blue-warm-40v,
  .tablet-lg\:hover\:border-blue-warm-40v:hover {
    border-color:#5994f6
  }
  .tablet-lg\:border-blue-warm-50v,
  .tablet-lg\:hover\:border-blue-warm-50v:hover {
    border-color:#2672de
  }
  .tablet-lg\:border-blue-warm-60v,
  .tablet-lg\:hover\:border-blue-warm-60v:hover {
    border-color:#0050d8
  }
  .tablet-lg\:border-blue-warm-70v,
  .tablet-lg\:hover\:border-blue-warm-70v:hover {
    border-color:#1a4480
  }
  .tablet-lg\:border-blue-warm-80v,
  .tablet-lg\:hover\:border-blue-warm-80v:hover {
    border-color:#162e51
  }
  .tablet-lg\:border-cyan-5,
  .tablet-lg\:hover\:border-cyan-5:hover {
    border-color:#e7f6f8
  }
  .tablet-lg\:border-cyan-10,
  .tablet-lg\:hover\:border-cyan-10:hover {
    border-color:#ccecf2
  }
  .tablet-lg\:border-cyan-20,
  .tablet-lg\:hover\:border-cyan-20:hover {
    border-color:#99deea
  }
  .tablet-lg\:border-cyan-30,
  .tablet-lg\:hover\:border-cyan-30:hover {
    border-color:#5dc0d1
  }
  .tablet-lg\:border-cyan-40,
  .tablet-lg\:hover\:border-cyan-40:hover {
    border-color:#449dac
  }
  .tablet-lg\:border-cyan-50,
  .tablet-lg\:hover\:border-cyan-50:hover {
    border-color:#168092
  }
  .tablet-lg\:border-cyan-60,
  .tablet-lg\:hover\:border-cyan-60:hover {
    border-color:#2a646d
  }
  .tablet-lg\:border-cyan-70,
  .tablet-lg\:hover\:border-cyan-70:hover {
    border-color:#2c4a4e
  }
  .tablet-lg\:border-cyan-80,
  .tablet-lg\:hover\:border-cyan-80:hover {
    border-color:#203133
  }
  .tablet-lg\:border-cyan-90,
  .tablet-lg\:hover\:border-cyan-90:hover {
    border-color:#111819
  }
  .tablet-lg\:border-cyan-5v,
  .tablet-lg\:hover\:border-cyan-5v:hover {
    border-color:#e5faff
  }
  .tablet-lg\:border-cyan-10v,
  .tablet-lg\:hover\:border-cyan-10v:hover {
    border-color:#a8f2ff
  }
  .tablet-lg\:border-cyan-20v,
  .tablet-lg\:hover\:border-cyan-20v:hover {
    border-color:#52daf2
  }
  .tablet-lg\:border-cyan-30v,
  .tablet-lg\:hover\:border-cyan-30v:hover {
    border-color:#00bde3
  }
  .tablet-lg\:border-cyan-40v,
  .tablet-lg\:hover\:border-cyan-40v:hover {
    border-color:#009ec1
  }
  .tablet-lg\:border-cyan-50v,
  .tablet-lg\:hover\:border-cyan-50v:hover {
    border-color:#0081a1
  }
  .tablet-lg\:border-cyan-60v,
  .tablet-lg\:hover\:border-cyan-60v:hover {
    border-color:#00687d
  }
  .tablet-lg\:border-cyan-70v,
  .tablet-lg\:hover\:border-cyan-70v:hover {
    border-color:#0e4f5c
  }
  .tablet-lg\:border-cyan-80v,
  .tablet-lg\:hover\:border-cyan-80v:hover {
    border-color:#093b44
  }
  .tablet-lg\:border-gold-5,
  .tablet-lg\:hover\:border-gold-5:hover {
    border-color:#f5f0e6
  }
  .tablet-lg\:border-gold-10,
  .tablet-lg\:hover\:border-gold-10:hover {
    border-color:#f1e5cd
  }
  .tablet-lg\:border-gold-20,
  .tablet-lg\:hover\:border-gold-20:hover {
    border-color:#dec69a
  }
  .tablet-lg\:border-gold-30,
  .tablet-lg\:hover\:border-gold-30:hover {
    border-color:#c7a97b
  }
  .tablet-lg\:border-gold-40,
  .tablet-lg\:hover\:border-gold-40:hover {
    border-color:#ad8b65
  }
  .tablet-lg\:border-gold-50,
  .tablet-lg\:hover\:border-gold-50:hover {
    border-color:#8e704f
  }
  .tablet-lg\:border-gold-60,
  .tablet-lg\:hover\:border-gold-60:hover {
    border-color:#6b5947
  }
  .tablet-lg\:border-gold-70,
  .tablet-lg\:hover\:border-gold-70:hover {
    border-color:#4d4438
  }
  .tablet-lg\:border-gold-80,
  .tablet-lg\:hover\:border-gold-80:hover {
    border-color:#322d26
  }
  .tablet-lg\:border-gold-90,
  .tablet-lg\:hover\:border-gold-90:hover {
    border-color:#191714
  }
  .tablet-lg\:border-gold-5v,
  .tablet-lg\:hover\:border-gold-5v:hover {
    border-color:#fef0c8
  }
  .tablet-lg\:border-gold-10v,
  .tablet-lg\:hover\:border-gold-10v:hover {
    border-color:#ffe396
  }
  .tablet-lg\:border-gold-20v,
  .tablet-lg\:hover\:border-gold-20v:hover {
    border-color:#ffbe2e
  }
  .tablet-lg\:border-gold-30v,
  .tablet-lg\:hover\:border-gold-30v:hover {
    border-color:#e5a000
  }
  .tablet-lg\:border-gold-40v,
  .tablet-lg\:hover\:border-gold-40v:hover {
    border-color:#c2850c
  }
  .tablet-lg\:border-gold-50v,
  .tablet-lg\:hover\:border-gold-50v:hover {
    border-color:#936f38
  }
  .tablet-lg\:border-gold-60v,
  .tablet-lg\:hover\:border-gold-60v:hover {
    border-color:#7a591a
  }
  .tablet-lg\:border-gold-70v,
  .tablet-lg\:hover\:border-gold-70v:hover {
    border-color:#5c410a
  }
  .tablet-lg\:border-gold-80v,
  .tablet-lg\:hover\:border-gold-80v:hover {
    border-color:#3b2b15
  }
  .tablet-lg\:border-green-cool-5,
  .tablet-lg\:hover\:border-green-cool-5:hover {
    border-color:#ecf3ec
  }
  .tablet-lg\:border-green-cool-10,
  .tablet-lg\:hover\:border-green-cool-10:hover {
    border-color:#dbebde
  }
  .tablet-lg\:border-green-cool-20,
  .tablet-lg\:hover\:border-green-cool-20:hover {
    border-color:#b4d0b9
  }
  .tablet-lg\:border-green-cool-30,
  .tablet-lg\:hover\:border-green-cool-30:hover {
    border-color:#86b98e
  }
  .tablet-lg\:border-green-cool-40,
  .tablet-lg\:hover\:border-green-cool-40:hover {
    border-color:#5e9f69
  }
  .tablet-lg\:border-green-cool-50,
  .tablet-lg\:hover\:border-green-cool-50:hover {
    border-color:#4d8055
  }
  .tablet-lg\:border-green-cool-60,
  .tablet-lg\:hover\:border-green-cool-60:hover {
    border-color:#446443
  }
  .tablet-lg\:border-green-cool-70,
  .tablet-lg\:hover\:border-green-cool-70:hover {
    border-color:#37493b
  }
  .tablet-lg\:border-green-cool-80,
  .tablet-lg\:hover\:border-green-cool-80:hover {
    border-color:#28312a
  }
  .tablet-lg\:border-green-cool-90,
  .tablet-lg\:hover\:border-green-cool-90:hover {
    border-color:#1a1f1a
  }
  .tablet-lg\:border-green-cool-5v,
  .tablet-lg\:hover\:border-green-cool-5v:hover {
    border-color:#e3f5e1
  }
  .tablet-lg\:border-green-cool-10v,
  .tablet-lg\:hover\:border-green-cool-10v:hover {
    border-color:#b7f5bd
  }
  .tablet-lg\:border-green-cool-20v,
  .tablet-lg\:hover\:border-green-cool-20v:hover {
    border-color:#70e17b
  }
  .tablet-lg\:border-green-cool-30v,
  .tablet-lg\:hover\:border-green-cool-30v:hover {
    border-color:#21c834
  }
  .tablet-lg\:border-green-cool-40v,
  .tablet-lg\:hover\:border-green-cool-40v:hover {
    border-color:#00a91c
  }
  .tablet-lg\:border-green-cool-50v,
  .tablet-lg\:hover\:border-green-cool-50v:hover {
    border-color:#008817
  }
  .tablet-lg\:border-green-cool-60v,
  .tablet-lg\:hover\:border-green-cool-60v:hover {
    border-color:#216e1f
  }
  .tablet-lg\:border-green-cool-70v,
  .tablet-lg\:hover\:border-green-cool-70v:hover {
    border-color:#154c21
  }
  .tablet-lg\:border-green-cool-80v,
  .tablet-lg\:hover\:border-green-cool-80v:hover {
    border-color:#19311e
  }
  .tablet-lg\:border-green-5,
  .tablet-lg\:hover\:border-green-5:hover {
    border-color:#eaf4dd
  }
  .tablet-lg\:border-green-10,
  .tablet-lg\:hover\:border-green-10:hover {
    border-color:#dfeacd
  }
  .tablet-lg\:border-green-20,
  .tablet-lg\:hover\:border-green-20:hover {
    border-color:#b8d293
  }
  .tablet-lg\:border-green-30,
  .tablet-lg\:hover\:border-green-30:hover {
    border-color:#9bb672
  }
  .tablet-lg\:border-green-40,
  .tablet-lg\:hover\:border-green-40:hover {
    border-color:#7d9b4e
  }
  .tablet-lg\:border-green-50,
  .tablet-lg\:hover\:border-green-50:hover {
    border-color:#607f35
  }
  .tablet-lg\:border-green-60,
  .tablet-lg\:hover\:border-green-60:hover {
    border-color:#4c6424
  }
  .tablet-lg\:border-green-70,
  .tablet-lg\:hover\:border-green-70:hover {
    border-color:#3c4a29
  }
  .tablet-lg\:border-green-80,
  .tablet-lg\:hover\:border-green-80:hover {
    border-color:#293021
  }
  .tablet-lg\:border-green-90,
  .tablet-lg\:hover\:border-green-90:hover {
    border-color:#161814
  }
  .tablet-lg\:border-green-5v,
  .tablet-lg\:hover\:border-green-5v:hover {
    border-color:#ddf9c7
  }
  .tablet-lg\:border-green-10v,
  .tablet-lg\:hover\:border-green-10v:hover {
    border-color:#c5ee93
  }
  .tablet-lg\:border-green-20v,
  .tablet-lg\:hover\:border-green-20v:hover {
    border-color:#98d035
  }
  .tablet-lg\:border-green-30v,
  .tablet-lg\:hover\:border-green-30v:hover {
    border-color:#7fb135
  }
  .tablet-lg\:border-green-40v,
  .tablet-lg\:hover\:border-green-40v:hover {
    border-color:#719f2a
  }
  .tablet-lg\:border-green-50v,
  .tablet-lg\:hover\:border-green-50v:hover {
    border-color:#538200
  }
  .tablet-lg\:border-green-60v,
  .tablet-lg\:hover\:border-green-60v:hover {
    border-color:#466c04
  }
  .tablet-lg\:border-green-70v,
  .tablet-lg\:hover\:border-green-70v:hover {
    border-color:#2f4a0b
  }
  .tablet-lg\:border-green-80v,
  .tablet-lg\:hover\:border-green-80v:hover {
    border-color:#243413
  }
  .tablet-lg\:border-green-warm-5,
  .tablet-lg\:hover\:border-green-warm-5:hover {
    border-color:#f1f4d7
  }
  .tablet-lg\:border-green-warm-10,
  .tablet-lg\:hover\:border-green-warm-10:hover {
    border-color:#e7eab7
  }
  .tablet-lg\:border-green-warm-20,
  .tablet-lg\:hover\:border-green-warm-20:hover {
    border-color:#cbd17a
  }
  .tablet-lg\:border-green-warm-30,
  .tablet-lg\:hover\:border-green-warm-30:hover {
    border-color:#a6b557
  }
  .tablet-lg\:border-green-warm-40,
  .tablet-lg\:hover\:border-green-warm-40:hover {
    border-color:#8a984b
  }
  .tablet-lg\:border-green-warm-50,
  .tablet-lg\:hover\:border-green-warm-50:hover {
    border-color:#6f7a41
  }
  .tablet-lg\:border-green-warm-60,
  .tablet-lg\:hover\:border-green-warm-60:hover {
    border-color:#5a5f38
  }
  .tablet-lg\:border-green-warm-70,
  .tablet-lg\:hover\:border-green-warm-70:hover {
    border-color:#45472f
  }
  .tablet-lg\:border-green-warm-80,
  .tablet-lg\:hover\:border-green-warm-80:hover {
    border-color:#2d2f21
  }
  .tablet-lg\:border-green-warm-90,
  .tablet-lg\:hover\:border-green-warm-90:hover {
    border-color:#171712
  }
  .tablet-lg\:border-green-warm-5v,
  .tablet-lg\:hover\:border-green-warm-5v:hover {
    border-color:#f5fbc1
  }
  .tablet-lg\:border-green-warm-10v,
  .tablet-lg\:hover\:border-green-warm-10v:hover {
    border-color:#e7f434
  }
  .tablet-lg\:border-green-warm-20v,
  .tablet-lg\:hover\:border-green-warm-20v:hover {
    border-color:#c5d30a
  }
  .tablet-lg\:border-green-warm-30v,
  .tablet-lg\:hover\:border-green-warm-30v:hover {
    border-color:#a3b72c
  }
  .tablet-lg\:border-green-warm-40v,
  .tablet-lg\:hover\:border-green-warm-40v:hover {
    border-color:#7e9c1d
  }
  .tablet-lg\:border-green-warm-50v,
  .tablet-lg\:hover\:border-green-warm-50v:hover {
    border-color:#6a7d00
  }
  .tablet-lg\:border-green-warm-60v,
  .tablet-lg\:hover\:border-green-warm-60v:hover {
    border-color:#5a6613
  }
  .tablet-lg\:border-green-warm-70v,
  .tablet-lg\:hover\:border-green-warm-70v:hover {
    border-color:#4b4e10
  }
  .tablet-lg\:border-green-warm-80v,
  .tablet-lg\:hover\:border-green-warm-80v:hover {
    border-color:#38380b
  }
  .tablet-lg\:border-indigo-cool-5,
  .tablet-lg\:hover\:border-indigo-cool-5:hover {
    border-color:#eef0f9
  }
  .tablet-lg\:border-indigo-cool-10,
  .tablet-lg\:hover\:border-indigo-cool-10:hover {
    border-color:#e1e6f9
  }
  .tablet-lg\:border-indigo-cool-20,
  .tablet-lg\:hover\:border-indigo-cool-20:hover {
    border-color:#bbc8f5
  }
  .tablet-lg\:border-indigo-cool-30,
  .tablet-lg\:hover\:border-indigo-cool-30:hover {
    border-color:#96abee
  }
  .tablet-lg\:border-indigo-cool-40,
  .tablet-lg\:hover\:border-indigo-cool-40:hover {
    border-color:#6b8ee8
  }
  .tablet-lg\:border-indigo-cool-50,
  .tablet-lg\:hover\:border-indigo-cool-50:hover {
    border-color:#496fd8
  }
  .tablet-lg\:border-indigo-cool-60,
  .tablet-lg\:hover\:border-indigo-cool-60:hover {
    border-color:#3f57a6
  }
  .tablet-lg\:border-indigo-cool-70,
  .tablet-lg\:hover\:border-indigo-cool-70:hover {
    border-color:#374274
  }
  .tablet-lg\:border-indigo-cool-80,
  .tablet-lg\:hover\:border-indigo-cool-80:hover {
    border-color:#292d42
  }
  .tablet-lg\:border-indigo-cool-90,
  .tablet-lg\:hover\:border-indigo-cool-90:hover {
    border-color:#151622
  }
  .tablet-lg\:border-indigo-cool-5v,
  .tablet-lg\:hover\:border-indigo-cool-5v:hover {
    border-color:#edf0ff
  }
  .tablet-lg\:border-indigo-cool-10v,
  .tablet-lg\:hover\:border-indigo-cool-10v:hover {
    border-color:#dee5ff
  }
  .tablet-lg\:border-indigo-cool-20v,
  .tablet-lg\:hover\:border-indigo-cool-20v:hover {
    border-color:#b8c8ff
  }
  .tablet-lg\:border-indigo-cool-30v,
  .tablet-lg\:hover\:border-indigo-cool-30v:hover {
    border-color:#94adff
  }
  .tablet-lg\:border-indigo-cool-40v,
  .tablet-lg\:hover\:border-indigo-cool-40v:hover {
    border-color:#628ef4
  }
  .tablet-lg\:border-indigo-cool-50v,
  .tablet-lg\:hover\:border-indigo-cool-50v:hover {
    border-color:#4866ff
  }
  .tablet-lg\:border-indigo-cool-60v,
  .tablet-lg\:hover\:border-indigo-cool-60v:hover {
    border-color:#3e4ded
  }
  .tablet-lg\:border-indigo-cool-70v,
  .tablet-lg\:hover\:border-indigo-cool-70v:hover {
    border-color:#222fbf
  }
  .tablet-lg\:border-indigo-cool-80v,
  .tablet-lg\:hover\:border-indigo-cool-80v:hover {
    border-color:#1b2b85
  }
  .tablet-lg\:border-indigo-5,
  .tablet-lg\:hover\:border-indigo-5:hover {
    border-color:#efeff8
  }
  .tablet-lg\:border-indigo-10,
  .tablet-lg\:hover\:border-indigo-10:hover {
    border-color:#e5e4fa
  }
  .tablet-lg\:border-indigo-20,
  .tablet-lg\:hover\:border-indigo-20:hover {
    border-color:#c5c5f3
  }
  .tablet-lg\:border-indigo-30,
  .tablet-lg\:hover\:border-indigo-30:hover {
    border-color:#a5a8eb
  }
  .tablet-lg\:border-indigo-40,
  .tablet-lg\:hover\:border-indigo-40:hover {
    border-color:#8889db
  }
  .tablet-lg\:border-indigo-50,
  .tablet-lg\:hover\:border-indigo-50:hover {
    border-color:#676cc8
  }
  .tablet-lg\:border-indigo-60,
  .tablet-lg\:hover\:border-indigo-60:hover {
    border-color:#4d52af
  }
  .tablet-lg\:border-indigo-70,
  .tablet-lg\:hover\:border-indigo-70:hover {
    border-color:#3d4076
  }
  .tablet-lg\:border-indigo-80,
  .tablet-lg\:hover\:border-indigo-80:hover {
    border-color:#2b2c40
  }
  .tablet-lg\:border-indigo-90,
  .tablet-lg\:hover\:border-indigo-90:hover {
    border-color:#16171f
  }
  .tablet-lg\:border-indigo-5v,
  .tablet-lg\:hover\:border-indigo-5v:hover {
    border-color:#f0f0ff
  }
  .tablet-lg\:border-indigo-10v,
  .tablet-lg\:hover\:border-indigo-10v:hover {
    border-color:#e0e0ff
  }
  .tablet-lg\:border-indigo-20v,
  .tablet-lg\:hover\:border-indigo-20v:hover {
    border-color:#ccceff
  }
  .tablet-lg\:border-indigo-30v,
  .tablet-lg\:hover\:border-indigo-30v:hover {
    border-color:#a3a7fa
  }
  .tablet-lg\:border-indigo-40v,
  .tablet-lg\:hover\:border-indigo-40v:hover {
    border-color:#8289ff
  }
  .tablet-lg\:border-indigo-50v,
  .tablet-lg\:hover\:border-indigo-50v:hover {
    border-color:#656bd7
  }
  .tablet-lg\:border-indigo-60v,
  .tablet-lg\:hover\:border-indigo-60v:hover {
    border-color:#4a50c4
  }
  .tablet-lg\:border-indigo-70v,
  .tablet-lg\:hover\:border-indigo-70v:hover {
    border-color:#3333a3
  }
  .tablet-lg\:border-indigo-80v,
  .tablet-lg\:hover\:border-indigo-80v:hover {
    border-color:#212463
  }
  .tablet-lg\:border-indigo-warm-5,
  .tablet-lg\:hover\:border-indigo-warm-5:hover {
    border-color:#f1eff7
  }
  .tablet-lg\:border-indigo-warm-10,
  .tablet-lg\:hover\:border-indigo-warm-10:hover {
    border-color:#e7e3fa
  }
  .tablet-lg\:border-indigo-warm-20,
  .tablet-lg\:hover\:border-indigo-warm-20:hover {
    border-color:#cbc4f2
  }
  .tablet-lg\:border-indigo-warm-30,
  .tablet-lg\:hover\:border-indigo-warm-30:hover {
    border-color:#afa5e8
  }
  .tablet-lg\:border-indigo-warm-40,
  .tablet-lg\:hover\:border-indigo-warm-40:hover {
    border-color:#9287d8
  }
  .tablet-lg\:border-indigo-warm-50,
  .tablet-lg\:hover\:border-indigo-warm-50:hover {
    border-color:#7665d1
  }
  .tablet-lg\:border-indigo-warm-60,
  .tablet-lg\:hover\:border-indigo-warm-60:hover {
    border-color:#5e519e
  }
  .tablet-lg\:border-indigo-warm-70,
  .tablet-lg\:hover\:border-indigo-warm-70:hover {
    border-color:#453c7b
  }
  .tablet-lg\:border-indigo-warm-80,
  .tablet-lg\:hover\:border-indigo-warm-80:hover {
    border-color:#2e2c40
  }
  .tablet-lg\:border-indigo-warm-90,
  .tablet-lg\:hover\:border-indigo-warm-90:hover {
    border-color:#18161d
  }
  .tablet-lg\:border-indigo-warm-5v,
  .tablet-lg\:hover\:border-indigo-warm-5v:hover {
    border-color:#f5f2ff
  }
  .tablet-lg\:border-indigo-warm-10v,
  .tablet-lg\:hover\:border-indigo-warm-10v:hover {
    border-color:#e4deff
  }
  .tablet-lg\:border-indigo-warm-20v,
  .tablet-lg\:hover\:border-indigo-warm-20v:hover {
    border-color:#cfc4fd
  }
  .tablet-lg\:border-indigo-warm-30v,
  .tablet-lg\:hover\:border-indigo-warm-30v:hover {
    border-color:#b69fff
  }
  .tablet-lg\:border-indigo-warm-40v,
  .tablet-lg\:hover\:border-indigo-warm-40v:hover {
    border-color:#967efb
  }
  .tablet-lg\:border-indigo-warm-50v,
  .tablet-lg\:hover\:border-indigo-warm-50v:hover {
    border-color:#745fe9
  }
  .tablet-lg\:border-indigo-warm-60v,
  .tablet-lg\:hover\:border-indigo-warm-60v:hover {
    border-color:#5942d2
  }
  .tablet-lg\:border-indigo-warm-70v,
  .tablet-lg\:hover\:border-indigo-warm-70v:hover {
    border-color:#3d2c9d
  }
  .tablet-lg\:border-indigo-warm-80v,
  .tablet-lg\:hover\:border-indigo-warm-80v:hover {
    border-color:#261f5b
  }
  .tablet-lg\:border-magenta-5,
  .tablet-lg\:hover\:border-magenta-5:hover {
    border-color:#f9f0f2
  }
  .tablet-lg\:border-magenta-10,
  .tablet-lg\:hover\:border-magenta-10:hover {
    border-color:#f6e1e8
  }
  .tablet-lg\:border-magenta-20,
  .tablet-lg\:hover\:border-magenta-20:hover {
    border-color:#f0bbcc
  }
  .tablet-lg\:border-magenta-30,
  .tablet-lg\:hover\:border-magenta-30:hover {
    border-color:#e895b3
  }
  .tablet-lg\:border-magenta-40,
  .tablet-lg\:hover\:border-magenta-40:hover {
    border-color:#e0699f
  }
  .tablet-lg\:border-magenta-50,
  .tablet-lg\:hover\:border-magenta-50:hover {
    border-color:#c84281
  }
  .tablet-lg\:border-magenta-60,
  .tablet-lg\:hover\:border-magenta-60:hover {
    border-color:#8b4566
  }
  .tablet-lg\:border-magenta-70,
  .tablet-lg\:hover\:border-magenta-70:hover {
    border-color:#66364b
  }
  .tablet-lg\:border-magenta-80,
  .tablet-lg\:hover\:border-magenta-80:hover {
    border-color:#402731
  }
  .tablet-lg\:border-magenta-90,
  .tablet-lg\:hover\:border-magenta-90:hover {
    border-color:#1b1617
  }
  .tablet-lg\:border-magenta-5v,
  .tablet-lg\:hover\:border-magenta-5v:hover {
    border-color:#f9f0f2
  }
  .tablet-lg\:border-magenta-10v,
  .tablet-lg\:hover\:border-magenta-10v:hover {
    border-color:#ffddea
  }
  .tablet-lg\:border-magenta-20v,
  .tablet-lg\:hover\:border-magenta-20v:hover {
    border-color:#ffb4cf
  }
  .tablet-lg\:border-magenta-30v,
  .tablet-lg\:hover\:border-magenta-30v:hover {
    border-color:#ff87b2
  }
  .tablet-lg\:border-magenta-40v,
  .tablet-lg\:hover\:border-magenta-40v:hover {
    border-color:#fd4496
  }
  .tablet-lg\:border-magenta-50v,
  .tablet-lg\:hover\:border-magenta-50v:hover {
    border-color:#d72d79
  }
  .tablet-lg\:border-magenta-60v,
  .tablet-lg\:hover\:border-magenta-60v:hover {
    border-color:#ab2165
  }
  .tablet-lg\:border-magenta-70v,
  .tablet-lg\:hover\:border-magenta-70v:hover {
    border-color:#731f44
  }
  .tablet-lg\:border-magenta-80v,
  .tablet-lg\:hover\:border-magenta-80v:hover {
    border-color:#4f172e
  }
  .tablet-lg\:border-mint-cool-5,
  .tablet-lg\:hover\:border-mint-cool-5:hover {
    border-color:#e0f7f6
  }
  .tablet-lg\:border-mint-cool-10,
  .tablet-lg\:hover\:border-mint-cool-10:hover {
    border-color:#c4eeeb
  }
  .tablet-lg\:border-mint-cool-20,
  .tablet-lg\:hover\:border-mint-cool-20:hover {
    border-color:#9bd4cf
  }
  .tablet-lg\:border-mint-cool-30,
  .tablet-lg\:hover\:border-mint-cool-30:hover {
    border-color:#6fbab3
  }
  .tablet-lg\:border-mint-cool-40,
  .tablet-lg\:hover\:border-mint-cool-40:hover {
    border-color:#4f9e99
  }
  .tablet-lg\:border-mint-cool-50,
  .tablet-lg\:hover\:border-mint-cool-50:hover {
    border-color:#40807e
  }
  .tablet-lg\:border-mint-cool-60,
  .tablet-lg\:hover\:border-mint-cool-60:hover {
    border-color:#376462
  }
  .tablet-lg\:border-mint-cool-70,
  .tablet-lg\:hover\:border-mint-cool-70:hover {
    border-color:#2a4b45
  }
  .tablet-lg\:border-mint-cool-80,
  .tablet-lg\:hover\:border-mint-cool-80:hover {
    border-color:#203131
  }
  .tablet-lg\:border-mint-cool-90,
  .tablet-lg\:hover\:border-mint-cool-90:hover {
    border-color:#111818
  }
  .tablet-lg\:border-mint-cool-5v,
  .tablet-lg\:hover\:border-mint-cool-5v:hover {
    border-color:#d5fbf3
  }
  .tablet-lg\:border-mint-cool-10v,
  .tablet-lg\:hover\:border-mint-cool-10v:hover {
    border-color:#7efbe1
  }
  .tablet-lg\:border-mint-cool-20v,
  .tablet-lg\:hover\:border-mint-cool-20v:hover {
    border-color:#29e1cb
  }
  .tablet-lg\:border-mint-cool-30v,
  .tablet-lg\:hover\:border-mint-cool-30v:hover {
    border-color:#1dc2ae
  }
  .tablet-lg\:border-mint-cool-40v,
  .tablet-lg\:hover\:border-mint-cool-40v:hover {
    border-color:#00a398
  }
  .tablet-lg\:border-mint-cool-50v,
  .tablet-lg\:hover\:border-mint-cool-50v:hover {
    border-color:#008480
  }
  .tablet-lg\:border-mint-cool-60v,
  .tablet-lg\:hover\:border-mint-cool-60v:hover {
    border-color:#0f6460
  }
  .tablet-lg\:border-mint-cool-70v,
  .tablet-lg\:hover\:border-mint-cool-70v:hover {
    border-color:#0b4b3f
  }
  .tablet-lg\:border-mint-cool-80v,
  .tablet-lg\:hover\:border-mint-cool-80v:hover {
    border-color:#123131
  }
  .tablet-lg\:border-mint-5,
  .tablet-lg\:hover\:border-mint-5:hover {
    border-color:#dbf6ed
  }
  .tablet-lg\:border-mint-10,
  .tablet-lg\:hover\:border-mint-10:hover {
    border-color:#c7efe2
  }
  .tablet-lg\:border-mint-20,
  .tablet-lg\:hover\:border-mint-20:hover {
    border-color:#92d9bb
  }
  .tablet-lg\:border-mint-30,
  .tablet-lg\:hover\:border-mint-30:hover {
    border-color:#5abf95
  }
  .tablet-lg\:border-mint-40,
  .tablet-lg\:hover\:border-mint-40:hover {
    border-color:#34a37e
  }
  .tablet-lg\:border-mint-50,
  .tablet-lg\:hover\:border-mint-50:hover {
    border-color:#2e8367
  }
  .tablet-lg\:border-mint-60,
  .tablet-lg\:hover\:border-mint-60:hover {
    border-color:#286846
  }
  .tablet-lg\:border-mint-70,
  .tablet-lg\:hover\:border-mint-70:hover {
    border-color:#204e34
  }
  .tablet-lg\:border-mint-80,
  .tablet-lg\:hover\:border-mint-80:hover {
    border-color:#193324
  }
  .tablet-lg\:border-mint-90,
  .tablet-lg\:hover\:border-mint-90:hover {
    border-color:#0d1a12
  }
  .tablet-lg\:border-mint-5v,
  .tablet-lg\:hover\:border-mint-5v:hover {
    border-color:#c9fbeb
  }
  .tablet-lg\:border-mint-10v,
  .tablet-lg\:hover\:border-mint-10v:hover {
    border-color:#83fcd4
  }
  .tablet-lg\:border-mint-20v,
  .tablet-lg\:hover\:border-mint-20v:hover {
    border-color:#0ceda6
  }
  .tablet-lg\:border-mint-30v,
  .tablet-lg\:hover\:border-mint-30v:hover {
    border-color:#04c585
  }
  .tablet-lg\:border-mint-40v,
  .tablet-lg\:hover\:border-mint-40v:hover {
    border-color:#00a871
  }
  .tablet-lg\:border-mint-50v,
  .tablet-lg\:hover\:border-mint-50v:hover {
    border-color:#008659
  }
  .tablet-lg\:border-mint-60v,
  .tablet-lg\:hover\:border-mint-60v:hover {
    border-color:#146947
  }
  .tablet-lg\:border-mint-70v,
  .tablet-lg\:hover\:border-mint-70v:hover {
    border-color:#0c4e29
  }
  .tablet-lg\:border-mint-80v,
  .tablet-lg\:hover\:border-mint-80v:hover {
    border-color:#0d351e
  }
  .tablet-lg\:border-orange-5,
  .tablet-lg\:hover\:border-orange-5:hover {
    border-color:#f6efe9
  }
  .tablet-lg\:border-orange-10,
  .tablet-lg\:hover\:border-orange-10:hover {
    border-color:#f2e4d4
  }
  .tablet-lg\:border-orange-20,
  .tablet-lg\:hover\:border-orange-20:hover {
    border-color:#f3bf90
  }
  .tablet-lg\:border-orange-30,
  .tablet-lg\:hover\:border-orange-30:hover {
    border-color:#f09860
  }
  .tablet-lg\:border-orange-40,
  .tablet-lg\:hover\:border-orange-40:hover {
    border-color:#dd7533
  }
  .tablet-lg\:border-orange-50,
  .tablet-lg\:hover\:border-orange-50:hover {
    border-color:#a86437
  }
  .tablet-lg\:border-orange-60,
  .tablet-lg\:hover\:border-orange-60:hover {
    border-color:#775540
  }
  .tablet-lg\:border-orange-70,
  .tablet-lg\:hover\:border-orange-70:hover {
    border-color:#524236
  }
  .tablet-lg\:border-orange-80,
  .tablet-lg\:hover\:border-orange-80:hover {
    border-color:#332d27
  }
  .tablet-lg\:border-orange-90,
  .tablet-lg\:hover\:border-orange-90:hover {
    border-color:#1b1614
  }
  .tablet-lg\:border-orange-5v,
  .tablet-lg\:hover\:border-orange-5v:hover {
    border-color:#fef2e4
  }
  .tablet-lg\:border-orange-10v,
  .tablet-lg\:hover\:border-orange-10v:hover {
    border-color:#fce2c5
  }
  .tablet-lg\:border-orange-20v,
  .tablet-lg\:hover\:border-orange-20v:hover {
    border-color:#ffbc78
  }
  .tablet-lg\:border-orange-30v,
  .tablet-lg\:hover\:border-orange-30v:hover {
    border-color:#fa9441
  }
  .tablet-lg\:border-orange-40v,
  .tablet-lg\:hover\:border-orange-40v:hover {
    border-color:#e66f0e
  }
  .tablet-lg\:border-orange-50v,
  .tablet-lg\:hover\:border-orange-50v:hover {
    border-color:#c05600
  }
  .tablet-lg\:border-orange-60v,
  .tablet-lg\:hover\:border-orange-60v:hover {
    border-color:#8c471c
  }
  .tablet-lg\:border-orange-70v,
  .tablet-lg\:hover\:border-orange-70v:hover {
    border-color:#5f3617
  }
  .tablet-lg\:border-orange-80v,
  .tablet-lg\:hover\:border-orange-80v:hover {
    border-color:#352313
  }
  .tablet-lg\:border-orange-warm-5,
  .tablet-lg\:hover\:border-orange-warm-5:hover {
    border-color:#faeee5
  }
  .tablet-lg\:border-orange-warm-10,
  .tablet-lg\:hover\:border-orange-warm-10:hover {
    border-color:#fbe0d0
  }
  .tablet-lg\:border-orange-warm-20,
  .tablet-lg\:hover\:border-orange-warm-20:hover {
    border-color:#f7bca2
  }
  .tablet-lg\:border-orange-warm-30,
  .tablet-lg\:hover\:border-orange-warm-30:hover {
    border-color:#f3966d
  }
  .tablet-lg\:border-orange-warm-40,
  .tablet-lg\:hover\:border-orange-warm-40:hover {
    border-color:#e17141
  }
  .tablet-lg\:border-orange-warm-50,
  .tablet-lg\:hover\:border-orange-warm-50:hover {
    border-color:#bd5727
  }
  .tablet-lg\:border-orange-warm-60,
  .tablet-lg\:hover\:border-orange-warm-60:hover {
    border-color:#914734
  }
  .tablet-lg\:border-orange-warm-70,
  .tablet-lg\:hover\:border-orange-warm-70:hover {
    border-color:#633a32
  }
  .tablet-lg\:border-orange-warm-80,
  .tablet-lg\:hover\:border-orange-warm-80:hover {
    border-color:#3d2925
  }
  .tablet-lg\:border-orange-warm-90,
  .tablet-lg\:hover\:border-orange-warm-90:hover {
    border-color:#1c1615
  }
  .tablet-lg\:border-orange-warm-5v,
  .tablet-lg\:hover\:border-orange-warm-5v:hover {
    border-color:#fff3ea
  }
  .tablet-lg\:border-orange-warm-10v,
  .tablet-lg\:hover\:border-orange-warm-10v:hover {
    border-color:#ffe2d1
  }
  .tablet-lg\:border-orange-warm-20v,
  .tablet-lg\:hover\:border-orange-warm-20v:hover {
    border-color:#fbbaa7
  }
  .tablet-lg\:border-orange-warm-30v,
  .tablet-lg\:hover\:border-orange-warm-30v:hover {
    border-color:#fc906d
  }
  .tablet-lg\:border-orange-warm-40v,
  .tablet-lg\:hover\:border-orange-warm-40v:hover {
    border-color:#ff580a
  }
  .tablet-lg\:border-orange-warm-50v,
  .tablet-lg\:hover\:border-orange-warm-50v:hover {
    border-color:#cf4900
  }
  .tablet-lg\:border-orange-warm-60v,
  .tablet-lg\:hover\:border-orange-warm-60v:hover {
    border-color:#a72f10
  }
  .tablet-lg\:border-orange-warm-70v,
  .tablet-lg\:hover\:border-orange-warm-70v:hover {
    border-color:#782312
  }
  .tablet-lg\:border-orange-warm-80v,
  .tablet-lg\:hover\:border-orange-warm-80v:hover {
    border-color:#3d231d
  }
  .tablet-lg\:border-red-cool-5,
  .tablet-lg\:hover\:border-red-cool-5:hover {
    border-color:#f8eff1
  }
  .tablet-lg\:border-red-cool-10,
  .tablet-lg\:hover\:border-red-cool-10:hover {
    border-color:#f3e1e4
  }
  .tablet-lg\:border-red-cool-20,
  .tablet-lg\:hover\:border-red-cool-20:hover {
    border-color:#ecbec6
  }
  .tablet-lg\:border-red-cool-30,
  .tablet-lg\:hover\:border-red-cool-30:hover {
    border-color:#e09aa6
  }
  .tablet-lg\:border-red-cool-40,
  .tablet-lg\:hover\:border-red-cool-40:hover {
    border-color:#e16b80
  }
  .tablet-lg\:border-red-cool-50,
  .tablet-lg\:hover\:border-red-cool-50:hover {
    border-color:#cd425b
  }
  .tablet-lg\:border-red-cool-60,
  .tablet-lg\:hover\:border-red-cool-60:hover {
    border-color:#9e394b
  }
  .tablet-lg\:border-red-cool-70,
  .tablet-lg\:hover\:border-red-cool-70:hover {
    border-color:#68363f
  }
  .tablet-lg\:border-red-cool-80,
  .tablet-lg\:hover\:border-red-cool-80:hover {
    border-color:#40282c
  }
  .tablet-lg\:border-red-cool-90,
  .tablet-lg\:hover\:border-red-cool-90:hover {
    border-color:#1e1517
  }
  .tablet-lg\:border-red-cool-5v,
  .tablet-lg\:hover\:border-red-cool-5v:hover {
    border-color:#fff2f5
  }
  .tablet-lg\:border-red-cool-10v,
  .tablet-lg\:hover\:border-red-cool-10v:hover {
    border-color:#f8dfe2
  }
  .tablet-lg\:border-red-cool-20v,
  .tablet-lg\:hover\:border-red-cool-20v:hover {
    border-color:#f8b9c5
  }
  .tablet-lg\:border-red-cool-30v,
  .tablet-lg\:hover\:border-red-cool-30v:hover {
    border-color:#fd8ba0
  }
  .tablet-lg\:border-red-cool-40v,
  .tablet-lg\:hover\:border-red-cool-40v:hover {
    border-color:#f45d79
  }
  .tablet-lg\:border-red-cool-50v,
  .tablet-lg\:hover\:border-red-cool-50v:hover {
    border-color:#e41d3d
  }
  .tablet-lg\:border-red-cool-60v,
  .tablet-lg\:hover\:border-red-cool-60v:hover {
    border-color:#b21d38
  }
  .tablet-lg\:border-red-cool-70v,
  .tablet-lg\:hover\:border-red-cool-70v:hover {
    border-color:#822133
  }
  .tablet-lg\:border-red-cool-80v,
  .tablet-lg\:hover\:border-red-cool-80v:hover {
    border-color:#4f1c24
  }
  .tablet-lg\:border-red-5,
  .tablet-lg\:hover\:border-red-5:hover {
    border-color:#f9eeee
  }
  .tablet-lg\:border-red-10,
  .tablet-lg\:hover\:border-red-10:hover {
    border-color:#f8e1de
  }
  .tablet-lg\:border-red-20,
  .tablet-lg\:hover\:border-red-20:hover {
    border-color:#f7bbb1
  }
  .tablet-lg\:border-red-30,
  .tablet-lg\:hover\:border-red-30:hover {
    border-color:#f2938c
  }
  .tablet-lg\:border-red-40,
  .tablet-lg\:hover\:border-red-40:hover {
    border-color:#e9695f
  }
  .tablet-lg\:border-red-50,
  .tablet-lg\:hover\:border-red-50:hover {
    border-color:#d83933
  }
  .tablet-lg\:border-red-60,
  .tablet-lg\:hover\:border-red-60:hover {
    border-color:#a23737
  }
  .tablet-lg\:border-red-70,
  .tablet-lg\:hover\:border-red-70:hover {
    border-color:#6f3331
  }
  .tablet-lg\:border-red-80,
  .tablet-lg\:hover\:border-red-80:hover {
    border-color:#3e2927
  }
  .tablet-lg\:border-red-90,
  .tablet-lg\:hover\:border-red-90:hover {
    border-color:#1b1616
  }
  .tablet-lg\:border-red-5v,
  .tablet-lg\:hover\:border-red-5v:hover {
    border-color:#fff3f2
  }
  .tablet-lg\:border-red-10v,
  .tablet-lg\:hover\:border-red-10v:hover {
    border-color:#fde0db
  }
  .tablet-lg\:border-red-20v,
  .tablet-lg\:hover\:border-red-20v:hover {
    border-color:#fdb8ae
  }
  .tablet-lg\:border-red-30v,
  .tablet-lg\:hover\:border-red-30v:hover {
    border-color:#ff8d7b
  }
  .tablet-lg\:border-red-40v,
  .tablet-lg\:hover\:border-red-40v:hover {
    border-color:#fb5a47
  }
  .tablet-lg\:border-red-50v,
  .tablet-lg\:hover\:border-red-50v:hover {
    border-color:#e52207
  }
  .tablet-lg\:border-red-60v,
  .tablet-lg\:hover\:border-red-60v:hover {
    border-color:#b50909
  }
  .tablet-lg\:border-red-70v,
  .tablet-lg\:hover\:border-red-70v:hover {
    border-color:#8b0a03
  }
  .tablet-lg\:border-red-80v,
  .tablet-lg\:hover\:border-red-80v:hover {
    border-color:#5c1111
  }
  .tablet-lg\:border-red-warm-5,
  .tablet-lg\:hover\:border-red-warm-5:hover {
    border-color:#f6efea
  }
  .tablet-lg\:border-red-warm-10,
  .tablet-lg\:hover\:border-red-warm-10:hover {
    border-color:#f4e3db
  }
  .tablet-lg\:border-red-warm-20,
  .tablet-lg\:hover\:border-red-warm-20:hover {
    border-color:#ecc0a7
  }
  .tablet-lg\:border-red-warm-30,
  .tablet-lg\:hover\:border-red-warm-30:hover {
    border-color:#dca081
  }
  .tablet-lg\:border-red-warm-40,
  .tablet-lg\:hover\:border-red-warm-40:hover {
    border-color:#d27a56
  }
  .tablet-lg\:border-red-warm-50,
  .tablet-lg\:hover\:border-red-warm-50:hover {
    border-color:#c3512c
  }
  .tablet-lg\:border-red-warm-60,
  .tablet-lg\:hover\:border-red-warm-60:hover {
    border-color:#805039
  }
  .tablet-lg\:border-red-warm-70,
  .tablet-lg\:hover\:border-red-warm-70:hover {
    border-color:#524236
  }
  .tablet-lg\:border-red-warm-80,
  .tablet-lg\:hover\:border-red-warm-80:hover {
    border-color:#332d29
  }
  .tablet-lg\:border-red-warm-90,
  .tablet-lg\:hover\:border-red-warm-90:hover {
    border-color:#1f1c18
  }
  .tablet-lg\:border-red-warm-5v,
  .tablet-lg\:hover\:border-red-warm-5v:hover {
    border-color:#fff5ee
  }
  .tablet-lg\:border-red-warm-10v,
  .tablet-lg\:hover\:border-red-warm-10v:hover {
    border-color:#fce1d4
  }
  .tablet-lg\:border-red-warm-20v,
  .tablet-lg\:hover\:border-red-warm-20v:hover {
    border-color:#f6bd9c
  }
  .tablet-lg\:border-red-warm-30v,
  .tablet-lg\:hover\:border-red-warm-30v:hover {
    border-color:#f39268
  }
  .tablet-lg\:border-red-warm-40v,
  .tablet-lg\:hover\:border-red-warm-40v:hover {
    border-color:#ef5e25
  }
  .tablet-lg\:border-red-warm-50v,
  .tablet-lg\:hover\:border-red-warm-50v:hover {
    border-color:#d54309
  }
  .tablet-lg\:border-red-warm-60v,
  .tablet-lg\:hover\:border-red-warm-60v:hover {
    border-color:#9c3d10
  }
  .tablet-lg\:border-red-warm-70v,
  .tablet-lg\:hover\:border-red-warm-70v:hover {
    border-color:#63340f
  }
  .tablet-lg\:border-red-warm-80v,
  .tablet-lg\:hover\:border-red-warm-80v:hover {
    border-color:#3e2a1e
  }
  .tablet-lg\:border-violet-5,
  .tablet-lg\:hover\:border-violet-5:hover {
    border-color:#f4f1f9
  }
  .tablet-lg\:border-violet-10,
  .tablet-lg\:hover\:border-violet-10:hover {
    border-color:#ebe3f9
  }
  .tablet-lg\:border-violet-20,
  .tablet-lg\:hover\:border-violet-20:hover {
    border-color:#d0c3e9
  }
  .tablet-lg\:border-violet-30,
  .tablet-lg\:hover\:border-violet-30:hover {
    border-color:#b8a2e3
  }
  .tablet-lg\:border-violet-40,
  .tablet-lg\:hover\:border-violet-40:hover {
    border-color:#9d84d2
  }
  .tablet-lg\:border-violet-50,
  .tablet-lg\:hover\:border-violet-50:hover {
    border-color:#8168b3
  }
  .tablet-lg\:border-violet-60,
  .tablet-lg\:hover\:border-violet-60:hover {
    border-color:#665190
  }
  .tablet-lg\:border-violet-70,
  .tablet-lg\:hover\:border-violet-70:hover {
    border-color:#4c3d69
  }
  .tablet-lg\:border-violet-80,
  .tablet-lg\:hover\:border-violet-80:hover {
    border-color:#312b3f
  }
  .tablet-lg\:border-violet-90,
  .tablet-lg\:hover\:border-violet-90:hover {
    border-color:#18161d
  }
  .tablet-lg\:border-violet-5v,
  .tablet-lg\:hover\:border-violet-5v:hover {
    border-color:#f7f2ff
  }
  .tablet-lg\:border-violet-10v,
  .tablet-lg\:hover\:border-violet-10v:hover {
    border-color:#ede3ff
  }
  .tablet-lg\:border-violet-20v,
  .tablet-lg\:hover\:border-violet-20v:hover {
    border-color:#d5bfff
  }
  .tablet-lg\:border-violet-30v,
  .tablet-lg\:hover\:border-violet-30v:hover {
    border-color:#c39deb
  }
  .tablet-lg\:border-violet-40v,
  .tablet-lg\:hover\:border-violet-40v:hover {
    border-color:#ad79e9
  }
  .tablet-lg\:border-violet-50v,
  .tablet-lg\:hover\:border-violet-50v:hover {
    border-color:#9355dc
  }
  .tablet-lg\:border-violet-60v,
  .tablet-lg\:hover\:border-violet-60v:hover {
    border-color:#783cb9
  }
  .tablet-lg\:border-violet-70v,
  .tablet-lg\:hover\:border-violet-70v:hover {
    border-color:#54278f
  }
  .tablet-lg\:border-violet-80v,
  .tablet-lg\:hover\:border-violet-80v:hover {
    border-color:#39215e
  }
  .tablet-lg\:border-violet-warm-5,
  .tablet-lg\:hover\:border-violet-warm-5:hover {
    border-color:#f8f0f9
  }
  .tablet-lg\:border-violet-warm-10,
  .tablet-lg\:hover\:border-violet-warm-10:hover {
    border-color:#f6dff8
  }
  .tablet-lg\:border-violet-warm-20,
  .tablet-lg\:hover\:border-violet-warm-20:hover {
    border-color:#e2bee4
  }
  .tablet-lg\:border-violet-warm-30,
  .tablet-lg\:hover\:border-violet-warm-30:hover {
    border-color:#d29ad8
  }
  .tablet-lg\:border-violet-warm-40,
  .tablet-lg\:hover\:border-violet-warm-40:hover {
    border-color:#bf77c8
  }
  .tablet-lg\:border-violet-warm-50,
  .tablet-lg\:hover\:border-violet-warm-50:hover {
    border-color:#b04abd
  }
  .tablet-lg\:border-violet-warm-60,
  .tablet-lg\:hover\:border-violet-warm-60:hover {
    border-color:#864381
  }
  .tablet-lg\:border-violet-warm-70,
  .tablet-lg\:hover\:border-violet-warm-70:hover {
    border-color:#5c395a
  }
  .tablet-lg\:border-violet-warm-80,
  .tablet-lg\:hover\:border-violet-warm-80:hover {
    border-color:#382936
  }
  .tablet-lg\:border-violet-warm-90,
  .tablet-lg\:hover\:border-violet-warm-90:hover {
    border-color:#1b151b
  }
  .tablet-lg\:border-violet-warm-5v,
  .tablet-lg\:hover\:border-violet-warm-5v:hover {
    border-color:#fef2ff
  }
  .tablet-lg\:border-violet-warm-10v,
  .tablet-lg\:hover\:border-violet-warm-10v:hover {
    border-color:#fbdcff
  }
  .tablet-lg\:border-violet-warm-20v,
  .tablet-lg\:hover\:border-violet-warm-20v:hover {
    border-color:#f4b2ff
  }
  .tablet-lg\:border-violet-warm-30v,
  .tablet-lg\:hover\:border-violet-warm-30v:hover {
    border-color:#ee83ff
  }
  .tablet-lg\:border-violet-warm-40v,
  .tablet-lg\:hover\:border-violet-warm-40v:hover {
    border-color:#d85bef
  }
  .tablet-lg\:border-violet-warm-50v,
  .tablet-lg\:hover\:border-violet-warm-50v:hover {
    border-color:#be32d0
  }
  .tablet-lg\:border-violet-warm-60v,
  .tablet-lg\:hover\:border-violet-warm-60v:hover {
    border-color:#93348c
  }
  .tablet-lg\:border-violet-warm-70v,
  .tablet-lg\:hover\:border-violet-warm-70v:hover {
    border-color:#711e6c
  }
  .tablet-lg\:border-violet-warm-80v,
  .tablet-lg\:hover\:border-violet-warm-80v:hover {
    border-color:#481441
  }
  .tablet-lg\:border-white-transparent-5,
  .tablet-lg\:hover\:border-white-transparent-5:hover {
    border-color:rgba(255,255,255,.01)
  }
  .tablet-lg\:border-white-transparent-10,
  .tablet-lg\:hover\:border-white-transparent-10:hover {
    border-color:rgba(255,255,255,.1)
  }
  .tablet-lg\:border-white-transparent-20,
  .tablet-lg\:hover\:border-white-transparent-20:hover {
    border-color:rgba(255,255,255,.2)
  }
  .tablet-lg\:border-white-transparent-30,
  .tablet-lg\:hover\:border-white-transparent-30:hover {
    border-color:rgba(255,255,255,.3)
  }
  .tablet-lg\:border-white-transparent-40,
  .tablet-lg\:hover\:border-white-transparent-40:hover {
    border-color:rgba(255,255,255,.4)
  }
  .tablet-lg\:border-white-transparent-50,
  .tablet-lg\:hover\:border-white-transparent-50:hover {
    border-color:rgba(255,255,255,.5)
  }
  .tablet-lg\:border-white-transparent-60,
  .tablet-lg\:hover\:border-white-transparent-60:hover {
    border-color:rgba(255,255,255,.6)
  }
  .tablet-lg\:border-white-transparent-70,
  .tablet-lg\:hover\:border-white-transparent-70:hover {
    border-color:rgba(255,255,255,.7)
  }
  .tablet-lg\:border-white-transparent-80,
  .tablet-lg\:hover\:border-white-transparent-80:hover {
    border-color:rgba(255,255,255,.8)
  }
  .tablet-lg\:border-white-transparent-90,
  .tablet-lg\:hover\:border-white-transparent-90:hover {
    border-color:rgba(255,255,255,.9)
  }
  .tablet-lg\:border-yellow-5,
  .tablet-lg\:hover\:border-yellow-5:hover {
    border-color:#faf3d1
  }
  .tablet-lg\:border-yellow-10,
  .tablet-lg\:hover\:border-yellow-10:hover {
    border-color:#f5e6af
  }
  .tablet-lg\:border-yellow-20,
  .tablet-lg\:hover\:border-yellow-20:hover {
    border-color:#e6c74c
  }
  .tablet-lg\:border-yellow-30,
  .tablet-lg\:hover\:border-yellow-30:hover {
    border-color:#c9ab48
  }
  .tablet-lg\:border-yellow-40,
  .tablet-lg\:hover\:border-yellow-40:hover {
    border-color:#a88f48
  }
  .tablet-lg\:border-yellow-50,
  .tablet-lg\:hover\:border-yellow-50:hover {
    border-color:#8a7237
  }
  .tablet-lg\:border-yellow-60,
  .tablet-lg\:hover\:border-yellow-60:hover {
    border-color:#6b5a39
  }
  .tablet-lg\:border-yellow-70,
  .tablet-lg\:hover\:border-yellow-70:hover {
    border-color:#504332
  }
  .tablet-lg\:border-yellow-80,
  .tablet-lg\:hover\:border-yellow-80:hover {
    border-color:#332d27
  }
  .tablet-lg\:border-yellow-90,
  .tablet-lg\:hover\:border-yellow-90:hover {
    border-color:#1a1614
  }
  .tablet-lg\:border-yellow-5v,
  .tablet-lg\:hover\:border-yellow-5v:hover {
    border-color:#fff5c2
  }
  .tablet-lg\:border-yellow-10v,
  .tablet-lg\:hover\:border-yellow-10v:hover {
    border-color:#fee685
  }
  .tablet-lg\:border-yellow-20v,
  .tablet-lg\:hover\:border-yellow-20v:hover {
    border-color:#face00
  }
  .tablet-lg\:border-yellow-30v,
  .tablet-lg\:hover\:border-yellow-30v:hover {
    border-color:#ddaa01
  }
  .tablet-lg\:border-yellow-40v,
  .tablet-lg\:hover\:border-yellow-40v:hover {
    border-color:#b38c00
  }
  .tablet-lg\:border-yellow-50v,
  .tablet-lg\:hover\:border-yellow-50v:hover {
    border-color:#947100
  }
  .tablet-lg\:border-yellow-60v,
  .tablet-lg\:hover\:border-yellow-60v:hover {
    border-color:#776017
  }
  .tablet-lg\:border-yellow-70v,
  .tablet-lg\:hover\:border-yellow-70v:hover {
    border-color:#5c4809
  }
  .tablet-lg\:border-yellow-80v,
  .tablet-lg\:hover\:border-yellow-80v:hover {
    border-color:#422d19
  }
  .tablet-lg\:radius-0 {
    border-radius:0
  }
  .tablet-lg\:radius-top-0 {
    border-top-left-radius:0;
    border-top-right-radius:0
  }
  .tablet-lg\:radius-right-0 {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .tablet-lg\:radius-bottom-0 {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
  }
  .tablet-lg\:radius-left-0 {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .tablet-lg\:radius-sm {
    border-radius:2px
  }
  .tablet-lg\:radius-top-sm {
    border-top-left-radius:2px;
    border-top-right-radius:2px
  }
  .tablet-lg\:radius-right-sm {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
  }
  .tablet-lg\:radius-bottom-sm {
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px
  }
  .tablet-lg\:radius-left-sm {
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
  }
  .tablet-lg\:radius-md {
    border-radius:.25rem
  }
  .tablet-lg\:radius-top-md {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  .tablet-lg\:radius-right-md {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .tablet-lg\:radius-bottom-md {
    border-bottom-left-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .tablet-lg\:radius-left-md {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  .tablet-lg\:radius-lg {
    border-radius:.5rem
  }
  .tablet-lg\:radius-top-lg {
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem
  }
  .tablet-lg\:radius-right-lg {
    border-top-right-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .tablet-lg\:radius-bottom-lg {
    border-bottom-left-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .tablet-lg\:radius-left-lg {
    border-top-left-radius:.5rem;
    border-bottom-left-radius:.5rem
  }
  .tablet-lg\:radius-pill {
    border-radius:99rem
  }
  .tablet-lg\:radius-top-pill {
    border-top-left-radius:99rem;
    border-top-right-radius:99rem
  }
  .tablet-lg\:radius-right-pill {
    border-top-right-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .tablet-lg\:radius-bottom-pill {
    border-bottom-left-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .tablet-lg\:radius-left-pill {
    border-top-left-radius:99rem;
    border-bottom-left-radius:99rem
  }
  .tablet-lg\:display-block {
    display:block
  }
  .tablet-lg\:display-flex {
    display:flex
  }
  .tablet-lg\:display-none {
    display:none
  }
  .tablet-lg\:display-inline {
    display:inline
  }
  .tablet-lg\:display-inline-block {
    display:inline-block
  }
  .tablet-lg\:display-inline-flex {
    display:inline-flex
  }
  .tablet-lg\:display-table {
    display:table
  }
  .tablet-lg\:display-table-cell {
    display:table-cell
  }
  .tablet-lg\:display-table-row {
    display:table-row
  }
  .tablet-lg\:font-mono-3xs {
    font-size:.77rem
  }
  .tablet-lg\:font-mono-2xs {
    font-size:.83rem
  }
  .tablet-lg\:font-mono-xs {
    font-size:.89rem
  }
  .tablet-lg\:font-mono-sm {
    font-size:.95rem
  }
  .tablet-lg\:font-mono-md {
    font-size:1.01rem
  }
  .tablet-lg\:font-mono-lg {
    font-size:1.31rem
  }
  .tablet-lg\:font-mono-xl {
    font-size:1.91rem
  }
  .tablet-lg\:font-mono-2xl {
    font-size:2.38rem
  }
  .tablet-lg\:font-mono-3xl {
    font-size:2.86rem
  }
  .tablet-lg\:font-sans-3xs {
    font-size:.87rem
  }
  .tablet-lg\:font-sans-2xs {
    font-size:.93rem
  }
  .tablet-lg\:font-sans-xs {
    font-size:1rem
  }
  .tablet-lg\:font-sans-sm {
    font-size:1.06rem
  }
  .tablet-lg\:font-sans-md {
    font-size:1.13rem
  }
  .tablet-lg\:font-sans-lg {
    font-size:1.46rem
  }
  .tablet-lg\:font-sans-xl {
    font-size:2.13rem
  }
  .tablet-lg\:font-sans-2xl {
    font-size:2.66rem
  }
  .tablet-lg\:font-sans-3xl {
    font-size:3.19rem
  }
  .tablet-lg\:font-serif-3xs {
    font-size:.79rem
  }
  .tablet-lg\:font-serif-2xs {
    font-size:.85rem
  }
  .tablet-lg\:font-serif-xs {
    font-size:.91rem
  }
  .tablet-lg\:font-serif-sm {
    font-size:.98rem
  }
  .tablet-lg\:font-serif-md {
    font-size:1.04rem
  }
  .tablet-lg\:font-serif-lg {
    font-size:1.34rem
  }
  .tablet-lg\:font-serif-xl {
    font-size:1.95rem
  }
  .tablet-lg\:font-serif-2xl {
    font-size:2.44rem
  }
  .tablet-lg\:font-serif-3xl {
    font-size:2.93rem
  }
  .tablet-lg\:font-heading-3xs {
    font-size:.79rem
  }
  .tablet-lg\:font-heading-2xs {
    font-size:.85rem
  }
  .tablet-lg\:font-heading-xs {
    font-size:.91rem
  }
  .tablet-lg\:font-heading-sm {
    font-size:.98rem
  }
  .tablet-lg\:font-heading-md {
    font-size:1.04rem
  }
  .tablet-lg\:font-heading-lg {
    font-size:1.34rem
  }
  .tablet-lg\:font-heading-xl {
    font-size:1.95rem
  }
  .tablet-lg\:font-heading-2xl {
    font-size:2.44rem
  }
  .tablet-lg\:font-heading-3xl {
    font-size:2.93rem
  }
  .tablet-lg\:font-body-3xs {
    font-size:.87rem
  }
  .tablet-lg\:font-body-2xs {
    font-size:.93rem
  }
  .tablet-lg\:font-body-xs {
    font-size:1rem
  }
  .tablet-lg\:font-body-sm {
    font-size:1.06rem
  }
  .tablet-lg\:font-body-md {
    font-size:1.13rem
  }
  .tablet-lg\:font-body-lg {
    font-size:1.46rem
  }
  .tablet-lg\:font-body-xl {
    font-size:2.13rem
  }
  .tablet-lg\:font-body-2xl {
    font-size:2.66rem
  }
  .tablet-lg\:font-body-3xl {
    font-size:3.19rem
  }
  .tablet-lg\:font-code-3xs {
    font-size:.77rem
  }
  .tablet-lg\:font-code-2xs {
    font-size:.83rem
  }
  .tablet-lg\:font-code-xs {
    font-size:.89rem
  }
  .tablet-lg\:font-code-sm {
    font-size:.95rem
  }
  .tablet-lg\:font-code-md {
    font-size:1.01rem
  }
  .tablet-lg\:font-code-lg {
    font-size:1.31rem
  }
  .tablet-lg\:font-code-xl {
    font-size:1.91rem
  }
  .tablet-lg\:font-code-2xl {
    font-size:2.38rem
  }
  .tablet-lg\:font-code-3xl {
    font-size:2.86rem
  }
  .tablet-lg\:font-alt-3xs {
    font-size:.79rem
  }
  .tablet-lg\:font-alt-2xs {
    font-size:.85rem
  }
  .tablet-lg\:font-alt-xs {
    font-size:.91rem
  }
  .tablet-lg\:font-alt-sm {
    font-size:.98rem
  }
  .tablet-lg\:font-alt-md {
    font-size:1.04rem
  }
  .tablet-lg\:font-alt-lg {
    font-size:1.34rem
  }
  .tablet-lg\:font-alt-xl {
    font-size:1.95rem
  }
  .tablet-lg\:font-alt-2xl {
    font-size:2.44rem
  }
  .tablet-lg\:font-alt-3xl {
    font-size:2.93rem
  }
  .tablet-lg\:font-ui-3xs {
    font-size:.87rem
  }
  .tablet-lg\:font-ui-2xs {
    font-size:.93rem
  }
  .tablet-lg\:font-ui-xs {
    font-size:1rem
  }
  .tablet-lg\:font-ui-sm {
    font-size:1.06rem
  }
  .tablet-lg\:font-ui-md {
    font-size:1.13rem
  }
  .tablet-lg\:font-ui-lg {
    font-size:1.46rem
  }
  .tablet-lg\:font-ui-xl {
    font-size:2.13rem
  }
  .tablet-lg\:font-ui-2xl {
    font-size:2.66rem
  }
  .tablet-lg\:font-ui-3xl {
    font-size:3.19rem
  }
  .tablet-lg\:text-light {
    font-weight:300
  }
  .tablet-lg\:text-normal {
    font-weight:400
  }
  .tablet-lg\:text-medium {
    font-weight:500
  }
  .tablet-lg\:text-semibold {
    font-weight:600
  }
  .tablet-lg\:text-bold {
    font-weight:700
  }
  .tablet-lg\:flex-justify-center {
    justify-content:center
  }
  .tablet-lg\:flex-justify-start {
    justify-content:flex-start
  }
  .tablet-lg\:flex-justify-end {
    justify-content:flex-end
  }
  .tablet-lg\:flex-justify {
    justify-content:space-between
  }
  .tablet-lg\:line-height-sans-1 {
    line-height:.9
  }
  .tablet-lg\:line-height-sans-2 {
    line-height:1.1
  }
  .tablet-lg\:line-height-sans-3 {
    line-height:1.3
  }
  .tablet-lg\:line-height-sans-4 {
    line-height:1.4
  }
  .tablet-lg\:line-height-sans-5 {
    line-height:1.5
  }
  .tablet-lg\:line-height-sans-6 {
    line-height:1.6
  }
  .tablet-lg\:line-height-serif-1 {
    line-height:1
  }
  .tablet-lg\:line-height-serif-2 {
    line-height:1.2
  }
  .tablet-lg\:line-height-serif-3 {
    line-height:1.4
  }
  .tablet-lg\:line-height-serif-4 {
    line-height:1.5
  }
  .tablet-lg\:line-height-serif-5 {
    line-height:1.7
  }
  .tablet-lg\:line-height-serif-6 {
    line-height:1.8
  }
  .tablet-lg\:line-height-mono-1 {
    line-height:1
  }
  .tablet-lg\:line-height-mono-2 {
    line-height:1.3
  }
  .tablet-lg\:line-height-mono-3 {
    line-height:1.4
  }
  .tablet-lg\:line-height-mono-4 {
    line-height:1.6
  }
  .tablet-lg\:line-height-mono-5 {
    line-height:1.7
  }
  .tablet-lg\:line-height-mono-6 {
    line-height:1.8
  }
  .tablet-lg\:line-height-heading-1 {
    line-height:1
  }
  .tablet-lg\:line-height-heading-2 {
    line-height:1.2
  }
  .tablet-lg\:line-height-heading-3 {
    line-height:1.4
  }
  .tablet-lg\:line-height-heading-4 {
    line-height:1.5
  }
  .tablet-lg\:line-height-heading-5 {
    line-height:1.7
  }
  .tablet-lg\:line-height-heading-6 {
    line-height:1.8
  }
  .tablet-lg\:line-height-ui-1 {
    line-height:.9
  }
  .tablet-lg\:line-height-ui-2 {
    line-height:1.1
  }
  .tablet-lg\:line-height-ui-3 {
    line-height:1.3
  }
  .tablet-lg\:line-height-ui-4 {
    line-height:1.4
  }
  .tablet-lg\:line-height-ui-5 {
    line-height:1.5
  }
  .tablet-lg\:line-height-ui-6 {
    line-height:1.6
  }
  .tablet-lg\:line-height-body-1 {
    line-height:.9
  }
  .tablet-lg\:line-height-body-2 {
    line-height:1.1
  }
  .tablet-lg\:line-height-body-3 {
    line-height:1.3
  }
  .tablet-lg\:line-height-body-4 {
    line-height:1.4
  }
  .tablet-lg\:line-height-body-5 {
    line-height:1.5
  }
  .tablet-lg\:line-height-body-6 {
    line-height:1.6
  }
  .tablet-lg\:line-height-code-1 {
    line-height:1
  }
  .tablet-lg\:line-height-code-2 {
    line-height:1.3
  }
  .tablet-lg\:line-height-code-3 {
    line-height:1.4
  }
  .tablet-lg\:line-height-code-4 {
    line-height:1.6
  }
  .tablet-lg\:line-height-code-5 {
    line-height:1.7
  }
  .tablet-lg\:line-height-code-6 {
    line-height:1.8
  }
  .tablet-lg\:line-height-alt-1 {
    line-height:1
  }
  .tablet-lg\:line-height-alt-2 {
    line-height:1.2
  }
  .tablet-lg\:line-height-alt-3 {
    line-height:1.4
  }
  .tablet-lg\:line-height-alt-4 {
    line-height:1.5
  }
  .tablet-lg\:line-height-alt-5 {
    line-height:1.7
  }
  .tablet-lg\:line-height-alt-6 {
    line-height:1.8
  }
  .tablet-lg\:margin-neg-1px {
    margin:-1px
  }
  .tablet-lg\:margin-neg-2px {
    margin:-2px
  }
  .tablet-lg\:margin-neg-05 {
    margin:-.25rem
  }
  .tablet-lg\:margin-neg-1 {
    margin:-.5rem
  }
  .tablet-lg\:margin-neg-105 {
    margin:-.75rem
  }
  .tablet-lg\:margin-neg-2 {
    margin:-1rem
  }
  .tablet-lg\:margin-neg-205 {
    margin:-1.25rem
  }
  .tablet-lg\:margin-neg-3 {
    margin:-1.5rem
  }
  .tablet-lg\:margin-1px {
    margin:1px
  }
  .tablet-lg\:margin-2px {
    margin:2px
  }
  .tablet-lg\:margin-05 {
    margin:.25rem
  }
  .tablet-lg\:margin-1 {
    margin:.5rem
  }
  .tablet-lg\:margin-105 {
    margin:.75rem
  }
  .tablet-lg\:margin-2 {
    margin:1rem
  }
  .tablet-lg\:margin-205 {
    margin:1.25rem
  }
  .tablet-lg\:margin-3 {
    margin:1.5rem
  }
  .tablet-lg\:margin-neg-4 {
    margin:-2rem
  }
  .tablet-lg\:margin-neg-5 {
    margin:-2.5rem
  }
  .tablet-lg\:margin-neg-6 {
    margin:-3rem
  }
  .tablet-lg\:margin-neg-7 {
    margin:-3.5rem
  }
  .tablet-lg\:margin-neg-8 {
    margin:-4rem
  }
  .tablet-lg\:margin-neg-9 {
    margin:-4.5rem
  }
  .tablet-lg\:margin-neg-10 {
    margin:-5rem
  }
  .tablet-lg\:margin-neg-15 {
    margin:-7.5rem
  }
  .tablet-lg\:margin-4 {
    margin:2rem
  }
  .tablet-lg\:margin-5 {
    margin:2.5rem
  }
  .tablet-lg\:margin-6 {
    margin:3rem
  }
  .tablet-lg\:margin-7 {
    margin:3.5rem
  }
  .tablet-lg\:margin-8 {
    margin:4rem
  }
  .tablet-lg\:margin-9 {
    margin:4.5rem
  }
  .tablet-lg\:margin-10 {
    margin:5rem
  }
  .tablet-lg\:margin-15 {
    margin:7.5rem
  }
  .tablet-lg\:margin-05em {
    margin:.5em
  }
  .tablet-lg\:margin-1em {
    margin:1em
  }
  .tablet-lg\:margin-105em {
    margin:1.5em
  }
  .tablet-lg\:margin-2em {
    margin:2em
  }
  .tablet-lg\:margin-0 {
    margin:0
  }
  .tablet-lg\:margin-y-1px {
    margin-top:1px;
    margin-bottom:1px
  }
  .tablet-lg\:margin-top-1px {
    margin-top:1px
  }
  .tablet-lg\:margin-bottom-1px {
    margin-bottom:1px
  }
  .tablet-lg\:margin-y-2px {
    margin-top:2px;
    margin-bottom:2px
  }
  .tablet-lg\:margin-top-2px {
    margin-top:2px
  }
  .tablet-lg\:margin-bottom-2px {
    margin-bottom:2px
  }
  .tablet-lg\:margin-y-05 {
    margin-top:.25rem;
    margin-bottom:.25rem
  }
  .tablet-lg\:margin-top-05 {
    margin-top:.25rem
  }
  .tablet-lg\:margin-bottom-05 {
    margin-bottom:.25rem
  }
  .tablet-lg\:margin-y-1 {
    margin-top:.5rem;
    margin-bottom:.5rem
  }
  .tablet-lg\:margin-top-1 {
    margin-top:.5rem
  }
  .tablet-lg\:margin-bottom-1 {
    margin-bottom:.5rem
  }
  .tablet-lg\:margin-y-105 {
    margin-top:.75rem;
    margin-bottom:.75rem
  }
  .tablet-lg\:margin-top-105 {
    margin-top:.75rem
  }
  .tablet-lg\:margin-bottom-105 {
    margin-bottom:.75rem
  }
  .tablet-lg\:margin-y-2 {
    margin-top:1rem;
    margin-bottom:1rem
  }
  .tablet-lg\:margin-top-2 {
    margin-top:1rem
  }
  .tablet-lg\:margin-bottom-2 {
    margin-bottom:1rem
  }
  .tablet-lg\:margin-y-205 {
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }
  .tablet-lg\:margin-top-205 {
    margin-top:1.25rem
  }
  .tablet-lg\:margin-bottom-205 {
    margin-bottom:1.25rem
  }
  .tablet-lg\:margin-y-3 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }
  .tablet-lg\:margin-top-3 {
    margin-top:1.5rem
  }
  .tablet-lg\:margin-bottom-3 {
    margin-bottom:1.5rem
  }
  .tablet-lg\:margin-y-neg-1px {
    margin-top:-1px;
    margin-bottom:-1px
  }
  .tablet-lg\:margin-top-neg-1px {
    margin-top:-1px
  }
  .tablet-lg\:margin-bottom-neg-1px {
    margin-bottom:-1px
  }
  .tablet-lg\:margin-y-neg-2px {
    margin-top:-2px;
    margin-bottom:-2px
  }
  .tablet-lg\:margin-top-neg-2px {
    margin-top:-2px
  }
  .tablet-lg\:margin-bottom-neg-2px {
    margin-bottom:-2px
  }
  .tablet-lg\:margin-y-neg-05 {
    margin-top:-.25rem;
    margin-bottom:-.25rem
  }
  .tablet-lg\:margin-top-neg-05 {
    margin-top:-.25rem
  }
  .tablet-lg\:margin-bottom-neg-05 {
    margin-bottom:-.25rem
  }
  .tablet-lg\:margin-y-neg-1 {
    margin-top:-.5rem;
    margin-bottom:-.5rem
  }
  .tablet-lg\:margin-top-neg-1 {
    margin-top:-.5rem
  }
  .tablet-lg\:margin-bottom-neg-1 {
    margin-bottom:-.5rem
  }
  .tablet-lg\:margin-y-neg-105 {
    margin-top:-.75rem;
    margin-bottom:-.75rem
  }
  .tablet-lg\:margin-top-neg-105 {
    margin-top:-.75rem
  }
  .tablet-lg\:margin-bottom-neg-105 {
    margin-bottom:-.75rem
  }
  .tablet-lg\:margin-y-neg-2 {
    margin-top:-1rem;
    margin-bottom:-1rem
  }
  .tablet-lg\:margin-top-neg-2 {
    margin-top:-1rem
  }
  .tablet-lg\:margin-bottom-neg-2 {
    margin-bottom:-1rem
  }
  .tablet-lg\:margin-y-neg-205 {
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }
  .tablet-lg\:margin-top-neg-205 {
    margin-top:-1.25rem
  }
  .tablet-lg\:margin-bottom-neg-205 {
    margin-bottom:-1.25rem
  }
  .tablet-lg\:margin-y-neg-3 {
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }
  .tablet-lg\:margin-top-neg-3 {
    margin-top:-1.5rem
  }
  .tablet-lg\:margin-bottom-neg-3 {
    margin-bottom:-1.5rem
  }
  .tablet-lg\:margin-y-neg-4 {
    margin-top:-2rem;
    margin-bottom:-2rem
  }
  .tablet-lg\:margin-top-neg-4 {
    margin-top:-2rem
  }
  .tablet-lg\:margin-bottom-neg-4 {
    margin-bottom:-2rem
  }
  .tablet-lg\:margin-y-neg-5 {
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }
  .tablet-lg\:margin-top-neg-5 {
    margin-top:-2.5rem
  }
  .tablet-lg\:margin-bottom-neg-5 {
    margin-bottom:-2.5rem
  }
  .tablet-lg\:margin-y-neg-6 {
    margin-top:-3rem;
    margin-bottom:-3rem
  }
  .tablet-lg\:margin-top-neg-6 {
    margin-top:-3rem
  }
  .tablet-lg\:margin-bottom-neg-6 {
    margin-bottom:-3rem
  }
  .tablet-lg\:margin-y-neg-7 {
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }
  .tablet-lg\:margin-top-neg-7 {
    margin-top:-3.5rem
  }
  .tablet-lg\:margin-bottom-neg-7 {
    margin-bottom:-3.5rem
  }
  .tablet-lg\:margin-y-neg-8 {
    margin-top:-4rem;
    margin-bottom:-4rem
  }
  .tablet-lg\:margin-top-neg-8 {
    margin-top:-4rem
  }
  .tablet-lg\:margin-bottom-neg-8 {
    margin-bottom:-4rem
  }
  .tablet-lg\:margin-y-neg-9 {
    margin-top:-4.5rem;
    margin-bottom:-4.5rem
  }
  .tablet-lg\:margin-top-neg-9 {
    margin-top:-4.5rem
  }
  .tablet-lg\:margin-bottom-neg-9 {
    margin-bottom:-4.5rem
  }
  .tablet-lg\:margin-y-neg-10 {
    margin-top:-5rem;
    margin-bottom:-5rem
  }
  .tablet-lg\:margin-top-neg-10 {
    margin-top:-5rem
  }
  .tablet-lg\:margin-bottom-neg-10 {
    margin-bottom:-5rem
  }
  .tablet-lg\:margin-y-neg-15 {
    margin-top:-7.5rem;
    margin-bottom:-7.5rem
  }
  .tablet-lg\:margin-top-neg-15 {
    margin-top:-7.5rem
  }
  .tablet-lg\:margin-bottom-neg-15 {
    margin-bottom:-7.5rem
  }
  .tablet-lg\:margin-y-4 {
    margin-top:2rem;
    margin-bottom:2rem
  }
  .tablet-lg\:margin-top-4 {
    margin-top:2rem
  }
  .tablet-lg\:margin-bottom-4 {
    margin-bottom:2rem
  }
  .tablet-lg\:margin-y-5 {
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }
  .tablet-lg\:margin-top-5 {
    margin-top:2.5rem
  }
  .tablet-lg\:margin-bottom-5 {
    margin-bottom:2.5rem
  }
  .tablet-lg\:margin-y-6 {
    margin-top:3rem;
    margin-bottom:3rem
  }
  .tablet-lg\:margin-top-6 {
    margin-top:3rem
  }
  .tablet-lg\:margin-bottom-6 {
    margin-bottom:3rem
  }
  .tablet-lg\:margin-y-7 {
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }
  .tablet-lg\:margin-top-7 {
    margin-top:3.5rem
  }
  .tablet-lg\:margin-bottom-7 {
    margin-bottom:3.5rem
  }
  .tablet-lg\:margin-y-8 {
    margin-top:4rem;
    margin-bottom:4rem
  }
  .tablet-lg\:margin-top-8 {
    margin-top:4rem
  }
  .tablet-lg\:margin-bottom-8 {
    margin-bottom:4rem
  }
  .tablet-lg\:margin-y-9 {
    margin-top:4.5rem;
    margin-bottom:4.5rem
  }
  .tablet-lg\:margin-top-9 {
    margin-top:4.5rem
  }
  .tablet-lg\:margin-bottom-9 {
    margin-bottom:4.5rem
  }
  .tablet-lg\:margin-y-10 {
    margin-top:5rem;
    margin-bottom:5rem
  }
  .tablet-lg\:margin-top-10 {
    margin-top:5rem
  }
  .tablet-lg\:margin-bottom-10 {
    margin-bottom:5rem
  }
  .tablet-lg\:margin-y-15 {
    margin-top:7.5rem;
    margin-bottom:7.5rem
  }
  .tablet-lg\:margin-top-15 {
    margin-top:7.5rem
  }
  .tablet-lg\:margin-bottom-15 {
    margin-bottom:7.5rem
  }
  .tablet-lg\:margin-y-05em {
    margin-top:.5em;
    margin-bottom:.5em
  }
  .tablet-lg\:margin-top-05em {
    margin-top:.5em
  }
  .tablet-lg\:margin-bottom-05em {
    margin-bottom:.5em
  }
  .tablet-lg\:margin-y-1em {
    margin-top:1em;
    margin-bottom:1em
  }
  .tablet-lg\:margin-top-1em {
    margin-top:1em
  }
  .tablet-lg\:margin-bottom-1em {
    margin-bottom:1em
  }
  .tablet-lg\:margin-y-105em {
    margin-top:1.5em;
    margin-bottom:1.5em
  }
  .tablet-lg\:margin-top-105em {
    margin-top:1.5em
  }
  .tablet-lg\:margin-bottom-105em {
    margin-bottom:1.5em
  }
  .tablet-lg\:margin-y-2em {
    margin-top:2em;
    margin-bottom:2em
  }
  .tablet-lg\:margin-top-2em {
    margin-top:2em
  }
  .tablet-lg\:margin-bottom-2em {
    margin-bottom:2em
  }
  .tablet-lg\:margin-y-0 {
    margin-top:0;
    margin-bottom:0
  }
  .tablet-lg\:margin-top-0 {
    margin-top:0
  }
  .tablet-lg\:margin-bottom-0 {
    margin-bottom:0
  }
  .tablet-lg\:margin-y-auto {
    margin-top:auto;
    margin-bottom:auto
  }
  .tablet-lg\:margin-top-auto {
    margin-top:auto
  }
  .tablet-lg\:margin-bottom-auto {
    margin-bottom:auto
  }
  .tablet-lg\:margin-x-1px {
    margin-left:1px;
    margin-right:1px
  }
  .tablet-lg\:margin-right-1px {
    margin-right:1px
  }
  .tablet-lg\:margin-left-1px {
    margin-left:1px
  }
  .tablet-lg\:margin-x-2px {
    margin-left:2px;
    margin-right:2px
  }
  .tablet-lg\:margin-right-2px {
    margin-right:2px
  }
  .tablet-lg\:margin-left-2px {
    margin-left:2px
  }
  .tablet-lg\:margin-x-05 {
    margin-left:.25rem;
    margin-right:.25rem
  }
  .tablet-lg\:margin-right-05 {
    margin-right:.25rem
  }
  .tablet-lg\:margin-left-05 {
    margin-left:.25rem
  }
  .tablet-lg\:margin-x-1 {
    margin-left:.5rem;
    margin-right:.5rem
  }
  .tablet-lg\:margin-right-1 {
    margin-right:.5rem
  }
  .tablet-lg\:margin-left-1 {
    margin-left:.5rem
  }
  .tablet-lg\:margin-x-105 {
    margin-left:.75rem;
    margin-right:.75rem
  }
  .tablet-lg\:margin-right-105 {
    margin-right:.75rem
  }
  .tablet-lg\:margin-left-105 {
    margin-left:.75rem
  }
  .tablet-lg\:margin-x-2 {
    margin-left:1rem;
    margin-right:1rem
  }
  .tablet-lg\:margin-right-2 {
    margin-right:1rem
  }
  .tablet-lg\:margin-left-2 {
    margin-left:1rem
  }
  .tablet-lg\:margin-x-205 {
    margin-left:1.25rem;
    margin-right:1.25rem
  }
  .tablet-lg\:margin-right-205 {
    margin-right:1.25rem
  }
  .tablet-lg\:margin-left-205 {
    margin-left:1.25rem
  }
  .tablet-lg\:margin-x-3 {
    margin-left:1.5rem;
    margin-right:1.5rem
  }
  .tablet-lg\:margin-right-3 {
    margin-right:1.5rem
  }
  .tablet-lg\:margin-left-3 {
    margin-left:1.5rem
  }
  .tablet-lg\:margin-x-neg-1px {
    margin-left:-1px;
    margin-right:-1px
  }
  .tablet-lg\:margin-right-neg-1px {
    margin-right:-1px
  }
  .tablet-lg\:margin-left-neg-1px {
    margin-left:-1px
  }
  .tablet-lg\:margin-x-neg-2px {
    margin-left:-2px;
    margin-right:-2px
  }
  .tablet-lg\:margin-right-neg-2px {
    margin-right:-2px
  }
  .tablet-lg\:margin-left-neg-2px {
    margin-left:-2px
  }
  .tablet-lg\:margin-x-neg-05 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .tablet-lg\:margin-right-neg-05 {
    margin-right:-.25rem
  }
  .tablet-lg\:margin-left-neg-05 {
    margin-left:-.25rem
  }
  .tablet-lg\:margin-x-neg-1 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .tablet-lg\:margin-right-neg-1 {
    margin-right:-.5rem
  }
  .tablet-lg\:margin-left-neg-1 {
    margin-left:-.5rem
  }
  .tablet-lg\:margin-x-neg-105 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .tablet-lg\:margin-right-neg-105 {
    margin-right:-.75rem
  }
  .tablet-lg\:margin-left-neg-105 {
    margin-left:-.75rem
  }
  .tablet-lg\:margin-x-neg-2 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .tablet-lg\:margin-right-neg-2 {
    margin-right:-1rem
  }
  .tablet-lg\:margin-left-neg-2 {
    margin-left:-1rem
  }
  .tablet-lg\:margin-x-neg-205 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .tablet-lg\:margin-right-neg-205 {
    margin-right:-1.25rem
  }
  .tablet-lg\:margin-left-neg-205 {
    margin-left:-1.25rem
  }
  .tablet-lg\:margin-x-neg-3 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .tablet-lg\:margin-right-neg-3 {
    margin-right:-1.5rem
  }
  .tablet-lg\:margin-left-neg-3 {
    margin-left:-1.5rem
  }
  .tablet-lg\:margin-x-neg-4 {
    margin-left:-2rem;
    margin-right:-2rem
  }
  .tablet-lg\:margin-right-neg-4 {
    margin-right:-2rem
  }
  .tablet-lg\:margin-left-neg-4 {
    margin-left:-2rem
  }
  .tablet-lg\:margin-x-neg-5 {
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }
  .tablet-lg\:margin-right-neg-5 {
    margin-right:-2.5rem
  }
  .tablet-lg\:margin-left-neg-5 {
    margin-left:-2.5rem
  }
  .tablet-lg\:margin-x-neg-6 {
    margin-left:-3rem;
    margin-right:-3rem
  }
  .tablet-lg\:margin-right-neg-6 {
    margin-right:-3rem
  }
  .tablet-lg\:margin-left-neg-6 {
    margin-left:-3rem
  }
  .tablet-lg\:margin-x-neg-7 {
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }
  .tablet-lg\:margin-right-neg-7 {
    margin-right:-3.5rem
  }
  .tablet-lg\:margin-left-neg-7 {
    margin-left:-3.5rem
  }
  .tablet-lg\:margin-x-neg-8 {
    margin-left:-4rem;
    margin-right:-4rem
  }
  .tablet-lg\:margin-right-neg-8 {
    margin-right:-4rem
  }
  .tablet-lg\:margin-left-neg-8 {
    margin-left:-4rem
  }
  .tablet-lg\:margin-x-neg-9 {
    margin-left:-4.5rem;
    margin-right:-4.5rem
  }
  .tablet-lg\:margin-right-neg-9 {
    margin-right:-4.5rem
  }
  .tablet-lg\:margin-left-neg-9 {
    margin-left:-4.5rem
  }
  .tablet-lg\:margin-x-neg-10 {
    margin-left:-5rem;
    margin-right:-5rem
  }
  .tablet-lg\:margin-right-neg-10 {
    margin-right:-5rem
  }
  .tablet-lg\:margin-left-neg-10 {
    margin-left:-5rem
  }
  .tablet-lg\:margin-x-neg-15 {
    margin-left:-7.5rem;
    margin-right:-7.5rem
  }
  .tablet-lg\:margin-right-neg-15 {
    margin-right:-7.5rem
  }
  .tablet-lg\:margin-left-neg-15 {
    margin-left:-7.5rem
  }
  .tablet-lg\:margin-x-4 {
    margin-left:2rem;
    margin-right:2rem
  }
  .tablet-lg\:margin-right-4 {
    margin-right:2rem
  }
  .tablet-lg\:margin-left-4 {
    margin-left:2rem
  }
  .tablet-lg\:margin-x-5 {
    margin-left:2.5rem;
    margin-right:2.5rem
  }
  .tablet-lg\:margin-right-5 {
    margin-right:2.5rem
  }
  .tablet-lg\:margin-left-5 {
    margin-left:2.5rem
  }
  .tablet-lg\:margin-x-6 {
    margin-left:3rem;
    margin-right:3rem
  }
  .tablet-lg\:margin-right-6 {
    margin-right:3rem
  }
  .tablet-lg\:margin-left-6 {
    margin-left:3rem
  }
  .tablet-lg\:margin-x-7 {
    margin-left:3.5rem;
    margin-right:3.5rem
  }
  .tablet-lg\:margin-right-7 {
    margin-right:3.5rem
  }
  .tablet-lg\:margin-left-7 {
    margin-left:3.5rem
  }
  .tablet-lg\:margin-x-8 {
    margin-left:4rem;
    margin-right:4rem
  }
  .tablet-lg\:margin-right-8 {
    margin-right:4rem
  }
  .tablet-lg\:margin-left-8 {
    margin-left:4rem
  }
  .tablet-lg\:margin-x-9 {
    margin-left:4.5rem;
    margin-right:4.5rem
  }
  .tablet-lg\:margin-right-9 {
    margin-right:4.5rem
  }
  .tablet-lg\:margin-left-9 {
    margin-left:4.5rem
  }
  .tablet-lg\:margin-x-10 {
    margin-left:5rem;
    margin-right:5rem
  }
  .tablet-lg\:margin-right-10 {
    margin-right:5rem
  }
  .tablet-lg\:margin-left-10 {
    margin-left:5rem
  }
  .tablet-lg\:margin-x-15 {
    margin-left:7.5rem;
    margin-right:7.5rem
  }
  .tablet-lg\:margin-right-15 {
    margin-right:7.5rem
  }
  .tablet-lg\:margin-left-15 {
    margin-left:7.5rem
  }
  .tablet-lg\:margin-x-card {
    margin-left:10rem;
    margin-right:10rem
  }
  .tablet-lg\:margin-right-card {
    margin-right:10rem
  }
  .tablet-lg\:margin-left-card {
    margin-left:10rem
  }
  .tablet-lg\:margin-x-card-lg {
    margin-left:15rem;
    margin-right:15rem
  }
  .tablet-lg\:margin-right-card-lg {
    margin-right:15rem
  }
  .tablet-lg\:margin-left-card-lg {
    margin-left:15rem
  }
  .tablet-lg\:margin-x-mobile {
    margin-left:20rem;
    margin-right:20rem
  }
  .tablet-lg\:margin-right-mobile {
    margin-right:20rem
  }
  .tablet-lg\:margin-left-mobile {
    margin-left:20rem
  }
  .tablet-lg\:margin-x-05em {
    margin-left:.5em;
    margin-right:.5em
  }
  .tablet-lg\:margin-right-05em {
    margin-right:.5em
  }
  .tablet-lg\:margin-left-05em {
    margin-left:.5em
  }
  .tablet-lg\:margin-x-1em {
    margin-left:1em;
    margin-right:1em
  }
  .tablet-lg\:margin-right-1em {
    margin-right:1em
  }
  .tablet-lg\:margin-left-1em {
    margin-left:1em
  }
  .tablet-lg\:margin-x-105em {
    margin-left:1.5em;
    margin-right:1.5em
  }
  .tablet-lg\:margin-right-105em {
    margin-right:1.5em
  }
  .tablet-lg\:margin-left-105em {
    margin-left:1.5em
  }
  .tablet-lg\:margin-x-2em {
    margin-left:2em;
    margin-right:2em
  }
  .tablet-lg\:margin-right-2em {
    margin-right:2em
  }
  .tablet-lg\:margin-left-2em {
    margin-left:2em
  }
  .tablet-lg\:margin-x-0 {
    margin-left:0;
    margin-right:0
  }
  .tablet-lg\:margin-right-0 {
    margin-right:0
  }
  .tablet-lg\:margin-left-0 {
    margin-left:0
  }
  .tablet-lg\:margin-x-auto {
    margin-left:auto;
    margin-right:auto
  }
  .tablet-lg\:margin-right-auto {
    margin-right:auto
  }
  .tablet-lg\:margin-left-auto {
    margin-left:auto
  }
  .tablet-lg\:measure-1 {
    max-width:44ex
  }
  .tablet-lg\:measure-2 {
    max-width:60ex
  }
  .tablet-lg\:measure-3 {
    max-width:64ex
  }
  .tablet-lg\:measure-4 {
    max-width:68ex
  }
  .tablet-lg\:measure-5 {
    max-width:72ex
  }
  .tablet-lg\:measure-6 {
    max-width:88ex
  }
  .tablet-lg\:measure-none {
    max-width:none
  }
  .tablet-lg\:order-first {
    order:-1
  }
  .tablet-lg\:order-last {
    order:999
  }
  .tablet-lg\:order-initial {
    order:initial
  }
  .tablet-lg\:order-0 {
    order:0
  }
  .tablet-lg\:order-1 {
    order:1
  }
  .tablet-lg\:order-2 {
    order:2
  }
  .tablet-lg\:order-3 {
    order:3
  }
  .tablet-lg\:order-4 {
    order:4
  }
  .tablet-lg\:order-5 {
    order:5
  }
  .tablet-lg\:order-6 {
    order:6
  }
  .tablet-lg\:order-7 {
    order:7
  }
  .tablet-lg\:order-8 {
    order:8
  }
  .tablet-lg\:order-9 {
    order:9
  }
  .tablet-lg\:order-10 {
    order:10
  }
  .tablet-lg\:order-11 {
    order:11
  }
  .tablet-lg\:padding-1px {
    padding:1px
  }
  .tablet-lg\:padding-y-1px {
    padding-top:1px;
    padding-bottom:1px
  }
  .tablet-lg\:padding-x-1px {
    padding-left:1px;
    padding-right:1px
  }
  .tablet-lg\:padding-top-1px {
    padding-top:1px
  }
  .tablet-lg\:padding-right-1px {
    padding-right:1px
  }
  .tablet-lg\:padding-bottom-1px {
    padding-bottom:1px
  }
  .tablet-lg\:padding-left-1px {
    padding-left:1px
  }
  .tablet-lg\:padding-2px {
    padding:2px
  }
  .tablet-lg\:padding-y-2px {
    padding-top:2px;
    padding-bottom:2px
  }
  .tablet-lg\:padding-x-2px {
    padding-left:2px;
    padding-right:2px
  }
  .tablet-lg\:padding-top-2px {
    padding-top:2px
  }
  .tablet-lg\:padding-right-2px {
    padding-right:2px
  }
  .tablet-lg\:padding-bottom-2px {
    padding-bottom:2px
  }
  .tablet-lg\:padding-left-2px {
    padding-left:2px
  }
  .tablet-lg\:padding-05 {
    padding:.25rem
  }
  .tablet-lg\:padding-y-05 {
    padding-top:.25rem;
    padding-bottom:.25rem
  }
  .tablet-lg\:padding-x-05 {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .tablet-lg\:padding-top-05 {
    padding-top:.25rem
  }
  .tablet-lg\:padding-right-05 {
    padding-right:.25rem
  }
  .tablet-lg\:padding-bottom-05 {
    padding-bottom:.25rem
  }
  .tablet-lg\:padding-left-05 {
    padding-left:.25rem
  }
  .tablet-lg\:padding-1 {
    padding:.5rem
  }
  .tablet-lg\:padding-y-1 {
    padding-top:.5rem;
    padding-bottom:.5rem
  }
  .tablet-lg\:padding-x-1 {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .tablet-lg\:padding-top-1 {
    padding-top:.5rem
  }
  .tablet-lg\:padding-right-1 {
    padding-right:.5rem
  }
  .tablet-lg\:padding-bottom-1 {
    padding-bottom:.5rem
  }
  .tablet-lg\:padding-left-1 {
    padding-left:.5rem
  }
  .tablet-lg\:padding-105 {
    padding:.75rem
  }
  .tablet-lg\:padding-y-105 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .tablet-lg\:padding-x-105 {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .tablet-lg\:padding-top-105 {
    padding-top:.75rem
  }
  .tablet-lg\:padding-right-105 {
    padding-right:.75rem
  }
  .tablet-lg\:padding-bottom-105 {
    padding-bottom:.75rem
  }
  .tablet-lg\:padding-left-105 {
    padding-left:.75rem
  }
  .tablet-lg\:padding-2 {
    padding:1rem
  }
  .tablet-lg\:padding-y-2 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .tablet-lg\:padding-x-2 {
    padding-left:1rem;
    padding-right:1rem
  }
  .tablet-lg\:padding-top-2 {
    padding-top:1rem
  }
  .tablet-lg\:padding-right-2 {
    padding-right:1rem
  }
  .tablet-lg\:padding-bottom-2 {
    padding-bottom:1rem
  }
  .tablet-lg\:padding-left-2 {
    padding-left:1rem
  }
  .tablet-lg\:padding-205 {
    padding:1.25rem
  }
  .tablet-lg\:padding-y-205 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }
  .tablet-lg\:padding-x-205 {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .tablet-lg\:padding-top-205 {
    padding-top:1.25rem
  }
  .tablet-lg\:padding-right-205 {
    padding-right:1.25rem
  }
  .tablet-lg\:padding-bottom-205 {
    padding-bottom:1.25rem
  }
  .tablet-lg\:padding-left-205 {
    padding-left:1.25rem
  }
  .tablet-lg\:padding-3 {
    padding:1.5rem
  }
  .tablet-lg\:padding-y-3 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }
  .tablet-lg\:padding-x-3 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .tablet-lg\:padding-top-3 {
    padding-top:1.5rem
  }
  .tablet-lg\:padding-right-3 {
    padding-right:1.5rem
  }
  .tablet-lg\:padding-bottom-3 {
    padding-bottom:1.5rem
  }
  .tablet-lg\:padding-left-3 {
    padding-left:1.5rem
  }
  .tablet-lg\:padding-4 {
    padding:2rem
  }
  .tablet-lg\:padding-y-4 {
    padding-top:2rem;
    padding-bottom:2rem
  }
  .tablet-lg\:padding-x-4 {
    padding-left:2rem;
    padding-right:2rem
  }
  .tablet-lg\:padding-top-4 {
    padding-top:2rem
  }
  .tablet-lg\:padding-right-4 {
    padding-right:2rem
  }
  .tablet-lg\:padding-bottom-4 {
    padding-bottom:2rem
  }
  .tablet-lg\:padding-left-4 {
    padding-left:2rem
  }
  .tablet-lg\:padding-5 {
    padding:2.5rem
  }
  .tablet-lg\:padding-y-5 {
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }
  .tablet-lg\:padding-x-5 {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
  .tablet-lg\:padding-top-5 {
    padding-top:2.5rem
  }
  .tablet-lg\:padding-right-5 {
    padding-right:2.5rem
  }
  .tablet-lg\:padding-bottom-5 {
    padding-bottom:2.5rem
  }
  .tablet-lg\:padding-left-5 {
    padding-left:2.5rem
  }
  .tablet-lg\:padding-6 {
    padding:3rem
  }
  .tablet-lg\:padding-y-6 {
    padding-top:3rem;
    padding-bottom:3rem
  }
  .tablet-lg\:padding-x-6 {
    padding-left:3rem;
    padding-right:3rem
  }
  .tablet-lg\:padding-top-6 {
    padding-top:3rem
  }
  .tablet-lg\:padding-right-6 {
    padding-right:3rem
  }
  .tablet-lg\:padding-bottom-6 {
    padding-bottom:3rem
  }
  .tablet-lg\:padding-left-6 {
    padding-left:3rem
  }
  .tablet-lg\:padding-7 {
    padding:3.5rem
  }
  .tablet-lg\:padding-y-7 {
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }
  .tablet-lg\:padding-x-7 {
    padding-left:3.5rem;
    padding-right:3.5rem
  }
  .tablet-lg\:padding-top-7 {
    padding-top:3.5rem
  }
  .tablet-lg\:padding-right-7 {
    padding-right:3.5rem
  }
  .tablet-lg\:padding-bottom-7 {
    padding-bottom:3.5rem
  }
  .tablet-lg\:padding-left-7 {
    padding-left:3.5rem
  }
  .tablet-lg\:padding-8 {
    padding:4rem
  }
  .tablet-lg\:padding-y-8 {
    padding-top:4rem;
    padding-bottom:4rem
  }
  .tablet-lg\:padding-x-8 {
    padding-left:4rem;
    padding-right:4rem
  }
  .tablet-lg\:padding-top-8 {
    padding-top:4rem
  }
  .tablet-lg\:padding-right-8 {
    padding-right:4rem
  }
  .tablet-lg\:padding-bottom-8 {
    padding-bottom:4rem
  }
  .tablet-lg\:padding-left-8 {
    padding-left:4rem
  }
  .tablet-lg\:padding-9 {
    padding:4.5rem
  }
  .tablet-lg\:padding-y-9 {
    padding-top:4.5rem;
    padding-bottom:4.5rem
  }
  .tablet-lg\:padding-x-9 {
    padding-left:4.5rem;
    padding-right:4.5rem
  }
  .tablet-lg\:padding-top-9 {
    padding-top:4.5rem
  }
  .tablet-lg\:padding-right-9 {
    padding-right:4.5rem
  }
  .tablet-lg\:padding-bottom-9 {
    padding-bottom:4.5rem
  }
  .tablet-lg\:padding-left-9 {
    padding-left:4.5rem
  }
  .tablet-lg\:padding-10 {
    padding:5rem
  }
  .tablet-lg\:padding-y-10 {
    padding-top:5rem;
    padding-bottom:5rem
  }
  .tablet-lg\:padding-x-10 {
    padding-left:5rem;
    padding-right:5rem
  }
  .tablet-lg\:padding-top-10 {
    padding-top:5rem
  }
  .tablet-lg\:padding-right-10 {
    padding-right:5rem
  }
  .tablet-lg\:padding-bottom-10 {
    padding-bottom:5rem
  }
  .tablet-lg\:padding-left-10 {
    padding-left:5rem
  }
  .tablet-lg\:padding-15 {
    padding:7.5rem
  }
  .tablet-lg\:padding-y-15 {
    padding-top:7.5rem;
    padding-bottom:7.5rem
  }
  .tablet-lg\:padding-x-15 {
    padding-left:7.5rem;
    padding-right:7.5rem
  }
  .tablet-lg\:padding-top-15 {
    padding-top:7.5rem
  }
  .tablet-lg\:padding-right-15 {
    padding-right:7.5rem
  }
  .tablet-lg\:padding-bottom-15 {
    padding-bottom:7.5rem
  }
  .tablet-lg\:padding-left-15 {
    padding-left:7.5rem
  }
  .tablet-lg\:padding-0 {
    padding:0
  }
  .tablet-lg\:padding-y-0 {
    padding-top:0;
    padding-bottom:0
  }
  .tablet-lg\:padding-x-0 {
    padding-left:0;
    padding-right:0
  }
  .tablet-lg\:padding-top-0 {
    padding-top:0
  }
  .tablet-lg\:padding-right-0 {
    padding-right:0
  }
  .tablet-lg\:padding-bottom-0 {
    padding-bottom:0
  }
  .tablet-lg\:padding-left-0 {
    padding-left:0
  }
  .tablet-lg\:width-1px {
    width:1px
  }
  .tablet-lg\:width-2px {
    width:2px
  }
  .tablet-lg\:width-05 {
    width:.25rem
  }
  .tablet-lg\:width-1 {
    width:.5rem
  }
  .tablet-lg\:width-105 {
    width:.75rem
  }
  .tablet-lg\:width-2 {
    width:1rem
  }
  .tablet-lg\:width-205 {
    width:1.25rem
  }
  .tablet-lg\:width-3 {
    width:1.5rem
  }
  .tablet-lg\:width-4 {
    width:2rem
  }
  .tablet-lg\:width-5 {
    width:2.5rem
  }
  .tablet-lg\:width-6 {
    width:3rem
  }
  .tablet-lg\:width-7 {
    width:3.5rem
  }
  .tablet-lg\:width-8 {
    width:4rem
  }
  .tablet-lg\:width-9 {
    width:4.5rem
  }
  .tablet-lg\:width-10 {
    width:5rem
  }
  .tablet-lg\:width-15 {
    width:7.5rem
  }
  .tablet-lg\:width-card {
    width:10rem
  }
  .tablet-lg\:width-card-lg {
    width:15rem
  }
  .tablet-lg\:width-mobile {
    width:20rem
  }
  .tablet-lg\:width-mobile-lg {
    width:30rem
  }
  .tablet-lg\:width-tablet {
    width:40rem
  }
  .tablet-lg\:width-tablet-lg {
    width:55rem
  }
  .tablet-lg\:width-desktop {
    width:64rem
  }
  .tablet-lg\:width-desktop-lg {
    width:75rem
  }
  .tablet-lg\:width-widescreen {
    width:87.5rem
  }
  .tablet-lg\:width-0 {
    width:0
  }
  .tablet-lg\:width-full {
    width:100%
  }
  .tablet-lg\:width-auto {
    width:auto
  }
}
@media all and (min-width:64em) {
  .desktop\:border-1px,
  .desktop\:hover\:border-1px:hover {
    border:1px solid
  }
  .desktop\:border-y-1px,
  .desktop\:hover\:border-y-1px:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .desktop\:border-x-1px,
  .desktop\:hover\:border-x-1px:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .desktop\:border-top-1px,
  .desktop\:hover\:border-top-1px:hover {
    border-top:1px solid
  }
  .desktop\:border-right-1px,
  .desktop\:hover\:border-right-1px:hover {
    border-right:1px solid
  }
  .desktop\:border-bottom-1px,
  .desktop\:hover\:border-bottom-1px:hover {
    border-bottom:1px solid
  }
  .desktop\:border-left-1px,
  .desktop\:hover\:border-left-1px:hover {
    border-left:1px solid
  }
  .desktop\:border-2px,
  .desktop\:hover\:border-2px:hover {
    border:2px solid
  }
  .desktop\:border-y-2px,
  .desktop\:hover\:border-y-2px:hover {
    border-top:2px solid;
    border-bottom:2px solid
  }
  .desktop\:border-x-2px,
  .desktop\:hover\:border-x-2px:hover {
    border-left:2px solid;
    border-right:2px solid
  }
  .desktop\:border-top-2px,
  .desktop\:hover\:border-top-2px:hover {
    border-top:2px solid
  }
  .desktop\:border-right-2px,
  .desktop\:hover\:border-right-2px:hover {
    border-right:2px solid
  }
  .desktop\:border-bottom-2px,
  .desktop\:hover\:border-bottom-2px:hover {
    border-bottom:2px solid
  }
  .desktop\:border-left-2px,
  .desktop\:hover\:border-left-2px:hover {
    border-left:2px solid
  }
  .desktop\:border-05,
  .desktop\:hover\:border-05:hover {
    border:.25rem solid
  }
  .desktop\:border-y-05,
  .desktop\:hover\:border-y-05:hover {
    border-top:.25rem solid;
    border-bottom:.25rem solid
  }
  .desktop\:border-x-05,
  .desktop\:hover\:border-x-05:hover {
    border-left:.25rem solid;
    border-right:.25rem solid
  }
  .desktop\:border-top-05,
  .desktop\:hover\:border-top-05:hover {
    border-top:.25rem solid
  }
  .desktop\:border-right-05,
  .desktop\:hover\:border-right-05:hover {
    border-right:.25rem solid
  }
  .desktop\:border-bottom-05,
  .desktop\:hover\:border-bottom-05:hover {
    border-bottom:.25rem solid
  }
  .desktop\:border-left-05,
  .desktop\:hover\:border-left-05:hover {
    border-left:.25rem solid
  }
  .desktop\:border-1,
  .desktop\:hover\:border-1:hover {
    border:.5rem solid
  }
  .desktop\:border-y-1,
  .desktop\:hover\:border-y-1:hover {
    border-top:.5rem solid;
    border-bottom:.5rem solid
  }
  .desktop\:border-x-1,
  .desktop\:hover\:border-x-1:hover {
    border-left:.5rem solid;
    border-right:.5rem solid
  }
  .desktop\:border-top-1,
  .desktop\:hover\:border-top-1:hover {
    border-top:.5rem solid
  }
  .desktop\:border-right-1,
  .desktop\:hover\:border-right-1:hover {
    border-right:.5rem solid
  }
  .desktop\:border-bottom-1,
  .desktop\:hover\:border-bottom-1:hover {
    border-bottom:.5rem solid
  }
  .desktop\:border-left-1,
  .desktop\:hover\:border-left-1:hover {
    border-left:.5rem solid
  }
  .desktop\:border-105,
  .desktop\:hover\:border-105:hover {
    border:.75rem solid
  }
  .desktop\:border-y-105,
  .desktop\:hover\:border-y-105:hover {
    border-top:.75rem solid;
    border-bottom:.75rem solid
  }
  .desktop\:border-x-105,
  .desktop\:hover\:border-x-105:hover {
    border-left:.75rem solid;
    border-right:.75rem solid
  }
  .desktop\:border-top-105,
  .desktop\:hover\:border-top-105:hover {
    border-top:.75rem solid
  }
  .desktop\:border-right-105,
  .desktop\:hover\:border-right-105:hover {
    border-right:.75rem solid
  }
  .desktop\:border-bottom-105,
  .desktop\:hover\:border-bottom-105:hover {
    border-bottom:.75rem solid
  }
  .desktop\:border-left-105,
  .desktop\:hover\:border-left-105:hover {
    border-left:.75rem solid
  }
  .desktop\:border-2,
  .desktop\:hover\:border-2:hover {
    border:1rem solid
  }
  .desktop\:border-y-2,
  .desktop\:hover\:border-y-2:hover {
    border-top:1rem solid;
    border-bottom:1rem solid
  }
  .desktop\:border-x-2,
  .desktop\:hover\:border-x-2:hover {
    border-left:1rem solid;
    border-right:1rem solid
  }
  .desktop\:border-top-2,
  .desktop\:hover\:border-top-2:hover {
    border-top:1rem solid
  }
  .desktop\:border-right-2,
  .desktop\:hover\:border-right-2:hover {
    border-right:1rem solid
  }
  .desktop\:border-bottom-2,
  .desktop\:hover\:border-bottom-2:hover {
    border-bottom:1rem solid
  }
  .desktop\:border-left-2,
  .desktop\:hover\:border-left-2:hover {
    border-left:1rem solid
  }
  .desktop\:border-205,
  .desktop\:hover\:border-205:hover {
    border:1.25rem solid
  }
  .desktop\:border-y-205,
  .desktop\:hover\:border-y-205:hover {
    border-top:1.25rem solid;
    border-bottom:1.25rem solid
  }
  .desktop\:border-x-205,
  .desktop\:hover\:border-x-205:hover {
    border-left:1.25rem solid;
    border-right:1.25rem solid
  }
  .desktop\:border-top-205,
  .desktop\:hover\:border-top-205:hover {
    border-top:1.25rem solid
  }
  .desktop\:border-right-205,
  .desktop\:hover\:border-right-205:hover {
    border-right:1.25rem solid
  }
  .desktop\:border-bottom-205,
  .desktop\:hover\:border-bottom-205:hover {
    border-bottom:1.25rem solid
  }
  .desktop\:border-left-205,
  .desktop\:hover\:border-left-205:hover {
    border-left:1.25rem solid
  }
  .desktop\:border-3,
  .desktop\:hover\:border-3:hover {
    border:1.5rem solid
  }
  .desktop\:border-y-3,
  .desktop\:hover\:border-y-3:hover {
    border-top:1.5rem solid;
    border-bottom:1.5rem solid
  }
  .desktop\:border-x-3,
  .desktop\:hover\:border-x-3:hover {
    border-left:1.5rem solid;
    border-right:1.5rem solid
  }
  .desktop\:border-top-3,
  .desktop\:hover\:border-top-3:hover {
    border-top:1.5rem solid
  }
  .desktop\:border-right-3,
  .desktop\:hover\:border-right-3:hover {
    border-right:1.5rem solid
  }
  .desktop\:border-bottom-3,
  .desktop\:hover\:border-bottom-3:hover {
    border-bottom:1.5rem solid
  }
  .desktop\:border-left-3,
  .desktop\:hover\:border-left-3:hover {
    border-left:1.5rem solid
  }
  .desktop\:border-0,
  .desktop\:hover\:border-0:hover {
    border:0 solid
  }
  .desktop\:border-y-0,
  .desktop\:hover\:border-y-0:hover {
    border-top:0 solid;
    border-bottom:0 solid
  }
  .desktop\:border-x-0,
  .desktop\:hover\:border-x-0:hover {
    border-left:0 solid;
    border-right:0 solid
  }
  .desktop\:border-top-0,
  .desktop\:hover\:border-top-0:hover {
    border-top:0 solid
  }
  .desktop\:border-right-0,
  .desktop\:hover\:border-right-0:hover {
    border-right:0 solid
  }
  .desktop\:border-bottom-0,
  .desktop\:hover\:border-bottom-0:hover {
    border-bottom:0 solid
  }
  .desktop\:border-left-0,
  .desktop\:hover\:border-left-0:hover {
    border-left:0 solid
  }
  .desktop\:border,
  .desktop\:hover\:border:hover {
    border:1px solid
  }
  .desktop\:border-y,
  .desktop\:hover\:border-y:hover {
    border-top:1px solid;
    border-bottom:1px solid
  }
  .desktop\:border-x,
  .desktop\:hover\:border-x:hover {
    border-left:1px solid;
    border-right:1px solid
  }
  .desktop\:border-top,
  .desktop\:hover\:border-top:hover {
    border-top:1px solid
  }
  .desktop\:border-right,
  .desktop\:hover\:border-right:hover {
    border-right:1px solid
  }
  .desktop\:border-bottom,
  .desktop\:hover\:border-bottom:hover {
    border-bottom:1px solid
  }
  .desktop\:border-left,
  .desktop\:hover\:border-left:hover {
    border-left:1px solid
  }
  .desktop\:border-transparent,
  .desktop\:hover\:border-transparent:hover {
    border-color:transparent
  }
  .desktop\:border-black,
  .desktop\:hover\:border-black:hover {
    border-color:#000
  }
  .desktop\:border-white,
  .desktop\:hover\:border-white:hover {
    border-color:#fff
  }
  .desktop\:border-base-lightest,
  .desktop\:hover\:border-base-lightest:hover {
    border-color:#f0f0f0
  }
  .desktop\:border-base-lighter,
  .desktop\:hover\:border-base-lighter:hover {
    border-color:#dfe1e2
  }
  .desktop\:border-base-light,
  .desktop\:hover\:border-base-light:hover {
    border-color:#a9aeb1
  }
  .desktop\:border-base,
  .desktop\:hover\:border-base:hover {
    border-color:#71767a
  }
  .desktop\:border-base-dark,
  .desktop\:hover\:border-base-dark:hover {
    border-color:#565c65
  }
  .desktop\:border-base-darker,
  .desktop\:hover\:border-base-darker:hover {
    border-color:#3d4551
  }
  .desktop\:border-base-darkest,
  .desktop\:border-ink,
  .desktop\:hover\:border-base-darkest:hover,
  .desktop\:hover\:border-ink:hover {
    border-color:#1b1b1b
  }
  .desktop\:border-primary-lighter,
  .desktop\:hover\:border-primary-lighter:hover {
    border-color:#ccecf2
  }
  .desktop\:border-primary-light,
  .desktop\:hover\:border-primary-light:hover {
    border-color:#73b3e7
  }
  .desktop\:border-primary,
  .desktop\:hover\:border-primary:hover {
    border-color:#00bde3
  }
  .desktop\:border-primary-vivid,
  .desktop\:hover\:border-primary-vivid:hover {
    border-color:#0050d8
  }
  .desktop\:border-primary-dark,
  .desktop\:border-primary-darker,
  .desktop\:hover\:border-primary-dark:hover,
  .desktop\:hover\:border-primary-darker:hover {
    border-color:#009ec1
  }
  .desktop\:border-secondary-lighter,
  .desktop\:hover\:border-secondary-lighter:hover {
    border-color:#f3e1e4
  }
  .desktop\:border-secondary-light,
  .desktop\:hover\:border-secondary-light:hover {
    border-color:#f2938c
  }
  .desktop\:border-secondary,
  .desktop\:hover\:border-secondary:hover {
    border-color:#ccecf2
  }
  .desktop\:border-secondary-vivid,
  .desktop\:hover\:border-secondary-vivid:hover {
    border-color:#e41d3d
  }
  .desktop\:border-secondary-dark,
  .desktop\:border-secondary-darker,
  .desktop\:hover\:border-secondary-dark:hover,
  .desktop\:hover\:border-secondary-darker:hover {
    border-color:#99deea
  }
  .desktop\:border-accent-warm-darker,
  .desktop\:hover\:border-accent-warm-darker:hover {
    border-color:#775540
  }
  .desktop\:border-accent-warm-dark,
  .desktop\:hover\:border-accent-warm-dark:hover {
    border-color:#c05600
  }
  .desktop\:border-accent-warm,
  .desktop\:hover\:border-accent-warm:hover {
    border-color:#fa9441
  }
  .desktop\:border-accent-warm-light,
  .desktop\:hover\:border-accent-warm-light:hover {
    border-color:#ffbc78
  }
  .desktop\:border-accent-warm-lighter,
  .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color:#f2e4d4
  }
  .desktop\:border-accent-cool-darker,
  .desktop\:hover\:border-accent-cool-darker:hover {
    border-color:#07648d
  }
  .desktop\:border-accent-cool-dark,
  .desktop\:hover\:border-accent-cool-dark:hover {
    border-color:#28a0cb
  }
  .desktop\:border-accent-cool,
  .desktop\:hover\:border-accent-cool:hover {
    border-color:#00bde3
  }
  .desktop\:border-accent-cool-light,
  .desktop\:hover\:border-accent-cool-light:hover {
    border-color:#97d4ea
  }
  .desktop\:border-accent-cool-lighter,
  .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color:#e1f3f8
  }
  .desktop\:border-gray-5,
  .desktop\:hover\:border-gray-5:hover {
    border-color:#f0f0f0
  }
  .desktop\:border-gray-10,
  .desktop\:hover\:border-gray-10:hover {
    border-color:#e6e6e6
  }
  .desktop\:border-gray-30,
  .desktop\:hover\:border-gray-30:hover {
    border-color:#adadad
  }
  .desktop\:border-gray-50,
  .desktop\:hover\:border-gray-50:hover {
    border-color:#757575
  }
  .desktop\:border-gray-70,
  .desktop\:hover\:border-gray-70:hover {
    border-color:#454545
  }
  .desktop\:border-gray-90,
  .desktop\:hover\:border-gray-90:hover {
    border-color:#1b1b1b
  }
  .desktop\:border-error-lighter,
  .desktop\:hover\:border-error-lighter:hover {
    border-color:#f4e3db
  }
  .desktop\:border-error-light,
  .desktop\:hover\:border-error-light:hover {
    border-color:#f39268
  }
  .desktop\:border-error,
  .desktop\:hover\:border-error:hover {
    border-color:#d83933
  }
  .desktop\:border-error-dark,
  .desktop\:hover\:border-error-dark:hover {
    border-color:#b50909
  }
  .desktop\:border-error-darker,
  .desktop\:hover\:border-error-darker:hover {
    border-color:#6f3331
  }
  .desktop\:border-warning-lighter,
  .desktop\:hover\:border-warning-lighter:hover {
    border-color:#faf3d1
  }
  .desktop\:border-warning-light,
  .desktop\:hover\:border-warning-light:hover {
    border-color:#fee685
  }
  .desktop\:border-warning,
  .desktop\:hover\:border-warning:hover {
    border-color:#ffbe2e
  }
  .desktop\:border-warning-dark,
  .desktop\:hover\:border-warning-dark:hover {
    border-color:#e5a000
  }
  .desktop\:border-warning-darker,
  .desktop\:hover\:border-warning-darker:hover {
    border-color:#936f38
  }
  .desktop\:border-success-lighter,
  .desktop\:hover\:border-success-lighter:hover {
    border-color:#ecf3ec
  }
  .desktop\:border-success-light,
  .desktop\:hover\:border-success-light:hover {
    border-color:#70e17b
  }
  .desktop\:border-success,
  .desktop\:hover\:border-success:hover {
    border-color:#00a91c
  }
  .desktop\:border-success-dark,
  .desktop\:hover\:border-success-dark:hover {
    border-color:#008817
  }
  .desktop\:border-success-darker,
  .desktop\:hover\:border-success-darker:hover {
    border-color:#216e1f
  }
  .desktop\:border-info-lighter,
  .desktop\:hover\:border-info-lighter:hover {
    border-color:#e7f6f8
  }
  .desktop\:border-info-light,
  .desktop\:hover\:border-info-light:hover {
    border-color:#99deea
  }
  .desktop\:border-info,
  .desktop\:hover\:border-info:hover {
    border-color:#00bde3
  }
  .desktop\:border-info-dark,
  .desktop\:hover\:border-info-dark:hover {
    border-color:#009ec1
  }
  .desktop\:border-info-darker,
  .desktop\:hover\:border-info-darker:hover {
    border-color:#2e6276
  }
  .desktop\:border-disabled-light,
  .desktop\:hover\:border-disabled-light:hover {
    border-color:#e6e6e6
  }
  .desktop\:border-disabled,
  .desktop\:hover\:border-disabled:hover {
    border-color:#c9c9c9
  }
  .desktop\:border-disabled-dark,
  .desktop\:hover\:border-disabled-dark:hover {
    border-color:#adadad
  }
  .desktop\:border-emergency,
  .desktop\:hover\:border-emergency:hover {
    border-color:#9c3d10
  }
  .desktop\:border-emergency-dark,
  .desktop\:hover\:border-emergency-dark:hover {
    border-color:#332d29
  }
  .desktop\:border-red,
  .desktop\:hover\:border-red:hover {
    border-color:#e52207
  }
  .desktop\:border-orange,
  .desktop\:hover\:border-orange:hover {
    border-color:#e66f0e
  }
  .desktop\:border-gold,
  .desktop\:hover\:border-gold:hover {
    border-color:#ffbe2e
  }
  .desktop\:border-yellow,
  .desktop\:hover\:border-yellow:hover {
    border-color:#fee685
  }
  .desktop\:border-green,
  .desktop\:hover\:border-green:hover {
    border-color:#538200
  }
  .desktop\:border-mint,
  .desktop\:hover\:border-mint:hover {
    border-color:#04c585
  }
  .desktop\:border-cyan,
  .desktop\:hover\:border-cyan:hover {
    border-color:#009ec1
  }
  .desktop\:border-blue,
  .desktop\:hover\:border-blue:hover {
    border-color:#0076d6
  }
  .desktop\:border-indigo,
  .desktop\:hover\:border-indigo:hover {
    border-color:#676cc8
  }
  .desktop\:border-violet,
  .desktop\:hover\:border-violet:hover {
    border-color:#8168b3
  }
  .desktop\:border-magenta,
  .desktop\:hover\:border-magenta:hover {
    border-color:#d72d79
  }
  .desktop\:border-black-transparent-5,
  .desktop\:hover\:border-black-transparent-5:hover {
    border-color:rgba(0,0,0,.01)
  }
  .desktop\:border-black-transparent-10,
  .desktop\:hover\:border-black-transparent-10:hover {
    border-color:rgba(0,0,0,.1)
  }
  .desktop\:border-black-transparent-20,
  .desktop\:hover\:border-black-transparent-20:hover {
    border-color:rgba(0,0,0,.2)
  }
  .desktop\:border-black-transparent-30,
  .desktop\:hover\:border-black-transparent-30:hover {
    border-color:rgba(0,0,0,.3)
  }
  .desktop\:border-black-transparent-40,
  .desktop\:hover\:border-black-transparent-40:hover {
    border-color:rgba(0,0,0,.4)
  }
  .desktop\:border-black-transparent-50,
  .desktop\:hover\:border-black-transparent-50:hover {
    border-color:rgba(0,0,0,.5)
  }
  .desktop\:border-black-transparent-60,
  .desktop\:hover\:border-black-transparent-60:hover {
    border-color:rgba(0,0,0,.6)
  }
  .desktop\:border-black-transparent-70,
  .desktop\:hover\:border-black-transparent-70:hover {
    border-color:rgba(0,0,0,.7)
  }
  .desktop\:border-black-transparent-80,
  .desktop\:hover\:border-black-transparent-80:hover {
    border-color:rgba(0,0,0,.8)
  }
  .desktop\:border-black-transparent-90,
  .desktop\:hover\:border-black-transparent-90:hover {
    border-color:rgba(0,0,0,.9)
  }
  .desktop\:border-gray-cool-1,
  .desktop\:hover\:border-gray-cool-1:hover {
    border-color:#fbfcfd
  }
  .desktop\:border-gray-cool-2,
  .desktop\:hover\:border-gray-cool-2:hover {
    border-color:#f7f9fa
  }
  .desktop\:border-gray-cool-3,
  .desktop\:hover\:border-gray-cool-3:hover {
    border-color:#f5f6f7
  }
  .desktop\:border-gray-cool-4,
  .desktop\:hover\:border-gray-cool-4:hover {
    border-color:#f1f3f6
  }
  .desktop\:border-gray-cool-5,
  .desktop\:hover\:border-gray-cool-5:hover {
    border-color:#edeff0
  }
  .desktop\:border-gray-cool-10,
  .desktop\:hover\:border-gray-cool-10:hover {
    border-color:#dfe1e2
  }
  .desktop\:border-gray-cool-20,
  .desktop\:hover\:border-gray-cool-20:hover {
    border-color:#c6cace
  }
  .desktop\:border-gray-cool-30,
  .desktop\:hover\:border-gray-cool-30:hover {
    border-color:#a9aeb1
  }
  .desktop\:border-gray-cool-40,
  .desktop\:hover\:border-gray-cool-40:hover {
    border-color:#8d9297
  }
  .desktop\:border-gray-cool-50,
  .desktop\:hover\:border-gray-cool-50:hover {
    border-color:#71767a
  }
  .desktop\:border-gray-cool-60,
  .desktop\:hover\:border-gray-cool-60:hover {
    border-color:#565c65
  }
  .desktop\:border-gray-cool-70,
  .desktop\:hover\:border-gray-cool-70:hover {
    border-color:#3d4551
  }
  .desktop\:border-gray-cool-80,
  .desktop\:hover\:border-gray-cool-80:hover {
    border-color:#2d2e2f
  }
  .desktop\:border-gray-cool-90,
  .desktop\:hover\:border-gray-cool-90:hover {
    border-color:#1c1d1f
  }
  .desktop\:border-gray-1,
  .desktop\:hover\:border-gray-1:hover {
    border-color:#fcfcfc
  }
  .desktop\:border-gray-2,
  .desktop\:hover\:border-gray-2:hover {
    border-color:#f9f9f9
  }
  .desktop\:border-gray-3,
  .desktop\:hover\:border-gray-3:hover {
    border-color:#f6f6f6
  }
  .desktop\:border-gray-4,
  .desktop\:hover\:border-gray-4:hover {
    border-color:#f3f3f3
  }
  .desktop\:border-gray-20,
  .desktop\:hover\:border-gray-20:hover {
    border-color:#c9c9c9
  }
  .desktop\:border-gray-40,
  .desktop\:hover\:border-gray-40:hover {
    border-color:#919191
  }
  .desktop\:border-gray-60,
  .desktop\:hover\:border-gray-60:hover {
    border-color:#5c5c5c
  }
  .desktop\:border-gray-80,
  .desktop\:hover\:border-gray-80:hover {
    border-color:#2e2e2e
  }
  .desktop\:border-gray-warm-1,
  .desktop\:hover\:border-gray-warm-1:hover {
    border-color:#fcfcfb
  }
  .desktop\:border-gray-warm-2,
  .desktop\:hover\:border-gray-warm-2:hover {
    border-color:#f9f9f7
  }
  .desktop\:border-gray-warm-3,
  .desktop\:hover\:border-gray-warm-3:hover {
    border-color:#f6f6f2
  }
  .desktop\:border-gray-warm-4,
  .desktop\:hover\:border-gray-warm-4:hover {
    border-color:#f5f5f0
  }
  .desktop\:border-gray-warm-5,
  .desktop\:hover\:border-gray-warm-5:hover {
    border-color:#f0f0ec
  }
  .desktop\:border-gray-warm-10,
  .desktop\:hover\:border-gray-warm-10:hover {
    border-color:#e6e6e2
  }
  .desktop\:border-gray-warm-20,
  .desktop\:hover\:border-gray-warm-20:hover {
    border-color:#cac9c0
  }
  .desktop\:border-gray-warm-30,
  .desktop\:hover\:border-gray-warm-30:hover {
    border-color:#afaea2
  }
  .desktop\:border-gray-warm-40,
  .desktop\:hover\:border-gray-warm-40:hover {
    border-color:#929285
  }
  .desktop\:border-gray-warm-50,
  .desktop\:hover\:border-gray-warm-50:hover {
    border-color:#76766a
  }
  .desktop\:border-gray-warm-60,
  .desktop\:hover\:border-gray-warm-60:hover {
    border-color:#5d5d52
  }
  .desktop\:border-gray-warm-70,
  .desktop\:hover\:border-gray-warm-70:hover {
    border-color:#454540
  }
  .desktop\:border-gray-warm-80,
  .desktop\:hover\:border-gray-warm-80:hover {
    border-color:#2e2e2a
  }
  .desktop\:border-gray-warm-90,
  .desktop\:hover\:border-gray-warm-90:hover {
    border-color:#171716
  }
  .desktop\:border-blue-cool-5,
  .desktop\:hover\:border-blue-cool-5:hover {
    border-color:#e7f2f5
  }
  .desktop\:border-blue-cool-10,
  .desktop\:hover\:border-blue-cool-10:hover {
    border-color:#dae9ee
  }
  .desktop\:border-blue-cool-20,
  .desktop\:hover\:border-blue-cool-20:hover {
    border-color:#adcfdc
  }
  .desktop\:border-blue-cool-30,
  .desktop\:hover\:border-blue-cool-30:hover {
    border-color:#82b4c9
  }
  .desktop\:border-blue-cool-40,
  .desktop\:hover\:border-blue-cool-40:hover {
    border-color:#6499af
  }
  .desktop\:border-blue-cool-50,
  .desktop\:hover\:border-blue-cool-50:hover {
    border-color:#3a7d95
  }
  .desktop\:border-blue-cool-60,
  .desktop\:hover\:border-blue-cool-60:hover {
    border-color:#2e6276
  }
  .desktop\:border-blue-cool-70,
  .desktop\:hover\:border-blue-cool-70:hover {
    border-color:#224a58
  }
  .desktop\:border-blue-cool-80,
  .desktop\:hover\:border-blue-cool-80:hover {
    border-color:#14333d
  }
  .desktop\:border-blue-cool-90,
  .desktop\:hover\:border-blue-cool-90:hover {
    border-color:#0f191c
  }
  .desktop\:border-blue-cool-5v,
  .desktop\:hover\:border-blue-cool-5v:hover {
    border-color:#e1f3f8
  }
  .desktop\:border-blue-cool-10v,
  .desktop\:hover\:border-blue-cool-10v:hover {
    border-color:#c3ebfa
  }
  .desktop\:border-blue-cool-20v,
  .desktop\:hover\:border-blue-cool-20v:hover {
    border-color:#97d4ea
  }
  .desktop\:border-blue-cool-30v,
  .desktop\:hover\:border-blue-cool-30v:hover {
    border-color:#59b9de
  }
  .desktop\:border-blue-cool-40v,
  .desktop\:hover\:border-blue-cool-40v:hover {
    border-color:#28a0cb
  }
  .desktop\:border-blue-cool-50v,
  .desktop\:hover\:border-blue-cool-50v:hover {
    border-color:#0d7ea2
  }
  .desktop\:border-blue-cool-60v,
  .desktop\:hover\:border-blue-cool-60v:hover {
    border-color:#07648d
  }
  .desktop\:border-blue-cool-70v,
  .desktop\:hover\:border-blue-cool-70v:hover {
    border-color:#074b69
  }
  .desktop\:border-blue-cool-80v,
  .desktop\:hover\:border-blue-cool-80v:hover {
    border-color:#002d3f
  }
  .desktop\:border-blue-5,
  .desktop\:hover\:border-blue-5:hover {
    border-color:#eff6fb
  }
  .desktop\:border-blue-10,
  .desktop\:hover\:border-blue-10:hover {
    border-color:#d9e8f6
  }
  .desktop\:border-blue-20,
  .desktop\:hover\:border-blue-20:hover {
    border-color:#aacdec
  }
  .desktop\:border-blue-30,
  .desktop\:hover\:border-blue-30:hover {
    border-color:#73b3e7
  }
  .desktop\:border-blue-40,
  .desktop\:hover\:border-blue-40:hover {
    border-color:#4f97d1
  }
  .desktop\:border-blue-50,
  .desktop\:hover\:border-blue-50:hover {
    border-color:#2378c3
  }
  .desktop\:border-blue-60,
  .desktop\:hover\:border-blue-60:hover {
    border-color:#2c608a
  }
  .desktop\:border-blue-70,
  .desktop\:hover\:border-blue-70:hover {
    border-color:#274863
  }
  .desktop\:border-blue-80,
  .desktop\:hover\:border-blue-80:hover {
    border-color:#1f303e
  }
  .desktop\:border-blue-90,
  .desktop\:hover\:border-blue-90:hover {
    border-color:#11181d
  }
  .desktop\:border-blue-5v,
  .desktop\:hover\:border-blue-5v:hover {
    border-color:#e8f5ff
  }
  .desktop\:border-blue-10v,
  .desktop\:hover\:border-blue-10v:hover {
    border-color:#cfe8ff
  }
  .desktop\:border-blue-20v,
  .desktop\:hover\:border-blue-20v:hover {
    border-color:#a1d3ff
  }
  .desktop\:border-blue-30v,
  .desktop\:hover\:border-blue-30v:hover {
    border-color:#58b4ff
  }
  .desktop\:border-blue-40v,
  .desktop\:hover\:border-blue-40v:hover {
    border-color:#2491ff
  }
  .desktop\:border-blue-50v,
  .desktop\:hover\:border-blue-50v:hover {
    border-color:#0076d6
  }
  .desktop\:border-blue-60v,
  .desktop\:hover\:border-blue-60v:hover {
    border-color:#005ea2
  }
  .desktop\:border-blue-70v,
  .desktop\:hover\:border-blue-70v:hover {
    border-color:#0b4778
  }
  .desktop\:border-blue-80v,
  .desktop\:hover\:border-blue-80v:hover {
    border-color:#112f4e
  }
  .desktop\:border-blue-warm-5,
  .desktop\:hover\:border-blue-warm-5:hover {
    border-color:#ecf1f7
  }
  .desktop\:border-blue-warm-10,
  .desktop\:hover\:border-blue-warm-10:hover {
    border-color:#e1e7f1
  }
  .desktop\:border-blue-warm-20,
  .desktop\:hover\:border-blue-warm-20:hover {
    border-color:#bbcae4
  }
  .desktop\:border-blue-warm-30,
  .desktop\:hover\:border-blue-warm-30:hover {
    border-color:#98afd2
  }
  .desktop\:border-blue-warm-40,
  .desktop\:hover\:border-blue-warm-40:hover {
    border-color:#7292c7
  }
  .desktop\:border-blue-warm-50,
  .desktop\:hover\:border-blue-warm-50:hover {
    border-color:#4a77b4
  }
  .desktop\:border-blue-warm-60,
  .desktop\:hover\:border-blue-warm-60:hover {
    border-color:#345d96
  }
  .desktop\:border-blue-warm-70,
  .desktop\:hover\:border-blue-warm-70:hover {
    border-color:#2f4668
  }
  .desktop\:border-blue-warm-80,
  .desktop\:hover\:border-blue-warm-80:hover {
    border-color:#252f3e
  }
  .desktop\:border-blue-warm-90,
  .desktop\:hover\:border-blue-warm-90:hover {
    border-color:#13171f
  }
  .desktop\:border-blue-warm-5v,
  .desktop\:hover\:border-blue-warm-5v:hover {
    border-color:#edf5ff
  }
  .desktop\:border-blue-warm-10v,
  .desktop\:hover\:border-blue-warm-10v:hover {
    border-color:#d4e5ff
  }
  .desktop\:border-blue-warm-20v,
  .desktop\:hover\:border-blue-warm-20v:hover {
    border-color:#adcdff
  }
  .desktop\:border-blue-warm-30v,
  .desktop\:hover\:border-blue-warm-30v:hover {
    border-color:#81aefc
  }
  .desktop\:border-blue-warm-40v,
  .desktop\:hover\:border-blue-warm-40v:hover {
    border-color:#5994f6
  }
  .desktop\:border-blue-warm-50v,
  .desktop\:hover\:border-blue-warm-50v:hover {
    border-color:#2672de
  }
  .desktop\:border-blue-warm-60v,
  .desktop\:hover\:border-blue-warm-60v:hover {
    border-color:#0050d8
  }
  .desktop\:border-blue-warm-70v,
  .desktop\:hover\:border-blue-warm-70v:hover {
    border-color:#1a4480
  }
  .desktop\:border-blue-warm-80v,
  .desktop\:hover\:border-blue-warm-80v:hover {
    border-color:#162e51
  }
  .desktop\:border-cyan-5,
  .desktop\:hover\:border-cyan-5:hover {
    border-color:#e7f6f8
  }
  .desktop\:border-cyan-10,
  .desktop\:hover\:border-cyan-10:hover {
    border-color:#ccecf2
  }
  .desktop\:border-cyan-20,
  .desktop\:hover\:border-cyan-20:hover {
    border-color:#99deea
  }
  .desktop\:border-cyan-30,
  .desktop\:hover\:border-cyan-30:hover {
    border-color:#5dc0d1
  }
  .desktop\:border-cyan-40,
  .desktop\:hover\:border-cyan-40:hover {
    border-color:#449dac
  }
  .desktop\:border-cyan-50,
  .desktop\:hover\:border-cyan-50:hover {
    border-color:#168092
  }
  .desktop\:border-cyan-60,
  .desktop\:hover\:border-cyan-60:hover {
    border-color:#2a646d
  }
  .desktop\:border-cyan-70,
  .desktop\:hover\:border-cyan-70:hover {
    border-color:#2c4a4e
  }
  .desktop\:border-cyan-80,
  .desktop\:hover\:border-cyan-80:hover {
    border-color:#203133
  }
  .desktop\:border-cyan-90,
  .desktop\:hover\:border-cyan-90:hover {
    border-color:#111819
  }
  .desktop\:border-cyan-5v,
  .desktop\:hover\:border-cyan-5v:hover {
    border-color:#e5faff
  }
  .desktop\:border-cyan-10v,
  .desktop\:hover\:border-cyan-10v:hover {
    border-color:#a8f2ff
  }
  .desktop\:border-cyan-20v,
  .desktop\:hover\:border-cyan-20v:hover {
    border-color:#52daf2
  }
  .desktop\:border-cyan-30v,
  .desktop\:hover\:border-cyan-30v:hover {
    border-color:#00bde3
  }
  .desktop\:border-cyan-40v,
  .desktop\:hover\:border-cyan-40v:hover {
    border-color:#009ec1
  }
  .desktop\:border-cyan-50v,
  .desktop\:hover\:border-cyan-50v:hover {
    border-color:#0081a1
  }
  .desktop\:border-cyan-60v,
  .desktop\:hover\:border-cyan-60v:hover {
    border-color:#00687d
  }
  .desktop\:border-cyan-70v,
  .desktop\:hover\:border-cyan-70v:hover {
    border-color:#0e4f5c
  }
  .desktop\:border-cyan-80v,
  .desktop\:hover\:border-cyan-80v:hover {
    border-color:#093b44
  }
  .desktop\:border-gold-5,
  .desktop\:hover\:border-gold-5:hover {
    border-color:#f5f0e6
  }
  .desktop\:border-gold-10,
  .desktop\:hover\:border-gold-10:hover {
    border-color:#f1e5cd
  }
  .desktop\:border-gold-20,
  .desktop\:hover\:border-gold-20:hover {
    border-color:#dec69a
  }
  .desktop\:border-gold-30,
  .desktop\:hover\:border-gold-30:hover {
    border-color:#c7a97b
  }
  .desktop\:border-gold-40,
  .desktop\:hover\:border-gold-40:hover {
    border-color:#ad8b65
  }
  .desktop\:border-gold-50,
  .desktop\:hover\:border-gold-50:hover {
    border-color:#8e704f
  }
  .desktop\:border-gold-60,
  .desktop\:hover\:border-gold-60:hover {
    border-color:#6b5947
  }
  .desktop\:border-gold-70,
  .desktop\:hover\:border-gold-70:hover {
    border-color:#4d4438
  }
  .desktop\:border-gold-80,
  .desktop\:hover\:border-gold-80:hover {
    border-color:#322d26
  }
  .desktop\:border-gold-90,
  .desktop\:hover\:border-gold-90:hover {
    border-color:#191714
  }
  .desktop\:border-gold-5v,
  .desktop\:hover\:border-gold-5v:hover {
    border-color:#fef0c8
  }
  .desktop\:border-gold-10v,
  .desktop\:hover\:border-gold-10v:hover {
    border-color:#ffe396
  }
  .desktop\:border-gold-20v,
  .desktop\:hover\:border-gold-20v:hover {
    border-color:#ffbe2e
  }
  .desktop\:border-gold-30v,
  .desktop\:hover\:border-gold-30v:hover {
    border-color:#e5a000
  }
  .desktop\:border-gold-40v,
  .desktop\:hover\:border-gold-40v:hover {
    border-color:#c2850c
  }
  .desktop\:border-gold-50v,
  .desktop\:hover\:border-gold-50v:hover {
    border-color:#936f38
  }
  .desktop\:border-gold-60v,
  .desktop\:hover\:border-gold-60v:hover {
    border-color:#7a591a
  }
  .desktop\:border-gold-70v,
  .desktop\:hover\:border-gold-70v:hover {
    border-color:#5c410a
  }
  .desktop\:border-gold-80v,
  .desktop\:hover\:border-gold-80v:hover {
    border-color:#3b2b15
  }
  .desktop\:border-green-cool-5,
  .desktop\:hover\:border-green-cool-5:hover {
    border-color:#ecf3ec
  }
  .desktop\:border-green-cool-10,
  .desktop\:hover\:border-green-cool-10:hover {
    border-color:#dbebde
  }
  .desktop\:border-green-cool-20,
  .desktop\:hover\:border-green-cool-20:hover {
    border-color:#b4d0b9
  }
  .desktop\:border-green-cool-30,
  .desktop\:hover\:border-green-cool-30:hover {
    border-color:#86b98e
  }
  .desktop\:border-green-cool-40,
  .desktop\:hover\:border-green-cool-40:hover {
    border-color:#5e9f69
  }
  .desktop\:border-green-cool-50,
  .desktop\:hover\:border-green-cool-50:hover {
    border-color:#4d8055
  }
  .desktop\:border-green-cool-60,
  .desktop\:hover\:border-green-cool-60:hover {
    border-color:#446443
  }
  .desktop\:border-green-cool-70,
  .desktop\:hover\:border-green-cool-70:hover {
    border-color:#37493b
  }
  .desktop\:border-green-cool-80,
  .desktop\:hover\:border-green-cool-80:hover {
    border-color:#28312a
  }
  .desktop\:border-green-cool-90,
  .desktop\:hover\:border-green-cool-90:hover {
    border-color:#1a1f1a
  }
  .desktop\:border-green-cool-5v,
  .desktop\:hover\:border-green-cool-5v:hover {
    border-color:#e3f5e1
  }
  .desktop\:border-green-cool-10v,
  .desktop\:hover\:border-green-cool-10v:hover {
    border-color:#b7f5bd
  }
  .desktop\:border-green-cool-20v,
  .desktop\:hover\:border-green-cool-20v:hover {
    border-color:#70e17b
  }
  .desktop\:border-green-cool-30v,
  .desktop\:hover\:border-green-cool-30v:hover {
    border-color:#21c834
  }
  .desktop\:border-green-cool-40v,
  .desktop\:hover\:border-green-cool-40v:hover {
    border-color:#00a91c
  }
  .desktop\:border-green-cool-50v,
  .desktop\:hover\:border-green-cool-50v:hover {
    border-color:#008817
  }
  .desktop\:border-green-cool-60v,
  .desktop\:hover\:border-green-cool-60v:hover {
    border-color:#216e1f
  }
  .desktop\:border-green-cool-70v,
  .desktop\:hover\:border-green-cool-70v:hover {
    border-color:#154c21
  }
  .desktop\:border-green-cool-80v,
  .desktop\:hover\:border-green-cool-80v:hover {
    border-color:#19311e
  }
  .desktop\:border-green-5,
  .desktop\:hover\:border-green-5:hover {
    border-color:#eaf4dd
  }
  .desktop\:border-green-10,
  .desktop\:hover\:border-green-10:hover {
    border-color:#dfeacd
  }
  .desktop\:border-green-20,
  .desktop\:hover\:border-green-20:hover {
    border-color:#b8d293
  }
  .desktop\:border-green-30,
  .desktop\:hover\:border-green-30:hover {
    border-color:#9bb672
  }
  .desktop\:border-green-40,
  .desktop\:hover\:border-green-40:hover {
    border-color:#7d9b4e
  }
  .desktop\:border-green-50,
  .desktop\:hover\:border-green-50:hover {
    border-color:#607f35
  }
  .desktop\:border-green-60,
  .desktop\:hover\:border-green-60:hover {
    border-color:#4c6424
  }
  .desktop\:border-green-70,
  .desktop\:hover\:border-green-70:hover {
    border-color:#3c4a29
  }
  .desktop\:border-green-80,
  .desktop\:hover\:border-green-80:hover {
    border-color:#293021
  }
  .desktop\:border-green-90,
  .desktop\:hover\:border-green-90:hover {
    border-color:#161814
  }
  .desktop\:border-green-5v,
  .desktop\:hover\:border-green-5v:hover {
    border-color:#ddf9c7
  }
  .desktop\:border-green-10v,
  .desktop\:hover\:border-green-10v:hover {
    border-color:#c5ee93
  }
  .desktop\:border-green-20v,
  .desktop\:hover\:border-green-20v:hover {
    border-color:#98d035
  }
  .desktop\:border-green-30v,
  .desktop\:hover\:border-green-30v:hover {
    border-color:#7fb135
  }
  .desktop\:border-green-40v,
  .desktop\:hover\:border-green-40v:hover {
    border-color:#719f2a
  }
  .desktop\:border-green-50v,
  .desktop\:hover\:border-green-50v:hover {
    border-color:#538200
  }
  .desktop\:border-green-60v,
  .desktop\:hover\:border-green-60v:hover {
    border-color:#466c04
  }
  .desktop\:border-green-70v,
  .desktop\:hover\:border-green-70v:hover {
    border-color:#2f4a0b
  }
  .desktop\:border-green-80v,
  .desktop\:hover\:border-green-80v:hover {
    border-color:#243413
  }
  .desktop\:border-green-warm-5,
  .desktop\:hover\:border-green-warm-5:hover {
    border-color:#f1f4d7
  }
  .desktop\:border-green-warm-10,
  .desktop\:hover\:border-green-warm-10:hover {
    border-color:#e7eab7
  }
  .desktop\:border-green-warm-20,
  .desktop\:hover\:border-green-warm-20:hover {
    border-color:#cbd17a
  }
  .desktop\:border-green-warm-30,
  .desktop\:hover\:border-green-warm-30:hover {
    border-color:#a6b557
  }
  .desktop\:border-green-warm-40,
  .desktop\:hover\:border-green-warm-40:hover {
    border-color:#8a984b
  }
  .desktop\:border-green-warm-50,
  .desktop\:hover\:border-green-warm-50:hover {
    border-color:#6f7a41
  }
  .desktop\:border-green-warm-60,
  .desktop\:hover\:border-green-warm-60:hover {
    border-color:#5a5f38
  }
  .desktop\:border-green-warm-70,
  .desktop\:hover\:border-green-warm-70:hover {
    border-color:#45472f
  }
  .desktop\:border-green-warm-80,
  .desktop\:hover\:border-green-warm-80:hover {
    border-color:#2d2f21
  }
  .desktop\:border-green-warm-90,
  .desktop\:hover\:border-green-warm-90:hover {
    border-color:#171712
  }
  .desktop\:border-green-warm-5v,
  .desktop\:hover\:border-green-warm-5v:hover {
    border-color:#f5fbc1
  }
  .desktop\:border-green-warm-10v,
  .desktop\:hover\:border-green-warm-10v:hover {
    border-color:#e7f434
  }
  .desktop\:border-green-warm-20v,
  .desktop\:hover\:border-green-warm-20v:hover {
    border-color:#c5d30a
  }
  .desktop\:border-green-warm-30v,
  .desktop\:hover\:border-green-warm-30v:hover {
    border-color:#a3b72c
  }
  .desktop\:border-green-warm-40v,
  .desktop\:hover\:border-green-warm-40v:hover {
    border-color:#7e9c1d
  }
  .desktop\:border-green-warm-50v,
  .desktop\:hover\:border-green-warm-50v:hover {
    border-color:#6a7d00
  }
  .desktop\:border-green-warm-60v,
  .desktop\:hover\:border-green-warm-60v:hover {
    border-color:#5a6613
  }
  .desktop\:border-green-warm-70v,
  .desktop\:hover\:border-green-warm-70v:hover {
    border-color:#4b4e10
  }
  .desktop\:border-green-warm-80v,
  .desktop\:hover\:border-green-warm-80v:hover {
    border-color:#38380b
  }
  .desktop\:border-indigo-cool-5,
  .desktop\:hover\:border-indigo-cool-5:hover {
    border-color:#eef0f9
  }
  .desktop\:border-indigo-cool-10,
  .desktop\:hover\:border-indigo-cool-10:hover {
    border-color:#e1e6f9
  }
  .desktop\:border-indigo-cool-20,
  .desktop\:hover\:border-indigo-cool-20:hover {
    border-color:#bbc8f5
  }
  .desktop\:border-indigo-cool-30,
  .desktop\:hover\:border-indigo-cool-30:hover {
    border-color:#96abee
  }
  .desktop\:border-indigo-cool-40,
  .desktop\:hover\:border-indigo-cool-40:hover {
    border-color:#6b8ee8
  }
  .desktop\:border-indigo-cool-50,
  .desktop\:hover\:border-indigo-cool-50:hover {
    border-color:#496fd8
  }
  .desktop\:border-indigo-cool-60,
  .desktop\:hover\:border-indigo-cool-60:hover {
    border-color:#3f57a6
  }
  .desktop\:border-indigo-cool-70,
  .desktop\:hover\:border-indigo-cool-70:hover {
    border-color:#374274
  }
  .desktop\:border-indigo-cool-80,
  .desktop\:hover\:border-indigo-cool-80:hover {
    border-color:#292d42
  }
  .desktop\:border-indigo-cool-90,
  .desktop\:hover\:border-indigo-cool-90:hover {
    border-color:#151622
  }
  .desktop\:border-indigo-cool-5v,
  .desktop\:hover\:border-indigo-cool-5v:hover {
    border-color:#edf0ff
  }
  .desktop\:border-indigo-cool-10v,
  .desktop\:hover\:border-indigo-cool-10v:hover {
    border-color:#dee5ff
  }
  .desktop\:border-indigo-cool-20v,
  .desktop\:hover\:border-indigo-cool-20v:hover {
    border-color:#b8c8ff
  }
  .desktop\:border-indigo-cool-30v,
  .desktop\:hover\:border-indigo-cool-30v:hover {
    border-color:#94adff
  }
  .desktop\:border-indigo-cool-40v,
  .desktop\:hover\:border-indigo-cool-40v:hover {
    border-color:#628ef4
  }
  .desktop\:border-indigo-cool-50v,
  .desktop\:hover\:border-indigo-cool-50v:hover {
    border-color:#4866ff
  }
  .desktop\:border-indigo-cool-60v,
  .desktop\:hover\:border-indigo-cool-60v:hover {
    border-color:#3e4ded
  }
  .desktop\:border-indigo-cool-70v,
  .desktop\:hover\:border-indigo-cool-70v:hover {
    border-color:#222fbf
  }
  .desktop\:border-indigo-cool-80v,
  .desktop\:hover\:border-indigo-cool-80v:hover {
    border-color:#1b2b85
  }
  .desktop\:border-indigo-5,
  .desktop\:hover\:border-indigo-5:hover {
    border-color:#efeff8
  }
  .desktop\:border-indigo-10,
  .desktop\:hover\:border-indigo-10:hover {
    border-color:#e5e4fa
  }
  .desktop\:border-indigo-20,
  .desktop\:hover\:border-indigo-20:hover {
    border-color:#c5c5f3
  }
  .desktop\:border-indigo-30,
  .desktop\:hover\:border-indigo-30:hover {
    border-color:#a5a8eb
  }
  .desktop\:border-indigo-40,
  .desktop\:hover\:border-indigo-40:hover {
    border-color:#8889db
  }
  .desktop\:border-indigo-50,
  .desktop\:hover\:border-indigo-50:hover {
    border-color:#676cc8
  }
  .desktop\:border-indigo-60,
  .desktop\:hover\:border-indigo-60:hover {
    border-color:#4d52af
  }
  .desktop\:border-indigo-70,
  .desktop\:hover\:border-indigo-70:hover {
    border-color:#3d4076
  }
  .desktop\:border-indigo-80,
  .desktop\:hover\:border-indigo-80:hover {
    border-color:#2b2c40
  }
  .desktop\:border-indigo-90,
  .desktop\:hover\:border-indigo-90:hover {
    border-color:#16171f
  }
  .desktop\:border-indigo-5v,
  .desktop\:hover\:border-indigo-5v:hover {
    border-color:#f0f0ff
  }
  .desktop\:border-indigo-10v,
  .desktop\:hover\:border-indigo-10v:hover {
    border-color:#e0e0ff
  }
  .desktop\:border-indigo-20v,
  .desktop\:hover\:border-indigo-20v:hover {
    border-color:#ccceff
  }
  .desktop\:border-indigo-30v,
  .desktop\:hover\:border-indigo-30v:hover {
    border-color:#a3a7fa
  }
  .desktop\:border-indigo-40v,
  .desktop\:hover\:border-indigo-40v:hover {
    border-color:#8289ff
  }
  .desktop\:border-indigo-50v,
  .desktop\:hover\:border-indigo-50v:hover {
    border-color:#656bd7
  }
  .desktop\:border-indigo-60v,
  .desktop\:hover\:border-indigo-60v:hover {
    border-color:#4a50c4
  }
  .desktop\:border-indigo-70v,
  .desktop\:hover\:border-indigo-70v:hover {
    border-color:#3333a3
  }
  .desktop\:border-indigo-80v,
  .desktop\:hover\:border-indigo-80v:hover {
    border-color:#212463
  }
  .desktop\:border-indigo-warm-5,
  .desktop\:hover\:border-indigo-warm-5:hover {
    border-color:#f1eff7
  }
  .desktop\:border-indigo-warm-10,
  .desktop\:hover\:border-indigo-warm-10:hover {
    border-color:#e7e3fa
  }
  .desktop\:border-indigo-warm-20,
  .desktop\:hover\:border-indigo-warm-20:hover {
    border-color:#cbc4f2
  }
  .desktop\:border-indigo-warm-30,
  .desktop\:hover\:border-indigo-warm-30:hover {
    border-color:#afa5e8
  }
  .desktop\:border-indigo-warm-40,
  .desktop\:hover\:border-indigo-warm-40:hover {
    border-color:#9287d8
  }
  .desktop\:border-indigo-warm-50,
  .desktop\:hover\:border-indigo-warm-50:hover {
    border-color:#7665d1
  }
  .desktop\:border-indigo-warm-60,
  .desktop\:hover\:border-indigo-warm-60:hover {
    border-color:#5e519e
  }
  .desktop\:border-indigo-warm-70,
  .desktop\:hover\:border-indigo-warm-70:hover {
    border-color:#453c7b
  }
  .desktop\:border-indigo-warm-80,
  .desktop\:hover\:border-indigo-warm-80:hover {
    border-color:#2e2c40
  }
  .desktop\:border-indigo-warm-90,
  .desktop\:hover\:border-indigo-warm-90:hover {
    border-color:#18161d
  }
  .desktop\:border-indigo-warm-5v,
  .desktop\:hover\:border-indigo-warm-5v:hover {
    border-color:#f5f2ff
  }
  .desktop\:border-indigo-warm-10v,
  .desktop\:hover\:border-indigo-warm-10v:hover {
    border-color:#e4deff
  }
  .desktop\:border-indigo-warm-20v,
  .desktop\:hover\:border-indigo-warm-20v:hover {
    border-color:#cfc4fd
  }
  .desktop\:border-indigo-warm-30v,
  .desktop\:hover\:border-indigo-warm-30v:hover {
    border-color:#b69fff
  }
  .desktop\:border-indigo-warm-40v,
  .desktop\:hover\:border-indigo-warm-40v:hover {
    border-color:#967efb
  }
  .desktop\:border-indigo-warm-50v,
  .desktop\:hover\:border-indigo-warm-50v:hover {
    border-color:#745fe9
  }
  .desktop\:border-indigo-warm-60v,
  .desktop\:hover\:border-indigo-warm-60v:hover {
    border-color:#5942d2
  }
  .desktop\:border-indigo-warm-70v,
  .desktop\:hover\:border-indigo-warm-70v:hover {
    border-color:#3d2c9d
  }
  .desktop\:border-indigo-warm-80v,
  .desktop\:hover\:border-indigo-warm-80v:hover {
    border-color:#261f5b
  }
  .desktop\:border-magenta-5,
  .desktop\:hover\:border-magenta-5:hover {
    border-color:#f9f0f2
  }
  .desktop\:border-magenta-10,
  .desktop\:hover\:border-magenta-10:hover {
    border-color:#f6e1e8
  }
  .desktop\:border-magenta-20,
  .desktop\:hover\:border-magenta-20:hover {
    border-color:#f0bbcc
  }
  .desktop\:border-magenta-30,
  .desktop\:hover\:border-magenta-30:hover {
    border-color:#e895b3
  }
  .desktop\:border-magenta-40,
  .desktop\:hover\:border-magenta-40:hover {
    border-color:#e0699f
  }
  .desktop\:border-magenta-50,
  .desktop\:hover\:border-magenta-50:hover {
    border-color:#c84281
  }
  .desktop\:border-magenta-60,
  .desktop\:hover\:border-magenta-60:hover {
    border-color:#8b4566
  }
  .desktop\:border-magenta-70,
  .desktop\:hover\:border-magenta-70:hover {
    border-color:#66364b
  }
  .desktop\:border-magenta-80,
  .desktop\:hover\:border-magenta-80:hover {
    border-color:#402731
  }
  .desktop\:border-magenta-90,
  .desktop\:hover\:border-magenta-90:hover {
    border-color:#1b1617
  }
  .desktop\:border-magenta-5v,
  .desktop\:hover\:border-magenta-5v:hover {
    border-color:#f9f0f2
  }
  .desktop\:border-magenta-10v,
  .desktop\:hover\:border-magenta-10v:hover {
    border-color:#ffddea
  }
  .desktop\:border-magenta-20v,
  .desktop\:hover\:border-magenta-20v:hover {
    border-color:#ffb4cf
  }
  .desktop\:border-magenta-30v,
  .desktop\:hover\:border-magenta-30v:hover {
    border-color:#ff87b2
  }
  .desktop\:border-magenta-40v,
  .desktop\:hover\:border-magenta-40v:hover {
    border-color:#fd4496
  }
  .desktop\:border-magenta-50v,
  .desktop\:hover\:border-magenta-50v:hover {
    border-color:#d72d79
  }
  .desktop\:border-magenta-60v,
  .desktop\:hover\:border-magenta-60v:hover {
    border-color:#ab2165
  }
  .desktop\:border-magenta-70v,
  .desktop\:hover\:border-magenta-70v:hover {
    border-color:#731f44
  }
  .desktop\:border-magenta-80v,
  .desktop\:hover\:border-magenta-80v:hover {
    border-color:#4f172e
  }
  .desktop\:border-mint-cool-5,
  .desktop\:hover\:border-mint-cool-5:hover {
    border-color:#e0f7f6
  }
  .desktop\:border-mint-cool-10,
  .desktop\:hover\:border-mint-cool-10:hover {
    border-color:#c4eeeb
  }
  .desktop\:border-mint-cool-20,
  .desktop\:hover\:border-mint-cool-20:hover {
    border-color:#9bd4cf
  }
  .desktop\:border-mint-cool-30,
  .desktop\:hover\:border-mint-cool-30:hover {
    border-color:#6fbab3
  }
  .desktop\:border-mint-cool-40,
  .desktop\:hover\:border-mint-cool-40:hover {
    border-color:#4f9e99
  }
  .desktop\:border-mint-cool-50,
  .desktop\:hover\:border-mint-cool-50:hover {
    border-color:#40807e
  }
  .desktop\:border-mint-cool-60,
  .desktop\:hover\:border-mint-cool-60:hover {
    border-color:#376462
  }
  .desktop\:border-mint-cool-70,
  .desktop\:hover\:border-mint-cool-70:hover {
    border-color:#2a4b45
  }
  .desktop\:border-mint-cool-80,
  .desktop\:hover\:border-mint-cool-80:hover {
    border-color:#203131
  }
  .desktop\:border-mint-cool-90,
  .desktop\:hover\:border-mint-cool-90:hover {
    border-color:#111818
  }
  .desktop\:border-mint-cool-5v,
  .desktop\:hover\:border-mint-cool-5v:hover {
    border-color:#d5fbf3
  }
  .desktop\:border-mint-cool-10v,
  .desktop\:hover\:border-mint-cool-10v:hover {
    border-color:#7efbe1
  }
  .desktop\:border-mint-cool-20v,
  .desktop\:hover\:border-mint-cool-20v:hover {
    border-color:#29e1cb
  }
  .desktop\:border-mint-cool-30v,
  .desktop\:hover\:border-mint-cool-30v:hover {
    border-color:#1dc2ae
  }
  .desktop\:border-mint-cool-40v,
  .desktop\:hover\:border-mint-cool-40v:hover {
    border-color:#00a398
  }
  .desktop\:border-mint-cool-50v,
  .desktop\:hover\:border-mint-cool-50v:hover {
    border-color:#008480
  }
  .desktop\:border-mint-cool-60v,
  .desktop\:hover\:border-mint-cool-60v:hover {
    border-color:#0f6460
  }
  .desktop\:border-mint-cool-70v,
  .desktop\:hover\:border-mint-cool-70v:hover {
    border-color:#0b4b3f
  }
  .desktop\:border-mint-cool-80v,
  .desktop\:hover\:border-mint-cool-80v:hover {
    border-color:#123131
  }
  .desktop\:border-mint-5,
  .desktop\:hover\:border-mint-5:hover {
    border-color:#dbf6ed
  }
  .desktop\:border-mint-10,
  .desktop\:hover\:border-mint-10:hover {
    border-color:#c7efe2
  }
  .desktop\:border-mint-20,
  .desktop\:hover\:border-mint-20:hover {
    border-color:#92d9bb
  }
  .desktop\:border-mint-30,
  .desktop\:hover\:border-mint-30:hover {
    border-color:#5abf95
  }
  .desktop\:border-mint-40,
  .desktop\:hover\:border-mint-40:hover {
    border-color:#34a37e
  }
  .desktop\:border-mint-50,
  .desktop\:hover\:border-mint-50:hover {
    border-color:#2e8367
  }
  .desktop\:border-mint-60,
  .desktop\:hover\:border-mint-60:hover {
    border-color:#286846
  }
  .desktop\:border-mint-70,
  .desktop\:hover\:border-mint-70:hover {
    border-color:#204e34
  }
  .desktop\:border-mint-80,
  .desktop\:hover\:border-mint-80:hover {
    border-color:#193324
  }
  .desktop\:border-mint-90,
  .desktop\:hover\:border-mint-90:hover {
    border-color:#0d1a12
  }
  .desktop\:border-mint-5v,
  .desktop\:hover\:border-mint-5v:hover {
    border-color:#c9fbeb
  }
  .desktop\:border-mint-10v,
  .desktop\:hover\:border-mint-10v:hover {
    border-color:#83fcd4
  }
  .desktop\:border-mint-20v,
  .desktop\:hover\:border-mint-20v:hover {
    border-color:#0ceda6
  }
  .desktop\:border-mint-30v,
  .desktop\:hover\:border-mint-30v:hover {
    border-color:#04c585
  }
  .desktop\:border-mint-40v,
  .desktop\:hover\:border-mint-40v:hover {
    border-color:#00a871
  }
  .desktop\:border-mint-50v,
  .desktop\:hover\:border-mint-50v:hover {
    border-color:#008659
  }
  .desktop\:border-mint-60v,
  .desktop\:hover\:border-mint-60v:hover {
    border-color:#146947
  }
  .desktop\:border-mint-70v,
  .desktop\:hover\:border-mint-70v:hover {
    border-color:#0c4e29
  }
  .desktop\:border-mint-80v,
  .desktop\:hover\:border-mint-80v:hover {
    border-color:#0d351e
  }
  .desktop\:border-orange-5,
  .desktop\:hover\:border-orange-5:hover {
    border-color:#f6efe9
  }
  .desktop\:border-orange-10,
  .desktop\:hover\:border-orange-10:hover {
    border-color:#f2e4d4
  }
  .desktop\:border-orange-20,
  .desktop\:hover\:border-orange-20:hover {
    border-color:#f3bf90
  }
  .desktop\:border-orange-30,
  .desktop\:hover\:border-orange-30:hover {
    border-color:#f09860
  }
  .desktop\:border-orange-40,
  .desktop\:hover\:border-orange-40:hover {
    border-color:#dd7533
  }
  .desktop\:border-orange-50,
  .desktop\:hover\:border-orange-50:hover {
    border-color:#a86437
  }
  .desktop\:border-orange-60,
  .desktop\:hover\:border-orange-60:hover {
    border-color:#775540
  }
  .desktop\:border-orange-70,
  .desktop\:hover\:border-orange-70:hover {
    border-color:#524236
  }
  .desktop\:border-orange-80,
  .desktop\:hover\:border-orange-80:hover {
    border-color:#332d27
  }
  .desktop\:border-orange-90,
  .desktop\:hover\:border-orange-90:hover {
    border-color:#1b1614
  }
  .desktop\:border-orange-5v,
  .desktop\:hover\:border-orange-5v:hover {
    border-color:#fef2e4
  }
  .desktop\:border-orange-10v,
  .desktop\:hover\:border-orange-10v:hover {
    border-color:#fce2c5
  }
  .desktop\:border-orange-20v,
  .desktop\:hover\:border-orange-20v:hover {
    border-color:#ffbc78
  }
  .desktop\:border-orange-30v,
  .desktop\:hover\:border-orange-30v:hover {
    border-color:#fa9441
  }
  .desktop\:border-orange-40v,
  .desktop\:hover\:border-orange-40v:hover {
    border-color:#e66f0e
  }
  .desktop\:border-orange-50v,
  .desktop\:hover\:border-orange-50v:hover {
    border-color:#c05600
  }
  .desktop\:border-orange-60v,
  .desktop\:hover\:border-orange-60v:hover {
    border-color:#8c471c
  }
  .desktop\:border-orange-70v,
  .desktop\:hover\:border-orange-70v:hover {
    border-color:#5f3617
  }
  .desktop\:border-orange-80v,
  .desktop\:hover\:border-orange-80v:hover {
    border-color:#352313
  }
  .desktop\:border-orange-warm-5,
  .desktop\:hover\:border-orange-warm-5:hover {
    border-color:#faeee5
  }
  .desktop\:border-orange-warm-10,
  .desktop\:hover\:border-orange-warm-10:hover {
    border-color:#fbe0d0
  }
  .desktop\:border-orange-warm-20,
  .desktop\:hover\:border-orange-warm-20:hover {
    border-color:#f7bca2
  }
  .desktop\:border-orange-warm-30,
  .desktop\:hover\:border-orange-warm-30:hover {
    border-color:#f3966d
  }
  .desktop\:border-orange-warm-40,
  .desktop\:hover\:border-orange-warm-40:hover {
    border-color:#e17141
  }
  .desktop\:border-orange-warm-50,
  .desktop\:hover\:border-orange-warm-50:hover {
    border-color:#bd5727
  }
  .desktop\:border-orange-warm-60,
  .desktop\:hover\:border-orange-warm-60:hover {
    border-color:#914734
  }
  .desktop\:border-orange-warm-70,
  .desktop\:hover\:border-orange-warm-70:hover {
    border-color:#633a32
  }
  .desktop\:border-orange-warm-80,
  .desktop\:hover\:border-orange-warm-80:hover {
    border-color:#3d2925
  }
  .desktop\:border-orange-warm-90,
  .desktop\:hover\:border-orange-warm-90:hover {
    border-color:#1c1615
  }
  .desktop\:border-orange-warm-5v,
  .desktop\:hover\:border-orange-warm-5v:hover {
    border-color:#fff3ea
  }
  .desktop\:border-orange-warm-10v,
  .desktop\:hover\:border-orange-warm-10v:hover {
    border-color:#ffe2d1
  }
  .desktop\:border-orange-warm-20v,
  .desktop\:hover\:border-orange-warm-20v:hover {
    border-color:#fbbaa7
  }
  .desktop\:border-orange-warm-30v,
  .desktop\:hover\:border-orange-warm-30v:hover {
    border-color:#fc906d
  }
  .desktop\:border-orange-warm-40v,
  .desktop\:hover\:border-orange-warm-40v:hover {
    border-color:#ff580a
  }
  .desktop\:border-orange-warm-50v,
  .desktop\:hover\:border-orange-warm-50v:hover {
    border-color:#cf4900
  }
  .desktop\:border-orange-warm-60v,
  .desktop\:hover\:border-orange-warm-60v:hover {
    border-color:#a72f10
  }
  .desktop\:border-orange-warm-70v,
  .desktop\:hover\:border-orange-warm-70v:hover {
    border-color:#782312
  }
  .desktop\:border-orange-warm-80v,
  .desktop\:hover\:border-orange-warm-80v:hover {
    border-color:#3d231d
  }
  .desktop\:border-red-cool-5,
  .desktop\:hover\:border-red-cool-5:hover {
    border-color:#f8eff1
  }
  .desktop\:border-red-cool-10,
  .desktop\:hover\:border-red-cool-10:hover {
    border-color:#f3e1e4
  }
  .desktop\:border-red-cool-20,
  .desktop\:hover\:border-red-cool-20:hover {
    border-color:#ecbec6
  }
  .desktop\:border-red-cool-30,
  .desktop\:hover\:border-red-cool-30:hover {
    border-color:#e09aa6
  }
  .desktop\:border-red-cool-40,
  .desktop\:hover\:border-red-cool-40:hover {
    border-color:#e16b80
  }
  .desktop\:border-red-cool-50,
  .desktop\:hover\:border-red-cool-50:hover {
    border-color:#cd425b
  }
  .desktop\:border-red-cool-60,
  .desktop\:hover\:border-red-cool-60:hover {
    border-color:#9e394b
  }
  .desktop\:border-red-cool-70,
  .desktop\:hover\:border-red-cool-70:hover {
    border-color:#68363f
  }
  .desktop\:border-red-cool-80,
  .desktop\:hover\:border-red-cool-80:hover {
    border-color:#40282c
  }
  .desktop\:border-red-cool-90,
  .desktop\:hover\:border-red-cool-90:hover {
    border-color:#1e1517
  }
  .desktop\:border-red-cool-5v,
  .desktop\:hover\:border-red-cool-5v:hover {
    border-color:#fff2f5
  }
  .desktop\:border-red-cool-10v,
  .desktop\:hover\:border-red-cool-10v:hover {
    border-color:#f8dfe2
  }
  .desktop\:border-red-cool-20v,
  .desktop\:hover\:border-red-cool-20v:hover {
    border-color:#f8b9c5
  }
  .desktop\:border-red-cool-30v,
  .desktop\:hover\:border-red-cool-30v:hover {
    border-color:#fd8ba0
  }
  .desktop\:border-red-cool-40v,
  .desktop\:hover\:border-red-cool-40v:hover {
    border-color:#f45d79
  }
  .desktop\:border-red-cool-50v,
  .desktop\:hover\:border-red-cool-50v:hover {
    border-color:#e41d3d
  }
  .desktop\:border-red-cool-60v,
  .desktop\:hover\:border-red-cool-60v:hover {
    border-color:#b21d38
  }
  .desktop\:border-red-cool-70v,
  .desktop\:hover\:border-red-cool-70v:hover {
    border-color:#822133
  }
  .desktop\:border-red-cool-80v,
  .desktop\:hover\:border-red-cool-80v:hover {
    border-color:#4f1c24
  }
  .desktop\:border-red-5,
  .desktop\:hover\:border-red-5:hover {
    border-color:#f9eeee
  }
  .desktop\:border-red-10,
  .desktop\:hover\:border-red-10:hover {
    border-color:#f8e1de
  }
  .desktop\:border-red-20,
  .desktop\:hover\:border-red-20:hover {
    border-color:#f7bbb1
  }
  .desktop\:border-red-30,
  .desktop\:hover\:border-red-30:hover {
    border-color:#f2938c
  }
  .desktop\:border-red-40,
  .desktop\:hover\:border-red-40:hover {
    border-color:#e9695f
  }
  .desktop\:border-red-50,
  .desktop\:hover\:border-red-50:hover {
    border-color:#d83933
  }
  .desktop\:border-red-60,
  .desktop\:hover\:border-red-60:hover {
    border-color:#a23737
  }
  .desktop\:border-red-70,
  .desktop\:hover\:border-red-70:hover {
    border-color:#6f3331
  }
  .desktop\:border-red-80,
  .desktop\:hover\:border-red-80:hover {
    border-color:#3e2927
  }
  .desktop\:border-red-90,
  .desktop\:hover\:border-red-90:hover {
    border-color:#1b1616
  }
  .desktop\:border-red-5v,
  .desktop\:hover\:border-red-5v:hover {
    border-color:#fff3f2
  }
  .desktop\:border-red-10v,
  .desktop\:hover\:border-red-10v:hover {
    border-color:#fde0db
  }
  .desktop\:border-red-20v,
  .desktop\:hover\:border-red-20v:hover {
    border-color:#fdb8ae
  }
  .desktop\:border-red-30v,
  .desktop\:hover\:border-red-30v:hover {
    border-color:#ff8d7b
  }
  .desktop\:border-red-40v,
  .desktop\:hover\:border-red-40v:hover {
    border-color:#fb5a47
  }
  .desktop\:border-red-50v,
  .desktop\:hover\:border-red-50v:hover {
    border-color:#e52207
  }
  .desktop\:border-red-60v,
  .desktop\:hover\:border-red-60v:hover {
    border-color:#b50909
  }
  .desktop\:border-red-70v,
  .desktop\:hover\:border-red-70v:hover {
    border-color:#8b0a03
  }
  .desktop\:border-red-80v,
  .desktop\:hover\:border-red-80v:hover {
    border-color:#5c1111
  }
  .desktop\:border-red-warm-5,
  .desktop\:hover\:border-red-warm-5:hover {
    border-color:#f6efea
  }
  .desktop\:border-red-warm-10,
  .desktop\:hover\:border-red-warm-10:hover {
    border-color:#f4e3db
  }
  .desktop\:border-red-warm-20,
  .desktop\:hover\:border-red-warm-20:hover {
    border-color:#ecc0a7
  }
  .desktop\:border-red-warm-30,
  .desktop\:hover\:border-red-warm-30:hover {
    border-color:#dca081
  }
  .desktop\:border-red-warm-40,
  .desktop\:hover\:border-red-warm-40:hover {
    border-color:#d27a56
  }
  .desktop\:border-red-warm-50,
  .desktop\:hover\:border-red-warm-50:hover {
    border-color:#c3512c
  }
  .desktop\:border-red-warm-60,
  .desktop\:hover\:border-red-warm-60:hover {
    border-color:#805039
  }
  .desktop\:border-red-warm-70,
  .desktop\:hover\:border-red-warm-70:hover {
    border-color:#524236
  }
  .desktop\:border-red-warm-80,
  .desktop\:hover\:border-red-warm-80:hover {
    border-color:#332d29
  }
  .desktop\:border-red-warm-90,
  .desktop\:hover\:border-red-warm-90:hover {
    border-color:#1f1c18
  }
  .desktop\:border-red-warm-5v,
  .desktop\:hover\:border-red-warm-5v:hover {
    border-color:#fff5ee
  }
  .desktop\:border-red-warm-10v,
  .desktop\:hover\:border-red-warm-10v:hover {
    border-color:#fce1d4
  }
  .desktop\:border-red-warm-20v,
  .desktop\:hover\:border-red-warm-20v:hover {
    border-color:#f6bd9c
  }
  .desktop\:border-red-warm-30v,
  .desktop\:hover\:border-red-warm-30v:hover {
    border-color:#f39268
  }
  .desktop\:border-red-warm-40v,
  .desktop\:hover\:border-red-warm-40v:hover {
    border-color:#ef5e25
  }
  .desktop\:border-red-warm-50v,
  .desktop\:hover\:border-red-warm-50v:hover {
    border-color:#d54309
  }
  .desktop\:border-red-warm-60v,
  .desktop\:hover\:border-red-warm-60v:hover {
    border-color:#9c3d10
  }
  .desktop\:border-red-warm-70v,
  .desktop\:hover\:border-red-warm-70v:hover {
    border-color:#63340f
  }
  .desktop\:border-red-warm-80v,
  .desktop\:hover\:border-red-warm-80v:hover {
    border-color:#3e2a1e
  }
  .desktop\:border-violet-5,
  .desktop\:hover\:border-violet-5:hover {
    border-color:#f4f1f9
  }
  .desktop\:border-violet-10,
  .desktop\:hover\:border-violet-10:hover {
    border-color:#ebe3f9
  }
  .desktop\:border-violet-20,
  .desktop\:hover\:border-violet-20:hover {
    border-color:#d0c3e9
  }
  .desktop\:border-violet-30,
  .desktop\:hover\:border-violet-30:hover {
    border-color:#b8a2e3
  }
  .desktop\:border-violet-40,
  .desktop\:hover\:border-violet-40:hover {
    border-color:#9d84d2
  }
  .desktop\:border-violet-50,
  .desktop\:hover\:border-violet-50:hover {
    border-color:#8168b3
  }
  .desktop\:border-violet-60,
  .desktop\:hover\:border-violet-60:hover {
    border-color:#665190
  }
  .desktop\:border-violet-70,
  .desktop\:hover\:border-violet-70:hover {
    border-color:#4c3d69
  }
  .desktop\:border-violet-80,
  .desktop\:hover\:border-violet-80:hover {
    border-color:#312b3f
  }
  .desktop\:border-violet-90,
  .desktop\:hover\:border-violet-90:hover {
    border-color:#18161d
  }
  .desktop\:border-violet-5v,
  .desktop\:hover\:border-violet-5v:hover {
    border-color:#f7f2ff
  }
  .desktop\:border-violet-10v,
  .desktop\:hover\:border-violet-10v:hover {
    border-color:#ede3ff
  }
  .desktop\:border-violet-20v,
  .desktop\:hover\:border-violet-20v:hover {
    border-color:#d5bfff
  }
  .desktop\:border-violet-30v,
  .desktop\:hover\:border-violet-30v:hover {
    border-color:#c39deb
  }
  .desktop\:border-violet-40v,
  .desktop\:hover\:border-violet-40v:hover {
    border-color:#ad79e9
  }
  .desktop\:border-violet-50v,
  .desktop\:hover\:border-violet-50v:hover {
    border-color:#9355dc
  }
  .desktop\:border-violet-60v,
  .desktop\:hover\:border-violet-60v:hover {
    border-color:#783cb9
  }
  .desktop\:border-violet-70v,
  .desktop\:hover\:border-violet-70v:hover {
    border-color:#54278f
  }
  .desktop\:border-violet-80v,
  .desktop\:hover\:border-violet-80v:hover {
    border-color:#39215e
  }
  .desktop\:border-violet-warm-5,
  .desktop\:hover\:border-violet-warm-5:hover {
    border-color:#f8f0f9
  }
  .desktop\:border-violet-warm-10,
  .desktop\:hover\:border-violet-warm-10:hover {
    border-color:#f6dff8
  }
  .desktop\:border-violet-warm-20,
  .desktop\:hover\:border-violet-warm-20:hover {
    border-color:#e2bee4
  }
  .desktop\:border-violet-warm-30,
  .desktop\:hover\:border-violet-warm-30:hover {
    border-color:#d29ad8
  }
  .desktop\:border-violet-warm-40,
  .desktop\:hover\:border-violet-warm-40:hover {
    border-color:#bf77c8
  }
  .desktop\:border-violet-warm-50,
  .desktop\:hover\:border-violet-warm-50:hover {
    border-color:#b04abd
  }
  .desktop\:border-violet-warm-60,
  .desktop\:hover\:border-violet-warm-60:hover {
    border-color:#864381
  }
  .desktop\:border-violet-warm-70,
  .desktop\:hover\:border-violet-warm-70:hover {
    border-color:#5c395a
  }
  .desktop\:border-violet-warm-80,
  .desktop\:hover\:border-violet-warm-80:hover {
    border-color:#382936
  }
  .desktop\:border-violet-warm-90,
  .desktop\:hover\:border-violet-warm-90:hover {
    border-color:#1b151b
  }
  .desktop\:border-violet-warm-5v,
  .desktop\:hover\:border-violet-warm-5v:hover {
    border-color:#fef2ff
  }
  .desktop\:border-violet-warm-10v,
  .desktop\:hover\:border-violet-warm-10v:hover {
    border-color:#fbdcff
  }
  .desktop\:border-violet-warm-20v,
  .desktop\:hover\:border-violet-warm-20v:hover {
    border-color:#f4b2ff
  }
  .desktop\:border-violet-warm-30v,
  .desktop\:hover\:border-violet-warm-30v:hover {
    border-color:#ee83ff
  }
  .desktop\:border-violet-warm-40v,
  .desktop\:hover\:border-violet-warm-40v:hover {
    border-color:#d85bef
  }
  .desktop\:border-violet-warm-50v,
  .desktop\:hover\:border-violet-warm-50v:hover {
    border-color:#be32d0
  }
  .desktop\:border-violet-warm-60v,
  .desktop\:hover\:border-violet-warm-60v:hover {
    border-color:#93348c
  }
  .desktop\:border-violet-warm-70v,
  .desktop\:hover\:border-violet-warm-70v:hover {
    border-color:#711e6c
  }
  .desktop\:border-violet-warm-80v,
  .desktop\:hover\:border-violet-warm-80v:hover {
    border-color:#481441
  }
  .desktop\:border-white-transparent-5,
  .desktop\:hover\:border-white-transparent-5:hover {
    border-color:rgba(255,255,255,.01)
  }
  .desktop\:border-white-transparent-10,
  .desktop\:hover\:border-white-transparent-10:hover {
    border-color:rgba(255,255,255,.1)
  }
  .desktop\:border-white-transparent-20,
  .desktop\:hover\:border-white-transparent-20:hover {
    border-color:rgba(255,255,255,.2)
  }
  .desktop\:border-white-transparent-30,
  .desktop\:hover\:border-white-transparent-30:hover {
    border-color:rgba(255,255,255,.3)
  }
  .desktop\:border-white-transparent-40,
  .desktop\:hover\:border-white-transparent-40:hover {
    border-color:rgba(255,255,255,.4)
  }
  .desktop\:border-white-transparent-50,
  .desktop\:hover\:border-white-transparent-50:hover {
    border-color:rgba(255,255,255,.5)
  }
  .desktop\:border-white-transparent-60,
  .desktop\:hover\:border-white-transparent-60:hover {
    border-color:rgba(255,255,255,.6)
  }
  .desktop\:border-white-transparent-70,
  .desktop\:hover\:border-white-transparent-70:hover {
    border-color:rgba(255,255,255,.7)
  }
  .desktop\:border-white-transparent-80,
  .desktop\:hover\:border-white-transparent-80:hover {
    border-color:rgba(255,255,255,.8)
  }
  .desktop\:border-white-transparent-90,
  .desktop\:hover\:border-white-transparent-90:hover {
    border-color:rgba(255,255,255,.9)
  }
  .desktop\:border-yellow-5,
  .desktop\:hover\:border-yellow-5:hover {
    border-color:#faf3d1
  }
  .desktop\:border-yellow-10,
  .desktop\:hover\:border-yellow-10:hover {
    border-color:#f5e6af
  }
  .desktop\:border-yellow-20,
  .desktop\:hover\:border-yellow-20:hover {
    border-color:#e6c74c
  }
  .desktop\:border-yellow-30,
  .desktop\:hover\:border-yellow-30:hover {
    border-color:#c9ab48
  }
  .desktop\:border-yellow-40,
  .desktop\:hover\:border-yellow-40:hover {
    border-color:#a88f48
  }
  .desktop\:border-yellow-50,
  .desktop\:hover\:border-yellow-50:hover {
    border-color:#8a7237
  }
  .desktop\:border-yellow-60,
  .desktop\:hover\:border-yellow-60:hover {
    border-color:#6b5a39
  }
  .desktop\:border-yellow-70,
  .desktop\:hover\:border-yellow-70:hover {
    border-color:#504332
  }
  .desktop\:border-yellow-80,
  .desktop\:hover\:border-yellow-80:hover {
    border-color:#332d27
  }
  .desktop\:border-yellow-90,
  .desktop\:hover\:border-yellow-90:hover {
    border-color:#1a1614
  }
  .desktop\:border-yellow-5v,
  .desktop\:hover\:border-yellow-5v:hover {
    border-color:#fff5c2
  }
  .desktop\:border-yellow-10v,
  .desktop\:hover\:border-yellow-10v:hover {
    border-color:#fee685
  }
  .desktop\:border-yellow-20v,
  .desktop\:hover\:border-yellow-20v:hover {
    border-color:#face00
  }
  .desktop\:border-yellow-30v,
  .desktop\:hover\:border-yellow-30v:hover {
    border-color:#ddaa01
  }
  .desktop\:border-yellow-40v,
  .desktop\:hover\:border-yellow-40v:hover {
    border-color:#b38c00
  }
  .desktop\:border-yellow-50v,
  .desktop\:hover\:border-yellow-50v:hover {
    border-color:#947100
  }
  .desktop\:border-yellow-60v,
  .desktop\:hover\:border-yellow-60v:hover {
    border-color:#776017
  }
  .desktop\:border-yellow-70v,
  .desktop\:hover\:border-yellow-70v:hover {
    border-color:#5c4809
  }
  .desktop\:border-yellow-80v,
  .desktop\:hover\:border-yellow-80v:hover {
    border-color:#422d19
  }
  .desktop\:radius-0 {
    border-radius:0
  }
  .desktop\:radius-top-0 {
    border-top-left-radius:0;
    border-top-right-radius:0
  }
  .desktop\:radius-right-0 {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
  }
  .desktop\:radius-left-0 {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .desktop\:radius-sm {
    border-radius:2px
  }
  .desktop\:radius-top-sm {
    border-top-left-radius:2px;
    border-top-right-radius:2px
  }
  .desktop\:radius-right-sm {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
  }
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px
  }
  .desktop\:radius-left-sm {
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
  }
  .desktop\:radius-md {
    border-radius:.25rem
  }
  .desktop\:radius-top-md {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  .desktop\:radius-right-md {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .desktop\:radius-bottom-md {
    border-bottom-left-radius:.25rem;
    border-bottom-right-radius:.25rem
  }
  .desktop\:radius-left-md {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  .desktop\:radius-lg {
    border-radius:.5rem
  }
  .desktop\:radius-top-lg {
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem
  }
  .desktop\:radius-right-lg {
    border-top-right-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius:.5rem;
    border-bottom-right-radius:.5rem
  }
  .desktop\:radius-left-lg {
    border-top-left-radius:.5rem;
    border-bottom-left-radius:.5rem
  }
  .desktop\:radius-pill {
    border-radius:99rem
  }
  .desktop\:radius-top-pill {
    border-top-left-radius:99rem;
    border-top-right-radius:99rem
  }
  .desktop\:radius-right-pill {
    border-top-right-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius:99rem;
    border-bottom-right-radius:99rem
  }
  .desktop\:radius-left-pill {
    border-top-left-radius:99rem;
    border-bottom-left-radius:99rem
  }
  .desktop\:display-block {
    display:block
  }
  .desktop\:display-flex {
    display:flex
  }
  .desktop\:display-none {
    display:none
  }
  .desktop\:display-inline {
    display:inline
  }
  .desktop\:display-inline-block {
    display:inline-block
  }
  .desktop\:display-inline-flex {
    display:inline-flex
  }
  .desktop\:display-table {
    display:table
  }
  .desktop\:display-table-cell {
    display:table-cell
  }
  .desktop\:display-table-row {
    display:table-row
  }
  .desktop\:font-mono-3xs {
    font-size:.77rem
  }
  .desktop\:font-mono-2xs {
    font-size:.83rem
  }
  .desktop\:font-mono-xs {
    font-size:.89rem
  }
  .desktop\:font-mono-sm {
    font-size:.95rem
  }
  .desktop\:font-mono-md {
    font-size:1.01rem
  }
  .desktop\:font-mono-lg {
    font-size:1.31rem
  }
  .desktop\:font-mono-xl {
    font-size:1.91rem
  }
  .desktop\:font-mono-2xl {
    font-size:2.38rem
  }
  .desktop\:font-mono-3xl {
    font-size:2.86rem
  }
  .desktop\:font-sans-3xs {
    font-size:.87rem
  }
  .desktop\:font-sans-2xs {
    font-size:.93rem
  }
  .desktop\:font-sans-xs {
    font-size:1rem
  }
  .desktop\:font-sans-sm {
    font-size:1.06rem
  }
  .desktop\:font-sans-md {
    font-size:1.13rem
  }
  .desktop\:font-sans-lg {
    font-size:1.46rem
  }
  .desktop\:font-sans-xl {
    font-size:2.13rem
  }
  .desktop\:font-sans-2xl {
    font-size:2.66rem
  }
  .desktop\:font-sans-3xl {
    font-size:3.19rem
  }
  .desktop\:font-serif-3xs {
    font-size:.79rem
  }
  .desktop\:font-serif-2xs {
    font-size:.85rem
  }
  .desktop\:font-serif-xs {
    font-size:.91rem
  }
  .desktop\:font-serif-sm {
    font-size:.98rem
  }
  .desktop\:font-serif-md {
    font-size:1.04rem
  }
  .desktop\:font-serif-lg {
    font-size:1.34rem
  }
  .desktop\:font-serif-xl {
    font-size:1.95rem
  }
  .desktop\:font-serif-2xl {
    font-size:2.44rem
  }
  .desktop\:font-serif-3xl {
    font-size:2.93rem
  }
  .desktop\:font-heading-3xs {
    font-size:.79rem
  }
  .desktop\:font-heading-2xs {
    font-size:.85rem
  }
  .desktop\:font-heading-xs {
    font-size:.91rem
  }
  .desktop\:font-heading-sm {
    font-size:.98rem
  }
  .desktop\:font-heading-md {
    font-size:1.04rem
  }
  .desktop\:font-heading-lg {
    font-size:1.34rem
  }
  .desktop\:font-heading-xl {
    font-size:1.95rem
  }
  .desktop\:font-heading-2xl {
    font-size:2.44rem
  }
  .desktop\:font-heading-3xl {
    font-size:2.93rem
  }
  .desktop\:font-body-3xs {
    font-size:.87rem
  }
  .desktop\:font-body-2xs {
    font-size:.93rem
  }
  .desktop\:font-body-xs {
    font-size:1rem
  }
  .desktop\:font-body-sm {
    font-size:1.06rem
  }
  .desktop\:font-body-md {
    font-size:1.13rem
  }
  .desktop\:font-body-lg {
    font-size:1.46rem
  }
  .desktop\:font-body-xl {
    font-size:2.13rem
  }
  .desktop\:font-body-2xl {
    font-size:2.66rem
  }
  .desktop\:font-body-3xl {
    font-size:3.19rem
  }
  .desktop\:font-code-3xs {
    font-size:.77rem
  }
  .desktop\:font-code-2xs {
    font-size:.83rem
  }
  .desktop\:font-code-xs {
    font-size:.89rem
  }
  .desktop\:font-code-sm {
    font-size:.95rem
  }
  .desktop\:font-code-md {
    font-size:1.01rem
  }
  .desktop\:font-code-lg {
    font-size:1.31rem
  }
  .desktop\:font-code-xl {
    font-size:1.91rem
  }
  .desktop\:font-code-2xl {
    font-size:2.38rem
  }
  .desktop\:font-code-3xl {
    font-size:2.86rem
  }
  .desktop\:font-alt-3xs {
    font-size:.79rem
  }
  .desktop\:font-alt-2xs {
    font-size:.85rem
  }
  .desktop\:font-alt-xs {
    font-size:.91rem
  }
  .desktop\:font-alt-sm {
    font-size:.98rem
  }
  .desktop\:font-alt-md {
    font-size:1.04rem
  }
  .desktop\:font-alt-lg {
    font-size:1.34rem
  }
  .desktop\:font-alt-xl {
    font-size:1.95rem
  }
  .desktop\:font-alt-2xl {
    font-size:2.44rem
  }
  .desktop\:font-alt-3xl {
    font-size:2.93rem
  }
  .desktop\:font-ui-3xs {
    font-size:.87rem
  }
  .desktop\:font-ui-2xs {
    font-size:.93rem
  }
  .desktop\:font-ui-xs {
    font-size:1rem
  }
  .desktop\:font-ui-sm {
    font-size:1.06rem
  }
  .desktop\:font-ui-md {
    font-size:1.13rem
  }
  .desktop\:font-ui-lg {
    font-size:1.46rem
  }
  .desktop\:font-ui-xl {
    font-size:2.13rem
  }
  .desktop\:font-ui-2xl {
    font-size:2.66rem
  }
  .desktop\:font-ui-3xl {
    font-size:3.19rem
  }
  .desktop\:text-light {
    font-weight:300
  }
  .desktop\:text-normal {
    font-weight:400
  }
  .desktop\:text-medium {
    font-weight:500
  }
  .desktop\:text-semibold {
    font-weight:600
  }
  .desktop\:text-bold {
    font-weight:700
  }
  .desktop\:flex-justify-center {
    justify-content:center
  }
  .desktop\:flex-justify-start {
    justify-content:flex-start
  }
  .desktop\:flex-justify-end {
    justify-content:flex-end
  }
  .desktop\:flex-justify {
    justify-content:space-between
  }
  .desktop\:line-height-sans-1 {
    line-height:.9
  }
  .desktop\:line-height-sans-2 {
    line-height:1.1
  }
  .desktop\:line-height-sans-3 {
    line-height:1.3
  }
  .desktop\:line-height-sans-4 {
    line-height:1.4
  }
  .desktop\:line-height-sans-5 {
    line-height:1.5
  }
  .desktop\:line-height-sans-6 {
    line-height:1.6
  }
  .desktop\:line-height-serif-1 {
    line-height:1
  }
  .desktop\:line-height-serif-2 {
    line-height:1.2
  }
  .desktop\:line-height-serif-3 {
    line-height:1.4
  }
  .desktop\:line-height-serif-4 {
    line-height:1.5
  }
  .desktop\:line-height-serif-5 {
    line-height:1.7
  }
  .desktop\:line-height-serif-6 {
    line-height:1.8
  }
  .desktop\:line-height-mono-1 {
    line-height:1
  }
  .desktop\:line-height-mono-2 {
    line-height:1.3
  }
  .desktop\:line-height-mono-3 {
    line-height:1.4
  }
  .desktop\:line-height-mono-4 {
    line-height:1.6
  }
  .desktop\:line-height-mono-5 {
    line-height:1.7
  }
  .desktop\:line-height-mono-6 {
    line-height:1.8
  }
  .desktop\:line-height-heading-1 {
    line-height:1
  }
  .desktop\:line-height-heading-2 {
    line-height:1.2
  }
  .desktop\:line-height-heading-3 {
    line-height:1.4
  }
  .desktop\:line-height-heading-4 {
    line-height:1.5
  }
  .desktop\:line-height-heading-5 {
    line-height:1.7
  }
  .desktop\:line-height-heading-6 {
    line-height:1.8
  }
  .desktop\:line-height-ui-1 {
    line-height:.9
  }
  .desktop\:line-height-ui-2 {
    line-height:1.1
  }
  .desktop\:line-height-ui-3 {
    line-height:1.3
  }
  .desktop\:line-height-ui-4 {
    line-height:1.4
  }
  .desktop\:line-height-ui-5 {
    line-height:1.5
  }
  .desktop\:line-height-ui-6 {
    line-height:1.6
  }
  .desktop\:line-height-body-1 {
    line-height:.9
  }
  .desktop\:line-height-body-2 {
    line-height:1.1
  }
  .desktop\:line-height-body-3 {
    line-height:1.3
  }
  .desktop\:line-height-body-4 {
    line-height:1.4
  }
  .desktop\:line-height-body-5 {
    line-height:1.5
  }
  .desktop\:line-height-body-6 {
    line-height:1.6
  }
  .desktop\:line-height-code-1 {
    line-height:1
  }
  .desktop\:line-height-code-2 {
    line-height:1.3
  }
  .desktop\:line-height-code-3 {
    line-height:1.4
  }
  .desktop\:line-height-code-4 {
    line-height:1.6
  }
  .desktop\:line-height-code-5 {
    line-height:1.7
  }
  .desktop\:line-height-code-6 {
    line-height:1.8
  }
  .desktop\:line-height-alt-1 {
    line-height:1
  }
  .desktop\:line-height-alt-2 {
    line-height:1.2
  }
  .desktop\:line-height-alt-3 {
    line-height:1.4
  }
  .desktop\:line-height-alt-4 {
    line-height:1.5
  }
  .desktop\:line-height-alt-5 {
    line-height:1.7
  }
  .desktop\:line-height-alt-6 {
    line-height:1.8
  }
  .desktop\:margin-neg-1px {
    margin:-1px
  }
  .desktop\:margin-neg-2px {
    margin:-2px
  }
  .desktop\:margin-neg-05 {
    margin:-.25rem
  }
  .desktop\:margin-neg-1 {
    margin:-.5rem
  }
  .desktop\:margin-neg-105 {
    margin:-.75rem
  }
  .desktop\:margin-neg-2 {
    margin:-1rem
  }
  .desktop\:margin-neg-205 {
    margin:-1.25rem
  }
  .desktop\:margin-neg-3 {
    margin:-1.5rem
  }
  .desktop\:margin-1px {
    margin:1px
  }
  .desktop\:margin-2px {
    margin:2px
  }
  .desktop\:margin-05 {
    margin:.25rem
  }
  .desktop\:margin-1 {
    margin:.5rem
  }
  .desktop\:margin-105 {
    margin:.75rem
  }
  .desktop\:margin-2 {
    margin:1rem
  }
  .desktop\:margin-205 {
    margin:1.25rem
  }
  .desktop\:margin-3 {
    margin:1.5rem
  }
  .desktop\:margin-neg-4 {
    margin:-2rem
  }
  .desktop\:margin-neg-5 {
    margin:-2.5rem
  }
  .desktop\:margin-neg-6 {
    margin:-3rem
  }
  .desktop\:margin-neg-7 {
    margin:-3.5rem
  }
  .desktop\:margin-neg-8 {
    margin:-4rem
  }
  .desktop\:margin-neg-9 {
    margin:-4.5rem
  }
  .desktop\:margin-neg-10 {
    margin:-5rem
  }
  .desktop\:margin-neg-15 {
    margin:-7.5rem
  }
  .desktop\:margin-4 {
    margin:2rem
  }
  .desktop\:margin-5 {
    margin:2.5rem
  }
  .desktop\:margin-6 {
    margin:3rem
  }
  .desktop\:margin-7 {
    margin:3.5rem
  }
  .desktop\:margin-8 {
    margin:4rem
  }
  .desktop\:margin-9 {
    margin:4.5rem
  }
  .desktop\:margin-10 {
    margin:5rem
  }
  .desktop\:margin-15 {
    margin:7.5rem
  }
  .desktop\:margin-05em {
    margin:.5em
  }
  .desktop\:margin-1em {
    margin:1em
  }
  .desktop\:margin-105em {
    margin:1.5em
  }
  .desktop\:margin-2em {
    margin:2em
  }
  .desktop\:margin-0 {
    margin:0
  }
  .desktop\:margin-y-1px {
    margin-top:1px;
    margin-bottom:1px
  }
  .desktop\:margin-top-1px {
    margin-top:1px
  }
  .desktop\:margin-bottom-1px {
    margin-bottom:1px
  }
  .desktop\:margin-y-2px {
    margin-top:2px;
    margin-bottom:2px
  }
  .desktop\:margin-top-2px {
    margin-top:2px
  }
  .desktop\:margin-bottom-2px {
    margin-bottom:2px
  }
  .desktop\:margin-y-05 {
    margin-top:.25rem;
    margin-bottom:.25rem
  }
  .desktop\:margin-top-05 {
    margin-top:.25rem
  }
  .desktop\:margin-bottom-05 {
    margin-bottom:.25rem
  }
  .desktop\:margin-y-1 {
    margin-top:.5rem;
    margin-bottom:.5rem
  }
  .desktop\:margin-top-1 {
    margin-top:.5rem
  }
  .desktop\:margin-bottom-1 {
    margin-bottom:.5rem
  }
  .desktop\:margin-y-105 {
    margin-top:.75rem;
    margin-bottom:.75rem
  }
  .desktop\:margin-top-105 {
    margin-top:.75rem
  }
  .desktop\:margin-bottom-105 {
    margin-bottom:.75rem
  }
  .desktop\:margin-y-2 {
    margin-top:1rem;
    margin-bottom:1rem
  }
  .desktop\:margin-top-2 {
    margin-top:1rem
  }
  .desktop\:margin-bottom-2 {
    margin-bottom:1rem
  }
  .desktop\:margin-y-205 {
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }
  .desktop\:margin-top-205 {
    margin-top:1.25rem
  }
  .desktop\:margin-bottom-205 {
    margin-bottom:1.25rem
  }
  .desktop\:margin-y-3 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }
  .desktop\:margin-top-3 {
    margin-top:1.5rem
  }
  .desktop\:margin-bottom-3 {
    margin-bottom:1.5rem
  }
  .desktop\:margin-y-neg-1px {
    margin-top:-1px;
    margin-bottom:-1px
  }
  .desktop\:margin-top-neg-1px {
    margin-top:-1px
  }
  .desktop\:margin-bottom-neg-1px {
    margin-bottom:-1px
  }
  .desktop\:margin-y-neg-2px {
    margin-top:-2px;
    margin-bottom:-2px
  }
  .desktop\:margin-top-neg-2px {
    margin-top:-2px
  }
  .desktop\:margin-bottom-neg-2px {
    margin-bottom:-2px
  }
  .desktop\:margin-y-neg-05 {
    margin-top:-.25rem;
    margin-bottom:-.25rem
  }
  .desktop\:margin-top-neg-05 {
    margin-top:-.25rem
  }
  .desktop\:margin-bottom-neg-05 {
    margin-bottom:-.25rem
  }
  .desktop\:margin-y-neg-1 {
    margin-top:-.5rem;
    margin-bottom:-.5rem
  }
  .desktop\:margin-top-neg-1 {
    margin-top:-.5rem
  }
  .desktop\:margin-bottom-neg-1 {
    margin-bottom:-.5rem
  }
  .desktop\:margin-y-neg-105 {
    margin-top:-.75rem;
    margin-bottom:-.75rem
  }
  .desktop\:margin-top-neg-105 {
    margin-top:-.75rem
  }
  .desktop\:margin-bottom-neg-105 {
    margin-bottom:-.75rem
  }
  .desktop\:margin-y-neg-2 {
    margin-top:-1rem;
    margin-bottom:-1rem
  }
  .desktop\:margin-top-neg-2 {
    margin-top:-1rem
  }
  .desktop\:margin-bottom-neg-2 {
    margin-bottom:-1rem
  }
  .desktop\:margin-y-neg-205 {
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }
  .desktop\:margin-top-neg-205 {
    margin-top:-1.25rem
  }
  .desktop\:margin-bottom-neg-205 {
    margin-bottom:-1.25rem
  }
  .desktop\:margin-y-neg-3 {
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }
  .desktop\:margin-top-neg-3 {
    margin-top:-1.5rem
  }
  .desktop\:margin-bottom-neg-3 {
    margin-bottom:-1.5rem
  }
  .desktop\:margin-y-neg-4 {
    margin-top:-2rem;
    margin-bottom:-2rem
  }
  .desktop\:margin-top-neg-4 {
    margin-top:-2rem
  }
  .desktop\:margin-bottom-neg-4 {
    margin-bottom:-2rem
  }
  .desktop\:margin-y-neg-5 {
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }
  .desktop\:margin-top-neg-5 {
    margin-top:-2.5rem
  }
  .desktop\:margin-bottom-neg-5 {
    margin-bottom:-2.5rem
  }
  .desktop\:margin-y-neg-6 {
    margin-top:-3rem;
    margin-bottom:-3rem
  }
  .desktop\:margin-top-neg-6 {
    margin-top:-3rem
  }
  .desktop\:margin-bottom-neg-6 {
    margin-bottom:-3rem
  }
  .desktop\:margin-y-neg-7 {
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }
  .desktop\:margin-top-neg-7 {
    margin-top:-3.5rem
  }
  .desktop\:margin-bottom-neg-7 {
    margin-bottom:-3.5rem
  }
  .desktop\:margin-y-neg-8 {
    margin-top:-4rem;
    margin-bottom:-4rem
  }
  .desktop\:margin-top-neg-8 {
    margin-top:-4rem
  }
  .desktop\:margin-bottom-neg-8 {
    margin-bottom:-4rem
  }
  .desktop\:margin-y-neg-9 {
    margin-top:-4.5rem;
    margin-bottom:-4.5rem
  }
  .desktop\:margin-top-neg-9 {
    margin-top:-4.5rem
  }
  .desktop\:margin-bottom-neg-9 {
    margin-bottom:-4.5rem
  }
  .desktop\:margin-y-neg-10 {
    margin-top:-5rem;
    margin-bottom:-5rem
  }
  .desktop\:margin-top-neg-10 {
    margin-top:-5rem
  }
  .desktop\:margin-bottom-neg-10 {
    margin-bottom:-5rem
  }
  .desktop\:margin-y-neg-15 {
    margin-top:-7.5rem;
    margin-bottom:-7.5rem
  }
  .desktop\:margin-top-neg-15 {
    margin-top:-7.5rem
  }
  .desktop\:margin-bottom-neg-15 {
    margin-bottom:-7.5rem
  }
  .desktop\:margin-y-4 {
    margin-top:2rem;
    margin-bottom:2rem
  }
  .desktop\:margin-top-4 {
    margin-top:2rem
  }
  .desktop\:margin-bottom-4 {
    margin-bottom:2rem
  }
  .desktop\:margin-y-5 {
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }
  .desktop\:margin-top-5 {
    margin-top:2.5rem
  }
  .desktop\:margin-bottom-5 {
    margin-bottom:2.5rem
  }
  .desktop\:margin-y-6 {
    margin-top:3rem;
    margin-bottom:3rem
  }
  .desktop\:margin-top-6 {
    margin-top:3rem
  }
  .desktop\:margin-bottom-6 {
    margin-bottom:3rem
  }
  .desktop\:margin-y-7 {
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }
  .desktop\:margin-top-7 {
    margin-top:3.5rem
  }
  .desktop\:margin-bottom-7 {
    margin-bottom:3.5rem
  }
  .desktop\:margin-y-8 {
    margin-top:4rem;
    margin-bottom:4rem
  }
  .desktop\:margin-top-8 {
    margin-top:4rem
  }
  .desktop\:margin-bottom-8 {
    margin-bottom:4rem
  }
  .desktop\:margin-y-9 {
    margin-top:4.5rem;
    margin-bottom:4.5rem
  }
  .desktop\:margin-top-9 {
    margin-top:4.5rem
  }
  .desktop\:margin-bottom-9 {
    margin-bottom:4.5rem
  }
  .desktop\:margin-y-10 {
    margin-top:5rem;
    margin-bottom:5rem
  }
  .desktop\:margin-top-10 {
    margin-top:5rem
  }
  .desktop\:margin-bottom-10 {
    margin-bottom:5rem
  }
  .desktop\:margin-y-15 {
    margin-top:7.5rem;
    margin-bottom:7.5rem
  }
  .desktop\:margin-top-15 {
    margin-top:7.5rem
  }
  .desktop\:margin-bottom-15 {
    margin-bottom:7.5rem
  }
  .desktop\:margin-y-05em {
    margin-top:.5em;
    margin-bottom:.5em
  }
  .desktop\:margin-top-05em {
    margin-top:.5em
  }
  .desktop\:margin-bottom-05em {
    margin-bottom:.5em
  }
  .desktop\:margin-y-1em {
    margin-top:1em;
    margin-bottom:1em
  }
  .desktop\:margin-top-1em {
    margin-top:1em
  }
  .desktop\:margin-bottom-1em {
    margin-bottom:1em
  }
  .desktop\:margin-y-105em {
    margin-top:1.5em;
    margin-bottom:1.5em
  }
  .desktop\:margin-top-105em {
    margin-top:1.5em
  }
  .desktop\:margin-bottom-105em {
    margin-bottom:1.5em
  }
  .desktop\:margin-y-2em {
    margin-top:2em;
    margin-bottom:2em
  }
  .desktop\:margin-top-2em {
    margin-top:2em
  }
  .desktop\:margin-bottom-2em {
    margin-bottom:2em
  }
  .desktop\:margin-y-0 {
    margin-top:0;
    margin-bottom:0
  }
  .desktop\:margin-top-0 {
    margin-top:0
  }
  .desktop\:margin-bottom-0 {
    margin-bottom:0
  }
  .desktop\:margin-y-auto {
    margin-top:auto;
    margin-bottom:auto
  }
  .desktop\:margin-top-auto {
    margin-top:auto
  }
  .desktop\:margin-bottom-auto {
    margin-bottom:auto
  }
  .desktop\:margin-x-1px {
    margin-left:1px;
    margin-right:1px
  }
  .desktop\:margin-right-1px {
    margin-right:1px
  }
  .desktop\:margin-left-1px {
    margin-left:1px
  }
  .desktop\:margin-x-2px {
    margin-left:2px;
    margin-right:2px
  }
  .desktop\:margin-right-2px {
    margin-right:2px
  }
  .desktop\:margin-left-2px {
    margin-left:2px
  }
  .desktop\:margin-x-05 {
    margin-left:.25rem;
    margin-right:.25rem
  }
  .desktop\:margin-right-05 {
    margin-right:.25rem
  }
  .desktop\:margin-left-05 {
    margin-left:.25rem
  }
  .desktop\:margin-x-1 {
    margin-left:.5rem;
    margin-right:.5rem
  }
  .desktop\:margin-right-1 {
    margin-right:.5rem
  }
  .desktop\:margin-left-1 {
    margin-left:.5rem
  }
  .desktop\:margin-x-105 {
    margin-left:.75rem;
    margin-right:.75rem
  }
  .desktop\:margin-right-105 {
    margin-right:.75rem
  }
  .desktop\:margin-left-105 {
    margin-left:.75rem
  }
  .desktop\:margin-x-2 {
    margin-left:1rem;
    margin-right:1rem
  }
  .desktop\:margin-right-2 {
    margin-right:1rem
  }
  .desktop\:margin-left-2 {
    margin-left:1rem
  }
  .desktop\:margin-x-205 {
    margin-left:1.25rem;
    margin-right:1.25rem
  }
  .desktop\:margin-right-205 {
    margin-right:1.25rem
  }
  .desktop\:margin-left-205 {
    margin-left:1.25rem
  }
  .desktop\:margin-x-3 {
    margin-left:1.5rem;
    margin-right:1.5rem
  }
  .desktop\:margin-right-3 {
    margin-right:1.5rem
  }
  .desktop\:margin-left-3 {
    margin-left:1.5rem
  }
  .desktop\:margin-x-neg-1px {
    margin-left:-1px;
    margin-right:-1px
  }
  .desktop\:margin-right-neg-1px {
    margin-right:-1px
  }
  .desktop\:margin-left-neg-1px {
    margin-left:-1px
  }
  .desktop\:margin-x-neg-2px {
    margin-left:-2px;
    margin-right:-2px
  }
  .desktop\:margin-right-neg-2px {
    margin-right:-2px
  }
  .desktop\:margin-left-neg-2px {
    margin-left:-2px
  }
  .desktop\:margin-x-neg-05 {
    margin-left:-.25rem;
    margin-right:-.25rem
  }
  .desktop\:margin-right-neg-05 {
    margin-right:-.25rem
  }
  .desktop\:margin-left-neg-05 {
    margin-left:-.25rem
  }
  .desktop\:margin-x-neg-1 {
    margin-left:-.5rem;
    margin-right:-.5rem
  }
  .desktop\:margin-right-neg-1 {
    margin-right:-.5rem
  }
  .desktop\:margin-left-neg-1 {
    margin-left:-.5rem
  }
  .desktop\:margin-x-neg-105 {
    margin-left:-.75rem;
    margin-right:-.75rem
  }
  .desktop\:margin-right-neg-105 {
    margin-right:-.75rem
  }
  .desktop\:margin-left-neg-105 {
    margin-left:-.75rem
  }
  .desktop\:margin-x-neg-2 {
    margin-left:-1rem;
    margin-right:-1rem
  }
  .desktop\:margin-right-neg-2 {
    margin-right:-1rem
  }
  .desktop\:margin-left-neg-2 {
    margin-left:-1rem
  }
  .desktop\:margin-x-neg-205 {
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }
  .desktop\:margin-right-neg-205 {
    margin-right:-1.25rem
  }
  .desktop\:margin-left-neg-205 {
    margin-left:-1.25rem
  }
  .desktop\:margin-x-neg-3 {
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }
  .desktop\:margin-right-neg-3 {
    margin-right:-1.5rem
  }
  .desktop\:margin-left-neg-3 {
    margin-left:-1.5rem
  }
  .desktop\:margin-x-neg-4 {
    margin-left:-2rem;
    margin-right:-2rem
  }
  .desktop\:margin-right-neg-4 {
    margin-right:-2rem
  }
  .desktop\:margin-left-neg-4 {
    margin-left:-2rem
  }
  .desktop\:margin-x-neg-5 {
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }
  .desktop\:margin-right-neg-5 {
    margin-right:-2.5rem
  }
  .desktop\:margin-left-neg-5 {
    margin-left:-2.5rem
  }
  .desktop\:margin-x-neg-6 {
    margin-left:-3rem;
    margin-right:-3rem
  }
  .desktop\:margin-right-neg-6 {
    margin-right:-3rem
  }
  .desktop\:margin-left-neg-6 {
    margin-left:-3rem
  }
  .desktop\:margin-x-neg-7 {
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }
  .desktop\:margin-right-neg-7 {
    margin-right:-3.5rem
  }
  .desktop\:margin-left-neg-7 {
    margin-left:-3.5rem
  }
  .desktop\:margin-x-neg-8 {
    margin-left:-4rem;
    margin-right:-4rem
  }
  .desktop\:margin-right-neg-8 {
    margin-right:-4rem
  }
  .desktop\:margin-left-neg-8 {
    margin-left:-4rem
  }
  .desktop\:margin-x-neg-9 {
    margin-left:-4.5rem;
    margin-right:-4.5rem
  }
  .desktop\:margin-right-neg-9 {
    margin-right:-4.5rem
  }
  .desktop\:margin-left-neg-9 {
    margin-left:-4.5rem
  }
  .desktop\:margin-x-neg-10 {
    margin-left:-5rem;
    margin-right:-5rem
  }
  .desktop\:margin-right-neg-10 {
    margin-right:-5rem
  }
  .desktop\:margin-left-neg-10 {
    margin-left:-5rem
  }
  .desktop\:margin-x-neg-15 {
    margin-left:-7.5rem;
    margin-right:-7.5rem
  }
  .desktop\:margin-right-neg-15 {
    margin-right:-7.5rem
  }
  .desktop\:margin-left-neg-15 {
    margin-left:-7.5rem
  }
  .desktop\:margin-x-4 {
    margin-left:2rem;
    margin-right:2rem
  }
  .desktop\:margin-right-4 {
    margin-right:2rem
  }
  .desktop\:margin-left-4 {
    margin-left:2rem
  }
  .desktop\:margin-x-5 {
    margin-left:2.5rem;
    margin-right:2.5rem
  }
  .desktop\:margin-right-5 {
    margin-right:2.5rem
  }
  .desktop\:margin-left-5 {
    margin-left:2.5rem
  }
  .desktop\:margin-x-6 {
    margin-left:3rem;
    margin-right:3rem
  }
  .desktop\:margin-right-6 {
    margin-right:3rem
  }
  .desktop\:margin-left-6 {
    margin-left:3rem
  }
  .desktop\:margin-x-7 {
    margin-left:3.5rem;
    margin-right:3.5rem
  }
  .desktop\:margin-right-7 {
    margin-right:3.5rem
  }
  .desktop\:margin-left-7 {
    margin-left:3.5rem
  }
  .desktop\:margin-x-8 {
    margin-left:4rem;
    margin-right:4rem
  }
  .desktop\:margin-right-8 {
    margin-right:4rem
  }
  .desktop\:margin-left-8 {
    margin-left:4rem
  }
  .desktop\:margin-x-9 {
    margin-left:4.5rem;
    margin-right:4.5rem
  }
  .desktop\:margin-right-9 {
    margin-right:4.5rem
  }
  .desktop\:margin-left-9 {
    margin-left:4.5rem
  }
  .desktop\:margin-x-10 {
    margin-left:5rem;
    margin-right:5rem
  }
  .desktop\:margin-right-10 {
    margin-right:5rem
  }
  .desktop\:margin-left-10 {
    margin-left:5rem
  }
  .desktop\:margin-x-15 {
    margin-left:7.5rem;
    margin-right:7.5rem
  }
  .desktop\:margin-right-15 {
    margin-right:7.5rem
  }
  .desktop\:margin-left-15 {
    margin-left:7.5rem
  }
  .desktop\:margin-x-card {
    margin-left:10rem;
    margin-right:10rem
  }
  .desktop\:margin-right-card {
    margin-right:10rem
  }
  .desktop\:margin-left-card {
    margin-left:10rem
  }
  .desktop\:margin-x-card-lg {
    margin-left:15rem;
    margin-right:15rem
  }
  .desktop\:margin-right-card-lg {
    margin-right:15rem
  }
  .desktop\:margin-left-card-lg {
    margin-left:15rem
  }
  .desktop\:margin-x-mobile {
    margin-left:20rem;
    margin-right:20rem
  }
  .desktop\:margin-right-mobile {
    margin-right:20rem
  }
  .desktop\:margin-left-mobile {
    margin-left:20rem
  }
  .desktop\:margin-x-05em {
    margin-left:.5em;
    margin-right:.5em
  }
  .desktop\:margin-right-05em {
    margin-right:.5em
  }
  .desktop\:margin-left-05em {
    margin-left:.5em
  }
  .desktop\:margin-x-1em {
    margin-left:1em;
    margin-right:1em
  }
  .desktop\:margin-right-1em {
    margin-right:1em
  }
  .desktop\:margin-left-1em {
    margin-left:1em
  }
  .desktop\:margin-x-105em {
    margin-left:1.5em;
    margin-right:1.5em
  }
  .desktop\:margin-right-105em {
    margin-right:1.5em
  }
  .desktop\:margin-left-105em {
    margin-left:1.5em
  }
  .desktop\:margin-x-2em {
    margin-left:2em;
    margin-right:2em
  }
  .desktop\:margin-right-2em {
    margin-right:2em
  }
  .desktop\:margin-left-2em {
    margin-left:2em
  }
  .desktop\:margin-x-0 {
    margin-left:0;
    margin-right:0
  }
  .desktop\:margin-right-0 {
    margin-right:0
  }
  .desktop\:margin-left-0 {
    margin-left:0
  }
  .desktop\:margin-x-auto {
    margin-left:auto;
    margin-right:auto
  }
  .desktop\:margin-right-auto {
    margin-right:auto
  }
  .desktop\:margin-left-auto {
    margin-left:auto
  }
  .desktop\:measure-1 {
    max-width:44ex
  }
  .desktop\:measure-2 {
    max-width:60ex
  }
  .desktop\:measure-3 {
    max-width:64ex
  }
  .desktop\:measure-4 {
    max-width:68ex
  }
  .desktop\:measure-5 {
    max-width:72ex
  }
  .desktop\:measure-6 {
    max-width:88ex
  }
  .desktop\:measure-none {
    max-width:none
  }
  .desktop\:order-first {
    order:-1
  }
  .desktop\:order-last {
    order:999
  }
  .desktop\:order-initial {
    order:initial
  }
  .desktop\:order-0 {
    order:0
  }
  .desktop\:order-1 {
    order:1
  }
  .desktop\:order-2 {
    order:2
  }
  .desktop\:order-3 {
    order:3
  }
  .desktop\:order-4 {
    order:4
  }
  .desktop\:order-5 {
    order:5
  }
  .desktop\:order-6 {
    order:6
  }
  .desktop\:order-7 {
    order:7
  }
  .desktop\:order-8 {
    order:8
  }
  .desktop\:order-9 {
    order:9
  }
  .desktop\:order-10 {
    order:10
  }
  .desktop\:order-11 {
    order:11
  }
  .desktop\:padding-1px {
    padding:1px
  }
  .desktop\:padding-y-1px {
    padding-top:1px;
    padding-bottom:1px
  }
  .desktop\:padding-x-1px {
    padding-left:1px;
    padding-right:1px
  }
  .desktop\:padding-top-1px {
    padding-top:1px
  }
  .desktop\:padding-right-1px {
    padding-right:1px
  }
  .desktop\:padding-bottom-1px {
    padding-bottom:1px
  }
  .desktop\:padding-left-1px {
    padding-left:1px
  }
  .desktop\:padding-2px {
    padding:2px
  }
  .desktop\:padding-y-2px {
    padding-top:2px;
    padding-bottom:2px
  }
  .desktop\:padding-x-2px {
    padding-left:2px;
    padding-right:2px
  }
  .desktop\:padding-top-2px {
    padding-top:2px
  }
  .desktop\:padding-right-2px {
    padding-right:2px
  }
  .desktop\:padding-bottom-2px {
    padding-bottom:2px
  }
  .desktop\:padding-left-2px {
    padding-left:2px
  }
  .desktop\:padding-05 {
    padding:.25rem
  }
  .desktop\:padding-y-05 {
    padding-top:.25rem;
    padding-bottom:.25rem
  }
  .desktop\:padding-x-05 {
    padding-left:.25rem;
    padding-right:.25rem
  }
  .desktop\:padding-top-05 {
    padding-top:.25rem
  }
  .desktop\:padding-right-05 {
    padding-right:.25rem
  }
  .desktop\:padding-bottom-05 {
    padding-bottom:.25rem
  }
  .desktop\:padding-left-05 {
    padding-left:.25rem
  }
  .desktop\:padding-1 {
    padding:.5rem
  }
  .desktop\:padding-y-1 {
    padding-top:.5rem;
    padding-bottom:.5rem
  }
  .desktop\:padding-x-1 {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .desktop\:padding-top-1 {
    padding-top:.5rem
  }
  .desktop\:padding-right-1 {
    padding-right:.5rem
  }
  .desktop\:padding-bottom-1 {
    padding-bottom:.5rem
  }
  .desktop\:padding-left-1 {
    padding-left:.5rem
  }
  .desktop\:padding-105 {
    padding:.75rem
  }
  .desktop\:padding-y-105 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .desktop\:padding-x-105 {
    padding-left:.75rem;
    padding-right:.75rem
  }
  .desktop\:padding-top-105 {
    padding-top:.75rem
  }
  .desktop\:padding-right-105 {
    padding-right:.75rem
  }
  .desktop\:padding-bottom-105 {
    padding-bottom:.75rem
  }
  .desktop\:padding-left-105 {
    padding-left:.75rem
  }
  .desktop\:padding-2 {
    padding:1rem
  }
  .desktop\:padding-y-2 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .desktop\:padding-x-2 {
    padding-left:1rem;
    padding-right:1rem
  }
  .desktop\:padding-top-2 {
    padding-top:1rem
  }
  .desktop\:padding-right-2 {
    padding-right:1rem
  }
  .desktop\:padding-bottom-2 {
    padding-bottom:1rem
  }
  .desktop\:padding-left-2 {
    padding-left:1rem
  }
  .desktop\:padding-205 {
    padding:1.25rem
  }
  .desktop\:padding-y-205 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }
  .desktop\:padding-x-205 {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
  .desktop\:padding-top-205 {
    padding-top:1.25rem
  }
  .desktop\:padding-right-205 {
    padding-right:1.25rem
  }
  .desktop\:padding-bottom-205 {
    padding-bottom:1.25rem
  }
  .desktop\:padding-left-205 {
    padding-left:1.25rem
  }
  .desktop\:padding-3 {
    padding:1.5rem
  }
  .desktop\:padding-y-3 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }
  .desktop\:padding-x-3 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .desktop\:padding-top-3 {
    padding-top:1.5rem
  }
  .desktop\:padding-right-3 {
    padding-right:1.5rem
  }
  .desktop\:padding-bottom-3 {
    padding-bottom:1.5rem
  }
  .desktop\:padding-left-3 {
    padding-left:1.5rem
  }
  .desktop\:padding-4 {
    padding:2rem
  }
  .desktop\:padding-y-4 {
    padding-top:2rem;
    padding-bottom:2rem
  }
  .desktop\:padding-x-4 {
    padding-left:2rem;
    padding-right:2rem
  }
  .desktop\:padding-top-4 {
    padding-top:2rem
  }
  .desktop\:padding-right-4 {
    padding-right:2rem
  }
  .desktop\:padding-bottom-4 {
    padding-bottom:2rem
  }
  .desktop\:padding-left-4 {
    padding-left:2rem
  }
  .desktop\:padding-5 {
    padding:2.5rem
  }
  .desktop\:padding-y-5 {
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }
  .desktop\:padding-x-5 {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
  .desktop\:padding-top-5 {
    padding-top:2.5rem
  }
  .desktop\:padding-right-5 {
    padding-right:2.5rem
  }
  .desktop\:padding-bottom-5 {
    padding-bottom:2.5rem
  }
  .desktop\:padding-left-5 {
    padding-left:2.5rem
  }
  .desktop\:padding-6 {
    padding:3rem
  }
  .desktop\:padding-y-6 {
    padding-top:3rem;
    padding-bottom:3rem
  }
  .desktop\:padding-x-6 {
    padding-left:3rem;
    padding-right:3rem
  }
  .desktop\:padding-top-6 {
    padding-top:3rem
  }
  .desktop\:padding-right-6 {
    padding-right:3rem
  }
  .desktop\:padding-bottom-6 {
    padding-bottom:3rem
  }
  .desktop\:padding-left-6 {
    padding-left:3rem
  }
  .desktop\:padding-7 {
    padding:3.5rem
  }
  .desktop\:padding-y-7 {
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }
  .desktop\:padding-x-7 {
    padding-left:3.5rem;
    padding-right:3.5rem
  }
  .desktop\:padding-top-7 {
    padding-top:3.5rem
  }
  .desktop\:padding-right-7 {
    padding-right:3.5rem
  }
  .desktop\:padding-bottom-7 {
    padding-bottom:3.5rem
  }
  .desktop\:padding-left-7 {
    padding-left:3.5rem
  }
  .desktop\:padding-8 {
    padding:4rem
  }
  .desktop\:padding-y-8 {
    padding-top:4rem;
    padding-bottom:4rem
  }
  .desktop\:padding-x-8 {
    padding-left:4rem;
    padding-right:4rem
  }
  .desktop\:padding-top-8 {
    padding-top:4rem
  }
  .desktop\:padding-right-8 {
    padding-right:4rem
  }
  .desktop\:padding-bottom-8 {
    padding-bottom:4rem
  }
  .desktop\:padding-left-8 {
    padding-left:4rem
  }
  .desktop\:padding-9 {
    padding:4.5rem
  }
  .desktop\:padding-y-9 {
    padding-top:4.5rem;
    padding-bottom:4.5rem
  }
  .desktop\:padding-x-9 {
    padding-left:4.5rem;
    padding-right:4.5rem
  }
  .desktop\:padding-top-9 {
    padding-top:4.5rem
  }
  .desktop\:padding-right-9 {
    padding-right:4.5rem
  }
  .desktop\:padding-bottom-9 {
    padding-bottom:4.5rem
  }
  .desktop\:padding-left-9 {
    padding-left:4.5rem
  }
  .desktop\:padding-10 {
    padding:5rem
  }
  .desktop\:padding-y-10 {
    padding-top:5rem;
    padding-bottom:5rem
  }
  .desktop\:padding-x-10 {
    padding-left:5rem;
    padding-right:5rem
  }
  .desktop\:padding-top-10 {
    padding-top:5rem
  }
  .desktop\:padding-right-10 {
    padding-right:5rem
  }
  .desktop\:padding-bottom-10 {
    padding-bottom:5rem
  }
  .desktop\:padding-left-10 {
    padding-left:5rem
  }
  .desktop\:padding-15 {
    padding:7.5rem
  }
  .desktop\:padding-y-15 {
    padding-top:7.5rem;
    padding-bottom:7.5rem
  }
  .desktop\:padding-x-15 {
    padding-left:7.5rem;
    padding-right:7.5rem
  }
  .desktop\:padding-top-15 {
    padding-top:7.5rem
  }
  .desktop\:padding-right-15 {
    padding-right:7.5rem
  }
  .desktop\:padding-bottom-15 {
    padding-bottom:7.5rem
  }
  .desktop\:padding-left-15 {
    padding-left:7.5rem
  }
  .desktop\:padding-0 {
    padding:0
  }
  .desktop\:padding-y-0 {
    padding-top:0;
    padding-bottom:0
  }
  .desktop\:padding-x-0 {
    padding-left:0;
    padding-right:0
  }
  .desktop\:padding-top-0 {
    padding-top:0
  }
  .desktop\:padding-right-0 {
    padding-right:0
  }
  .desktop\:padding-bottom-0 {
    padding-bottom:0
  }
  .desktop\:padding-left-0 {
    padding-left:0
  }
  .desktop\:width-1px {
    width:1px
  }
  .desktop\:width-2px {
    width:2px
  }
  .desktop\:width-05 {
    width:.25rem
  }
  .desktop\:width-1 {
    width:.5rem
  }
  .desktop\:width-105 {
    width:.75rem
  }
  .desktop\:width-2 {
    width:1rem
  }
  .desktop\:width-205 {
    width:1.25rem
  }
  .desktop\:width-3 {
    width:1.5rem
  }
  .desktop\:width-4 {
    width:2rem
  }
  .desktop\:width-5 {
    width:2.5rem
  }
  .desktop\:width-6 {
    width:3rem
  }
  .desktop\:width-7 {
    width:3.5rem
  }
  .desktop\:width-8 {
    width:4rem
  }
  .desktop\:width-9 {
    width:4.5rem
  }
  .desktop\:width-10 {
    width:5rem
  }
  .desktop\:width-15 {
    width:7.5rem
  }
  .desktop\:width-card {
    width:10rem
  }
  .desktop\:width-card-lg {
    width:15rem
  }
  .desktop\:width-mobile {
    width:20rem
  }
  .desktop\:width-mobile-lg {
    width:30rem
  }
  .desktop\:width-tablet {
    width:40rem
  }
  .desktop\:width-tablet-lg {
    width:55rem
  }
  .desktop\:width-desktop {
    width:64rem
  }
  .desktop\:width-desktop-lg {
    width:75rem
  }
  .desktop\:width-widescreen {
    width:87.5rem
  }
  .desktop\:width-0 {
    width:0
  }
  .desktop\:width-full {
    width:100%
  }
  .desktop\:width-auto {
    width:auto
  }
}
.text-back-top-off-white-background {
  color:#e8f0f7
}
.bg-back-top-off-white-background {
  background-color:#e8f0f7
}
.border-back-top-off-white-background {
  border-color:#e8f0f7
}
.text-carousel-cyan-slide-border {
  color:#53bbdf
}
.bg-carousel-cyan-slide-border {
  background-color:#53bbdf
}
.border-carousel-cyan-slide-border {
  border-color:#53bbdf
}
.text-fed-gray-border {
  color:#d3d2d2
}
.bg-fed-gray-border {
  background-color:#d3d2d2
}
.border-fed-gray-border {
  border-color:#d3d2d2
}
.text-fed-white-background {
  color:#f2f2f2
}
.bg-fed-white-background {
  background-color:#f2f2f2
}
.border-fed-white-background {
  border-color:#f2f2f2
}
.text-homepage-light-blue-background {
  color:#d2ebf1
}
.bg-homepage-light-blue-background {
  background-color:#d2ebf1
}
.border-homepage-light-blue-background {
  border-color:#d2ebf1
}
.text-wizard-gray-border {
  color:gray
}
.bg-wizard-gray-border {
  background-color:gray
}
.border-wizard-gray-border {
  border-color:gray
}
.text-benefit-search-button {
  color:#18b5dd
}
.bg-benefit-search-button {
  background-color:#18b5dd
}
.border-benefit-search-button {
  border-color:#18b5dd
}
.text-navigation-red {
  color:#ae1a0a
}
.bg-navigation-red {
  background-color:#ae1a0a
}
.border-navigation-red {
  border-color:#ae1a0a
}
.text-blue-outer-focus {
  color:#0186a2
}
.bg-blue-outer-focus {
  background-color:#0186a2
}
.border-blue-outer-focus {
  border-color:#0186a2
}
.text-blue-shadow {
  color:rgba(17,47,78,.4)
}
.bg-blue-shadow {
  background-color:rgba(17,47,78,.4)
}
.border-blue-shadow {
  border-color:rgba(17,47,78,.4)
}
.text-cyan-text-decoration {
  color:#3fbde3
}
.bg-cyan-text-decoration {
  background-color:#3fbde3
}
.border-cyan-text-decoration {
  border-color:#3fbde3
}
.text-orange-border {
  color:#f79240
}
.bg-orange-border {
  background-color:#f79240
}
.border-orange-border {
  border-color:#f79240
}
.text-secondary-background {
  color:#a7d8e3
}
.bg-secondary-background {
  background-color:#a7d8e3
}
.border-secondary-background {
  border-color:#a7d8e3
}
.text-secondary-border {
  color:#377f9d
}
.bg-secondary-border {
  background-color:#377f9d
}
.border-secondary-border {
  border-color:#377f9d
}
.text-dark-gray {
  color:#4b4b4d
}
.bg-dark-gray,
.usa-banner__button:hover:visited::after,
.usa-banner__button[aria-expanded=true]:hover:visited::after {
  background-color:#4b4b4d
}
.border-dark-gray {
  border-color:#4b4b4d
}
.text-medium-gray {
  color:#e7e7e7
}
.bg-medium-gray {
  background-color:#e7e7e7
}
.border-medium-gray {
  border-color:#e7e7e7
}
.text-red-error {
  color:#c61f0c
}
.bg-red-error {
  background-color:#c61f0c
}
.border-red-error {
  border-color:#c61f0c
}
.text-button-secondary-outline {
  color:#0081a1
}
.bg-button-secondary-outline {
  background-color:#0081a1
}
.border-button-secondary-outline {
  border-color:#0081a1
}
.text-button-secondary-default {
  color:#ccecf2
}
.bg-button-secondary-default {
  background-color:#ccecf2
}
.border-button-secondary-default {
  border-color:#ccecf2
}
.life-events {
  background-color:#112f4e;
  grid-column:1/3;
  grid-row:5/6;
  margin-left:5vw;
  margin-right:5vw;
  padding:0;
  max-width:1124px
}
.life-events h2 {
  font-size:2.2em;
  margin:0;
  padding-top:30px
}
.life-events p {
  font-size:1.038em;
  padding-top:13px
}
.life-events-carousel {
  margin:40px 0 0;
  max-width:100%;
  display:flex;
  flex-direction:column
}
.carousel {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  justify-content:space-between;
  flex:1 0 auto
}
.carousel .grid-container {
  width:100%;
  max-width:1124px
}
.carousel .usagov-cards {
  background-color:transparent;
  padding:0
}
.carousel .usa-card__container {
  background-color:transparent;
  box-shadow:none;
  display:flex;
  flex-direction:column
}
.carousel .usagov-card {
  border:0
}
.slick-slider {
  overflow:hidden
}
.slick-slide {
  padding-inline:8px;
  width:225px
}
#slides-list {
  display:grid;
  grid-template-rows:auto;
  grid-template-areas:"prevIcon slides nextIcon"". navDots .";
  width:100%
}
#slides-list .slick-arrow:focus {
  padding:2px;
  display:flex;
  align-items:center;
  justify-content:center
}
#slides-list .slick-prev {
  -ms-grid-row:1;
  -ms-grid-column:1;
  grid-area:prevIcon;
  align-self:center;
  justify-self:start;
  left:0;
  margin-left:4px
}
#slides-list .slick-list {
  -ms-grid-row:1;
  -ms-grid-column:2;
  grid-area:slides;
  justify-self:center;
  width:100%;
  max-width:100%;
  text-align:center
}
#slides-list .slick-list .slick-track {
  display:flex!important
}
#slides-list .slick-list .slick-track .slick-slide {
  height:inherit!important;
  display:flex!important;
  justify-content:center
}
#slides-list .slick-list .slick-track .slick-slide.slick-current div .slide {
  border:4px solid #fff
}
#slides-list .slick-list .slick-track .slick-slide.slick-current div .slide .life_events_card_text {
  padding:9px 9px 0
}
#slides-list .slick-list .slick-track .slick-slide.slick-current div .slide:focus-within,
#slides-list .slide:focus-within {
  border:4px solid #c05600
}
#slides-list .slick-next {
  -ms-grid-row:1;
  -ms-grid-column:3;
  grid-area:nextIcon;
  align-self:center;
  justify-self:end;
  right:0;
  margin-right:4px
}
#slides-list .slick-dots {
  -ms-grid-row:2;
  -ms-grid-column:2;
  grid-area:navDots;
  display:flex;
  position:static;
  bottom:0;
  padding:0;
  margin:5px 0 10px;
  height:44px;
  justify-content:space-between
}
#slides-list .slick-dots li {
  margin-left:0;
  margin-right:0;
  width:44px
}
#slides-list .slick-dots li button {
  width:100%;
  height:100%;
  margin:0;
  padding-inline:0
}
#slides-list .slick-dots li button .slick-dot-icon {
  width:100%;
  height:100%;
  opacity:1;
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Ccircle cx='22' cy='22' r='11' stroke='%2300bde3' stroke-width='3' fill='transparent' /%3E%3C/svg%3E")
}
#slides-list .slick-dots li button .slick-dot-icon::before,
#slides-list .slick-dots li.slick-active button .slick-dot-icon::before {
  position:relative;
  content:""
}
#slides-list .slick-dots li button:hover .slick-dot-icon {
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Ccircle cx='22' cy='22' r='11' stroke='white' stroke-width='3' fill='transparent' /%3E%3C/svg%3E")
}
#slides-list .slick-dots li button:focus {
  outline:0
}
#slides-list .slick-dots li button:focus .slick-dot-icon {
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Ccircle cx='22' cy='22' r='11' stroke='white' stroke-width='3' fill='transparent' /%3E%3Ccircle cx='22' cy='22' r='14' stroke='%230186a2' stroke-width='3' fill='transparent' /%3E%3C/svg%3E")
}
#slides-list .slick-dots li.slick-active button {
  width:100%;
  height:100%
}
#slides-list .slick-dots li.slick-active button .slick-dot-icon {
  width:100%;
  height:100%;
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Ccircle cx='22' cy='22' r='11' stroke='%2300bde3' stroke-width='3' fill='%2300bde3' /%3E%3C/svg%3E")
}
#slides-list .slick-dots li.slick-active button:focus .slick-dot-icon {
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Ccircle cx='22' cy='22' r='11' stroke='%2300bde3' stroke-width='3' fill='%2300bde3' /%3E%3Ccircle cx='22' cy='22' r='14' stroke='white' stroke-width='3' fill='transparent' /%3E%3C/svg%3E")
}
#slides-list .slick-next,
#slides-list .slick-prev {
  width:40px;
  height:40px;
  border:0;
  position:relative;
  top:0;
  display:inline-block
}
#slides-list .slides {
  max-width:100%
}
#slides-list .slide {
  height:98%;
  margin-top:4px;
  border:1px solid #53bbdf;
  border-radius:4px;
  box-shadow:4px 4px 4px 0 rgba(0,0,0,.35);
  padding:0;
  text-align:left;
  max-width:390px
}
#slides-list .slide a {
  display:flex
}
#slides-list .slide a,
#slides-list .slide a:visited {
  color:#fff;
  text-decoration:none
}
#slides-list .slide a:hover {
  background-color:transparent
}
#slides-list .slide a:hover h3 {
  text-decoration:underline;
  text-decoration-color:initial;
  text-decoration-thickness:initial
}
#slides-list .slide a:hover .thumbnailBanner {
  background-color:#ccecf2;
  opacity:.5
}
#slides-list .slide a .life_events_card_text {
  padding:12px 12px 0;
  flex:1 0 auto
}
#slides-list .slide:focus-within .life_events_card_text {
  padding:9px 9px 0
}
#slides-list .slide h3,
#slides-list .slide p {
  margin:0;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}
#slides-list .slide h3 {
  color:#00bde3;
  text-decoration:none
}
#slides-list .slide p {
  font-weight:400;
  font-size:1.038em;
  padding-top:10px
}
#slides-list .slide .usa-card__container,
.usagov-directory-table p {
  margin:0
}
#slides-list .slide .usa-card__body:last-child {
  padding-bottom:0
}
.thumbnailBanner,
.thumbnailDiv {
  width:100%;
  margin:0;
  border-radius:0 0 4px 4px
}
.thumbnailDiv {
  background:0 0;
  height:75px;
  box-shadow:0 6px 6px rgba(17,47,78,.4);
  overflow:hidden;
  flex:0 0 75px
}
.thumbnailBanner {
  height:100%;
  display:block;
  -o-object-fit:cover;
  object-fit:cover
}
@media (min-width:640px) {
  #slides-list .slick-dots {
    justify-content:center
  }
}
@media (min-width:1200px) {
  .life-events-carousel {
    width:100%
  }
  .carousel-mover {
    margin:auto
  }
  .carousel-mover #slides-list,
  .carousel-mover .usa-card-group,
  .carousel-mover .usagov-cards {
    max-width:1124px;
    padding:0;
    margin:0
  }
  .carousel-mover #slides-list .slick-list,
  .carousel-mover .usa-card-group .slick-list,
  .carousel-mover .usagov-cards .slick-list {
    max-width:1044px
  }
  .carousel-mover #slides-list .slick-dots,
  .carousel-mover .usa-card-group .slick-dots,
  .carousel-mover .usagov-cards .slick-dots {
    margin-bottom:70px
  }
}
@media (max-width:30em) {
  #myform div.margin-x-auto {
    margin-left:1rem;
    margin-right:1rem
  }
}
#myform div.maxw-mobile {
  max-width:26rem
}
.ceo-button-container,
.recaptcha-container {
  display:flex;
  justify-content:center
}
.ceo-button,
.issue-button {
  margin-inline:0!important
}
#block-betabanner .usa-alert--info::before,
#block-betaspanishbanner .usa-alert--info::before,
#block-emergencyheaderbanner .usa-alert--error::before,
.usa-accordion__heading-hidden {
  display:none
}
#results * {
  margin-top:0;
  margin-bottom:0
}
#results * div {
  padding-bottom:0;
  padding-top:0
}
#results * .usa-accordion__heading:not(:first-of-type) {
  margin-top:8px
}
#results * .usa-accordion.usa-accordion__content.usa-prose {
  padding-top:1em;
  padding-bottom:calc(1em - 8px)
}
#results * .add-list-reset {
  padding-top:calc(1em + 16px)
}
.usa-alert:not(.usa-alert--info):not(.usa-alert--warning):not(.usa-alert--error):not(.usa-alert--success) {
  border-color:#dfe1e2;
  background-color:#fff
}
.visuallyhidden {
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.usa-prose .align-center {
  text-align:center
}
.usa-prose .align-right {
  margin:1em 0 1em 1em
}
.usa-prose .align-left {
  margin:1em 1em 1em 0
}
.usagov-directory-page-container {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:2em
}
.usagov-directory-container {
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:35rem
}
.usagov-directory-container-az {
  list-style:none;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(41px,1fr));
  gap:16px
}
.usagov-directory-container .usagov-directory-container-az li a,
.usagov-directory-container .usagov-directory-container-az li a:visited,
.usagov-directory-container .usagov-directory-container-az li div {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  width:44px;
  height:44px;
  text-decoration:none;
  box-sizing:border-box;
  background-color:#ccecf2;
  border:2px solid #377f9d;
  border-radius:.01rem;
  font-size:1.46rem;
  color:#1b1b1b;
  font-weight:600;
  transition:box-shadow 200ms,background-color 200ms
}
.usagov-directory-container .usagov-directory-container-az li a:hover {
  background-color:#a7d8e3;
  border:2px solid #377f9d
}
.usagov-directory-container .usagov-directory-container-az li div.is-active {
  box-shadow:0 0 0 .15rem #1b1b1b;
  background-color:#fff;
  border:0
}
.usagov-directory-container .usagov-directory-container-az li div.is-active:hover {
  box-shadow:0 0 0 .15rem #1b1b1b;
  background-color:#fff
}
a.intro-links,
a.intro-links:active,
a.intro-links:hover,
a.intro-links:visited {
  text-decoration:none;
  color:#1b1b1b
}
hr.bl-divider {
  background:#e7e7e7;
  border:0;
  height:.15rem;
  width:100%
}
.agency-index-label {
  padding-right:8px;
  margin-block-end:0!important
}
.agency-first-field {
  display:block!important;
  margin-top:2.2em!important;
  margin-bottom:2.2em!important
}
.agency-fields {
  display:block!important;
  margin-top:2.2em;
  margin-bottom:2.2em
}
.field--name-field-contact-link,
.field--name-field-phone-number,
.field--name-field-website,
div.field--name-field-offices-near-you>ul {
  margin-top:10px
}
.usagov-directory-accordion-container ul {
  padding-left:25px
}
.fed-directory-search-bar {
  height:2rem;
  box-sizing:border-box;
  display:flex;
  flex-direction:row;
  outline:2px solid #0081a1;
  border-radius:0 .25rem .25rem 0;
  background-color:#ccecf2;
  max-width:20em;
  margin:1rem auto 0
}
.fed-directory-search-bar input::-moz-placeholder {
  color:#757575;
  font-weight:500
}
.fed-directory-search-bar input::placeholder {
  color:#757575;
  font-weight:500
}
.fed-directory-search-bar [type=search] {
  border-radius:0;
  padding-right:0
}
.fed-directory-search-input {
  font-size:1rem;
  color:#1b1b1b;
  background-color:#fff;
  outline:0;
  border-style:none;
  line-height:1.5
}
.fed-directory-search-btn {
  background-color:#ccecf2;
  outline:0;
  cursor:pointer;
  border-style:none;
  outline-style:none;
  transition:background-color 200ms;
  display:flex;
  align-items:center;
  height:2rem;
  min-width:3rem;
  padding:0 .75rem
}
.fed-directory-search-btn img {
  width:1.5rem;
  height:1.5rem;
  display:block;
  filter:invert(9%) sepia(2%) saturate(18%) hue-rotate(314deg) brightness(99%) contrast(96%)
}
.fed-directory-search-btn:hover {
  background-color:#a7d8e3
}
.fed-directory-search-btn:focus {
  z-index:1
}
@media (min-width:480px) {
  .usagov-directory-container {
    padding:1rem 2.8rem;
    box-shadow:inset 0 0 0 .15rem #e7e7e7
  }
}
.usagov-directory-letter-heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:2.13rem;
  text-align:center;
  line-height:57px;
  outline:solid .15rem #1b1b1b;
  width:57px;
  height:57px
}
.usa-fed-accordion__content div p:first-child {
  font-weight:700
}
div div.field--name-field-offices-near-you>ul>li {
  line-height:2
}
.usagov-directory-bottom-nav-container {
  display:flex;
  justify-content:space-between;
  list-style:none;
  margin-top:2rem
}
.usagov-directory-bottom-nav-group {
  align-items:center;
  display:flex;
  flex-direction:row;
  gap:.1rem;
  background-color:none;
  outline:0;
  box-shadow:none
}
.usagov-directory-bottom-nav-group a.nav-letter,
.usagov-directory-bottom-nav-group a.nav-letter:visited {
  text-decoration:none;
  text-align:center;
  line-height:57px;
  font-size:2.13rem;
  color:#1b1b1b!important;
  outline:solid .15rem #0081a1;
  background-color:#ccecf2;
  font-weight:600;
  width:57px;
  height:57px;
  margin-left:4px;
  margin-right:4px;
  transition-property:outline,color,background-color;
  transition-duration:200ms
}
.usagov-directory-bottom-nav-group a.nav-letter:hover {
  outline:2px solid #377f9d;
  color:#000;
  background-color:#a7d8e3
}
.usagov-directory-bottom-nav-group a.nav-letter:focus {
  outline:.25rem solid #c05600
}
.usagov-directory-bottom-nav-arrow,
div #sm-share a {
  text-decoration:none
}
.usagov-directory-table {
  border-collapse:collapse;
  width:100%;
  padding-top:25px;
  line-height:2
}
.usagov-directory-table div {
  border:solid 1.5px #d3d2d2;
  margin:0;
  padding:10px 25px
}
.usagov-directory-table div:nth-child(odd) {
  background-color:#f2f2f2
}
.usagov-directory-table h2,
.usagov-directory-table h3 {
  margin:0;
  margin-bottom:.2rem
}
.usagov-directory-table h3 {
  font-weight:700
}
.usagov-directory-table ul {
  margin:0;
  padding-left:1rem
}
.usagov-dir-padding {
  padding-top:20px
}
.usa-footer--big {
  padding-top:2rem
}
.usa-footer__primary-section {
  background-color:#f0f0f0
}
.usa-footer__primary-section .grid-container {
  padding-bottom:2rem;
  max-width:74.25rem
}
@media (max-width:1200px) {
  .usa-footer__primary-section .grid-container {
    padding-left:5vw;
    padding-right:5vw
  }
}
.usa-gov-footer__primary-link,
.usa-sign-up__heading {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.46rem
}
.usa-gov-footer__primary-link {
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  text-size-adjust:100%;
  font-feature-settings:"kern"1;
  font-kerning:normal;
  box-sizing:inherit;
  font-size:1.13rem;
  font-weight:700;
  color:#1b1b1b;
  text-decoration:none;
  padding:0;
  line-height:1.2;
  margin:0;
  align-items:baseline;
  display:flex;
  justify-content:flex-start
}
@media all and (min-width:64em) {
  .usa-gov-footer__primary-link {
    min-height:2.75rem
  }
}
.usa-gov-footer__primary-link--button {
  overflow:visible;
  text-transform:none;
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  padding:1rem;
  width:100%;
  border:0;
  background-color:#f0f0f0;
  cursor:pointer
}
.usa-gov-footer__primary-link--button::before {
  height:1.25rem;
  width:1.25rem;
  align-items:center;
  background-size:contain;
  content:"";
  display:inline-flex;
  justify-content:center;
  margin-right:.25rem;
  margin-left:-.25rem;
  background-color:currentcolor;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/expand_more.svg)no-repeat center/contain
}
.usa-gov-footer__primary-link--button[aria-expanded=false]::before {
  background-color:currentcolor;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/navigate_next.svg)no-repeat center/contain;
  display:inline-block;
  height:1.25rem;
  width:1.25rem;
  content:"";
  vertical-align:middle;
  margin-right:.25rem
}
.usa-gov-footer__primary-link--button:hover {
  text-decoration:underline
}
.usa-gov-footer__primary-link--button:focus {
  text-decoration:underline;
  outline:.25rem solid #c05600;
  outline-offset:-.25rem
}
.usa-footer__primary-section .usa-list {
  margin-top:1rem
}
.usa-gov-footer__primary-link--button:not([disabled]):focus {
  outline-offset:-.25rem
}
.footer-button-container {
  display:flex;
  justify-content:left
}
.footer-button {
  line-height:1.5;
  margin-inline:0!important;
  font-size:1.13rem
}
.footer-button,
.footer-button:hover {
  border:1px solid #1b1b1b
}
#footer-email {
  border-color:#1b1b1b;
  border-style:solid
}
.usa-footer__secondary-section {
  background-color:#ccecf2
}
.usa-footer__secondary-section .grid-container {
  padding-bottom:2rem;
  max-width:74.25rem
}
@media (max-width:1200px) {
  .usa-footer__secondary-section .grid-container {
    padding-left:5vw;
    padding-right:5vw
  }
}
.usa-footer__secondary-section .grid-row.grid-gap-1>* {
  padding-right:0
}
@media (max-width:30em) {
  .usa-footer__logo {
    padding-bottom:20px
  }
}
.usa-footer__secondary-link a.disabled,
.usa-footer__secondary-section a.disabled {
  pointer-events:none;
  color:#000;
  text-decoration:none
}
.footer-question {
  min-height:15px;
  margin-block-end:0
}
@media (max-width:30em) {
  .usa-footer__contact-links {
    margin-top:0;
    padding-top:8px
  }
}
@media (min-width:30em) {
  .usa-footer__contact-info {
    margin-top:0
  }
}
.footer-social-block {
  display:inline-block;
  height:100%
}
.usa-footer__contact-heading {
  margin-bottom:.5rem;
  text-align:left
}
@media (min-width:30em) {
  .usa-footer__contact-heading.es {
    display:inline-grid;
    margin-top:.5rem;
    margin-right:-1.5rem;
    text-align:left
  }
  .usa-footer__social-links {
    justify-content:flex-start;
    padding-right:0;
    padding-bottom:0
  }
}
.usa-footer__social-links div:first-of-type {
  padding-left:0
}
.usa-social-link {
  background-color:transparent;
  padding:6px;
  width:44px;
  height:44px;
  margin-bottom:-6px
}
.usa-social-link:hover {
  background-color:#ccecf2
}
.usa-social-link span {
  position:absolute;
  left:-999em;
  right:auto
}
.usa-social-link img {
  display:block;
  height:32px;
  width:32px;
  background-color:#fff;
  border-radius:3px
}
.usa-identifier__container {
  max-width:74.25rem
}
@media (max-width:1200px) {
  .usa-identifier__container {
    padding-left:5vw;
    padding-right:5vw
  }
}
.benefits-category-list-checkbox-cols>ul>li.end-column,
.block-wizardenglish div.usa-prose h1.usa-wizard-title,
.usa-identifier__section {
  padding-bottom:0
}
.usa-identifier__usagov-description {
  line-height:1.5
}
@media (min-width:36em) {
  .usa-identifier__usagov-description {
    display:flex;
    justify-content:center
  }
}
@media (max-width:30em) {
  .usa-identifier__usagov-description,
  .usa-identifier__usagov-description span {
    text-align:center;
    display:inline-block
  }
}
.usa-identifier {
  padding-bottom:2rem;
  background-color:#112f4e
}
.main-grid h1,
.main-grid h2,
.main-grid p,
.usa-identifier__required-link.usa-link {
  color:#fff
}
.usa-identifier__required-link.usa-link:active {
  color:#00bde3
}
.usa-identifier__required-link.usa-link:visited {
  color:#f0f0f0
}
.usa-identifier__identity-disclaimer a:focus,
.usa-identifier__required-link.usa-link:focus {
  box-shadow:none
}
p.usa-identifier__identity-disclaimer:last-of-type {
  font-weight:400
}
@media (max-width:64em) {
  p.usa-identifier__identity-disclaimer:last-of-type {
    padding-top:1rem
  }
}
p.usa-identifier__identity-disclaimer a {
  font-weight:400;
  margin-top:0
}
.usa-identifier__section--usagov a,
div div.field--name-field-offices-near-you {
  display:inline
}
@media (min-width:40em) {
  .usa-identifier__required-links-list {
    -moz-column-count:1;
    column-count:1
  }
}
@media (min-width:64em) {
  .usa-identifier__required-links-list {
    -moz-column-count:4;
    column-count:4
  }
}
@media (min-width:64em) {
  #header>div.usa-navbar>div.usa-nav__secondary>form.usa-search.usa-search--small {
    align-self:center;
    margin-top:0
  }
}
#fed-dir-search-results {
  margin-bottom:8px;
  margin-top:2px
}
.usasearch_sayt {
  max-width:20.1em;
  margin:0 auto;
  max-height:13.4em;
  overflow-x:hidden;
  overflow-y:scroll;
  outline:1px solid #000
}
.usasearch_sayt>ul {
  padding-left:0;
  margin-top:0;
  margin-block-end:0
}
.resultBox {
  border:1px solid #565c65;
  cursor:pointer;
  display:block;
  padding:8px
}
.resultBox a {
  text-decoration:none;
  display:block;
  width:100%;
  height:100%
}
.resultBox a,
.resultBox a:visited,
.usa-prose .resultBox a:visited {
  color:#1b1b1b
}
.resultBox a:focus {
  border:0;
  outline:0;
  box-shadow:none
}
.resultBox:focus-within,
.resultBox:hover {
  outline:.25rem solid #0186a2;
  outline-offset:0;
  box-shadow:inset 0 0 0 2px #fff
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance:none;
  appearance:none
}
.usa-banner {
  background-color:#f0f0f0
}
.jump img,
.usa-banner__icon {
  height:2.5rem;
  width:2.5rem
}
.usa-banner__header-flag {
  height:1rem;
  width:1rem
}
.usa-banner__button-text,
.usa-banner__button-text:hover {
  line-height:1.5;
  color:#1a4480
}
.usa-banner__button-text:visited {
  color:#4b4b4d
}
.usa-banner__button::after,
.usa-banner__button:hover::after,
.usa-banner__button[aria-expanded=true]::after,
.usa-banner__button[aria-expanded=true]:hover::after {
  background-color:#1a4480
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-alert--slim .usa-alert__body .usa-alert__heading {
    margin-bottom:0
  }
}
.usa-banner__header-action,
.usa-banner__header-text,
body #benefit-finder .bf-notices p {
  line-height:1.5
}
.usa-header--extended .usa-navbar {
  height:auto;
  padding-top:.5rem;
  padding-bottom:.5rem
}
.usa-logo a {
  display:flex;
  width:-moz-fit-content;
  width:fit-content
}
@media all and (min-width:64em) {
  .usa-header--extended div.language-switcher-language-url {
    margin-right:auto;
    max-width:74.25rem;
    margin-left:auto;
    padding-left:2rem;
    padding-right:2rem;
    display:block
  }
}
.usa-navbar .navbar-right {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center
}
@media (max-width:64em) {
  .usa-navbar .navbar-right {
    flex-direction:row;
    align-items:center;
    margin-right:1rem
  }
}
.usa-header .usa-alert {
  margin-top:0
}
.usa-header a.language-link {
  text-decoration:none;
  padding:10px 20px;
  line-height:.9;
  font-size:.93rem;
  margin:0;
  border:2px solid transparent;
  color:#fff;
  background-color:#112f4e
}
@media (max-width:64em) {
  .usa-header a.language-link {
    line-height:1.5rem;
    font-weight:700;
    margin-right:2em
  }
}
.usa-header a.language-link:hover {
  border:2px solid #0081a1;
  background-color:#fff;
  color:#112f4e
}
.usa-header--extended .usa-menu-btn {
  background-color:#162e51
}
@media (max-width:64em) {
  .usa-header--extended .usa-menu-btn {
    padding-right:1.3rem;
    width:7rem;
    height:2.3rem;
    text-align:left;
    font-weight:700;
    background-image:url(/themes/custom/usagov/images/ICONS_Search.png);
    background-size:1.5rem;
    background-repeat:no-repeat;
    background-position:3.5rem .7rem
  }
}
@media (min-width:64em) {
  .usa-header--extended .usa-logo {
    margin:0;
    height:5rem
  }
}
.usa-header--extended .usa-logo img {
  max-width:none;
  width:3.2rem;
  max-height:none;
  height:3.2rem
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-logo img {
    width:5rem;
    height:5rem
  }
}
.usa-header--extended .usa-logo img.es {
  width:8rem;
  height:3.2rem
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-logo img.es {
    width:12.3rem;
    height:5rem
  }
  .usa-header--extended .usa-nav__secondary {
    flex-direction:row;
    align-items:flex-end;
    bottom:6rem;
    width:calc(27ch + 3rem + 1rem + 16rem)
  }
  .usa-header--extended .usa-nav__secondary:lang(es) {
    flex-direction:row;
    align-items:flex-end;
    bottom:6rem;
    width:calc(27ch + 3rem + 1rem + 17rem)
  }
  .usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover {
    position:relative
  }
  .usa-header--extended .usa-nav__secondary-links .usa-nav__secondary-item {
    display:inline;
    padding-left:0
  }
  .usa-header--extended .usa-nav__secondary-links {
    width:16rem;
    margin-bottom:0
  }
  .usa-header--extended .usa-nav__secondary-links:lang(es) {
    width:17rem;
    line-height:1.1rem;
    margin-bottom:0
  }
  .usa-header--extended .usa-nav__secondary-links .usa-nav__secondary-item::after {
    float:right;
    content:"|";
    padding-right:1rem;
    font-size:2rem;
    padding-bottom:.4rem;
    line-height:2rem;
    color:#dfe1e2
  }
}
.usa-header--extended .usa-nav__secondary-links a {
  font-size:1.13rem
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav__secondary-links a {
    padding-left:.5rem;
    padding-top:.2rem
  }
  .usa-header--extended .usa-nav__secondary-links a:lang(es) {
    padding-left:.2rem
  }
}
@media (min-width:64em) {
  .usa-nav__primary>.usa-nav__primary-item>a,
  .usa-nav__primary>.usa-nav__primary-item>a:hover {
    padding:.8rem;
    color:#1a4480
  }
}
.usa-nav__primary>.usa-nav___primary-item-smaller-padding>a,
.usa-nav__primary>.usa-nav___primary-item-smaller-padding>a:hover {
  padding:.7rem
}
@media (min-width:64em) {
  .usa-nav__primary>.usa-nav__primary-item>.usa-nav__link {
    line-height:1.1
  }
}
#block-betabanner .usa-alert--info .usa-alert__body,
#block-betaspanishbanner .usa-alert--info .usa-alert__body,
#block-emergencyheaderbanner .usa-alert--error .usa-alert__body {
  position:relative
}
#block-betabanner .usa-alert--info .usa-alert__body::before,
#block-betaspanishbanner .usa-alert--info .usa-alert__body::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem;
  width:2rem;
  content:"";
  display:block;
  height:2.4rem;
  position:absolute;
  left:1.3rem;
  top:-.6rem;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem;
  background-size:1.5rem;
  -webkit-mask-size:1.5rem;
  mask-size:1.5rem;
  background-color:#1b1b1b
}
@media (max-width:1022px) {
  #block-betabanner .usa-alert--info .usa-alert__body::before,
  #block-betaspanishbanner .usa-alert--info .usa-alert__body::before {
    left:.4rem
  }
}
#block-emergencyheaderbanner .usa-alert--error .usa-alert__body::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem;
  width:2rem;
  content:"";
  display:block;
  height:3.5rem;
  position:absolute;
  left:1.6rem;
  top:-.6rem;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem;
  background-size:1.5rem;
  -webkit-mask-size:1.5rem;
  mask-size:1.5rem;
  background-color:#1b1b1b
}
@media (max-width:1022px) {
  #block-emergencyheaderbanner .usa-alert--error .usa-alert__body::before {
    left:.4rem
  }
}
[type=search],
div[class^=QSIUserDefinedHTML] {
  z-index:1
}
.usa-button:not([disabled]):focus {
  outline-offset:0;
  z-index:1
}
@media (min-width:64em) {
  .usa-header--extended .usa-navbar {
    overflow:inherit;
    display:flex;
    flex-direction:row;
    justify-content:space-between
  }
  .usa-header--extended .usa-nav__secondary,
  .usa-header--extended .usa-nav__secondary:lang(es) {
    flex-direction:row;
    align-items:baseline;
    align-self:center;
    bottom:0;
    position:relative;
    margin-top:0;
    min-width:auto;
    right:0
  }
  #header>div.usa-navbar>div.usa-nav__secondary>form.usa-search.usa-search--small {
    align-self:center;
    margin-top:0
  }
  #header>div.usa-navbar>div.usa-nav__secondary>span.usa-nav__secondary-links {
    align-self:center
  }
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav__inner {
    max-width:74.25rem;
    padding-left:2.3rem
  }
  .usa-header--extended .usa-banner__inner,
  .usa-header--extended .usa-navbar {
    max-width:74.25rem
  }
  .usa-header--extended .usa-alert__body {
    max-width:74.25rem;
    margin:auto;
    padding-left:4rem!important;
    padding-right:2rem!important
  }
  .usa-header--extended .usa-alert--no-icon .usa-alert__body {
    padding-left:1.7rem!important
  }
}
@media (max-width:1023px) {
  .usa-header--extended .usa-alert:not(.usa-alert--no-icon) .usa-alert__body {
    padding-left:2.7rem
  }
  .usa-header--extended .usa-alert--no-icon .usa-alert__body {
    padding-left:.5rem
  }
}
.usa-header--extended .usa-alert:not(.usa-alert--no-icon)::before {
  display:none
}
.usa-header--extended .usa-alert:not(.usa-alert--no-icon) .usa-alert__body {
  position:relative
}
.usa-header--extended .usa-alert:not(.usa-alert--no-icon) .usa-alert__body::before {
  width:2rem;
  content:"";
  display:block;
  height:2.4rem;
  position:absolute;
  left:1.7rem;
  top:-.5rem;
  background-color:#1b1b1b
}
@media (max-width:1023px) {
  .usa-header--extended .usa-alert:not(.usa-alert--no-icon) .usa-alert__body::before {
    left:.4rem
  }
}
.usa-header--extended .usa-alert--info:not(.usa-alert--no-icon) .usa-alert__body::before,
.usa-header--extended .usa-alert--success:not(.usa-alert--no-icon) .usa-alert__body::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/info.svg)no-repeat center/2rem 2rem
}
.usa-header--extended .usa-alert--error:not(.usa-alert--no-icon) .usa-alert__body::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/error.svg)no-repeat center/2rem 2rem
}
.usa-header--extended .usa-alert--warning:not(.usa-alert--no-icon) .usa-alert__body::before {
  background:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/2rem 2rem;
  -webkit-mask:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/2rem 2rem;
  mask:url(/themes/custom/usagov/assets/img/usa-icons/warning.svg)no-repeat center/2rem 2rem
}
@media all and (min-width:64em) {
  .usa-header--extended .usa-nav__primary {
    justify-content:space-between;
    width:auto
  }
  .usa-header--extended .usa-nav__primary::after {
    content:none
  }
}
@media (max-width:40em) {
  .usa-banner__header--expanded .usa-banner__header-action,
  .usa-banner__header-action {
    display:inline-block
  }
}
.usa-banner_expand_arrow {
  fill:#1a4480;
  vertical-align:middle
}
.usa-banner__header--expanded .usa-banner_expand_arrow {
  transform:rotate(180deg)
}
@media (min-width:40em) {
  .usa-banner__button::after,
  .usa-banner__button:hover::after,
  .usa-banner__button[aria-expanded=true]::after,
  .usa-banner__button[aria-expanded=true]:hover::after {
    content:none
  }
}
@media (max-width:40em) {
  .usa-banner__header-action-mobile::after {
    content:none
  }
}
.usagov-hero-homepage {
  background-color:#112f4e;
  background-image:none;
  color:#fff;
  margin-bottom:0
}
.usa-card--flag .usa-card__container .usa-card__header .usa-card__heading .card-link,
.usagov-hero-feature-text a {
  text-decoration-line:underline;
  text-decoration-thickness:7px;
  text-decoration-color:#3fbde3;
  -webkit-text-decoration-skip-ink:none;
  text-decoration-skip-ink:none
}
.usagov-hero a,
.usagov-hero a:hover,
.usagov-hero a:visited {
  color:inherit
}
.topic-icon {
  background-repeat:no-repeat;
  background-position:1em center;
  background-size:5em
}
.homepage-section {
  padding-top:0
}
.no-footer-gap {
  margin-bottom:-2rem
}
.main-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin:0;
  padding:0
}
.main-grid h1 {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.95rem;
  margin-top:0;
  margin-bottom:1rem
}
.main-grid h3 {
  line-height:1.25
}
.main-grid p {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  margin:0;
  line-height:1.5
}
.main-grid a {
  color:#00bde3;
  text-decoration:underline
}
.banner-wrapper {
  display:grid;
  grid-column:1/3;
  grid-row:1/3;
  grid-template-columns:minmax(0,1fr) minmax(auto,1024px) minmax(0,1fr)
}
.banner-div {
  background-position:center;
  background-size:cover;
  grid-column:1/4
}
.banner-img {
  -o-object-fit:contain;
  object-fit:contain
}
.welcome-box-wrapper {
  grid-column:1/3;
  grid-row:1/2;
  max-width:1124px;
  padding-top:25px;
  display:flex;
  justify-content:flex-end;
  padding-left:5vw;
  padding-right:5vw
}
@media all and (min-width:40em) {
  .welcome-box-wrapper {
    width:calc(100% - 50px);
    margin:auto;
    padding-left:0;
    padding-right:0
  }
}
.welcome-box {
  background-color:#112f4e;
  box-shadow:0 6px 6px rgba(17,47,78,.4);
  padding:30px 28px 35px 30px
}
@media all and (min-width:40em) {
  .welcome-box {
    width:clamp(50%,450px,100%)
  }
}
.blue-back,
.how-box {
  background-color:#112f4e;
  grid-column:1/3;
  grid-row:3/8
}
.how-box {
  background-color:#fff;
  border-radius:3px;
  grid-row:2/4;
  margin-left:5vw;
  margin-right:5vw;
  margin-top:35px;
  padding:30px 50px 22px
}
.how-box a,
.how-box h2 {
  color:#1b1b1b;
  margin:0;
  text-decoration:none
}
.how-box a,
ul.navigation__items .children a {
  font-weight:400
}
.how-box a:hover,
.jump a {
  text-decoration:underline
}
.how-box h2 {
  font-size:1.46rem
}
.how-button-list {
  align-items:stretch;
  display:flex;
  flex-direction:column;
  margin-bottom:0;
  margin-top:1.25rem;
  padding-inline-start:0
}
#jump_block,
.how-button {
  display:flex;
  align-items:center
}
.how-button {
  flex:1 1 0;
  border-left:4px solid #00bde3;
  padding-left:12px;
  padding-right:20px;
  margin-bottom:15px
}
.jump {
  padding:0;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.06rem;
  text-align:center
}
.jump a {
  color:#fff;
  display:inline-block;
  margin-bottom:10px
}
.jump p {
  margin:0 0 5px
}
#jump_block {
  flex-direction:column;
  gap:.4rem
}
.jump1 {
  grid-column:1/3;
  grid-row:4/5;
  padding-top:20px;
  background-color:#112f4e
}
.all-topics-header {
  background-color:#fff;
  grid-column:1/3;
  grid-row:9/12;
  border-bottom:10px solid #d83933
}
.all-topics-header h2 {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-size:1.95rem;
  color:#d83933;
  font-weight:700;
  margin:65px 5vw 0;
  max-width:1124px;
  padding:0 0 5px;
  text-align:left
}
.all-topics {
  background-color:#d2ebf1;
  grid-column:1/3;
  grid-row:9/10
}
.all-topics p {
  color:#1b1b1b
}
.all-topics-background {
  background-color:#d2ebf1;
  padding:20px 5vw 100px
}
.smaller-width-div {
  margin-left:auto;
  margin-right:auto;
  max-width:1124px
}
.homepage-card-group {
  list-style:none;
  padding:0;
  margin-left:auto;
  margin-right:auto;
  display:grid;
  justify-content:center;
  grid-gap:8px;
  row-gap:8px
}
@media all and (min-width:40em) {
  .homepage-card-group {
    grid-template-columns:repeat(auto-fit,minmax(275px,1fr))
  }
}
.homepage-card_header {
  padding:15px 0!important;
  margin-inline:15px;
  border-top:1px dashed #1b1b1b
}
.homepage-card {
  display:flex;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  margin:0;
  padding:0
}
.homepage-card a {
  text-decoration:none;
  height:100%
}
.homepage-card h2,
.homepage-card p {
  font-size:1.13rem;
  color:#1b1b1b
}
.homepage-card h2 {
  font-weight:700;
  line-height:1.3
}
.homepage-card-description {
  padding-left:15px;
  padding-right:15px;
  padding-top:0!important;
  padding-bottom:30px!important
}
.homepage-icon {
  background-position:center;
  background-size:contain;
  height:45px;
  width:45px;
  margin-block:10px;
  margin-inline:auto
}
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}
@media (min-width:480px) {
  .how-box {
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    width:100%;
    max-width:1124px;
    padding-top:18px;
    padding-bottom:10px
  }
  .how-button-list {
    flex-flow:row wrap
  }
  .how-button {
    flex:1 1 50%
  }
}
@media (min-width:1024px) {
  .how-button {
    flex:1 1 0%;
    min-height:60px
  }
  .life-events-intro {
    padding-left:50px
  }
  .all-topics-header h2 {
    margin:65px 5vw 0
  }
}
@media (min-width:1200px) {
  .life-events {
    margin-left:auto;
    margin-right:auto;
    max-width:1124px;
    padding:0
  }
  .all-topics-header h2 {
    margin-left:auto;
    margin-right:auto;
    padding-left:0
  }
  .how-button-list {
    flex-wrap:nowrap
  }
}
[data-pagetype="Life Events Landing Page"] h1,
[data-pagetype="Life Events"] h1 {
  background-color:#112f4e;
  color:#fff;
  padding:15px 45px 8px 35px;
  width:-moz-fit-content;
  width:fit-content
}
[data-pagetype="Life Events Landing Page"] .usagov-hero,
[data-pagetype="Life Events"] .usagov-hero {
  border-top:none;
  margin-top:0
}
[data-pagetype="Life Events Landing Page"] .usa-prose>h1+*,
[data-pagetype="Life Events"] .usa-prose>h1+* {
  margin-top:0
}
[data-pagetype="Life Events Landing Page"] .usagov-cards,
[data-pagetype="Life Events"] .usagov-cards {
  max-width:960px;
  background-color:#f3f3f3;
  margin-right:0
}
[data-pagetype="Life Events Landing Page"] .usagov-card {
  border-color:#fff;
  border-style:solid
}
.le-image {
  height:315px
}
.usa-card--flag .usa-card__container {
  background-color:#112f4e;
  color:#fff;
  border:0;
  border-radius:0
}
.usa-card--flag .usa-card__body {
  color:#fff;
  padding-bottom:1.5rem
}
.usa-card--flag .usa-card__img,
.usa-card--flag.usa-card--media-right .usa-card__img {
  border-radius:unset
}
.usa-card--flag .usa-card__container .usa-card__header .usa-card__heading .card-link {
  color:#fff
}
.usa-card--flag .usa-card__heading {
  line-height:1.8em
}
.usa-card--flag .usa-card__header {
  padding-bottom:.5rem
}
.usa-card--flag:hover .usa-card__img img {
  opacity:.8
}
.usa-card--flag:hover .usa-card__container {
  background-color:#0b4778
}
.paragraph--type--uswds-card-group-flag .usa-card__container.make-link:hover {
  box-shadow:none
}
.paragraph--type--uswds-card-group-flag .usa-card__container.make-link:focus-within {
  outline:.25rem solid #0186a2;
  outline-offset:0;
  box-shadow:none
}
.paragraph--type--uswds-card-group-flag .usa-card__container .usa-card__header .card-link:focus {
  outline:.25rem solid #0186a2;
  outline-offset:0;
  box-shadow:none
}
.life-events-landing-page-card-image {
  aspect-ratio:5/2;
  background-size:cover
}
.life-events-landing-page-card-title {
  display:flex;
  align-items:center;
  background-color:#112f4e;
  color:#fff;
  font-size:1.13rem;
  font-weight:400;
  height:3.5rem;
  padding:1rem;
  margin:0
}
.usa-card:hover .life-events-landing-page-card-image {
  filter:contrast(.5) brightness(1.5)
}
.usa-card:hover .life-events-landing-page-card-title {
  background-color:#ccecf2;
  color:#1a4480
}
ul.navigation__items {
  list-style:none;
  margin:0;
  padding:0
}
ul.navigation__items a {
  display:flex;
  height:4rem;
  align-items:center;
  text-decoration:none;
  font-weight:700
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(1) a {
  padding-left:1rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(1) .children a {
  padding-left:3rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(2) a {
  padding-left:2rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(2) .children a {
  padding-left:4rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(3) a {
  padding-left:3rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(3) .children a {
  padding-left:5rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(4) a {
  padding-left:4rem
}
ul.navigation__items.ancestors>.navigation__item:nth-of-type(4) .children a {
  padding-left:6rem
}
ul.navigation__items .umbrella>a {
  background-color:#1a4480;
  color:#fff
}
ul.navigation__items .navigation__item>a {
  border-left:.5rem solid transparent
}
ul.navigation__items .active>a {
  border-left-color:#d83933;
  color:#d83933
}
ul.navigation__items .sibling>a {
  font-weight:400;
  margin-left:.5rem
}
ul.navigation__items .blog-year>a {
  padding-left:3rem
}
ul.navigation__items .blog-month>a {
  padding-left:5rem
}
ul.navigation__items .blog-post:not(:last-child) {
  margin-bottom:.5rem
}
ul.navigation__items .blog-post>a {
  padding-left:7rem
}
.usagov-mobile-menu {
  width:100%;
  max-width:30rem;
  padding:0;
  overflow:scroll;
  z-index:2000000003
}
.usagov-mobile-menu-top {
  padding:1rem;
  background-color:#f3f3f3
}
.usagov-mobile-menu-controls {
  display:flex;
  justify-content:space-between
}
.usagov-mobile-menu-controls>* {
  display:flex;
  align-items:center;
  background:0 0;
  border:0;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  color:#1b1b1b;
  font-weight:700;
  text-decoration:none;
  margin:unset;
  width:auto;
  height:auto
}
.usagov-mobile-menu-controls a svg {
  border:3px solid #1b1b1b;
  border-radius:100%;
  height:2.16rem;
  width:2.16rem;
  margin:.1rem;
  padding:.16rem
}
.usagov-mobile-menu-controls button svg {
  height:2.5rem;
  width:2.5rem
}
.usagov-mobile-menu .usa-nav__secondary-links {
  margin:1rem;
  display:block
}
.usagov-mobile-menu .usa-nav__secondary-links[data-visibility=hidden] {
  display:none
}
.usa-header--extended button.usa-menu-btn {
  background-color:transparent;
  color:#112f4e;
  background-image:url(/themes/custom/usagov/images/Button_header_open_mobile-menu.svg);
  background-size:2.8rem;
  background-position:1px 0;
  width:3rem;
  padding:0;
  padding-top:2rem;
  height:auto;
  font-size:1rem;
  font-weight:400;
  cursor:pointer
}
#block-languageswitcher {
  position:relative
}
@media (min-width:64em) {
  .usagov-mobile-menu {
    display:none
  }
}
@media (max-width:63.99em) {
  .usa-header {
    position:sticky;
    background:#fff;
    width:100%;
    z-index:500
  }
  .usa-nav.is-visible,
  .usa-navbar .usa-nav__secondary {
    display:none
  }
  .usagov-mobile-menu.is-visible {
    display:flex
  }
  .usa-header--extended div.language-switcher-language-url div.links {
    position:absolute;
    display:block;
    width:auto;
    right:60px;
    top:4px
  }
}
.blog-instruction-mobile {
  background-color:#eff6fb;
  border-top:1px solid #73b3e7
}
.blog-instruction-mobile p {
  color:#112f4e;
  margin-bottom:0;
  text-align:center
}
.usagov-hero {
  border-top:10px solid #d83933;
  margin-bottom:1.5rem;
  margin-top:-.75rem;
  width:100vw;
  position:relative;
  left:calc(-50vw + 50%);
  background-position:top
}
.usagov-hero__callout {
  background-color:#112f4e;
  border:1px solid #fff
}
.usagov-hero__callout ul a,
.usagov-hero__callout ul a:hover,
.usagov-hero__callout ul a:visited {
  color:#ccecf2
}
.usagov-hero__callout ul li {
  margin:15px 0
}
.usagov-cards {
  padding:1em 0;
  background-color:#f0f0f0
}
.usagov-cards-bg {
  box-shadow:0 0 0 100vmax #f0f0f0;
  clip-path:inset(0-100vmax)
}
.usa-layout-docs__main .usagov-cards {
  margin-top:24px
}
.usagov-card__heading {
  color:#1a4480;
  text-decoration-line:underline;
  text-decoration-thickness:7px;
  text-decoration-color:#3fbde3;
  -webkit-text-decoration-skip-ink:none;
  text-decoration-skip-ink:none;
  line-height:1.8em
}
.usagov-navpage-item {
  border:2px solid transparent
}
.usagov-navpage-item:hover {
  background-color:#ccecf2
}
.usagov-navpage-item a {
  color:#000;
  display:block
}
[data-pagetype="Navigation Cards Page"] .grid-container {
  max-width:74.25rem
}
[data-pagetype="Navigation Cards Page"] .usa-card__container {
  margin:0
}
[data-pagetype="Navigation Cards Page"] .usa-card,
[data-pagetype="Navigation Cards Page"] .usa-card:last-child {
  margin-bottom:.5rem
}
@media all and (min-width:40em) {
  [data-pagetype="Navigation Cards Page"] .usa-hero__callout {
    max-width:unset
  }
}
.usa-sidenav {
  color:#1a4480
}
.usa-sidenav .active-trail {
  font-weight:700
}
.usa-sidenav ul>li>ul>li+li,
.usa-sidenav ul>li>ul>li~ul~li {
  border-top:none
}
.usa-sidenav .usa-current,
.usa-sidenav a:not(.usa-button) {
  display:block;
  padding:.5rem 1rem;
  text-decoration:none
}
.usa-sidenav .usa-current {
  color:#ae1a0a
}
.usa-sidenav .usa-current::before {
  content:"";
  display:block;
  position:absolute;
  top:4px;
  bottom:4px;
  left:0;
  width:4px;
  background-color:#d83933;
  border-radius:2px
}
.usa-sidenav .usa-current::after {
  background-color:#ae1a0a
}
.usa-sidenav .usa-current:hover {
  background-color:transparent
}
.usa-sidenav a:not(.usa-button):not(.usa-current) {
  color:#1a4480
}
.usa-sidenav a:not(.usa-button):not(.usa-current):hover {
  color:#1a4480;
  background-color:#f0f0f0;
  text-decoration:underline
}
.usa-sidenav__sublist .usa-current,
.usa-sidenav__sublist a:not(.usa-button) {
  padding-left:2.3rem
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-current,
.usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left:3.6rem
}
@media (max-width:1023px) {
  .usa-sidenav {
    display:none
  }
}
.usa-button :visited {
  color:initial
}
.usa-footer__primary-content--collapsible.hidden {
  display:block
}
.state-usa-form {
  max-width:40rem
}
.state-usa-form label {
  font-size:1.13rem;
  margin-top:35px;
  margin-bottom:10px
}
.usa-form .sd-go-btn {
  margin-left:.15rem;
  margin-right:.15rem;
  margin-top:.5rem;
  line-height:1.5;
  border:2px solid #377f9d;
  border-radius:.15rem;
  background-color:#ccecf2;
  text-align:center;
  transition:background-color 200ms;
  padding:.1rem 1.25rem;
  height:2.5rem
}
@media (min-width:30em) {
  .usa-form .sd-go-btn {
    margin-left:10px
  }
}
.sd-go-btn:hover {
  background-color:#a7d8e3
}
.usagov-directory-table .field__item,
.usagov-directory-table .phoneNumberField,
.usagov-directory-table .usa-list a {
  line-height:2
}
.usa-combo-box__list-option--selected {
  color:#1b1b1b
}
.ceoLink {
  word-wrap:break-word;
  overflow-wrap:break-word
}
.state-email {
  margin-left:3ch
}
@media (max-width:480px) {
  #results .state-email {
    width:calc(100% - 3ch)
  }
}
main[data-pagetype="Benefits Category Search"] .usa-prose>p {
  max-width:100%
}
.benefits-category-list {
  margin-left:calc(-.5*(100vw - 100%));
  margin-right:calc(-.5*(100vw - 100%));
  padding:1.75rem calc(.5*(100vw - 100%)) 75px;
  background-color:#e7f6f8
}
@media all and (min-width:40em) {
  .benefits-category-list {
    padding-top:2.75rem
  }
}
.benefits-category-list fieldset {
  padding:0;
  border-width:0;
  margin:0
}
.benefits-category-list ul>li {
  -moz-column-break-inside:avoid;
  break-inside:avoid
}
.benefits-category-list .button-group {
  display:flex;
  gap:.625rem;
  flex-direction:column
}
@media all and (min-width:55em) {
  .benefits-category-list .button-group {
    flex-direction:row;
    gap:1.5rem
  }
}
.benefits-category-list .usa-button {
  background-color:#18b5dd;
  border:2px solid #1b1b1b;
  margin-right:0;
  margin-bottom:10px;
  width:100%
}
@media all and (min-width:55em) {
  .benefits-category-list .usa-button {
    width:-moz-fit-content;
    width:fit-content;
    margin-bottom:0
  }
}
.benefits-category-list .usa-button:active,
.benefits-category-list .usa-button:hover {
  background-color:#009ec1
}
.benefits-category-list .usa-button.usa-button--secondary {
  background-color:#fff
}
.benefits-category-list .usa-button.usa-button--secondary:hover {
  background-color:#f0f0f0;
  border:2px solid #1b1b1b
}
.benefits-category-list .usa-checkbox {
  background-color:inherit
}
.benefits-category-list .usa-checkbox__label {
  margin-bottom:.75rem;
  align-items:center;
  margin-top:0;
  display:flex
}
.benefits-category-list .usa-checkbox__label::before {
  box-shadow:0 0 0 1px #1b1b1b
}
.benefits-category-list .usa-checkbox__input:checked+.usa-checkbox__label::before {
  background-color:#1a4480;
  box-shadow:0 0 0 1px #1b1b1b
}
.benefits-category-list .grid-row {
  border:0;
  padding:20px 0 0
}
@media all and (min-width:55em) {
  .benefits-category-list .grid-row {
    gap:10px
  }
}
.benefits-category-list .grid-row.benefits-category-error .benefits-category-list-checkbox-all,
.benefits-category-list .grid-row.benefits-category-error ul>li {
  border-left:3px solid #d83933;
  padding-left:.75rem
}
.benefits-category-list .grid-row.benefits-category-error .benefits-category-list-checkbox-all {
  margin-top:-1px;
  padding-bottom:1rem;
  margin-bottom:0
}
@media all and (min-width:55em) {
  .benefits-category-list .grid-row.benefits-category-error .benefits-category-list-checkbox-all {
    padding-top:0;
    margin-top:0;
    padding-bottom:0
  }
  .benefits-category-list .grid-row.benefits-category-error .benefits-category-list-checkbox-cols {
    -moz-column-gap:.75rem;
    column-gap:.75rem
  }
}
.benefits-category-list .grid-row.benefits-category-error .benefits-category-list-checkbox-all label {
  padding-bottom:0;
  margin-bottom:0
}
.benefits-category-list-checkbox-cols {
  -moz-column-count:2;
  column-count:2;
  -moz-column-gap:1rem;
  column-gap:1rem;
  width:100%
}
@media all and (min-width:55em) {
  .benefits-category-list-checkbox-cols {
    -moz-column-count:3;
    column-count:3
  }
}
.benefits-category-list-checkbox-cols>ul>li {
  padding-bottom:.5rem
}
.benefits-category-list-checkbox-all {
  height:-moz-fit-content;
  height:fit-content;
  margin-bottom:.5rem;
  width:100%
}
@media all and (min-width:55em) {
  .benefits-category-list-checkbox-all {
    margin-top:0;
    margin-bottom:0;
    width:10rem
  }
}
.benefits-result {
  border-bottom:2px solid #c9c9c9
}
.benefits-result .benefits-result-text,
.benefits-result-text {
  padding-right:1.25rem
}
.benefits-result .benefits-result-text h3 {
  margin-bottom:.625rem
}
.benefits-result .benefits-result-text p:first-of-type {
  margin-top:0
}
.benefits-result .benefits-result-categories {
  padding-top:0;
  padding-bottom:1.25rem
}
@media all and (min-width:64em) {
  .benefits-result .benefits-result-categories {
    padding-top:1.25rem
  }
}
.benefits-result .benefits-result-categories h4 {
  margin-top:0;
  margin-bottom:.625rem;
  font-size:1.1rem
}
.benefits-result .benefits-result-categories ul {
  list-style-type:none;
  margin:0;
  padding-left:0
}
.benefits-result .benefits-result-categories li {
  padding:.25rem .5rem;
  margin-right:.5rem;
  margin-bottom:.5rem;
  background-color:#e7f6f8;
  display:inline-block
}
.benefit-finder__main h2#categories-label,
.benefit-finder__title {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.benefit-finder__title {
  margin:2.5rem 0 0
}
.benefit-finder__main p.benefit-finder__desc {
  margin-top:.5rem;
  margin-bottom:2.5rem
}
.benefit-finder__main h2#categories-label {
  margin-top:0
}
.benefit-finder__main .life-events-grid {
  display:block
}
@media (min-width:700px) {
  .benefit-finder__main .life-events-grid {
    display:grid;
    grid-template-columns:auto auto;
    gap:16px;
    margin-bottom:2.5rem
  }
}
.benefit-finder__main .life-events-grid .life-events-item {
  display:grid;
  grid-template-columns:1fr 8fr 1fr;
  position:relative;
  margin-bottom:1.25rem
}
@media (min-width:700px) {
  .benefit-finder__main .life-events-grid .life-events-item {
    box-shadow:0 4px 4px 0 rgba(0,0,0,.11);
    border:2px solid #e0f7fa;
    margin-bottom:5px;
    padding:1.25rem
  }
}
.benefit-finder__main .life-events-grid .life-events-item::after {
  content:"";
  background-image:url(/themes/custom/usagov/images/right-arrow.svg);
  background-repeat:no-repeat;
  width:40px;
  height:40px;
  margin:auto
}
.benefit-finder__main .life-events-grid .life-events-item::before {
  content:"";
  background-repeat:no-repeat;
  background-size:contain;
  width:45px;
  height:45px;
  margin:auto
}
.benefit-finder__main .life-events-grid .life-events-item:hover {
  background-color:#ccecf2
}
.benefit-finder__main .life-events-grid .life-events-item:focus-within {
  background-color:#ccecf2;
  outline:.25rem solid #0186a2;
  outline-offset:0;
  box-shadow:inset 0 0 0 2px #fff
}
.benefit-finder__main .life-events-grid .life-events-item a:focus,
.benefit-finder__main .life-events-grid .life-events-item a:hover {
  box-shadow:none;
  outline-width:0
}
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--death::before,
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--es-death::before {
  background-image:url(/themes/custom/usagov/images/Death-of-a-loved-one-icon.svg)
}
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--es-financial::before,
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--financial::before {
  background-image:url(/themes/custom/usagov/images/Financial-shock-icon.svg)
}
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--disability::before,
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--es-disability::before {
  background-image:url(/themes/custom/usagov/images/Disability-icon.svg)
}
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--es-retirement::before,
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--retirement::before {
  background-image:url(/themes/custom/usagov/images/Retirement-icon.svg)
}
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--all-benefits::before,
.benefit-finder__main .life-events-grid .life-events-item.benefit-finder-icon--es-all-benefits::before {
  background-image:url(/themes/custom/usagov/images/topics/ICONS_Life_events.svg)
}
.benefit-finder__main .life-events-grid .life-events-item-content {
  padding-left:1.25rem
}
.benefit-finder__main .life-events-grid .life-events-item-content>h3 {
  margin:0;
  font-size:1.13rem
}
.benefit-finder__main .life-events-grid .life-events-item-content>p {
  margin:0;
  font-size:1.06rem
}
.benefit-finder__main .life-events-grid .life-events-item-content a::before {
  content:"";
  position:absolute;
  inset:0
}
.benefits-block-bg {
  margin-left:auto;
  margin-right:auto;
  margin-top:1rem;
  padding:1.25rem;
  max-width:1124px;
  width:100%;
  background-color:#ccecf2;
  grid-column:1/3;
  grid-row:6/10;
  border-radius:3px
}
@media all and (min-width:55em) {
  .benefits-block-bg {
    padding-left:2.25rem;
    padding-right:2.25rem
  }
}
.benefits-block {
  display:grid;
  gap:1rem;
  grid-template-areas:"icon text""button button";
  grid-template-columns:auto 1fr
}
@media all and (min-width:55em) {
  .benefits-block {
    grid-template-areas:"icon text button";
    grid-template-columns:auto 1fr auto
  }
}
.benefits-block img {
  -ms-grid-row:1;
  -ms-grid-column:1;
  grid-area:icon
}
.benefits-text {
  -ms-grid-row:1;
  -ms-grid-column:3;
  grid-area:text;
  padding:initial
}
.benefits-text>h2 {
  font-size:1.95rem;
  color:#112f4e;
  margin-top:0;
  margin-bottom:1rem;
  line-height:117.4%;
  letter-spacing:-.39px
}
.benefits-text .benefits-block__content,
.benefits-text p {
  color:#112f4e;
  margin:0
}
.usa-prose .benefits-text p {
  font-size:1.3125rem
}
a.usa-button.benefits-link {
  -ms-grid-row:3;
  -ms-grid-column:1;
  -ms-grid-column-span:3;
  color:#fff;
  padding:1.5rem;
  background-color:#112f4e;
  display:flex;
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.46rem;
  grid-area:button;
  text-decoration:none;
  max-height:37px;
  margin:auto;
  justify-content:center;
  align-items:center;
  font-weight:600;
  width:100%;
  border:solid 2px transparent
}
@media all and (min-width:55em) {
  .benefits-block img {
    -ms-grid-row:1;
    -ms-grid-column:1
  }
  .benefits-text {
    -ms-grid-row:1;
    -ms-grid-column:2
  }
  a.usa-button.benefits-link {
    -ms-grid-row:1;
    -ms-grid-column:3;
    -ms-grid-column-span:1
  }
}
a.usa-button.benefits-link:hover {
  background-color:#fff;
  color:#112f4e;
  border-width:2px;
  border-style:solid;
  border-color:#0081a1
}
@media all and (min-width:55em) {
  a.usa-button.benefits-link {
    width:260px
  }
}
@media (min-width:700px) {
  .benefits-text {
    padding-right:2.5rem;
    margin-bottom:0
  }
}
.nav-benefits {
  padding-bottom:1.25rem;
  padding-top:1.25rem
}
.benefits-text>h2,
.nav-benefits .benefits-text {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.nav-benefits .benefits-text {
  color:#1b1b1b
}
.nav-benefits .benefits-block {
  align-items:center
}
.usagov-wizard .usa-breadcrumb__list {
  margin-left:0;
  margin-right:0;
  padding-left:0
}
.usagov-wizard .layout-sidebar-first {
  display:none
}
.usagov-wizard--content h1 {
  margin-top:0;
  margin-bottom:17.6px
}
.usagov-wizard--content h1,
.usagov-wizard--content h2,
.usagov-wizard--content h3,
.usagov-wizard--content h4 {
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif
}
.usagov-wizard--content .usagov-wizard--content-step-indicator {
  font-weight:600;
  margin-bottom:17.6px
}
.usagov-wizard--content h2 {
  line-height:120%
}
.usagov-wizard--content * {
  transition:all .1s ease
}
.usagov-wizard--content .viewsreference--view-title {
  display:none
}
.usagov-wizard--content fieldset {
  all:unset;
  display:block;
  width:100%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.usagov-wizard--content .field--name-field-body h2 {
  margin:40px 0 17.6px
}
.usagov-wizard--content .field--name-field-options-list {
  margin-bottom:40px
}
.usagov-wizard--content .views-field-field-option-name p {
  margin-block-start:0;
  margin-block-end:0
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:hover+[class*=__label] {
  border-radius:4px;
  border-width:2px;
  border-style:solid;
  border-color:#c9c9c9;
  background-color:#f0f0f0
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:active+[class*=__label],
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:checked+[class*=__label] {
  border-radius:4px;
  border:2px solid #0081a1;
  background:#ccecf2
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:active+[class*=__label]::before,
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:checked+[class*=__label]::before {
  background-color:#1b1b1b;
  box-shadow:0 0 0 2px #1b1b1b,inset 0 0 0 3px #f0f0f0;
  opacity:1
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:active+[class*=__label]::before:not(:focus),
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:checked+[class*=__label]::before:not(:focus) {
  outline:0
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile:focus::before {
  outline:.25rem solid #0081a1;
  outline-offset:0;
  box-shadow:inset 0 0 0 2px #f0f0f0
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile+.usa-radio__label {
  padding:1rem 1rem 1rem 2.5rem;
  margin-top:0;
  border:2px solid transparent
}
.usagov-wizard--content .views-field-field-option-name .usa-radio__input--tile+.usa-radio__label::before {
  opacity:.6
}
.usagov-wizard--content #wizard-border,
.usagov-wizard--content--error {
  background-color:#f4e3db;
  padding:.5rem 1rem .5rem 0;
  border-left:7px solid #d83933;
  display:none
}
.usagov-wizard--content #wizard-border .usa-alert__body,
.usagov-wizard--content--error .usa-alert__body {
  padding-left:2.75rem
}
.usagov-wizard--content #wizard-border::before,
.usagov-wizard--content--error::before {
  left:1rem;
  width:20px
}
.usagov-wizard--content #wizard-border #msg,
.usagov-wizard--content--error #msg {
  padding:0 5px
}
.usagov-wizard--content #wizard-border #msg:focus,
.usagov-wizard--content--error #msg:focus {
  width:-moz-fit-content;
  width:fit-content
}
.usagov-wizard--content .usa-button#prior {
  background-color:#fff!important
}
.usagov-wizard--content .usa-button#prior:hover {
  background-color:#f0f0f0!important
}
.usagov-wizard--content #start-over-mobile {
  width:156px
}
@media all and (min-width:64em) {
  .usagov-wizard--content #start-over-mobile {
    display:none
  }
}
.usagov-wizard--content #start-over-desktop {
  display:none
}
@media all and (min-width:64em) {
  .usagov-wizard--content #start-over-desktop {
    display:inline-block
  }
}
.usagov-wizard-buttons .usa-button {
  width:158px
}
@media all and (min-width:40em) {
  .usagov-wizard-buttons .usa-button {
    width:168px
  }
}
.line-height-2 {
  line-height:2
}
.question-icon {
  display:flex
}
.chat-icon {
  width:60px;
  height:40px;
  padding:0 10px;
  vertical-align:middle
}
.usa-section {
  padding-top:.7rem
}
@media (max-width:30em) {
  .usa-section {
    padding-top:2rem
  }
}
@media (min-width:40em) {
  .usa-section {
    padding-bottom:4rem;
    padding-top:3.2rem
  }
}
@media (min-width:64em) {
  .usa-section {
    padding-top:1.7rem
  }
}
.usa-alert--no-icon .usa-alert__body {
  padding-left:1.25rem
}
.usa-button:visited {
  color:initial
}
.usa-button--secondary {
  border:2px solid #377f9d
}
.usa-button--secondary:hover {
  background-color:#a7d8e3;
  border:2px solid #377f9d
}
.usa-button--secondary.usa-button--big,
.usagov-button {
  font-size:1.13rem
}
.usagov-button {
  border:2px solid #377f9d;
  padding:1rem 1.5rem;
  color:#1b1b1b;
  background-color:#ccecf2
}
.usagov-button:hover {
  background-color:#a7d8e3;
  border:2px solid #377f9d
}
.usa-card__body.padding-top-0 {
  padding-top:0
}
.paragraph--type--uswds-card-group-flag .usa-card-group {
  padding-top:60px
}
.paragraph--type--uswds-card-group-flag .usa-card__container:focus-within,
.paragraph--type--uswds-card-group-flag .usa-card__container:hover,
.paragraph--type--uswds-card-group-regular .usa-card__container:focus-within,
.paragraph--type--uswds-card-group-regular .usa-card__container:hover {
  box-shadow:none
}
.usa-banner__button,
.usa-card__body,
.usa-nav__secondary-links a,
.usa-nav__secondary-links a:hover {
  color:#1b1b1b
}
.usa-alert__text a,
.usa-footer__return-to-top a,
.usa-link,
.usa-skipnav,
a {
  color:#1a4480
}
.usa-prose a:visited:not(.usa-button) {
  color:#783cb9
}
.usa-hero.usagov-hero a {
  color:#00bde3
}
.usa-hero.usagov-hero a:visited {
  color:#ccecf2
}
a.usa-button.hero-button {
  color:#1b1b1b
}
a.usa-button.hero-button:focus {
  display:inline-block
}
a.usa-button.hero-button:visited {
  color:#1b1b1b
}
.usagov-button--outline-black,
.usagov-button--outline-black:hover {
  box-shadow:2px #000;
  color:#000
}
.usa-checkbox__input:checked+.usa-checkbox__label::before,
.usa-radio__input:checked+.usa-radio__label::before {
  background-color:#1b1b1b;
  box-shadow:0 0 0 2px #1b1b1b,inset 0 0 0 2px #fff
}
.usa-checkbox__input--tile:checked+.usa-checkbox__label,
.usa-radio__input--tile:checked+.usa-radio__label {
  border-color:#f79240
}
.usa-checkbox__input--tile+.usa-checkbox__label,
.usa-radio__input--tile+.usa-radio__label {
  border-color:#1b1b1b;
  border-style:solid;
  background-color:#fff
}
.usa-breadcrumb__link,
.usa-breadcrumb__link:hover {
  line-height:1.5;
  text-decoration:underline;
  color:#1a4480
}
.usa-breadcrumb__link:visited {
  text-decoration:underline;
  color:#1a4480
}
.usa-breadcrumb__list-item {
  line-height:1.5;
  color:#1a4480
}
.usa-breadcrumb__currrent {
  color:#1b1b1b
}
.usa-prose>p.usa-intro {
  max-width:none
}
.desktop\:grid-col-8 .body-copy {
  margin-top:2.5rem;
  max-width:40em
}
.usa-skipnav {
  z-index:501
}
.usa-skipnav:active,
.usa-skipnav:hover {
  color:#1a4480
}
.usa-skipnav:visited {
  color:#4b4b4d
}
#back-to-top {
  position:fixed;
  height:50px;
  width:90px;
  right:-100px;
  bottom:80px;
  background:#e8f0f7;
  transition:right .5s;
  background-image:url(/themes/custom/usagov/images/Icon_Back_to_Top_Blue.png);
  background-size:45px;
  background-position:2px;
  background-repeat:no-repeat;
  padding:0 15px 0 50px;
  border-radius:25px 0 0 25px;
  line-height:50px;
  display:inline-block;
  text-align:center;
  z-index:1
}
#back-to-top.stuck {
  right:0
}
.additional_body_info {
  padding-top:75px
}
div #sm-share {
  display:flex;
  padding-bottom:22px;
  background-color:transparent;
  font-size:1rem
}
#share-page {
  margin-top:auto;
  margin-bottom:auto
}
.share-icons {
  margin-left:10px;
  height:44px;
  line-height:44px;
  display:flex
}
.share-icon {
  margin:6px;
  width:32px;
  height:32px;
  color:#1b1b1b;
  display:block
}
.err-label-captcha,
.usa-error {
  color:#c61f0c;
  font-weight:600
}
.usa-user-error {
  border-color:#c61f0c;
  border-width:3px;
  border-style:solid
}
input:not([disabled]):focus.usa-user-error {
  outline-offset:1px
}
.usa-form-spacing {
  padding-left:1rem
}
.usa-main-border-error {
  border-left:3px solid #c61f0c
}
.usa-main-border-error .usa-border-error {
  border-left:none
}
.usa-border-error {
  border-left:3px solid #d83933
}
.usa-error--alert {
  display:none
}
.currentMenuItem {
  position:relative
}
.currentMenuItem::after {
  background-color:#00bde3;
  border-radius:0;
  content:"";
  display:block;
  position:absolute;
  height:.25rem;
  left:1rem;
  right:1rem;
  bottom:0
}
.block-wizardenglish {
  border-top:4px solid #112f4e;
  padding-top:2rem;
  padding-left:3rem;
  padding-right:2rem
}
@media (max-width:64em) {
  .block-wizardenglish {
    padding-left:2rem
  }
}
@media (min-width:64em) {
  .block-wizardenglish {
    margin-left:5rem;
    max-width:80%
  }
}
.block-wizardenglish div.usa-prose h1 {
  color:#112f4e;
  padding-bottom:1.5rem;
  margin-top:0;
  font-size:2.25rem
}
@media (max-width:40em) {
  .block-wizardenglish div.usa-prose h1 {
    font-size:2rem
  }
}
.block-wizardenglish .usa-prose {
  font-size:1.2rem
}
.block-wizardenglish .usa-button {
  color:#1b1b1b;
  background-color:#ccecf2
}
@media (max-width:40em) {
  .block-wizardenglish .usa-button {
    margin-bottom:8px
  }
}
.block-wizardenglish .usa-prose>p.usa-scam-label {
  max-width:110ex;
  padding-bottom:.2rem;
  margin-bottom:1rem
}
.block-wizardenglish .usa-scam-label {
  border-bottom:1px solid gray;
  color:#112f4e;
  font-weight:500
}
button#prior.usa-button--outline {
  background-color:#fff;
  box-shadow:inset 0 0 0 2px #000
}
.block-wizardenglish a.usa-button,
button#next.usa-button {
  background-color:#ccecf2;
  box-shadow:inset 0 0 0 2px #0081a1;
  border:0
}
.block-wizardenglish a.usa-button:hover,
button#next.usa-button:hover {
  background-color:#a7d8e3
}
.block-wizardenglish .usa-prose>p {
  max-width:110ex
}
.block-wizardenglish .usa-radio__input--tile:checked+[class*=__label] {
  background-color:#ccecf2
}
.wizard_error {
  border-left:3px solid #c61f0c;
  padding-left:5px
}
.block-wizardenglish div.err-label-captcha,
.block-wizardenglish div.usa-error {
  padding-left:5px;
  padding-right:5px
}
.block-wizardenglish .usa-radio__input--tile:checked+.usa-radio__label {
  border-color:#0186a2
}
.block-wizardenglish [tabindex]:focus {
  outline:.25rem solid #c05600;
  outline-offset:0;
  width:-moz-fit-content;
  width:fit-content;
  margin-left:0
}
@media (max-width:40em) {
  .usa-reverse {
    flex-direction:column-reverse
  }
}
button.usa-combo-box__toggle-list:focus {
  opacity:1
}
#pagesurvey-trgt-qualtrics {
  background:#fff;
  max-width:960px;
  display:inline-block;
  margin:0 auto
}
#pagesurvey-qual-hdr {
  background-color:#ccecf2;
  font-size:1.34rem;
  display:block;
  color:#1b1b1b;
  padding:12px 0 15px;
  margin:0 auto;
  max-width:74.25rem;
  height:auto;
  text-align:center;
  font-family:Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
  font-weight:700
}
.scrollable {
  overflow:unset!important
}
#pagesurvey-qual-container:focus {
  outline:#c05600 solid 3px
}
@media only screen and (max-width:500px) {
  div[class^=QSIUserDefinedHTML] {
    left:-16px
  }
}
.usa-prose.body-copy>h1,
.usa-prose.body-copy>h2,
.usa-prose.body-copy>h3,
.usa-prose.body-copy>h4 {
  clear:unset
}
.usa-prose.body-copy .usa-alert,
.usa-prose.body-copy .usa-card-group {
  clear:both
}
.usa-prose.body-copy .usa-process-list {
  display:inline-block
}
#last-updated {
  font-size:1rem
}
.visually-hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}
[hidden=until-found] {
  display:revert-layer;
  border:0!important;
  padding:0!important
}
.usa-label,
.usa-radio__label,
a,
p {
  line-height:1.5
}
.usa-description {
  font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size:1.13rem;
  line-height:1.3;
  display:block;
  font-weight:400;
  margin-top:.5rem;
  max-width:30rem
}
.usa-input-textarea {
  height:auto
}
.recaptcha-container {
  margin-bottom:1em;
  flex-direction:column
}
.err-label-captcha {
  text-align:center
}
.recaptcha-alignment {
  display:flex;
  justify-content:center;
  margin-top:.5rem
}
.recaptcha-outline-padding {
  padding:5px
}
.issue-button {
  margin-top:1.5rem
}
#myform .usa-button {
  margin-left:4rem
}
@media (max-width:30em) {
  #myform .usa-button {
    margin-left:.4rem
  }
}
@media (max-width:40em) {
  .usa-form div.maxw-mobile p {
    padding-left:1rem
  }
}
.usa-normal {
  font-weight:400
}
button#QSIFeedbackButton-btn {
  padding:2px!important
}
#pagesurvey-qual-container:focus,
.block-wizardenglish a.usa-button:focus,
.usa-alert__text a:focus,
.usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus,
.usa-checkbox__input:focus+[class*=__label]::before,
.usa-footer__secondary-link a:focus,
.usa-form a:focus,
.usa-radio__input:focus+[class*=__label]::before,
.usagov-directory-bottom-nav-group a.nav-letter:focus,
[href]:focus,
[tabindex]:focus,
button#next.usa-button:focus,
button#prior.usa-button--outline:focus,
button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline:.25rem solid #0186a2;
  outline-offset:0;
  box-shadow:inset 0 0 0 2px #fff
}
.usa-checkbox__input:focus+.usa-checkbox__label::before {
  box-shadow:none;
  border:2px solid #fff
}
.jump a:focus,
.life-events-intro a:focus,
.usa-hero__callout a:focus {
  box-shadow:none
}
.usa-footer__secondary-link a:focus,
.usa-hero__callout [href]:focus {
  display:inherit
}
#slides-list .slick-dots li button:focus {
  box-shadow:0 0 0 0#0186a2
}
.block-wizardenglish [tabindex]:focus,
.homepage-card:focus-within,
.slick-dots>li>button>.slick-dot-icon:focus,
.usa-radio__input:focus {
  outline:.25rem solid #0186a2;
  outline-offset:0
}
.homepage-card,
.usagov-card {
  border-radius:0;
  border-width:2px;
  box-shadow:1px 1px 7px #aaa;
  border-color:#0081a1;
  border-style:solid
}
.homepage-card:hover,
.usagov-card:hover {
  background-color:#ccecf2
}
.display-none {
  display:none!important
}
.usa-pagination .usa-current {
  background-color:#1a4480
}
.usa-pagination .usa-current:hover {
  background-color:#1a4480;
  border-color:#1a4480
}
.usa-pagination .usa-current:focus {
  background-color:#1a4480;
  color:#fff;
  outline-width:2px;
  outline-offset:-2px
}
.usa-pagination__arrow a {
  text-decoration:none
}
.usa-pagination__button {
  border:2px solid #1a4480;
  border-radius:.25rem;
  background-color:#fff;
  color:#1a4480;
  padding:.5rem .75rem;
  min-width:2.5rem;
  text-align:center;
  text-decoration:none;
  font-weight:600;
  cursor:pointer
}
.usa-pagination__button:hover {
  background-color:#1a4480;
  border-color:#1a4480;
  color:#fff;
  text-decoration:none
}
.usa-pagination__button:focus {
  outline:2px solid #cf4900;
  outline-offset:2px
}
.usa-pagination__link {
  color:#1a4480;
  text-decoration:none;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  padding:.5rem .75rem
}
.usa-pagination__link:hover {
  color:#162e51;
  text-decoration:underline
}
.usa-pagination__link:focus {
  outline:2px solid #cf4900;
  outline-offset:2px
}
.usa-pagination__link .usa-icon {
  width:1.5rem;
  height:1.5rem
}
#main-content .usa-accordion__button {
  background-color:#f0f0f0
}
#main-content .usa-accordion__button:hover,
#main-content .usa-accordion__button[aria-expanded=true] {
  background-color:#c9c9c9
}
#main-content .usa-accordion__content .usa-accordion__button {
  background-color:#ccecf2
}
#main-content .usa-accordion__content .usa-accordion__button:hover,
#main-content .usa-accordion__content .usa-accordion__button[aria-expanded=true] {
  background-color:#99deea
}
input::-webkit-textfield-decoration-container {
  visibility:hidden
}
.grecaptcha-badge {
  visibility:hidden
}
@media screen and (max-width:30em) {
  .breadcrumb-nav-spacing {
    height:2.5rem
  }
}
@media (min-width:30.0625em) and (max-width:40em) {
  .breadcrumb-nav-spacing {
    height:4rem
  }
}
@media (min-width:40.0625em) and (max-width:63.93em) {
  .breadcrumb-nav-spacing {
    height:1.2rem
  }
}
@media screen and (min-width:64em) {
  .breadcrumb-nav-spacing {
    height:2.7rem
  }
}
@media (max-width:30rem) {
  .breadcrumb-spacing {
    min-height:2.5rem
  }
}
@media (min-width:30.0625em) and (max-width:40em) {
  .breadcrumb-spacing {
    min-height:4rem
  }
}
@media (min-width:40.0625em) and (max-width:63.93em) {
  .breadcrumb-spacing {
    min-height:1.7rem
  }
}
@media screen and (min-width:64em) {
  .breadcrumb-spacing {
    min-height:3.7rem
  }
}
#block-usagov-breadcrumbs {
  min-height:5rem
}
@media all and (min-width:30em) {
  #block-usagov-breadcrumbs {
    min-height:4rem
  }
}
.benefits-finder-content .usa-prose>p.usa-intro {
  margin:0;
  font-size:1.04rem;
  max-width:100%
}
.ui-dialog.ckeditor5-paragraph-embed-modal {
  top:5vh!important;
  min-height:80vh!important
}
.ui-dialog.ckeditor5-paragraph-embed-modal>.ui-dialog-content {
  height:80vh!important
}
.usa-section .blog-title,
.usa-section .usa-prose.blog-view .views-row .views-field-title h2 {
  font-family:"Merriweather Web",Georgia,Cambria,"Times New Roman",Times,serif;
  line-height:1.2;
  font-weight:700
}
.usa-section .blog-title {
  font-size:1.95rem;
  margin-bottom:0;
  margin-top:0;
  clear:both
}
.usa-section .usa-prose .blog-post {
  margin-bottom:-85px
}
.usa-section .usa-prose .blog-post .field--name-field-featured-image {
  float:right;
  margin-left:10px;
  margin-bottom:10px
}
.usa-section .usa-prose .blog-post .field--name-field-featured-image img {
  max-width:300px
}
.usa-section .usa-prose .blog-post .align-left {
  margin-top:0
}
@media (max-width:64em) {
  .usa-section .blog-title {
    padding-bottom:10px;
    border-bottom:#edf0f3 2px solid
  }
}
.usa-section .usa-prose.blog-view .views-row {
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  min-height:200px;
  background-color:#fff;
  transition:background-color .2s ease;
  border-style:solid;
  border-width:1px;
  border-color:#ddd;
  margin-top:0;
  margin-bottom:22px;
  padding:12px 12px 12px 16px;
  border-radius:4px 4px 4px 4px
}
.usa-section .usa-prose.blog-view .views-row:hover {
  background-color:#ebe6de
}
.usa-section .usa-prose.blog-view .views-row .views-field-title {
  grid-column:1/-1
}
.usa-section .usa-prose.blog-view .views-row .views-field-title h2 {
  font-size:1.34rem;
  color:#1b1b1b;
  text-decoration:none
}
.usa-section .usa-prose.blog-view .views-row .views-field-title h2:hover {
  color:#272727
}
.usa-section .usa-prose.blog-view .views-row .views-field-field-featured-image {
  grid-column:1/-1;
  margin-top:15px;
  margin-right:5px
}
.usa-section .usa-prose.blog-view .views-row .views-field-body {
  grid-column:1/-1
}
.usa-section .usa-prose.blog-view .views-row .views-field-created {
  justify-self:start;
  align-self:start;
  margin-top:10px
}
.usa-section .usa-prose.blog-view .views-row .usa-button::after {
  content:" >";
  position:relative;
  top:1px;
  left:3px;
  aria-hidden:true
}
.usa-section .usa-prose.blog-view .views-row .views-field-view-node {
  justify-self:end;
  align-self:end
}
@media (max-width:40em) {
  .usa-section .usa-prose.blog-view .views-row .views-field-created {
    font-size:1rem;
    grid-column:1 / -1
  }
  .usa-section .usa-prose.blog-view .views-row .views-field-view-node a {
    font-size:1rem
  }
}
.usa-section .usa-prose.blog-view .usa-pagination {
  margin-top:2rem;
  margin-bottom:2rem
}
.usa-pagination,
.usa-section .usa-prose.blog-view .usa-pagination .usa-pagination__list {
  justify-content:center
}
.usa-pagination {
  display:flex;
  margin-top:2rem;
  margin-bottom:2rem
}
.usa-pagination .usa-pagination__list {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  list-style:none;
  margin:0;
  padding:0
}
.usa-pagination .usa-pagination__item {
  display:flex;
  align-items:center
}
.usa-pagination .usa-pagination__overflow {
  display:flex;
  align-items:center;
  padding:0 .5rem;
  color:#454545;
  font-weight:600
}
.usa-pagination .usa-pagination__arrow .usa-pagination__link {
  display:flex;
  align-items:center;
  padding:.5rem .75rem;
  text-decoration:none;
  color:#1a4480;
  font-weight:600;
  transition:all .15s ease
}
.usa-pagination .usa-pagination__arrow .usa-pagination__link:hover {
  color:#162e51;
  text-decoration:underline
}
.usa-pagination .usa-pagination__arrow .usa-pagination__link:focus {
  outline:2px solid #cf4900;
  outline-offset:2px
}
.usa-pagination .usa-pagination__arrow .usa-pagination__link .usa-icon {
  width:1.5rem;
  height:1.5rem;
  fill:currentColor
}
.usa-pagination .usa-pagination__arrow .usa-pagination__link .usa-pagination__link-text {
  margin:0 .25rem
}
.usa-pagination .usa-pagination__page-no .usa-pagination__button {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:.5rem .75rem;
  border:2px solid #1a4480;
  border-radius:.25rem;
  background-color:#fff;
  color:#1a4480;
  font-weight:600;
  min-width:2.5rem;
  text-decoration:none;
  cursor:pointer
}
.usa-pagination .usa-pagination__page-no .usa-pagination__button.usa-current:hover,
.usa-pagination .usa-pagination__page-no .usa-pagination__button:hover {
  background-color:#1a4480;
  border-color:#1a4480;
  color:#fff
}
.usa-pagination .usa-pagination__page-no .usa-pagination__button:focus {
  outline:2px solid #cf4900;
  outline-offset:2px
}
.usa-pagination .usa-pagination__page-no .usa-pagination__button.usa-current {
  background-color:#1a4480;
  border-color:#1a4480;
  color:#fff;
  cursor:default
}
@media (max-width:639px) {
  .usa-pagination .usa-pagination__list {
    gap:.25rem;
    flex-wrap:wrap
  }
  .usa-pagination .usa-pagination__arrow .usa-pagination__link-text {
    position:absolute;
    left:-10000px;
    width:1px;
    height:1px;
    overflow:hidden
  }
  .usa-pagination .usa-pagination__arrow .usa-pagination__button,
  .usa-pagination .usa-pagination__arrow .usa-pagination__link,
  .usa-pagination .usa-pagination__page-no .usa-pagination__button,
  .usa-pagination .usa-pagination__page-no .usa-pagination__link {
    min-width:2.5rem;
    padding:.5rem;
    justify-content:center
  }
}
.blog-instruction-text.display-none {
  display:none
}
@media all and (min-width:64em) {
  .blog-instruction-text.desktop\:display-block {
    display:block!important
  }
}
