/* general typography */

.leaflet-container {
  background:#fff;
  font:12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color:#404040;
  color:rgba(0,0,0,0.75);
  outline:0;
  overflow:hidden;
  -ms-touch-action:none;
  }

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

.leaflet-container h1,
.leaflet-container h2,
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5,
.leaflet-container h6,
.leaflet-container p {
  font-size:15px;
  line-height:20px;
  margin:0 0 10px;
  }

.leaflet-container .marker-description img {
  margin-bottom: 10px;
  }

.leaflet-container a {
  color:#3887BE;
  font-weight:normal;
  text-decoration:none;
  }
  .leaflet-container a:hover      { color:#63b6e5; }
  .leaflet-container.dark a       { color:#63b6e5; }
  .leaflet-container.dark a:hover { color:#8fcaec; }

.leaflet-container.dark .mapbox-button,
.leaflet-container .mapbox-button {
  background-color:#3887be;
  display:inline-block;
  height:40px;
  line-height:40px;
  text-decoration:none;
  color:#fff;
  font-size:12px;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
  .leaflet-container.dark .mapbox-button:hover,
  .leaflet-container .mapbox-button:hover {
    color:#fff;
    background-color:#3bb2d0;
    }

/* Base Leaflet
------------------------------------------------------- */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position:absolute;
  left:0;
  top:0;
  }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-drag:none;
  -webkit-user-select:none;
          -ms-user-select:none;
      user-select:none;
  }
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
  }

.leaflet-tile {
  filter:inherit;
  visibility:hidden;
  }
.leaflet-tile-loaded {
  visibility:inherit;
  }
.leaflet-zoom-box {
  width:0;
  height:0;
  }

.leaflet-tile-pane    { z-index:2; }
.leaflet-objects-pane { z-index:3; }
.leaflet-overlay-pane { z-index:4; }
.leaflet-shadow-pane  { z-index:5; }
.leaflet-marker-pane  { z-index:6; }
.leaflet-popup-pane   { z-index:7; }

.leaflet-control {
  position:relative;
  z-index:7;
  pointer-events:auto;
  float:left;
  clear:both;
  }
  .leaflet-right .leaflet-control   { float:right; }
  .leaflet-top .leaflet-control     { margin-top:10px; }
  .leaflet-bottom .leaflet-control  { margin-bottom:10px; }
  .leaflet-left .leaflet-control    { margin-left:10px; }
  .leaflet-right .leaflet-control   { margin-right:10px; }

.leaflet-top,
.leaflet-bottom {
  position:absolute;
  z-index:1000;
  pointer-events:none;
  }
  .leaflet-top    { top:0; }
  .leaflet-right  { right:0; }
  .leaflet-bottom { bottom:0; }
  .leaflet-left   { left:0; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity:0;
  transition:opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-tile-loaded,
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity:1;
    }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition:        transform 0.25s cubic-bezier(0,0,0.25,1);
  }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition:none;
  }
.leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; }

/* cursors */
.leaflet-container {
  cursor:   -moz-grab;
  }
.leaflet-overlay-pane path,
.leaflet-marker-icon,
.leaflet-container.map-clickable,
.leaflet-container.leaflet-clickable {
  cursor:pointer;
  }
.leaflet-popup-pane,
.leaflet-control {
  cursor:auto;
  }
.leaflet-dragging,
.leaflet-dragging .map-clickable,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor:move;
  cursor:   -moz-grabbing;
  }

.leaflet-zoom-box {
  background:#fff;
  border:2px dotted #202020;
  opacity:0.5;
  }

/* general toolbar styles */
.leaflet-control-layers,
.leaflet-bar {
  background-color:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-radius:3px;
  box-shadow:none;
  }
.leaflet-bar a,
.leaflet-bar a:hover {
  color:#404040;
  color:rgba(0,0,0,0.75);
  border-bottom:1px solid #ddd;
  border-bottom-color:rgba(0,0,0,0.10);
  }
  .leaflet-bar a:hover,
  .leaflet-bar a:active {
    background-color:#f8f8f8;
    cursor:pointer;
    }
  .leaflet-bar a:hover:first-child {
    border-radius:3px 3px 0 0;
    }
  .leaflet-bar a:hover:last-child {
    border-bottom:none;
    border-radius:0 0 3px 3px;
    }
  .leaflet-bar a:hover:only-of-type {
    border-radius:3px;
    }

.leaflet-bar .leaflet-disabled {
  cursor:default;
  opacity:0.75;
  }
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display:block;
  content:'';
  text-indent:-999em;
  }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display:none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display:block;
    position:relative;
    }

.leaflet-control-layers-expanded {
  background:#fff;
  padding:6px 10px 6px 6px;
  color:#404040;
  color:rgba(0,0,0,0.75);
  }
.leaflet-control-layers-selector {
  margin-top:2px;
  position:relative;
  top:1px;
  }
.leaflet-control-layers label {
  display: block;
  }
.leaflet-control-layers-separator {
  height:0;
  border-top:1px solid #ddd;
  border-top-color:rgba(0,0,0,0.10);
  margin:5px -10px 5px -6px;
  }

.leaflet-container .leaflet-control-attribution {
  background-color:rgba(255,255,255,0.5);
  margin:0;
  box-shadow:none;
  }
  .leaflet-container .leaflet-control-attribution a,
  .leaflet-container .map-info-container a {
    color:#404040;
    }
    .leaflet-control-attribution a:hover,
    .map-info-container a:hover {
      color:inherit;
      text-decoration:underline;
      }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding:0 5px;
  }
  .leaflet-left .leaflet-control-scale    { margin-left:5px; }
  .leaflet-bottom .leaflet-control-scale  { margin-bottom:5px; }

/* Used for smaller map containers & triggered by container size */
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution { margin:10px; }
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  background:#fff;
  border-radius:3px 13px 13px 3px;
  padding:3px 31px 3px 3px;
  visibility:hidden;
  }
  .leaflet-control-attribution.leaflet-compact-attribution:hover {
    visibility:visible;
    }

.leaflet-control-attribution.leaflet-compact-attribution:after {
  content:'';
  background-color:#fff;
  background-color:rgba(255,255,255,0.5);
  background-position:0 -78px;
  border-radius:50%;
  position:absolute;
  display:inline-block;
  width:26px;
  height:26px;
  vertical-align:middle;
  bottom:0;
  z-index:1;
  visibility:visible;
  cursor:pointer;
  }
  .leaflet-control-attribution.leaflet-compact-attribution:hover:after { background-color:#fff; }

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after { right:0; }
.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after { left:0; }

.leaflet-control-scale-line {
  background-color:rgba(255,255,255,0.5);
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-top:none;
  padding:2px 5px 1px;
  white-space:nowrap;
  overflow:hidden;
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top:2px solid #ddd;
    border-top-color:rgba(0,0,0,0.10);
    border-bottom:none;
    margin-top:-2px;
    }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom:2px solid #777;
    }

/* popup */
.leaflet-popup {
  position:absolute;
  text-align:center;
  pointer-events:none;
  }
.leaflet-popup-content-wrapper {
  padding:1px;
  text-align:left;
  pointer-events:all;
  }
.leaflet-popup-content {
  padding:10px 10px 15px;
  margin:0;
  line-height:inherit;
  }
  .leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding-top:15px;
    }

.leaflet-popup-tip-container {
  width:20px;
  height:20px;
  margin:0 auto;
  position:relative;
  }
.leaflet-popup-tip {
  width:0;
	height:0;
  margin:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
  box-shadow:none;
  }
.leaflet-popup-close-button {
  text-indent:-999em;
  position:absolute;
  top:0;right:0;
  pointer-events:all;
  }
  .leaflet-popup-close-button:hover {
    background-color:#f8f8f8;
    }

.leaflet-popup-scrolled {
  overflow:auto;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  }

/* div icon */
.leaflet-div-icon {
  background:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  }
.leaflet-editing-icon {
  border-radius:3px;
  }

/* Leaflet + Mapbox
------------------------------------------------------- */
.leaflet-bar a,
.mapbox-icon,
.map-tooltip.closable .close,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.mapbox-button-icon:before {
  content:'';
  display:inline-block;
  width:26px;
  height:26px;
  vertical-align:middle;
  background-repeat:no-repeat;
  }
.leaflet-bar a {
  display:block;
  }

.leaflet-control-attribution:after,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  opacity: .75;
  background-image:url(./images/icons-000000@2x.png);
  background-repeat:no-repeat;
  background-size:26px 260px;
  }
  .leaflet-container.dark .leaflet-control-attribution:after,
  .mapbox-button-icon:before,
  .leaflet-container.dark .leaflet-control-zoom-in,
  .leaflet-container.dark .leaflet-control-zoom-out,
  .leaflet-container.dark .leaflet-control-layers-toggle,
  .leaflet-container.dark .mapbox-icon {
    opacity: 1;
    background-image:url(./images/icons-ffffff@2x.png);
    background-size:26px 260px;
    }
  .leaflet-bar .leaflet-control-zoom-in                 { background-position:0 0; }
  .leaflet-bar .leaflet-control-zoom-out                { background-position:0 -26px; }
  .map-tooltip.closable .close,
  .leaflet-popup-close-button {
    background-position:-3px -55px;
    width:20px;
    height:20px;
    border-radius:0 3px 0 0;
    }
  .mapbox-icon-info                                     { background-position:0 -78px; }
  .leaflet-control-layers-toggle                        { background-position:0 -104px; }
  .mapbox-icon.mapbox-icon-share:before, .mapbox-icon.mapbox-icon-share         { background-position:0 -130px; }
  .mapbox-icon.mapbox-icon-geocoder:before, .mapbox-icon.mapbox-icon-geocoder   { background-position:0 -156px; }
  .mapbox-icon-facebook:before, .mapbox-icon-facebook   { background-position:0 -182px; }
  .mapbox-icon-twitter:before, .mapbox-icon-twitter     { background-position:0 -208px; }
  .mapbox-icon-pinterest:before, .mapbox-icon-pinterest { background-position:0 -234px; }

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  background:#fff;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,0.10);
  }
.map-legends,
.map-tooltip {
  max-width:300px;
  }
.map-legends .map-legend {
  padding:10px;
  }
.map-tooltip {
  z-index:999999;
  padding:10px;
  min-width:180px;
  max-height:400px;
  overflow:auto;
  opacity:1;
  transition:opacity 150ms;
  }

.map-tooltip .close {
  text-indent:-999em;
  overflow:hidden;
  display:none;
  }
  .map-tooltip.closable .close {
    position:absolute;
    top:0;right:0;
    border-radius:3px;
    }
    .map-tooltip.closable .close:active  {
      background-color:#f8f8f8;
      }

.leaflet-control-interaction {
  position:absolute;
  top:10px;
  right:10px;
  width:300px;
  }
.leaflet-popup-content .marker-title {
  font-weight:bold;
  }
.leaflet-control .mapbox-button {
  background-color:#fff;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  padding:5px 10px;
  border-radius:3px;
  }

/* Share modal
------------------------------------------------------- */
.mapbox-modal > div {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  overflow-y:auto;
  }
  .mapbox-modal.active > div {
    z-index:99999;
    transition:all .2s, z-index 0 0;
    }

.mapbox-modal .mapbox-modal-mask {
  background:rgba(0,0,0,0.5);
  opacity:0;
  }
  .mapbox-modal.active .mapbox-modal-mask { opacity:1; }

.mapbox-modal .mapbox-modal-content {
  transform:translateY(-100%);
  }
  .mapbox-modal.active .mapbox-modal-content {
    transform:translateY(0);
    }

.mapbox-modal-body {
  position:relative;
  background:#fff;
  padding:20px;
  z-index:1000;
  width:50%;
  margin:20px 0 20px 25%;
  }
.mapbox-share-buttons {
  margin:0 0 20px;
  }
.mapbox-share-buttons a {
  width:33.3333%;
  border-left:1px solid #fff;
  text-align:center;
  border-radius:0;
  }
  .mapbox-share-buttons a:last-child  { border-radius:0 3px 3px 0; }
  .mapbox-share-buttons a:first-child { border:none; border-radius:3px 0 0 3px; }

.mapbox-modal input {
  width:100%;
  height:40px;
  padding:10px;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  color:rgba(0,0,0,0.5);
  }

/* Info Control
------------------------------------------------------- */
.leaflet-control.mapbox-control-info {
  margin:5px 30px 10px 10px;
  min-height:26px;
  }
  .leaflet-right .leaflet-control.mapbox-control-info {
    margin:5px 10px 10px 30px;
    }

.mapbox-info-toggle {
  background-color:#fff;
  background-color:rgba(255,255,255,0.5);
  border-radius:50%;
  position:absolute;
  bottom:0;left:0;
  z-index:1;
  }
  .leaflet-right .mapbox-control-info .mapbox-info-toggle  { left:auto; right:0; }
  .mapbox-info-toggle:hover { background-color:#fff; }

.map-info-container {
  background:#fff;
  padding:3px 5px 3px 27px;
  display:none;
  position:relative;
  bottom:0;left:0;
  border-radius:13px 3px 3px 13px;
  }
  .leaflet-right .map-info-container {
    left:auto;
    right:0;
    padding:3px 27px 3px 5px;
    border-radius:3px 13px 13px 3px;
    }

.mapbox-control-info.active .map-info-container { display:inline-block; }
.leaflet-container .mapbox-improve-map { font-weight:bold; }

/* Geocoder
------------------------------------------------------- */
.leaflet-control-mapbox-geocoder {
  position:relative;
  }
.leaflet-control-mapbox-geocoder.searching {
  opacity:0.75;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background:#fff;
  position:absolute;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  overflow:hidden;
  left:26px;
  height:28px;
  width:0;
  top:-1px;
  border-radius:0 3px 3px 0;
  opacity:0;
  transition:opacity 100ms;
  }
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width:180px;
  opacity:1;
  }
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom:none;
  }
.leaflet-control-mapbox-geocoder-toggle {
  border-radius:3px;
  }
.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background:transparent;
  border:0;
  width:180px;
  padding:0 0 0 10px;
  height:26px;
  outline:none;
  }
.leaflet-control-mapbox-geocoder-results {
  width:180px;
  position:absolute;
  left:26px;
  top:25px;
  border-radius:0 0 3px 3px;
  }
  .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
    background:#fff;
    border:1px solid #999;
    border-color:rgba(0,0,0,0.4);
    }
.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
  padding:0 10px;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:block;
  width:100%;
  font-size:12px;
  line-height:26px;
  text-align:left;
  overflow:hidden;
  }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
  .leaflet-control-mapbox-geocoder-results a:hover {
    background:#f8f8f8;
    opacity:1;
    }

.leaflet-right .leaflet-control-mapbox-geocoder-wrap,
.leaflet-right .leaflet-control-mapbox-geocoder-results {
  left:auto;
  right:26px;
  }
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  border-radius:3px 0 0 3px;
  }
.leaflet-right .leaflet-control-mapbox-geocoder.active,
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius:0 3px 3px 0;
  }

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top:auto;
  bottom:25px;
  border-radius:3px 3px 0 0;
  }

/* Mapbox Logo
------------------------------------------------------- */
.mapbox-logo-true:before {
  content:'';
  display:inline-block;
  width:61px;
  height:19px;
  vertical-align:middle;
}
.mapbox-logo-true {
  background-repeat:no-repeat;
  background-size:61px 19px;
  background-image:url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4=');
}

/* Dark Theme
------------------------------------------------------- */
.leaflet-container.dark .leaflet-bar {
  background-color:#404040;
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-bar a {
    color:#404040;
    border-color:rgba(0,0,0,0.5);
    }
  .leaflet-container.dark .leaflet-bar a:active,
  .leaflet-container.dark .leaflet-bar a:hover {
    background-color:#505050;
    }

.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .mapbox-info-toggle,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .leaflet-control-attribution {
  background-color:rgba(0,0,0,0.5);
  color:#f8f8f8;
  }
  .leaflet-container.dark .leaflet-control-attribution a,
  .leaflet-container.dark .leaflet-control-attribution a:hover,
  .leaflet-container.dark .map-info-container a,
  .leaflet-container.dark .map-info-container a:hover {
    color:#fff;
    }

.leaflet-container.dark .leaflet-control-attribution:hover:after {
  background-color:#000;
  }
.leaflet-container.dark .leaflet-control-layers-list span {
  color:#f8f8f8;
  }
.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color:rgba(255,255,255,0.10);
  }
.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color:#252525;
  color:#404040;
  }
.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
    border-color:#ddd #202020;
    border-color:rgba(0,0,0,0.10) rgba(0,0,0,0.75);
    }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
    border-color:#202020;
    border-color:rgba(0,0,0,0.75);
    }

/* Larger Screens
------------------------------------------------------- */
@media only screen and (max-width:800px) {
.mapbox-modal-body {
  width:83.3333%;
  margin-left:8.3333%;
  }
}

/* Smaller Screens
------------------------------------------------------- */
@media only screen and (max-width:640px) {
.mapbox-modal-body {
  width:100%;
  height:100%;
  margin:0;
  }
}

/* Print
------------------------------------------------------- */
@media print { .mapbox-improve-map { display:none; } }

/* Browser Fixes
------------------------------------------------------- */
/* VML support for IE8 */
.leaflet-vml-shape { width:1px; height:1px; }
.lvml { behavior:url(#default#VML); display:inline-block; position:absolute; }
/* Map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img.leaflet-tile { max-width:none !important; }
/* Markers are broken in FF/IE if you have max-width: 100% on marker images */
.leaflet-container img.leaflet-marker-icon { max-width:none; }
/* Stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer { max-width:15000px !important; }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg { -moz-user-select:none; }
/* Older IEs don't support the translateY property for display animation */
.leaflet-oldie .mapbox-modal .mapbox-modal-content        { display:none; }
.leaflet-oldie .mapbox-modal.active .mapbox-modal-content { display:block; }
.map-tooltip { width:280px\8; /* < IE9 */ }

/* < IE8 */
.leaflet-oldie .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-popup-close-button,
.leaflet-oldie .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .map-tooltip .close,
.leaflet-oldie .map-tooltip .close,
.leaflet-oldie .mapbox-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==');
}
.leaflet-oldie .mapbox-button-icon:before,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .mapbox-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==');
}

.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}
/*
 * This file loads the vendored mapbox css with overrides that allow it to
 * work correctly with the asset pipeline. Images referenced in the css must
 * be overridden with it's `image_path` equivalent, so that the digested
 * image file url is used in non-development modes.
 *

*/
/* line 11, /app/app/assets/stylesheets/vendor/mapbox.scss */
.leaflet-control-attribution:after,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  background-image: url(/assets/mapbox.js/images/icons-000000@2x-afdb797e7bbe4828ad73cd4ab35a07688a410d24e5e092fb447662ea255b279e.png);
}

/* line 21, /app/app/assets/stylesheets/vendor/mapbox.scss */
.leaflet-container.dark .leaflet-control-attribution:after,
.mapbox-button-icon:before,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .mapbox-icon {
  background-image: url(/assets/mapbox.js/images/icons-ffffff@2x-99348ad4d0c5c9f7de7390abcc05ee67202b46af89e2a587812c58b3f839cc7b.png);
}
@charset "UTF-8";
@font-face {
  font-family: 'octicons';
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-000ffd0b89cc0acf1885c8031fab351f939108cee8264bd82b644d3b0ee1d2b1.woff) format("woff"), url(/assets/octicons/octicons/octicons-4fb65511542ca45aa7ef92e9a29e49d2f6ed6d53308a0549c8189bdd68a0853a.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-055dca7f461ae543084ff594f986f7d8cb4136fb8bb57e33ac34907d3364dd1c.svg#octicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon, .mega-octicon {
  font: normal normal normal 16px/1 octicons;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.mega-octicon {
  font-size: 32px;
}

/* line 27, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-alert:before {
  content: '\f02d';
}

/*  */
/* line 28, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-down:before {
  content: '\f03f';
}

/*  */
/* line 29, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-left:before {
  content: '\f040';
}

/*  */
/* line 30, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-right:before {
  content: '\f03e';
}

/*  */
/* line 31, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-down:before {
  content: '\f0a0';
}

/*  */
/* line 32, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-left:before {
  content: '\f0a1';
}

/*  */
/* line 33, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-right:before {
  content: '\f071';
}

/*  */
/* line 34, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-up:before {
  content: '\f09f';
}

/*  */
/* line 35, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-up:before {
  content: '\f03d';
}

/*  */
/* line 36, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-microscope:before,
.octicon-beaker:before {
  content: '\f0dd';
}

/*  */
/* line 38, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bell:before {
  content: '\f0de';
}

/*  */
/* line 39, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bold:before {
  content: '\f0e2';
}

/*  */
/* line 40, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-book:before {
  content: '\f007';
}

/*  */
/* line 41, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bookmark:before {
  content: '\f07b';
}

/*  */
/* line 42, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-briefcase:before {
  content: '\f0d3';
}

/*  */
/* line 43, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-broadcast:before {
  content: '\f048';
}

/*  */
/* line 44, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-browser:before {
  content: '\f0c5';
}

/*  */
/* line 45, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bug:before {
  content: '\f091';
}

/*  */
/* line 46, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-calendar:before {
  content: '\f068';
}

/*  */
/* line 47, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-check:before {
  content: '\f03a';
}

/*  */
/* line 48, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-checklist:before {
  content: '\f076';
}

/*  */
/* line 49, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-down:before {
  content: '\f0a3';
}

/*  */
/* line 50, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-left:before {
  content: '\f0a4';
}

/*  */
/* line 51, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-right:before {
  content: '\f078';
}

/*  */
/* line 52, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-up:before {
  content: '\f0a2';
}

/*  */
/* line 53, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-circle-slash:before {
  content: '\f084';
}

/*  */
/* line 54, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-circuit-board:before {
  content: '\f0d6';
}

/*  */
/* line 55, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clippy:before {
  content: '\f035';
}

/*  */
/* line 56, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clock:before {
  content: '\f046';
}

/*  */
/* line 57, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-cloud-download:before {
  content: '\f00b';
}

/*  */
/* line 58, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-cloud-upload:before {
  content: '\f00c';
}

/*  */
/* line 59, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-code:before {
  content: '\f05f';
}

/*  */
/* line 60, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-comment-add:before,
.octicon-comment:before {
  content: '\f02b';
}

/*  */
/* line 62, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-comment-discussion:before {
  content: '\f04f';
}

/*  */
/* line 63, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-credit-card:before {
  content: '\f045';
}

/*  */
/* line 64, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-dash:before {
  content: '\f0ca';
}

/*  */
/* line 65, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-dashboard:before {
  content: '\f07d';
}

/*  */
/* line 66, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-database:before {
  content: '\f096';
}

/*  */
/* line 67, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clone:before,
.octicon-desktop-download:before {
  content: '\f0dc';
}

/*  */
/* line 69, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-camera:before {
  content: '\f056';
}

/*  */
/* line 70, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-camera-video:before {
  content: '\f057';
}

/*  */
/* line 71, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-desktop:before {
  content: '\f27c';
}

/*  */
/* line 72, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-mobile:before {
  content: '\f038';
}

/*  */
/* line 73, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff:before {
  content: '\f04d';
}

/*  */
/* line 74, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-added:before {
  content: '\f06b';
}

/*  */
/* line 75, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-ignored:before {
  content: '\f099';
}

/*  */
/* line 76, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-modified:before {
  content: '\f06d';
}

/*  */
/* line 77, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-removed:before {
  content: '\f06c';
}

/*  */
/* line 78, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-renamed:before {
  content: '\f06e';
}

/*  */
/* line 79, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-ellipsis:before {
  content: '\f09a';
}

/*  */
/* line 80, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-eye-unwatch:before,
.octicon-eye-watch:before,
.octicon-eye:before {
  content: '\f04e';
}

/*  */
/* line 83, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-binary:before {
  content: '\f094';
}

/*  */
/* line 84, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-code:before {
  content: '\f010';
}

/*  */
/* line 85, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-directory:before {
  content: '\f016';
}

/*  */
/* line 86, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-media:before {
  content: '\f012';
}

/*  */
/* line 87, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-pdf:before {
  content: '\f014';
}

/*  */
/* line 88, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-submodule:before {
  content: '\f017';
}

/*  */
/* line 89, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-symlink-directory:before {
  content: '\f0b1';
}

/*  */
/* line 90, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-symlink-file:before {
  content: '\f0b0';
}

/*  */
/* line 91, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-text:before {
  content: '\f011';
}

/*  */
/* line 92, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-zip:before {
  content: '\f013';
}

/*  */
/* line 93, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-flame:before {
  content: '\f0d2';
}

/*  */
/* line 94, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-fold:before {
  content: '\f0cc';
}

/*  */
/* line 95, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gear:before {
  content: '\f02f';
}

/*  */
/* line 96, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gift:before {
  content: '\f042';
}

/*  */
/* line 97, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist:before {
  content: '\f00e';
}

/*  */
/* line 98, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-secret:before {
  content: '\f08c';
}

/*  */
/* line 99, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-branch-create:before,
.octicon-git-branch-delete:before,
.octicon-git-branch:before {
  content: '\f020';
}

/*  */
/* line 102, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-commit:before {
  content: '\f01f';
}

/*  */
/* line 103, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-compare:before {
  content: '\f0ac';
}

/*  */
/* line 104, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-merge:before {
  content: '\f023';
}

/*  */
/* line 105, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-pull-request-abandoned:before,
.octicon-git-pull-request:before {
  content: '\f009';
}

/*  */
/* line 107, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-globe:before {
  content: '\f0b6';
}

/*  */
/* line 108, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-graph:before {
  content: '\f043';
}

/*  */
/* line 109, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-heart:before {
  content: '\2665';
}

/* ♥ */
/* line 110, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-history:before {
  content: '\f07e';
}

/*  */
/* line 111, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-home:before {
  content: '\f08d';
}

/*  */
/* line 112, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-horizontal-rule:before {
  content: '\f070';
}

/*  */
/* line 113, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-hubot:before {
  content: '\f09d';
}

/*  */
/* line 114, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-inbox:before {
  content: '\f0cf';
}

/*  */
/* line 115, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-info:before {
  content: '\f059';
}

/*  */
/* line 116, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-closed:before {
  content: '\f028';
}

/*  */
/* line 117, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-opened:before {
  content: '\f026';
}

/*  */
/* line 118, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-reopened:before {
  content: '\f027';
}

/*  */
/* line 119, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-italic:before {
  content: '\f0e4';
}

/*  */
/* line 120, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-jersey:before {
  content: '\f019';
}

/*  */
/* line 121, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-key:before {
  content: '\f049';
}

/*  */
/* line 122, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-keyboard:before {
  content: '\f00d';
}

/*  */
/* line 123, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-law:before {
  content: '\f0d8';
}

/*  */
/* line 124, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-light-bulb:before {
  content: '\f000';
}

/*  */
/* line 125, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-link:before {
  content: '\f05c';
}

/*  */
/* line 126, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-link-external:before {
  content: '\f07f';
}

/*  */
/* line 127, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-list-ordered:before {
  content: '\f062';
}

/*  */
/* line 128, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-list-unordered:before {
  content: '\f061';
}

/*  */
/* line 129, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-location:before {
  content: '\f060';
}

/*  */
/* line 130, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-private:before,
.octicon-mirror-private:before,
.octicon-git-fork-private:before,
.octicon-lock:before {
  content: '\f06a';
}

/*  */
/* line 134, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-logo-gist:before {
  content: '\f0ad';
}

/*  */
/* line 135, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-logo-github:before {
  content: '\f092';
}

/*  */
/* line 136, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail:before {
  content: '\f03b';
}

/*  */
/* line 137, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail-read:before {
  content: '\f03c';
}

/*  */
/* line 138, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail-reply:before {
  content: '\f051';
}

/*  */
/* line 139, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mark-github:before {
  content: '\f00a';
}

/*  */
/* line 140, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-markdown:before {
  content: '\f0c9';
}

/*  */
/* line 141, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-megaphone:before {
  content: '\f077';
}

/*  */
/* line 142, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mention:before {
  content: '\f0be';
}

/*  */
/* line 143, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-milestone:before {
  content: '\f075';
}

/*  */
/* line 144, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mirror-public:before,
.octicon-mirror:before {
  content: '\f024';
}

/*  */
/* line 146, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mortar-board:before {
  content: '\f0d7';
}

/*  */
/* line 147, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mute:before {
  content: '\f080';
}

/*  */
/* line 148, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-no-newline:before {
  content: '\f09c';
}

/*  */
/* line 149, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-octoface:before {
  content: '\f008';
}

/*  */
/* line 150, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-organization:before {
  content: '\f037';
}

/*  */
/* line 151, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-package:before {
  content: '\f0c4';
}

/*  */
/* line 152, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-paintcan:before {
  content: '\f0d1';
}

/*  */
/* line 153, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pencil:before {
  content: '\f058';
}

/*  */
/* line 154, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-person-add:before,
.octicon-person-follow:before,
.octicon-person:before {
  content: '\f018';
}

/*  */
/* line 157, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pin:before {
  content: '\f041';
}

/*  */
/* line 158, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-plug:before {
  content: '\f0d4';
}

/*  */
/* line 159, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-create:before,
.octicon-gist-new:before,
.octicon-file-directory-create:before,
.octicon-file-add:before,
.octicon-plus:before {
  content: '\f05d';
}

/*  */
/* line 164, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-primitive-dot:before {
  content: '\f052';
}

/*  */
/* line 165, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-primitive-square:before {
  content: '\f053';
}

/*  */
/* line 166, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pulse:before {
  content: '\f085';
}

/*  */
/* line 167, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-question:before {
  content: '\f02c';
}

/*  */
/* line 168, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-quote:before {
  content: '\f063';
}

/*  */
/* line 169, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-radio-tower:before {
  content: '\f030';
}

/*  */
/* line 170, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-delete:before,
.octicon-repo:before {
  content: '\f001';
}

/*  */
/* line 172, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-clone:before {
  content: '\f04c';
}

/*  */
/* line 173, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-force-push:before {
  content: '\f04a';
}

/*  */
/* line 174, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-fork:before,
.octicon-repo-forked:before {
  content: '\f002';
}

/*  */
/* line 176, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-pull:before {
  content: '\f006';
}

/*  */
/* line 177, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-push:before {
  content: '\f005';
}

/*  */
/* line 178, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-rocket:before {
  content: '\f033';
}

/*  */
/* line 179, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-rss:before {
  content: '\f034';
}

/*  */
/* line 180, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-ruby:before {
  content: '\f047';
}

/*  */
/* line 181, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-search-save:before,
.octicon-search:before {
  content: '\f02e';
}

/*  */
/* line 183, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-server:before {
  content: '\f097';
}

/*  */
/* line 184, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-settings:before {
  content: '\f07c';
}

/*  */
/* line 185, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-shield:before {
  content: '\f0e1';
}

/*  */
/* line 186, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-log-in:before,
.octicon-sign-in:before {
  content: '\f036';
}

/*  */
/* line 188, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-log-out:before,
.octicon-sign-out:before {
  content: '\f032';
}

/*  */
/* line 190, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-smiley:before {
  content: '\f0e7';
}

/*  */
/* line 191, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-squirrel:before {
  content: '\f0b2';
}

/*  */
/* line 192, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-star-add:before,
.octicon-star-delete:before,
.octicon-star:before {
  content: '\f02a';
}

/*  */
/* line 195, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-stop:before {
  content: '\f08f';
}

/*  */
/* line 196, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-sync:before,
.octicon-sync:before {
  content: '\f087';
}

/*  */
/* line 198, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tag-remove:before,
.octicon-tag-add:before,
.octicon-tag:before {
  content: '\f015';
}

/*  */
/* line 201, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tasklist:before {
  content: '\f0e5';
}

/*  */
/* line 202, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-telescope:before {
  content: '\f088';
}

/*  */
/* line 203, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-terminal:before {
  content: '\f0c8';
}

/*  */
/* line 204, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-text-size:before {
  content: '\f0e3';
}

/*  */
/* line 205, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-three-bars:before {
  content: '\f05e';
}

/*  */
/* line 206, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-thumbsdown:before {
  content: '\f0db';
}

/*  */
/* line 207, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-thumbsup:before {
  content: '\f0da';
}

/*  */
/* line 208, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tools:before {
  content: '\f031';
}

/*  */
/* line 209, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-trashcan:before {
  content: '\f0d0';
}

/*  */
/* line 210, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-down:before {
  content: '\f05b';
}

/*  */
/* line 211, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-left:before {
  content: '\f044';
}

/*  */
/* line 212, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-right:before {
  content: '\f05a';
}

/*  */
/* line 213, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-up:before {
  content: '\f0aa';
}

/*  */
/* line 214, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unfold:before {
  content: '\f039';
}

/*  */
/* line 215, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unmute:before {
  content: '\f0ba';
}

/*  */
/* line 216, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unverified:before {
  content: '\f0e8';
}

/*  */
/* line 217, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-verified:before {
  content: '\f0e6';
}

/*  */
/* line 218, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-versions:before {
  content: '\f064';
}

/*  */
/* line 219, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-watch:before {
  content: '\f0e0';
}

/*  */
/* line 220, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-remove-close:before,
.octicon-x:before {
  content: '\f081';
}

/*  */
/* line 222, /app/vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-zap:before {
  content: '\26A1';
}

/* ⚡ */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * Isolated vendored css is served in separate files in development mode:
 *


 *
 */
/*!
 * Primer
 * http://primer.github.io
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* line 1, /app/node_modules/@primer/octicons/index.scss */
.octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, /app/node_modules/@primer/css/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 19, /app/node_modules/@primer/css/base/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, /app/node_modules/@primer/css/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  /* 1 */
  display: block;
}

/* line 46, /app/node_modules/@primer/css/base/normalize.scss */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 54, /app/node_modules/@primer/css/base/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 65, /app/node_modules/@primer/css/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 74, /app/node_modules/@primer/css/base/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 83, /app/node_modules/@primer/css/base/normalize.scss */
template,
[hidden] {
  display: none !important;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 95, /app/node_modules/@primer/css/base/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 104, /app/node_modules/@primer/css/base/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, /app/node_modules/@primer/css/base/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, /app/node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, /app/node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, /app/node_modules/@primer/css/base/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, /app/node_modules/@primer/css/base/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, /app/node_modules/@primer/css/base/normalize.scss */
mark {
  background-color: #ff0;
  color: #1b1f23;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 172, /app/node_modules/@primer/css/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, /app/node_modules/@primer/css/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 189, /app/node_modules/@primer/css/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 193, /app/node_modules/@primer/css/base/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, /app/node_modules/@primer/css/base/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 212, /app/node_modules/@primer/css/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, /app/node_modules/@primer/css/base/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 236, /app/node_modules/@primer/css/base/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, /app/node_modules/@primer/css/base/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, /app/node_modules/@primer/css/base/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 271, /app/node_modules/@primer/css/base/normalize.scss */
optgroup {
  font-weight: 600;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 280, /app/node_modules/@primer/css/base/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 290, /app/node_modules/@primer/css/base/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 301, /app/node_modules/@primer/css/base/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 312, /app/node_modules/@primer/css/base/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 324, /app/node_modules/@primer/css/base/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 335, /app/node_modules/@primer/css/base/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 348, /app/node_modules/@primer/css/base/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 361, /app/node_modules/@primer/css/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 370, /app/node_modules/@primer/css/base/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 380, /app/node_modules/@primer/css/base/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 390, /app/node_modules/@primer/css/base/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 399, /app/node_modules/@primer/css/base/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 408, /app/node_modules/@primer/css/base/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 418, /app/node_modules/@primer/css/base/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 2, /app/node_modules/@primer/css/base/base.scss */
* {
  box-sizing: border-box;
}

/* line 6, /app/node_modules/@primer/css/base/base.scss */
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 15, /app/node_modules/@primer/css/base/base.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #24292e;
  background-color: #fff;
}

/* line 23, /app/node_modules/@primer/css/base/base.scss */
a {
  color: #0366d6;
  text-decoration: none;
}
/* line 27, /app/node_modules/@primer/css/base/base.scss */
a:hover {
  text-decoration: underline;
}

/* line 32, /app/node_modules/@primer/css/base/base.scss */
b,
strong {
  font-weight: 600;
}

/* line 40, /app/node_modules/@primer/css/base/base.scss */
hr,
.rule {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}
/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
hr::before,
.rule::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
hr::after,
.rule::after {
  display: table;
  clear: both;
  content: "";
}

/* line 57, /app/node_modules/@primer/css/base/base.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 62, /app/node_modules/@primer/css/base/base.scss */
td,
th {
  padding: 0;
}

/* line 67, /app/node_modules/@primer/css/base/base.scss */
button {
  cursor: pointer;
  border-radius: 0;
}

/* line 75, /app/node_modules/@primer/css/base/base.scss */
[hidden][hidden] {
  display: none !important;
}

/* line 80, /app/node_modules/@primer/css/base/base.scss */
details summary {
  cursor: pointer;
}
/* line 84, /app/node_modules/@primer/css/base/base.scss */
details:not([open]) > *:not(summary) {
  display: none !important;
}

/* line 4, /app/node_modules/@primer/css/base/kbd.scss */
kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}

/* line 4, /app/node_modules/@primer/css/base/typography-base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14, /app/node_modules/@primer/css/base/typography-base.scss */
h1 {
  font-size: 32px;
  font-weight: 600;
}

/* line 15, /app/node_modules/@primer/css/base/typography-base.scss */
h2 {
  font-size: 24px;
  font-weight: 600;
}

/* line 16, /app/node_modules/@primer/css/base/typography-base.scss */
h3 {
  font-size: 20px;
  font-weight: 600;
}

/* line 17, /app/node_modules/@primer/css/base/typography-base.scss */
h4 {
  font-size: 16px;
  font-weight: 600;
}

/* line 18, /app/node_modules/@primer/css/base/typography-base.scss */
h5 {
  font-size: 14px;
  font-weight: 600;
}

/* line 19, /app/node_modules/@primer/css/base/typography-base.scss */
h6 {
  font-size: 12px;
  font-weight: 600;
}

/* line 24, /app/node_modules/@primer/css/base/typography-base.scss */
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 30, /app/node_modules/@primer/css/base/typography-base.scss */
small {
  font-size: 90%;
}

/* line 35, /app/node_modules/@primer/css/base/typography-base.scss */
blockquote {
  margin: 0;
}

/* line 42, /app/node_modules/@primer/css/base/typography-base.scss */
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 49, /app/node_modules/@primer/css/base/typography-base.scss */
ol ol,
ul ol {
  list-style-type: lower-roman;
}

/* line 54, /app/node_modules/@primer/css/base/typography-base.scss */
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

/* line 61, /app/node_modules/@primer/css/base/typography-base.scss */
dd {
  margin-left: 0;
}

/* line 68, /app/node_modules/@primer/css/base/typography-base.scss */
tt,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

/* line 74, /app/node_modules/@primer/css/base/typography-base.scss */
pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

/* line 86, /app/node_modules/@primer/css/base/typography-base.scss */
.octicon {
  vertical-align: text-bottom;
}

/* line 4, /app/node_modules/@primer/css/box/box.scss */
.Box {
  background-color: #fff;
  border: 1px solid #d1d5da;
  border-radius: 3px;
}

/* line 11, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed {
  line-height: 1.25;
}
/* line 14, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-header {
  padding: 8px 16px;
}
/* line 18, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-body {
  padding: 8px 16px;
}
/* line 22, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-footer {
  padding: 8px 16px;
}
/* line 27, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-btn-octicon.btn-octicon {
  padding: 8px 16px;
  margin: -8px -16px;
  line-height: 1.25;
}
/* line 35, /app/node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-row {
  padding: 8px 16px;
}

/* line 42, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-header {
  padding: 24px;
  line-height: 1.25;
}
/* line 47, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-title {
  font-size: 20px;
}
/* line 51, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-body {
  padding: 24px;
}
/* line 55, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-footer {
  padding: 24px;
}
/* line 60, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-btn-octicon.btn-octicon {
  padding: 24px;
  margin: -24px -24px;
}
/* line 67, /app/node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-row {
  padding: 24px;
}

/* line 73, /app/node_modules/@primer/css/box/box.scss */
.Box-header {
  padding: 16px;
  margin: -1px -1px 0;
  background-color: #f6f8fa;
  border-color: #d1d5da;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 85, /app/node_modules/@primer/css/box/box.scss */
.Box-title {
  font-size: 14px;
  font-weight: 600;
}

/* line 90, /app/node_modules/@primer/css/box/box.scss */
.Box-body {
  padding: 16px;
  border-bottom: 1px solid #e1e4e8;
}
/* line 95, /app/node_modules/@primer/css/box/box.scss */
.Box-body:last-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 106, /app/node_modules/@primer/css/box/box.scss */
.Box-row {
  padding: 16px;
  margin-top: -1px;
  list-style-type: none;
  border-top: 1px solid #e1e4e8;
}
/* line 113, /app/node_modules/@primer/css/box/box.scss */
.Box-row:first-of-type {
  border-top-color: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 121, /app/node_modules/@primer/css/box/box.scss */
.Box-row:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 130, /app/node_modules/@primer/css/box/box.scss */
.Box-row.Box-row--unread, .Box-row.unread {
  box-shadow: 2px 0 0 #0366d6 inset;
}
/* line 139, /app/node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus .Box-row--drag-button {
  color: #0366d6;
  cursor: grab;
  opacity: 100;
}
/* line 146, /app/node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  cursor: grabbing;
}
/* line 151, /app/node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-chosen {
  background-color: #fafbfc;
}
/* line 156, /app/node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost {
  background-color: #f6f8fa;
}
/* line 160, /app/node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
  opacity: 0;
}

/* line 169, /app/node_modules/@primer/css/box/box.scss */
.Box-row--focus-gray.navigation-focus {
  background-color: #f6f8fa;
}

/* line 175, /app/node_modules/@primer/css/box/box.scss */
.Box-row--focus-blue.navigation-focus {
  background-color: #f1f8ff;
}

/* line 181, /app/node_modules/@primer/css/box/box.scss */
.Box-row--hover-gray:hover {
  background-color: #f6f8fa;
}

/* line 187, /app/node_modules/@primer/css/box/box.scss */
.Box-row--hover-blue:hover {
  background-color: #f1f8ff;
}

@media (min-width: 768px) {
  /* line 195, /app/node_modules/@primer/css/box/box.scss */
  .Box-row-link {
    color: #24292e;
    text-decoration: none;
  }
  /* line 201, /app/node_modules/@primer/css/box/box.scss */
  .Box-row-link:hover {
    color: #0366d6;
    text-decoration: none;
  }
}

/* line 211, /app/node_modules/@primer/css/box/box.scss */
.Box-row--drag-button {
  opacity: 0;
}

/* line 215, /app/node_modules/@primer/css/box/box.scss */
.Box-footer {
  padding: 16px;
  margin-top: -1px;
  border-top: 1px solid #e1e4e8;
}

/* line 223, /app/node_modules/@primer/css/box/box.scss */
.Box--scrollable {
  max-height: 324px;
  overflow: scroll;
}

/* line 230, /app/node_modules/@primer/css/box/box.scss */
.Box--blue {
  border-color: #c8e1ff;
}
/* line 233, /app/node_modules/@primer/css/box/box.scss */
.Box--blue .Box-header {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}
/* line 238, /app/node_modules/@primer/css/box/box.scss */
.Box--blue .Box-body {
  border-color: #c8e1ff;
}
/* line 242, /app/node_modules/@primer/css/box/box.scss */
.Box--blue .Box-row {
  border-color: #c8e1ff;
}
/* line 246, /app/node_modules/@primer/css/box/box.scss */
.Box--blue .Box-footer {
  border-color: #c8e1ff;
}

/* line 253, /app/node_modules/@primer/css/box/box.scss */
.Box--danger {
  border-color: #d73a49;
}
/* line 257, /app/node_modules/@primer/css/box/box.scss */
.Box--danger .Box-row:first-of-type {
  border-color: #d73a49;
}
/* line 263, /app/node_modules/@primer/css/box/box.scss */
.Box--danger .Box-body:last-of-type {
  border-color: #d73a49;
}

/* line 269, /app/node_modules/@primer/css/box/box.scss */
.Box-header--blue {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}

/* line 276, /app/node_modules/@primer/css/box/box.scss */
.Box-row--yellow {
  background-color: #fffbdd;
}

/* line 281, /app/node_modules/@primer/css/box/box.scss */
.Box-row--blue {
  background-color: #f1f8ff;
}

/* line 285, /app/node_modules/@primer/css/box/box.scss */
.Box-row--gray {
  background-color: #f6f8fa;
}

/* line 293, /app/node_modules/@primer/css/box/box.scss */
.Box-btn-octicon.btn-octicon {
  padding: 16px 16px;
  margin: -16px -16px;
  line-height: 1.5;
}

/* line 1, /app/node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item {
  display: inline-block;
  margin-left: -0.35em;
  white-space: nowrap;
  list-style: none;
}
/* line 8, /app/node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item::after {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #e1e4e8;
  content: "/";
}
/* line 16, /app/node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item:first-child {
  margin-left: 0;
}

/* line 21, /app/node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected,
.breadcrumb-item[aria-current] {
  color: #586069;
}
/* line 25, /app/node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected::after,
.breadcrumb-item[aria-current]::after {
  content: none;
}

/* line 4, /app/node_modules/@primer/css/buttons/button.scss */
.btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-radius: 0.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 25, /app/node_modules/@primer/css/buttons/button.scss */
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}
/* line 31, /app/node_modules/@primer/css/buttons/button.scss */
.btn .octicon {
  vertical-align: text-top;
}
/* line 36, /app/node_modules/@primer/css/buttons/button.scss */
.btn .Counter {
  color: #586069;
  text-shadow: none;
  background-color: rgba(27, 31, 35, 0.1);
}
/* line 43, /app/node_modules/@primer/css/buttons/button.scss */
.btn:hover {
  text-decoration: none;
  background-repeat: repeat-x;
}
/* line 48, /app/node_modules/@primer/css/buttons/button.scss */
.btn:focus {
  outline: 0;
}
/* line 52, /app/node_modules/@primer/css/buttons/button.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  cursor: default;
  background-position: 0 0;
}
/* line 60, /app/node_modules/@primer/css/buttons/button.scss */
.btn:active, .btn.selected, .btn[aria-selected=true] {
  background-image: none;
}

/* line 67, /app/node_modules/@primer/css/buttons/button.scss */
.btn {
  color: #24292e;
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
/* line 10, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
/* line 15, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn:hover, .btn.hover {
  background-color: #e6ebf1;
  background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.35);
}
/* line 23, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn:active, .btn.selected, .btn[aria-selected=true], [open] > .btn {
  background-color: #e9ecef;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.35);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
/* line 33, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  color: rgba(36, 41, 46, 0.4);
  background-color: #eff3f6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  box-shadow: none;
}

/* line 68, /app/node_modules/@primer/css/buttons/button.scss */
.btn-primary {
  color: #fff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
/* line 45, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4);
}
/* line 50, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-primary:hover, .btn-primary.hover {
  background-color: #269f42;
  background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.5);
}
/* line 58, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-primary:active, .btn-primary.selected, .btn-primary[aria-selected=true], [open] > .btn-primary {
  background-color: #279f43;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
/* line 68, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-primary:disabled, .btn-primary.disabled, .btn-primary[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.75);
  background-color: #94d3a2;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  box-shadow: none;
}
/* line 78, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-primary .Counter {
  color: #29b249;
  background-color: #fff;
}

/* line 69, /app/node_modules/@primer/css/buttons/button.scss */
.btn-blue {
  color: #fff;
  background-color: #0361cc;
  background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%);
}
/* line 45, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
}
/* line 50, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:hover, .btn-blue.hover {
  background-color: #035cc2;
  background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.5);
}
/* line 58, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:active, .btn-blue.selected, .btn-blue[aria-selected=true], [open] > .btn-blue {
  background-color: #045cc1;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
/* line 68, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:disabled, .btn-blue.disabled, .btn-blue[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.75);
  background-color: #81b0e6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  box-shadow: none;
}
/* line 78, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue .Counter {
  color: #0366d6;
  background-color: #fff;
}

/* line 70, /app/node_modules/@primer/css/buttons/button.scss */
.btn-danger {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
/* line 91, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-danger:focus {
  box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4);
}
/* line 95, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #de4450 0%, #cb2431 90%);
  border-color: rgba(27, 31, 35, 0.5);
}
/* line 101, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-danger:hover .Counter {
  color: #fff;
}
/* line 106, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-danger:active, .btn-danger.selected, .btn-danger[aria-selected=true], [open] > .btn-danger {
  color: #fff;
  background-color: #b5202c;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
/* line 117, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-danger:disabled, .btn-danger.disabled, .btn-danger[aria-disabled=true] {
  color: rgba(203, 36, 49, 0.4);
  background-color: #eff3f6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  box-shadow: none;
}

/* line 76, /app/node_modules/@primer/css/buttons/button.scss */
.btn-outline {
  color: #0366d6;
  background-color: #fff;
  background-image: none;
}
/* line 134, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-outline .Counter {
  background-color: rgba(27, 31, 35, 0.07);
}
/* line 138, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-outline:hover, .btn-outline:active, .btn-outline.selected, .btn-outline[aria-selected=true], [open] > .btn-outline {
  color: #fff;
  background-color: #0366d6;
  background-image: none;
  border-color: #0366d6;
}
/* line 148, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-outline:hover .Counter, .btn-outline:active .Counter, .btn-outline.selected .Counter, .btn-outline[aria-selected=true] .Counter, [open] > .btn-outline .Counter {
  color: #0366d6;
  background-color: #fff;
}
/* line 154, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-outline:focus {
  border-color: #0366d6;
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4);
}
/* line 159, /app/node_modules/@primer/css/support/mixins/buttons.scss */
.btn-outline:disabled, .btn-outline.disabled, .btn-outline[aria-disabled=true] {
  color: rgba(27, 31, 35, 0.3);
  background-color: #fff;
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow: none;
}

/* line 81, /app/node_modules/@primer/css/buttons/button.scss */
.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 90, /app/node_modules/@primer/css/buttons/button.scss */
.btn-sm {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 20px;
}

/* line 99, /app/node_modules/@primer/css/buttons/button.scss */
.btn-large {
  padding: 0.75em 1.25em;
  font-size: inherit;
  border-radius: 6px;
}

/* line 109, /app/node_modules/@primer/css/buttons/button.scss */
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 118, /app/node_modules/@primer/css/buttons/button.scss */
.btn-link {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  color: #0366d6;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 131, /app/node_modules/@primer/css/buttons/button.scss */
.btn-link:hover {
  text-decoration: underline;
}
/* line 137, /app/node_modules/@primer/css/buttons/button.scss */
.btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true], .btn-link[aria-disabled=true]:hover {
  color: rgba(88, 96, 105, 0.5);
  cursor: default;
}

/* line 149, /app/node_modules/@primer/css/buttons/button.scss */
.btn-invisible {
  color: #0366d6;
  background-color: #fff;
  background-image: none;
  border: 0;
}
/* line 155, /app/node_modules/@primer/css/buttons/button.scss */
.btn-invisible:hover, .btn-invisible:active, .btn-invisible:focus, .btn-invisible.selected, .btn-invisible[aria-selected=true], .btn-invisible.zeroclipboard-is-hover, .btn-invisible.zeroclipboard-is-active {
  color: #0366d6;
  background: none;
  outline: none;
  box-shadow: none;
}

/* line 172, /app/node_modules/@primer/css/buttons/button.scss */
.btn-octicon {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  line-height: 1;
  color: #586069;
  vertical-align: middle;
  background: transparent;
  border: 0;
}
/* line 186, /app/node_modules/@primer/css/buttons/button.scss */
.btn-octicon:hover {
  color: #0366d6;
}
/* line 188, /app/node_modules/@primer/css/buttons/button.scss */
.btn-octicon.disabled, .btn-octicon[aria-disabled=true] {
  color: #959da5;
  cursor: default;
}
/* line 195, /app/node_modules/@primer/css/buttons/button.scss */
.btn-octicon.disabled:hover, .btn-octicon[aria-disabled=true]:hover {
  color: #959da5;
}

/* line 199, /app/node_modules/@primer/css/buttons/button.scss */
.btn-octicon-danger:hover {
  color: #cb2431;
}

/* line 6, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup {
  display: inline-block;
  vertical-align: middle;
}
/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::after {
  display: table;
  clear: both;
  content: "";
}
/* line 12, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}

/* line 18, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item {
  position: relative;
  float: left;
  border-right-width: 0;
  border-radius: 0;
}
/* line 24, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 29, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:last-child {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 35, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected, .BtnGroup-item[aria-selected=true], .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover {
  border-right-width: 1px;
}
/* line 42, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected + .BtnGroup-item,
.BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item[aria-selected=true] + .BtnGroup-item,
.BtnGroup-item[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 49, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent {
  float: left;
}
/* line 52, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:first-child .BtnGroup-item {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 57, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:last-child .BtnGroup-item {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 63, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}
/* line 73, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected .BtnGroup-item, .BtnGroup-parent[aria-selected=true] .BtnGroup-item, .BtnGroup-parent:focus .BtnGroup-item, .BtnGroup-parent:active .BtnGroup-item, .BtnGroup-parent:hover .BtnGroup-item {
  border-right-width: 1px;
}
/* line 77, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected + .BtnGroup-item,
.BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent[aria-selected=true] + .BtnGroup-item,
.BtnGroup-parent[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 87, /app/node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:focus, .BtnGroup-item:active,
.BtnGroup-parent:focus,
.BtnGroup-parent:active {
  z-index: 1;
}

/* line 6, /app/node_modules/@primer/css/buttons/misc.scss */
.close-button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

/* line 16, /app/node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander {
  display: block;
}
/* line 19, /app/node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander.inline {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}

/* line 29, /app/node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a,
.ellipsis-expander {
  display: inline-block;
  height: 12px;
  padding: 0 5px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 6px;
  color: #444d56;
  text-decoration: none;
  vertical-align: middle;
  background: #dfe2e5;
  border: 0;
  border-radius: 1px;
}
/* line 49, /app/node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:hover,
.ellipsis-expander:hover {
  text-decoration: none;
  background-color: #c6cbd1;
}
/* line 55, /app/node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:active,
.ellipsis-expander:active {
  color: #fff;
  background-color: #2188ff;
}

/* line 65, /app/node_modules/@primer/css/buttons/misc.scss */
.social-count {
  float: left;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 81, /app/node_modules/@primer/css/buttons/misc.scss */
.social-count:hover, .social-count:active {
  text-decoration: none;
}
/* line 86, /app/node_modules/@primer/css/buttons/misc.scss */
.social-count:hover {
  color: #0366d6;
  cursor: pointer;
}

/* line 5, /app/node_modules/@primer/css/table-object/table-object.scss */
.TableObject {
  display: table;
}

/* line 10, /app/node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 18, /app/node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item--primary {
  width: 99%;
}

/* line 8, /app/node_modules/@primer/css/forms/form-control.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 14, /app/node_modules/@primer/css/forms/form-control.scss */
label {
  font-weight: 600;
}

/* line 18, /app/node_modules/@primer/css/forms/form-control.scss */
.form-control,
.form-select {
  min-height: 34px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}
/* line 36, /app/node_modules/@primer/css/forms/form-control.scss */
.form-control.focus, .form-control:focus,
.form-select.focus,
.form-select:focus {
  border-color: #2188ff;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
@media (min-width: 768px) {
  /* line 18, /app/node_modules/@primer/css/forms/form-control.scss */
  .form-control,
  .form-select {
    font-size: 14px;
  }
}

/* line 51, /app/node_modules/@primer/css/forms/form-control.scss */
.input-contrast {
  background-color: #fafbfc;
}
/* line 54, /app/node_modules/@primer/css/forms/form-control.scss */
.input-contrast:focus {
  background-color: #fff;
}

/* line 58, /app/node_modules/@primer/css/forms/form-control.scss */
.input-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}
/* line 64, /app/node_modules/@primer/css/forms/form-control.scss */
.input-dark:-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::placeholder {
  color: inherit;
  opacity: 0.6;
}
/* line 69, /app/node_modules/@primer/css/forms/form-control.scss */
.input-dark.focus, .input-dark:focus {
  border-color: rgba(27, 31, 35, 0.3);
  box-shadow: 0 0 0 0.2em rgba(121, 184, 255, 0.4);
}

/* line 79, /app/node_modules/@primer/css/forms/form-control.scss */
:-ms-input-placeholder {
  color: #6a737d;
}
::-ms-input-placeholder {
  color: #6a737d;
}
::placeholder {
  color: #6a737d;
}

/* line 84, /app/node_modules/@primer/css/forms/form-control.scss */
.input-sm {
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

/* line 96, /app/node_modules/@primer/css/forms/form-control.scss */
.input-lg {
  padding: 4px 10px;
  font-size: 16px;
}

/* line 102, /app/node_modules/@primer/css/forms/form-control.scss */
.input-block {
  display: block;
  width: 100%;
}

/* line 108, /app/node_modules/@primer/css/forms/form-control.scss */
.input-monospace {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

/* line 114, /app/node_modules/@primer/css/forms/form-control.scss */
.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

/* line 126, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}
/* line 134, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox label em.highlight {
  position: relative;
  left: -4px;
  padding: 2px 4px;
  font-style: normal;
  background: #fffbdd;
  border-radius: 3px;
}
/* line 146, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  float: left;
  margin: 5px 0 0 -20px;
  vertical-align: middle;
}
/* line 154, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox .note {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #586069;
}

/* line 163, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details {
  display: none;
}

/* line 170, /app/node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
  display: block;
}

/* line 181, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields {
  margin: 15px 0;
}
/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.hfields::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.hfields::after {
  display: table;
  clear: both;
  content: "";
}
/* line 186, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}
/* line 192, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt label {
  display: inline-block;
  margin: 5px 0 0;
  color: #586069;
}
/* line 199, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt img {
  position: relative;
  top: -2px;
}
/* line 206, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}
/* line 213, /app/node_modules/@primer/css/forms/form-control.scss */
.hfields .form-select {
  margin-top: 5px;
}

/* line 219, /app/node_modules/@primer/css/forms/form-control.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::after {
  display: table;
  clear: both;
  content: "";
}
/* line 230, /app/node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn {
  float: right;
}
/* line 233, /app/node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn + .btn {
  margin-right: 5px;
}

/* line 240, /app/node_modules/@primer/css/forms/form-control.scss */
.form-warning {
  padding: 8px 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #735c0f;
  background: #fffbdd;
  border: 1px solid #d9d0a5;
  border-radius: 3px;
}
/* line 252, /app/node_modules/@primer/css/forms/form-control.scss */
.form-warning p {
  margin: 0;
  line-height: 1.5;
}
/* line 257, /app/node_modules/@primer/css/forms/form-control.scss */
.form-warning a {
  font-weight: 600;
}

/* line 4, /app/node_modules/@primer/css/forms/form-select.scss */
.form-select {
  display: inline-block;
  max-width: 100%;
  height: 34px;
  padding-right: 24px;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 17, /app/node_modules/@primer/css/forms/form-select.scss */
.form-select::-ms-expand {
  opacity: 0;
}
/* line 21, /app/node_modules/@primer/css/forms/form-select.scss */
.form-select[multiple] {
  height: auto;
}

/* line 26, /app/node_modules/@primer/css/forms/form-select.scss */
.select-sm {
  height: 28px;
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
/* line 35, /app/node_modules/@primer/css/forms/form-select.scss */
.select-sm[multiple] {
  height: auto;
  min-height: 0;
}

/* line 7, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group {
  margin: 15px 0;
}
/* line 12, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control {
  width: 440px;
  max-width: 100%;
  margin-right: 5px;
  background-color: #fafbfc;
}
/* line 19, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control:focus {
  background-color: #fff;
}
/* line 23, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.shorter {
  width: 130px;
}
/* line 25, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.short {
  width: 250px;
}
/* line 27, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.long {
  width: 100%;
}
/* line 32, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
}
/* line 37, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control.short {
  height: 50px;
  min-height: 50px;
}
/* line 45, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group dt {
  margin: 0 0 6px;
}
/* line 50, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group label {
  position: relative;
}
/* line 54, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dt {
  float: left;
  margin: 0;
  line-height: 32px;
}
/* line 61, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dd {
  line-height: 32px;
}
/* line 71, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4 {
  margin: 4px 0 0;
}
/* line 74, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-error {
  color: #cb2431;
}
/* line 76, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-success {
  color: #28a745;
}
/* line 78, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4 + .note {
  margin-top: 0;
}
/* line 90, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.required dt label::after {
  padding-left: 5px;
  color: #cb2431;
  content: "*";
}
/* line 102, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group .success,
.form-group .error,
.form-group .indicator {
  display: none;
  font-size: 12px;
  font-weight: 600;
}
/* line 110, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.loading {
  opacity: 0.5;
}
/* line 113, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .indicator {
  display: inline;
}
/* line 117, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .spinner {
  display: inline-block;
  vertical-align: middle;
}
/* line 124, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.successful .success {
  display: inline;
  color: #28a745;
}
/* line 136, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning,
.form-group.warn .error, .form-group.errored .warning,
.form-group.errored .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 5px 8px;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}
/* line 152, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::after, .form-group.warn .warning::before,
.form-group.warn .error::after,
.form-group.warn .error::before, .form-group.errored .warning::after, .form-group.errored .warning::before,
.form-group.errored .error::after,
.form-group.errored .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}
/* line 166, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::after,
.form-group.warn .error::after, .form-group.errored .warning::after,
.form-group.errored .error::after {
  border-width: 5px;
}
/* line 171, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::before,
.form-group.warn .error::before, .form-group.errored .warning::before,
.form-group.errored .error::before {
  margin-left: -1px;
  border-width: 6px;
}
/* line 181, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning {
  color: #735c0f;
  background-color: #fffbdd;
  border-color: #d9d0a5;
}
/* line 188, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::after {
  border-bottom-color: #fffbdd;
}
/* line 193, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::before {
  border-bottom-color: #d9d0a5;
}
/* line 200, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.errored label {
  color: #cb2431;
}
/* line 204, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error {
  color: #86181d;
  background-color: #ffdce0;
  border-color: #cea0a5;
}
/* line 210, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::after {
  border-bottom-color: #ffdce0;
}
/* line 215, /app/node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::before {
  border-bottom-color: #cea0a5;
}

/* line 222, /app/node_modules/@primer/css/forms/form-group.scss */
.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: #586069;
}
/* line 228, /app/node_modules/@primer/css/forms/form-group.scss */
.note .spinner {
  margin-right: 3px;
  vertical-align: middle;
}

/* line 5, /app/node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored {
  padding-right: 30px;
}
/* line 12, /app/node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading {
  background-image: url("/images/spinners/octocat-spinner-16px.gif");
}
/* line 16, /app/node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-successful {
  background-image: url("/images/modules/ajax/success.png");
}
/* line 20, /app/node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-errored {
  background-image: url("/images/modules/ajax/error.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 30, /app/node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored {
    background-size: 16px 16px;
  }
  /* line 36, /app/node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading {
    background-image: url("/images/spinners/octocat-spinner-32.gif");
  }
  /* line 40, /app/node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-successful {
    background-image: url("/images/modules/ajax/success@2x.png");
  }
  /* line 44, /app/node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-errored {
    background-image: url("/images/modules/ajax/error@2x.png");
  }
}
/* line 53, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
/* line 60, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator .octicon {
  display: none;
}

/* line 67, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success::before {
  content: "";
}
/* line 71, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-check {
  display: inline-block;
  color: #28a745;
  fill: #28a745;
}
/* line 78, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-x {
  display: none;
}

/* line 85, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed::before {
  content: "";
}
/* line 89, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-check {
  display: none;
}
/* line 93, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-x {
  display: inline-block;
  color: #cb2431;
  fill: #d73a49;
}

/* line 100, /app/node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-loading {
  width: 16px;
  background-image: url("/images/spinners/octocat-spinner-32-EAF2F5.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
}

/* line 108, /app/node_modules/@primer/css/forms/form-validation.scss */
.inline-form {
  display: inline-block;
}
/* line 111, /app/node_modules/@primer/css/forms/form-validation.scss */
.inline-form .btn-plain {
  background-color: transparent;
  border: 0;
}

/* line 121, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop {
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #586069;
  background-color: #fafbfc;
  border: 1px solid #c3c8cf;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 137, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .default,
.drag-and-drop .loading,
.drag-and-drop .error {
  display: none;
}
/* line 143, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .error {
  color: #cb2431;
}
/* line 148, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop img {
  vertical-align: top;
}

/* line 153, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-default .drag-and-drop .default {
  display: inline-block;
}

/* line 157, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-uploading .drag-and-drop .loading {
  display: inline-block;
}

/* line 161, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-bad-file .drag-and-drop .bad-file {
  display: inline-block;
}

/* line 165, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-duplicate-filename .drag-and-drop .duplicate-filename {
  display: inline-block;
}

/* line 169, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-too-big .drag-and-drop .too-big {
  display: inline-block;
}

/* line 173, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-hidden-file .drag-and-drop .hidden-file {
  display: inline-block;
}

/* line 177, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-empty .drag-and-drop .empty {
  display: inline-block;
}

/* line 181, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-bad-permissions .drag-and-drop .bad-permissions {
  display: inline-block;
}

/* line 185, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-repository-required .drag-and-drop .repository-required {
  display: inline-block;
}

/* line 189, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info {
  font-weight: 400;
  color: #586069;
}
/* line 193, /app/node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info a {
  color: #0366d6;
}

/* line 198, /app/node_modules/@primer/css/forms/form-validation.scss */
.is-failed .drag-and-drop .failed-request {
  display: inline-block;
}

/* line 202, /app/node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser {
  position: absolute;
  width: 240px;
  padding: 5px;
  margin-left: -80px;
  cursor: pointer;
  opacity: 0.0001;
}

/* line 213, /app/node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser:hover + .manual-file-chooser-text {
  text-decoration: underline;
}

/* line 219, /app/node_modules/@primer/css/forms/form-validation.scss */
.btn .manual-file-chooser {
  top: 0;
  padding: 0;
  line-height: 34px;
}

/* line 229, /app/node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled textarea {
  display: block;
  border-bottom: 1px dashed #dfe2e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 237, /app/node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
/* line 241, /app/node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .form-control {
  box-shadow: none;
}
/* line 245, /app/node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .drag-and-drop {
  border-color: #4a9eff;
}

/* line 253, /app/node_modules/@primer/css/forms/form-validation.scss */
.dragover textarea,
.dragover .drag-and-drop {
  box-shadow: #c9ff00 0 0 3px;
}

/* line 259, /app/node_modules/@primer/css/forms/form-validation.scss */
.write-content {
  position: relative;
}

/* line 264, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form {
  position: relative;
}
/* line 267, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .tabnav {
  position: relative;
  padding: 8px 8px 0;
}
/* line 272, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment {
  border: 1px solid #c3c8cf;
}
/* line 277, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment-form-error {
  margin-bottom: 8px;
}
/* line 279, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .write-content,
.previewable-comment-form .preview-content {
  display: none;
  margin: 0 8px 8px;
}
/* line 285, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content {
  display: block;
}
/* line 290, /app/node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 8px;
  resize: vertical;
}

/* line 302, /app/node_modules/@primer/css/forms/form-validation.scss */
.form-action-spacious {
  margin-top: 10px;
}

/* line 311, /app/node_modules/@primer/css/forms/form-validation.scss */
div.composer {
  margin-top: 0;
  border: 0;
}

/* line 317, /app/node_modules/@primer/css/forms/form-validation.scss */
.composer .comment-form-textarea {
  height: 200px;
  min-height: 200px;
}

/* line 323, /app/node_modules/@primer/css/forms/form-validation.scss */
.composer .tabnav {
  margin: 0 0 10px;
}

/* line 329, /app/node_modules/@primer/css/forms/form-validation.scss */
h2.account {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #586069;
}

/* line 338, /app/node_modules/@primer/css/forms/form-validation.scss */
p.explain {
  position: relative;
  font-size: 12px;
  color: #586069;
}
/* line 343, /app/node_modules/@primer/css/forms/form-validation.scss */
p.explain strong {
  color: #24292e;
}
/* line 347, /app/node_modules/@primer/css/forms/form-validation.scss */
p.explain .octicon {
  margin-right: 5px;
  color: #959da5;
}
/* line 354, /app/node_modules/@primer/css/forms/form-validation.scss */
p.explain .minibutton {
  top: -4px;
  float: right;
}

/* line 361, /app/node_modules/@primer/css/forms/form-validation.scss */
.form-group label {
  position: static;
}

/* line 1, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group {
  display: table;
}
/* line 4, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control {
  position: relative;
  width: 100%;
}
/* line 8, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:focus {
  z-index: 2;
}
/* line 12, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control + .btn {
  margin-left: 0;
}
/* line 18, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group.inline {
  display: inline-table;
}

/* line 23, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control,
.input-group-button {
  display: table-cell;
}

/* line 28, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group-button {
  width: 1%;
  vertical-align: middle;
}

/* line 33, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group-button:first-child .btn {
  margin-right: -1px;
}

/* line 44, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, /app/node_modules/@primer/css/forms/input-group.scss */
.input-group-button:last-child .btn {
  margin-left: -1px;
}

/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::after {
  display: table;
  clear: both;
  content: "";
}

/* line 7, /app/node_modules/@primer/css/forms/radio-group.scss */
.radio-label {
  float: left;
  padding: 6px 16px 6px 36px;
  margin-left: -1px;
  font-size: 14px;
  line-height: 20px;
  color: #24292e;
  cursor: pointer;
  border: 1px solid #d1d5da;
}
/* line 20, /app/node_modules/@primer/css/forms/radio-group.scss */
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}
/* line 26, /app/node_modules/@primer/css/forms/radio-group.scss */
.radio-label:first-of-type {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 32, /app/node_modules/@primer/css/forms/radio-group.scss */
.radio-label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 38, /app/node_modules/@primer/css/forms/radio-group.scss */
.radio-input {
  z-index: 3;
  float: left;
  margin: 10px -32px 0 16px;
}

/* line 5, /app/node_modules/@primer/css/layout/container.scss */
.container-sm {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

/* line 12, /app/node_modules/@primer/css/layout/container.scss */
.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

/* line 19, /app/node_modules/@primer/css/layout/container.scss */
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}

/* line 26, /app/node_modules/@primer/css/layout/container.scss */
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* line 4, /app/node_modules/@primer/css/layout/grid.scss */
.col-1 {
  width: 8.3333333333%;
}

/* line 5, /app/node_modules/@primer/css/layout/grid.scss */
.col-2 {
  width: 16.6666666667%;
}

/* line 6, /app/node_modules/@primer/css/layout/grid.scss */
.col-3 {
  width: 25%;
}

/* line 7, /app/node_modules/@primer/css/layout/grid.scss */
.col-4 {
  width: 33.3333333333%;
}

/* line 8, /app/node_modules/@primer/css/layout/grid.scss */
.col-5 {
  width: 41.6666666667%;
}

/* line 9, /app/node_modules/@primer/css/layout/grid.scss */
.col-6 {
  width: 50%;
}

/* line 10, /app/node_modules/@primer/css/layout/grid.scss */
.col-7 {
  width: 58.3333333333%;
}

/* line 11, /app/node_modules/@primer/css/layout/grid.scss */
.col-8 {
  width: 66.6666666667%;
}

/* line 12, /app/node_modules/@primer/css/layout/grid.scss */
.col-9 {
  width: 75%;
}

/* line 13, /app/node_modules/@primer/css/layout/grid.scss */
.col-10 {
  width: 83.3333333333%;
}

/* line 14, /app/node_modules/@primer/css/layout/grid.scss */
.col-11 {
  width: 91.6666666667%;
}

/* line 15, /app/node_modules/@primer/css/layout/grid.scss */
.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  /* line 19, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 20, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 21, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 22, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 23, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 24, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 25, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 27, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 28, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 29, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 30, /app/node_modules/@primer/css/layout/grid.scss */
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 19, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 20, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 21, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 22, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 23, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 24, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 25, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 27, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 28, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 29, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 30, /app/node_modules/@primer/css/layout/grid.scss */
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  /* line 19, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 20, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 21, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 22, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 23, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 24, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 25, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 27, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 28, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 29, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 30, /app/node_modules/@primer/css/layout/grid.scss */
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  /* line 19, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-1 {
    width: 8.3333333333%;
  }

  /* line 20, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-2 {
    width: 16.6666666667%;
  }

  /* line 21, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-3 {
    width: 25%;
  }

  /* line 22, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-4 {
    width: 33.3333333333%;
  }

  /* line 23, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-5 {
    width: 41.6666666667%;
  }

  /* line 24, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-6 {
    width: 50%;
  }

  /* line 25, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-7 {
    width: 58.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-8 {
    width: 66.6666666667%;
  }

  /* line 27, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-9 {
    width: 75%;
  }

  /* line 28, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-10 {
    width: 83.3333333333%;
  }

  /* line 29, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-11 {
    width: 91.6666666667%;
  }

  /* line 30, /app/node_modules/@primer/css/layout/grid.scss */
  .col-xl-12 {
    width: 100%;
  }
}
/* line 46, /app/node_modules/@primer/css/layout/grid.scss */
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}
/* line 40, /app/node_modules/@primer/css/layout/grid.scss */
.gutter > [class*="col-"] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* line 50, /app/node_modules/@primer/css/layout/grid.scss */
.gutter-condensed {
  margin-right: -8px;
  margin-left: -8px;
}
/* line 40, /app/node_modules/@primer/css/layout/grid.scss */
.gutter-condensed > [class*="col-"] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* line 54, /app/node_modules/@primer/css/layout/grid.scss */
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}
/* line 40, /app/node_modules/@primer/css/layout/grid.scss */
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (min-width: 544px) {
  /* line 60, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* line 61, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* line 62, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  /* line 60, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* line 61, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* line 62, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1012px) {
  /* line 60, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* line 61, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* line 62, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) {
  /* line 60, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* line 61, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* line 62, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, /app/node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
/* line 7, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-1 {
  margin-left: 8.3333333333% !important;
}

/* line 8, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-2 {
  margin-left: 16.6666666667% !important;
}

/* line 9, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-3 {
  margin-left: 25% !important;
}

/* line 10, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-4 {
  margin-left: 33.3333333333% !important;
}

/* line 11, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-5 {
  margin-left: 41.6666666667% !important;
}

/* line 12, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-6 {
  margin-left: 50% !important;
}

/* line 13, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-7 {
  margin-left: 58.3333333333% !important;
}

/* line 14, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-8 {
  margin-left: 66.6666666667% !important;
}

/* line 15, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-9 {
  margin-left: 75% !important;
}

/* line 16, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-10 {
  margin-left: 83.3333333333% !important;
}

/* line 17, /app/node_modules/@primer/css/layout/grid-offset.scss */
.offset-11 {
  margin-left: 91.6666666667% !important;
}

@media (min-width: 544px) {
  /* line 7, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 8, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 9, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-3 {
    margin-left: 25% !important;
  }

  /* line 10, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 11, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 12, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-6 {
    margin-left: 50% !important;
  }

  /* line 13, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 14, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 15, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-9 {
    margin-left: 75% !important;
  }

  /* line 16, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 17, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 8, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 9, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-3 {
    margin-left: 25% !important;
  }

  /* line 10, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 11, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 12, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-6 {
    margin-left: 50% !important;
  }

  /* line 13, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 14, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 15, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-9 {
    margin-left: 75% !important;
  }

  /* line 16, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 17, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 1012px) {
  /* line 7, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 8, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 9, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-3 {
    margin-left: 25% !important;
  }

  /* line 10, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 11, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 12, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-6 {
    margin-left: 50% !important;
  }

  /* line 13, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 14, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 15, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-9 {
    margin-left: 75% !important;
  }

  /* line 16, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 17, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 1280px) {
  /* line 7, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 8, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 9, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-3 {
    margin-left: 25% !important;
  }

  /* line 10, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 11, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 12, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-6 {
    margin-left: 50% !important;
  }

  /* line 13, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 14, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 15, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-9 {
    margin-left: 75% !important;
  }

  /* line 16, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 17, /app/node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667% !important;
  }
}
/* line 5, /app/node_modules/@primer/css/navigation/menu.scss */
.menu {
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d1d5da;
  border-radius: 3px;
}

/* line 14, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item {
  position: relative;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px #e1e4e8 solid;
}
/* line 20, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 28, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child::before {
  border-top-left-radius: 2px;
}
/* line 31, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 39, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child::before {
  border-bottom-left-radius: 2px;
}
/* line 42, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item:hover {
  text-decoration: none;
  background-color: #f6f8fa;
}
/* line 47, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected, .menu-item[aria-selected=true], .menu-item[aria-current] {
  font-weight: 600;
  color: #24292e;
  cursor: default;
  background-color: #fff;
}
/* line 55, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected::before, .menu-item[aria-selected=true]::before, .menu-item[aria-current]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background-color: #e36209;
}
/* line 67, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item .octicon {
  width: 16px;
  margin-right: 5px;
  color: #24292e;
  text-align: center;
}
/* line 75, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item .Counter {
  float: right;
  margin-left: 5px;
}
/* line 81, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item .menu-warning {
  float: right;
  color: #86181d;
}
/* line 87, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item .avatar {
  float: left;
  margin-right: 5px;
}
/* line 94, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-item.alert .Counter {
  color: #cb2431;
}

/* line 100, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-heading {
  display: block;
  padding: 8px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #586069;
  background-color: #f3f5f8;
  border-bottom: 1px #e1e4e8 solid;
}
/* line 115, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-heading:hover {
  text-decoration: none;
}
/* line 119, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-heading:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 126, /app/node_modules/@primer/css/navigation/menu.scss */
.menu-heading:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 3, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d5da;
}
/* line 9, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav .Counter {
  margin-left: 5px;
}

/* line 15, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tabs {
  margin-bottom: -1px;
}

/* line 20, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #586069;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
}
/* line 32, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab.selected, .tabnav-tab[aria-selected=true], .tabnav-tab[aria-current] {
  color: #24292e;
  background-color: #fff;
  border-color: #d1d5da;
  border-radius: 3px 3px 0 0;
}
/* line 41, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab:hover, .tabnav-tab:focus {
  color: #24292e;
  text-decoration: none;
}

/* line 53, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra {
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #586069;
}
/* line 62, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra > .octicon {
  margin-right: 2px;
}

/* line 70, /app/node_modules/@primer/css/navigation/tabnav.scss */
a.tabnav-extra:hover {
  color: #0366d6;
  text-decoration: none;
}

/* line 81, /app/node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-btn {
  margin-left: 10px;
}

/* line 4, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-list {
  list-style-type: none;
}
/* line 7, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.small .filter-item {
  padding: 4px 10px;
  margin: 0 0 2px;
  font-size: 12px;
}
/* line 14, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item {
  color: #586069;
  background-color: transparent;
}
/* line 18, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item.pjax-active {
  color: #fff;
  background-color: #0366d6;
}

/* line 25, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-item {
  position: relative;
  display: block;
  padding: 8px 10px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #586069;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}
/* line 40, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-item:hover {
  text-decoration: none;
  background-color: #eaecef;
}
/* line 46, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-item.selected, .filter-item[aria-selected=true], .filter-item[aria-current] {
  color: #fff;
  background-color: #0366d6;
}
/* line 53, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .count {
  float: right;
  font-weight: 600;
}
/* line 58, /app/node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .bar {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  background-color: #eff3f6;
}

/* line 5, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav {
  background-color: #fafbfc;
}

/* line 9, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  color: #586069;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-top: 1px #e1e4e8 solid;
}
/* line 20, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:first-child {
  border-top: 0;
}
/* line 24, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:last-child {
  box-shadow: 0 1px 0 #e1e4e8;
}
/* line 31, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 3px;
  pointer-events: none;
  content: "";
}

/* line 45, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:hover,
.SideNav-item:focus {
  color: #24292e;
  text-decoration: none;
  background-color: #f6f8fa;
  outline: none;
}
/* line 53, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:hover::before,
.SideNav-item:focus::before {
  background-color: #d1d5da;
}

/* line 59, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:active {
  background-color: #fff;
}

/* line 63, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current="page"],
.SideNav-item[aria-selected="true"] {
  font-weight: 500;
  color: #24292e;
  background-color: #fff;
}
/* line 70, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current="page"]::before,
.SideNav-item[aria-selected="true"]::before {
  background-color: #e36209;
}

/* line 80, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-icon {
  width: 16px;
  color: #6a737d;
}

/* line 89, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #0366d6;
  text-align: left;
  background-color: transparent;
  border: 0;
}

/* line 100, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem:hover,
.SideNav-subItem:focus {
  color: #24292e;
  text-decoration: none;
  outline: none;
}

/* line 107, /app/node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem[aria-current="page"],
.SideNav-subItem[aria-selected="true"] {
  font-weight: 500;
  color: #24292e;
}

/* line 3, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav {
  margin-bottom: 20px;
}
/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.subnav::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.subnav::after {
  display: table;
  clear: both;
  content: "";
}

/* line 10, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecef;
}

/* line 16, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-flush {
  margin-bottom: 0;
}

/* line 20, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item {
  position: relative;
  float: left;
  padding: 6px 14px;
  font-weight: 600;
  line-height: 20px;
  color: #586069;
  border: 1px #e1e4e8 solid;
}
/* line 31, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item + .subnav-item {
  margin-left: -1px;
}
/* line 36, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:hover, .subnav-item:focus {
  text-decoration: none;
  background-color: #f6f8fa;
}
/* line 42, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item.selected, .subnav-item[aria-selected=true], .subnav-item[aria-current] {
  z-index: 2;
  color: #fff;
  background-color: #0366d6;
  border-color: #0366d6;
}
/* line 52, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 57, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 63, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search {
  position: relative;
  margin-left: 10px;
}

/* line 69, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input {
  width: 320px;
  padding-left: 30px;
  color: #586069;
}

/* line 76, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input-wide {
  width: 500px;
}

/* line 80, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-icon {
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  color: #c6cbd1;
  text-align: center;
  pointer-events: none;
}

/* line 92, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn {
  color: #444d56;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 98, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected {
  z-index: 2;
}
/* line 106, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search {
  margin-left: -1px;
}
/* line 110, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search .subnav-search-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 116, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal-holder {
  z-index: 30;
}
/* line 120, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal {
  width: 220px;
}
/* line 124, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-item-icon {
  color: inherit;
}

/* line 129, /app/node_modules/@primer/css/navigation/subnav.scss */
.subnav-spacer-right {
  padding-right: 10px;
}

/* line 1, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px #e1e4e8 solid;
  justify-content: space-between;
}

/* line 9, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-body {
  display: flex;
}

/* line 13, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item {
  padding: 16px 8px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #586069;
  text-align: center;
  border: 0;
  border-bottom: 2px solid transparent;
}
/* line 24, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item:hover, .UnderlineNav-item:focus {
  color: #24292e;
  text-decoration: none;
  border-bottom-color: #d1d5da;
  transition: 0.2s ease;
}
/* line 31, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item:hover .UnderlineNav-octicon, .UnderlineNav-item:focus .UnderlineNav-octicon {
  color: #6a737d;
}
/* line 36, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected, .UnderlineNav-item[role=tab][aria-selected=true], .UnderlineNav-item[aria-current] {
  font-weight: 600;
  color: #24292e;
  border-bottom-color: #e36209;
}
/* line 44, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected .UnderlineNav-octicon, .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon, .UnderlineNav-item[aria-current] .UnderlineNav-octicon {
  color: #6a737d;
}

/* line 50, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right {
  justify-content: flex-end;
}
/* line 53, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right .UnderlineNav-item {
  margin-right: 0;
  margin-left: 16px;
}
/* line 58, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right .UnderlineNav-actions {
  flex: 1 1 auto;
}

/* line 63, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-actions {
  align-self: center;
}

/* line 67, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--full {
  display: block;
}

/* line 71, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-octicon {
  color: #959da5;
}

/* line 76, /app/node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-container {
  display: flex;
  justify-content: space-between;
}

/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.pagination::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.pagination::after {
  display: table;
  clear: both;
  content: "";
}
/* line 6, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  position: relative;
  float: left;
  padding: 7px 12px;
  margin-left: -1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #0366d6;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
}
/* line 27, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 33, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination a:last-child,
.pagination span:last-child,
.pagination em:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 39, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  z-index: 2;
  text-decoration: none;
  background-color: #eff3f6;
  border-color: #e1e4e8;
}
/* line 49, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination .selected {
  z-index: 3;
}
/* line 51, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination .current,
.pagination .current:hover,
.pagination [aria-current],
.pagination [aria-current]:hover {
  z-index: 3;
  color: #fff;
  background-color: #0366d6;
  border-color: #0366d6;
}
/* line 61, /app/node_modules/@primer/css/pagination/pagination.scss */
.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: #d1d5da;
  cursor: default;
  background-color: #fafbfc;
}

/* line 75, /app/node_modules/@primer/css/pagination/pagination.scss */
.paginate-container {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 82, /app/node_modules/@primer/css/pagination/pagination.scss */
.paginate-container .pagination {
  display: inline-block;
}

/* line 1, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped {
  position: relative;
}

/* line 6, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.75em;
  font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #1b1f23;
  border-radius: 3px;
  opacity: 0;
}

/* line 29, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #1b1f23;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0;
}

@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 58, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped:hover::before, .tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0.4s;
}

/* line 73, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  animation-delay: 0s;
}

/* line 82, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}

/* line 91, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
/* line 98, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #1b1f23;
}

/* line 110, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 117, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sw::after {
  margin-right: -16px;
}

/* line 125, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}
/* line 132, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: #1b1f23;
}

/* line 144, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 151, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-nw::after {
  margin-right: -16px;
}

/* line 156, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-n::after {
  transform: translateX(50%);
}

/* line 163, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  transform: translateY(50%);
}
/* line 171, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #1b1f23;
}

/* line 184, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  transform: translateY(50%);
}
/* line 192, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: #1b1f23;
}

/* line 206, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}

/* line 213, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::before {
  right: 10px;
}

/* line 219, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-2::before {
  right: 15px;
}

/* line 226, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}

/* line 233, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::before {
  left: 5px;
}

/* line 239, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-2::before {
  left: 10px;
}

/* line 250, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline::after {
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}
/* line 258, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
/* line 265, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}

@media screen and (min-width: 0\0 ) {
  /* line 273, /app/node_modules/@primer/css/tooltips/tooltips.scss */
  .tooltipped-multiline::after {
    width: 250px;
  }
}
/* line 282, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky::before, .tooltipped-sticky::after {
  display: inline-block;
}
/* line 288, /app/node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}

/* line 8, /app/node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-overflow,
.css-truncate .css-truncate-overflow, .css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 18, /app/node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  vertical-align: top;
}
/* line 25, /app/node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable:hover.css-truncate-target {
  max-width: 10000px !important;
}

/* Fade in an element */
/* line 4, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
/* line 9, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in.fast {
  animation-duration: 300ms;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fade out an element */
/* line 25, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
/* line 30, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out.fast {
  animation-duration: 0.3s;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Fade in and slide up an element */
/* line 46, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-up {
  opacity: 0;
  animation-name: fade-up;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

@keyframes fade-up {
  0% {
    opacity: 0.8;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade an element out and slide down */
/* line 68, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-fade-down {
  animation-name: fade-down;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: translateY(100%);
  }
}
/* Grow an element width from 0 to 100% */
/* line 88, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-grow-x {
  width: 0%;
  animation-name: grow-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-delay: 0.5s;
}

@keyframes grow-x {
  to {
    width: 100%;
  }
}
/* Shrink an element from 100% to 0% */
/* line 102, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-shrink-x {
  animation-name: shrink-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

@keyframes shrink-x {
  to {
    width: 0%;
  }
}
/* Fade in an element and scale it fast */
/* line 115, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-scale-in {
  animation-name: scale-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Pulse an element's opacity */
/* line 134, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* Pulse in an element */
/* line 156, /app/node_modules/@primer/css/utilities/animations.scss */
.anim-pulse-in {
  animation-name: pulse-in;
  animation-duration: 0.5s;
}

@keyframes pulse-in {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* Increase scale of an element on hover */
/* line 176, /app/node_modules/@primer/css/utilities/animations.scss */
.hover-grow {
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* line 180, /app/node_modules/@primer/css/utilities/animations.scss */
.hover-grow:hover {
  transform: scale(1.025);
}

/* Add a gray border to the left and right */
/* line 5, /app/node_modules/@primer/css/utilities/borders.scss */
.border-x {
  border-right: 1px #e1e4e8 solid !important;
  border-left: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the top and bottom */
/* line 11, /app/node_modules/@primer/css/utilities/borders.scss */
.border-y {
  border-top: 1px #e1e4e8 solid !important;
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Responsive gray borders */
/* Add a gray border on all sides at/above this breakpoint */
/* line 20, /app/node_modules/@primer/css/utilities/borders.scss */
.border {
  border: 1px #e1e4e8 solid !important;
}

/* Set the border width to 0 on all sides at/above this breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/borders.scss */
.border-0 {
  border: 0 !important;
}

/* Add a gray border to the top */
/* line 25, /app/node_modules/@primer/css/utilities/borders.scss */
.border-top {
  border-top: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the right */
/* line 27, /app/node_modules/@primer/css/utilities/borders.scss */
.border-right {
  border-right: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the bottom */
/* line 29, /app/node_modules/@primer/css/utilities/borders.scss */
.border-bottom {
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the left */
/* line 31, /app/node_modules/@primer/css/utilities/borders.scss */
.border-left {
  border-left: 1px #e1e4e8 solid !important;
}

/* Remove the top border */
/* line 34, /app/node_modules/@primer/css/utilities/borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* Remove the right border */
/* line 36, /app/node_modules/@primer/css/utilities/borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* Remove the bottom border */
/* line 38, /app/node_modules/@primer/css/utilities/borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* Remove the left border */
/* line 40, /app/node_modules/@primer/css/utilities/borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* Remove the border-radius */
/* line 44, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* Add a border-radius to all corners */
/* line 46, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-1 {
  border-radius: 3px !important;
}

/* Add a 2x border-radius to all corners */
/* line 48, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-2 {
  border-radius: 6px !important;
}

/* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-top-1 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

/* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-top-2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

/* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-right-1 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-right-2 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

/* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

/* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-left-1 {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

/* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
.rounded-left-2 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

@media (min-width: 544px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  /* line 25, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  /* line 27, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  /* line 29, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  /* line 31, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  /* line 34, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  /* line 36, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  /* line 38, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  /* line 40, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  /* line 44, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  /* line 46, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  /* line 48, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-2 {
    border-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 768px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  /* line 25, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  /* line 27, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  /* line 29, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  /* line 31, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  /* line 34, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  /* line 36, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  /* line 38, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  /* line 40, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-md-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  /* line 44, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  /* line 46, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  /* line 48, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-2 {
    border-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 1012px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  /* line 25, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  /* line 27, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  /* line 29, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  /* line 31, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  /* line 34, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  /* line 36, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  /* line 38, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  /* line 40, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  /* line 44, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  /* line 46, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  /* line 48, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-2 {
    border-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 1280px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  /* line 25, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  /* line 27, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  /* line 29, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  /* line 31, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  /* line 34, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  /* line 36, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  /* line 38, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  /* line 40, /app/node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  /* line 44, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  /* line 46, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  /* line 48, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-2 {
    border-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  /* line 51, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  /* line 57, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  /* line 63, /app/node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
/* Add a 50% border-radius to make something into a circle */
/* line 73, /app/node_modules/@primer/css/utilities/borders.scss */
.circle {
  border-radius: 50% !important;
}

/* Change the border style to dashed, in conjunction with another utility */
/* line 76, /app/node_modules/@primer/css/utilities/borders.scss */
.border-dashed {
  border-style: dashed !important;
}

/* Use with .border to turn the border blue */
/* line 82, /app/node_modules/@primer/css/utilities/borders.scss */
.border-blue {
  border-color: #0366d6 !important;
}

/* Use with .border to turn the border blue-light */
/* line 84, /app/node_modules/@primer/css/utilities/borders.scss */
.border-blue-light {
  border-color: #c8e1ff !important;
}

/* Use with .border to turn the border green */
/* line 86, /app/node_modules/@primer/css/utilities/borders.scss */
.border-green {
  border-color: #34d058 !important;
}

/* Use with .border to turn the border green light */
/* line 88, /app/node_modules/@primer/css/utilities/borders.scss */
.border-green-light {
  border-color: #a2cbac !important;
}

/* Use with .border to turn the border red */
/* line 90, /app/node_modules/@primer/css/utilities/borders.scss */
.border-red {
  border-color: #d73a49 !important;
}

/* Use with .border to turn the border red-light */
/* line 92, /app/node_modules/@primer/css/utilities/borders.scss */
.border-red-light {
  border-color: #cea0a5 !important;
}

/* Use with .border to turn the border purple */
/* line 94, /app/node_modules/@primer/css/utilities/borders.scss */
.border-purple {
  border-color: #6f42c1 !important;
}

/* Use with .border to turn the border yellow */
/* line 96, /app/node_modules/@primer/css/utilities/borders.scss */
.border-yellow {
  border-color: #d9d0a5 !important;
}

/* Use with .border to turn the border gray-light */
/* line 98, /app/node_modules/@primer/css/utilities/borders.scss */
.border-gray-light {
  border-color: #eaecef !important;
}

/* Use with .border to turn the border gray-dark */
/* line 100, /app/node_modules/@primer/css/utilities/borders.scss */
.border-gray-dark {
  border-color: #d1d5da !important;
}

/* Use with .border to turn the border rgba black 0.15 */
/* line 103, /app/node_modules/@primer/css/utilities/borders.scss */
.border-black-fade {
  border-color: rgba(27, 31, 35, 0.15) !important;
}

/* Use with .border to turn the border rgba white 0.15 */
/* line 105, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Use with .border to turn the border white w/varying transparency */
/* line 108, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 110, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 112, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 114, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 116, /app/node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-85 {
  border-color: rgba(255, 255, 255, 0.85) !important;
}

/* line 5, /app/node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow {
  box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important;
}

/* line 9, /app/node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-medium {
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important;
}

/* line 13, /app/node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-large {
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
}

/* line 17, /app/node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-extra-large {
  box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important;
}

/* line 23, /app/node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-none {
  box-shadow: none !important;
}

/* Set the background to $bg-white */
/* line 6, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-white {
  background-color: #fff !important;
}

/* Set the background to $bg-blue */
/* line 8, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue {
  background-color: #0366d6 !important;
}

/* Set the background to $bg-blue-light */
/* line 10, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-light {
  background-color: #f1f8ff !important;
}

/* Set the background to $bg-gray-dark */
/* line 12, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-dark {
  background-color: #24292e !important;
}

/* Set the background to $bg-gray */
/* line 14, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray {
  background-color: #f6f8fa !important;
}

/* Set the background to $bg-gray-light */
/* line 16, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-light {
  background-color: #fafbfc !important;
}

/* Set the background to $bg-green */
/* line 18, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green {
  background-color: #28a745 !important;
}

/* Set the background to $bg-green-light */
/* line 20, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-light {
  background-color: #dcffe4 !important;
}

/* Set the background to $bg-red */
/* line 22, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red {
  background-color: #d73a49 !important;
}

/* Set the background to $bg-red-light */
/* line 24, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-light {
  background-color: #ffdce0 !important;
}

/* Set the background to $bg-yellow */
/* line 26, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow {
  background-color: #ffd33d !important;
}

/* Set the background to $bg-yellow-light */
/* line 28, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-light {
  background-color: #fff5b1 !important;
}

/* Set the background to $bg-yellow-dark */
/* line 30, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-dark {
  background-color: #dbab09 !important;
}

/* Set the background to $bg-purple */
/* line 32, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* Set the background to $bg-pink */
/* line 34, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink {
  background-color: #ea4aaa !important;
}

/* Set the background to $bg-purple-light */
/* line 36, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-light {
  background-color: #f5f0ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-0 {
  color: #fafbfc !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-0 {
  background-color: #fafbfc !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-1 {
  color: #f6f8fa !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-1 {
  background-color: #f6f8fa !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-2 {
  color: #e1e4e8 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-2 {
  background-color: #e1e4e8 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-3 {
  color: #d1d5da !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-3 {
  background-color: #d1d5da !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-4 {
  color: #959da5 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-4 {
  background-color: #959da5 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-5 {
  color: #6a737d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-5 {
  background-color: #6a737d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-6 {
  color: #586069 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-6 {
  background-color: #586069 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-7 {
  color: #444d56 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-7 {
  background-color: #444d56 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-8 {
  color: #2f363d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-8 {
  background-color: #2f363d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-gray-9 {
  color: #24292e !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-gray-9 {
  background-color: #24292e !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-0 {
  color: #f1f8ff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-0 {
  background-color: #f1f8ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-1 {
  color: #dbedff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-1 {
  background-color: #dbedff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-2 {
  color: #c8e1ff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-2 {
  background-color: #c8e1ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-3 {
  color: #79b8ff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-3 {
  background-color: #79b8ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-4 {
  color: #2188ff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-4 {
  background-color: #2188ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-5 {
  color: #0366d6 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-5 {
  background-color: #0366d6 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-6 {
  color: #005cc5 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-6 {
  background-color: #005cc5 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-7 {
  color: #044289 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-7 {
  background-color: #044289 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-8 {
  color: #032f62 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-8 {
  background-color: #032f62 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-blue-9 {
  color: #05264c !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-blue-9 {
  background-color: #05264c !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-0 {
  color: #f0fff4 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-0 {
  background-color: #f0fff4 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-1 {
  color: #dcffe4 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-1 {
  background-color: #dcffe4 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-2 {
  color: #bef5cb !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-2 {
  background-color: #bef5cb !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-3 {
  color: #85e89d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-3 {
  background-color: #85e89d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-4 {
  color: #34d058 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-4 {
  background-color: #34d058 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-5 {
  color: #28a745 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-5 {
  background-color: #28a745 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-6 {
  color: #22863a !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-6 {
  background-color: #22863a !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-7 {
  color: #176f2c !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-7 {
  background-color: #176f2c !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-8 {
  color: #165c26 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-8 {
  background-color: #165c26 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-green-9 {
  color: #144620 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-green-9 {
  background-color: #144620 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-0 {
  color: #fffdef !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-0 {
  background-color: #fffdef !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-1 {
  color: #fffbdd !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-1 {
  background-color: #fffbdd !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-2 {
  color: #fff5b1 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-2 {
  background-color: #fff5b1 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-3 {
  color: #ffea7f !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-3 {
  background-color: #ffea7f !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-4 {
  color: #ffdf5d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-4 {
  background-color: #ffdf5d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-5 {
  color: #ffd33d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-5 {
  background-color: #ffd33d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-6 {
  color: #f9c513 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-6 {
  background-color: #f9c513 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-7 {
  color: #dbab09 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-7 {
  background-color: #dbab09 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-8 {
  color: #b08800 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-8 {
  background-color: #b08800 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-yellow-9 {
  color: #735c0f !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-9 {
  background-color: #735c0f !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-0 {
  color: #fff8f2 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-0 {
  background-color: #fff8f2 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-1 {
  color: #ffebda !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-1 {
  background-color: #ffebda !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-2 {
  color: #ffd1ac !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-2 {
  background-color: #ffd1ac !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-3 {
  color: #ffab70 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-3 {
  background-color: #ffab70 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-4 {
  color: #fb8532 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-4 {
  background-color: #fb8532 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-5 {
  color: #f66a0a !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-5 {
  background-color: #f66a0a !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-6 {
  color: #e36209 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-6 {
  background-color: #e36209 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-7 {
  color: #d15704 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-7 {
  background-color: #d15704 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-8 {
  color: #c24e00 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-8 {
  background-color: #c24e00 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-orange-9 {
  color: #a04100 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-orange-9 {
  background-color: #a04100 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-0 {
  color: #ffeef0 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-0 {
  background-color: #ffeef0 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-1 {
  color: #ffdce0 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-1 {
  background-color: #ffdce0 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-2 {
  color: #fdaeb7 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-2 {
  background-color: #fdaeb7 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-3 {
  color: #f97583 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-3 {
  background-color: #f97583 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-4 {
  color: #ea4a5a !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-4 {
  background-color: #ea4a5a !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-5 {
  color: #d73a49 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-5 {
  background-color: #d73a49 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-6 {
  color: #cb2431 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-6 {
  background-color: #cb2431 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-7 {
  color: #b31d28 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-7 {
  background-color: #b31d28 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-8 {
  color: #9e1c23 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-8 {
  background-color: #9e1c23 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-red-9 {
  color: #86181d !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-red-9 {
  background-color: #86181d !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-0 {
  color: #f5f0ff !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-0 {
  background-color: #f5f0ff !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-1 {
  color: #e6dcfd !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-1 {
  background-color: #e6dcfd !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-2 {
  color: #d1bcf9 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-2 {
  background-color: #d1bcf9 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-3 {
  color: #b392f0 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-3 {
  background-color: #b392f0 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-4 {
  color: #8a63d2 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-4 {
  background-color: #8a63d2 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-5 {
  color: #6f42c1 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-5 {
  background-color: #6f42c1 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-6 {
  color: #5a32a3 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-6 {
  background-color: #5a32a3 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-7 {
  color: #4c2889 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-7 {
  background-color: #4c2889 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-8 {
  color: #3a1d6e !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-8 {
  background-color: #3a1d6e !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-purple-9 {
  color: #29134e !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-purple-9 {
  background-color: #29134e !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-0 {
  color: #ffeef8 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-0 {
  background-color: #ffeef8 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-1 {
  color: #fedbf0 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-1 {
  background-color: #fedbf0 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-2 {
  color: #f9b3dd !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-2 {
  background-color: #f9b3dd !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-3 {
  color: #f692ce !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-3 {
  background-color: #f692ce !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-4 {
  color: #ec6cb9 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-4 {
  background-color: #ec6cb9 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-5 {
  color: #ea4aaa !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-5 {
  background-color: #ea4aaa !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-6 {
  color: #d03592 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-6 {
  background-color: #d03592 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-7 {
  color: #b93a86 !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-7 {
  background-color: #b93a86 !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-8 {
  color: #99306f !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-8 {
  background-color: #99306f !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/colors.scss */
.color-pink-9 {
  color: #6d224f !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-pink-9 {
  background-color: #6d224f !important;
}

/* line 46, /app/node_modules/@primer/css/utilities/colors.scss */
.bg-shade-gradient {
  background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 200px !important;
}

/* Set the text color to $text-blue */
/* line 54, /app/node_modules/@primer/css/utilities/colors.scss */
.text-blue {
  color: #0366d6 !important;
}

/* Set the text color to $text-red */
/* line 56, /app/node_modules/@primer/css/utilities/colors.scss */
.text-red {
  color: #cb2431 !important;
}

/* Set the text color to $text-gray-light */
/* line 58, /app/node_modules/@primer/css/utilities/colors.scss */
.text-gray-light, .breadcrumb-item::after {
  color: #6a737d !important;
}

/* Set the text color to $text-gray */
/* line 60, /app/node_modules/@primer/css/utilities/colors.scss */
.text-gray {
  color: #586069 !important;
}

/* Set the text color to $text-gray-dark */
/* line 62, /app/node_modules/@primer/css/utilities/colors.scss */
.text-gray-dark {
  color: #24292e !important;
}

/* Set the text color to $text-green */
/* line 64, /app/node_modules/@primer/css/utilities/colors.scss */
.text-green {
  color: #28a745 !important;
}

/* Set the text color to $text-yellow */
/* line 66, /app/node_modules/@primer/css/utilities/colors.scss */
.text-yellow {
  color: #b08800 !important;
}

/* Set the text color to $text-orange */
/* line 68, /app/node_modules/@primer/css/utilities/colors.scss */
.text-orange {
  color: #a04100 !important;
}

/* Set the text color to $text-orange-light */
/* line 70, /app/node_modules/@primer/css/utilities/colors.scss */
.text-orange-light {
  color: #e36209 !important;
}

/* Set the text color to $text-purple */
/* line 72, /app/node_modules/@primer/css/utilities/colors.scss */
.text-purple {
  color: #6f42c1 !important;
}

/* Set the text color to $text-pink */
/* line 74, /app/node_modules/@primer/css/utilities/colors.scss */
.text-pink {
  color: #ea4aaa !important;
}

/* Set the text color to $text-white */
/* line 76, /app/node_modules/@primer/css/utilities/colors.scss */
.text-white {
  color: #fff !important;
}

/* Set the text color to inherit */
/* line 78, /app/node_modules/@primer/css/utilities/colors.scss */
.text-inherit {
  color: inherit !important;
}

/* line 82, /app/node_modules/@primer/css/utilities/colors.scss */
.link-gray {
  color: #586069 !important;
}
/* line 85, /app/node_modules/@primer/css/utilities/colors.scss */
.link-gray:hover {
  color: #0366d6 !important;
}

/* line 91, /app/node_modules/@primer/css/utilities/colors.scss */
.link-gray-dark {
  color: #24292e !important;
}
/* line 94, /app/node_modules/@primer/css/utilities/colors.scss */
.link-gray-dark:hover {
  color: #0366d6 !important;
}

/* Set the link color to $text-blue on hover
  Useful when you want only part of a link to turn blue on hover */
/* line 102, /app/node_modules/@primer/css/utilities/colors.scss */
.link-hover-blue:hover {
  color: #0366d6 !important;
}

/* Make a link $text-gray, then $text-blue on hover and removes the underline */
/* line 108, /app/node_modules/@primer/css/utilities/colors.scss */
.muted-link {
  color: #586069 !important;
}
/* line 111, /app/node_modules/@primer/css/utilities/colors.scss */
.muted-link:hover {
  color: #0366d6 !important;
  text-decoration: none;
}

/* line 3, /app/node_modules/@primer/css/utilities/details.scss */
.details-overlay[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

/* line 16, /app/node_modules/@primer/css/utilities/details.scss */
.details-overlay-dark[open] > summary::before {
  z-index: 99;
  background: rgba(27, 31, 35, 0.5);
}

/* line 23, /app/node_modules/@primer/css/utilities/details.scss */
.details-reset > summary {
  list-style: none;
}
/* line 25, /app/node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::before {
  display: none;
}
/* line 27, /app/node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::-webkit-details-marker {
  display: none;
}

/* line 7, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 8, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 9, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 10, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 12, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 13, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 15, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-start {
  justify-content: flex-start !important;
}

/* line 16, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-end {
  justify-content: flex-end !important;
}

/* line 17, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-center {
  justify-content: center !important;
}

/* line 18, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-between {
  justify-content: space-between !important;
}

/* line 19, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-around {
  justify-content: space-around !important;
}

/* line 21, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-start {
  align-items: flex-start !important;
}

/* line 22, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-end {
  align-items: flex-end !important;
}

/* line 23, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-center {
  align-items: center !important;
}

/* line 24, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-baseline {
  align-items: baseline !important;
}

/* line 25, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-stretch {
  align-items: stretch !important;
}

/* line 27, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-start {
  align-content: flex-start !important;
}

/* line 28, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-end {
  align-content: flex-end !important;
}

/* line 29, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-center {
  align-content: center !important;
}

/* line 30, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-between {
  align-content: space-between !important;
}

/* line 31, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-around {
  align-content: space-around !important;
}

/* line 32, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-stretch {
  align-content: stretch !important;
}

/* line 35, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-1 {
  flex: 1 !important;
}

/* line 36, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-auto {
  flex: auto !important;
}

/* line 37, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 38, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 40, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-auto {
  align-self: auto !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-start {
  align-self: flex-start !important;
}

/* line 42, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-end {
  align-self: flex-end !important;
}

/* line 43, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-center {
  align-self: center !important;
}

/* line 44, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-baseline {
  align-self: baseline !important;
}

/* line 45, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-stretch {
  align-self: stretch !important;
}

/* line 47, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-1 {
  order: 1 !important;
}

/* line 48, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-2 {
  order: 2 !important;
}

/* line 49, /app/node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-none {
  order: inherit !important;
}

@media (min-width: 544px) {
  /* line 7, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 10, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 12, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 13, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 15, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-start {
    justify-content: flex-start !important;
  }

  /* line 16, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-end {
    justify-content: flex-end !important;
  }

  /* line 17, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-center {
    justify-content: center !important;
  }

  /* line 18, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-between {
    justify-content: space-between !important;
  }

  /* line 19, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-around {
    justify-content: space-around !important;
  }

  /* line 21, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-start {
    align-items: flex-start !important;
  }

  /* line 22, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-end {
    align-items: flex-end !important;
  }

  /* line 23, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-center {
    align-items: center !important;
  }

  /* line 24, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-baseline {
    align-items: baseline !important;
  }

  /* line 25, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-stretch {
    align-items: stretch !important;
  }

  /* line 27, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-start {
    align-content: flex-start !important;
  }

  /* line 28, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-end {
    align-content: flex-end !important;
  }

  /* line 29, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-center {
    align-content: center !important;
  }

  /* line 30, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-between {
    align-content: space-between !important;
  }

  /* line 31, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-around {
    align-content: space-around !important;
  }

  /* line 32, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-stretch {
    align-content: stretch !important;
  }

  /* line 35, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-1 {
    flex: 1 !important;
  }

  /* line 36, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-auto {
    flex: auto !important;
  }

  /* line 37, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 38, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 40, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-auto {
    align-self: auto !important;
  }

  /* line 41, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-start {
    align-self: flex-start !important;
  }

  /* line 42, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-end {
    align-self: flex-end !important;
  }

  /* line 43, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-center {
    align-self: center !important;
  }

  /* line 44, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-baseline {
    align-self: baseline !important;
  }

  /* line 45, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-stretch {
    align-self: stretch !important;
  }

  /* line 47, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-1 {
    order: 1 !important;
  }

  /* line 48, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-2 {
    order: 2 !important;
  }

  /* line 49, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-none {
    order: inherit !important;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 10, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 12, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 13, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 15, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-start {
    justify-content: flex-start !important;
  }

  /* line 16, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-end {
    justify-content: flex-end !important;
  }

  /* line 17, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-center {
    justify-content: center !important;
  }

  /* line 18, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-between {
    justify-content: space-between !important;
  }

  /* line 19, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-around {
    justify-content: space-around !important;
  }

  /* line 21, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-start {
    align-items: flex-start !important;
  }

  /* line 22, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-end {
    align-items: flex-end !important;
  }

  /* line 23, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-center {
    align-items: center !important;
  }

  /* line 24, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-baseline {
    align-items: baseline !important;
  }

  /* line 25, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-stretch {
    align-items: stretch !important;
  }

  /* line 27, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-start {
    align-content: flex-start !important;
  }

  /* line 28, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-end {
    align-content: flex-end !important;
  }

  /* line 29, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-center {
    align-content: center !important;
  }

  /* line 30, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-between {
    align-content: space-between !important;
  }

  /* line 31, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-around {
    align-content: space-around !important;
  }

  /* line 32, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-stretch {
    align-content: stretch !important;
  }

  /* line 35, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-1 {
    flex: 1 !important;
  }

  /* line 36, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-auto {
    flex: auto !important;
  }

  /* line 37, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 38, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 40, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-auto {
    align-self: auto !important;
  }

  /* line 41, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-start {
    align-self: flex-start !important;
  }

  /* line 42, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-end {
    align-self: flex-end !important;
  }

  /* line 43, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-center {
    align-self: center !important;
  }

  /* line 44, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-baseline {
    align-self: baseline !important;
  }

  /* line 45, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-stretch {
    align-self: stretch !important;
  }

  /* line 47, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-1 {
    order: 1 !important;
  }

  /* line 48, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-2 {
    order: 2 !important;
  }

  /* line 49, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-none {
    order: inherit !important;
  }
}
@media (min-width: 1012px) {
  /* line 7, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 10, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 12, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 13, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 15, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-start {
    justify-content: flex-start !important;
  }

  /* line 16, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-end {
    justify-content: flex-end !important;
  }

  /* line 17, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-center {
    justify-content: center !important;
  }

  /* line 18, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-between {
    justify-content: space-between !important;
  }

  /* line 19, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-around {
    justify-content: space-around !important;
  }

  /* line 21, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-start {
    align-items: flex-start !important;
  }

  /* line 22, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-end {
    align-items: flex-end !important;
  }

  /* line 23, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-center {
    align-items: center !important;
  }

  /* line 24, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-baseline {
    align-items: baseline !important;
  }

  /* line 25, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-stretch {
    align-items: stretch !important;
  }

  /* line 27, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-start {
    align-content: flex-start !important;
  }

  /* line 28, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-end {
    align-content: flex-end !important;
  }

  /* line 29, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-center {
    align-content: center !important;
  }

  /* line 30, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-between {
    align-content: space-between !important;
  }

  /* line 31, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-around {
    align-content: space-around !important;
  }

  /* line 32, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-stretch {
    align-content: stretch !important;
  }

  /* line 35, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-1 {
    flex: 1 !important;
  }

  /* line 36, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-auto {
    flex: auto !important;
  }

  /* line 37, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 38, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 40, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-auto {
    align-self: auto !important;
  }

  /* line 41, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-start {
    align-self: flex-start !important;
  }

  /* line 42, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-end {
    align-self: flex-end !important;
  }

  /* line 43, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-center {
    align-self: center !important;
  }

  /* line 44, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-baseline {
    align-self: baseline !important;
  }

  /* line 45, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-stretch {
    align-self: stretch !important;
  }

  /* line 47, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-1 {
    order: 1 !important;
  }

  /* line 48, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-2 {
    order: 2 !important;
  }

  /* line 49, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-none {
    order: inherit !important;
  }
}
@media (min-width: 1280px) {
  /* line 7, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 10, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 12, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 13, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 15, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-start {
    justify-content: flex-start !important;
  }

  /* line 16, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-end {
    justify-content: flex-end !important;
  }

  /* line 17, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-center {
    justify-content: center !important;
  }

  /* line 18, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-between {
    justify-content: space-between !important;
  }

  /* line 19, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-around {
    justify-content: space-around !important;
  }

  /* line 21, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-start {
    align-items: flex-start !important;
  }

  /* line 22, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-end {
    align-items: flex-end !important;
  }

  /* line 23, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-center {
    align-items: center !important;
  }

  /* line 24, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-baseline {
    align-items: baseline !important;
  }

  /* line 25, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-stretch {
    align-items: stretch !important;
  }

  /* line 27, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-start {
    align-content: flex-start !important;
  }

  /* line 28, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-end {
    align-content: flex-end !important;
  }

  /* line 29, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-center {
    align-content: center !important;
  }

  /* line 30, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-between {
    align-content: space-between !important;
  }

  /* line 31, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-around {
    align-content: space-around !important;
  }

  /* line 32, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-stretch {
    align-content: stretch !important;
  }

  /* line 35, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-1 {
    flex: 1 !important;
  }

  /* line 36, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-auto {
    flex: auto !important;
  }

  /* line 37, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 38, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 40, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-auto {
    align-self: auto !important;
  }

  /* line 41, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-start {
    align-self: flex-start !important;
  }

  /* line 42, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-end {
    align-self: flex-end !important;
  }

  /* line 43, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-center {
    align-self: center !important;
  }

  /* line 44, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-baseline {
    align-self: baseline !important;
  }

  /* line 45, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-stretch {
    align-self: stretch !important;
  }

  /* line 47, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-1 {
    order: 1 !important;
  }

  /* line 48, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-2 {
    order: 2 !important;
  }

  /* line 49, /app/node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-none {
    order: inherit !important;
  }
}
/* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
.position-static {
  position: static !important;
}

/* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
.position-relative {
  position: relative !important;
}

/* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
.position-absolute {
  position: absolute !important;
}

/* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 544px) {
  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-sm-static {
    position: static !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-sm-relative {
    position: relative !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-sm-absolute {
    position: absolute !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-sm-fixed {
    position: fixed !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-md-static {
    position: static !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-md-relative {
    position: relative !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-md-absolute {
    position: absolute !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-md-fixed {
    position: fixed !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1012px) {
  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-lg-static {
    position: static !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-lg-relative {
    position: relative !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-lg-absolute {
    position: absolute !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-lg-fixed {
    position: fixed !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1280px) {
  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-xl-static {
    position: static !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-xl-relative {
    position: relative !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-xl-absolute {
    position: absolute !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-xl-fixed {
    position: fixed !important;
  }

  /* line 8, /app/node_modules/@primer/css/utilities/layout.scss */
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
/* Set top 0 */
/* line 16, /app/node_modules/@primer/css/utilities/layout.scss */
.top-0 {
  top: 0 !important;
}

/* Set right 0 */
/* line 18, /app/node_modules/@primer/css/utilities/layout.scss */
.right-0 {
  right: 0 !important;
}

/* Set bottom 0 */
/* line 20, /app/node_modules/@primer/css/utilities/layout.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* Set left 0 */
/* line 22, /app/node_modules/@primer/css/utilities/layout.scss */
.left-0 {
  left: 0 !important;
}

/* Vertical align middle */
/* line 25, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-middle {
  vertical-align: middle !important;
}

/* Vertical align top */
/* line 27, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-top {
  vertical-align: top !important;
}

/* Vertical align bottom */
/* line 29, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-bottom {
  vertical-align: bottom !important;
}

/* Vertical align to the top of the text */
/* line 31, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-text-top {
  vertical-align: text-top !important;
}

/* Vertical align to the bottom of the text */
/* line 33, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-text-bottom {
  vertical-align: text-bottom !important;
}

/* Vertical align to the parent's baseline */
/* line 35, /app/node_modules/@primer/css/utilities/layout.scss */
.v-align-baseline {
  vertical-align: baseline !important;
}

/* line 39, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 40, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 39, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 40, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 39, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 40, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 39, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 40, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 41, /app/node_modules/@primer/css/utilities/layout.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* Clear floats around the element */
/* line 48, /app/node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::before {
  display: table;
  content: "";
}
/* line 53, /app/node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* Float to the left */
/* line 54, /app/node_modules/@primer/css/utilities/layout.scss */
.float-left {
  float: left !important;
}

/* Float to the right */
/* line 56, /app/node_modules/@primer/css/utilities/layout.scss */
.float-right {
  float: right !important;
}

/* No float */
/* line 58, /app/node_modules/@primer/css/utilities/layout.scss */
.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* Float to the left */
  /* line 54, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-sm-left {
    float: left !important;
  }

  /* Float to the right */
  /* line 56, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-sm-right {
    float: right !important;
  }

  /* No float */
  /* line 58, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* Float to the left */
  /* line 54, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-md-left {
    float: left !important;
  }

  /* Float to the right */
  /* line 56, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-md-right {
    float: right !important;
  }

  /* No float */
  /* line 58, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1012px) {
  /* Float to the left */
  /* line 54, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-lg-left {
    float: left !important;
  }

  /* Float to the right */
  /* line 56, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-lg-right {
    float: right !important;
  }

  /* No float */
  /* line 58, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  /* Float to the left */
  /* line 54, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-xl-left {
    float: left !important;
  }

  /* Float to the right */
  /* line 56, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-xl-right {
    float: right !important;
  }

  /* No float */
  /* line 58, /app/node_modules/@primer/css/utilities/layout.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* Max width 100% */
/* line 65, /app/node_modules/@primer/css/utilities/layout.scss */
.width-fit {
  max-width: 100% !important;
}

/* Set the width to 100% */
/* line 67, /app/node_modules/@primer/css/utilities/layout.scss */
.width-full {
  width: 100% !important;
}

/* Max height 100% */
/* line 69, /app/node_modules/@primer/css/utilities/layout.scss */
.height-fit {
  max-height: 100% !important;
}

/* Set the height to 100% */
/* line 71, /app/node_modules/@primer/css/utilities/layout.scss */
.height-full {
  height: 100% !important;
}

/* Remove min-width from element */
/* line 74, /app/node_modules/@primer/css/utilities/layout.scss */
.min-width-0 {
  min-width: 0 !important;
}

/* line 80, /app/node_modules/@primer/css/utilities/layout.scss */
.width-auto {
  width: auto !important;
}

/* Set the direction to rtl */
/* line 83, /app/node_modules/@primer/css/utilities/layout.scss */
.direction-rtl {
  direction: rtl !important;
}

/* Set the direction to ltr */
/* line 85, /app/node_modules/@primer/css/utilities/layout.scss */
.direction-ltr {
  direction: ltr !important;
}

@media (min-width: 544px) {
  /* line 80, /app/node_modules/@primer/css/utilities/layout.scss */
  .width-sm-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  /* line 83, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  /* line 85, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 768px) {
  /* line 80, /app/node_modules/@primer/css/utilities/layout.scss */
  .width-md-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  /* line 83, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-md-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  /* line 85, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-md-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1012px) {
  /* line 80, /app/node_modules/@primer/css/utilities/layout.scss */
  .width-lg-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  /* line 83, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  /* line 85, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1280px) {
  /* line 80, /app/node_modules/@primer/css/utilities/layout.scss */
  .width-xl-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  /* line 83, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  /* line 85, /app/node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-ltr {
    direction: ltr !important;
  }
}
/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
.m-6 {
  margin: 40px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-6 {
  margin-top: 40px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-6 {
  margin-right: 40px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-6 {
  margin-bottom: 40px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-6 {
  margin-left: 40px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
.mt-n6 {
  margin-top: -40px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
.mr-n6 {
  margin-right: -40px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
.mb-n6 {
  margin-bottom: -40px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
.ml-n6 {
  margin-left: -40px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* responsive horizontal auto margins */
/* line 45, /app/node_modules/@primer/css/utilities/margin.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-sm-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  /* line 45, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-md-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  /* line 45, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-lg-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  /* line 45, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/margin.scss */
  .m-xl-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, /app/node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, /app/node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, /app/node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, /app/node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, /app/node_modules/@primer/css/utilities/margin.scss */
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  /* line 45, /app/node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
.p-6 {
  padding: 40px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
.pt-6 {
  padding-top: 40px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
.pr-6 {
  padding-right: 40px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
.pb-6 {
  padding-bottom: 40px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
.pl-6 {
  padding-left: 40px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-sm-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-md-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-md-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-md-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-md-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-md-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-lg-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-xl-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  /* line 12, /app/node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  /* line 14, /app/node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, /app/node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  /* line 18, /app/node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, /app/node_modules/@primer/css/utilities/padding.scss */
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, /app/node_modules/@primer/css/utilities/padding.scss */
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
/* line 36, /app/node_modules/@primer/css/utilities/padding.scss */
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 544px) {
  /* line 36, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1012px) {
  /* line 36, /app/node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Set the font size to 26px */
/* line 19, /app/node_modules/@primer/css/utilities/typography.scss */
.h1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  /* line 19, /app/node_modules/@primer/css/utilities/typography.scss */
  .h1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 27, /app/node_modules/@primer/css/utilities/typography.scss */
.h2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  /* line 27, /app/node_modules/@primer/css/utilities/typography.scss */
  .h2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 35, /app/node_modules/@primer/css/utilities/typography.scss */
.h3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  /* line 35, /app/node_modules/@primer/css/utilities/typography.scss */
  .h3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 43, /app/node_modules/@primer/css/utilities/typography.scss */
.h4 {
  font-size: 16px !important;
}

/* Set the font size to 14px */
/* line 48, /app/node_modules/@primer/css/utilities/typography.scss */
.h5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 53, /app/node_modules/@primer/css/utilities/typography.scss */
.h6 {
  font-size: 12px !important;
}

/* line 56, /app/node_modules/@primer/css/utilities/typography.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
}

/* Set the font size to 26px */
/* line 65, /app/node_modules/@primer/css/utilities/typography.scss */
.f1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  /* line 65, /app/node_modules/@primer/css/utilities/typography.scss */
  .f1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 73, /app/node_modules/@primer/css/utilities/typography.scss */
.f2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  /* line 73, /app/node_modules/@primer/css/utilities/typography.scss */
  .f2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 81, /app/node_modules/@primer/css/utilities/typography.scss */
.f3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  /* line 81, /app/node_modules/@primer/css/utilities/typography.scss */
  .f3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 89, /app/node_modules/@primer/css/utilities/typography.scss */
.f4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  /* line 89, /app/node_modules/@primer/css/utilities/typography.scss */
  .f4 {
    font-size: 16px !important;
  }
}

/* Set the font size to 14px */
/* line 96, /app/node_modules/@primer/css/utilities/typography.scss */
.f5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 98, /app/node_modules/@primer/css/utilities/typography.scss */
.f6 {
  font-size: 12px !important;
}

/* Set the font size to 40px and weight to light */
/* line 102, /app/node_modules/@primer/css/utilities/typography.scss */
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  /* line 102, /app/node_modules/@primer/css/utilities/typography.scss */
  .f00-light {
    font-size: 48px !important;
  }
}

/* Set the font size to 32px and weight to light */
/* line 111, /app/node_modules/@primer/css/utilities/typography.scss */
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  /* line 111, /app/node_modules/@primer/css/utilities/typography.scss */
  .f0-light {
    font-size: 40px !important;
  }
}

/* Set the font size to 26px and weight to light */
/* line 120, /app/node_modules/@primer/css/utilities/typography.scss */
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  /* line 120, /app/node_modules/@primer/css/utilities/typography.scss */
  .f1-light {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px and weight to light */
/* line 129, /app/node_modules/@primer/css/utilities/typography.scss */
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  /* line 129, /app/node_modules/@primer/css/utilities/typography.scss */
  .f2-light {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px and weight to light */
/* line 139, /app/node_modules/@primer/css/utilities/typography.scss */
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  /* line 139, /app/node_modules/@primer/css/utilities/typography.scss */
  .f3-light {
    font-size: 20px !important;
  }
}

/* Set the font size to ${#h6-size} */
/* line 149, /app/node_modules/@primer/css/utilities/typography.scss */
.text-small {
  font-size: 12px !important;
}

/* Large leading paragraphs */
/* line 152, /app/node_modules/@primer/css/utilities/typography.scss */
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #586069;
}

/* Set the line height to ultra condensed */
/* line 168, /app/node_modules/@primer/css/utilities/typography.scss */
.lh-condensed-ultra {
  line-height: 1 !important;
}

/* Set the line height to condensed */
/* line 170, /app/node_modules/@primer/css/utilities/typography.scss */
.lh-condensed {
  line-height: 1.25 !important;
}

/* Set the line height to default */
/* line 172, /app/node_modules/@primer/css/utilities/typography.scss */
.lh-default {
  line-height: 1.5 !important;
}

/* Set the line height to zero */
/* line 174, /app/node_modules/@primer/css/utilities/typography.scss */
.lh-0 {
  line-height: 0 !important;
}

@media (min-width: 544px) {
  /* Set the line height to ultra condensed */
  /* line 168, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed-ultra {
    line-height: 1 !important;
  }

  /* Set the line height to condensed */
  /* line 170, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed {
    line-height: 1.25 !important;
  }

  /* Set the line height to default */
  /* line 172, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-default {
    line-height: 1.5 !important;
  }

  /* Set the line height to zero */
  /* line 174, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 768px) {
  /* Set the line height to ultra condensed */
  /* line 168, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed-ultra {
    line-height: 1 !important;
  }

  /* Set the line height to condensed */
  /* line 170, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed {
    line-height: 1.25 !important;
  }

  /* Set the line height to default */
  /* line 172, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-md-default {
    line-height: 1.5 !important;
  }

  /* Set the line height to zero */
  /* line 174, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-md-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 1012px) {
  /* Set the line height to ultra condensed */
  /* line 168, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed-ultra {
    line-height: 1 !important;
  }

  /* Set the line height to condensed */
  /* line 170, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed {
    line-height: 1.25 !important;
  }

  /* Set the line height to default */
  /* line 172, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-default {
    line-height: 1.5 !important;
  }

  /* Set the line height to zero */
  /* line 174, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 1280px) {
  /* Set the line height to ultra condensed */
  /* line 168, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed-ultra {
    line-height: 1 !important;
  }

  /* Set the line height to condensed */
  /* line 170, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed {
    line-height: 1.25 !important;
  }

  /* Set the line height to default */
  /* line 172, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-default {
    line-height: 1.5 !important;
  }

  /* Set the line height to zero */
  /* line 174, /app/node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-0 {
    line-height: 0 !important;
  }
}
/* Text align to the right */
/* line 183, /app/node_modules/@primer/css/utilities/typography.scss */
.text-right {
  text-align: right !important;
}

/* Text align to the left */
/* line 185, /app/node_modules/@primer/css/utilities/typography.scss */
.text-left {
  text-align: left !important;
}

/* Text align to the center */
/* line 187, /app/node_modules/@primer/css/utilities/typography.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* Text align to the right */
  /* line 183, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* Text align to the left */
  /* line 185, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* Text align to the center */
  /* line 187, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* Text align to the right */
  /* line 183, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* Text align to the left */
  /* line 185, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* Text align to the center */
  /* line 187, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1012px) {
  /* Text align to the right */
  /* line 183, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* Text align to the left */
  /* line 185, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* Text align to the center */
  /* line 187, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  /* Text align to the right */
  /* line 183, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* Text align to the left */
  /* line 185, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* Text align to the center */
  /* line 187, /app/node_modules/@primer/css/utilities/typography.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* Set the font weight to normal */
/* line 193, /app/node_modules/@primer/css/utilities/typography.scss */
.text-normal {
  font-weight: 400 !important;
}

/* Set the font weight to bold */
/* line 195, /app/node_modules/@primer/css/utilities/typography.scss */
.text-bold {
  font-weight: 600 !important;
}

/* Set the font to italic */
/* line 197, /app/node_modules/@primer/css/utilities/typography.scss */
.text-italic {
  font-style: italic !important;
}

/* Make text uppercase */
/* line 199, /app/node_modules/@primer/css/utilities/typography.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* Underline text */
/* line 201, /app/node_modules/@primer/css/utilities/typography.scss */
.text-underline {
  text-decoration: underline !important;
}

/* Don't underline text */
/* line 203, /app/node_modules/@primer/css/utilities/typography.scss */
.no-underline {
  text-decoration: none !important;
}

/* Don't wrap white space */
/* line 205, /app/node_modules/@primer/css/utilities/typography.scss */
.no-wrap {
  white-space: nowrap !important;
}

/* Normal white space */
/* line 207, /app/node_modules/@primer/css/utilities/typography.scss */
.ws-normal {
  white-space: normal !important;
}

/* Force long "words" to wrap if they exceed the width of the container */
/* line 210, /app/node_modules/@primer/css/utilities/typography.scss */
.break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/*
 * Specifically apply word-break: break-all; per MDN:
 *
 * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,
 * > `word-break: break-all` will create a break at the exact place where text would
 * > otherwise overflow its container (even if putting an entire word on its own line
 * > would negate the need for a break).
 *
 * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values
 */
/* line 227, /app/node_modules/@primer/css/utilities/typography.scss */
.wb-break-all {
  word-break: break-all !important;
}

/* line 229, /app/node_modules/@primer/css/utilities/typography.scss */
.text-emphasized {
  font-weight: 600;
  color: #24292e;
}

/* line 235, /app/node_modules/@primer/css/utilities/typography.scss */
.list-style-none {
  list-style: none !important;
}

/* Add a dark text shadow */
/* line 239, /app/node_modules/@primer/css/utilities/typography.scss */
.text-shadow-dark {
  text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75);
}

/* Add a light text shadow */
/* line 243, /app/node_modules/@primer/css/utilities/typography.scss */
.text-shadow-light {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Set to monospace font */
/* line 248, /app/node_modules/@primer/css/utilities/typography.scss */
.text-mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
}

/* Disallow user from selecting text */
/* line 253, /app/node_modules/@primer/css/utilities/typography.scss */
.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-block {
  display: block !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-flex {
  display: flex !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline {
  display: inline !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-none {
  display: none !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-table {
  display: table !important;
}

/* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1012px) {
  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 7, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
/* line 12, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.v-hidden {
  visibility: hidden !important;
}

/* line 13, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.v-visible {
  visibility: visible !important;
}

@media (max-width: 543px) {
  /* line 18, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  /* line 24, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1011px) {
  /* line 30, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1012px) {
  /* line 36, /app/node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-xl {
    display: none !important;
  }
}
/* Set the table-layout to fixed */
/* line 42, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.table-fixed {
  table-layout: fixed !important;
}

/* line 47, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

/* line 60, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 68, /app/node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

/*!
 * @primer/css/product
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* line 3, /app/node_modules/@primer/css/alerts/flash.scss */
.flash {
  position: relative;
  padding: 16px;
  color: #032f62;
  background-color: #dbedff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 3px;
}
/* line 13, /app/node_modules/@primer/css/alerts/flash.scss */
.flash p:last-child {
  margin-bottom: 0;
}

/* line 19, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-messages {
  margin-bottom: 24px;
}

/* line 24, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-close {
  float: right;
  padding: 16px;
  margin: -16px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0.6;
}
/* line 37, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-close:hover {
  opacity: 1;
}

/* line 43, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-action {
  float: right;
  margin-top: -3px;
  margin-left: 24px;
}

/* line 54, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-warn {
  color: #735c0f;
  background-color: #fffbdd;
  border-color: rgba(27, 31, 35, 0.15);
}

/* line 62, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-error {
  color: #86181d;
  background-color: #ffdce0;
  border-color: rgba(27, 31, 35, 0.15);
}

/* line 69, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-success {
  color: #165c26;
  background-color: #dcffe4;
  border-color: rgba(27, 31, 35, 0.15);
}

/* line 76, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}

/* line 84, /app/node_modules/@primer/css/alerts/flash.scss */
.flash-banner {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 96, /app/node_modules/@primer/css/alerts/flash.scss */
.warning {
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  background-color: #fffbdd;
}

/* line 2, /app/node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-results {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-height: 20em;
  overflow-y: auto;
  font-size: 13px;
  list-style: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(27, 31, 35, 0.3);
}

/* line 20, /app/node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item {
  display: block;
  padding: 4px 8px;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
/* line 30, /app/node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item:hover, .autocomplete-item.selected, .autocomplete-item[aria-selected=true], .autocomplete-item.navigation-focus {
  color: #fff;
  text-decoration: none;
  background-color: #0366d6;
}
/* line 39, /app/node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item:hover *, .autocomplete-item.selected *, .autocomplete-item[aria-selected=true] *, .autocomplete-item.navigation-focus * {
  color: inherit !important;
}

/* line 4, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester {
  position: relative;
  top: 0;
  left: 0;
  min-width: 180px;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  list-style: none;
  cursor: pointer;
  background: #fff;
  border: 1px #e1e4e8 solid;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
}
/* line 19, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li {
  display: block;
  padding: 4px 8px;
  font-weight: 600;
  border-bottom: 1px #e1e4e8 solid;
}
/* line 25, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li small {
  font-weight: 400;
  color: #586069;
}
/* line 30, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 36, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 41, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:hover, .suggester li[aria-selected="true"], .suggester li.navigation-focus {
  color: #fff;
  text-decoration: none;
  background: #0366d6;
}
/* line 48, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:hover small, .suggester li[aria-selected="true"] small, .suggester li.navigation-focus small {
  color: #fff;
}

/* line 55, /app/node_modules/@primer/css/autocomplete/suggester.scss */
.suggester-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

@media (max-width: 544px) {
  /* line 66, /app/node_modules/@primer/css/autocomplete/suggester.scss */
  .page-responsive .suggester-container {
    right: 8px !important;
    left: 8px !important;
  }
  /* line 71, /app/node_modules/@primer/css/autocomplete/suggester.scss */
  .page-responsive .suggester li {
    padding: 8px 16px;
  }
}

/* line 1, /app/node_modules/@primer/css/avatars/avatar.scss */
.avatar {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  border-radius: 3px;
}

/* line 10, /app/node_modules/@primer/css/avatars/avatar.scss */
.avatar-small {
  border-radius: 2px;
}

/* line 12, /app/node_modules/@primer/css/avatars/avatar.scss */
.avatar-link {
  float: left;
  line-height: 1;
}

/* line 18, /app/node_modules/@primer/css/avatars/avatar.scss */
.avatar-group-item {
  display: inline-block;
  margin-bottom: 3px;
}

/* line 5, /app/node_modules/@primer/css/avatars/avatar-parent-child.scss */
.avatar-parent-child {
  position: relative;
}

/* line 9, /app/node_modules/@primer/css/avatars/avatar-parent-child.scss */
.avatar-child {
  position: absolute;
  right: -15%;
  bottom: -9%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
}

/* line 4, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack {
  position: relative;
  min-width: 26px;
  height: 20px;
}
/* line 9, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack .AvatarStack-body {
  position: absolute;
}
/* line 13, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack.AvatarStack--two {
  min-width: 36px;
}
/* line 17, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack.AvatarStack--three-plus {
  min-width: 46px;
}

/* line 22, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body {
  display: flex;
  background: #fff;
}
/* line 26, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar {
  position: relative;
  z-index: 2;
  display: flex;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  margin-right: -11px;
  background-color: #fff;
  border-right: 1px solid #fff;
  border-radius: 2px;
  transition: margin 0.1s ease-in-out;
}
/* line 41, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:first-child {
  z-index: 3;
}
/* line 45, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:last-child {
  z-index: 1;
  border-right: 0;
}
/* line 51, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar img {
  border-radius: 2px;
}
/* line 58, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:nth-child(n+4) {
  display: none;
  opacity: 0;
}
/* line 65, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar {
  margin-right: 3px;
}
/* line 70, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar:nth-child(n+4) {
  display: flex;
  opacity: 1;
}
/* line 75, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar-more {
  display: none !important;
}

/* line 81, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more {
  z-index: 1;
  margin-right: 0;
  background: #f6f8fa;
}
/* line 86, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::before, .avatar.avatar-more::after {
  position: absolute;
  display: block;
  height: 20px;
  content: "";
  border-radius: 2px;
  outline: 1px solid #fff;
}
/* line 97, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::before {
  width: 17px;
  background: #e1e4e8;
}
/* line 103, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::after {
  width: 14px;
  background: #d1d5da;
}

/* line 113, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .AvatarStack-body {
  right: 0;
  flex-direction: row-reverse;
}
/* line 117, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .AvatarStack-body:hover .avatar {
  margin-right: 0;
  margin-left: 3px;
}
/* line 124, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more {
  background: #d1d5da;
}
/* line 128, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more::before {
  width: 5px;
}
/* line 132, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more::after {
  width: 2px;
  background: #f6f8fa;
}
/* line 138, /app/node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar {
  margin-right: 0;
  margin-left: -11px;
  border-right: 0;
  border-left: 1px solid #fff;
}

/* line 3, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
}

/* line 12, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge-icon {
  max-width: 60% !important;
  height: auto !important;
  max-height: 55% !important;
}

/* line 19, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--small {
  width: 56px;
  height: 56px;
}

/* line 25, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--medium {
  width: 96px;
  height: 96px;
}

/* line 31, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--large {
  width: 128px;
  height: 128px;
}

/* line 39, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection {
  position: relative;
}
/* line 42, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px dashed #e1e4e8;
}
/* line 52, /app/node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection .CircleBadge {
  position: relative;
}

/* line 2, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate {
  position: relative;
  padding: 32px;
  text-align: center;
}
/* line 7, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate code {
  padding: 2px 5px 3px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}
/* line 16, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

/* line 22, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: #a3aab1;
}

/* line 30, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-capped {
  border-radius: 0 0 3px 3px;
}

/* line 34, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-spacious {
  padding: 80px 40px;
}

/* line 39, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-narrow {
  max-width: 485px;
  margin: 0 auto;
}

/* line 47, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large img {
  width: 80px;
  height: 80px;
}
/* line 52, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large h3 {
  margin: 16px 0;
  font-size: 24px;
}
/* line 58, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large p {
  font-size: 16px;
}

/* line 65, /app/node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-clean-background {
  border: 0;
}

/* line 3, /app/node_modules/@primer/css/branch-name/branch-name.scss */
.branch-name {
  display: inline-block;
  padding: 2px 6px;
  font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  color: rgba(27, 31, 35, 0.6);
  background-color: #eaf5ff;
  border-radius: 3px;
}
/* line 14, /app/node_modules/@primer/css/branch-name/branch-name.scss */
.branch-name .octicon {
  margin: 1px -2px 0 0;
  color: #a8bbd0;
}

/* line 24, /app/node_modules/@primer/css/branch-name/branch-name.scss */
a.branch-name {
  color: #0366d6;
}

/* line 1, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown {
  position: relative;
}

/* line 5, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border-style: solid;
  border-width: 4px 4px 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 21, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 2px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 4px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
}
/* line 39, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}
/* line 46, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::before {
  border: 8px solid transparent;
  border-bottom-color: rgba(27, 31, 35, 0.15);
}
/* line 52, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::after {
  border: 7px solid transparent;
  border-bottom-color: #fff;
}
/* line 59, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu > ul {
  list-style: none;
}

/* line 64, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-no-overflow {
  width: auto;
}
/* line 67, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-no-overflow .dropdown-item {
  padding: 4px 16px;
  overflow: visible;
  text-overflow: inherit;
}

/* line 75, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: #24292e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 83, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0366d6;
  outline: none;
}
/* line 90, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus > .octicon, .dropdown-item:hover > .octicon {
  color: inherit;
  opacity: 1;
}
/* line 96, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item.btn-link {
  width: 100%;
  text-align: left;
}

/* line 102, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-signout {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}

/* line 109, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-divider {
  display: block;
  height: 0;
  margin: 8px 0;
  border-top: 1px #e1e4e8 solid;
}

/* line 116, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-header {
  padding: 4px 16px;
  font-size: 12px;
  color: #586069;
}

/* line 122, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item[aria-checked="false"] .octicon-check {
  display: none;
}

/* line 131, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w {
  top: 0;
  right: 100%;
  left: auto;
  width: auto;
  margin-top: 0;
  margin-right: 8px;
}
/* line 139, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w::before {
  top: 10px;
  right: -16px;
  left: auto;
  border-color: transparent;
  border-left-color: rgba(27, 31, 35, 0.15);
}
/* line 147, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w::after {
  top: 11px;
  right: -14px;
  left: auto;
  border-color: transparent;
  border-left-color: #fff;
}

/* line 156, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e {
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 8px;
}
/* line 163, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e::before {
  top: 8px;
  left: -16px;
  border-color: transparent;
  border-right-color: rgba(27, 31, 35, 0.15);
}
/* line 170, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e::after {
  top: 11px;
  left: -14px;
  border-color: transparent;
  border-right-color: #fff;
}

/* line 178, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 3px;
}
/* line 185, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::before, .dropdown-menu-ne::after {
  top: auto;
  right: auto;
}
/* line 191, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::before {
  bottom: -8px;
  left: 9px;
  border-top: 8px solid rgba(27, 31, 35, 0.15);
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
}
/* line 203, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::after {
  bottom: -7px;
  left: 10px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
}

/* line 216, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}
/* line 221, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s::before {
  top: -16px;
  right: 50%;
  transform: translateX(50%);
}
/* line 227, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s::after {
  top: -14px;
  right: 50%;
  transform: translateX(50%);
}

/* line 234, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw {
  right: 0;
  left: auto;
}
/* line 238, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw::before {
  top: -16px;
  right: 9px;
  left: auto;
}
/* line 244, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw::after {
  top: -14px;
  right: 10px;
  left: auto;
}

/* line 252, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-se::before {
  top: -16px;
  left: 9px;
}
/* line 257, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-se::after {
  top: -14px;
  left: 10px;
}

/* line 264, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark {
  color: #fff;
  background: #2f363d;
  border-color: #444d56;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
}
/* line 271, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark::before {
  border-bottom-color: #444d56;
}
/* line 275, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark::after {
  border-bottom-color: #2f363d;
}
/* line 280, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #d1d5da;
}
/* line 285, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-top-color: #444d56;
}
/* line 289, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: inherit;
}
/* line 296, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-w::before {
  border-color: transparent transparent transparent #444d56;
}
/* line 300, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-w::after {
  border-color: transparent transparent transparent #2f363d;
}
/* line 307, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-e::before {
  border-color: transparent #444d56 transparent transparent;
}
/* line 311, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-e::after {
  border-color: transparent #2f363d transparent transparent;
}
/* line 318, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-ne::before {
  border-color: #444d56 transparent transparent transparent;
}
/* line 322, /app/node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-dark.dropdown-menu-ne::after {
  border-color: #2f363d transparent transparent transparent;
}

/* line 1, /app/node_modules/@primer/css/header/header.scss */
.Header {
  z-index: 32;
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  background-color: #24292e;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 14, /app/node_modules/@primer/css/header/header.scss */
.Header-item {
  display: flex;
  margin-right: 16px;
  align-self: stretch;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 22, /app/node_modules/@primer/css/header/header.scss */
.Header-item--full {
  flex: auto;
}

/* line 26, /app/node_modules/@primer/css/header/header.scss */
.Header-link {
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
/* line 31, /app/node_modules/@primer/css/header/header.scss */
.Header-link:hover, .Header-link:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* line 3, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel {
  height: 20px;
  padding: 0.15em 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);
}
/* line 16, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel .g-emoji {
  position: relative;
  top: -0.05em;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}
/* line 24, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel:hover {
  text-decoration: none;
}

/* line 29, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel--big {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  transition: opacity 0.2s linear;
}
/* line 36, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel--big .g-emoji {
  display: inline-block;
  margin-top: -1px;
}
/* line 42, /app/node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel--big:hover {
  opacity: 0.85;
}

/* line 9, /app/node_modules/@primer/css/labels/labels.scss */
.labels {
  position: relative;
}

/* line 15, /app/node_modules/@primer/css/labels/labels.scss */
.label,
.Label {
  display: inline-block;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);
}
/* line 29, /app/node_modules/@primer/css/labels/labels.scss */
.label:hover,
.Label:hover {
  text-decoration: none;
}

/* line 38, /app/node_modules/@primer/css/labels/labels.scss */
.Label--gray {
  color: #586069;
  background-color: #eaecef;
}

/* line 44, /app/node_modules/@primer/css/labels/labels.scss */
.Label--outline {
  margin-top: -1px;
  margin-bottom: -1px;
  font-weight: 400;
  color: #586069;
  background-color: transparent;
  border: 1px solid rgba(27, 31, 35, 0.15);
  box-shadow: none;
}

/* line 56, /app/node_modules/@primer/css/labels/labels.scss */
.Label--outline-green {
  color: #28a745;
  border: 1px solid #34d058;
}

/* line 61, /app/node_modules/@primer/css/labels/labels.scss */
.Label--gray-darker {
  background-color: #6a737d;
}

/* line 66, /app/node_modules/@primer/css/labels/labels.scss */
.Label--orange {
  background-color: #d15704;
}

/* line 10, /app/node_modules/@primer/css/labels/states.scss */
.state,
.State {
  display: inline-block;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6a737d;
  border-radius: 3px;
}

/* line 26, /app/node_modules/@primer/css/labels/states.scss */
.State--green {
  background-color: #2cbe4e;
}

/* line 28, /app/node_modules/@primer/css/labels/states.scss */
.State--purple {
  background-color: #6f42c1;
}

/* line 31, /app/node_modules/@primer/css/labels/states.scss */
.State--red {
  background-color: #cb2431;
}

/* line 33, /app/node_modules/@primer/css/labels/states.scss */
.State--small {
  padding: 0.125em 4px;
  font-size: 12px;
}
/* line 37, /app/node_modules/@primer/css/labels/states.scss */
.State--small .octicon {
  width: 1em;
}

/* line 2, /app/node_modules/@primer/css/labels/counters.scss */
.Counter {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #586069;
  background-color: rgba(27, 31, 35, 0.08);
  border-radius: 20px;
}
/* line 15, /app/node_modules/@primer/css/labels/counters.scss */
.Counter:empty {
  visibility: hidden;
}

/* line 20, /app/node_modules/@primer/css/labels/counters.scss */
.Counter--gray-light {
  color: #24292e;
  background-color: rgba(27, 31, 35, 0.15);
}

/* line 26, /app/node_modules/@primer/css/labels/counters.scss */
.Counter--gray {
  color: #fff;
  background-color: #6a737d;
}

/* line 5, /app/node_modules/@primer/css/labels/diffstat.scss */
.diffstat {
  font-size: 12px;
  font-weight: 600;
  color: #586069;
  white-space: nowrap;
  cursor: default;
}

/* line 13, /app/node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted,
.diffstat-block-added,
.diffstat-block-neutral {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1px;
}

/* line 23, /app/node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted {
  background-color: #cb2431;
}

/* line 27, /app/node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-added {
  background-color: #2cbe4e;
}

/* line 31, /app/node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-neutral {
  background-color: #d1d5da;
}

/* line 5, /app/node_modules/@primer/css/loaders/loaders.scss */
.AnimatedEllipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
/* line 10, /app/node_modules/@primer/css/loaders/loaders.scss */
.AnimatedEllipsis::after {
  display: inline-block;
  content: "...";
  animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;
}
@keyframes AnimatedEllipsis-keyframes {
  0% {
    transform: translateX(-100%);
  }
}
/* line 7, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
/* line 4, /app/node_modules/@primer/css/base/kbd.scss */
.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
/* line 16, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body::before {
  display: table;
  content: "";
}
/* line 21, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}
/* line 27, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body > *:first-child {
  margin-top: 0 !important;
}
/* line 31, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}
/* line 41, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}
/* line 47, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .absent {
  color: #cb2431;
}
/* line 51, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}
/* line 58, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .anchor:focus {
  outline: none;
}
/* line 63, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}
/* line 75, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}
/* line 84, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}
/* line 91, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote > :first-child {
  margin-top: 0;
}
/* line 95, /app/node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

/* line 6, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
/* line 17, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}
/* line 23, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}
/* line 26, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}
/* line 31, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  font-size: inherit;
}
/* line 37, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}
/* line 45, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}
/* line 53, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h3 {
  font-size: 1.25em;
}
/* line 58, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h4 {
  font-size: 1em;
}
/* line 62, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h5 {
  font-size: 0.875em;
}
/* line 67, /app/node_modules/@primer/css/markdown/headings.scss */
.markdown-body h6 {
  font-size: 0.85em;
  color: #6a737d;
}

/* line 7, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}
/* line 12, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}
/* line 41, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 49, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body li {
  word-wrap: break-all;
}
/* line 53, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body li > p {
  margin-top: 16px;
}
/* line 57, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body li + li {
  margin-top: 0.25em;
}
/* line 61, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl {
  padding: 0;
}
/* line 64, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
/* line 72, /app/node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

/* line 5, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}
/* line 10, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table th {
  font-weight: 600;
}
/* line 14, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}
/* line 22, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
/* line 27, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
/* line 32, /app/node_modules/@primer/css/markdown/tables.scss */
.markdown-body table img {
  background-color: transparent;
}

/* line 6, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}
/* line 13, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body img[align=right] {
  padding-left: 20px;
}
/* line 18, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body img[align=left] {
  padding-right: 20px;
}
/* line 24, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
/* line 34, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}
/* line 38, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #dfe2e5;
}
/* line 51, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame span img {
  display: block;
  float: left;
}
/* line 56, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #24292e;
}
/* line 65, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
/* line 70, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
/* line 78, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
/* line 84, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
/* line 89, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
/* line 97, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}
/* line 103, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
/* line 110, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-left span {
  margin: 13px 0 0;
}
/* line 116, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
/* line 123, /app/node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

/* line 4, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
/* line 15, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body code br,
.markdown-body tt br {
  display: none;
}
/* line 18, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body del code {
  text-decoration: inherit;
}
/* line 20, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body pre {
  word-wrap: normal;
}
/* line 24, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
/* line 36, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight {
  margin-bottom: 16px;
}
/* line 39, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
/* line 45, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}
/* line 57, /app/node_modules/@primer/css/markdown/code.scss */
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

/* line 3, /app/node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
/* line 14, /app/node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #fff;
  border: 0;
}
/* line 22, /app/node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data tr {
  border-top: 0;
}
/* line 24, /app/node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

/* line 1, /app/node_modules/@primer/css/popover/popover.scss */
.Popover {
  position: absolute;
  z-index: 100;
}

/* line 6, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message {
  position: relative;
  width: 232px;
  margin-right: auto;
  margin-left: auto;
}
/* line 13, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message::before, .Popover-message::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}
/* line 21, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: rgba(27, 31, 35, 0.15);
}
/* line 30, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/* line 44, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before, .Popover-message--bottom::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  top: auto;
  border-bottom-color: transparent;
}
/* line 50, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before,
.Popover-message--bottom-right::before,
.Popover-message--bottom-left::before {
  bottom: -16px;
  border-top-color: rgba(27, 31, 35, 0.15);
}
/* line 55, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::after,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::after {
  bottom: -14px;
  border-top-color: #fff;
}

/* line 63, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right,
.Popover-message--bottom-right {
  right: -9px;
  margin-right: 0;
}
/* line 68, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before, .Popover-message--top-right::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after {
  left: auto;
  margin-left: 0;
}
/* line 74, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before,
.Popover-message--bottom-right::before {
  right: 20px;
}
/* line 78, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::after,
.Popover-message--bottom-right::after {
  right: 21px;
}

/* line 84, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left,
.Popover-message--bottom-left {
  left: -9px;
  margin-left: 0;
}
/* line 89, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::before, .Popover-message--top-left::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  left: 24px;
  margin-left: 0;
}
/* line 95, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::after,
.Popover-message--bottom-left::after {
  left: 25px;
}

/* line 107, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before, .Popover-message--right::after,
.Popover-message--right-top::before,
.Popover-message--right-top::after,
.Popover-message--right-bottom::before,
.Popover-message--right-bottom::after,
.Popover-message--left::before,
.Popover-message--left::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: 50%;
  left: auto;
  margin-left: 0;
  border-bottom-color: transparent;
}
/* line 115, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before,
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  margin-top: -9px;
}
/* line 120, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after,
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  margin-top: -8px;
}

/* line 129, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before {
  right: -16px;
  border-left-color: rgba(27, 31, 35, 0.15);
}
/* line 134, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after {
  right: -14px;
  border-left-color: #fff;
}

/* line 145, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  left: -16px;
  border-right-color: rgba(27, 31, 35, 0.15);
}
/* line 150, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  left: -14px;
  border-right-color: #fff;
}

/* line 160, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-top::before, .Popover-message--right-top::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after {
  top: 24px;
}

/* line 169, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before, .Popover-message--right-bottom::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: auto;
}
/* line 174, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before,
.Popover-message--left-bottom::before {
  bottom: 16px;
}
/* line 178, /app/node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::after {
  bottom: 17px;
}

@media (min-width: 544px) {
  /* line 183, /app/node_modules/@primer/css/popover/popover.scss */
  .Popover-message--large {
    min-width: 320px;
  }
}

/* line 3, /app/node_modules/@primer/css/progress/progress.scss */
.Progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  background-color: #e1e4e8;
  border-radius: 3px;
}

/* line 12, /app/node_modules/@primer/css/progress/progress.scss */
.Progress--large {
  height: 10px;
}

/* line 16, /app/node_modules/@primer/css/progress/progress.scss */
.Progress--small {
  height: 5px;
}

@media (hover: hover) {
  /* line 6, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab:not([aria-checked="true"]):hover,
  .SelectMenu-tab:not([aria-checked="true"]):active {
    background-color: #fff;
  }
}
/* line 18, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  padding: 16px;
  pointer-events: none;
  flex-direction: column;
}
@media (min-width: 544px) {
  /* line 18, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
}

/* line 44, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: rgba(27, 31, 35, 0.5);
}
@media (min-width: 544px) {
  /* line 44, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu::before {
    display: none;
  }
}

/* line 63, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-modal {
  position: relative;
  z-index: 99;
  display: flex;
  max-height: 66%;
  margin: auto 0;
  overflow: hidden;
  pointer-events: auto;
  flex-direction: column;
  background-color: #f6f8fa;
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}
@keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
}
@media (min-width: 544px) {
  /* line 63, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-modal {
    width: 300px;
    height: auto;
    max-height: 480px;
    margin: 4px 0 16px 0;
    font-size: 12px;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
    animation-name: SelectMenu-modal-animation--sm;
  }
}

/* line 110, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-header {
  display: flex;
  flex: none;
  padding: 16px;
}
@media (min-width: 544px) {
  /* line 110, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 121, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-title {
  flex: auto;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 544px) {
  /* line 121, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-title {
    font-size: inherit;
  }
}

/* line 131, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-closeButton {
  padding: 16px;
  margin: -16px;
  color: #6a737d;
  background-color: transparent;
  border: 0;
}
@media (min-width: 544px) {
  /* line 131, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-closeButton {
    display: none;
  }
}

/* line 147, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-filter {
  padding: 16px;
  margin: 0;
  border-top: 1px #e1e4e8 solid;
}
@media (min-width: 544px) {
  /* line 147, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-filter {
    padding: 8px;
  }
}

/* line 157, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-input {
  display: block;
  width: 100%;
}
@media (min-width: 544px) {
  /* line 157, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-input {
    font-size: 14px;
  }
}

/* line 170, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-list {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-top: 1px #e1e4e8 solid;
  -webkit-overflow-scrolling: touch;
}

/* line 188, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  color: #586069;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #eaecef;
}
@media (min-width: 544px) {
  /* line 188, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 211, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-icon {
  width: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

/* line 218, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-icon--check {
  visibility: hidden;
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;
  transform: scale(0);
}

/* line 228, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tabs {
  display: flex;
  flex-shrink: 0;
  margin-bottom: -1px;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px #e1e4e8 solid;
  -webkit-overflow-scrolling: touch;
}
/* line 239, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 544px) {
  /* line 228, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tabs {
    padding: 0 8px;
    border-top: 0;
  }
}

/* line 249, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tab {
  flex: 1;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #6a737d;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 #e1e4e8;
}
@media (min-width: 544px) {
  /* line 249, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab {
    flex: none;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
/* line 270, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tab[aria-selected="true"] {
  z-index: 1;
  color: #24292e;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e4e8;
}
@media (min-width: 544px) {
  /* line 270, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab[aria-selected="true"] {
    border-color: #e1e4e8;
    box-shadow: none;
  }
}

/* line 289, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-message {
  border-bottom: 1px solid #eaecef;
}

/* line 293, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-message,
.SelectMenu-blankslate,
.SelectMenu-loading {
  padding: 24px 16px;
  text-align: center;
  background-color: #fff;
}

/* line 305, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-divider {
  padding: 4px 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6a737d;
  background-color: #f6f8fa;
  border-bottom: 1px solid #eaecef;
}

/* line 319, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-footer {
  z-index: 0;
  padding: 8px 16px;
  font-size: 12px;
  color: #6a737d;
  text-align: center;
  border-top: 1px #e1e4e8 solid;
}
@media (min-width: 544px) {
  /* line 319, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-footer {
    padding: 4px 8px;
  }
}

/* line 337, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-modal {
  height: 80%;
  max-height: none;
  margin-top: 0;
}
@media (min-width: 544px) {
  /* line 337, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu--hasFilter .SelectMenu-modal {
    height: auto;
    max-height: 480px;
    margin-top: 4px;
  }
}

/* line 355, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
  outline: none;
}

/* line 361, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item:hover {
  text-decoration: none;
}

/* line 369, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item[aria-checked="true"] {
  font-weight: 500;
  color: #24292e;
}
/* line 373, /app/node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item[aria-checked="true"] .SelectMenu-icon--check {
  visibility: visible;
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;
  transform: scale(1);
}

@media (hover: hover) {
  /* line 385, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-item:focus,
  .SelectMenu-item:hover {
    background-color: #f6f8fa;
  }

  /* line 390, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item:active {
    background-color: #fafbfc;
  }

  /* line 394, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-tab:focus {
    background-color: #dbedff;
  }

  /* line 399, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab:not([aria-selected="true"]):hover {
    color: #24292e;
    background-color: #e1e4e8;
  }

  /* line 405, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab:not([aria-selected="true"]):active {
    color: #24292e;
    background-color: #f6f8fa;
  }
}
@media (hover: none) {
  /* line 417, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item:focus,
  .SelectMenu-item:active {
    background-color: #fafbfc;
  }

  /* line 425, /app/node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item {
    -webkit-tap-highlight-color: rgba(209, 213, 218, 0.5);
  }
}
/* line 2, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px #e1e4e8 solid;
  flex-flow: row wrap;
}

/* line 11, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead--spacious {
  margin-top: 40px;
}

/* line 16, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead-heading {
  font-size: 24px;
  font-weight: 400;
  flex: 1 1 auto;
}

/* line 23, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead-heading--danger {
  font-weight: 600;
  color: #cb2431;
}

/* line 29, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead-description {
  font-size: 14px;
  color: #586069;
  flex: 1 100%;
}

/* line 36, /app/node_modules/@primer/css/subhead/subhead.scss */
.Subhead-actions {
  align-self: center;
  justify-content: flex-end;
}

/* line 1, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem {
  position: relative;
  display: flex;
  padding: 16px 0;
  margin-left: 16px;
}
/* line 8, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  content: "";
  background-color: #e1e4e8;
}
/* line 20, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem:target .TimelineItem-badge {
  border-color: #2188ff;
  box-shadow: 0 0 0.2em #c8e1ff;
}

/* line 28, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-badge {
  position: relative;
  z-index: 1;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-left: -15px;
  color: #444d56;
  align-items: center;
  background-color: #e1e4e8;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
}

/* line 48, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-body {
  min-width: 0;
  max-width: 100%;
  margin-top: 4px;
  color: #444d56;
  flex: auto;
}

/* line 57, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-avatar {
  position: absolute;
  left: -72px;
  z-index: 1;
}

/* line 63, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-break {
  position: relative;
  z-index: 1;
  height: 24px;
  margin: 0;
  margin-bottom: -16px;
  margin-left: -56px;
  background-color: #fff;
  border: 0;
  border-top: 4px solid #e1e4e8;
}

/* line 77, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed {
  padding-top: 4px;
  padding-bottom: 0;
}
/* line 82, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed:last-child {
  padding-bottom: 16px;
}
/* line 86, /app/node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed .TimelineItem-badge {
  height: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #959da5;
  background-color: #fff;
  border: 0;
}

/* line 3, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast {
  display: flex;
  margin: 8px;
  color: #1b1f23;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #d1d5da, 0 1px 5px rgba(27, 31, 35, 0.15);
}
@media (min-width: 544px) {
  /* line 3, /app/node_modules/@primer/css/toasts/toasts.scss */
  .Toast {
    width: max-content;
    max-width: 450px;
    margin: 16px;
  }
}

/* line 19, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  flex-shrink: 0;
  color: #fff;
  background-color: #0366d6;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 31, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast-content {
  padding: 16px;
}

/* line 35, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton {
  max-height: 54px;
  padding: 16px;
  background-color: transparent;
  border: 0;
}
/* line 41, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton:focus, .Toast-dismissButton:hover {
  color: #586069;
  outline: none;
}
/* line 47, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton:active {
  color: #959da5;
}

/* line 55, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--error .Toast-icon {
  background-color: #d73a49;
}

/* line 59, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--warning .Toast-icon {
  color: #24292e;
  background-color: #f9c513;
}

/* line 65, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--success .Toast-icon {
  background-color: #28a745;
}

/* line 69, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--loading .Toast-icon {
  background-color: #586069;
}

/* line 76, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--animateIn {
  animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;
}

@keyframes Toast--animateIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* line 87, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--animateOut {
  animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

@keyframes Toast--animateOut {
  100% {
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
  }
}
/* line 99, /app/node_modules/@primer/css/toasts/toasts.scss */
.Toast--spinner {
  animation: Toast--spinner 1000ms linear infinite;
}

@keyframes Toast--spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*!
 * @primer/css/marketing
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter-Regular"), url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter Bold"), local("Inter-Bold"), url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter-Regular"), url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter Bold"), local("Inter-Bold"), url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
/* line 3, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h000-mktg,
.h00-mktg,
.h0-mktg,
.h1-mktg,
.h2-mktg,
.h3-mktg,
.h4-mktg,
.h5-mktg,
.h6-mktg,
.lead-mktg {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

/* line 22, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h000-mktg {
  font-size: 48px !important;
}
@media (min-width: 768px) {
  /* line 22, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h000-mktg {
    font-size: 64px !important;
  }
}

/* line 29, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h00-mktg {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  /* line 29, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h00-mktg {
    font-size: 48px !important;
  }
}

/* line 36, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h0-mktg {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  /* line 36, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h0-mktg {
    font-size: 40px !important;
  }
}

/* line 43, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h1-mktg {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  /* line 43, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h1-mktg {
    font-size: 32px !important;
  }
}

/* line 50, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h2-mktg {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  /* line 50, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h2-mktg {
    font-size: 24px !important;
  }
}

/* line 57, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h3-mktg {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  /* line 57, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .h3-mktg {
    font-size: 20px !important;
  }
}

/* line 59, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h4-mktg {
  font-size: 16px !important;
}

/* line 63, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h5-mktg {
  font-size: 14px !important;
}

/* line 67, /app/node_modules/@primer/css/marketing/type/typography.scss */
.h6-mktg {
  font-size: 12px !important;
}

/* line 77, /app/node_modules/@primer/css/marketing/type/typography.scss */
.lead-mktg {
  font-size: 20px;
  font-weight: 400;
}

/* line 101, /app/node_modules/@primer/css/marketing/type/typography.scss */
.pullquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  margin-bottom: 24px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 16px;
  line-height: 1.4;
  color: #586069;
  border-left: 3px solid #e1e4e8;
}
@media (min-width: 768px) {
  /* line 101, /app/node_modules/@primer/css/marketing/type/typography.scss */
  .pullquote {
    padding-left: 12px;
    margin-bottom: 32px;
    margin-left: -15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter-Regular"), url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter Bold"), local("Inter-Bold"), url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
/* line 1, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg {
  display: inline-block;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #1074e7;
  border: 1px solid #1074e7;
  border-radius: 3px;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 19, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:hover {
  text-decoration: none;
  background-color: #0366d6;
  border-color: #0366d6;
}
/* line 25, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
/* line 31, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:disabled, .btn-mktg.disabled, .btn-mktg[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}

/* line 40, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-primary-mktg {
  background-color: #2ebc4f;
  border-color: #2ebc4f;
}
/* line 46, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-primary-mktg:hover {
  background-color: #28a745;
  border-color: #28a745;
}
/* line 52, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-primary-mktg:focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.3);
}

/* line 58, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-large-mktg {
  padding: 20px 32px;
  font-size: 16px;
}

/* line 64, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-outline-mktg {
  color: #1074e7;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(16, 116, 231, 0.5);
}
/* line 72, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-outline-mktg:hover {
  color: #0366d6;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: #1074e7;
}

/* line 89, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 96, /app/node_modules/@primer/css/marketing/buttons/button.scss */
.btn-transparent:hover, .btn-transparent:active {
  color: #2f363d;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter-Regular"), url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter Bold"), local("Inter-Bold"), url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
/* line 1, /app/node_modules/@primer/css/marketing/utilities/filters.scss */
.grayscale {
  filter: grayscale(100%);
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-0 {
  top: 0 !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-0 {
  right: 0 !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-0 {
  left: 0 !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n0 {
  top: 0 !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n0 {
  right: 0 !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n0 {
  bottom: 0 !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n0 {
  left: 0 !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-1 {
  top: 4px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-1 {
  right: 4px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-1 {
  bottom: 4px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-1 {
  left: 4px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n1 {
  top: -4px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n1 {
  right: -4px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n1 {
  bottom: -4px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n1 {
  left: -4px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-2 {
  top: 8px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-2 {
  right: 8px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-2 {
  bottom: 8px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-2 {
  left: 8px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n2 {
  top: -8px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n2 {
  right: -8px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n2 {
  bottom: -8px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n2 {
  left: -8px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-3 {
  top: 16px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-3 {
  right: 16px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-3 {
  bottom: 16px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-3 {
  left: 16px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n3 {
  top: -16px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n3 {
  right: -16px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n3 {
  bottom: -16px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n3 {
  left: -16px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-4 {
  top: 24px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-4 {
  right: 24px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-4 {
  bottom: 24px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-4 {
  left: 24px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n4 {
  top: -24px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n4 {
  right: -24px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n4 {
  bottom: -24px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n4 {
  left: -24px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-5 {
  top: 32px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-5 {
  right: 32px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-5 {
  bottom: 32px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-5 {
  left: 32px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n5 {
  top: -32px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n5 {
  right: -32px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n5 {
  bottom: -32px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n5 {
  left: -32px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-6 {
  top: 40px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-6 {
  right: 40px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-6 {
  bottom: 40px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-6 {
  left: 40px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n6 {
  top: -40px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n6 {
  right: -40px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n6 {
  bottom: -40px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n6 {
  left: -40px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-7 {
  top: 48px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-7 {
  right: 48px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-7 {
  bottom: 48px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-7 {
  left: 48px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n7 {
  top: -48px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n7 {
  right: -48px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n7 {
  bottom: -48px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n7 {
  left: -48px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-8 {
  top: 64px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-8 {
  right: 64px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-8 {
  bottom: 64px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-8 {
  left: 64px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n8 {
  top: -64px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n8 {
  right: -64px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n8 {
  bottom: -64px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n8 {
  left: -64px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-9 {
  top: 80px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-9 {
  right: 80px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-9 {
  bottom: 80px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-9 {
  left: 80px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n9 {
  top: -80px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n9 {
  right: -80px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n9 {
  bottom: -80px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n9 {
  left: -80px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-10 {
  top: 96px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-10 {
  right: 96px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-10 {
  bottom: 96px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-10 {
  left: 96px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n10 {
  top: -96px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n10 {
  right: -96px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n10 {
  bottom: -96px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n10 {
  left: -96px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-11 {
  top: 112px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-11 {
  right: 112px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-11 {
  bottom: 112px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-11 {
  left: 112px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n11 {
  top: -112px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n11 {
  right: -112px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n11 {
  bottom: -112px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n11 {
  left: -112px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-12 {
  top: 128px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-12 {
  right: 128px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-12 {
  bottom: 128px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-12 {
  left: 128px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n12 {
  top: -128px !important;
}

/* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n12 {
  right: -128px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n12 {
  bottom: -128px !important;
}

/* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n12 {
  left: -128px !important;
}

@media (min-width: 768px) {
  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-0 {
    top: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-0 {
    right: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-0 {
    left: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n0 {
    top: 0 !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n0 {
    right: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n0 {
    bottom: 0 !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n0 {
    left: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-1 {
    top: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-1 {
    right: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-1 {
    bottom: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-1 {
    left: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n1 {
    top: -4px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n1 {
    right: -4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n1 {
    bottom: -4px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n1 {
    left: -4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-2 {
    top: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-2 {
    right: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-2 {
    bottom: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-2 {
    left: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n2 {
    top: -8px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n2 {
    right: -8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n2 {
    bottom: -8px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n2 {
    left: -8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-3 {
    top: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-3 {
    right: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-3 {
    bottom: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-3 {
    left: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n3 {
    top: -16px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n3 {
    right: -16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n3 {
    bottom: -16px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n3 {
    left: -16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-4 {
    top: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-4 {
    right: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-4 {
    bottom: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-4 {
    left: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n4 {
    top: -24px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n4 {
    right: -24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n4 {
    bottom: -24px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n4 {
    left: -24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-5 {
    top: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-5 {
    right: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-5 {
    bottom: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-5 {
    left: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n5 {
    top: -32px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n5 {
    right: -32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n5 {
    bottom: -32px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n5 {
    left: -32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-6 {
    top: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-6 {
    right: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-6 {
    bottom: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-6 {
    left: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n6 {
    top: -40px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n6 {
    right: -40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n6 {
    bottom: -40px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n6 {
    left: -40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-7 {
    top: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-7 {
    right: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-7 {
    bottom: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-7 {
    left: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n7 {
    top: -48px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n7 {
    right: -48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n7 {
    bottom: -48px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n7 {
    left: -48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-8 {
    top: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-8 {
    right: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-8 {
    bottom: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-8 {
    left: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n8 {
    top: -64px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n8 {
    right: -64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n8 {
    bottom: -64px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n8 {
    left: -64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-9 {
    top: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-9 {
    right: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-9 {
    bottom: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-9 {
    left: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n9 {
    top: -80px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n9 {
    right: -80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n9 {
    bottom: -80px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n9 {
    left: -80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-10 {
    top: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-10 {
    right: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-10 {
    bottom: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-10 {
    left: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n10 {
    top: -96px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n10 {
    right: -96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n10 {
    bottom: -96px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n10 {
    left: -96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-11 {
    top: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-11 {
    right: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-11 {
    bottom: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-11 {
    left: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n11 {
    top: -112px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n11 {
    right: -112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n11 {
    bottom: -112px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n11 {
    left: -112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-12 {
    top: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-12 {
    right: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-12 {
    bottom: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-12 {
    left: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n12 {
    top: -128px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n12 {
    right: -128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n12 {
    bottom: -128px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n12 {
    left: -128px !important;
  }
}
@media (min-width: 1012px) {
  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-0 {
    top: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-0 {
    right: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-0 {
    left: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n0 {
    top: 0 !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n0 {
    right: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n0 {
    bottom: 0 !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n0 {
    left: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-1 {
    top: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-1 {
    right: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-1 {
    bottom: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-1 {
    left: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n1 {
    top: -4px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n1 {
    right: -4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n1 {
    bottom: -4px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n1 {
    left: -4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-2 {
    top: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-2 {
    right: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-2 {
    bottom: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-2 {
    left: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n2 {
    top: -8px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n2 {
    right: -8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n2 {
    bottom: -8px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n2 {
    left: -8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-3 {
    top: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-3 {
    right: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-3 {
    bottom: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-3 {
    left: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n3 {
    top: -16px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n3 {
    right: -16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n3 {
    bottom: -16px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n3 {
    left: -16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-4 {
    top: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-4 {
    right: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-4 {
    bottom: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-4 {
    left: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n4 {
    top: -24px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n4 {
    right: -24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n4 {
    bottom: -24px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n4 {
    left: -24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-5 {
    top: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-5 {
    right: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-5 {
    bottom: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-5 {
    left: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n5 {
    top: -32px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n5 {
    right: -32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n5 {
    bottom: -32px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n5 {
    left: -32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-6 {
    top: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-6 {
    right: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-6 {
    bottom: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-6 {
    left: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n6 {
    top: -40px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n6 {
    right: -40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n6 {
    bottom: -40px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n6 {
    left: -40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-7 {
    top: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-7 {
    right: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-7 {
    bottom: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-7 {
    left: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n7 {
    top: -48px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n7 {
    right: -48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n7 {
    bottom: -48px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n7 {
    left: -48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-8 {
    top: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-8 {
    right: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-8 {
    bottom: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-8 {
    left: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n8 {
    top: -64px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n8 {
    right: -64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n8 {
    bottom: -64px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n8 {
    left: -64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-9 {
    top: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-9 {
    right: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-9 {
    bottom: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-9 {
    left: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n9 {
    top: -80px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n9 {
    right: -80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n9 {
    bottom: -80px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n9 {
    left: -80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-10 {
    top: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-10 {
    right: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-10 {
    bottom: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-10 {
    left: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n10 {
    top: -96px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n10 {
    right: -96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n10 {
    bottom: -96px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n10 {
    left: -96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-11 {
    top: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-11 {
    right: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-11 {
    bottom: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-11 {
    left: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n11 {
    top: -112px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n11 {
    right: -112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n11 {
    bottom: -112px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n11 {
    left: -112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-12 {
    top: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-12 {
    right: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-12 {
    bottom: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-12 {
    left: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n12 {
    top: -128px !important;
  }

  /* line 15, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n12 {
    right: -128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n12 {
    bottom: -128px !important;
  }

  /* line 17, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n12 {
    left: -128px !important;
  }
}
/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n1 {
  margin-left: -8.3333333333%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n2 {
  margin-left: -16.6666666667%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n3 {
  margin-left: -25%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n4 {
  margin-left: -33.3333333333%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n5 {
  margin-left: -41.6666666667%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n6 {
  margin-left: -50%;
}

/* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n7 {
  margin-left: -58.3333333333%;
}

@media (min-width: 544px) {
  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n1 {
    margin-left: -8.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n2 {
    margin-left: -16.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n3 {
    margin-left: -25%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n4 {
    margin-left: -33.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n5 {
    margin-left: -41.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n6 {
    margin-left: -50%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n7 {
    margin-left: -58.3333333333%;
  }
}
@media (min-width: 768px) {
  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n1 {
    margin-left: -8.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n2 {
    margin-left: -16.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n3 {
    margin-left: -25%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n4 {
    margin-left: -33.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n5 {
    margin-left: -41.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n6 {
    margin-left: -50%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n7 {
    margin-left: -58.3333333333%;
  }
}
@media (min-width: 1012px) {
  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n1 {
    margin-left: -8.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n2 {
    margin-left: -16.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n3 {
    margin-left: -25%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n4 {
    margin-left: -33.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n5 {
    margin-left: -41.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n6 {
    margin-left: -50%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n7 {
    margin-left: -58.3333333333%;
  }
}
@media (min-width: 1280px) {
  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n1 {
    margin-left: -8.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n2 {
    margin-left: -16.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n3 {
    margin-left: -25%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n4 {
    margin-left: -33.3333333333%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n5 {
    margin-left: -41.6666666667%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n6 {
    margin-left: -50%;
  }

  /* line 26, /app/node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n7 {
    margin-left: -58.3333333333%;
  }
}
/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-5 {
  margin-top: 32px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-5 {
  margin-bottom: 32px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-6 {
  margin-top: 40px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-6 {
  margin-bottom: 40px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-7 {
  margin-top: 48px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-7 {
  margin-bottom: 48px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-8 {
  margin-top: 64px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-8 {
  margin-bottom: 64px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-9 {
  margin-top: 80px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-9 {
  margin-bottom: 80px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-9 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-10 {
  margin-top: 96px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-10 {
  margin-bottom: 96px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-10 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-11 {
  margin-top: 112px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-11 {
  margin-bottom: 112px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-11 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mt-12 {
  margin-top: 128px !important;
}

/* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.mb-12 {
  margin-bottom: 128px !important;
}

/* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
.my-12 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media (min-width: 544px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-1 {
    margin-top: 4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-2 {
    margin-top: 8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-3 {
    margin-top: 16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-4 {
    margin-top: 24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-5 {
    margin-top: 32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-6 {
    margin-top: 40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-7 {
    margin-top: 48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-7 {
    margin-bottom: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-8 {
    margin-top: 64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-9 {
    margin-top: 80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-9 {
    margin-bottom: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-10 {
    margin-top: 96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-10 {
    margin-bottom: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-11 {
    margin-top: 112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-11 {
    margin-bottom: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-sm-12 {
    margin-top: 128px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-sm-12 {
    margin-bottom: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-sm-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-1 {
    margin-top: 4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-2 {
    margin-top: 8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-3 {
    margin-top: 16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-4 {
    margin-top: 24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-5 {
    margin-top: 32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-6 {
    margin-top: 40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-6 {
    margin-bottom: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-7 {
    margin-top: 48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-7 {
    margin-bottom: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-8 {
    margin-top: 64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-8 {
    margin-bottom: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-9 {
    margin-top: 80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-9 {
    margin-bottom: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-10 {
    margin-top: 96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-10 {
    margin-bottom: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-11 {
    margin-top: 112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-11 {
    margin-bottom: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-md-12 {
    margin-top: 128px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-md-12 {
    margin-bottom: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-md-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1012px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-1 {
    margin-top: 4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-2 {
    margin-top: 8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-3 {
    margin-top: 16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-4 {
    margin-top: 24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-5 {
    margin-top: 32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-6 {
    margin-top: 40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-7 {
    margin-top: 48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-7 {
    margin-bottom: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-8 {
    margin-top: 64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-9 {
    margin-top: 80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-9 {
    margin-bottom: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-10 {
    margin-top: 96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-10 {
    margin-bottom: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-11 {
    margin-top: 112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-11 {
    margin-bottom: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-lg-12 {
    margin-top: 128px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-lg-12 {
    margin-bottom: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-lg-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1280px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-1 {
    margin-top: 4px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-2 {
    margin-top: 8px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-3 {
    margin-top: 16px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-4 {
    margin-top: 24px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-5 {
    margin-top: 32px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-6 {
    margin-top: 40px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-7 {
    margin-top: 48px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-7 {
    margin-bottom: 48px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-8 {
    margin-top: 64px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-8 {
    margin-bottom: 64px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-9 {
    margin-top: 80px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-9 {
    margin-bottom: 80px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-10 {
    margin-top: 96px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-10 {
    margin-bottom: 96px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-11 {
    margin-top: 112px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-11 {
    margin-bottom: 112px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mt-xl-12 {
    margin-top: 128px !important;
  }

  /* line 9, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .mb-xl-12 {
    margin-bottom: 128px !important;
  }

  /* line 11, /app/node_modules/@primer/css/marketing/utilities/margin.scss */
  .my-xl-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-0 {
  padding: 0 !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-1 {
  padding: 4px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-1 {
  padding-right: 4px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-2 {
  padding: 8px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-2 {
  padding-right: 8px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-2 {
  padding-left: 8px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-3 {
  padding: 16px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-3 {
  padding-right: 16px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-3 {
  padding-left: 16px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-4 {
  padding: 24px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-4 {
  padding-right: 24px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-4 {
  padding-left: 24px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-5 {
  padding: 32px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-5 {
  padding-top: 32px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-5 {
  padding-right: 32px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-5 {
  padding-bottom: 32px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-5 {
  padding-left: 32px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-6 {
  padding: 40px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-6 {
  padding-top: 40px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-6 {
  padding-right: 40px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-6 {
  padding-bottom: 40px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-6 {
  padding-left: 40px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-7 {
  padding: 48px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-7 {
  padding-top: 48px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-7 {
  padding-right: 48px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-7 {
  padding-bottom: 48px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-7 {
  padding-left: 48px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-8 {
  padding: 64px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-8 {
  padding-top: 64px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-8 {
  padding-right: 64px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-8 {
  padding-bottom: 64px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-8 {
  padding-left: 64px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-9 {
  padding: 80px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-9 {
  padding-top: 80px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-9 {
  padding-right: 80px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-9 {
  padding-bottom: 80px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-9 {
  padding-left: 80px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-9 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-10 {
  padding: 96px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-10 {
  padding-top: 96px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-10 {
  padding-right: 96px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-10 {
  padding-bottom: 96px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-10 {
  padding-left: 96px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-10 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-11 {
  padding: 112px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-11 {
  padding-top: 112px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-11 {
  padding-right: 112px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-11 {
  padding-bottom: 112px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-11 {
  padding-left: 112px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-11 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

/* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.p-12 {
  padding: 128px !important;
}

/* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pt-12 {
  padding-top: 128px !important;
}

/* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pr-12 {
  padding-right: 128px !important;
}

/* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pb-12 {
  padding-bottom: 128px !important;
}

/* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.pl-12 {
  padding-left: 128px !important;
}

/* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
.py-12 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@media (min-width: 544px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-1 {
    padding: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-1 {
    padding-top: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-1 {
    padding-right: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-1 {
    padding-left: 4px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-2 {
    padding: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-2 {
    padding-top: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-2 {
    padding-right: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-2 {
    padding-left: 8px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-3 {
    padding: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-3 {
    padding-top: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-3 {
    padding-right: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-3 {
    padding-left: 16px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-4 {
    padding: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-4 {
    padding-top: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-4 {
    padding-right: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-4 {
    padding-left: 24px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-5 {
    padding: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-5 {
    padding-top: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-5 {
    padding-right: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-5 {
    padding-left: 32px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-6 {
    padding: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-6 {
    padding-top: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-6 {
    padding-right: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-6 {
    padding-left: 40px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-7 {
    padding: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-7 {
    padding-top: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-7 {
    padding-right: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-7 {
    padding-bottom: 48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-7 {
    padding-left: 48px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-8 {
    padding: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-8 {
    padding-top: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-8 {
    padding-right: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-8 {
    padding-left: 64px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-9 {
    padding: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-9 {
    padding-top: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-9 {
    padding-right: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-9 {
    padding-bottom: 80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-9 {
    padding-left: 80px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-10 {
    padding: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-10 {
    padding-top: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-10 {
    padding-right: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-10 {
    padding-bottom: 96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-10 {
    padding-left: 96px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-11 {
    padding: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-11 {
    padding-top: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-11 {
    padding-right: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-11 {
    padding-bottom: 112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-11 {
    padding-left: 112px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-sm-12 {
    padding: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-sm-12 {
    padding-top: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-sm-12 {
    padding-right: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-sm-12 {
    padding-bottom: 128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-sm-12 {
    padding-left: 128px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-sm-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-1 {
    padding: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-1 {
    padding-top: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-1 {
    padding-right: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-1 {
    padding-left: 4px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-2 {
    padding: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-2 {
    padding-top: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-2 {
    padding-right: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-2 {
    padding-left: 8px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-3 {
    padding: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-3 {
    padding-top: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-3 {
    padding-right: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-3 {
    padding-left: 16px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-4 {
    padding: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-4 {
    padding-top: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-4 {
    padding-right: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-4 {
    padding-left: 24px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-5 {
    padding: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-5 {
    padding-top: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-5 {
    padding-right: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-5 {
    padding-left: 32px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-6 {
    padding: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-6 {
    padding-top: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-6 {
    padding-right: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-6 {
    padding-bottom: 40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-6 {
    padding-left: 40px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-7 {
    padding: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-7 {
    padding-top: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-7 {
    padding-right: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-7 {
    padding-bottom: 48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-7 {
    padding-left: 48px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-8 {
    padding: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-8 {
    padding-top: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-8 {
    padding-right: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-8 {
    padding-bottom: 64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-8 {
    padding-left: 64px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-9 {
    padding: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-9 {
    padding-top: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-9 {
    padding-right: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-9 {
    padding-bottom: 80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-9 {
    padding-left: 80px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-10 {
    padding: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-10 {
    padding-top: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-10 {
    padding-right: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-10 {
    padding-bottom: 96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-10 {
    padding-left: 96px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-11 {
    padding: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-11 {
    padding-top: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-11 {
    padding-right: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-11 {
    padding-bottom: 112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-11 {
    padding-left: 112px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-md-12 {
    padding: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-md-12 {
    padding-top: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-md-12 {
    padding-right: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-md-12 {
    padding-bottom: 128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-md-12 {
    padding-left: 128px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-md-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1012px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-1 {
    padding: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-1 {
    padding-top: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-1 {
    padding-right: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-1 {
    padding-left: 4px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-2 {
    padding: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-2 {
    padding-top: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-2 {
    padding-right: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-2 {
    padding-left: 8px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-3 {
    padding: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-3 {
    padding-top: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-3 {
    padding-right: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-3 {
    padding-left: 16px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-4 {
    padding: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-4 {
    padding-top: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-4 {
    padding-right: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-4 {
    padding-left: 24px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-5 {
    padding: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-5 {
    padding-top: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-5 {
    padding-right: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-5 {
    padding-left: 32px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-6 {
    padding: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-6 {
    padding-top: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-6 {
    padding-right: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-6 {
    padding-left: 40px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-7 {
    padding: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-7 {
    padding-top: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-7 {
    padding-right: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-7 {
    padding-bottom: 48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-7 {
    padding-left: 48px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-8 {
    padding: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-8 {
    padding-top: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-8 {
    padding-right: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-8 {
    padding-left: 64px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-9 {
    padding: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-9 {
    padding-top: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-9 {
    padding-right: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-9 {
    padding-bottom: 80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-9 {
    padding-left: 80px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-10 {
    padding: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-10 {
    padding-top: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-10 {
    padding-right: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-10 {
    padding-bottom: 96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-10 {
    padding-left: 96px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-11 {
    padding: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-11 {
    padding-top: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-11 {
    padding-right: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-11 {
    padding-bottom: 112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-11 {
    padding-left: 112px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-lg-12 {
    padding: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-lg-12 {
    padding-top: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-lg-12 {
    padding-right: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-lg-12 {
    padding-bottom: 128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-lg-12 {
    padding-left: 128px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-lg-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1280px) {
  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-1 {
    padding: 4px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-1 {
    padding-top: 4px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-1 {
    padding-right: 4px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-1 {
    padding-left: 4px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-2 {
    padding: 8px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-2 {
    padding-top: 8px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-2 {
    padding-right: 8px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-2 {
    padding-left: 8px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-3 {
    padding: 16px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-3 {
    padding-top: 16px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-3 {
    padding-right: 16px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-3 {
    padding-left: 16px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-4 {
    padding: 24px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-4 {
    padding-top: 24px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-4 {
    padding-right: 24px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-4 {
    padding-left: 24px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-5 {
    padding: 32px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-5 {
    padding-top: 32px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-5 {
    padding-right: 32px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-5 {
    padding-left: 32px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-6 {
    padding: 40px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-6 {
    padding-top: 40px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-6 {
    padding-right: 40px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-6 {
    padding-left: 40px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-7 {
    padding: 48px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-7 {
    padding-top: 48px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-7 {
    padding-right: 48px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-7 {
    padding-bottom: 48px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-7 {
    padding-left: 48px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-8 {
    padding: 64px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-8 {
    padding-top: 64px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-8 {
    padding-right: 64px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-8 {
    padding-bottom: 64px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-8 {
    padding-left: 64px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-9 {
    padding: 80px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-9 {
    padding-top: 80px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-9 {
    padding-right: 80px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-9 {
    padding-bottom: 80px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-9 {
    padding-left: 80px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-10 {
    padding: 96px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-10 {
    padding-top: 96px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-10 {
    padding-right: 96px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-10 {
    padding-bottom: 96px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-10 {
    padding-left: 96px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-11 {
    padding: 112px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-11 {
    padding-top: 112px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-11 {
    padding-right: 112px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-11 {
    padding-bottom: 112px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-11 {
    padding-left: 112px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  /* line 8, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .p-xl-12 {
    padding: 128px !important;
  }

  /* line 10, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pt-xl-12 {
    padding-top: 128px !important;
  }

  /* line 12, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pr-xl-12 {
    padding-right: 128px !important;
  }

  /* line 14, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pb-xl-12 {
    padding-bottom: 128px !important;
  }

  /* line 16, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .pl-xl-12 {
    padding-left: 128px !important;
  }

  /* line 18, /app/node_modules/@primer/css/marketing/utilities/padding.scss */
  .py-xl-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
/* line 3, /app/app/assets/stylesheets/public/_site-relaunch.scss */
.bg-blue-dark {
  background-color: #032f62 !important;
}

/* line 7, /app/app/assets/stylesheets/public/_site-relaunch.scss */
.text-white-fade {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 13, /app/app/assets/stylesheets/public/_site-relaunch.scss */
.bg-dots-gray {
  background: url("../images/patterns/dots-small.svg");
}

/* line 17, /app/app/assets/stylesheets/public/_site-relaunch.scss */
.bg-dots-gray-large {
  background: url("../images/patterns/dots-large.svg");
}

/* line 1, /app/app/assets/stylesheets/public/custom.scss */
a:hover {
  text-decoration: none;
}

/* line 5, /app/app/assets/stylesheets/public/custom.scss */
.hide {
  display: none;
}

/* line 9, /app/app/assets/stylesheets/public/custom.scss */
.z-1 {
  z-index: 1;
}

/* line 10, /app/app/assets/stylesheets/public/custom.scss */
.z-2 {
  z-index: 2;
}

/* line 11, /app/app/assets/stylesheets/public/custom.scss */
.z-3 {
  z-index: 3;
}

/* line 13, /app/app/assets/stylesheets/public/custom.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 15, /app/app/assets/stylesheets/public/custom.scss */
.text-white-fade {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 19, /app/app/assets/stylesheets/public/custom.scss */
.bg-blue-dark {
  background-color: #032f62 !important;
}

/* line 23, /app/app/assets/stylesheets/public/custom.scss */
.bg-gray-medium {
  background-color: #6a737d !important;
}

/* line 27, /app/app/assets/stylesheets/public/custom.scss */
.State--yellow {
  background-color: #dbab09;
}

/* line 31, /app/app/assets/stylesheets/public/custom.scss */
.container-xxl {
  max-width: 1750px;
  margin-right: auto;
  margin-left: auto;
}

/* line 37, /app/app/assets/stylesheets/public/custom.scss */
.js-link {
  cursor: pointer;
}

/* line 41, /app/app/assets/stylesheets/public/custom.scss */
tr.js-link:hover {
  background-color: #f2f8fa;
}

/* line 45, /app/app/assets/stylesheets/public/custom.scss */
.video-responsive {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 51, /app/app/assets/stylesheets/public/custom.scss */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 62, /app/app/assets/stylesheets/public/custom.scss */
.shaded-background {
  background: linear-gradient(#ffffff, #fafbfc);
}

/* line 66, /app/app/assets/stylesheets/public/custom.scss */
.stafftools-search-border {
  border-bottom: 3px dashed #fdbf2d;
}

/* line 70, /app/app/assets/stylesheets/public/custom.scss */
.stafftools-search-input-background {
  background-color: #3f4447;
}

/* line 74, /app/app/assets/stylesheets/public/custom.scss */
.pack-circles {
  width: 24px;
  height: 24px;
}

/* line 80, /app/app/assets/stylesheets/public/custom.scss */
.attachment-upload-box canvas,
.attachment-upload-box img {
  max-height: 100%;
  max-width: 100%;
}

/* line 88, /app/app/assets/stylesheets/public/custom.scss */
.attachment-upload-box canvas,
.attachment-upload-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* line 96, /app/app/assets/stylesheets/public/custom.scss */
.upload-progress,
.upload-error,
.upload-success {
  display: none;
  text-align: center;
  line-height: 24px;
}
/* line 102, /app/app/assets/stylesheets/public/custom.scss */
.upload-progress span,
.upload-error span,
.upload-success span {
  width: 100%;
  display: block;
}
/* line 106, /app/app/assets/stylesheets/public/custom.scss */
.upload-progress .mega-octicon,
.upload-error .mega-octicon,
.upload-success .mega-octicon {
  font-size: 60px;
  color: #4cb19f;
}

/* line 112, /app/app/assets/stylesheets/public/custom.scss */
.upload-error .mega-octicon {
  color: #992323;
}

/* line 117, /app/app/assets/stylesheets/public/custom.scss */
.progress-bar {
  display: none;
  width: 100%;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-top: 20px;
  position: relative;
}
/* line 126, /app/app/assets/stylesheets/public/custom.scss */
.progress-bar .percent-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
/* line 136, /app/app/assets/stylesheets/public/custom.scss */
.progress-bar .progress {
  width: 0px;
  background-color: #4cb19f;
  height: 100%;
  transition: width 500ms ease-in;
}

/* line 148, /app/app/assets/stylesheets/public/custom.scss */
.article-title {
  color: black;
}
/* line 149, /app/app/assets/stylesheets/public/custom.scss */
.article-title a:link {
  color: black;
}

/* line 153, /app/app/assets/stylesheets/public/custom.scss */
a:active {
  color: black;
}

/* line 156, /app/app/assets/stylesheets/public/custom.scss */
article-title a:hover {
  color: #0366d6;
}

/* line 160, /app/app/assets/stylesheets/public/custom.scss */
#fx-container {
  position: relative;
  border: dashed 1px black;
}
/* line 164, /app/app/assets/stylesheets/public/custom.scss */
#fx-container #skew-handles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 171, /app/app/assets/stylesheets/public/custom.scss */
#fx-container #skew-handles .skew-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px;
  border-radius: 5px;
  cursor: move;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* line 190, /app/app/assets/stylesheets/public/custom.scss */
#uploaded-image {
  cursor: pointer;
}

/* line 194, /app/app/assets/stylesheets/public/custom.scss */
#reset-skew-handles {
  margin-bottom: 1rem;
}

/* line 198, /app/app/assets/stylesheets/public/custom.scss */
#new_photo [type="submit"] {
  margin-top: 1rem;
}

/* line 202, /app/app/assets/stylesheets/public/custom.scss */
#od-ris > hr {
  margin: 5px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

/* line 207, /app/app/assets/stylesheets/public/custom.scss */
.od-item {
  display: inline-block;
  background-color: lightgray;
  margin: 2px;
  padding: 2px 4px;
  border-radius: 3px;
}
/* line 215, /app/app/assets/stylesheets/public/custom.scss */
.od-item[clickable] {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/* line 221, /app/app/assets/stylesheets/public/custom.scss */
.od-item[clickable]:hover {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

/* line 229, /app/app/assets/stylesheets/public/custom.scss */
.od-found-date {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
  border-radius: 2px;
}
/* line 234, /app/app/assets/stylesheets/public/custom.scss */
.od-found-date span {
  font-weight: bold;
}

/* line 239, /app/app/assets/stylesheets/public/custom.scss */
.nsfw-target {
  display: none;
}

/* line 243, /app/app/assets/stylesheets/public/custom.scss */
#pack-gallery-preview {
  border-bottom: none;
  padding: 32px;
  margin-bottom: -16px;
}
@media (min-width: 544px) {
  /* line 243, /app/app/assets/stylesheets/public/custom.scss */
  #pack-gallery-preview {
    margin-bottom: -32px;
  }
}

/* line 253, /app/app/assets/stylesheets/public/custom.scss */
.Label {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: none;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 268, /app/app/assets/stylesheets/public/custom.scss */
.Label--small {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: none;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* line 283, /app/app/assets/stylesheets/public/custom.scss */
.Label--black {
  color: #24292E;
  border-color: #24292E;
}

/* line 288, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-1 {
  color: #0366D6;
  border-color: #0366D6;
}

/* line 293, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-2 {
  color: #0386BD;
  border-color: #0496D4;
}

/* line 298, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-3 {
  color: #04A097;
  border-color: #02BAAF;
}

/* line 303, /app/app/assets/stylesheets/public/custom.scss */
.Label--green-1 {
  color: #28A745;
  border-color: #28A745;
}

/* line 308, /app/app/assets/stylesheets/public/custom.scss */
.Label--green-2 {
  color: #6E9716;
  border-color: #91B62C;
}

/* line 313, /app/app/assets/stylesheets/public/custom.scss */
.Label--yellow {
  color: #959700;
  border-color: #B3B603;
}

/* line 318, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-1 {
  color: #B08800;
  border-color: #F9C513;
}

/* line 323, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-2 {
  color: #D37B00;
  border-color: #F8970E;
}

/* line 328, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-3 {
  color: #E36209;
  border-color: #F66A0A;
}

/* line 333, /app/app/assets/stylesheets/public/custom.scss */
.Label--red-1 {
  color: #EC3200;
  border-color: #EC3200;
}

/* line 338, /app/app/assets/stylesheets/public/custom.scss */
.Label--red-2 {
  color: #CB2431;
  border-color: #CB2431;
}

/* line 343, /app/app/assets/stylesheets/public/custom.scss */
.Label--pink-1 {
  color: #E14279;
  border-color: #E14279;
}

/* line 348, /app/app/assets/stylesheets/public/custom.scss */
.Label--pink-2 {
  color: #D03592;
  border-color: #EC6CB9;
}

/* line 353, /app/app/assets/stylesheets/public/custom.scss */
.Label--purple-1 {
  color: #AC46B5;
  border-color: #AC46B5;
}

/* line 358, /app/app/assets/stylesheets/public/custom.scss */
.Label--purple-2 {
  color: #6F42C1;
  border-color: #6F42C1;
}

/* line 363, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-4 {
  color: #3954CB;
  border-color: #3954CB;
}

/* line 369, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--black:hover {
  color: #FFF;
  background: #24292E;
}

/* line 374, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-1:hover {
  color: #FFF;
  background: #0366D6;
}

/* line 379, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-2:hover {
  color: #FFF;
  background: #0496D4;
}

/* line 384, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-3:hover {
  color: #FFF;
  background: #02BAAF;
}

/* line 389, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--green-1:hover {
  color: #FFF;
  background: #28A745;
}

/* line 394, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--green-2:hover {
  color: #FFF;
  background: #91B62C;
}

/* line 399, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--yellow:hover {
  color: #FFF;
  background: #B3B603;
}

/* line 404, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-1:hover {
  color: #FFF;
  background: #F9C513;
}

/* line 409, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-2:hover {
  color: #FFF;
  background: #F8970E;
}

/* line 414, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-3:hover {
  color: #FFF;
  background: #F66A0A;
}

/* line 419, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--red-1:hover {
  color: #FFF;
  background: #EC3200;
}

/* line 424, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--red-2:hover {
  color: #FFF;
  background: #CB2431;
}

/* line 429, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--pink-1:hover {
  color: #FFF;
  background: #E14279;
}

/* line 434, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--pink-2:hover {
  color: #FFF;
  background: #EC6CB9;
}

/* line 439, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--purple-1:hover {
  color: #FFF;
  background: #AC46B5;
}

/* line 444, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--purple-2:hover {
  color: #FFF;
  background: #6F42C1;
}

/* line 449, /app/app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-4:hover {
  color: #FFF;
  background: #3954CB;
}

/* line 454, /app/app/assets/stylesheets/public/custom.scss */
.Label--black-selected {
  color: #FFF !important;
  background: #24292E !important;
}

/* line 459, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-1-selected {
  color: #FFF !important;
  background: #0366D6 !important;
}

/* line 464, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-2-selected {
  color: #FFF !important;
  background: #0496D4 !important;
}

/* line 469, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-3-selected {
  color: #FFF !important;
  background: #02BAAF !important;
}

/* line 474, /app/app/assets/stylesheets/public/custom.scss */
.Label--green-1-selected {
  color: #FFF !important;
  background: #28A745 !important;
}

/* line 479, /app/app/assets/stylesheets/public/custom.scss */
.Label--green-2-selected {
  color: #FFF !important;
  background: #91B62C !important;
}

/* line 484, /app/app/assets/stylesheets/public/custom.scss */
.Label--yellow-selected {
  color: #FFF !important;
  background: #B3B603 !important;
}

/* line 489, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-1-selected {
  color: #FFF !important;
  background: #F9C513 !important;
}

/* line 494, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-2-selected {
  color: #FFF !important;
  background: #F8970E !important;
}

/* line 499, /app/app/assets/stylesheets/public/custom.scss */
.Label--orange-3-selected {
  color: #FFF !important;
  background: #F66A0A !important;
}

/* line 504, /app/app/assets/stylesheets/public/custom.scss */
.Label--red-1-selected {
  color: #FFF !important;
  background: #EC3200 !important;
}

/* line 509, /app/app/assets/stylesheets/public/custom.scss */
.Label--red-2-selected {
  color: #FFF !important;
  background: #CB2431 !important;
}

/* line 514, /app/app/assets/stylesheets/public/custom.scss */
.Label--pink-1-selected {
  color: #FFF !important;
  background: #E14279 !important;
}

/* line 519, /app/app/assets/stylesheets/public/custom.scss */
.Label--pink-2-selected {
  color: #FFF !important;
  background: #EC6CB9 !important;
}

/* line 524, /app/app/assets/stylesheets/public/custom.scss */
.Label--purple-1-selected {
  color: #FFF !important;
  background: #AC46B5 !important;
}

/* line 529, /app/app/assets/stylesheets/public/custom.scss */
.Label--purple-2-selected {
  color: #FFF !important;
  background: #6F42C1 !important;
}

/* line 534, /app/app/assets/stylesheets/public/custom.scss */
.Label--blue-4-selected {
  color: #FFF !important;
  background: #3954CB !important;
}

/* line 539, /app/app/assets/stylesheets/public/custom.scss */
.blue-hover:hover {
  color: #0366d6 !important;
}

/* line 543, /app/app/assets/stylesheets/public/custom.scss */
.gallery-text {
  position: absolute;
  margin-left: 90px;
  margin-top: 70px;
  display: none;
}

/* line 550, /app/app/assets/stylesheets/public/custom.scss */
.gallery-image-container:hover .gallery-text {
  display: block;
}

/* line 554, /app/app/assets/stylesheets/public/custom.scss */
.gallery-image-container:hover .gallery-image {
  opacity: 5%;
}

/* line 559, /app/app/assets/stylesheets/public/custom.scss */
.dot-gray-light {
  color: #d1d5da;
}

/* line 563, /app/app/assets/stylesheets/public/custom.scss */
.ellipse {
  width: 60px;
  height: 60px;
  top: 180px;
  background: #586069;
  border: 5px solid #F6F8FA;
  box-sizing: border-box;
  border-radius: 50%;
}

/* line 574, /app/app/assets/stylesheets/public/custom.scss */
.ellipse-small {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}

/* line 581, /app/app/assets/stylesheets/public/custom.scss */
.gray-line-long {
  border-left: 5px solid #DFDFDF;
  height: 2000px;
  position: absolute;
  z-index: 1;
}

/* line 588, /app/app/assets/stylesheets/public/custom.scss */
.gray-line-short {
  border-left: 5px solid #DFDFDF;
  height: 100px;
  position: absolute;
  z-index: 1;
}

/* line 3, /app/app/assets/stylesheets/public/_leaflet.scss */
.map {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 8, /app/app/assets/stylesheets/public/_leaflet.scss */
.map h1, .map h2, .map h3, .map h4, .map h5, .map p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}
/* line 14, /app/app/assets/stylesheets/public/_leaflet.scss */
.map a {
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
/* line 20, /app/app/assets/stylesheets/public/_leaflet.scss */
.map .leaflet-popup-content {
  padding: 16px;
}

/* line 5, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
/* line 17, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.icon-only {
  padding-left: 7px;
}
/* line 22, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.primary::after {
  border-top-color: #fff;
}
/* line 25, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.primary::after:active {
  background-color: #28a745;
}

/* line 32, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-large::after {
  margin-left: 0.25em;
  border-width: 0.33em;
}

/* line 44, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu .spinner {
  float: left;
  margin: 4px 0 0 -24px;
}
/* line 50, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.active .select-menu-modal-holder {
  display: block;
}
/* line 55, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.select-menu-modal-right {
  position: relative;
}
/* line 58, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.select-menu-modal-right .select-menu-modal-holder {
  right: 0;
}
/* line 63, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item {
  display: block;
}
/* line 66, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item .octicon {
  color: inherit;
}
/* line 68, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item + .select-menu-no-results {
  display: none !important;
}
/* line 74, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.is-loading .select-menu-loading-overlay {
  display: block;
}
/* line 77, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.is-loading .select-menu-modal {
  min-height: 200px;
}
/* line 81, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.has-error .select-menu-error {
  display: block;
}

/* line 85, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-error {
  display: none;
}

/* line 94, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-loading-overlay {
  position: absolute;
  top: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  border-radius: 5px;
}
/* line 105, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-loading-overlay .octicon-octoface {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

/* line 118, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal-holder {
  position: absolute;
  z-index: 30;
  display: none;
}

/* line 127, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal {
  position: relative;
  width: 300px;
  margin-top: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #586069;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
}

/* line 142, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal-narrow {
  width: 200px;
}

/* line 149, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-header,
.select-menu-divider {
  padding: 8px 10px;
  line-height: 16px;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
}

/* line 157, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .select-menu-title,
.select-menu-divider {
  font-weight: 600;
  color: #24292e;
}

/* line 163, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-divider {
  margin-top: -1px;
  border-top: 1px solid #e1e4e8;
}

/* line 169, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .close-button,
.select-menu-header .octicon {
  display: block;
  float: right;
  color: #c6cbd1;
  cursor: pointer;
}
/* line 176, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .close-button:hover,
.select-menu-header .octicon:hover {
  color: #444d56;
}
/* line 179, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-header:focus {
  outline: none;
}

/* line 187, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-filters {
  background-color: #f6f8fa;
}

/* line 195, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter {
  padding: 10px 10px 0;
}
/* line 198, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter:first-child:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe2e5;
}
/* line 203, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #dfe2e5;
  border-radius: 3px;
}
/* line 211, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter input:-ms-input-placeholder {
  color: #a3aab1;
}
.select-menu-text-filter input::-ms-input-placeholder {
  color: #a3aab1;
}
.select-menu-text-filter input::placeholder {
  color: #a3aab1;
}

/* line 221, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs {
  padding: 10px 10px 0;
  border-bottom: 1px solid #dfe2e5;
}
/* line 225, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs ul {
  position: relative;
  bottom: -1px;
}
/* line 230, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs .select-menu-tab {
  display: inline-block;
}
/* line 234, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a,
.select-menu-tabs .select-menu-tab-nav {
  display: inline-block;
  padding: 4px 8px 2px;
  font-size: 11px;
  font-weight: 600;
  color: #6a737d;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
/* line 247, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a:hover,
.select-menu-tabs .select-menu-tab-nav:hover {
  color: #24292e;
}
/* line 251, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a.selected,
.select-menu-tabs .select-menu-tab-nav.selected {
  color: #24292e;
  background-color: #fff;
  border-color: #dfe2e5;
  border-bottom-color: #fff;
}

/* line 261, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list {
  position: relative;
  max-height: 400px;
  overflow: auto;
}
/* line 266, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.select-menu-tab-bucket {
  display: none;
}
/* line 269, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.select-menu-tab-bucket.selected {
  display: block;
}
/* line 273, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.is-showing-new-item-form .select-menu-new-item-form {
  display: block;
}
/* line 275, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.is-showing-new-item-form .select-menu-no-results,
.select-menu-list.is-showing-new-item-form .select-menu-clear-item {
  display: none;
}

/* line 282, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate {
  padding: 16px;
  text-align: center;
}
/* line 286, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate svg {
  display: block;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  fill: #879099;
}
/* line 294, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate h3 {
  font-size: 14px;
  color: #24292e;
}
/* line 299, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate p {
  width: 195px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

/* line 308, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item {
  display: block;
  padding: 8px 8px 8px 30px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid #eaecef;
}
/* line 316, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .select-menu-item-text .octicon-x {
  display: none;
  float: right;
  margin: 1px 10px 0 0;
  opacity: 0.6;
}
/* line 323, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item:hover {
  text-decoration: none;
}
/* line 325, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.select-menu-item-template {
  display: none;
}
/* line 327, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled, .select-menu-item.disabled.selected {
  color: #6a737d;
  cursor: default;
}
/* line 332, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled .description, .select-menu-item.disabled.selected .description {
  color: #6a737d;
}
/* line 334, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled.opaque, .select-menu-item.disabled.selected.opaque {
  opacity: 0.7;
}
/* line 336, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled .select-menu-item-gravatar, .select-menu-item.disabled.selected .select-menu-item-gravatar {
  opacity: 0.5;
}
/* line 339, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .octicon {
  vertical-align: middle;
}
/* line 343, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .octicon-check {
  visibility: hidden;
}
/* line 345, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item input[type="radio"] {
  display: none;
}
/* line 347, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .select-menu-item.navigation-focus.select-menu-action, .select-menu-item.navigation-focus .description-inline {
  color: #fff;
  background-color: #0366d6;
}
/* line 354, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus > .octicon, .select-menu-item.navigation-focus.selected > .octicon, .select-menu-item.navigation-focus.select-menu-action > .octicon, .select-menu-item.navigation-focus .description-inline > .octicon {
  color: #fff;
}
/* line 356, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus .description,
.select-menu-item.navigation-focus .description-warning, .select-menu-item.navigation-focus.selected .description,
.select-menu-item.navigation-focus.selected .description-warning, .select-menu-item.navigation-focus.select-menu-action .description,
.select-menu-item.navigation-focus.select-menu-action .description-warning, .select-menu-item.navigation-focus .description-inline .description,
.select-menu-item.navigation-focus .description-inline .description-warning {
  color: #fff;
}
/* line 362, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus.disabled {
  color: rgba(255, 255, 255, 0.5);
}
/* line 365, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus.disabled .description {
  color: rgba(255, 255, 255, 0.6);
}
/* line 368, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item > .octicon-dash {
  display: none;
}
/* line 373, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.indeterminate > .octicon-check {
  display: none;
}
/* line 375, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.indeterminate > .octicon-dash {
  display: block;
}
/* line 378, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected {
  color: #24292e;
}
/* line 381, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .description {
  color: #586069;
}
/* line 382, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected > .octicon {
  color: #24292e;
}
/* line 384, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .octicon-check {
  color: inherit;
  visibility: visible;
}
/* line 389, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .select-menu-item-text .octicon-x {
  display: block;
  color: inherit;
}
/* line 395, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu.label-select-menu .select-menu-item:active {
  background-color: transparent !important;
}
/* line 397, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item a {
  color: inherit;
  text-decoration: none;
}
/* line 402, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .hidden-select-button-text {
  display: none;
}
/* line 404, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .css-truncate-target {
  max-width: 100%;
}

/* line 411, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent {
  pointer-events: none;
}
/* line 414, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent:hover {
  cursor: default;
}
/* line 418, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent.navigation-focus, .select-menu-item-parent.navigation-focus.selected {
  color: #24292e;
  background-color: #f1f8ff;
}
/* line 423, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent.navigation-focus .octicon-check, .select-menu-item-parent.navigation-focus.selected .octicon-check {
  color: #24292e;
}

/* line 429, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-icon {
  float: left;
  margin-left: -20px;
}

/* line 434, /app/app/assets/stylesheets/public/select-menu.scss */
form.select-menu-item > div:first-child {
  display: none !important;
}

/* line 439, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list:last-child .select-menu-item:last-child,
.select-menu-item.last-visible {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}

/* line 447, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-action {
  font-weight: normal;
  color: #444d56;
}
/* line 451, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-action > .octicon {
  color: inherit;
}
/* line 453, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-action:hover {
  color: #0366d6;
}

/* line 459, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-no-results {
  display: none;
  padding: 9px;
  color: #586069;
  cursor: auto;
}
/* line 465, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.filterable-empty .select-menu-no-results, .select-menu-no-results:only-child {
  display: block;
}

/* line 475, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar,
.select-menu-item-gravatar {
  width: 20px;
  overflow: hidden;
  line-height: 0;
}
/* line 481, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar img,
.select-menu-item-gravatar img {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

/* line 489, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-gravatar {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
}

/* line 497, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar {
  float: left;
  margin-right: 5px;
}

/* line 503, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text {
  display: block;
  text-align: left;
}
/* line 507, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description {
  display: block;
  max-width: 265px;
  font-size: 12px;
  color: #586069;
}
/* line 514, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description-inline {
  font-size: 10px;
  color: #586069;
}
/* line 519, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description-warning {
  color: #cb2431;
}

/* line 524, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
/* line 531, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-heading .description {
  display: inline;
  font-weight: normal;
}

/* line 542, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-new-item-form {
  display: none;
}
/* line 545, /app/app/assets/stylesheets/public/select-menu.scss */
.select-menu-new-item-form .octicon {
  color: #0366d6;
}

/* line 549, /app/app/assets/stylesheets/public/select-menu.scss */
.modal-backdrop {
  display: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 553, /app/app/assets/stylesheets/public/select-menu.scss */
body.menu-active .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100vw;
  height: 100vh;
}

/* line 3, /app/app/assets/stylesheets/public/_spinner.scss */
.spinner {
  font-family: 'octicons';
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot);
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-000ffd0b89cc0acf1885c8031fab351f939108cee8264bd82b644d3b0ee1d2b1.woff) format("woff"), url(/assets/octicons/octicons/octicons-4fb65511542ca45aa7ef92e9a29e49d2f6ed6d53308a0549c8189bdd68a0853a.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-055dca7f461ae543084ff594f986f7d8cb4136fb8bb57e33ac34907d3364dd1c.svg#octicons) format("svg");
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  animation: spinner 2s infinite linear;
}
/* line 17, /app/app/assets/stylesheets/public/_spinner.scss */
.spinner:before {
  content: '\f087';
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 1, /app/app/assets/stylesheets/public/typeahead.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 5, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-menu {
  position: absolute;
  z-index: 100;
}

/* line 10, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-dataset {
  position: relative;
  width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}
/* line 20, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::before, .tt-dataset::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}
/* line 28, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: #d1d5da;
}
/* line 35, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/* line 43, /app/app/assets/stylesheets/public/typeahead.scss */
.tt-selectable:hover {
  cursor: pointer;
  background-color: #f2f8fa !important;
}

/* line 1, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}
/* line 4, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening, :not(.home) .remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}
/* line 9, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}
/* line 13, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* line 19, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.home .remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.5s;
}
/* line 23, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.home .remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.5s;
}

/* line 28, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* line 32, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal {
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, 0, 0);
}
/* line 37, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}
/* line 42, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}
/* line 46, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* line 51, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video {
  width: 80%;
  max-width: 960px;
  height: auto;
}
/* line 56, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video.remodal-is-opening {
  animation: remodal-opening-keyframes 0.5s;
}
/* line 60, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video.remodal-is-closing {
  animation: remodal-closing-keyframes 0.5s;
}
/* line 64, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video .remodal-close {
  right: 12px;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 40em) {
  /* line 64, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
  .video .remodal-close {
    top: 2px;
    right: 8px;
  }
}
/* line 75, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
/* line 82, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 40em) {
  /* line 51, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
  .video {
    width: 95%;
  }
}

/* line 97, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal:not(.video) {
  width: 455px;
  padding: 16px;
  margin-bottom: 25em;
  color: inherit;
  background: #fff;
  border-radius: 5px;
}
/* line 105, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal:not(.video) .form {
  margin-bottom: 0.8rem;
}

/* line 110, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle;
}

/* line 115, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-close {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  padding: 10px;
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.25;
  transition: color 0.2s;
}

/* line 132, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-header {
  padding: 15.5px;
  margin: -15px -15px 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}

/* line 140, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-description {
  height: 5rem;
}

/* line 144, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-warning {
  padding: 10px 15px;
  margin: -16px -15px 15px;
  color: #796620;
  background-color: #f8eec7;
  border-color: #f2e09a;
  border-style: solid;
  border-width: 1px 0;
}

/* line 154, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-close:hover,
.remodal-close:focus {
  opacity: 1;
}

/* line 159, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-close::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 172, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 223, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.lt-ie9 .remodal-overlay {
  background: #999;
}

/* line 227, /app/app/assets/stylesheets/stafftools/components/_remodal.scss */
.lt-ie9 .remodal {
  width: 455px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, /app/vendor/assets/components/remodal/dist/remodal.css */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal {
  position: relative;
  outline: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 90, /app/vendor/assets/components/remodal/dist/remodal.css */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* line 1, /app/app/assets/stylesheets/public/overrides.scss */
.btn-blue {
  background: none;
  background-color: #2188ff;
}

/* line 6, /app/app/assets/stylesheets/public/overrides.scss */
.btn-blue:hover {
  background: none;
  background-color: #006eed;
}

/* line 11, /app/app/assets/stylesheets/public/overrides.scss */
.breadcrumb-item::after {
  padding: 0 1em;
}
