@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #ddd;
  color: #222;
  line-height: 1.4;
  font-family: "Apercu", Calibri, sans-serif;
  font-family: "Archivo", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  overflow-x: hidden;
}

body.is-busy,
body.is-busy * {
  cursor: progress !important;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

::-moz-placeholder {
  color: #999;
  font-weight: bold;
}

:-moz-placeholder {
  color: #999;
  font-weight: bold;
}

:ms-input-placeholder {
  color: #999;
  font-weight: bold;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Apercu";
  src: url("fonts/apercu-bold.woff2") format("woff2"), url("fonts/apercu-bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Apercu";
  src: url("fonts/apercu-regular.woff2") format("woff2"), url("fonts/apercu-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-email:before, .icon-dribbble:before, .icon-zenworm-individual-01:before, .icon-zenworm-individual-02:before, .icon-zenworm-individual-03:before, .icon-zenworm-individual-04:before, .icon-zenworm-individual-05:before, .icon-zenworm-individual-06:before, .icon-zenworm-individual-07:before, .icon-twitter:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-email:before {
  content: "\e002";
}

.icon-dribbble:before {
  content: "\e000";
}

.icon-zenworm-individual-01:before {
  content: "z";
}

.icon-zenworm-individual-02:before {
  content: "e";
}

.icon-zenworm-individual-03:before {
  content: "n";
}

.icon-zenworm-individual-04:before {
  content: "w";
}

.icon-zenworm-individual-05:before {
  content: "o";
}

.icon-zenworm-individual-06:before {
  content: "r";
}

.icon-zenworm-individual-07:before {
  content: "m";
}

.icon-twitter:before {
  content: "\e001";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  font-size: 1em;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.3;
}

a {
  color: #222;
  text-decoration: none;
  border-bottom: 2px solid #222;
  transition: 0.2s ease-in all 0.05s;
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-khtml-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#zenworm {
  position: relative;
  min-height: calc(100vh - 40px);
  left: 0;
  right: 0;
  text-align: center;
  clear: both;
  text-align: center;
  margin: 20px;
  max-width: 100%;
  background: #2933b0;
  border-radius: 6px;
  margin-bottom: 8em;
  background: white;
  overflow: hidden;
}

.title-zenworm {
  max-width: 1200px;
  font-size: 1.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #111;
  color: white;
  font-weight: normal;
  font-family: "icomoon";
  text-align: left;
}
#zenworm header h1 {
  position: absolute;
  top: -1%;
  right: 0;
  bottom: 0;
  left: -10%;
}
#zenworm header h1 span {
  animation: fade-in 1s ease-in 1, pulse 3s ease-out reverse infinite;
  animation-fill-mode: forwards, none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#zenworm header h1 span:nth-of-type(1) {
  animation-delay: 0.2s;
}
#zenworm header h1 span:nth-of-type(2) {
  animation-delay: 0.35s;
}
#zenworm header h1 span:nth-of-type(3) {
  animation-delay: 0.6s;
}
#zenworm header h1 span:nth-of-type(4) {
  animation-delay: 0.9s;
}
#zenworm header h1 span:nth-of-type(5) {
  animation-delay: 1.2s;
}
#zenworm header h1 span:nth-of-type(6) {
  animation-delay: 1.5s;
}
#zenworm header h1 span:nth-of-type(7) {
  animation-delay: 1.8s;
}
#zenworm header h1.scatter1 span:nth-of-type(1) {
  transform: translate(-132%, 140%);
}
#zenworm header h1.scatter1 span:nth-of-type(2) {
  transform: translate(-513%, 17%);
}
#zenworm header h1.scatter1 span:nth-of-type(3) {
  transform: translate(322%, -206%);
}
#zenworm header h1.scatter1 span:nth-of-type(4) {
  transform: translate(246%, 206%);
}
#zenworm header h1.scatter1 span:nth-of-type(5) {
  transform: translate(-210%, -241%);
}
#zenworm header h1.scatter1 span:nth-of-type(6) {
  transform: translate(220%, -90%);
}
#zenworm header h1.scatter1 span:nth-of-type(7) {
  transform: translate(481%, 61%);
}

#manifesto > header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4em;
  left: -100%;
  right: -100%;
  border-top: 1px solid white;
}
#manifesto p {
  margin: 0;
}

#who p:nth-of-type(1) {
  max-width: 620px;
}
#who ul,
#who li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#who li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-left: 2.25em;
  margin-right: 1.5em;
  margin-top: 1em;
}
#who li a {
  display: block;
  width: 100%;
  height: 100%;
}
#who li i {
  position: absolute;
  top: 0;
  left: -2.25em;
  font-size: 1em;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  line-height: 0;
  border: 3px solid #222;
  border-radius: 2.75em;
  box-sizing: content-box;
  text-align: center;
}

.section-wrapper {
  max-width: 1080px;
  margin: auto;
  padding: 0 2rem;
  padding-top: 4rem;
}
@media screen and (min-width: 52rem) {
  .section-wrapper {
    padding: 0 4rem;
  }
}
.section-wrapper > header {
  position: relative;
  padding: 0 0 4rem 0;
}
.section-wrapper > header:before {
  content: "";
  display: block;
  position: absolute;
  top: -2em;
  left: -100%;
  right: -100%;
  border-top: 1px solid white;
}
.section-wrapper > header h1 {
  font-size: 1.5em;
  color: white;
}

#manifesto,
#who {
  margin: 8rem auto 4rem;
}
#manifesto header h1,
#who header h1 {
  margin-bottom: 0;
}
#manifesto p,
#who p {
  margin-top: 0;
}

article header {
  position: relative;
  padding: 0;
  background-image: -webkit-linear-gradient(-270deg, #ddd 40%, transparent 100%);
  background-image: linear-gradient(0deg, #ddd 40%, rgba(221, 221, 221, 0) 100%);
}
@media screen and (min-width: 52rem) {
  article header {
    padding: 8rem 0 0;
  }
}
article header h1 {
  max-width: 620px;
  margin: 0;
  font-size: 1.5rem;
}
article header p {
  max-width: 620px;
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
}

.browser {
  width: 105% !important;
  max-width: 105% !important;
  align-self: center;
}
@media screen and (min-width: 72rem) {
  .browser {
    width: 120% !important;
    max-width: 120% !important;
  }
}
.browser.small {
  width: 75% !important;
  max-width: 75% !important;
  align-self: flex-start;
}
.browser.small .chrome {
  display: none !important;
}
.browser.small img {
  border-top: 2px solid white !important;
  border-radius: 6px !important;
}
.browser.no-chrome .chrome {
  display: none !important;
}
.browser.no-chrome img {
  border: 0 !important;
}
.browser .chrome {
  display: block;
  border-radius: 6px 6px 0 0;
  height: 2.25rem;
  background: #fff;
  line-height: 2.25rem;
  padding-left: 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
@media screen and (min-width: 52rem) {
  .browser .chrome {
    height: 3rem;
    line-height: 3rem;
  }
}
.browser .chrome span {
  display: inline-block;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  line-height: 40px;
  margin-right: 0.25em;
}
.browser img {
  border-radius: 0 0 6px 6px;
  border: 2px solid white;
  border-top: none;
  width: 100%;
}

.iphone {
  position: relative;
  text-align: center;
  font-size: 0.15em;
}
.iphone img {
  border: 2.35em solid white;
  border-top-width: 10em;
  border-bottom-width: 10em;
  border-radius: 2.75em;
  max-width: 48em;
  height: 800px;
}
.iphone .home-button {
  width: 6em;
  height: 6em;
  background: #aaa;
  border-radius: 12em;
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -2em;
  overflow: hidden;
}
.iphone .home-button:before {
  content: "";
  width: 6em;
  height: 6em;
  background: rgb(157.25, 157.25, 157.25);
  position: absolute;
  top: -2.75em;
  left: 0;
  border-radius: 12em;
  transform: scaleX(1.75);
}
.iphone .home-button:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  border: 0.25em solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25em;
  margin-left: -1.25em;
  border-radius: 0.75em;
  box-sizing: border-box;
}
.iphone .speaker {
  width: 6em;
  height: 1em;
  background: #aaa;
  position: absolute;
  top: 6em;
  left: 50%;
  margin-left: -3em;
  border-radius: 12em;
}
.iphone .speaker:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #aaa;
  position: absolute;
  top: -2.75em;
  left: 50%;
  margin-left: -0.5em;
  border-radius: 12em;
}

@media (min-width: 700px) {
  .image.split {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 699px) {
  .image.split > div:first-child {
    margin-bottom: 4em;
  }
}
@media (min-width: 700px) {
  .image.split > div:first-child {
    margin-right: 2%;
  }
}

.side-by-side {
  background: #ddd;
  text-align: center;
}
@media (min-width: 700px) {
  .side-by-side {
    display: flex;
    justify-content: center;
  }
}
.side-by-side > div {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2rem;
  width: 100% !important;
}
@media screen and (min-width: 52rem) {
  .side-by-side > div {
    padding: 0 1em;
  }
}
.side-by-side > div:first-child {
  padding-left: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 52rem) {
  .side-by-side > div:first-child {
    padding-bottom: 1rem;
  }
}
.side-by-side > div:last-child {
  padding-right: 0;
}

.image {
  padding-bottom: 2rem;
  background: #ddd;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

video, iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 62%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}

.project-list li {
  margin: 0;
  padding: 2rem;
}

.project-list a.current {
  border: none;
  opacity: 0.6;
  color: #666;
}

.project-list a {
  color: blue;
  border-color: blue;
}

.project-list-wrapper {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #ddd;
}
.project-list-wrapper header {
  margin-top: 0;
}
.project-list-wrapper header h1 {
  margin: 0;
}

body {
  overflow: hidden;
}

.scroll-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding-top: 7rem;
  max-width: 100%;
  z-index: 5;
  overflow: hidden;
  overflow-y: scroll;
  will-change: transform;
}
.scroll-container article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.fake-home-link-so-sue-me {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 9rem;
  border: none;
  z-index: 2000;
}

.ContentSection {
  padding-bottom: 3rem;
  background: #ddd;
}

.ContentSection--header {
  font-size: 1.25rem;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 52rem) {
  .ContentSection--header {
    width: calc((100% - 4rem) * 0.3125);
    padding: 0;
    margin-bottom: 0;
  }
}

.ContentSection--headerMain {
  font-weight: 900;
}

.ContentSection--text {
  font-size: 1.125rem;
  padding: 0.5rem 0;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 52rem) {
  .ContentSection--text {
    width: calc((100% - 4rem) * 0.6875);
  }
}
.ContentSection--text p {
  line-height: 1.6;
}
.ContentSection--text p:first-child {
  margin-top: 0.5rem;
}
.ContentSection--text.ContentSection--mainText {
  font-size: 1.375rem;
}

.ProjectItem {
  display: flex;
  flex-direction: column;
}

.ProjectItem--client {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

.ProjectItem--title {
  margin: 0;
  margin-bottom: 4rem;
  font-size: 2.75rem;
}

.SiteHeader {
  position: relative;
  background: black;
  color: white;
  padding: 1.5rem 4rem;
}

.title-zenworm {
  font-size: 3rem;
  display: block;
  position: relative;
  margin: 0;
  color: #111;
  font-weight: 400;
  font-family: icomoon;
  text-align: center;
  margin: auto;
}

@media (max-width: 699px) {
  .title-zenworm {
    font-size: 10vw;
  }
}
#zenworm header h1 {
  position: absolute;
  top: -1%;
  right: 0;
  bottom: 0;
  left: -10%;
}

.nav-project {
  position: relative;
  margin-bottom: -4rem;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
}

.nav-project .title-zenworm {
  margin: auto;
}

.project-list-wrapper {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #ddd;
}

.project-list-wrapper header {
  margin-top: 0;
}

.project-list-wrapper header h1 {
  margin: 0;
}

body {
  overflow: hidden;
}

.scroll-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding-top: 4rem;
  max-width: 100%;
  z-index: 5;
  overflow: hidden;
  overflow-y: scroll;
  will-change: transform;
}

.scroll-container article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.fake-home-link-so-sue-me {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 9rem;
  border: none;
}

/*# sourceMappingURL=index.css.map */