@media screen and (min-width: 20em) {
  .aspect-ratio-s {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-s {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-s {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-s {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-s {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-s {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-s {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-s {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-s {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-s {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-s {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-s {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-s {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-s {
    background-size: cover !important;
  }
  .contain-s {
    background-size: contain !important;
  }
  .bg-center-s {
    background-position: 50%;
  }
  .bg-center-s,
  .bg-top-s {
    background-repeat: no-repeat;
  }
  .bg-top-s {
    background-position: top;
  }
  .bg-right-s {
    background-position: 100%;
  }
  .bg-bottom-s,
  .bg-right-s {
    background-repeat: no-repeat;
  }
  .bg-bottom-s {
    background-position: bottom;
  }
  .bg-left-s {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .ba-s {
    border-style: solid;
    border-width: 1px;
  }
  .bt-s {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-s {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-s {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-s {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-s {
    border-style: none;
    border-width: 0;
  }
  .br0-s {
    border-radius: 0;
  }
  .br-100-s {
    border-radius: 100%;
  }
  .br-pill-s {
    border-radius: 9999px;
  }
  .br--bottom-s {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-s {
    border-bottom-right-radius: 0;
  }
  .br--right-s,
  .br--top-s {
    border-bottom-left-radius: 0;
  }
  .br--right-s {
    border-top-left-radius: 0;
  }
  .br--left-s {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-s {
    border-style: dotted;
  }
  .b--dashed-s {
    border-style: dashed;
  }
  .b--solid-s {
    border-style: solid;
  }
  .b--none-s {
    border-style: none;
  }
  .bw0-s {
    border-width: 0;
  }
  .bw1-s {
    border-width: 0.0125rem;
  }
  .bw2-s {
    border-width: 0.25rem;
  }
  .bw3-s {
    border-width: 0.5rem;
  }
  .bw4-s {
    border-width: 1rem;
  }
  .bw5-s {
    border-width: 2rem;
  }
  .bt-0-s {
    border-top-width: 0;
  }
  .br-0-s {
    border-right-width: 0;
  }
  .bb-0-s {
    border-bottom-width: 0;
  }
  .bl-0-s {
    border-left-width: 0;
  }
  .shadow-1-s {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-s {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-s {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-s {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-s {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .pa0-s {
    padding: 0;
  }
  .ma0-s,
  .na0-s {
    margin: 0;
  }
  .pl0-s {
    padding-left: 0;
  }
  .ml0-s,
  .nl0-s {
    margin-left: 0;
  }
  .pr0-s {
    padding-right: 0;
  }
  .mr0-s,
  .nr0-s {
    margin-right: 0;
  }
  .pt0-s {
    padding-top: 0;
  }
  .mt0-s,
  .nt0-s {
    margin-top: 0;
  }
  .pb0-s {
    padding-bottom: 0;
  }
  .mb0-s,
  .nb0-s {
    margin-bottom: 0;
  }
  .pv0-s {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mv0-s,
  .nv0-s {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ph0-s {
    padding-left: 0;
    padding-right: 0;
  }
  .mh0-s,
  .nh0-s {
    margin-left: 0;
    margin-right: 0;
  }
  .pa1-s {
    padding: 0.125rem;
  }
  .ma1-s {
    margin: 0.125rem;
  }
  .na1-s {
    margin: -0.125rem;
  }
  .pl1-s {
    padding-left: 0.125rem;
  }
  .ml1-s {
    margin-left: 0.125rem;
  }
  .nl1-s {
    margin-left: -0.125rem;
  }
  .pr1-s {
    padding-right: 0.125rem;
  }
  .mr1-s {
    margin-right: 0.125rem;
  }
  .nr1-s {
    margin-right: -0.125rem;
  }
  .pt1-s {
    padding-top: 0.125rem;
  }
  .mt1-s {
    margin-top: 0.125rem;
  }
  .nt1-s {
    margin-top: -0.125rem;
  }
  .pb1-s {
    padding-bottom: 0.125rem;
  }
  .mb1-s {
    margin-bottom: 0.125rem;
  }
  .nb1-s {
    margin-bottom: -0.125rem;
  }
  .pv1-s {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .mv1-s {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .nv1-s {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .ph1-s {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .mh1-s {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .nh1-s {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .pa2-s {
    padding: 0.25rem;
  }
  .ma2-s {
    margin: 0.25rem;
  }
  .na2-s {
    margin: -0.25rem;
  }
  .pl2-s {
    padding-left: 0.25rem;
  }
  .ml2-s {
    margin-left: 0.25rem;
  }
  .nl2-s {
    margin-left: -0.25rem;
  }
  .pr2-s {
    padding-right: 0.25rem;
  }
  .mr2-s {
    margin-right: 0.25rem;
  }
  .nr2-s {
    margin-right: -0.25rem;
  }
  .pt2-s {
    padding-top: 0.25rem;
  }
  .mt2-s {
    margin-top: 0.25rem;
  }
  .nt2-s {
    margin-top: -0.25rem;
  }
  .pb2-s {
    padding-bottom: 0.25rem;
  }
  .mb2-s {
    margin-bottom: 0.25rem;
  }
  .nb2-s {
    margin-bottom: -0.25rem;
  }
  .pv2-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .mv2-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .nv2-s {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .ph2-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mh2-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .nh2-s {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .pa3-s {
    padding: 0.5rem;
  }
  .ma3-s {
    margin: 0.5rem;
  }
  .na3-s {
    margin: -0.5rem;
  }
  .pl3-s {
    padding-left: 0.5rem;
  }
  .ml3-s {
    margin-left: 0.5rem;
  }
  .nl3-s {
    margin-left: -0.5rem;
  }
  .pr3-s {
    padding-right: 0.5rem;
  }
  .mr3-s {
    margin-right: 0.5rem;
  }
  .nr3-s {
    margin-right: -0.5rem;
  }
  .pt3-s {
    padding-top: 0.5rem;
  }
  .mt3-s {
    margin-top: 0.5rem;
  }
  .nt3-s {
    margin-top: -0.5rem;
  }
  .pb3-s {
    padding-bottom: 0.5rem;
  }
  .mb3-s {
    margin-bottom: 0.5rem;
  }
  .nb3-s {
    margin-bottom: -0.5rem;
  }
  .pv3-s {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .mv3-s {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .nv3-s {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .ph3-s {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mh3-s {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .nh3-s {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .pa4-s {
    padding: 0.75rem;
  }
  .ma4-s {
    margin: 0.75rem;
  }
  .na4-s {
    margin: -0.75rem;
  }
  .pl4-s {
    padding-left: 0.75rem;
  }
  .ml4-s {
    margin-left: 0.75rem;
  }
  .nl4-s {
    margin-left: -0.75rem;
  }
  .pr4-s {
    padding-right: 0.75rem;
  }
  .mr4-s {
    margin-right: 0.75rem;
  }
  .nr4-s {
    margin-right: -0.75rem;
  }
  .pt4-s {
    padding-top: 0.75rem;
  }
  .mt4-s {
    margin-top: 0.75rem;
  }
  .nt4-s {
    margin-top: -0.75rem;
  }
  .pb4-s {
    padding-bottom: 0.75rem;
  }
  .mb4-s {
    margin-bottom: 0.75rem;
  }
  .nb4-s {
    margin-bottom: -0.75rem;
  }
  .pv4-s {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mv4-s {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .nv4-s {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .ph4-s {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .mh4-s {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .nh4-s {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .pa5-s {
    padding: 1rem;
  }
  .ma5-s {
    margin: 1rem;
  }
  .na5-s {
    margin: -1rem;
  }
  .pl5-s {
    padding-left: 1rem;
  }
  .ml5-s {
    margin-left: 1rem;
  }
  .nl5-s {
    margin-left: -1rem;
  }
  .pr5-s {
    padding-right: 1rem;
  }
  .mr5-s {
    margin-right: 1rem;
  }
  .nr5-s {
    margin-right: -1rem;
  }
  .pt5-s {
    padding-top: 1rem;
  }
  .mt5-s {
    margin-top: 1rem;
  }
  .nt5-s {
    margin-top: -1rem;
  }
  .pb5-s {
    padding-bottom: 1rem;
  }
  .mb5-s {
    margin-bottom: 1rem;
  }
  .nb5-s {
    margin-bottom: -1rem;
  }
  .pv5-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mv5-s {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .nv5-s {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .ph5-s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mh5-s {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .nh5-s {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .pa6-s {
    padding: 1.5rem;
  }
  .ma6-s {
    margin: 1.5rem;
  }
  .na6-s {
    margin: -1.5rem;
  }
  .pl6-s {
    padding-left: 1.5rem;
  }
  .ml6-s {
    margin-left: 1.5rem;
  }
  .nl6-s {
    margin-left: -1.5rem;
  }
  .pr6-s {
    padding-right: 1.5rem;
  }
  .mr6-s {
    margin-right: 1.5rem;
  }
  .nr6-s {
    margin-right: -1.5rem;
  }
  .pt6-s {
    padding-top: 1.5rem;
  }
  .mt6-s {
    margin-top: 1.5rem;
  }
  .nt6-s {
    margin-top: -1.5rem;
  }
  .pb6-s {
    padding-bottom: 1.5rem;
  }
  .mb6-s {
    margin-bottom: 1.5rem;
  }
  .nb6-s {
    margin-bottom: -1.5rem;
  }
  .pv6-s {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mv6-s {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .nv6-s {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .ph6-s {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mh6-s {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .nh6-s {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .pa7-s {
    padding: 2rem;
  }
  .ma7-s {
    margin: 2rem;
  }
  .na7-s {
    margin: -2rem;
  }
  .pl7-s {
    padding-left: 2rem;
  }
  .ml7-s {
    margin-left: 2rem;
  }
  .nl7-s {
    margin-left: -2rem;
  }
  .pr7-s {
    padding-right: 2rem;
  }
  .mr7-s {
    margin-right: 2rem;
  }
  .nr7-s {
    margin-right: -2rem;
  }
  .pt7-s {
    padding-top: 2rem;
  }
  .mt7-s {
    margin-top: 2rem;
  }
  .nt7-s {
    margin-top: -2rem;
  }
  .pb7-s {
    padding-bottom: 2rem;
  }
  .mb7-s {
    margin-bottom: 2rem;
  }
  .nb7-s {
    margin-bottom: -2rem;
  }
  .pv7-s {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mv7-s {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .nv7-s {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .ph7-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mh7-s {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .nh7-s {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .pa8-s {
    padding: 3rem;
  }
  .ma8-s {
    margin: 3rem;
  }
  .na8-s {
    margin: -3rem;
  }
  .pl8-s {
    padding-left: 3rem;
  }
  .ml8-s {
    margin-left: 3rem;
  }
  .nl8-s {
    margin-left: -3rem;
  }
  .pr8-s {
    padding-right: 3rem;
  }
  .mr8-s {
    margin-right: 3rem;
  }
  .nr8-s {
    margin-right: -3rem;
  }
  .pt8-s {
    padding-top: 3rem;
  }
  .mt8-s {
    margin-top: 3rem;
  }
  .nt8-s {
    margin-top: -3rem;
  }
  .pb8-s {
    padding-bottom: 3rem;
  }
  .mb8-s {
    margin-bottom: 3rem;
  }
  .nb8-s {
    margin-bottom: -3rem;
  }
  .pv8-s {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mv8-s {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .nv8-s {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .ph8-s {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mh8-s {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .nh8-s {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .pa9-s {
    padding: 4rem;
  }
  .ma9-s {
    margin: 4rem;
  }
  .na9-s {
    margin: -4rem;
  }
  .pl9-s {
    padding-left: 4rem;
  }
  .ml9-s {
    margin-left: 4rem;
  }
  .nl9-s {
    margin-left: -4rem;
  }
  .pr9-s {
    padding-right: 4rem;
  }
  .mr9-s {
    margin-right: 4rem;
  }
  .nr9-s {
    margin-right: -4rem;
  }
  .pt9-s {
    padding-top: 4rem;
  }
  .mt9-s {
    margin-top: 4rem;
  }
  .nt9-s {
    margin-top: -4rem;
  }
  .pb9-s {
    padding-bottom: 4rem;
  }
  .mb9-s {
    margin-bottom: 4rem;
  }
  .nb9-s {
    margin-bottom: -4rem;
  }
  .pv9-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mv9-s {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .nv9-s {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .ph9-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .mh9-s {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .nh9-s {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .pa10-s {
    padding: 8rem;
  }
  .ma10-s {
    margin: 8rem;
  }
  .na10-s {
    margin: -8rem;
  }
  .pl10-s {
    padding-left: 8rem;
  }
  .ml10-s {
    margin-left: 8rem;
  }
  .nl10-s {
    margin-left: -8rem;
  }
  .pr10-s {
    padding-right: 8rem;
  }
  .mr10-s {
    margin-right: 8rem;
  }
  .nr10-s {
    margin-right: -8rem;
  }
  .pt10-s {
    padding-top: 8rem;
  }
  .mt10-s {
    margin-top: 8rem;
  }
  .nt10-s {
    margin-top: -8rem;
  }
  .pb10-s {
    padding-bottom: 8rem;
  }
  .mb10-s {
    margin-bottom: 8rem;
  }
  .nb10-s {
    margin-bottom: -8rem;
  }
  .pv10-s {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .mv10-s {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .nv10-s {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .ph10-s {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .mh10-s {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .nh10-s {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .pa11-s {
    padding: 16rem;
  }
  .ma11-s {
    margin: 16rem;
  }
  .na11-s {
    margin: -16rem;
  }
  .pl11-s {
    padding-left: 16rem;
  }
  .ml11-s {
    margin-left: 16rem;
  }
  .nl11-s {
    margin-left: -16rem;
  }
  .pr11-s {
    padding-right: 16rem;
  }
  .mr11-s {
    margin-right: 16rem;
  }
  .nr11-s {
    margin-right: -16rem;
  }
  .pt11-s {
    padding-top: 16rem;
  }
  .mt11-s {
    margin-top: 16rem;
  }
  .nt11-s {
    margin-top: -16rem;
  }
  .pb11-s {
    padding-bottom: 16rem;
  }
  .mb11-s {
    margin-bottom: 16rem;
  }
  .nb11-s {
    margin-bottom: -16rem;
  }
  .pv11-s {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .mv11-s {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .nv11-s {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .ph11-s {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .mh11-s {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .nh11-s {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .top-0-s {
    top: 0;
  }
  .right-0-s {
    right: 0;
  }
  .bottom-0-s {
    bottom: 0;
  }
  .left-0-s {
    left: 0;
  }
  .top-1-s {
    top: 1rem;
  }
  .right-1-s {
    right: 1rem;
  }
  .bottom-1-s {
    bottom: 1rem;
  }
  .left-1-s {
    left: 1rem;
  }
  .top-2-s {
    top: 2rem;
  }
  .right-2-s {
    right: 2rem;
  }
  .bottom-2-s {
    bottom: 2rem;
  }
  .left-2-s {
    left: 2rem;
  }
  .top--1-s {
    top: -1rem;
  }
  .right--1-s {
    right: -1rem;
  }
  .bottom--1-s {
    bottom: -1rem;
  }
  .left--1-s {
    left: -1rem;
  }
  .top--2-s {
    top: -2rem;
  }
  .right--2-s {
    right: -2rem;
  }
  .bottom--2-s {
    bottom: -2rem;
  }
  .left--2-s {
    left: -2rem;
  }
  .absolute--fill-s {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cf-s:after,
  .cf-s:before {
    content: " ";
    display: table;
  }
  .cf-s:after {
    clear: both;
  }
  .cf-s {
    *zoom: 1;
  }
  .cl-s {
    clear: left;
  }
  .cr-s {
    clear: right;
  }
  .cb-s {
    clear: both;
  }
  .cn-s {
    clear: none;
  }
  .dn-s {
    display: none;
  }
  .di-s {
    display: inline;
  }
  .db-s {
    display: block;
  }
  .dib-s {
    display: inline-block;
  }
  .dit-s {
    display: inline-table;
  }
  .dt-s {
    display: table;
  }
  .dtc-s {
    display: table-cell;
  }
  .dt-row-s {
    display: table-row;
  }
  .dt-row-group-s {
    display: table-row-group;
  }
  .dt-column-s {
    display: table-column;
  }
  .dt-column-group-s {
    display: table-column-group;
  }
  .dt--fixed-s {
    table-layout: fixed;
    width: 100%;
  }
  .flex-s {
    display: -webkit-box;
    display: flex;
  }
  .inline-flex-s {
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .flex-auto-s {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-s {
    -webkit-box-flex: 0;
    flex: none;
  }
  .flex-column-s {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .flex-column-s,
  .flex-row-s {
    -webkit-box-direction: normal;
  }
  .flex-row-s {
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }
  .flex-wrap-s {
    flex-wrap: wrap;
  }
  .flex-nowrap-s {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-s {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .items-start-s {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .items-end-s {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .items-center-s {
    -webkit-box-align: center;
    align-items: center;
  }
  .items-baseline-s {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .items-stretch-s {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .self-start-s {
    align-self: flex-start;
  }
  .self-end-s {
    align-self: flex-end;
  }
  .self-center-s {
    align-self: center;
  }
  .self-baseline-s {
    align-self: baseline;
  }
  .self-stretch-s {
    align-self: stretch;
  }
  .justify-start-s {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .justify-end-s {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .justify-center-s {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .justify-between-s {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .justify-around-s {
    justify-content: space-around;
  }
  .content-start-s {
    align-content: flex-start;
  }
  .content-end-s {
    align-content: flex-end;
  }
  .content-center-s {
    align-content: center;
  }
  .content-between-s {
    align-content: space-between;
  }
  .content-around-s {
    align-content: space-around;
  }
  .content-stretch-s {
    align-content: stretch;
  }
  .order-0-s {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-1-s {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-2-s {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-3-s {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-4-s {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-5-s {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-6-s {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-7-s {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-8-s {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-last-s {
    -webkit-box-ordinal-group: 100000;
    order: 99999;
  }
  .flex-grow-0-s {
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .flex-grow-1-s {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-s {
    flex-shrink: 0;
  }
  .flex-shrink-1-s {
    flex-shrink: 1;
  }
  .fl-s {
    float: left;
  }
  .fl-s,
  .fr-s {
    _display: inline;
  }
  .fr-s {
    float: right;
  }
  .fn-s {
    float: none;
  }
  .i-s {
    font-style: italic;
  }
  .fs-normal-s {
    font-style: normal;
  }
  .h1-s {
    height: 1rem;
  }
  .h2-s {
    height: 2rem;
  }
  .h3-s {
    height: 4rem;
  }
  .h4-s {
    height: 8rem;
  }
  .h5-s {
    height: 16rem;
  }
  .h-25-s {
    height: 25%;
  }
  .h-50-s {
    height: 50%;
  }
  .h-75-s {
    height: 75%;
  }
  .h-100-s {
    height: 100%;
  }
  .min-h-100-s {
    min-height: 100%;
  }
  .vh-25-s {
    height: 25vh;
  }
  .vh-50-s {
    height: 50vh;
  }
  .vh-75-s {
    height: 75vh;
  }
  .vh-100-s {
    height: 100vh;
  }
  .min-vh-100-s {
    min-height: 100vh;
  }
  .h-auto-s {
    height: auto;
  }
  .h-inherit-s {
    height: inherit;
  }
  .h-small-s {
    height: 2rem;
    box-sizing: border-box;
  }
  .min-h-small-s {
    min-height: 2rem;
    box-sizing: border-box;
  }
  .h-regular-s {
    height: 2.5rem;
    box-sizing: border-box;
  }
  .min-h-regular-s {
    min-height: 2.5rem;
    box-sizing: border-box;
  }
  .h-large-s {
    height: 3rem;
    box-sizing: border-box;
  }
  .min-h-large-s {
    min-height: 3rem;
    box-sizing: border-box;
  }
  .tracked-s {
    letter-spacing: 0.1em;
  }
  .tracked-tight-s {
    letter-spacing: -0.05em;
  }
  .tracked-mega-s {
    letter-spacing: 0.25em;
  }
  .lh-solid-s {
    line-height: 1;
  }
  .lh-title-s {
    line-height: 1.25;
  }
  .lh-copy-s {
    line-height: 1.5;
  }
  .mw1-s {
    max-width: 1rem;
  }
  .mw2-s {
    max-width: 2rem;
  }
  .mw3-s {
    max-width: 4rem;
  }
  .mw4-s {
    max-width: 8rem;
  }
  .mw5-s {
    max-width: 16rem;
  }
  .mw6-s {
    max-width: 32rem;
  }
  .mw7-s {
    max-width: 48rem;
  }
  .mw8-s {
    max-width: 64rem;
  }
  .mw9-s {
    max-width: 96rem;
  }
  .mw-none-s {
    max-width: none;
  }
  .mw-100-s {
    max-width: 100%;
  }
  .o-100-s {
    opacity: 1;
  }
  .o-90-s {
    opacity: 0.9;
  }
  .o-80-s {
    opacity: 0.8;
  }
  .o-70-s {
    opacity: 0.7;
  }
  .o-60-s {
    opacity: 0.6;
  }
  .o-50-s {
    opacity: 0.5;
  }
  .o-40-s {
    opacity: 0.4;
  }
  .o-30-s {
    opacity: 0.3;
  }
  .o-20-s {
    opacity: 0.2;
  }
  .o-10-s {
    opacity: 0.1;
  }
  .o-05-s {
    opacity: 0.05;
  }
  .o-025-s {
    opacity: 0.025;
  }
  .o-0-s {
    opacity: 0;
  }
  .rotate-45-s {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-s {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-s {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-s {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-s {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-s {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-s {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .outline-s {
    outline: 1px solid;
  }
  .outline-transparent-s {
    outline: 1px solid transparent;
  }
  .outline-0-s {
    outline: 0;
  }
  .overflow-visible-s {
    overflow: visible;
  }
  .overflow-hidden-s {
    overflow: hidden;
  }
  .overflow-scroll-s {
    overflow: scroll;
  }
  .overflow-auto-s {
    overflow: auto;
  }
  .overflow-x-visible-s {
    overflow-x: visible;
  }
  .overflow-x-hidden-s {
    overflow-x: hidden;
  }
  .overflow-x-scroll-s {
    overflow-x: scroll;
  }
  .overflow-x-auto-s {
    overflow-x: auto;
  }
  .overflow-y-visible-s {
    overflow-y: visible;
  }
  .overflow-y-hidden-s {
    overflow-y: hidden;
  }
  .overflow-y-scroll-s {
    overflow-y: scroll;
  }
  .overflow-y-auto-s {
    overflow-y: auto;
  }
  .static-s {
    position: static;
  }
  .relative-s {
    position: relative;
  }
  .absolute-s {
    position: absolute;
  }
  .fixed-s {
    position: fixed;
  }
  .sticky-s {
    position: -webkit-sticky;
    position: sticky;
  }
  .strike-s {
    text-decoration: line-through;
  }
  .underline-s {
    text-decoration: underline;
  }
  .no-underline-s {
    text-decoration: none;
  }
  .tl-s {
    text-align: left;
  }
  .tr-s {
    text-align: right;
  }
  .tc-s {
    text-align: center;
  }
  .tj-s {
    text-align: justify;
  }
  .ttc-s {
    text-transform: capitalize;
  }
  .ttl-s {
    text-transform: lowercase;
  }
  .ttu-s {
    text-transform: uppercase;
  }
  .ttn-s {
    text-transform: none;
  }
  .f1-s {
    font-size: 3rem;
  }
  .f2-s {
    font-size: 2.25rem;
  }
  .f3-s {
    font-size: 1.5rem;
  }
  .f4-s {
    font-size: 1.25rem;
  }
  .f5-s {
    font-size: 1rem;
  }
  .f6-s {
    font-size: 0.875rem;
  }
  .f7-s {
    font-size: 0.75rem;
  }
  .measure-s {
    max-width: 30em;
  }
  .measure-wide-s {
    max-width: 34em;
  }
  .measure-narrow-s {
    max-width: 20em;
  }
  .small-caps-s {
    font-variant: small-caps;
  }
  .indent-s {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .truncate-s {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .t-heading-1-s {
    font-size: 2rem;
  }
  .t-heading-1-s,
  .t-heading-2-s {
    font-family: PrimaryFont, sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
  }
  .t-heading-2-s {
    font-size: 1.5rem;
  }
  .t-heading-3-s {
    font-size: 1rem;
  }
  .t-heading-3-s,
  .t-heading-4-s {
    font-family: PrimaryFont, sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
  }
  .t-heading-4-s {
    font-size: 0.875rem;
  }
  .t-heading-5-s {
    font-size: 0.875em;
  }
  .t-heading-5-s,
  .t-heading-6-s {
    font-family: PrimaryFont, sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
  }
  .t-heading-6-s {
    font-size: 0.67em;
  }
  .t-body-s,
  .t-small-s,
  body {
    font-size: 0.875rem;
  }
  .t-body-s,
  .t-mini-s,
  .t-small-s,
  body {
    font-family: PrimaryFont, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
  }
  .t-mini-s {
    font-size: 0.75rem;
  }
  .t-action-s {
    font-size: 1rem;
  }
  .t-action--small-s,
  .t-action-s {
    font-family: PrimaryFont, sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }
  .t-action--small-s {
    font-size: 0.875rem;
  }
  .t-action--large-s {
    font-family: PrimaryFont, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .t-action--large-s,
  .t-code-s {
    text-transform: none;
    letter-spacing: 0;
  }
  .t-code-s {
    font-family: Consolas, monaco, monospace;
    font-size: 1rem;
  }
  .normal-s,
  .t-code-s {
    font-weight: 400;
  }
  .b-s {
    font-weight: 700;
  }
  .fw1-s {
    font-weight: 100;
  }
  .fw2-s {
    font-weight: 200;
  }
  .fw3-s {
    font-weight: 300;
  }
  .fw4-s {
    font-weight: 400;
  }
  .fw5-s {
    font-weight: 500;
  }
  .fw6-s {
    font-weight: 600;
  }
  .fw7-s {
    font-weight: 700;
  }
  .fw8-s {
    font-weight: 800;
  }
  .fw9-s {
    font-weight: 900;
  }
  .clip-s {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-s {
    white-space: normal;
  }
  .nowrap-s {
    white-space: nowrap;
  }
  .pre-s {
    white-space: pre;
  }
  .w1-s {
    width: 1rem;
  }
  .w2-s {
    width: 2rem;
  }
  .w3-s {
    width: 4rem;
  }
  .w4-s {
    width: 8rem;
  }
  .w5-s {
    width: 16rem;
  }
  .w-10-s {
    width: 10%;
  }
  .w-20-s {
    width: 20%;
  }
  .w-25-s {
    width: 25%;
  }
  .w-30-s {
    width: 30%;
  }
  .w-33-s {
    width: 33%;
  }
  .w-34-s {
    width: 34%;
  }
  .w-40-s {
    width: 40%;
  }
  .w-50-s {
    width: 50%;
  }
  .w-60-s {
    width: 60%;
  }
  .w-70-s {
    width: 70%;
  }
  .w-75-s {
    width: 75%;
  }
  .w-80-s {
    width: 80%;
  }
  .w-90-s {
    width: 90%;
  }
  .w-100-s {
    width: 100%;
  }
  .w-third-s {
    width: 33.33333%;
  }
  .w-two-thirds-s {
    width: 66.66667%;
  }
  .w-auto-s {
    width: auto;
  }
  .vw-10-s {
    width: 10vw;
  }
  .vw-20-s {
    width: 20vw;
  }
  .vw-25-s {
    width: 25vw;
  }
  .vw-30-s {
    width: 30vw;
  }
  .vw-33-s {
    width: 33vw;
  }
  .vw-34-s {
    width: 34vw;
  }
  .vw-40-s {
    width: 40vw;
  }
  .vw-50-s {
    width: 50vw;
  }
  .vw-60-s {
    width: 60vw;
  }
  .vw-70-s {
    width: 70vw;
  }
  .vw-75-s {
    width: 75vw;
  }
  .vw-80-s {
    width: 80vw;
  }
  .vw-90-s {
    width: 90vw;
  }
  .vw-100-s {
    width: 100vw;
  }
  .vw-third-s {
    width: 33.33333vw;
  }
  .vw-two-thirds-s {
    width: 66.66667vw;
  }
}
