@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: minion-3, serif;
  color: #1D2120;
  font-size: 20px;
}
body div.outerwrapper {
  margin: auto 120px;
  position: relative;
}
@media (max-width: 834px) {
  body div.outerwrapper {
    margin: auto 60px;
  }
}
@media (min-width: 1800px) {
  body div.outerwrapper {
    margin: auto 240px;
  }
}
@media (max-width: 1024px) {
  body div.outerwrapper {
    margin: auto 80px;
  }
}
@media (max-width: 580px) {
  body div.outerwrapper {
    margin: auto 32px;
  }
}
@media (max-width: 350px) {
  body div.outerwrapper {
    margin: auto 20px;
  }
}

body.landing {
  background-image: url(../images/landingbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

div.background {
  height: vh100;
}
div.background header {
  max-width: 360px;
}
div.background h2 {
  margin: 0;
  padding-top: 60px;
  font-weight: 400;
  line-height: 0;
  font-size: 24px;
}
div.background h1 {
  margin-top: 60px;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.8;
}

div.about {
  max-width: 480px;
  margin-left: 400px;
  position: absolute;
  top: 340px;
}
div.about p {
  line-height: 1.4;
}
div.about p.description {
  font-size: 24px;
}
div.about a {
  text-decoration: none;
  color: #1D2120;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
div.about a:hover, div.about a:focus {
  background: #FADEDE;
}
div.about a:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  left: -15px;
  bottom: -20px;
  background-image: url(../images/linkPattern1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

div.button {
  margin-top: 120px;
}
div.button a {
  color: #fff;
  padding: 12px 36px;
  background: #0D3546;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
div.button a:hover, div.button a:focus {
  background-color: #1D2120;
}
div.button div.image {
  pointer-events: none;
}
div.button div.image img {
  width: 180px;
  position: absolute;
  bottom: -50px;
}

footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
}

div.work-background {
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
}
@media (max-width: 1140px) {
  div.work-background {
    top: -230px;
  }
}
@media (max-width: 1024px) {
  div.work-background {
    top: -200px;
  }
}
@media (max-width: 950px) {
  div.work-background {
    top: -150px;
  }
}
@media (max-width: 834px) {
  div.work-background {
    top: -120px;
  }
}
@media (max-width: 768px) {
  div.work-background {
    top: -100px;
  }
}
@media (max-width: 450px) {
  div.work-background {
    top: 0px;
  }
}
div.work-background img {
  width: 100%;
}

nav.main {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 120px;
}
nav.main div.logo {
  padding-top: 12px;
  color: #1D2120;
  font-weight: 600;
  letter-spacing: 0.5;
  font-size: 20px;
  min-width: 200px;
}
nav.main div.logo a {
  text-decoration: none;
  color: #1D2120;
}
@media (max-width: 580px) {
  nav.main div.logo {
    min-width: 0;
  }
}
@media (max-width: 400px) {
  nav.main div.logo {
    font-size: 16px;
  }
}
nav.main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-top: 12px;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 400px) {
  nav.main ul {
    font-size: 16px;
  }
}
nav.main ul li:nth-child(2) {
  padding-right: 0;
}
nav.main ul li {
  margin-left: 12px;
  padding: 0 12px;
  position: relative;
}
@media (max-width: 450px) {
  nav.main ul li {
    padding: 0 6px;
  }
}
nav.main ul li a {
  text-decoration: none;
  color: #1D2120;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
nav.main ul li a:hover, nav.main ul li a:focus {
  color: #0D3546;
}
nav.main ul li a.work-link {
  position: relative;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
nav.main ul li a.work-link:hover:before, nav.main ul li a.work-link:focus:before {
  opacity: 1;
}
nav.main ul li a.work-link:before {
  content: "";
  background: url("../images/menupattern1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: -20px;
  height: 40px;
  width: 280%;
  opacity: 0;
}
nav.main ul li a.about-link {
  position: relative;
}
nav.main ul li a.about-link:hover:before, nav.main ul li a.about-link:focus:before {
  opacity: 1;
}
nav.main ul li a.about-link:before {
  content: "";
  background: url("../images/menuPattern2.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -16px;
  bottom: -26px;
  height: 40px;
  width: 140%;
  opacity: 0;
}

div.worklist {
  margin-top: 120px;
  padding-top: 60px;
  overflow: hidden;
}
div.worklist div.workblock {
  position: relative;
  display: flex;
}
@media (max-width: 900px) {
  div.worklist div.workblock div.desktop-image {
    display: none;
  }
}
div.worklist div.workblock div.desktop-image img {
  width: 100%;
}
@media (max-width: 1280px) {
  div.worklist div.workblock div.desktop-image img {
    width: 105%;
  }
}
@media (max-width: 1200px) {
  div.worklist div.workblock div.desktop-image img {
    width: 115%;
  }
}
@media (max-width: 1140px) {
  div.worklist div.workblock div.desktop-image img {
    width: 125%;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.desktop-image img {
    width: 135%;
  }
}
div.worklist div.workblock div.block-wrapper {
  position: relative;
  margin-left: 120px;
  padding-right: 48px;
  width: 400px;
  min-width: 400px;
}
@media (max-width: 834px) {
  div.worklist div.workblock div.block-wrapper {
    margin-left: 60px;
  }
}
@media (min-width: 1800px) {
  div.worklist div.workblock div.block-wrapper {
    width: 600px;
    min-width: 600px;
    margin-left: 240px;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.block-wrapper {
    margin-left: 80px;
  }
}
@media (max-width: 900px) {
  div.worklist div.workblock div.block-wrapper {
    margin-left: 80px;
    margin-right: 80px;
    width: auto;
    min-width: 400px;
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  div.worklist div.workblock div.block-wrapper {
    margin-left: 32px;
    margin-right: 32px;
    min-width: 0px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  div.worklist div.workblock div.block-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
div.worklist div.workblock div.mobile-image {
  display: none;
}
@media (max-width: 900px) {
  div.worklist div.workblock div.mobile-image {
    display: block;
  }
  div.worklist div.workblock div.mobile-image img {
    width: 100%;
    margin-top: 24px;
  }
}
div.worklist div.workblock div.tag-bg {
  position: absolute;
  left: -40px;
  top: -29px;
  max-width: 400px;
  z-index: 0;
}
div.worklist div.workblock div.tag-bg img {
  width: 100%;
  opacity: 0.7;
}
@media (min-width: 1800px) {
  div.worklist div.workblock div.tag-bg {
    max-width: 600px;
    top: -50px;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.tag-bg {
    top: -35px;
  }
}
@media (max-width: 400px) {
  div.worklist div.workblock div.tag-bg {
    max-width: 340px;
    top: -26px;
  }
}
div.worklist div.workblock div.button {
  margin-top: 60px;
}
div.worklist div.workblock div.button a {
  background: #0D3546;
}
div.worklist div.workblock div.button a:hover, div.worklist div.workblock div.button a:focus {
  background: #1D2120;
}
div.worklist div.workblock div.tagline {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
}
@media (min-width: 1800px) {
  div.worklist div.workblock div.tagline {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.tagline {
    font-size: 16px;
  }
}
div.worklist div.workblock div.title {
  margin-top: 42px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1800px) {
  div.worklist div.workblock div.title {
    font-size: 48px;
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.title {
    font-size: 32px;
    margin-top: 32px;
  }
}
div.worklist div.workblock div.description {
  margin-top: 36px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 1800px) {
  div.worklist div.workblock div.description {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  div.worklist div.workblock div.description {
    margin-top: 32px;
  }
}
div.worklist div.workblock div.button-wrapper {
  position: relative;
}
div.worklist div.workblock div.button-pt {
  pointer-events: none;
}
div.worklist div.workblock div.button-pt img {
  width: 180px;
  position: absolute;
  bottom: -20px;
}
div.worklist div.workblock.design {
  margin-top: 120px;
}
div.worklist div.workblock.design div.button a {
  background-color: #FADEDE;
  color: #1D2120;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
div.worklist div.workblock.design div.button a:hover, div.worklist div.workblock.design div.button a:focus {
  background: #FFDF6B;
}
div.worklist div.workblock.sign-up div.button-pt {
  pointer-events: none;
}
div.worklist div.workblock.sign-up div.button-pt img {
  width: 160px;
  position: absolute;
  bottom: -45px;
}
div.worklist div.workblock.sole {
  margin-top: 120px;
}
div.worklist div.workblock.sole div.button a {
  background-color: #1D2120;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
div.worklist div.workblock.sole div.button a:hover, div.worklist div.workblock.sole div.button a:focus {
  background: #0D3546;
}
div.worklist div.workblock.beauty {
  margin-top: 120px;
  margin-bottom: 120px;
}
div.worklist div.workblock.beauty div.button-pt {
  pointer-events: none;
}
div.worklist div.workblock.beauty div.button-pt img {
  width: 160px;
  position: absolute;
  bottom: -40px;
}
div.worklist div.workblock.beauty div.button a {
  background-color: #FFDF6B;
  color: #1D2120;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
div.worklist div.workblock.beauty div.button a:hover, div.worklist div.workblock.beauty div.button a:focus {
  background: #FADEDE;
}

div.regular-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  div.regular-footer {
    font-size: 16px;
  }
}

div.regular-footer.duplicate {
  display: none;
}
@media (max-width: 834px) {
  div.regular-footer.duplicate {
    display: block;
  }
}
@media (max-height: 600px) {
  div.regular-footer.duplicate {
    display: block;
  }
}

@media (max-width: 834px) {
  footer.about {
    display: none;
  }
}
@media (max-height: 600px) {
  footer.about {
    display: none;
  }
}

div.about-background {
  position: absolute;
  left: 0;
  top: -150px;
  max-width: 800px;
}
div.about-background img {
  width: 100%;
  opacity: 0.5;
}
@media (min-width: 1800px) {
  div.about-background {
    max-width: 1100px;
    top: -240px;
    left: 0px;
  }
}
@media (max-width: 450px) {
  div.about-background {
    top: 0px;
  }
}

h1 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 600px;
  margin-bottom: 0px;
}
h1 span {
  font-weight: 700;
}

p {
  max-width: 650px;
}

p.description {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

p.contact {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 834px) {
  p.contact {
    margin-bottom: 60px;
  }
}
@media (max-height: 600px) {
  p.contact {
    margin-bottom: 60px;
  }
}
p.contact a {
  text-decoration: none;
  color: #1D2120;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: background 0.3s ease-in;
  -moz-box-transition: background 0.3s ease-in;
  -webkit-box-transition: background 0.3s ease-in;
}
p.contact a:hover, p.contact a:focus {
  background: #FADEDE;
}
p.contact a:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  left: -15px;
  bottom: -20px;
  background-image: url(../images/linkPattern1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

div.more-work {
  background: #fff7db;
  padding: 36px 0 24px 0;
  position: relative;
}
div.more-work div.header {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 1.2;
}
div.more-work div.tag-bg {
  position: absolute;
  left: -60px;
  top: -30px;
  max-width: 500px;
  z-index: 0;
}
div.more-work div.tag-bg img {
  width: 100%;
}
@media (max-width: 400px) {
  div.more-work div.tag-bg {
    top: -18px;
    max-width: 380px;
    left: -30px;
  }
}
div.more-work ul.morework {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div.more-work ul.morework li {
  margin-bottom: 24px;
}
@media (max-width: 450px) {
  div.more-work ul.morework li {
    margin-bottom: 18px;
  }
}
div.more-work ul.morework li a {
  color: #0D3546;
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 450px) {
  div.more-work ul.morework li a {
    font-size: 18px;
  }
}
div.more-work ul.morework li a:hover, div.more-work ul.morework li a:focus {
  border-bottom: 4px solid #FFDF6B;
}

p.withline {
  position: relative;
  padding-top: 48px;
}
p.withline:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #1D2120;
  width: 36px;
  height: 4px;
}

p.regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}

p.tagline {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

p.small {
  font-size: 18px;
  line-height: 1.5;
  margin: 6px 0;
}

strong.bold {
  font-weight: 600;
}

div.case-study div.quotation, div.blog div.quotation {
  max-width: 650px;
  background: #eff8fc;
  padding: 60px 24px 36px 24px;
  margin: 36px 0;
  position: relative;
  border-top: 4px solid #0D3546;
}
div.case-study div.quotation a, div.blog div.quotation a {
  color: #1D2120;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  font-weight: 600;
}
div.case-study div.quotation a:hover, div.case-study div.quotation a:focus, div.blog div.quotation a:hover, div.blog div.quotation a:focus {
  color: #0D3546;
}
div.case-study div.quotation:before, div.blog div.quotation:before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 24px;
  color: #0D3546;
  font-size: 120px;
}
div.case-study div.quotation blockquote, div.blog div.quotation blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2;
  padding: 0;
  margin: 24px 0;
}
div.case-study div.quotation div.caption, div.blog div.quotation div.caption {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 1.2;
}
div.case-study div.idea-content, div.blog div.idea-content {
  background: #fef6f6;
  padding: 8px 24px;
  margin: 24px 0 18px 0;
  position: relative;
  border-top: 4px solid #FADEDE;
  max-width: 650px;
}
div.case-study div.idea-content:before, div.blog div.idea-content:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 14px solid #FADEDE;
}
div.case-study div.idea-content div.tag-bg, div.blog div.idea-content div.tag-bg {
  position: absolute;
  left: -6px;
  top: 10px;
  max-width: 350px;
  z-index: 0;
}
div.case-study div.idea-content div.tag-bg img, div.blog div.idea-content div.tag-bg img {
  width: 100%;
}
div.case-study div.idea-content h5, div.blog div.idea-content h5 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
div.case-study p, div.blog p {
  max-width: 650px;
  margin: 18px 0;
}
div.case-study p.regular a, div.blog p.regular a {
  color: #1d2120;
  font-weight: 700;
  text-decoration: underline;
}
div.case-study div.image-collection.large div.image-wrapper, div.blog div.image-collection.large div.image-wrapper {
  max-width: 300px;
}
@media (max-width: 580px) {
  div.case-study div.image-collection.large div.image-wrapper, div.blog div.image-collection.large div.image-wrapper {
    max-width: 580px;
  }
}
div.case-study div.image-collection.large div.image-wrapper img, div.blog div.image-collection.large div.image-wrapper img {
  width: 100%;
}
div.case-study div.image-collection, div.blog div.image-collection {
  display: flex;
  margin: 0;
}
@media (max-width: 580px) {
  div.case-study div.image-collection, div.blog div.image-collection {
    display: block;
  }
}
div.case-study div.image-collection div.image-wrapper, div.blog div.image-collection div.image-wrapper {
  margin: 8px 0;
  max-width: 400px;
}
@media (max-width: 580px) {
  div.case-study div.image-collection div.image-wrapper, div.blog div.image-collection div.image-wrapper {
    max-width: 580px;
  }
}
div.case-study div.image-collection div.image-wrapper img, div.blog div.image-collection div.image-wrapper img {
  width: 100%;
}
div.case-study div.image-collection div.image-wrapper.first, div.blog div.image-collection div.image-wrapper.first {
  margin-right: 18px;
}
@media (max-width: 580px) {
  div.case-study div.image-collection div.image-wrapper.first, div.blog div.image-collection div.image-wrapper.first {
    margin-right: 0;
  }
}
div.case-study div.image-collection div.image-wrapper.first div.image.css-stats, div.blog div.image-collection div.image-wrapper.first div.image.css-stats {
  margin-bottom: 18px;
}
div.case-study div.image-collection div.image-wrapper.second, div.blog div.image-collection div.image-wrapper.second {
  margin-right: 18px;
}
@media (max-width: 580px) {
  div.case-study div.image-collection div.image-wrapper.second, div.blog div.image-collection div.image-wrapper.second {
    margin-right: 0;
  }
}
div.case-study div.image-wrapper, div.blog div.image-wrapper {
  margin: 24px 0 36px 0;
  max-width: 1000px;
}
div.case-study div.image-wrapper div.image, div.blog div.image-wrapper div.image {
  box-shadow: 0px 2px 15px 0px #ddd;
  -moz-box-shadow: 0px 2px 15px 0px #ddd;
  -webkit-box-shadow: 0px 2px 15px 0px #ddd;
}
div.case-study div.image-wrapper img, div.blog div.image-wrapper img {
  display: block;
  width: 100%;
}
div.case-study div.image-wrapper div.caption, div.blog div.image-wrapper div.caption {
  font-size: 16px;
  background-color: #fcebeb;
  line-height: 1.2;
  margin: 0;
  padding: 14px 0;
  text-align: center;
}
div.case-study ul, div.case-study ol, div.blog ul, div.blog ol {
  max-width: 650px;
  margin: 24px 0;
}
div.case-study ul li, div.case-study ol li, div.blog ul li, div.blog ol li {
  margin-bottom: 14px;
}
div.case-study ul, div.blog ul {
  padding: 0;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}
div.case-study ol, div.blog ol {
  padding-left: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}
div.case-study ul.steps, div.blog ul.steps {
  padding: 0;
  margin-bottom: 36px;
  list-style-type: none;
}
div.case-study ul.steps li, div.blog ul.steps li {
  margin-bottom: 14px;
}
div.case-study h3.title, div.blog h3.title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 36px;
  text-transform: capitalize;
  max-width: 650px;
}
div.case-study h4.section-title, div.blog h4.section-title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #65726f;
}
div.case-study h2.main-header, div.blog h2.main-header {
  font-weight: 600;
  font-size: 48px;
  max-width: 650px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 36px;
}
div.case-study div.full-image, div.blog div.full-image {
  margin-top: 36px;
  margin-bottom: 36px;
  width: 100%;
}
div.case-study div.full-image img, div.blog div.full-image img {
  width: 100%;
}
div.case-study div.section-wrapper.first, div.blog div.section-wrapper.first {
  margin-top: 96px;
}
div.case-study div.section-wrapper, div.blog div.section-wrapper {
  margin: 72px 0;
}

html {
  scroll-behavior: smooth;
}

body.datastory {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
}
body.datastory a {
  color: #000;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
body.datastory a:hover:before, body.datastory a:focus:before {
  opacity: 1;
}
body.datastory a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: 1px;
  height: 3px;
  width: 100%;
  opacity: 0;
}

.datawrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 80px;
  margin-right: 24px;
}
@media (max-width: 1420px) {
  .datawrapper {
    margin-left: 24px;
  }
}

.lowerlayer {
  width: 1208px;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  border-right: 2px solid #000;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 1420px) {
  .lowerlayer {
    display: none;
  }
}

div.nav {
  margin-top: 40px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  list-style-type: none;
}
div.nav a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
div.nav .navigation li {
  display: inline-block;
  padding-right: 36px;
}
@media (max-width: 1420px) {
  div.nav .navigation li {
    padding-right: 16px;
  }
}
div.nav .navigation li a {
  font-weight: 300;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
div.nav .navigation li a:hover:before, div.nav .navigation li a:focus:before {
  opacity: 1;
}
div.nav .navigation li a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 5px;
  width: 100%;
  opacity: 0;
}
div.nav .navigation li.first {
  padding-right: 120px;
  font-weight: 700;
}
@media (max-width: 1420px) {
  div.nav .navigation li.first {
    padding-right: 24px;
  }
}
div.nav .navigation li.first a {
  font-weight: 700;
}

div.dataheader.sub {
  margin-top: 200px;
}

div.dataheader {
  margin-top: 300px;
}
div.dataheader h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 1000px;
}
div.dataheader div.datasubtitle {
  margin-top: 36px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 920px;
}
div.dataheader div.datasubtitle.subtitle {
  font-size: 40px;
  line-height: 58px;
}

.imgwrapper img {
  display: inline-block;
  width: 24px;
  position: relative;
  top: 3px;
  padding-right: 10px;
}

div.introline {
  margin-top: 100px;
  position: relative;
}
div.introline div.imgwrapper {
  display: inline-block;
}
div.introline p {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

header div.background img {
  position: absolute;
  width: 720px;
  left: 856.5px;
  top: -300px;
  display: inline-block;
}
@media (max-width: 1420px) {
  header div.background img {
    left: auto;
    right: 0px;
    top: 0;
    display: none;
  }
}
header div.imgwrapper.singleleafs {
  position: relative;
  width: 20px;
}
header div.imgwrapper.singleleafs img {
  width: 100%;
  position: absolute;
}
header div.imgwrapper.singleleafs img.leafone {
  left: 500px;
  top: 100px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leafone {
    display: none;
  }
}
header div.imgwrapper.singleleafs img.leaftwo {
  left: 800px;
  top: 100px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leaftwo {
    display: none;
  }
}
header div.imgwrapper.singleleafs img.leafthree {
  left: 300px;
  top: 50px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leafthree {
    display: none;
  }
}
header div.imgwrapper.singleleafs img.leaffour {
  left: 500px;
  top: 160px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leaffour {
    display: none;
  }
}
header div.imgwrapper.singleleafs img.leaffive {
  left: 300px;
  top: 300px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leaffive {
    display: none;
  }
}
header div.imgwrapper.singleleafs img.leafsix {
  left: 520px;
  top: 180px;
}
@media (max-width: 1420px) {
  header div.imgwrapper.singleleafs img.leafsix {
    display: none;
  }
}
header div.background.sub img {
  position: absolute;
  width: 720px;
  left: 856.5px;
  top: -500px;
  display: inline-block;
}
@media (max-width: 1420px) {
  header div.background.sub img {
    display: none;
  }
}

section.group {
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
}
@media (max-width: 1420px) {
  section.group {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
section.group h3.special {
  font-size: 36px;
  font-weight: 300;
  line-height: 56px;
  margin: 0;
  padding: 0;
}
@media (max-width: 500px) {
  section.group h3.special {
    padding-left: 12px;
  }
}
section.group span {
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
}
@media (max-width: 500px) {
  section.group span {
    font-size: 80px;
    line-height: 80px;
  }
}
section.group p.regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
}
@media (max-width: 500px) {
  section.group p.regular {
    padding-left: 12px;
  }
}
section.group ul {
  padding: 0;
}
section.group ul li {
  list-style-type: none;
}
section.group ol, section.group ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
}

section.productdesign p.regular {
  max-width: 400px;
}

section.newstart {
  position: relative;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 1420px) {
  section.newstart {
    margin-top: 0px;
  }
}
section.newstart h3.special {
  float: left;
  width: 420px;
}
@media (max-width: 500px) {
  section.newstart h3.special {
    padding-left: 12px;
  }
}
section.newstart p.regular {
  float: left;
  max-width: 500px;
  margin-left: 32px;
  padding: 0;
}

p.clear {
  clear: both;
}

@media (max-width: 500px) {
  section.newstart {
    position: relative;
    top: -180px;
  }
}
section.newstart div.imagetext {
  position: absolute;
  top: 500px;
  left: 400px;
  font-size: 12px;
}
section.newstart div.imagetext p {
  display: inline-block;
  width: 100px;
}
section.newstart div.imagetext p.p1 {
  position: absolute;
  left: 56px;
  top: -50px;
}
@media (max-width: 500px) {
  section.newstart div.imagetext p.p1 {
    position: absolute;
    top: -120px;
    left: -151px;
  }
}
section.newstart div.imagetext p.p2 {
  position: absolute;
  left: -50px;
}
@media (max-width: 500px) {
  section.newstart div.imagetext p.p2 {
    position: absolute;
    top: -47px;
    left: -207px;
  }
}
section.newstart div.imagetext p.p3 {
  position: absolute;
  left: -90px;
  top: 50px;
}
@media (max-width: 500px) {
  section.newstart div.imagetext p.p3 {
    position: absolute;
    top: -2px;
    left: -259px;
  }
}
section.newstart div.imagetext p.p4 {
  position: absolute;
  left: -120px;
  top: 90px;
}
@media (max-width: 500px) {
  section.newstart div.imagetext p.p4 {
    display: none;
  }
}
section.newstart div.animated svg path, section.newstart div.animated svg line {
  animation: draw 3s forwards 1s;
}
section.newstart div.animation {
  max-width: 400px;
  position: absolute;
  left: 855px;
  top: -300px;
}
@media (max-width: 1420px) {
  section.newstart div.animation {
    max-width: 300px;
    position: relative;
    left: 0;
    top: 80px;
  }
}
section.newstart div.animation svg {
  width: 500px;
}
@media (max-width: 500px) {
  section.newstart div.animation svg {
    position: relative;
    left: -50px;
    width: 300px;
  }
}
section.newstart div.animation svg path, section.newstart div.animation svg line {
  stroke-dashoffset: 1200;
  stroke-dasharray: 1200;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

section.zero {
  position: relative;
}
section.zero div.imgwrapper.text {
  position: absolute;
  top: 250px;
  left: 1150px;
  width: 150px;
}
section.zero div.imgwrapper.text img {
  width: 100%;
}
section.zero div.single {
  width: 28px;
  position: absolute;
  left: 500px;
}
section.zero div.single img {
  width: 100%;
}
section.zero div.singleimg1 {
  top: -51px;
  left: 950px;
}
@media (max-width: 1420px) {
  section.zero div.singleimg1 {
    display: none;
  }
}
section.zero div.singleimg2 {
  top: -17px;
  left: 920px;
}
@media (max-width: 1420px) {
  section.zero div.singleimg2 {
    display: none;
  }
}
section.zero div.singleimg3 {
  bottom: -87px;
  left: 703px;
}
@media (max-width: 500px) {
  section.zero div.singleimg3 {
    display: none;
  }
}
section.zero div.singleimg4 {
  bottom: -50px;
  left: 750px;
}
@media (max-width: 500px) {
  section.zero div.singleimg4 {
    display: none;
  }
}
section.zero div.singleimg5 {
  bottom: -200px;
  left: 590px;
}
@media (max-width: 500px) {
  section.zero div.singleimg5 {
    display: none;
  }
}
section.zero div.singleimg6 {
  bottom: -320px;
  left: 690px;
}
@media (max-width: 500px) {
  section.zero div.singleimg6 {
    display: none;
  }
}
section.zero div.singleimg7 {
  bottom: -565px;
  left: 650px;
}
@media (max-width: 500px) {
  section.zero div.singleimg7 {
    display: none;
  }
}
section.zero div.imgwrapper {
  position: absolute;
  left: 530px;
  top: -20px;
  width: 600px;
}
@media (max-width: 1420px) {
  section.zero div.imgwrapper {
    position: relative;
    right: 0px;
    top: 0px;
    left: auto;
  }
}
section.zero div.imgwrapper img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1420px) {
  section.zero div.imgwrapper img {
    position: absolute;
    top: 0px;
    display: none;
  }
}
section.zero p.regular {
  max-width: 320px;
}
section.zero h3.left {
  float: left;
}
section.zero h3.right {
  float: left;
  margin-left: 12px;
  position: relative;
  top: -8px;
}

section.principle {
  margin-top: 400px;
  margin-bottom: 0px;
}
section.principle p.regular {
  position: absolute;
  left: 132px;
  max-width: 360px;
  top: 0;
}
@media (max-width: 500px) {
  section.principle p.regular {
    display: none;
  }
}
section.principle ol {
  position: relative;
  left: 280px;
  top: -80px;
  max-width: 500px;
}
@media (max-width: 500px) {
  section.principle ol {
    left: 0px;
    top: 0px;
  }
}

section.sari {
  margin-top: 150px;
}
@media (max-width: 1420px) {
  section.sari {
    margin-top: 80px;
  }
}
section.sari div.imgwrapper {
  width: 300px;
  position: absolute;
  left: 1030px;
  top: 200px;
  display: inline-block;
}
@media (max-width: 1420px) {
  section.sari div.imgwrapper {
    position: relative;
    top: 0px;
    left: 0;
  }
}
@media (max-width: 500px) {
  section.sari div.imgwrapper {
    width: 200px;
  }
}
section.sari div.imgwrapper img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 1420px) {
  section.sari div.imgwrapper img {
    position: absolute;
    top: 188px;
    left: 300px;
  }
}
@media (max-width: 500px) {
  section.sari div.imgwrapper img {
    position: absolute;
    top: 220px;
    left: 200px;
    width: 136px;
  }
}
section.sari div.animated svg path {
  animation: draw 5s forwards;
}
section.sari div.animation {
  position: absolute;
  left: 760px;
}
@media (max-width: 1420px) {
  section.sari div.animation {
    position: relative;
    top: 0px;
    left: 60px;
  }
}
@media (max-width: 500px) {
  section.sari div.animation {
    width: 300px;
  }
}
section.sari div.animation svg {
  width: 370px;
}
@media (max-width: 500px) {
  section.sari div.animation svg {
    width: 200px;
  }
}
section.sari div.animation svg path, section.sari div.animation svg line {
  stroke-dashoffset: 1700;
  stroke-dasharray: 1700;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

body.project a {
  color: #000;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
body.project a:hover:before, body.project a:focus:before {
  opacity: 1;
}
body.project a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: 1px;
  height: 3px;
  width: 100%;
  opacity: 0;
}
body.project section.fullwrapper {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
body.project section.fullwrapper img {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: -1px;
}
body.project section.fullwrapper video {
  width: 100%;
}
body.project section.headerimg {
  margin-top: 140px;
}

section.datawrapper.project {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
section.datawrapper.project div.pr-img {
  position: relative;
  position: inline-block;
  margin: -1px;
  padding: 0px;
}
section.datawrapper.project div.imgwrapper {
  max-width: 1128px;
  margin-top: 60px;
  margin-bottom: 60px;
}
section.datawrapper.project div.imgwrapper.top {
  margin-bottom: 0;
}
section.datawrapper.project div.imgwrapper.bottom {
  margin-top: 0;
}
section.datawrapper.project div.imgwrapper img {
  width: 100%;
  position: inline-block;
  margin: -1px;
  padding: 0px;
}
section.datawrapper.project div.imgwrapper video {
  width: 100%;
}
@media (max-width: 1420px) {
  section.datawrapper.project {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.datawrapper.project h4 {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  padding: 0;
  margin-bottom: 40px;
}
section.datawrapper.project p.description {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 400px;
}
section.datawrapper.project p.large {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8;
  margin-bottom: 8;
  max-width: 1000px;
}
section.datawrapper.project div.right {
  max-width: 240px;
  position: absolute;
  bottom: 0;
  left: 1158px;
}
@media (max-width: 1420px) {
  section.datawrapper.project div.right {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
}
section.datawrapper.project div.right p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
section.datawrapper.project div.right p.name {
  margin-top: 4px;
  margin-bottom: 4px;
}

section.fullwrapper.final {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: -200px;
}

section.datawrapper.project.adjust {
  margin-top: 0;
}

section.group.detour {
  margin-top: 250px;
  position: relative;
}
section.group.detour p.top {
  position: absolute;
  top: -60px;
  width: 500px;
  left: 140px;
}
@media (max-width: 500px) {
  section.group.detour p.top {
    width: 300px;
    position: relative;
    top: 0;
    left: 0;
  }
}
section.group.detour p.bottom {
  position: relative;
  top: -20px;
  width: 500px;
  left: 140px;
}
@media (max-width: 500px) {
  section.group.detour p.bottom {
    width: 300px;
    position: relative;
    top: 0;
    left: 0;
  }
}
section.group.detour button {
  position: relative;
  left: 140px;
}
section.group.detour div.animated svg circle {
  animation: fill-in 5s forwards;
}
section.group.detour div.imgwrapper {
  position: absolute;
  width: 140px;
  left: 1140px;
  bottom: 0px;
}
section.group.detour div.imgwrapper img {
  width: 100%;
}
@media (max-width: 1420px) {
  section.group.detour div.imgwrapper img {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
section.group.detour div.animation {
  position: absolute;
  left: 855px;
  top: -200px;
}
@media (max-width: 1420px) {
  section.group.detour div.animation {
    display: none;
    left: 0;
    top: 0;
  }
}
section.group.detour div.animation svg {
  width: 540px;
}
section.group.detour div.animation svg circle {
  fill-opacity: 0;
}
@keyframes fill-in {
  to {
    fill-opacity: 1;
  }
}

section.group.failure {
  position: relative;
  margin-top: 300px;
}
@media (max-width: 1420px) {
  section.group.failure {
    margin-top: 80px;
  }
}
section.group.failure p.regular {
  position: absolute;
  left: 120px;
  top: -10px;
  width: 650px;
}
@media (max-width: 1420px) {
  section.group.failure p.regular {
    position: absolute;
    left: 120px;
    top: auto;
    bottom: 120px;
  }
}
@media (max-width: 500px) {
  section.group.failure p.regular {
    width: 300px;
    position: relative;
    left: 0;
    top: 0;
  }
}
section.group.failure div.imgwrapper {
  position: absolute;
  bottom: -80px;
  left: 900px;
  width: 220px;
}
@media (max-width: 1420px) {
  section.group.failure div.imgwrapper {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
section.group.failure div.imgwrapper img {
  width: 100%;
}
@media (max-width: 1420px) {
  section.group.failure div.imgwrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
}
section.group.failure div.animated svg path.fill {
  animation: fill-in 2s 2s forwards;
}
section.group.failure div.animated svg path {
  animation: draw 3s forwards;
}
section.group.failure div.animation {
  position: absolute;
  left: 1018px;
  top: -150px;
}
@media (max-width: 1420px) {
  section.group.failure div.animation {
    position: relative;
    left: 0;
    top: 0;
  }
}
section.group.failure div.animation svg {
  width: 450px;
}
@media (max-width: 500px) {
  section.group.failure div.animation svg {
    width: 300px;
  }
}
section.group.failure div.animation svg path {
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  fill-opacity: 0;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-in {
  to {
    fill-opacity: 1;
  }
}

section.group.soundmap {
  margin-top: 300px;
  position: relative;
}
@media (max-width: 1420px) {
  section.group.soundmap {
    margin-bottom: 200px;
  }
}
section.group.soundmap p.regular {
  position: relative;
  top: -20px;
  width: 450px;
}
@media (max-width: 500px) {
  section.group.soundmap p.regular {
    width: 300px;
  }
}
section.group.soundmap div.imgwrapper {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 1150px;
}
@media (max-width: 1420px) {
  section.group.soundmap div.imgwrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
  }
}
section.group.soundmap div.imgwrapper img {
  width: 100%;
}
@media (max-width: 1420px) {
  section.group.soundmap div.imgwrapper img {
    display: none;
  }
}
section.group.soundmap div.animation {
  position: absolute;
}
section.group.soundmap div.animation.wave {
  left: 780px;
  top: -100px;
}
@media (max-width: 1420px) {
  section.group.soundmap div.animation.wave {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
  }
}
section.group.soundmap div.animation.wave svg {
  width: 550px;
}
section.group.soundmap div.animation.lines {
  left: 1050px;
  top: 150px;
}
@media (max-width: 1420px) {
  section.group.soundmap div.animation.lines {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
  }
}
section.group.soundmap div.animation.lines svg {
  width: 250px;
}
section.group.soundmap div.animation.lines svg line {
  opacity: 0;
  animation: fade 2s infinite;
}
@keyframes fade {
  15% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
section.group.soundmap div.animation.lines #hg2 {
  animation-delay: 0.3s;
}
section.group.soundmap div.animation.lines #hg3 {
  animation-delay: 0.7s;
}
section.group.soundmap div.animation.lines #hg4 {
  animation-delay: 1.2s;
}
section.group.soundmap div.animation.lines #hg5 {
  animation-delay: 1.6s;
}

section.group.study {
  position: relative;
  margin-bottom: 150px;
}
section.group.study div.imgwrapper {
  position: absolute;
  left: 940px;
  bottom: -80px;
  width: 400px;
}
section.group.study div.imgwrapper img {
  width: 100%;
}
section.group.study div.animation {
  position: absolute;
  left: 770.5px;
  top: 0;
}
section.group.study div.animation svg {
  width: 720px;
}
section.group.study div.animation svg {
  position: absolute;
  left: 0;
  top: 0;
}
section.group.study div.animation svg.branches path {
  stroke-dashoffset: 900;
  stroke-dasharray: 900;
}
section.group.study div.animation svg.leafs path {
  opacity: 0;
}
section.group.study div.animation.animated svg.branches path {
  animation: draw 8s forwards;
}
section.group.study div.animation.animated svg.leafs path {
  animation: fade 5s forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
section.group.study div.animation.animated #hg2 {
  animation-delay: 1.5s;
}
section.group.study div.animation.animated #hg3 {
  animation-delay: 2s;
}
section.group.study div.animation.animated #hg4 {
  animation-delay: 2.5s;
}
section.group.study div.animation.animated #hg5 {
  animation-delay: 3s;
}
section.group.study div.animation.animated #hg6 {
  animation-delay: 3.5s;
}
section.group.study div.animation.animated #hg7 {
  animation-delay: 4s;
}
section.group.study div.animation.animated #hg8 {
  animation-delay: 4.5s;
}
section.group.study div.animation.animated #hg1 {
  animation-delay: 0s;
}
section.group.study span.break {
  display: block;
}
section.group.study p.regularr {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 500px) {
  section.group.study p.regularr {
    padding-left: 12px;
  }
}
section.group.study p.regular {
  position: absolute;
  left: 360px;
  top: 0px;
  width: 340px;
}
@media (max-width: 500px) {
  section.group.study p.regular {
    left: 0;
    display: none;
  }
}
section.group.study ul li {
  padding: 8px 0px;
}

div.nav.footer {
  margin-bottom: 24px;
}
div.nav.footer nav li {
  font-weight: 500;
}
div.nav.footer nav li a {
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
div.nav.footer nav li a:hover:before, div.nav.footer nav li a:focus:before {
  opacity: 1;
}
div.nav.footer nav li a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 5px;
  width: 100%;
  opacity: 0;
}
div.nav.footer nav li.first {
  font-weight: 300;
}
@media (max-width: 500px) {
  div.nav.footer nav li.first {
    display: block;
    margin-bottom: 24px;
  }
}

ul.works.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  top: -50px;
}
ul.works.navigation h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
ul.works.navigation li {
  position: relative;
  margin: 20px 0;
}
ul.works.navigation li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
ul.works.navigation li a:hover:before, ul.works.navigation li a:focus:before {
  opacity: 1;
}
ul.works.navigation li a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 5px;
  width: 100%;
  opacity: 0;
}
ul.works.navigation li img {
  display: inline-block;
  width: 20px;
  padding: 4px 12px 4px 0;
  position: relative;
  top: 7px;
}

section.group a.primary.adjust {
  margin-top: 40px;
}
section.group a.primary {
  position: relative;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 8px 0px;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
@media (max-width: 500px) {
  section.group a.primary {
    margin-left: 12px;
  }
}
section.group a.primary:hover:before, section.group a.primary:focus:before {
  opacity: 1;
}
section.group a.primary:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 5px;
  width: 100%;
  opacity: 0;
}

section.headerimg.final.double {
  width: 100%;
  margin-bottom: 0px;
}
section.headerimg.final.double.adjust {
  margin-top: 0;
  padding: 0;
}
section.headerimg.final.double img {
  display: inline-block;
  width: 100%;
}
section.headerimg.final.double div.left {
  float: left;
  width: 50%;
  display: inline-block;
}
@media (max-width: 1420px) {
  section.headerimg.final.double div.left {
    float: none;
    width: 100%;
  }
}
section.headerimg.final.double div.right {
  float: right;
  width: 50%;
  display: inline-block;
}
@media (max-width: 1420px) {
  section.headerimg.final.double div.right {
    float: none;
    width: 100%;
  }
}
section.headerimg.final.double div.clear {
  clear: both;
}

section.datawrapper.project.text.adjust {
  margin-top: 0;
}

section.study.group.datawrapper ul li {
  max-width: 600px;
}

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