html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

img, video {
  display: block;
}

i, em {
  font-style: italic;
}

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasUnicaW1G-Regular";
  font-style: normal;
  font-weight: normal;
font-display: block;
  src: url("../../../assets/fonts/35B014_0_0.woff2") format("woff2");
}
.media-check {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-indent: 30px;
}
@media (max-width: 760px) {
  .media-check {
    text-indent: 10px;
  }
}
@media (min-width: 120050px) {
  .media-check {
    text-indent: 40px;
  }
}

@-moz-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #111;
    font-family: "NeueHaasUnicaW1G-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 2vw;
  line-height: 1.85em;
  -moz-animation: pageFadeIn 600ms;
  -ms-animation: pageFadeIn 600ms;
  -webkit-animation: pageFadeIn 600ms;
  animation: pageFadeIn 600ms;
}
@media (max-width: 760px) {
  body {
      font-family: "NeueHaasUnicaW1G-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 5vw;
    line-height: 1.85em;
  }
}

a {
  color: #111;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #111;
  border: 0;
  text-decoration: none;
}

::selection {
  background: transparent;
  color: #000;
  text-shadow: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  filter: blur(0px);
  transition: filter 1200ms, opacity 1200ms;
}

.loading .container,
.loading .changes-box {
  opacity: 0;
  filter: blur(10px);
}

.brief {
  width: 50vw;
}
@media (max-width: 760px) {
  .brief {
    width: auto;
    padding: 20px;
  }
}

img {
  height: 1em;
  width: auto;
  display: inline-block;
  cursor: zoom-in;
  border-radius: 2px;
  margin-left: 0.5em;
}

span {
  background: rgba(0, 0, 0, 0.07);
  padding: 0.2em 0.2em 0.15em;
  border-radius: 5px;
  cursor: e-resize;
  white-space: nowrap;
  text-transform: lowercase;
  transition: background 200ms;
}

.finished span {
  background: #000 !important;
color:#fff !important;
}

span:hover {
  background: #ddd;
}
@media (max-width: 760px) {
  body:not(.finished) span:hover {
    background: rgba(0, 0, 0, 0.07);
  }
}

.brief p + p {
  margin-top: 0.5em;
}

.images {
  display: inline;
}

.finished .saved-text {
	opacity:0;
}

.changes-box {
  position: fixed;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
    font-family: "NeueHaasUnicaW1G-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 1vw;
  line-height: 1.85em;
  font-weight: 500;
  opacity: 1;
  filter: blur(0px);
  transition: filter 1200ms, opacity 1200ms;
	text-align:center;
}
@media (max-width: 760px) {
  .changes-box {
      font-family: "NeueHaasUnicaW1G-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 5vw;
    line-height: 1.85em;
text-align:left;
  }
}
@media (max-width: 760px) {
  .changes-box {
    left: 20px;
    right: 20px;
    bottom: 20px;
    transform: none;
  }
}

.changes {
  background: #000;
	color:#fff !important;
pointer-events:none;
}

.save-now {
  background: #000;
	color:#fff !important;
cursor:pointer;
}

.finished span {
  pointer-events: none;
}