body {
  margin: 0;
}

.unplugged-error > div {
  height: 43.5rem;
  max-width: 90rem;
  margin: 0 auto;
  background: transparent url("/sk_unplugged.png") no-repeat bottom right;
}

.unplugged-error > div > h1 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 6.0625rem;
  color: #009fff;
  margin-top: 6.25rem;
  margin-left: 8.875rem;
}

.unplugged-error > div > p {
  font-family: Proxima Nova, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  max-width: 32.25rem;
  color: #002050;
  margin-left: 8.875rem;
}

.unsupported-browser {
  display: none;
}

/* IE 6, 7 */
@media screen\9 {
  .unsupported-browser {
    display: block;
  }
}

/* IE8 */
@media \0screen {
  .unsupported-browser {
    display: block;
  }
}

/* IE9 */
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .unsupported-browser {
    display: block;
  }
}

/* IE10 && IE11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .unsupported-browser {
    display: block;
  }
}

@media (max-width: 48rem) {
  .unplugged-error > div {
    height: 56.875rem;
  }
}
