@charset "UTF-8";
/**
 * stylesheets/_setup.scss
 * Loads a bunch of helpful files for v2 and v3.
 * NOTE: Does not actually output any styles.
 */
/**
 * A copyp from the responsive-image helper we have.
 *
 * @param {String} $url
 */
section.error p, .path-laptops-galago p {
  font-size: 4.5vw;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.25em; }
  @media only screen and (min-width: 769px) {
    section.error p, .path-laptops-galago p {
      font-size: 2.5vw; } }
  @media only screen and (min-width: 1025px) {
    section.error p, .path-laptops-galago p {
      font-size: 2em; } }

textarea.md, input[type=text].md, input[type=email].md, input[type=password].md, input[type=number].md, input[type=tel].md, input[type=date].md, input[type=time].md, input.md:not([type]) {
  padding-right: 3em;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.825), rgba(255, 255, 255, 0.825)), url("/assets/icons/markdown-dc19a63b51.svg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.825), rgba(255, 255, 255, 0.825)), url("/assets/icons/markdown-dc19a63b51.svg");
  background-position: center, top 0.5em right 0.5em;
  background-repeat: no-repeat;
  background-size: cover, 2em; }

header.main nav ul, header.section nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  header.main nav ul li, header.section nav ul li {
    display: inline; }
    header.main nav ul li a, header.section nav ul li a {
      display: inline-block;
      text-decoration: none; }
      header.main nav ul li a.current, header.section nav ul li a.current {
        font-weight: 700; }

.path-my-account-support-cases section.support-case > .action .actions .action .transaction-methods,
.path-my-account-support-cases section.support-case > .action .actions .action .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }

.path-my-account-support-cases section.support-case > .action .actions .action .transaction-methods > .transaction-method,
.path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address {
  display: inline-block;
  margin: 0.5em;
  padding: 0.5em;
  vertical-align: top;
  border: 0.125em solid #574e4a;
  border-radius: 0.25em;
  line-height: 1.5em; }
  .path-my-account-support-cases section.support-case > .action .actions .action .transaction-methods > .selected.transaction-method,
  .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .selected.address {
    border-color: #faa41a;
    box-shadow: 0 0 0.5em rgba(250, 164, 26, 0.5);
    outline: none; }
  .path-my-account-support-cases section.support-case > .action .actions .action .transaction-methods > .transaction-method input[type=radio],
  .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address input[type=radio] {
    display: inline; }

[data-slides='2'], [data-slides='3'], [data-slides='4'], [data-slides='5'], [data-slides='6'], [data-slides='7'], [data-slides='8'], [data-slides='9'], [data-slides='10'], [data-slides='11'], [data-slides='12'] {
  overflow: hidden;
  position: relative; }
  [data-slides='2'] > *, [data-slides='3'] > *, [data-slides='4'] > *, [data-slides='5'] > *, [data-slides='6'] > *, [data-slides='7'] > *, [data-slides='8'] > *, [data-slides='9'] > *, [data-slides='10'] > *, [data-slides='11'] > *, [data-slides='12'] > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0; }

@-webkit-keyframes slideshow-2 {
  from,
  49%,
  to {
    opacity: 1; }
  50%,
  99% {
    opacity: 0; } }

@keyframes slideshow-2 {
  from,
  49%,
  to {
    opacity: 1; }
  50%,
  99% {
    opacity: 0; } }

[data-slides='2'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-2;
          animation-name: slideshow-2;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='2'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-2;
          animation-name: slideshow-2;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-3 {
  from,
  31.83333%,
  to {
    opacity: 1; }
  33.33333%,
  98.5% {
    opacity: 0; } }

@keyframes slideshow-3 {
  from,
  31.83333%,
  to {
    opacity: 1; }
  33.33333%,
  98.5% {
    opacity: 0; } }

[data-slides='3'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-3;
          animation-name: slideshow-3;
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='3'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-3;
          animation-name: slideshow-3;
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='3'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-3;
          animation-name: slideshow-3;
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-4 {
  from,
  23%,
  to {
    opacity: 1; }
  25%,
  98% {
    opacity: 0; } }

@keyframes slideshow-4 {
  from,
  23%,
  to {
    opacity: 1; }
  25%,
  98% {
    opacity: 0; } }

[data-slides='4'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-4;
          animation-name: slideshow-4;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='4'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-4;
          animation-name: slideshow-4;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='4'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-4;
          animation-name: slideshow-4;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='4'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-4;
          animation-name: slideshow-4;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-5 {
  from,
  17.5%,
  to {
    opacity: 1; }
  20%,
  97.5% {
    opacity: 0; } }

@keyframes slideshow-5 {
  from,
  17.5%,
  to {
    opacity: 1; }
  20%,
  97.5% {
    opacity: 0; } }

[data-slides='5'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-5;
          animation-name: slideshow-5;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='5'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-5;
          animation-name: slideshow-5;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='5'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-5;
          animation-name: slideshow-5;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='5'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-5;
          animation-name: slideshow-5;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='5'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-5;
          animation-name: slideshow-5;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-6 {
  from,
  13.66667%,
  to {
    opacity: 1; }
  16.66667%,
  97% {
    opacity: 0; } }

@keyframes slideshow-6 {
  from,
  13.66667%,
  to {
    opacity: 1; }
  16.66667%,
  97% {
    opacity: 0; } }

[data-slides='6'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='6'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='6'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='6'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='6'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='6'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-6;
          animation-name: slideshow-6;
  -webkit-animation-duration: 12000ms;
          animation-duration: 12000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-7 {
  from,
  10.78571%,
  to {
    opacity: 1; }
  14.28571%,
  96.5% {
    opacity: 0; } }

@keyframes slideshow-7 {
  from,
  10.78571%,
  to {
    opacity: 1; }
  14.28571%,
  96.5% {
    opacity: 0; } }

[data-slides='7'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='7'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-7;
          animation-name: slideshow-7;
  -webkit-animation-duration: 14000ms;
          animation-duration: 14000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-8 {
  from,
  8.5%,
  to {
    opacity: 1; }
  12.5%,
  96% {
    opacity: 0; } }

@keyframes slideshow-8 {
  from,
  8.5%,
  to {
    opacity: 1; }
  12.5%,
  96% {
    opacity: 0; } }

[data-slides='8'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='8'] > *:nth-child(8) {
  -webkit-animation-name: slideshow-8;
          animation-name: slideshow-8;
  -webkit-animation-duration: 16000ms;
          animation-duration: 16000ms;
  -webkit-animation-delay: -14000ms;
          animation-delay: -14000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-9 {
  from,
  6.61111%,
  to {
    opacity: 1; }
  11.11111%,
  95.5% {
    opacity: 0; } }

@keyframes slideshow-9 {
  from,
  6.61111%,
  to {
    opacity: 1; }
  11.11111%,
  95.5% {
    opacity: 0; } }

[data-slides='9'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(8) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -14000ms;
          animation-delay: -14000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='9'] > *:nth-child(9) {
  -webkit-animation-name: slideshow-9;
          animation-name: slideshow-9;
  -webkit-animation-duration: 18000ms;
          animation-duration: 18000ms;
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-10 {
  from,
  5%,
  to {
    opacity: 1; }
  10%,
  95% {
    opacity: 0; } }

@keyframes slideshow-10 {
  from,
  5%,
  to {
    opacity: 1; }
  10%,
  95% {
    opacity: 0; } }

[data-slides='10'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(8) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -14000ms;
          animation-delay: -14000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(9) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='10'] > *:nth-child(10) {
  -webkit-animation-name: slideshow-10;
          animation-name: slideshow-10;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-delay: -18000ms;
          animation-delay: -18000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-11 {
  from,
  3.59091%,
  to {
    opacity: 1; }
  9.09091%,
  94.5% {
    opacity: 0; } }

@keyframes slideshow-11 {
  from,
  3.59091%,
  to {
    opacity: 1; }
  9.09091%,
  94.5% {
    opacity: 0; } }

[data-slides='11'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(8) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -14000ms;
          animation-delay: -14000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(9) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(10) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -18000ms;
          animation-delay: -18000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='11'] > *:nth-child(11) {
  -webkit-animation-name: slideshow-11;
          animation-name: slideshow-11;
  -webkit-animation-duration: 22000ms;
          animation-duration: 22000ms;
  -webkit-animation-delay: -20000ms;
          animation-delay: -20000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes slideshow-12 {
  from,
  2.33333%,
  to {
    opacity: 1; }
  8.33333%,
  94% {
    opacity: 0; } }

@keyframes slideshow-12 {
  from,
  2.33333%,
  to {
    opacity: 1; }
  8.33333%,
  94% {
    opacity: 0; } }

[data-slides='12'] > *:nth-child(1) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -0ms;
          animation-delay: -0ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(2) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(3) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(4) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -6000ms;
          animation-delay: -6000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(5) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -8000ms;
          animation-delay: -8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(6) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -10000ms;
          animation-delay: -10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(7) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -12000ms;
          animation-delay: -12000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(8) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -14000ms;
          animation-delay: -14000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(9) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(10) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -18000ms;
          animation-delay: -18000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(11) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -20000ms;
          animation-delay: -20000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

[data-slides='12'] > *:nth-child(12) {
  -webkit-animation-name: slideshow-12;
          animation-name: slideshow-12;
  -webkit-animation-duration: 24000ms;
          animation-duration: 24000ms;
  -webkit-animation-delay: -22000ms;
          animation-delay: -22000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

header.omni strike {
  position: relative;
  text-decoration: none;
  font-weight: normal; }
  header.omni strike::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 0.125rem solid;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    content: ""; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
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.
     */
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.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, ul.tabs li a,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button, ul.tabs li a {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, ul.tabs li a,
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.
     */
button, ul.tabs li a,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button, ul.tabs li a,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner, ul.tabs li a::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring, ul.tabs li a:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
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.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont-674f50d287.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont-674f50d287.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont-af7ae505a9.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont-fee66e712a.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont-b06871f281.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont-912ec66d75.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

button, ul.tabs li a, .button, [type=submit], [type=button], [type=reset] {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: transparent;
  border: 0.125em solid #574e4a;
  border-radius: 0.25em;
  color: inherit;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease;
  -webkit-appearance: none; }
  button:focus, ul.tabs li a:focus, .button:focus, [type=submit]:focus, [type=button]:focus, [type=reset]:focus {
    border-color: #faa41a;
    box-shadow: 0 0 0.5em rgba(250, 164, 26, 0.5);
    outline: none; }
  button:disabled, ul.tabs li a:disabled, .button:disabled, [type=submit]:disabled, [type=button]:disabled, [type=reset]:disabled, button.disabled, ul.tabs li a.disabled, .disabled.button, .disabled[type=submit], .disabled[type=button], .disabled[type=reset] {
    opacity: 0.5;
    pointer-events: none; }
  button:hover, ul.tabs li a:hover, .button:hover, [type=submit]:hover, [type=button]:hover, [type=reset]:hover, button:active, ul.tabs li a:active, .button:active, [type=submit]:active, [type=button]:active, [type=reset]:active, button.active, ul.tabs li a.active, .active.button, .active[type=submit], .active[type=button], .active[type=reset] {
    background-color: #faa41a;
    color: #fff;
    border-color: #574e4a; }

button.destructive, ul.tabs li a.destructive, .button.destructive, [type=submit].destructive, [type=button].destructive, [type=reset].destructive {
  background-color: #f15d22;
  color: #fff; }
  button.destructive:focus, ul.tabs li a.destructive:focus, .button.destructive:focus, [type=submit].destructive:focus, [type=button].destructive:focus, [type=reset].destructive:focus, button.destructive:hover, ul.tabs li a.destructive:hover, .button.destructive:hover, [type=submit].destructive:hover, [type=button].destructive:hover, [type=reset].destructive:hover, button.destructive:active, ul.tabs li a.destructive:active, .button.destructive:active, [type=submit].destructive:active, [type=button].destructive:active, [type=reset].destructive:active, button.active.destructive, ul.tabs li a.active.destructive, .active.button.destructive, .active[type=submit].destructive, .active[type=button].destructive, .active[type=reset].destructive {
    background-color: #f48052; }

button.suggested, ul.tabs li a.suggested, .button.suggested, [type=submit].suggested, [type=button].suggested, [type=reset].suggested {
  background-color: #48b9c7;
  color: #fff; }
  button.suggested:focus, ul.tabs li a.suggested:focus, .button.suggested:focus, [type=submit].suggested:focus, [type=button].suggested:focus, [type=reset].suggested:focus, button.suggested:hover, ul.tabs li a.suggested:hover, .button.suggested:hover, [type=submit].suggested:hover, [type=button].suggested:hover, [type=reset].suggested:hover, button.suggested:active, ul.tabs li a.suggested:active, .button.suggested:active, [type=submit].suggested:active, [type=button].suggested:active, [type=reset].suggested:active, button.active.suggested, ul.tabs li a.active.suggested, .active.button.suggested, .active[type=submit].suggested, .active[type=button].suggested, .active[type=reset].suggested {
    background-color: #6fc8d3; }

button:not(:link), ul.tabs li a:not(:link), .button:not(:link), ul.tabs li a:not(:link), [type=submit]:not(:link), ul.tabs li a:not(:link), [type=button]:not(:link), ul.tabs li a:not(:link), [type=reset]:not(:link), ul.tabs li a:not(:link) {
  cursor: default; }

a:link button, a:link ul.tabs li a, ul.tabs li a:link a, a:link .button, a:link ul.tabs li a, ul.tabs li a:link a, a:link [type=submit], a:link ul.tabs li a, ul.tabs li a:link a, a:link [type=button], a:link ul.tabs li a, ul.tabs li a:link a, a:link [type=reset], a:link ul.tabs li a, ul.tabs li a:link a {
  cursor: inherit; }

pre {
  position: relative; }
  pre code {
    background: #333;
    border-color: #000;
    border-radius: 0.375rem;
    color: #fff;
    display: block;
    font-family: "System76 Fira Mono", "Fira Mono", "Roboto Mono", "Ubuntu Mono", monospace;
    margin: 0.5em auto;
    overflow-x: auto;
    padding: 0.25em 0.5em;
    position: relative; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Hair-3c406ba396.eot");
  src: url("/fonts/fira/eot/FiraSans-Hair-3c406ba396.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Hair-571b038db1.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Hair-f1e0304c4b.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-HairItalic-25bb6de77c.eot");
  src: url("/fonts/fira/eot/FiraSans-HairItalic-25bb6de77c.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-HairItalic-76131e3f2a.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-HairItalic-07665a8655.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-UltraLight-3baefce4c2.eot");
  src: url("/fonts/fira/eot/FiraSans-UltraLight-3baefce4c2.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-UltraLight-f7289beeaa.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-UltraLight-e3909a352b.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-UltraLightItalic-8d0cab9ea6.eot");
  src: url("/fonts/fira/eot/FiraSans-UltraLightItalic-8d0cab9ea6.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-UltraLightItalic-a6d5834d2b.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-UltraLightItalic-44d25d86ba.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Light-3689e18b38.eot");
  src: url("/fonts/fira/eot/FiraSans-Light-3689e18b38.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Light-20adaf630b.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Light-55b04531e7.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-LightItalic-7af5b26041.eot");
  src: url("/fonts/fira/eot/FiraSans-LightItalic-7af5b26041.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-LightItalic-61177e5d22.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-LightItalic-8f3698a75a.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Regular-db689e5fea.eot");
  src: url("/fonts/fira/eot/FiraSans-Regular-db689e5fea.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Regular-5d6a923de9.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Regular-537188a19a.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Italic-bdea00fee0.eot");
  src: url("/fonts/fira/eot/FiraSans-Italic-bdea00fee0.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Italic-ac4cb18fe1.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Italic-e7e76a0ee1.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Medium-11706edfe8.eot");
  src: url("/fonts/fira/eot/FiraSans-Medium-11706edfe8.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Medium-082fab5904.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Medium-3a0dacdeab.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-MediumItalic-eae7f4a3c4.eot");
  src: url("/fonts/fira/eot/FiraSans-MediumItalic-eae7f4a3c4.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-MediumItalic-6c8a2646d7.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-MediumItalic-b81e92794a.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-SemiBold-a4b7ffb8a4.eot");
  src: url("/fonts/fira/eot/FiraSans-SemiBold-a4b7ffb8a4.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-SemiBold-c993fe3b9d.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-SemiBold-99490044e8.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-SemiBoldItalic-928098d88f.eot");
  src: url("/fonts/fira/eot/FiraSans-SemiBoldItalic-928098d88f.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-SemiBoldItalic-c6ab1ca458.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-SemiBoldItalic-1f011c7711.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Bold-0de5f536bd.eot");
  src: url("/fonts/fira/eot/FiraSans-Bold-0de5f536bd.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Bold-494219a963.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Bold-25037ef8d1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-BoldItalic-90b8087c48.eot");
  src: url("/fonts/fira/eot/FiraSans-BoldItalic-90b8087c48.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-BoldItalic-b10e46158d.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-BoldItalic-5b3b812df9.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-ExtraBold-f815b4abe4.eot");
  src: url("/fonts/fira/eot/FiraSans-ExtraBold-f815b4abe4.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-ExtraBold-397e374a54.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-ExtraBold-567fc26028.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-ExtraBoldItalic-038d6c4947.eot");
  src: url("/fonts/fira/eot/FiraSans-ExtraBoldItalic-038d6c4947.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-ExtraBoldItalic-fb62edfe82.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-ExtraBoldItalic-e94711c046.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-Heavy-ad5f8a76f0.eot");
  src: url("/fonts/fira/eot/FiraSans-Heavy-ad5f8a76f0.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-Heavy-9fc9132c19.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-Heavy-7214af207c.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Sans';
  src: url("/fonts/fira/eot/FiraSans-HeavyItalic-1c3a70661b.eot");
  src: url("/fonts/fira/eot/FiraSans-HeavyItalic-1c3a70661b.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraSans-HeavyItalic-fdd47976a4.woff") format("woff"), url("/fonts/fira/ttf/FiraSans-HeavyItalic-a101160bad.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'System76 Fira Mono';
  src: url("/fonts/fira/eot/FiraMono-Regular-98f97ed2db.eot");
  src: url("/fonts/fira/eot/FiraMono-Regular-98f97ed2db.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraMono-Regular-690950e8d8.woff") format("woff"), url("/fonts/fira/ttf/FiraMono-Regular-0b6138c5b3.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'System76 Fira Mono';
  src: url("/fonts/fira/eot/FiraMono-Bold-b4d0ec951f.eot");
  src: url("/fonts/fira/eot/FiraMono-Bold-b4d0ec951f.eot?#iefix") format("embedded-opentype"), url("/fonts/fira/woff/FiraMono-Bold-b6ef510e23.woff") format("woff"), url("/fonts/fira/ttf/FiraMono-Bold-e0fd770c1b.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'System76 Roboto Slab';
  src: url("/fonts/roboto-slab/robotoslab-bold-webfont-cae06c5d5d.eot");
  src: url("/fonts/roboto-slab/robotoslab-bold-webfont-cae06c5d5d.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab/robotoslab-bold-webfont-f7bfdbd780.woff2") format("woff2"), url("/fonts/roboto-slab/robotoslab-bold-webfont-d42f65b29f.woff") format("woff"), url("/fonts/roboto-slab/robotoslab-bold-webfont-c705f0426b.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'System76 Roboto Slab';
  src: url("/fonts/roboto-slab/robotoslab-light-webfont-d174c546fe.eot");
  src: url("/fonts/roboto-slab/robotoslab-light-webfont-d174c546fe.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab/robotoslab-light-webfont-db918b3b76.woff2") format("woff2"), url("/fonts/roboto-slab/robotoslab-light-webfont-54c3efcc34.woff") format("woff"), url("/fonts/roboto-slab/robotoslab-light-webfont-3bde54802d.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'System76 Roboto Slab';
  src: url("/fonts/roboto-slab/robotoslab-regular-webfont-89831d0a0b.eot");
  src: url("/fonts/roboto-slab/robotoslab-regular-webfont-89831d0a0b.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab/robotoslab-regular-webfont-df89b19df3.woff2") format("woff2"), url("/fonts/roboto-slab/robotoslab-regular-webfont-06b3a835fe.woff") format("woff"), url("/fonts/roboto-slab/robotoslab-regular-webfont-dd60c56734.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'System76 Roboto Slab';
  src: url("/fonts/roboto-slab/robotoslab-thin-webfont-1b77667e55.eot");
  src: url("/fonts/roboto-slab/robotoslab-thin-webfont-1b77667e55.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab/robotoslab-thin-webfont-dd5eda617d.woff2") format("woff2"), url("/fonts/roboto-slab/robotoslab-thin-webfont-01465919b9.woff") format("woff"), url("/fonts/roboto-slab/robotoslab-thin-webfont-2bace8146a.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

textarea, input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=time], input:not([type]), .dropdown {
  display: block;
  margin: 1em auto;
  padding: 0.5em;
  width: 100%;
  background: #fff;
  border: 0.125em solid #574e4a;
  border-radius: 0.25em;
  font: inherit;
  -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease;
  -webkit-appearance: none; }
  textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, input:focus:not([type]), .dropdown:focus {
    border-color: #faa41a;
    box-shadow: 0 0 0.5em rgba(250, 164, 26, 0.5);
    outline: none; }

textarea {
  min-height: 6em;
  resize: vertical; }

label {
  display: block;
  margin: 1em auto;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif; }
  label + textarea,
  label > textarea {
    margin-top: -1em; }
  label + input[type=text],
  label > input[type=text] {
    margin-top: -1em; }
  label + input[type=email],
  label > input[type=email] {
    margin-top: -1em; }
  label + input[type=password],
  label > input[type=password] {
    margin-top: -1em; }
  label + input[type=number],
  label > input[type=number] {
    margin-top: -1em; }
  label + input[type=tel],
  label > input[type=tel] {
    margin-top: -1em; }
  label + input[type=date],
  label > input[type=date] {
    margin-top: -1em; }
  label + input[type=time],
  label > input[type=time] {
    margin-top: -1em; }
  label + input:not([type]),
  label > input:not([type]) {
    margin-top: -1em; }

fieldset {
  margin-top: 1em;
  padding: 1em;
  border: 0.125em solid #d4cfcc;
  border-radius: 0.25em; }
  fieldset > h1:first-child,
  fieldset > h2:first-child,
  fieldset > h3:first-child,
  fieldset > h4:first-child,
  fieldset > h5:first-child,
  fieldset > h6:first-child {
    margin-top: 0; }

form button, .path-my-account-support-cases section.support-case > .action .actions .action button, form ul.tabs li a, ul.tabs li form a, .path-my-account-support-cases section.support-case > .action .actions .action ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .actions .action a, form .button, .path-my-account-support-cases section.support-case > .action .actions .action .button, form ul.tabs li a, ul.tabs li form a, .path-my-account-support-cases section.support-case > .action .actions .action ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .actions .action a, form [type=submit], .path-my-account-support-cases section.support-case > .action .actions .action [type=submit], form ul.tabs li a, ul.tabs li form a, .path-my-account-support-cases section.support-case > .action .actions .action ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .actions .action a, form [type=button], .path-my-account-support-cases section.support-case > .action .actions .action [type=button], form ul.tabs li a, ul.tabs li form a, .path-my-account-support-cases section.support-case > .action .actions .action ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .actions .action a, form [type=reset], .path-my-account-support-cases section.support-case > .action .actions .action [type=reset], form ul.tabs li a, ul.tabs li form a, .path-my-account-support-cases section.support-case > .action .actions .action ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .actions .action a {
  float: right;
  margin-left: 1em; }

form section, .path-my-account-support-cases section.support-case > .action .actions .action section {
  clear: both; }

.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1em;
  position: relative; }
  .dropdown select {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 0.5em;
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .dropdown::after {
    content: " ▼";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1em;
    text-align: right;
    pointer-events: none; }

.create-new-address, .create-new-transaction-method {
  font-size: 0; }
  .create-new-address > *, .create-new-transaction-method > * {
    display: inline-block;
    width: 100%;
    font-size: 1rem; }

.create-new-address .first-name,
.create-new-address .last-name,
.create-new-address .city,
.create-new-address .state,
.create-new-address .zip,
.create-new-address .country, .create-new-transaction-method .name,
.create-new-transaction-method .number, .create-new-transaction-method .exp-month,
.create-new-transaction-method .exp-year,
.create-new-transaction-method .cvc {
  display: inline-block;
  margin-right: 1em; }

.create-new-address .first-name,
.create-new-address .last-name,
.create-new-address .city,
.create-new-address .state,
.create-new-address .zip,
.create-new-address .country, .create-new-transaction-method .name,
.create-new-transaction-method .number {
  width: calc(50% - 0.5em); }

.create-new-transaction-method .exp-month,
.create-new-transaction-method .exp-year,
.create-new-transaction-method .cvc {
  width: calc(33.33% - 0.67em); }

.create-new-address .last-name,
.create-new-address .state,
.create-new-address .country, .create-new-transaction-method .number,
.create-new-transaction-method .cvc {
  margin-right: 0; }

/**
 * artoo/stylesheets/v2/_heroes.scss
 * Styles large media based hero sections
 */
.hero {
  background-color: #574e4a;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .hero > .fg {
    color: #fff;
    display: block;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1em #574e4a;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
    .hero > .fg > *:first-child {
      margin-top: 0; }
    .hero > .fg h1 {
      margin-bottom: 0.25em; }
      @media only screen and (min-width: 1025px) {
        .hero > .fg h1 {
          font-size: 3vw; } }
    .hero > .fg button, .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg .button, .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=submit], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=button], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=reset], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a {
      border-color: #fff;
      box-shadow: 0 0 1em -0.25em #574e4a, 0 0 1em -0.25em #574e4a inset; }
      @media only screen and (min-width: 1025px) {
        .hero > .fg button, .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg .button, .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=submit], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=button], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a, .hero > .fg [type=reset], .hero > .fg ul.tabs li a, ul.tabs li .hero > .fg a {
          font-size: 1.5vw;
          font-weight: 700; } }
      .hero > .fg button:hover, .hero > .fg ul.tabs li a:hover, ul.tabs li .hero > .fg a:hover, .hero > .fg button:focus, .hero > .fg ul.tabs li a:focus, ul.tabs li .hero > .fg a:focus, .hero > .fg .button:hover, .hero > .fg ul.tabs li a:hover, ul.tabs li .hero > .fg a:hover, .hero > .fg .button:focus, .hero > .fg ul.tabs li a:focus, ul.tabs li .hero > .fg a:focus, .hero > .fg [type=submit]:hover, .hero > .fg ul.tabs li a:hover, ul.tabs li .hero > .fg a:hover, .hero > .fg [type=submit]:focus, .hero > .fg ul.tabs li a:focus, ul.tabs li .hero > .fg a:focus, .hero > .fg [type=button]:hover, .hero > .fg ul.tabs li a:hover, ul.tabs li .hero > .fg a:hover, .hero > .fg [type=button]:focus, .hero > .fg ul.tabs li a:focus, ul.tabs li .hero > .fg a:focus, .hero > .fg [type=reset]:hover, .hero > .fg ul.tabs li a:hover, ul.tabs li .hero > .fg a:hover, .hero > .fg [type=reset]:focus, .hero > .fg ul.tabs li a:focus, ul.tabs li .hero > .fg a:focus {
        text-shadow: none;
        box-shadow: none; }
  .hero > .bg {
    width: 100%; }
  .hero > .fg + .bg {
    opacity: 0.33;
    -webkit-transition: all 250ms;
    transition: all 250ms; }
    @media only screen and (min-width: 1025px) {
      .hero > .fg + .bg {
        opacity: 1; } }

a.hero:focus {
  border-color: #faa41a;
  z-index: 6; }
  a.hero:focus > .bg {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.33; }

kbd {
  min-width: 16px;
  padding: 0.1em 0.33em 0.1em;
  background-image: -webkit-linear-gradient(top, #eaeaea, #fff);
  background-image: linear-gradient(to bottom, #eaeaea, #fff);
  border: 1px solid #ddd;
  border-radius: 2.5px;
  box-shadow: inset 0 0 0 1px rgba(221, 221, 221, 0.05), inset 0 1px 0 0 rgba(221, 221, 221, 0.45), inset 0 -1px 0 0 rgba(221, 221, 221, 0.15), 0 1px 0 0 #ddd;
  font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
  font-weight: normal;
  text-shadow: 0 1px #fff; }

header.main {
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 6; }
  @media only screen and (min-width: 1025px) {
    header.main {
      padding: 1rem; } }
  header.main nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header.main nav ul {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: block; }
      header.main nav ul li a {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
        font-family: "System76 Roboto Slab", "Roboto Slab", serif;
        line-height: 1.25em;
        text-decoration: none;
        text-transform: lowercase; }
        header.main nav ul li a:hover {
          color: inherit; }
    header.main nav .home {
      display: inline-block;
      margin: 1rem;
      width: 50%;
      max-width: 200px;
      position: relative;
      height: 52px;
      background-image: url(/assets/logo-67274041c5.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      color: transparent;
      font-size: 150%; }
    header.main nav .quick {
      -ms-flex-item-align: center;
          align-self: center;
      font-weight: 300;
      text-align: right; }
      @media only screen and (min-width: 769px) {
        header.main nav .quick {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      header.main nav .quick a {
        padding: 1rem 0.5rem;
        font-size: 0; }
        @media only screen and (min-width: 1025px) {
          header.main nav .quick a {
            padding: 1rem; } }
        header.main nav .quick a i {
          font-size: 1rem;
          opacity: 0.8; }
          @media only screen and (min-width: 1025px) {
            header.main nav .quick a i {
              padding: 0; } }
    header.main nav .categories {
      -ms-flex-item-align: center;
          align-self: center;
      padding-left: 0.5rem;
      width: 100%;
      font-weight: 300; }
      @media only screen and (min-width: 769px) {
        header.main nav .categories {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: auto; } }
      @media only screen and (min-width: 1025px) {
        header.main nav .categories {
          text-align: center; } }
      header.main nav .categories a {
        padding: 1rem 0.25rem; }
        @media only screen and (min-width: 769px) {
          header.main nav .categories a {
            padding: 1rem; } }
        @media only screen and (min-width: 1025px) {
          header.main nav .categories a {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            text-align: center; } }

footer.main {
  background-color: #574e4a;
  border-bottom: 2px solid #574e4a;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  font-weight: 300;
  position: relative;
  z-index: 4; }
  footer.main a {
    display: inline-block;
    color: #d5d3d2;
    text-decoration: none;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease; }
    footer.main a:hover {
      color: #fff;
      text-decoration: underline; }
  footer.main .disclaimer a {
    color: inherit;
    text-decoration: underline; }
  footer.main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.main ul li {
      display: inline; }
  footer.main nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 1em 0;
    font-size: 1.125em; }
    @media only screen and (min-width: 1025px) {
      footer.main nav {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    footer.main nav .pages {
      margin-left: auto;
      margin-right: auto;
      max-width: 1280px;
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      line-height: 1.25em;
      font-size: 0.8rem; }
      @media only screen and (min-width: 450px) {
        footer.main nav .pages {
          font-size: 0.95rem; } }
      @media only screen and (min-width: 1025px) {
        footer.main nav .pages {
          font-size: 1.125rem; } }
      footer.main nav .pages a {
        display: block;
        padding: 0.33em 0; }
    footer.main nav .social {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      text-align: center; }
      @media only screen and (min-width: 1025px) {
        footer.main nav .social {
          text-align: right; } }
      footer.main nav .social a {
        color: #9a9592;
        font-size: 0; }
        footer.main nav .social a:hover {
          color: #eeeded; }
        footer.main nav .social a i {
          padding: 0.25em;
          font-size: 1.75rem; }
          @media only screen and (min-width: 1025px) {
            footer.main nav .social a i {
              padding: 0.5em;
              font-size: 2.25rem; } }
  footer.main .copyright,
  footer.main .disclaimer,
  footer.main .trademarks {
    color: #aba7a5;
    font-family: "System76 Roboto Slab", "Roboto Slab", serif;
    text-align: center; }
  footer.main .copyright {
    margin-top: 1em;
    margin-bottom: 1em; }
  footer.main .disclaimer,
  footer.main .trademarks {
    font-size: 0.625em; }

header.omni {
  background-color: rgba(87, 78, 74, 0.8);
  color: #fff;
  font-size: 4.444vw;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999; }
  @media only screen and (min-width: 360px) {
    header.omni {
      font-size: 1rem; } }
  header.omni .content {
    -ms-grid-row-align: center;
        align-items: center;
    display: -ms-grid;
    display: grid;
    grid-column: 1 / 2;
    grid-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 0.5em; }
    @media only screen and (min-width: 769px) {
      header.omni .content {
        grid-column: 1 / 3;
        -ms-grid-columns: 20ch auto 20ch;
            grid-template-columns: 20ch auto 20ch; } }
  header.omni button, header.omni ul.tabs li a, ul.tabs li header.omni a, header.omni .button, header.omni ul.tabs li a, ul.tabs li header.omni a, header.omni [type=submit], header.omni ul.tabs li a, ul.tabs li header.omni a, header.omni [type=button], header.omni ul.tabs li a, ul.tabs li header.omni a, header.omni [type=reset], header.omni ul.tabs li a, ul.tabs li header.omni a {
    border-color: #fff; }
  header.omni .center {
    display: none;
    text-decoration: none; }
    @media only screen and (min-width: 769px) {
      header.omni .center {
        display: block; } }
  header.omni .config-price,
  header.omni .finance-price {
    font-weight: 600;
    font-size: 1.5rem; }
  header.omni .finance-price::after {
    display: inline;
    content: "/month*";
    font-size: 1rem;
    font-style: normal;
    font-weight: normal; }
  header.omni .learn-more {
    text-decoration: underline; }

header.section {
  background-color: #48b9c7;
  color: #fff; }
  header.section section.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
  header.section h1 {
    margin: 0.25em auto 0.25em;
    max-width: 1280px;
    padding: 1rem 0 1rem 1rem; }
  header.section nav ul {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header.section nav ul li a {
      padding: 0.5em;
      text-transform: lowercase; }
      header.section nav ul li a:hover {
        color: inherit;
        text-decoration: underline; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 100%; }
  body > * {
    width: 100%; }

#page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  #page-container > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  #page-container main#page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 1rem; }

picture, video, img, iframe {
  display: block;
  max-width: 100%; }

picture {
  overflow: auto;
  display: table; }
  picture img {
    width: 100%;
    height: auto;
    display: table-row; }

.messages .message {
  margin: 1em auto; }
  .messages .message::after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .messages .message {
      max-width: 80%; } }
  .messages .message img {
    display: block;
    margin: 0 auto; }
  .messages .message .avatar, .messages .message .avatar-small, .messages .message .avatar-medium, .messages .message .avatar-large {
    display: inline-block;
    float: right;
    margin-left: 0.5em;
    width: 48px;
    height: 48px;
    position: relative;
    background-color: #000;
    border-radius: 50%;
    border: none;
    z-index: 1;
    margin: 0.25em; }
    .messages .message .avatar img, .messages .message .avatar-small img, .messages .message .avatar-medium img, .messages .message .avatar-large img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit; }
    .messages .message .avatar::after, .messages .message .avatar-small::after, .messages .message .avatar-medium::after, .messages .message .avatar-large::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      border: none;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), inset 0 0 0 2px rgba(255, 255, 255, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.45), inset 0 -2px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
    .messages .message .avatar-small {
      width: 1.5em;
      height: 1.5em; }
    .messages .message .avatar-medium {
      width: 3em;
      height: 3em; }
    .messages .message .avatar-large {
      width: 6em;
      height: 6em; }
  .messages .message .content {
    padding: 0 1em 1em;
    position: relative;
    width: 100%;
    border-style: solid;
    border-radius: 0.5em;
    border-width: 0.25em; }
    @media only screen and (min-width: 769px) {
      .messages .message .content {
        max-width: lower-bound(769px, 1024px)-96px;
        border-radius: 0.5em; } }
    .messages .message .content p {
      padding: 0; }
      .messages .message .content p:last-of-type {
        margin-bottom: 0; }
  .messages .message time {
    clear: both;
    display: block;
    float: right;
    opacity: 0.5;
    font-size: 0.75em; }
  .messages .message.customer .content, .messages .message.supplier .content {
    border-color: #48b9c7; }
    @media only screen and (min-width: 769px) {
      .messages .message.customer .content, .messages .message.supplier .content {
        float: right; } }
  @media only screen and (min-width: 769px) {
    .messages .message.customer time, .messages .message.supplier time {
      margin-right: 64px; } }
  .messages .message.support .content {
    border-color: #faa41a; }
    @media only screen and (min-width: 769px) {
      .messages .message.support .content {
        float: left; } }
  .messages .message.support .avatar, .messages .message.support .avatar-small, .messages .message.support .avatar-medium, .messages .message.support .avatar-large {
    float: left; }
    @media only screen and (min-width: 769px) {
      .messages .message.support .avatar, .messages .message.support .avatar-small, .messages .message.support .avatar-medium, .messages .message.support .avatar-large {
        margin-right: 0; } }
  .messages .message.support time {
    float: left;
    text-align: left; }
    @media only screen and (min-width: 769px) {
      .messages .message.support time {
        margin-left: 64px; } }

.modal {
  display: inline-block;
  left: 50%;
  max-height: 75vh;
  max-width: 95vw;
  min-height: 64px;
  min-width: 64px;
  overflow-y: auto;
  opacity: 0;
  padding: 0 1rem 1rem;
  pointer-events: none;
  position: fixed;
  top: 50%;
  width: 600px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  color: #574e4a;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 3; }
  .modal .close {
    height: 2rem;
    margin: 0.25rem;
    padding: 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    border: none;
    border-radius: 50%;
    color: inherit; }
  .modal + .behind {
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    background-color: rgba(87, 78, 74, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 2; }

.modal-toggle {
  display: none; }
  .modal-toggle:checked + .modal {
    opacity: 1;
    pointer-events: auto; }
    .modal-toggle:checked + .modal + .behind {
      opacity: 1;
      pointer-events: auto; }

.product-callout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1055px;
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: #349ca8;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  margin: 2em auto;
  padding: 0 1em;
  text-align: center;
  width: 100%; }
  .product-callout h1,
  .product-callout h2,
  .product-callout h3,
  .product-callout h4,
  .product-callout h5,
  .product-callout h6,
  .product-callout p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    color: inherit;
    font-family: "System76 Roboto Slab", "Roboto Slab", serif;
    font-style: normal; }
  .product-callout h1 {
    font-size: 1.75em; }
  .product-callout.has-icon h1::before, .product-callout.has-icon h1::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffce51;
    content: "";
    display: inline-block;
    margin: 0 1ch .25em; }
  .product-callout h2,
  .product-callout h3,
  .product-callout h4,
  .product-callout h5,
  .product-callout h6 {
    font-size: 1.25em;
    font-weight: normal; }
  .product-callout p {
    max-width: 38rem;
    font-size: 1rem; }
    .product-callout p:first-child {
      margin-top: 1.25em; }
    .product-callout p.success {
      font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
      font-style: italic; }
  .product-callout .button, .product-callout ul.tabs li a, ul.tabs li .product-callout a {
    margin-bottom: 1rem;
    border-color: initial;
    border-width: 3px;
    color: inherit;
    font-weight: 700; }
    .product-callout .button:hover, .product-callout ul.tabs li a:hover, ul.tabs li .product-callout a:hover, .product-callout .button:active, .product-callout ul.tabs li a:active, ul.tabs li .product-callout a:active {
      background-color: #48b9c7;
      border-color: #48b9c7;
      color: #fff; }
  .product-callout form {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem; }
  .product-callout input {
    border-color: #48b9c7;
    border-width: 3px;
    font-family: "System76 Fira Sans", "Fira Sans", sans-serif; }
  .product-callout .error input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #faa41a; }

#specs table {
  margin: 0 auto; }
  #specs table tr {
    vertical-align: text-top; }
    #specs table tr td {
      padding: 0;
      font-size: 1em; }
      @media only screen and (min-width: 769px) {
        #specs table tr td {
          font-size: 1.25em; } }
      #specs table tr td:first-child {
        padding-right: 1em;
        font-weight: bold;
        font-family: "System76 Roboto Slab", "Roboto Slab", serif;
        line-height: 1.25em;
        text-align: right; }
  #specs table p {
    margin: 0;
    padding: 0;
    line-height: 2em;
    font-size: inherit; }

ul.tabs {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  ul.tabs li {
    display: inline;
    font-size: 0; }
    ul.tabs li a {
      display: inline-block;
      border-radius: 0;
      border-right-width: 0.0625em;
      border-left-width: 0.0625em;
      font-size: 1rem; }
    ul.tabs li.active a {
      background-color: #faa41a;
      color: #fff;
      border-color: #574e4a; }
    ul.tabs li:first-child a {
      border-left-width: 0.125em;
      border-top-left-radius: 0.25em;
      border-bottom-left-radius: 0.25em; }
    ul.tabs li:last-child a {
      border-right-width: 0.125em;
      border-top-right-radius: 0.25em;
      border-bottom-right-radius: 0.25em; }

h1 {
  font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
  font-size: 2.25em;
  font-style: italic;
  font-weight: 300;
  line-height: 1em; }
  @media only screen and (min-width: 769px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
  font-size: 4.75vw;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.175em; }
  @media only screen and (min-width: 769px) {
    h2 {
      font-size: 3vw; } }
  @media only screen and (min-width: 1025px) {
    h2 {
      font-size: 2.125em; } }

h3 {
  font-size: 1.75em;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    h3 {
      font-size: 2em; } }

h4 {
  font-size: 1.5em; }
  @media only screen and (min-width: 769px) {
    h4 {
      font-size: 1.5em; } }

h5 {
  font-size: 1.25em; }
  @media only screen and (min-width: 769px) {
    h5 {
      font-size: 1em; } }

h6 {
  font-size: 1em; }
  @media only screen and (min-width: 769px) {
    h6 {
      font-size: 0.75em; } }

p,
ul,
ol {
  line-height: 1.5em; }

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, text-shadow 250ms ease, box-shadow 250ms ease; }
  a:hover {
    color: #faa41a; }
  a:focus {
    box-shadow: 0 0 0.5em #faa41a;
    outline: 1px solid #faa41a; }
  a:hover, a:active, a:active:focus {
    box-shadow: none;
    outline: none; }

/**
 * artoo/stylesheets/v2/pages/_home.scss
 * Styles for the homepage
 *
 * TODO: Due to fluid video positioning, z-index on this page is a mess
 */
.homepage header.omni {
  background-color: rgba(7, 13, 47, 0.875);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9); }

.homepage header.main {
  background-blend-mode: overlay;
  background-color: rgba(7, 13, 47, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 -80px 0 #070d2f;
  color: #fff;
  position: relative;
  text-shadow: 0 0 6px #070d2f, 0 0 0.8em rgba(7, 13, 47, 0.75), 0 0 1em rgba(7, 13, 47, 0.6); }
  .homepage header.main * {
    font-weight: 500; }
  .homepage header.main .home {
    background-image: url("/assets/logo-white-c583b00485.png"); }

.homepage #hero {
  background-color: #070d2f;
  color: #fff;
  display: block;
  min-height: 375px;
  position: relative;
  width: 100%;
  z-index: 1; }
  .homepage #hero .bg {
    bottom: 0;
    height: calc(100% + 190px);
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 48%;
       object-position: center 48%;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: -190px;
    width: 100%; }
  .homepage #hero .fg {
    bottom: 0;
    left: 0;
    max-width: 100vw;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .homepage #hero .fg div,
    .homepage #hero .fg h1,
    .homepage #hero .fg picture {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 4; }
    .homepage #hero .fg picture,
    .homepage #hero .fg .button,
    .homepage #hero .fg ul.tabs li a, ul.tabs li
    .homepage #hero .fg a {
      margin: 0 auto; }
    .homepage #hero .fg h1 {
      color: inherit;
      font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
      font-size: 5.2vw;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.25mm;
      line-height: 1.75em;
      max-width: 90vw;
      text-align: center;
      text-transform: uppercase;
      top: 25%;
      width: 100%; }
    .homepage #hero .fg picture {
      max-width: 450px;
      padding: 0 1rem;
      top: 60%;
      width: 100%; }
    .homepage #hero .fg div {
      display: none;
      top: 85%; }
    .homepage #hero .fg .button, .homepage #hero .fg ul.tabs li a, ul.tabs li .homepage #hero .fg a {
      border-color: #fff;
      box-shadow: none;
      color: #fff;
      font-weight: 700; }
  @media only screen and (min-width: 450px) {
    .homepage #hero {
      min-height: 500px; }
      .homepage #hero .bg {
        height: calc(100% + 150px);
        top: -140px; } }
  @media only screen and (min-width: 700px) {
    .homepage #hero {
      min-height: 700px; }
      .homepage #hero .fg h1 {
        top: 15%; }
      .homepage #hero .fg picture {
        max-width: 600px;
        top: 52%; }
      .homepage #hero .fg div {
        display: table; }
      .homepage #hero .fg div .button, .homepage #hero .fg div ul.tabs li a, ul.tabs li .homepage #hero .fg div a {
        font-size: 1.5em; } }
  @media only screen and (min-width: 900px) {
    .homepage #hero {
      height: calc(100vh - 200px);
      max-height: 800px; }
      .homepage #hero .bg {
        height: calc(100% + 200px);
        opacity: 1;
        top: -145px; }
      .homepage #hero .fg h1 {
        font-size: 2rem;
        max-width: 840px;
        top: 15%; }
      .homepage #hero .fg picture {
        top: 40%; }
      .homepage #hero .fg div {
        top: 75%; }
      .homepage #hero .fg .button, .homepage #hero .fg ul.tabs li a, ul.tabs li .homepage #hero .fg a {
        border-color: #333;
        color: #333; } }
  @media only screen and (min-width: 900px) and (min-aspect-ratio: 3 / 1) {
    .homepage #hero:after {
      background: -webkit-linear-gradient(top, rgba(7, 13, 47, 0.3) 10%, rgba(7, 13, 47, 0) 30%, rgba(7, 13, 47, 0) 40%, rgba(7, 13, 47, 0.8));
      background: linear-gradient(to bottom, rgba(7, 13, 47, 0.3) 10%, rgba(7, 13, 47, 0) 30%, rgba(7, 13, 47, 0) 40%, rgba(7, 13, 47, 0.8));
      bottom: 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      right: 0; }
    .homepage #hero .fg div {
      top: 80%; }
    .homepage #hero .fg .button, .homepage #hero .fg ul.tabs li a, ul.tabs li .homepage #hero .fg a {
      border-color: #fff;
      color: #fff; } }

.homepage .hero {
  border-top: 1px solid #fff; }
  .homepage .hero .bg {
    -webkit-filter: saturate(0);
            filter: saturate(0);
    mix-blend-mode: soft-light;
    opacity: 0.75; }
  .homepage .hero .fg {
    width: 60%; }
    .homepage .hero .fg .button, .homepage .hero .fg ul.tabs li a, ul.tabs li .homepage .hero .fg a {
      display: none;
      margin: 1em auto 0; }
  @media only screen and (min-width: 641px) {
    .homepage .hero .fg {
      width: 40%; } }
  @media only screen and (min-width: 1025px) {
    .homepage .hero .bg {
      -webkit-filter: none;
              filter: none;
      opacity: 1;
      mix-blend-mode: normal; }
    .homepage .hero .fg .button, .homepage .hero .fg ul.tabs li a, ul.tabs li .homepage .hero .fg a {
      display: block; } }

.homepage #panels {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-size: 6vmin;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
  text-align: center;
  z-index: 5; }
  @media only screen and (min-width: 460px) {
    .homepage #panels {
      font-size: 1.6rem; } }
  .homepage #panels > a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 240px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    -webkit-transition: background 200ms;
    transition: background 200ms; }
    @media only screen and (min-width: 640px) {
      .homepage #panels > a {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; } }
    @media only screen and (min-width: 960px) {
      .homepage #panels > a {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%; } }
    @media only screen and (min-width: 1920px) {
      .homepage #panels > a {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 16.666%;
                flex: 1 1 16.666%; } }
    .homepage #panels > a:nth-child(6n+1) {
      background-color: #9c005d; }
    .homepage #panels > a:nth-child(6n+2) {
      background-color: #f15d5e; }
    .homepage #panels > a:nth-child(6n+3) {
      background-color: #e3b02c; }
    .homepage #panels > a:nth-child(6n+4) {
      background-color: #48b9c7; }
    .homepage #panels > a:nth-child(6n+5) {
      background-color: #73c48f; }
    .homepage #panels > a:nth-child(6n) {
      background-color: #faa41a; }
  .homepage #panels img {
    bottom: 0;
    -webkit-filter: saturate(0);
            filter: saturate(0);
    height: 100%;
    left: 0;
    max-height: unset;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.25;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    width: 100%;
    z-index: 1; }
  .homepage #panels span,
  .homepage #panels .button,
  .homepage #panels ul.tabs li a, ul.tabs li
  .homepage #panels a {
    display: table;
    left: 50%;
    position: relative;
    top: 50%;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    z-index: 2; }
  .homepage #panels span {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .homepage #panels .button, .homepage #panels ul.tabs li a, ul.tabs li .homepage #panels a {
    border-color: #fff;
    border-width: 3px;
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    opacity: 0;
    padding: 0.33em 1em;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%); }
  .homepage #panels > a:hover,
  .homepage #panels > a:focus {
    background-color: #574e4a;
    color: #fff;
    z-index: 3; }
    .homepage #panels > a:hover span,
    .homepage #panels > a:focus span {
      -webkit-transform: translate(-50%, -160%);
              transform: translate(-50%, -160%); }
    .homepage #panels > a:hover .button, .homepage #panels > a:hover ul.tabs li a, ul.tabs li .homepage #panels > a:hover a,
    .homepage #panels > a:focus .button,
    .homepage #panels > a:focus ul.tabs li a, ul.tabs li
    .homepage #panels > a:focus a {
      background-color: transparent;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (pointer: coarse) {
    .homepage #panels span {
      -webkit-transform: translate(-50%, -160%);
              transform: translate(-50%, -160%); }
    .homepage #panels .button, .homepage #panels ul.tabs li a, ul.tabs li .homepage #panels a {
      background-color: transparent;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.path-careers .page .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 60em; }

@media only screen and (min-width: 769px) {
  .path-careers .two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 1em auto; }
    .path-careers .two-columns ul {
      margin: 0; }
    .path-careers .two-columns li {
      margin-bottom: 1em;
      column-break-inside: avoid;
      -webkit-column-break-inside: avoid; }
    .path-careers .two-columns h5 {
      margin-top: 0;
      margin-bottom: 1em; }
      .path-careers .two-columns h5 + ul {
        margin-bottom: 2em;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid; } }

.path-support header.section {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1; }
  .path-support header.section h1 button, .path-support header.section h1 ul.tabs li a, ul.tabs li .path-support header.section h1 a, .path-support header.section h1 .button, .path-support header.section h1 ul.tabs li a, ul.tabs li .path-support header.section h1 a, .path-support header.section h1 [type=submit], .path-support header.section h1 ul.tabs li a, ul.tabs li .path-support header.section h1 a, .path-support header.section h1 [type=button], .path-support header.section h1 ul.tabs li a, ul.tabs li .path-support header.section h1 a, .path-support header.section h1 [type=reset], .path-support header.section h1 ul.tabs li a, ul.tabs li .path-support header.section h1 a {
    float: right;
    margin: 0.25em 1em;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }
    .path-support header.section h1 button:hover, .path-support header.section h1 ul.tabs li a:hover, ul.tabs li .path-support header.section h1 a:hover, .path-support header.section h1 .button:hover, .path-support header.section h1 ul.tabs li a:hover, ul.tabs li .path-support header.section h1 a:hover, .path-support header.section h1 [type=submit]:hover, .path-support header.section h1 ul.tabs li a:hover, ul.tabs li .path-support header.section h1 a:hover, .path-support header.section h1 [type=button]:hover, .path-support header.section h1 ul.tabs li a:hover, ul.tabs li .path-support header.section h1 a:hover, .path-support header.section h1 [type=reset]:hover, .path-support header.section h1 ul.tabs li a:hover, ul.tabs li .path-support header.section h1 a:hover {
      opacity: 0.8; }

section.docs {
  max-width: 900px; }
  section.docs .doc-description h3 {
    margin-bottom: 0; }
    section.docs .doc-description h3 a {
      text-decoration: none; }
      section.docs .doc-description h3 a::after {
        content: ' »';
        color: #faa41a; }
  section.docs img {
    display: block;
    margin: 2em auto;
    border: 1px solid #999; }
  section.docs table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: left; }
    section.docs table tr th,
    section.docs table tr td {
      padding: 0.5em;
      border: 1px solid #ddd; }
    section.docs table tr:nth-child(odd) td {
      background-color: #f9f9f9; }

section.error {
  background-image: -webkit-radial-gradient(circle, #858ab0 25%, #707796 75%);
  background-image: radial-gradient(circle, #858ab0 25%, #707796 75%);
  color: #fff; }

section.error .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 769px) {
    section.error .content {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

section.error .button, section.error ul.tabs li a, ul.tabs li section.error a {
  margin: 1em 0.5em;
  border-color: #fff; }

section.error.error-500 .text {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }
  @media only screen and (min-width: 769px) {
    section.error.error-500 .text {
      -webkit-transform: translate(-15%, 10%) scale(0.8);
              transform: translate(-15%, 10%) scale(0.8); } }

section.error.error-500 .robot {
  pointer-events: none; }
  @media only screen and (min-width: 769px) {
    section.error.error-500 .robot {
      -webkit-transform: translateX(10%);
              transform: translateX(10%); } }

@media only screen and (min-width: 769px) {
  section.error.error-404 .content > div:first-child {
    max-width: 50%; } }

section.error.error-404 .game {
  height: 900px;
  max-height: 90vh;
  padding-bottom: 200%;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    section.error.error-404 .game {
      margin: 2em;
      padding-bottom: 75%; } }
  section.error.error-404 .game iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none; }

.path-pop {
  background-attachment: fixed;
  background-color: #070d2f;
  background-image: url("/assets/pop/stars-bg_2560-30eb6ef373.png");
  background-position: 0px 0px;
  background-size: cover;
  color: #fff; }
  .path-pop header.main, .path-pop .intro, .path-pop .outro {
    background-color: #fff;
    color: #757575; }
  .path-pop .intro button, .path-pop .intro ul.tabs li a, ul.tabs li .path-pop .intro a, .path-pop .intro .button, .path-pop .intro [type=submit], .path-pop .intro [type=button], .path-pop .intro [type=reset], .path-pop .outro button, .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro .button, .path-pop .outro [type=submit], .path-pop .outro [type=button], .path-pop .outro [type=reset] {
    border-width: 4px;
    font-size: 1.5em;
    font-weight: bold;
    margin: 4em auto; }
    @media only screen and (min-width: 769px) {
      .path-pop .intro button, .path-pop .intro ul.tabs li a, ul.tabs li .path-pop .intro a, .path-pop .intro .button, .path-pop .intro [type=submit], .path-pop .intro [type=button], .path-pop .intro [type=reset], .path-pop .outro button, .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro .button, .path-pop .outro [type=submit], .path-pop .outro [type=button], .path-pop .outro [type=reset] {
        font-size: 2em; } }
  .path-pop header.omni {
    background-color: rgba(7, 13, 47, 0.875);
    box-shadow: 0 1px rgba(255, 255, 255, 0.9); }
  .path-pop header.main {
    box-shadow: 0 -80px #fff; }
  .path-pop header.section {
    background-color: #fff;
    color: #333; }
    .path-pop header.section h1 {
      margin-left: 0; }
  .path-pop h1,
  .path-pop h2,
  .path-pop h3,
  .path-pop h4,
  .path-pop h5,
  .path-pop h6 {
    text-align: center; }
  .path-pop h2 {
    font-size: 1.875em;
    margin-bottom: 0; }
    @media only screen and (min-width: 769px) {
      .path-pop h2 {
        font-size: 2.5em; } }
  .path-pop h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
    padding-right: 0.69531em;
    text-transform: lowercase; }
    @media only screen and (min-width: 769px) {
      .path-pop h3 {
        font-size: 2em; } }
    .path-pop h3::after {
      content: '_';
      color: #faa41a;
      display: inline-block;
      margin-right: -0.69531em;
      padding-left: 0.125em; }
  .path-pop p {
    margin-left: auto;
    margin-right: auto;
    max-width: 33em;
    font-size: 16.5px;
    margin: 2em auto;
    text-align: left; }
    @media only screen and (min-width: 769px) {
      .path-pop p {
        font-size: 22px; } }
  .path-pop .intro {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff 50vw), url("/assets/pop/moon_2560-98b200bae5.png");
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff 50vw), url("/assets/pop/moon_2560-98b200bae5.png");
    background-position: center, bottom center;
    background-size: 100%, 150%;
    background-repeat: no-repeat, no-repeat;
    padding: 0 1rem 4em;
    text-align: center; }
    .path-pop .intro > p:first-of-type {
      margin-top: 0;
      padding-top: 2em; }
    .path-pop .intro picture {
      display: block;
      margin: 0 auto;
      width: 640px; }
  .path-pop .imagine {
    margin: 2em auto; }
    @media only screen and (min-width: 1025px) {
      .path-pop .imagine {
        margin: 4em auto; } }
    .path-pop .imagine.automation .robot {
      background-image: url("/assets/pop/planet-orange-fb7682b09c.png"), url("/assets/pop/planet-light-yellow-4d8c91e1c8.png"), url("/assets/pop/planet-yellow-e154c33b71.png");
      background-position: left top, 53% 10%, 67% 19%;
      background-repeat: no-repeat;
      background-size: 15%, 8%, 10%; }

@-webkit-keyframes heartbeat {
  0% {
    opacity: 0; }
  10%, 65% {
    opacity: 1; }
  75% {
    opacity: 0; } }

@keyframes heartbeat {
  0% {
    opacity: 0; }
  10%, 65% {
    opacity: 1; }
  75% {
    opacity: 0; } }
      .path-pop .imagine.automation .robot img {
        opacity: 0; }
      .path-pop .imagine.automation .robot.visible img {
        -webkit-animation-duration: 8.567s;
                animation-duration: 8.567s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-name: heartbeat;
                animation-name: heartbeat;
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in; }
    .path-pop .imagine.development {
      text-align: center; }
      .path-pop .imagine.development .terminal {
        display: inline-block;
        height: 70ch;
        margin: 0 auto;
        -webkit-mask-image: -webkit-linear-gradient(transparent, #000 20%, #000, #000 80%, transparent);
                mask-image: linear-gradient(transparent, #000 20%, #000, #000 80%, transparent);
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%; }
        .path-pop .imagine.development .terminal samp {
          -webkit-animation-name: terminal;
                  animation-name: terminal;
          -webkit-animation-duration: 90s;
                  animation-duration: 90s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
                  animation-timing-function: linear;
          display: inline-block;
          margin: 0 auto;
          max-width: 80ch;
          text-align: left;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          white-space: pre-wrap; }
          @media only screen and (min-width: 769px) {
            .path-pop .imagine.development .terminal samp {
              -webkit-animation-duration: 50s;
                      animation-duration: 50s; } }
          .path-pop .imagine.development .terminal samp .pass {
            color: #73c48f; }

@-webkit-keyframes terminal {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes terminal {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .path-pop .imagine.intelligent {
      margin-bottom: 0; }
      .path-pop .imagine.intelligent p {
        margin-bottom: 0; }
  .path-pop .scan {
    position: relative;
    position: relative; }
    .path-pop .scan::before {
      content: "";
      display: block;
      padding-top: 35.15625%;
      width: 100%; }
    .path-pop .scan > * {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .path-pop .scan .planets,
    .path-pop .scan .lines {
      -webkit-animation-duration: 10s;
              animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: planets;
              animation-name: planets;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    .path-pop .scan .planets {
      background-repeat: no-repeat;
      background-size: contain;
      height: auto;
      position: absolute; }
      .path-pop .scan .planets:nth-of-type(1) {
        background-image: url("/assets/pop/planet-red-801eb831e1.png");
        left: 53.6%;
        top: 58%;
        width: 10.4%; }
      .path-pop .scan .planets:nth-of-type(2) {
        background-image: url("/assets/pop/planet-orange-fb7682b09c.png");
        left: 33.9%;
        top: 10%;
        width: 5.8%; }
      .path-pop .scan .planets:nth-of-type(3) {
        background-image: url("/assets/pop/planet-yellow-e154c33b71.png");
        left: 62.6%;
        top: 25.2%;
        width: 3.2%; }
      .path-pop .scan .planets:nth-of-type(4) {
        background-image: url("/assets/pop/planet-light-yellow-4d8c91e1c8.png");
        left: 56.8%;
        top: 19.2%;
        width: 2.8%; }
    .path-pop .scan .lines {
      background-size: cover;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0; }
      .path-pop .scan .lines:nth-of-type(5) {
        -webkit-animation-name: horizontal-lines;
                animation-name: horizontal-lines;
        background-image: url("/assets/pop/grid-horizontal_2560-538d327381.png");
        width: 100%; }
      .path-pop .scan .lines:nth-of-type(6) {
        -webkit-animation-name: vertical-lines;
                animation-name: vertical-lines;
        background-image: url("/assets/pop/grid-vertical_2560-c74b5ffe20.png");
        height: 100%; }

@-webkit-keyframes planets {
  0%, 70% {
    opacity: 0; }
  78%, 90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes planets {
  0%, 70% {
    opacity: 0; }
  78%, 90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes horizontal-lines {
  from, 33% {
    opacity: 1;
    height: 0%; }
  67%, 70% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 0;
    height: 100%; }
  to {
    opacity: 0;
    height: 0%; } }

@keyframes horizontal-lines {
  from, 33% {
    opacity: 1;
    height: 0%; }
  67%, 70% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 0;
    height: 100%; }
  to {
    opacity: 0;
    height: 0%; } }

@-webkit-keyframes vertical-lines {
  from {
    opacity: 1;
    width: 0%; }
  33%, 67%, 70% {
    opacity: 1;
    width: 100%; }
  80% {
    opacity: 0;
    width: 100%; }
  to {
    opacity: 0;
    width: 0%; } }

@keyframes vertical-lines {
  from {
    opacity: 1;
    width: 0%; }
  33%, 67%, 70% {
    opacity: 1;
    width: 100%; }
  80% {
    opacity: 0;
    width: 100%; }
  to {
    opacity: 0;
    width: 0%; } }
  .path-pop .chooser {
    font-weight: bold;
    text-align: center; }
    .path-pop .chooser button, .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser .button, .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=submit], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=button], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=reset], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a {
      margin: 0.5em;
      border-color: #fff;
      color: #fff;
      font-size: 0.75em;
      font-weight: bold; }
      @media only screen and (min-width: 769px) {
        .path-pop .chooser button, .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser .button, .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=submit], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=button], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a, .path-pop .chooser [type=reset], .path-pop .chooser ul.tabs li a, ul.tabs li .path-pop .chooser a {
          font-size: 1em; } }
  .path-pop .overlay {
    margin: 0 auto;
    max-width: 928px;
    position: relative; }
    .path-pop .overlay .video-frame {
      position: relative; }
      .path-pop .overlay .video-frame::before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%; }
      .path-pop .overlay .video-frame > * {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .path-pop .overlay .video-frame video {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease; }
        .path-pop .overlay .video-frame video.visible {
          pointer-events: auto;
          opacity: 1; }
    @media only screen and (min-width: 769px) {
      .path-pop .overlay {
        border-left: 4em solid transparent;
        border-right: 4em solid transparent;
        border-bottom: 3em solid #262626;
        box-shadow: 0 2em 0 0em #1a1a1a; }
        .path-pop .overlay .video-frame {
          background-color: #333;
          border: 2em solid #1a1a1a;
          border-top-left-radius: 0.5em;
          border-top-right-radius: 0.5em; } }
  .path-pop p.caption {
    display: none;
    margin: 0.25em auto 0;
    text-align: center; }
    .path-pop p.caption.visible {
      display: block; }
    @media only screen and (min-width: 769px) {
      .path-pop p.caption {
        margin-top: 2em; } }
  .path-pop .outro {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff 50vw), url("/assets/pop/big-planet_2560-be42b7ef4a.png");
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff 50vw), url("/assets/pop/big-planet_2560-be42b7ef4a.png");
    background-position: center, top center;
    background-size: 100%, 150%;
    background-repeat: no-repeat, no-repeat;
    margin-top: 6em;
    padding: 6em 1rem 8em;
    text-align: center; }
    .path-pop .outro h3.download {
      margin-top: 3em; }
    .path-pop .outro button, .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro .button, .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro [type=submit], .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro [type=button], .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a, .path-pop .outro [type=reset], .path-pop .outro ul.tabs li a, ul.tabs li .path-pop .outro a {
      margin-top: 0; }
    .path-pop .outro .resources {
      text-align: center; }
      .path-pop .outro .resources button, .path-pop .outro .resources ul.tabs li a, ul.tabs li .path-pop .outro .resources a, .path-pop .outro .resources .button, .path-pop .outro .resources ul.tabs li a, ul.tabs li .path-pop .outro .resources a, .path-pop .outro .resources [type=submit], .path-pop .outro .resources ul.tabs li a, ul.tabs li .path-pop .outro .resources a, .path-pop .outro .resources [type=button], .path-pop .outro .resources ul.tabs li a, ul.tabs li .path-pop .outro .resources a, .path-pop .outro .resources [type=reset], .path-pop .outro .resources ul.tabs li a, ul.tabs li .path-pop .outro .resources a {
        border: none;
        font-size: 1rem;
        margin-bottom: 0.25em; }
    .path-pop .outro p {
      text-align: center; }
  .path-pop footer.main {
    background-color: #fff;
    box-shadow: 0 -1px #333;
    color: #333; }
    .path-pop footer.main a {
      color: #333; }
    .path-pop footer.main nav .social a {
      color: rgba(51, 51, 51, 0.6); }
      .path-pop footer.main nav .social a:hover {
        color: #333; }
    .path-pop footer.main .copyright,
    .path-pop footer.main .disclaimer,
    .path-pop footer.main .trademarks {
      color: rgba(51, 51, 51, 0.6); }
  .path-pop #download-modal {
    text-align: center;
    width: 660px; }
    .path-pop #download-modal .button.suggested, .path-pop #download-modal ul.tabs li a.suggested, ul.tabs li .path-pop #download-modal a.suggested {
      margin: 0 0.5rem 1rem; }
    .path-pop #download-modal .notes {
      display: block; }
    .path-pop #download-modal .copy {
      display: inline-block;
      width: 100%; }
      .path-pop #download-modal .copy p {
        font-size: 1rem;
        margin: 1em auto;
        max-width: unset; }
    .path-pop #download-modal + .behind {
      background-color: rgba(7, 13, 47, 0.5); }

.path-pop-tech header.main,
.path-pop-community header.main {
  background-color: rgba(7, 13, 47, 0.45);
  box-shadow: none;
  color: #fff; }
  .path-pop-tech header.main .home,
  .path-pop-community header.main .home {
    background-image: url("/assets/logo-white-c583b00485.png"); }
  .path-pop-tech header.main ul.categories,
  .path-pop-community header.main ul.categories {
    font-weight: 500; }

.path-pop-tech h2,
.path-pop-tech h3,
.path-pop-tech h4,
.path-pop-tech h5,
.path-pop-tech h6,
.path-pop-community h2,
.path-pop-community h3,
.path-pop-community h4,
.path-pop-community h5,
.path-pop-community h6 {
  margin-top: 6em; }

.path-pop-tech h2:first-child,
.path-pop-community h2:first-child {
  margin-top: 0; }

.path-pop-tech h2 + h3,
.path-pop-community h2 + h3 {
  margin-top: 0.5em; }

.path-pop-tech .content.imagine ol,
.path-pop-tech .content.imagine ul,
.path-pop-community .content.imagine ol,
.path-pop-community .content.imagine ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 33em;
  font-size: 16.5px;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (min-width: 769px) {
    .path-pop-tech .content.imagine ol,
    .path-pop-tech .content.imagine ul,
    .path-pop-community .content.imagine ol,
    .path-pop-community .content.imagine ul {
      font-size: 22px; } }

.path-pop-tech footer.main,
.path-pop-community footer.main {
  background-color: rgba(7, 13, 47, 0.45);
  border-color: #070d2f;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.9);
  color: #fff; }
  .path-pop-tech footer.main a,
  .path-pop-community footer.main a {
    color: #fff; }
  .path-pop-tech footer.main nav .social a,
  .path-pop-community footer.main nav .social a {
    color: rgba(255, 255, 255, 0.6); }
    .path-pop-tech footer.main nav .social a:hover,
    .path-pop-community footer.main nav .social a:hover {
      color: #fff; }
  .path-pop-tech footer.main .copyright,
  .path-pop-tech footer.main .disclaimer,
  .path-pop-tech footer.main .trademarks,
  .path-pop-community footer.main .copyright,
  .path-pop-community footer.main .disclaimer,
  .path-pop-community footer.main .trademarks {
    color: rgba(255, 255, 255, 0.6); }

.path-servers .content.features {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: 40vh; }
  @media only screen and (min-width: 1441px) {
    .path-servers .content.features {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.path-servers .features picture {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.path-servers .features ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  margin: 2rem auto;
  max-width: 40ch;
  min-width: 300px;
  text-align: left; }
  @media only screen and (min-width: 769px) {
    .path-servers .features ul {
      font-size: 1.75rem; } }

.path-servers .features li {
  list-style: none;
  margin: 0.5em 0; }
  .path-servers .features li:before {
    content: "\2022";
    font-size: 4em;
    font-style: normal;
    line-height: 0.25em;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0.25em; }
  .path-servers .features li:first-child:before, .path-servers .features li:nth-child(5n+1):before {
    color: #faa41a; }
  .path-servers .features li:nth-child(5n+2):before {
    color: #48b9c7; }
  .path-servers .features li:nth-child(5n+3):before {
    color: #f15d22; }
  .path-servers .features li:nth-child(5n+4):before {
    color: #73c48f; }
  .path-servers .features li:nth-child(5n+5):before {
    color: #ffce51; }

.path-servers .content.design-and-buy {
  font-size: 1.5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .path-servers .content.design-and-buy {
      font-size: 2rem; } }

.path-servers .specs h2 {
  text-align: center; }

.path-shipping h2 {
  text-align: center; }

.path-shipping .hero {
  padding: 1em 0; }
  .path-shipping .hero > picture {
    margin-left: auto;
    margin-right: auto;
    max-width: 1212px;
    opacity: 1; }

.path-shipping .countries p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 2em;
  font-size: 1.25em;
  text-align: center; }

.path-shipping #countries {
  padding: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
  list-style: none;
  font-family: "System76 Roboto Slab", "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 700; }
  .path-shipping #countries ul {
    margin-bottom: 0.75rem;
    padding-left: 1em;
    list-style: none;
    font-size: 1rem;
    font-weight: 400; }

@media only screen and (min-width: 769px) {
  .path-shipping .international > div,
  .path-shipping .general-info > div {
    float: left;
    width: 50%; }
    .path-shipping .international > div:first-of-type,
    .path-shipping .general-info > div:first-of-type {
      padding-right: 1em; }
    .path-shipping .international > div:last-of-type,
    .path-shipping .general-info > div:last-of-type {
      padding-left: 1em; } }

.path-shipping .international > div h3,
.path-shipping .general-info > div h3 {
  text-align: center; }

.path-shipping .general-info .question {
  text-align: center; }

/**
 * artoo/stylesheets/v2/pages/_specials.scss
 * Styles for the specials page
 */
.path-specials hr {
  border-top: 1px solid #ddd;
  display: block;
  margin: 0 auto;
  width: 95%; }

.path-specials .specials {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 2rem 0; }
  @media only screen and (min-height: 1000px) {
    .path-specials .specials {
      padding: 4rem 0; } }
  @media only screen and (min-width: 1024px) {
    .path-specials .specials {
      width: 1024px; } }
  .path-specials .specials > .header {
    display: block;
    margin: 1rem 0 2rem;
    text-align: center;
    width: 100%; }
    @media only screen and (min-height: 1000px) {
      .path-specials .specials > .header {
        margin: 1rem 0 5rem; } }
  .path-specials .specials .specials__list {
    -ms-grid-row-align: stretch;
        align-items: stretch;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column-align: stretch;
        justify-items: stretch; }
    @media only screen and (min-width: 700px) {
      .path-specials .specials .specials__list {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
    @media only screen and (min-width: 1200px) {
      .path-specials .specials .specials__list {
        -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr; } }
  .path-specials .specials .specials__item {
    border: 1px solid transparent;
    padding: 1rem;
    text-decoration: none;
    width: 100%; }
    .path-specials .specials .specials__item h3 {
      margin-top: 0; }
    .path-specials .specials .specials__item img {
      height: auto;
      margin: 0 auto;
      -o-object-fit: contain;
         object-fit: contain;
      width: auto; }
    .path-specials .specials .specials__item h4,
    .path-specials .specials .specials__item p {
      margin-bottom: 0; }
  .path-specials .specials > .fine-print {
    display: block;
    font-size: 0.9em;
    margin-top: 3rem;
    text-align: center; }

.path-specials .specials.laptops .specials__item img {
  margin: -60px auto -55px; }

.path-specials .specials.swags .specials__item h3 {
  margin-bottom: 0; }

.path-specials .specials.swags .specials__item h4 {
  margin-top: 0.5em; }

.path-specials a.specials__item {
  color: inherit; }

.path-specials a.specials__item:focus {
  border-color: #faa41a;
  border-radius: 3px;
  box-shadow: 0 0 0.5em #faa41a;
  color: inherit;
  outline: none;
  position: relative;
  z-index: 3; }

.path-specials .yellow {
  color: #ffce51; }

.path-my-account-support-cases section.new-support-case h3,
.path-my-account-support-cases section.new-support-case p,
.path-my-account-support-cases section.new-support-case .action {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem; }

.path-my-account-support-cases section.new-support-case .action {
  text-align: center; }

.path-my-account-support-cases section.support-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
  .path-my-account-support-cases section.support-cases h2 {
    width: 100%; }
  .path-my-account-support-cases section.support-cases .support-case {
    display: block;
    margin: 0 0 1em;
    padding: 1em;
    position: relative;
    width: 100%;
    border: 0.125em solid #574e4a;
    border-radius: 0.25em;
    text-decoration: none; }
    @media only screen and (min-width: 769px) {
      .path-my-account-support-cases section.support-cases .support-case {
        width: calc(50% - 0.5em); } }
    @media only screen and (min-width: 1025px) {
      .path-my-account-support-cases section.support-cases .support-case {
        width: calc(33.33% - 0.67em); } }
    .path-my-account-support-cases section.support-cases .support-case.closed::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      bottom: 1em;
      position: absolute;
      right: 1em;
      color: #73c48f; }
    .path-my-account-support-cases section.support-cases .support-case:hover, .path-my-account-support-cases section.support-cases .support-case:focus {
      border-color: #faa41a;
      box-shadow: 0 0 0.5em rgba(250, 164, 26, 0.5);
      outline: none;
      color: inherit; }
    .path-my-account-support-cases section.support-cases .support-case .title {
      margin: 0 auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .path-my-account-support-cases section.support-cases .support-case .details {
      margin: 0;
      padding: 0;
      list-style: none; }
      .path-my-account-support-cases section.support-cases .support-case .details .id,
      .path-my-account-support-cases section.support-cases .support-case .details .date {
        display: inline; }
      .path-my-account-support-cases section.support-cases .support-case .details .date {
        text-transform: lowercase; }
      .path-my-account-support-cases section.support-cases .support-case .details .name {
        font-weight: 700; }
      .path-my-account-support-cases section.support-cases .support-case .details .model::before {
        content: "("; }
      .path-my-account-support-cases section.support-cases .support-case .details .model::after {
        content: ")"; }

.path-my-account-support-cases section.support-case > .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .path-my-account-support-cases section.support-case > .action h2 {
    width: 100%; }
  .path-my-account-support-cases section.support-case > .action .details {
    text-align: center;
    text-decoration: none; }
    @media only screen and (min-width: 1025px) {
      .path-my-account-support-cases section.support-case > .action .details {
        max-width: 25%; } }
    .path-my-account-support-cases section.support-case > .action .details h2 {
      text-align: left; }
    .path-my-account-support-cases section.support-case > .action .details img {
      display: block;
      margin: 0 auto; }
    .path-my-account-support-cases section.support-case > .action .details ul {
      padding: 0;
      list-style: none;
      text-align: left; }
    .path-my-account-support-cases section.support-case > .action .details button, .path-my-account-support-cases section.support-case > .action .details ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .details a, .path-my-account-support-cases section.support-case > .action .details .button, .path-my-account-support-cases section.support-case > .action .details ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .details a, .path-my-account-support-cases section.support-case > .action .details [type=submit], .path-my-account-support-cases section.support-case > .action .details ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .details a, .path-my-account-support-cases section.support-case > .action .details [type=button], .path-my-account-support-cases section.support-case > .action .details ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .details a, .path-my-account-support-cases section.support-case > .action .details [type=reset], .path-my-account-support-cases section.support-case > .action .details ul.tabs li a, ul.tabs li .path-my-account-support-cases section.support-case > .action .details a {
      margin: 1em auto; }
  .path-my-account-support-cases section.support-case > .action .actions {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
    @media only screen and (min-width: 1025px) {
      .path-my-account-support-cases section.support-case > .action .actions {
        max-width: 75%; } }
    .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address .company,
    .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address .address1,
    .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address .address2 {
      display: block; }
    .path-my-account-support-cases section.support-case > .action .actions .action .addresses > .address .name {
      font-weight: 700; }

.path-my-account-support-cases-new button.back, .path-my-account-support-cases-new ul.tabs li a.back, ul.tabs li .path-my-account-support-cases-new a.back, .path-my-account-support-cases-new .button.back, .path-my-account-support-cases-new ul.tabs li a.back, ul.tabs li .path-my-account-support-cases-new a.back, .path-my-account-support-cases-new [type=submit].back, .path-my-account-support-cases-new ul.tabs li a.back, ul.tabs li .path-my-account-support-cases-new a.back, .path-my-account-support-cases-new [type=button].back, .path-my-account-support-cases-new ul.tabs li a.back, ul.tabs li .path-my-account-support-cases-new a.back, .path-my-account-support-cases-new [type=reset].back, .path-my-account-support-cases-new ul.tabs li a.back, ul.tabs li .path-my-account-support-cases-new a.back {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  padding: 0.125rem 0.5rem;
  font-size: 1rem; }

.path-my-account-support-cases-new .order-products {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .path-my-account-support-cases-new .order-products h2 {
    width: 100%; }

.path-my-account-support-cases-new .order-product {
  padding: 1em 1em 6em;
  min-width: 25%;
  text-align: center; }
  @media only screen and (min-width: 1441px) {
    .path-my-account-support-cases-new .order-product {
      max-width: 25%; } }
  .path-my-account-support-cases-new .order-product .name {
    display: block;
    font-family: "System76 Roboto Slab", "Roboto Slab", serif;
    font-size: 1.25em;
    font-weight: 700;
    text-align: left; }
  .path-my-account-support-cases-new .order-product ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    .path-my-account-support-cases-new .order-product ul li {
      margin: 0;
      padding: 0; }
  .path-my-account-support-cases-new .order-product button, .path-my-account-support-cases-new .order-product ul.tabs li a, ul.tabs li .path-my-account-support-cases-new .order-product a, .path-my-account-support-cases-new .order-product .button, .path-my-account-support-cases-new .order-product ul.tabs li a, ul.tabs li .path-my-account-support-cases-new .order-product a, .path-my-account-support-cases-new .order-product [type=submit], .path-my-account-support-cases-new .order-product ul.tabs li a, ul.tabs li .path-my-account-support-cases-new .order-product a, .path-my-account-support-cases-new .order-product [type=button], .path-my-account-support-cases-new .order-product ul.tabs li a, ul.tabs li .path-my-account-support-cases-new .order-product a, .path-my-account-support-cases-new .order-product [type=reset], .path-my-account-support-cases-new .order-product ul.tabs li a, ul.tabs li .path-my-account-support-cases-new .order-product a {
    margin-top: 1em; }

.path-specials-revolutionist76 {
  color: #000; }
  .path-specials-revolutionist76 .hero picture {
    opacity: 1; }
  .path-specials-revolutionist76 .hero div {
    width: 80%; }
    @media only screen and (min-width: 601px) {
      .path-specials-revolutionist76 .hero div {
        width: auto; } }
  .path-specials-revolutionist76 .hero div.poem {
    color: rgba(163, 15, 25, 0.6);
    font-family: "Anonymous Pro", "System76 Fira Mono", "Fira Mono", "Roboto Mono", "Ubuntu Mono", monospace;
    font-size: 10vw;
    font-weight: 700;
    line-height: 0.6em;
    text-shadow: none; }
    .path-specials-revolutionist76 .hero div.poem.with-button {
      top: 40%; }
    .path-specials-revolutionist76 .hero div.poem::before {
      content: "Rely, rely on the tweets of July\A To bring the prices down low.\A The more you tweet,\A The better the sale,\A The lower the prices will go.";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50vw;
      color: rgba(51, 51, 51, 0.7);
      font-family: "Oswald", "System76 Fira Sans", "Fira Sans", sans-serif;
      font-size: 3.33vw;
      line-height: 1.125em;
      text-align: left;
      text-transform: uppercase;
      white-space: pre-wrap;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; }
    .path-specials-revolutionist76 .hero div.poem time,
    .path-specials-revolutionist76 .hero div.poem .more {
      position: relative;
      z-index: 1; }
    .path-specials-revolutionist76 .hero div.poem .more {
      display: block;
      font-size: 0.4em;
      text-transform: uppercase; }
  .path-specials-revolutionist76 .hero button, .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero .button, .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=submit], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=button], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=reset], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a {
    left: 50%;
    padding: 0.25em;
    position: absolute;
    top: 80%;
    width: 12.5em;
    border-color: #A30F19;
    color: #A30F19;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media only screen and (min-width: 769px) {
      .path-specials-revolutionist76 .hero button, .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero .button, .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=submit], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=button], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a, .path-specials-revolutionist76 .hero [type=reset], .path-specials-revolutionist76 .hero ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero a {
        font-size: 32px; } }
    .path-specials-revolutionist76 .hero button:hover, .path-specials-revolutionist76 .hero ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 .hero a:hover, .path-specials-revolutionist76 .hero button:focus, .path-specials-revolutionist76 .hero ul.tabs li a:focus, ul.tabs li .path-specials-revolutionist76 .hero a:focus, .path-specials-revolutionist76 .hero .button:hover, .path-specials-revolutionist76 .hero ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 .hero a:hover, .path-specials-revolutionist76 .hero .button:focus, .path-specials-revolutionist76 .hero ul.tabs li a:focus, ul.tabs li .path-specials-revolutionist76 .hero a:focus, .path-specials-revolutionist76 .hero [type=submit]:hover, .path-specials-revolutionist76 .hero ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 .hero a:hover, .path-specials-revolutionist76 .hero [type=submit]:focus, .path-specials-revolutionist76 .hero ul.tabs li a:focus, ul.tabs li .path-specials-revolutionist76 .hero a:focus, .path-specials-revolutionist76 .hero [type=button]:hover, .path-specials-revolutionist76 .hero ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 .hero a:hover, .path-specials-revolutionist76 .hero [type=button]:focus, .path-specials-revolutionist76 .hero ul.tabs li a:focus, ul.tabs li .path-specials-revolutionist76 .hero a:focus, .path-specials-revolutionist76 .hero [type=reset]:hover, .path-specials-revolutionist76 .hero ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 .hero a:hover, .path-specials-revolutionist76 .hero [type=reset]:focus, .path-specials-revolutionist76 .hero ul.tabs li a:focus, ul.tabs li .path-specials-revolutionist76 .hero a:focus {
      background-color: #A30F19;
      color: #fff; }
  .path-specials-revolutionist76 .hero.specials button, .path-specials-revolutionist76 .hero.specials ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero.specials a, .path-specials-revolutionist76 .hero.specials .button, .path-specials-revolutionist76 .hero.specials ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero.specials a, .path-specials-revolutionist76 .hero.specials [type=submit], .path-specials-revolutionist76 .hero.specials ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero.specials a, .path-specials-revolutionist76 .hero.specials [type=button], .path-specials-revolutionist76 .hero.specials ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero.specials a, .path-specials-revolutionist76 .hero.specials [type=reset], .path-specials-revolutionist76 .hero.specials ul.tabs li a, ul.tabs li .path-specials-revolutionist76 .hero.specials a {
    top: 133%;
    width: 10.5em;
    border-color: #fff;
    color: #fff; }
  .path-specials-revolutionist76 section.manifesto,
  .path-specials-revolutionist76 section.revolution,
  .path-specials-revolutionist76 section.video {
    margin-left: auto;
    margin-right: auto;
    max-width: 994px; }
  .path-specials-revolutionist76 section.manifesto {
    color: #000;
    font-family: "Oswald", "System76 Fira Sans", "Fira Sans", sans-serif;
    font-size: 5vw;
    font-weight: 500; }
    @media only screen and (min-width: 769px) {
      .path-specials-revolutionist76 section.manifesto {
        font-size: 2em; } }
    .path-specials-revolutionist76 section.manifesto p {
      padding: 1em 1em 0; }
    .path-specials-revolutionist76 section.manifesto strong,
    .path-specials-revolutionist76 section.manifesto b,
    .path-specials-revolutionist76 section.manifesto a {
      font-weight: inherit;
      text-transform: uppercase; }
    .path-specials-revolutionist76 section.manifesto a {
      color: #A30F19;
      text-decoration: none;
      -webkit-transition: opacity 250ms ease;
      transition: opacity 250ms ease; }
      .path-specials-revolutionist76 section.manifesto a:hover {
        opacity: 0.75; }
  .path-specials-revolutionist76 section.products {
    text-align: center; }
    .path-specials-revolutionist76 section.products::after {
      content: "";
      display: table;
      clear: both; }
    .path-specials-revolutionist76 section.products a {
      display: block;
      float: left;
      margin-bottom: 4em;
      padding: 0 1em;
      width: 100%;
      text-decoration: none; }
      @media only screen and (min-width: 601px) {
        .path-specials-revolutionist76 section.products a {
          width: 50%; } }
      @media only screen and (min-width: 769px) {
        .path-specials-revolutionist76 section.products a {
          width: 33.33%; } }
      @media only screen and (min-width: 1025px) {
        .path-specials-revolutionist76 section.products a {
          width: 25%; } }
      .path-specials-revolutionist76 section.products a:hover {
        color: #000; }
    .path-specials-revolutionist76 section.products h2,
    .path-specials-revolutionist76 section.products h3 {
      margin: 0 auto; }
    .path-specials-revolutionist76 section.products h2 {
      font-family: "Oswald", "System76 Fira Sans", "Fira Sans", sans-serif;
      font-size: 42px;
      font-weight: 500;
      letter-spacing: normal; }
    .path-specials-revolutionist76 section.products p {
      margin: 0.5em auto; }
    .path-specials-revolutionist76 section.products span {
      clear: left;
      display: block;
      width: 100%; }
    .path-specials-revolutionist76 section.products .fa {
      padding: 0 0.25em;
      position: relative;
      top: -0.125em;
      color: #A30F19; }
    .path-specials-revolutionist76 section.products img.thumb {
      margin-left: auto;
      margin-right: auto;
      max-width: 300px;
      display: block;
      width: 100%; }
    .path-specials-revolutionist76 section.products.laptops img.thumb {
      margin-top: -2rem;
      margin-bottom: -2rem; }
    @media only screen and (min-width: 1025px) {
      .path-specials-revolutionist76 section.products.swag a {
        width: 33.33%; } }
  .path-specials-revolutionist76 section.thanks {
    margin-top: 8rem; }
    .path-specials-revolutionist76 section.thanks span {
      display: block;
      color: #000;
      font-family: "Oswald", "System76 Fira Sans", "Fira Sans", sans-serif;
      font-size: 42px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
    .path-specials-revolutionist76 section.thanks picture {
      margin-left: auto;
      margin-right: auto;
      max-width: 994px; }
  .path-specials-revolutionist76 section.action {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-bottom: 8rem;
    text-align: center; }
    .path-specials-revolutionist76 section.action::after {
      content: "";
      display: table;
      clear: both; }
    .path-specials-revolutionist76 section.action .product {
      display: block;
      float: left;
      padding: 2em;
      width: 100%; }
      @media only screen and (min-width: 1025px) {
        .path-specials-revolutionist76 section.action .product {
          width: 33.33%; } }
      .path-specials-revolutionist76 section.action .product button, .path-specials-revolutionist76 section.action .product ul.tabs li a, ul.tabs li .path-specials-revolutionist76 section.action .product a, .path-specials-revolutionist76 section.action .product .button, .path-specials-revolutionist76 section.action .product ul.tabs li a, ul.tabs li .path-specials-revolutionist76 section.action .product a, .path-specials-revolutionist76 section.action .product [type=submit], .path-specials-revolutionist76 section.action .product ul.tabs li a, ul.tabs li .path-specials-revolutionist76 section.action .product a, .path-specials-revolutionist76 section.action .product [type=button], .path-specials-revolutionist76 section.action .product ul.tabs li a, ul.tabs li .path-specials-revolutionist76 section.action .product a, .path-specials-revolutionist76 section.action .product [type=reset], .path-specials-revolutionist76 section.action .product ul.tabs li a, ul.tabs li .path-specials-revolutionist76 section.action .product a {
        border-color: #A30F19;
        color: #A30F19;
        font-size: 1.5em;
        font-weight: 700; }
        .path-specials-revolutionist76 section.action .product button:hover, .path-specials-revolutionist76 section.action .product ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 section.action .product a:hover, .path-specials-revolutionist76 section.action .product .button:hover, .path-specials-revolutionist76 section.action .product ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 section.action .product a:hover, .path-specials-revolutionist76 section.action .product [type=submit]:hover, .path-specials-revolutionist76 section.action .product ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 section.action .product a:hover, .path-specials-revolutionist76 section.action .product [type=button]:hover, .path-specials-revolutionist76 section.action .product ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 section.action .product a:hover, .path-specials-revolutionist76 section.action .product [type=reset]:hover, .path-specials-revolutionist76 section.action .product ul.tabs li a:hover, ul.tabs li .path-specials-revolutionist76 section.action .product a:hover {
          background-color: #A30F19;
          color: #fff; }
      .path-specials-revolutionist76 section.action .product .thumb {
        margin-bottom: 2em;
        border: 3px solid #000;
        border-radius: 0.5em; }
        .path-specials-revolutionist76 section.action .product .thumb img {
          margin-left: auto;
          margin-right: auto; }
  .path-specials-revolutionist76 .youtube-embed {
    margin-left: auto;
    margin-right: auto;
    max-width: 994px;
    position: relative; }
    .path-specials-revolutionist76 .youtube-embed::before {
      content: "";
      display: block;
      padding-top: 56.25%;
      width: 100%; }
    .path-specials-revolutionist76 .youtube-embed > * {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .path-specials-revolutionist76 .tweets {
    margin-left: auto;
    margin-right: auto;
    max-width: 662.66667px;
    position: relative; }
    .path-specials-revolutionist76 .tweets::before {
      content: "";
      display: block;
      padding-top: 133.33333%;
      width: 100%; }
    .path-specials-revolutionist76 .tweets > * {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .path-specials-revolutionist76 .tweets iframe {
      bottom: 0 !important;
      display: block !important;
      height: 100% !important;
      left: 0 !important;
      margin: 0 auto !important;
      max-width: 994px !important;
      position: absolute !important;
      right: 0 !important;
      top: 0 !important;
      width: 100% !important;
      border: 3px solid #A30F19 !important;
      border-radius: 0.25rem !important; }
  .path-specials-revolutionist76 h1 {
    margin-top: 1em;
    padding-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    border-bottom: 0.333rem solid #000;
    color: #f15d22;
    font-family: "Oswald", "System76 Fira Sans", "Fira Sans", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    .path-specials-revolutionist76 h1 img {
      margin: 0 auto;
      max-height: 50px; }
  .path-specials-revolutionist76 footer.main {
    margin-top: 200px; }

.path-weekend-project-conceptobots .markdown h2:nth-of-type(2)::before, .path-weekend-project-conceptobots .markdown h2:nth-of-type(3)::before, .path-weekend-project-conceptobots .markdown h2:nth-of-type(4)::before, .path-weekend-project-conceptobots .markdown h2:nth-of-type(5)::before {
  content: '';
  display: block;
  height: 100px;
  margin: 0.5em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.path-weekend-project-conceptobots .content h1, .path-weekend-project-conceptobots .content h2, .path-weekend-project-conceptobots .content h3, .path-weekend-project-conceptobots .content h4, .path-weekend-project-conceptobots .content h5, .path-weekend-project-conceptobots .content h6,
.path-weekend-project-conceptobots .content p, .path-weekend-project-conceptobots .content li {
  color: #999; }

.path-weekend-project-conceptobots .hero {
  display: table;
  position: relative;
  overflow: hidden; }

@-webkit-keyframes cb2 {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes cb2 {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-webkit-keyframes cb3 {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes cb3 {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-webkit-keyframes cb4 {
  from {
    opacity: 0; }
  75% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes cb4 {
  from {
    opacity: 0; }
  75% {
    opacity: 1; }
  to {
    opacity: 1; } }
  .path-weekend-project-conceptobots .hero > picture {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .path-weekend-project-conceptobots .hero > picture:first-of-type {
      position: relative;
      opacity: 1; }
    .path-weekend-project-conceptobots .hero > picture:nth-of-type(2) {
      -webkit-animation-name: cb2;
              animation-name: cb2;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-timing-function: steps(1);
              animation-timing-function: steps(1);
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    .path-weekend-project-conceptobots .hero > picture:nth-of-type(3) {
      -webkit-animation-name: cb3;
              animation-name: cb3;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-timing-function: steps(1);
              animation-timing-function: steps(1);
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    .path-weekend-project-conceptobots .hero > picture:nth-of-type(4) {
      -webkit-animation-name: cb4;
              animation-name: cb4;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-timing-function: steps(1);
              animation-timing-function: steps(1);
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }

.path-weekend-project-conceptobots .youtube-embed {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  margin-top: 4em; }
  .path-weekend-project-conceptobots .youtube-embed::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .path-weekend-project-conceptobots .youtube-embed > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.path-weekend-project-conceptobots h1, .path-weekend-project-conceptobots h2, .path-weekend-project-conceptobots h3, .path-weekend-project-conceptobots h4, .path-weekend-project-conceptobots h5, .path-weekend-project-conceptobots h6 {
  text-align: center;
  margin-top: 3em; }

.path-weekend-project-conceptobots .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  font-size: 1.25em; }
  .path-weekend-project-conceptobots .intro h2 {
    margin-bottom: 0.5em;
    margin-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 6px solid;
    font-size: 2.25em;
    font-style: italic; }
  .path-weekend-project-conceptobots .intro h3 {
    margin-top: 0;
    font-weight: 400; }

.path-weekend-project-conceptobots .markdown {
  font-size: 1.5em; }
  .path-weekend-project-conceptobots .markdown h2:nth-of-type(2) {
    color: #ce4d19; }
    .path-weekend-project-conceptobots .markdown h2:nth-of-type(2)::before {
      background-image: url("/assets/weekend-project/conceptobots/step-1-576372e860.png"); }
  .path-weekend-project-conceptobots .markdown h2:nth-of-type(3) {
    color: #d48512; }
    .path-weekend-project-conceptobots .markdown h2:nth-of-type(3)::before {
      background-image: url("/assets/weekend-project/conceptobots/step-2-9edd8a7f3f.png"); }
  .path-weekend-project-conceptobots .markdown h2:nth-of-type(4) {
    color: #d9a83a; }
    .path-weekend-project-conceptobots .markdown h2:nth-of-type(4)::before {
      background-image: url("/assets/weekend-project/conceptobots/step-3-47f3ad08da.png"); }
  .path-weekend-project-conceptobots .markdown h2:nth-of-type(5) {
    color: #63a169; }
    .path-weekend-project-conceptobots .markdown h2:nth-of-type(5)::before {
      background-image: url("/assets/weekend-project/conceptobots/step-4-06e78eee3e.png"); }
  .path-weekend-project-conceptobots .markdown p,
  .path-weekend-project-conceptobots .markdown li {
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem; }
  .path-weekend-project-conceptobots .markdown picture {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .path-weekend-project-conceptobots .markdown code {
    font-size: 0.8em; }
  .path-weekend-project-conceptobots .markdown ol {
    counter-reset: li-counter; }
    .path-weekend-project-conceptobots .markdown ol:nth-of-type(1) li::before {
      color: #ce4d19; }
    .path-weekend-project-conceptobots .markdown ol:nth-of-type(2) li::before {
      color: #d48512; }
    .path-weekend-project-conceptobots .markdown ol:nth-of-type(3) li::before {
      color: #d9a83a; }
    .path-weekend-project-conceptobots .markdown ol:nth-of-type(4) li::before {
      color: #63a169; }
    .path-weekend-project-conceptobots .markdown ol > li {
      position: relative;
      list-style-type: none; }
      .path-weekend-project-conceptobots .markdown ol > li::before {
        position: absolute;
        left: -1.25em;
        font-weight: 700;
        content: counter(li-counter, upper-alpha) ":";
        counter-increment: li-counter;
        font-weight: 700; }
      .path-weekend-project-conceptobots .markdown ol > li > ol > li {
        list-style-type: decimal; }
        .path-weekend-project-conceptobots .markdown ol > li > ol > li::before {
          content: none;
          display: none; }
  .path-weekend-project-conceptobots .markdown blockquote {
    font-style: italic; }

.path-laptops-galago .hero {
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .path-laptops-galago .hero div {
      left: 71%;
      top: 45%; } }

.path-laptops-galago .content {
  padding-top: 2em;
  padding-bottom: 2em; }

.path-laptops-galago .make-it-your-own {
  padding: 5vw; }
  .path-laptops-galago .make-it-your-own div {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .make-it-your-own div {
        max-width: 35em;
        position: absolute;
        right: 0;
        top: 10%;
        width: 49.9%; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .make-it-your-own {
      padding: 4em 2em;
      position: relative;
      background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
      background-image: linear-gradient(to bottom, #f7f7f7, #e6e6e6); }
      .path-laptops-galago .make-it-your-own img {
        max-width: 75%; } }

.path-laptops-galago .your-de {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  overflow: auto;
  position: relative;
  text-align: center; }
  .path-laptops-galago .your-de h2 {
    margin-bottom: 0; }
  .path-laptops-galago .your-de p {
    padding-bottom: 2em; }
  .path-laptops-galago .your-de .front {
    position: relative; }
    .path-laptops-galago .your-de .front .screenshots {
      height: 56.5%;
      left: 12.25%;
      position: absolute;
      top: 8%;
      width: 74%; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .your-de {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .path-laptops-galago .your-de h2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 1em; }
      .path-laptops-galago .your-de p {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .path-laptops-galago .your-de .front {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

.path-laptops-galago .pick-up-where-you-left-off {
  padding-left: 0;
  padding-right: 0; }
  .path-laptops-galago .pick-up-where-you-left-off > picture {
    display: none; }
  .path-laptops-galago .pick-up-where-you-left-off > div picture {
    margin-bottom: 3rem; }
  .path-laptops-galago .pick-up-where-you-left-off > div h2,
  .path-laptops-galago .pick-up-where-you-left-off > div p {
    padding: 0 1rem; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .pick-up-where-you-left-off {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content;
      padding: 0 1rem; }
      .path-laptops-galago .pick-up-where-you-left-off > div picture {
        margin-bottom: 0; }
      .path-laptops-galago .pick-up-where-you-left-off > * {
        padding: 1rem;
        width: 49.9%; }
        .path-laptops-galago .pick-up-where-you-left-off > * p:last-child {
          margin-bottom: 0.25em; }
      .path-laptops-galago .pick-up-where-you-left-off > picture {
        display: table; } }

.path-laptops-galago .tea {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .tea {
      padding-top: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; } }

.path-laptops-galago .ready-for-anything {
  padding: 0; }
  .path-laptops-galago .ready-for-anything h2,
  .path-laptops-galago .ready-for-anything p {
    margin-left: 1rem;
    margin-right: 1rem; }
  .path-laptops-galago .ready-for-anything div picture:first-child {
    display: none; }
  .path-laptops-galago .ready-for-anything > picture {
    display: none; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .ready-for-anything > picture {
        display: table; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .ready-for-anything {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content; }
      .path-laptops-galago .ready-for-anything div {
        padding-left: 0;
        padding-right: 0; }
        .path-laptops-galago .ready-for-anything div picture:first-child {
          display: table; }
      .path-laptops-galago .ready-for-anything h2 {
        padding-top: 1em; }
      .path-laptops-galago .ready-for-anything > * {
        padding: 1em;
        width: 49.9%; }
        .path-laptops-galago .ready-for-anything > * p:last-child {
          margin-bottom: 0.25em; } }

.path-laptops-galago .server {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .server {
      padding-left: 1rem;
      padding-right: 1rem; } }

.path-laptops-galago .run-all-your-applications {
  position: relative;
  padding: 2rem 5vw; }
  .path-laptops-galago .run-all-your-applications img {
    float: right; }
  .path-laptops-galago .run-all-your-applications div {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .run-all-your-applications div {
        max-width: 40em;
        position: absolute;
        left: 4em;
        top: 10%;
        width: 55%; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .run-all-your-applications {
      padding: 4em 2em;
      position: relative; }
      .path-laptops-galago .run-all-your-applications img {
        max-width: 75%; } }

.path-laptops-galago .specs {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .specs {
      margin-bottom: -40vw;
      padding-top: 8em; } }
  @media only screen and (min-width: 1025px) {
    .path-laptops-galago .specs {
      margin-bottom: -410px; } }
  .path-laptops-galago .specs h2 {
    text-align: center; }

.path-laptops-galago .ports picture {
  margin-bottom: 2em; }

@media only screen and (min-width: 769px) {
  .path-laptops-galago .ports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    padding: 0; }
    .path-laptops-galago .ports picture:first-of-type {
      display: none; }
    .path-laptops-galago .ports > * {
      width: 49.9%;
      z-index: 1; }
    .path-laptops-galago .ports img {
      padding: 1em; } }

.path-laptops-galago .design-and-buy {
  padding-bottom: 8em;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .design-and-buy {
      padding-top: 8em; } }
  .path-laptops-galago .design-and-buy button, .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy .button, .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=submit], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=button], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=reset], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a {
    font-size: 2em; }

/**
 * artoo/stylesheets/v2/products/_galp3.scss
 * Styles anything about the galp3
 */
.homepage .galp3-home-hero {
  background-color: #33505b; }
  @media only screen and (min-width: 1025px) {
    .homepage .galp3-home-hero .fg {
      width: 25%;
      top: 48%;
      left: 76%; } }

.path-laptops-galago .hero {
  background-color: #33505b;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .path-laptops-galago .hero div {
      left: 71%;
      top: 45%; } }

.path-laptops-galago .content {
  padding-top: 2em;
  padding-bottom: 2em; }

.path-laptops-galago .make-it-your-own {
  padding: 5vw; }
  .path-laptops-galago .make-it-your-own div {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .make-it-your-own div {
        max-width: 35em;
        position: absolute;
        right: 0;
        top: 10%;
        width: 49.9%; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .make-it-your-own {
      padding: 4em 2em;
      position: relative;
      background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
      background-image: linear-gradient(to bottom, #f7f7f7, #e6e6e6); }
      .path-laptops-galago .make-it-your-own img {
        max-width: 75%; } }

.path-laptops-galago .your-de {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  overflow: auto;
  position: relative;
  text-align: center; }
  .path-laptops-galago .your-de h2 {
    margin-bottom: 0; }
  .path-laptops-galago .your-de p {
    padding-bottom: 2em; }
  .path-laptops-galago .your-de .front {
    position: relative; }
    .path-laptops-galago .your-de .front .screenshots {
      height: 56.5%;
      left: 12.25%;
      position: absolute;
      top: 8%;
      width: 74%; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .your-de {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .path-laptops-galago .your-de h2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 1em; }
      .path-laptops-galago .your-de p {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .path-laptops-galago .your-de .front {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

.path-laptops-galago .pick-up-where-you-left-off {
  padding-left: 0;
  padding-right: 0; }
  .path-laptops-galago .pick-up-where-you-left-off > picture {
    display: none; }
  .path-laptops-galago .pick-up-where-you-left-off > div picture {
    margin-bottom: 3rem; }
  .path-laptops-galago .pick-up-where-you-left-off > div h2,
  .path-laptops-galago .pick-up-where-you-left-off > div p {
    padding: 0 1rem; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .pick-up-where-you-left-off {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content;
      padding: 0 1rem; }
      .path-laptops-galago .pick-up-where-you-left-off > div picture {
        margin-bottom: 0; }
      .path-laptops-galago .pick-up-where-you-left-off > * {
        padding: 1rem;
        width: 49.9%; }
        .path-laptops-galago .pick-up-where-you-left-off > * p:last-child {
          margin-bottom: 0.25em; }
      .path-laptops-galago .pick-up-where-you-left-off > picture {
        display: table; } }

.path-laptops-galago .tea {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .tea {
      padding-top: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; } }

.path-laptops-galago .ready-for-anything {
  padding: 0; }
  .path-laptops-galago .ready-for-anything h2,
  .path-laptops-galago .ready-for-anything p {
    margin-left: 1rem;
    margin-right: 1rem; }
  .path-laptops-galago .ready-for-anything div picture:first-child {
    display: none; }
  .path-laptops-galago .ready-for-anything > picture {
    display: none; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .ready-for-anything > picture {
        display: table; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .ready-for-anything {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content; }
      .path-laptops-galago .ready-for-anything div {
        padding-left: 0;
        padding-right: 0; }
        .path-laptops-galago .ready-for-anything div picture:first-child {
          display: table; }
      .path-laptops-galago .ready-for-anything h2 {
        padding-top: 1em; }
      .path-laptops-galago .ready-for-anything > * {
        padding: 1em;
        width: 49.9%; }
        .path-laptops-galago .ready-for-anything > * p:last-child {
          margin-bottom: 0.25em; } }

.path-laptops-galago .server {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .server {
      padding-left: 1rem;
      padding-right: 1rem; } }

.path-laptops-galago .run-all-your-applications {
  position: relative;
  padding: 2rem 5vw; }
  .path-laptops-galago .run-all-your-applications img {
    float: right; }
  .path-laptops-galago .run-all-your-applications div {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .path-laptops-galago .run-all-your-applications div {
        max-width: 40em;
        position: absolute;
        left: 4em;
        top: 10%;
        width: 55%; } }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .run-all-your-applications {
      padding: 4em 2em;
      position: relative; }
      .path-laptops-galago .run-all-your-applications img {
        max-width: 75%; } }

.path-laptops-galago .specs {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .specs {
      margin-bottom: -40vw;
      padding-top: 8em; } }
  @media only screen and (min-width: 1025px) {
    .path-laptops-galago .specs {
      margin-bottom: -410px; } }
  .path-laptops-galago .specs h2 {
    text-align: center; }

.path-laptops-galago .ports picture {
  margin-bottom: 2em; }

@media only screen and (min-width: 769px) {
  .path-laptops-galago .ports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    padding: 0; }
    .path-laptops-galago .ports picture:first-of-type {
      display: none; }
    .path-laptops-galago .ports > * {
      width: 49.9%;
      z-index: 1; }
    .path-laptops-galago .ports img {
      padding: 1em; } }

.path-laptops-galago .design-and-buy {
  padding-bottom: 8em;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .path-laptops-galago .design-and-buy {
      padding-top: 8em; } }
  .path-laptops-galago .design-and-buy button, .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy .button, .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=submit], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=button], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a, .path-laptops-galago .design-and-buy [type=reset], .path-laptops-galago .design-and-buy ul.tabs li a, ul.tabs li .path-laptops-galago .design-and-buy a {
    font-size: 2em; }

/**
 * artoo/stylesheets/v2/products/_lemu8.scss
 * Styles anything about the lemu8
 */
.homepage .lemu8-home-hero {
  background-color: #52311e; }
  @media only screen and (min-width: 1025px) {
    .homepage .lemu8-home-hero .fg {
      width: 25%;
      top: 47%;
      left: 22%; } }

/**
 * artoo/stylesheets/v2/products/_leow9.scss
 * Styles anything about the leow9
 */
.homepage .leow9-home-hero {
  background-color: #756c5e; }
  .homepage .leow9-home-hero .fg {
    width: 75%; }
  @media only screen and (min-width: 641px) {
    .homepage .leow9-home-hero .fg {
      width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .homepage .leow9-home-hero .fg {
      left: 85%;
      top: 28%;
      width: 26%; } }

* {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-behavior: smooth; }

html,
body {
  background-color: #fff;
  color: #574e4a;
  font-family: "System76 Fira Sans", "Fira Sans", sans-serif;
  font-size: 16px;
  -webkit-overflow-scrolling: touch; }

.tracking {
  display: none; }

/*# sourceMappingURL=app-v2.css.map */
