html, body {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

html {
  font-size: 1em; }

body {
  font-size: 100%; }

a img, :link img, :visited img {
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.alpha-0 {
  opacity: 0; }

.invisible {
  visibility: hidden; }

.none {
  display: none; }

.offstage {
  position: absolute;
  left: -4000px;
  top: -4000px; }

.gpu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.smooth-animation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) rotate(0.1deg);
          transform: translateZ(0) rotate(0.1deg); }

.transform-reset {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.anti-alias, .white-text-alias-mac {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.center-trans {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.middle-trans {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.center-middle-trans {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto; }

.center-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

@font-face {
  font-family: "SamsungSharpSans-Bold";
  src: url("SamsungSharpSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2666; }

@font-face {
  font-family: "SamsungOne-400";
  src: url("SamsungOne-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2666; }

#fout {
  position: absolute;
  top: -1000px;
  left: -1000px; }

sup {
  vertical-align: super;
  font-size: 0.5em; }

#ad_content {
  background: white;
  cursor: pointer;
  border: 1px solid #dcdbdc;
  font-family: "Google Sans Regular", Helvetica, Arial, sans-serif;
  font-size: 19px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  width: 300px;
  height: 250px; }
  #ad_content div, #ad_content svg {
    position: absolute; }

.backup {
  background: url("backup.jpg") -1px -1px no-repeat;
  background-size: 300px 250px;
  border: 1px solid #dcdbdc;
  cursor: pointer;
  position: absolute;
  width: 300px;
  height: 250px; }

#branding {
  bottom: 15px; }

#headline {
  top: 40px; }

#subline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  top: 100px; }

#cta {
  background: #188038;
  border-radius: 2px;
  color: white;
  font-family: "Google Sans Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  top: 155px;
  padding: 8px 14px; }
