<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Eric Meyer's Reset CSS v2.0 - http: //cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  position: relative;
  width: 100%;
  min-height: 100%;
}
button,
input[type=submit],
input[type=button],
.submit,
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea {
  font-family: inherit;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
em {
  font-style: italic;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
hr {
  display: block;
  height: 2px;
  border: none;
  padding: 0;
  clear: both;
}
svg {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
  clear: both;
}

}
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinkHalf {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkHalf {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family:微软雅黑;
  font-style: normal;
  font-size: 16px;
}
body {
  position: relative;
  color: #2a2a2a;
  line-height: 1.25rem;
  font-size: 1.125rem;
  overflow-x: hidden;
}
body.servicesPage {
  background: #000000;
}
::-moz-selection {
  background: #d1ab73;
  color: #ffffff;
}
::selection {
  background: #d1ab73;
  color: #ffffff;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1280px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.arrow,
.bx-prev,
.bx-next {
  position: absolute;
  height: 21px;
  width: 35px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.arrow[data-direction="down"],
.bx-prev[data-direction="down"],
.bx-next[data-direction="down"] {
  bottom: 3.125rem;
}
.arrow[data-direction="up"],
.bx-prev[data-direction="up"],
.bx-next[data-direction="up"] {
  top: 3.125rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow svg,
.bx-prev svg,
.bx-next svg {
  height: 21px;
  width: 35px;
}
.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-pack: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
section.centered .wrapper {
  width: 100%;
}
section.centered + section {
  padding: 6.250rem 0;
}
.intro h1 {
  font-size: 8.75rem;
  line-height: 9.375rem;
  text-align: center;
  font-weight: 700;
  margin: auto;
}
.intro h1 &gt; span,
.intro h2 &gt; span {
  color: #d1ab73;
}
.active {
  opacity: 1 !important;
}
[data-coloroverlap="dark"] {
  color: #ffffff;
}
[data-coloroverlap="dark"] .arrow svg {
  fill: #d1ab73;
}
[data-coloroverlap="light"] .arrow svg {
  fill: #bebebe;
}
button {
  background: none;
  border: none;
  background-color: #bebebe;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label[for] {
  cursor: pointer;
}
textarea,
input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  padding: 24px;
  border: 1px solid #bebebe;
  color: #2a2a2a;
  font: inherit;
  font-size: 24px;
  font-weight: 100;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Whitney', sans-serif;
  font-style: normal;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}
textarea::-webkit-input-placeholder,
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-webkit-input-placeholder {
  color: #bebebe;
}
textarea::-moz-placeholder,
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder {
  color: #bebebe;
}
textarea:-ms-input-placeholder,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder {
  color: #bebebe;
}
textarea::placeholder,
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder {
  color: #bebebe;
}
textarea:not([readonly]):focus,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([readonly]):focus {
  border-color: #d1ab73 !important;
}
textarea[disabled],
input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled] {
  color: #bebebe !important;
}
textarea.error,
input:not([type=checkbox]):not([type=radio]):not([type=submit]).error {
  border-color: #d1ab73 !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  height: 70px;
  line-height: 70px;
  padding: 0 24px;
  border: 1px solid #cfcfcf;
}
textarea {
  height: 210px;
  padding: 20px;
  resize: none;
  font-size: 1.125rem;
}
input[type=checkbox]:not(.toggle),
input[type=radio] {
  display: none;
}
input[type=checkbox]:not(.toggle) + label,
input[type=radio] + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type=checkbox]:not(.toggle) + label:before,
input[type=radio] + label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
input[type=checkbox]:not(.toggle):checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #eb3b8d !important;
  border-color: #e13384 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:not(.toggle):checked + label:after,
input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMjMuMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMjMuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTExLjMsMjMuMUwwLjUsMTIuNGMtMC43LTAuNy0wLjctMS45LDAtMi42YzAuNy0wLjcsMS45LTAuNywyLjcsMGw4LDcuOUwyNi43LDAuNmMwLjctMC44LDEuOS0wLjgsMi42LTAuMWMwLjgsMC43LDAuOCwxLjksMC4xLDIuNkwxMS4zLDIzLjF6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
}
input[type=radio] + label:before {
  border-radius: 8px;
}
input[type=radio]:checked + label:after {
  top: 2px;
  border-radius: 6px;
  background: #d1ab73;
}
input[type=checkbox].toggle {
  display: none;
}
input[type=checkbox].toggle + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 30px;
  border-radius: 15px;
  padding: 0 2px;
  background-color: #bebebe;
  text-align: center;
  overflow: hidden;
  transition: background .05s linear;
}
input[type=checkbox].toggle + label:after {
  content: '';
  display: table;
  clear: both;
}
input[type=checkbox].toggle + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 32px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #d1ab73;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .1s linear;
}
input[type=checkbox].toggle + label span {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox].toggle:checked + label {
  background-color: #d1ab73;
  color: #fff;
}
input[type=checkbox].toggle:checked + label:before {
  left: 2px;
  background-color: #fff;
}
input[type=submit],
.btn {
  display: inline-block;
  width: 363px;
  height: 63px;
  line-height: 60px;
  margin: 0 auto;
  background: none;
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  border: 3px solid #2a2a2a;
  border-radius: 0;
  color: #2a2a2a;
  cursor: pointer;
}
input[type=submit].light,
.btn.light {
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.btn {
  width: auto;
  padding: 0 75px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
}
h2.header {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Whitney', sans-serif;
  font-style: normal;
  opacity: 0;
}
h2.header.show {
  opacity: 0.7;
  transition: opacity 3.5s ease;
}
section {
  position: relative;
  width: 100%;
  min-height: 100%;
}
footer {
  position: relative;
  width: 1280px;
  height: 94px;
  line-height: 94px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  border-top: 1px dashed #e0e0e0;
}
footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: .03;
  background-image: linear-gradient(to top, #ffffff 0%, #343434 100%);
}
footer a {
  color: #d1ab73;
}
#logo {
  position: fixed;
  display: inline-block;
  top: 3.125rem;
  left: 3.125rem;
  height: 31px;
  color: #2a2a2a;
  z-index: 100;
  line-height: 30px;
}
#logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  float: left;
  opacity: 0;
  transition: all 0.3s ease;
}
#logo img[data-logo="white"].active + span {
  color: #ffffff;
}
#logo span {
  display: inline-block;
  opacity: 0;
  margin-left: 62px;
  color: #d1ab73;
  padding-top: 34px;
  line-height: 30px;
  font-size: 1rem;
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
  letter-spacing: 0.1rem;
  transition: opacity .5s ease;
}
#navHandle {
  position: fixed;
  display: inline-block;
  top: 3.125rem;
  right: 3.125rem;
  height: 27px;
  width: 27px;
  line-height: 27px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s ease;
}
#navHandle.light span,
#navHandle.dark span,
#navHandle.white span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}
#navHandle.light span:before,
#navHandle.dark span:before,
#navHandle.white span:before,
#navHandle.light span:after,
#navHandle.dark span:after,
#navHandle.white span:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  display: inline-block;
  -webkit-transform-origin: 0.1rem center 0;
  -ms-transform-origin: 0.1rem center 0;
  transform-origin: 0.1rem center 0;
  transition: all 0.2s ease;
}
#navHandle.light span:after,
#navHandle.dark span:after,
#navHandle.white span:after {
  top: -11px;
}
#navHandle.light span:before,
#navHandle.dark span:before,
#navHandle.white span:before {
  top: 11px;
}
#navHandle.light {
  opacity: 1;
}
#navHandle.light span {
  background-color: #2a2a2a;
}
#navHandle.light span:before,
#navHandle.light span:after {
  background-color: #2a2a2a;
}
#navHandle.dark {
  opacity: 0.6;
}
#navHandle.dark span {
  background-color: #ffffff;
}
#navHandle.dark span:before,
#navHandle.dark span:after {
  background-color: #ffffff;
}
#navHandle.white {
  opacity: 1;
}
#navHandle.white span {
  background-color: #ffffff;
}
#navHandle.white span:before,
#navHandle.white span:after {
  background-color: #ffffff;
}
#navHandle.active span {
  background: transparent !important;
}
#navHandle.active span:after,
#navHandle.active span:before {
  width: 32px;
  height: 6px;
  background: #ffffff !important;
}
#navHandle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 10px;
}
#navHandle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  left: -4px;
  top: 0;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 0;
  background-color: #d1ab73;
}
#nav.active {
  opacity: 1;
  z-index: 99;
  transition: opacity 0.5s ease;
}
#nav nav {
  position: relative;
  display: inline-block;
  margin: auto;
}
#nav nav.nav {
  padding-bottom: 2.125rem;
}
#nav nav.nav a {
  display: inline-block;
  height: 4.5rem;
  width: 13.75rem;
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
  color: #ffffff;
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 600;
}
#nav .social {
  position: relative;
  width: 70%;
  padding-top: 3.125rem;
}
#nav .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cb2a75;
}
#nav .social a {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  padding-top: 15px;
}
#nav .social a svg {
  fill: #ffffff;
  transition: fill .3s ease;
}
#nav .social a.fb  {
background-image: url(../Studio_files/xl.png);
  width: 72px;
  height: 72px;
}
#nav .social a.tw {
background-image: url(../Studio_files/tx.png);
  width: 72px;
  height: 72px;
}
#nav .social a.gp  {
background-image: url(../Studio_files/wx.png);
  width: 72px;
  height: 72px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  background-color: #000000;
}
#preloader.off {
  opacity: 0;
  transition: opacity .5s ease;
}
#preloader h1 {
  opacity: 1;
  color: #ffffff;
  -webkit-animation: blinkHalf 2s infinite;
  animation: blinkHalf 2s infinite;
}
#preloader h1.off {
  opacity: 0;
  transition: opacity .5s ease;
}
#homeHeader .wrapper h1,
#homeHeader .wrapper span {
  display: inline;
}
#homeHeader .wrapper h2 {
  display: block;
}
#homeHeader .wrapper h1,
#homeHeader .wrapper h2,
#homeHeader .wrapper span {
  font-weight: 300;
}
#homeHeader .wrapper h1 {
  font-size: 7rem;
  line-height: 9rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: 微软雅黑;
}
#homeHeader .wrapper span {
  opacity: 1;
  color: #d1ab73;
  font-style: normal;
  font-size: 7rem;
  line-height: 10rem;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.services {
  padding-bottom: 50px;
}
.services .row {
  padding: 1.56rem 0;
  margin: auto;
}
.services article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 400px;
  -ms-flex: 1 400px;
  flex: 1 400px;
  min-width: 350px;
  max-width: 350px;
  padding: 1.2rem 1.56rem;
}
.services article svg {
  height: 100px;
  fill: #656565;
}
.services article h3 {
  padding: 2.188rem 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.services article p {
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 2rem;
  width: 100%;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Whitney', sans-serif;
  font-style: normal;
}
.services article.concept svg {
  width: 77px;
  height: 100px;
  margin: 2px 0;
}
.services article.ui svg {
  width: 71px;
  height: 92px;
  margin: 6px 0;
}
.services article.dev svg {
  width: 96px;
  height: 74px;
  margin: 15px 0;
}
.services article.mobDesign svg {
  width: 136px;
  height: 81px;
  margin: 11px 0;
}
.services article.mobDev svg {
  width: 90px;
  height: 104px;
}
.services article.video svg {
  width: 96px;
  height: 74px;
  margin: 15px 0;
}
.services article.testing svg {
  width: 107px;
  height: 75px;
  margin: 14px 0;
}
.services article.copywriting svg {
  width: 91px;
  height: 91px;
  margin: 6px 0;
}
.services article.branding svg {
  width: 96px;
  height: 96px;
  margin: 4px 0;
}
#servicesHome article {
  padding: 1.2rem;
}
#servicesHome article svg {
  fill: #d1ab73;
}
#servicesHome article p {
  font-size: 1.17rem;
}
#services article {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#services article div svg {
  fill: #656565;
}
#services article h3 {
  color: #a9a9a9;
}
#services article p {
  color: #656565;
}
#servicesHeader h1 {
  width: 50rem;
}
#servicesBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2810px;
  background: url('../img/bg-services.jpg') center top no-repeat;
}
#contactsHeader h1 {
  width: 50rem;
}
#contactsHeader .buttons {
  padding-top: 50px;
}
#contactsHeader .buttons a,
#contactsHeader .buttons .btn {
  width: 300px;
  margin: 0 20px;
  padding: 0;
}
#contactsThankyouHeader h1 {
  width: 60rem;
}
#contactsForm article {
  width: 45rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  text-align: center;
}
#contactsForm article:first-of-type {
  padding-top: 0;
}
#contactsForm .wrapper {
  width: 45rem;
  margin: 0 auto;
}
#contactsForm #uploader-dropzone {
  width: 100%;
  height: 0;
  visibility: hidden;
  border: 3px dashed transparent;
}
#contactsForm #uploader-dropzone.show {
  height: auto;
  visibility: visible;
}
#contactsForm #uploader-dropzone.dragover {
  border-color: #e13384;
  background: rgba(225, 51, 132, 0.2);
}
#contactsForm h2 {
  margin-bottom: 0.875rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
}
#contactsForm h3 {
  margin-bottom: 2.125rem;
  color: #656565;
  font-size: 1.125rem;
  line-height: 1.6rem;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Whitney', sans-serif;
  font-style: normal;
}
#contactsForm h3 span {
  color: #e13384;
}
#contactsForm .projectType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #656565;
}
#contactsForm .projectType div,
#contactsForm .projectType textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
#contactsForm .projectType textarea {
  min-height: 270px;
  margin-right: 20px;
}
#contactsForm .projectType .checkboxes {
  max-width: 200px;
  font-size: 1rem;
}
#contactsForm .projectType .checkboxes label {
  display: block;
  margin: 12px 0;
}
#contactsForm #budget-range-stripes {
  position: relative;
  height: 80px;
}
#contactsForm #budget-range-stripes:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 99%;
  height: 100%;
  background: repeating-linear-gradient(90deg, #f3f3f3, #f3f3f3 1px, transparent 1px, transparent 40px) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 40px;
  background-position: 39px 0;
}
#contactsForm #budget-range {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#contactsForm #budget-range .noUi-origin {
  height: 30px;
  top: 4px;
  border-radius: 0;
}
#contactsForm #budget-range .noUi-connect {
  background: #ee589e;
  border: 1px solid #e13384;
  border-left: none;
  border-right: none;
}
#contactsForm #budget-range .noUi-connect:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -15px;
  display: block;
  width: 15px;
  height: 30px;
  border-radius: 15px 0 0 15px;
  background: #ee589e;
  border: 1px solid #e13384;
  border-right: none;
}
#contactsForm #budget-range .noUi-background {
  background: #fff;
}
#contactsForm #budget-range .noUi-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 15px;
  height: 30px;
  border-radius: 0 15px 15px 0;
  background: #ee589e;
  border: 1px solid #e13384;
  border-left: none;
}
#contactsForm #budget-range .noUi-background .noUi-handle {
  top: 7px;
}
#contactsForm #budget-range .noUi-handle {
  top: 6px;
  left: -8px;
  width: 17px;
  height: 17px;
  opacity: .76;
  border-radius: 9px;
  background: #b3145e;
  box-shadow: 0 1px 0 #ff59a6, inset 0 1px 3px rgba(129, 13, 67, 0.95);
}
#contactsForm #budget-range-text {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  border: 1px solid #cfcfcf;
  border-radius: 21px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
  color: #7e787a;
  font-size: 1.875rem;
  font-weight: 600;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#contactsForm #budget-range-text.show {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#contactsForm #uploader {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 70px;
  padding-bottom: 25px;
  text-align: left;
  font-weight: 200;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
}
#contactsForm #uploader #uploader-button {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 3px dashed #e13384;
  border-radius: 2px;
  background: #ee589e;
  padding-left: 23px;
}
#contactsForm #uploader #uploader-button .labelMobile {
  display: none;
}
#contactsForm #uploader #uploader-button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  fill: #fff;
}
#contactsForm #uploader #uploader-support {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  line-height: 70px;
  background: #ee589e;
  text-align: center;
}
#contactsForm #filelist div {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 1.125rem;
  text-align: left;
  border-bottom: 1px solid #f4f4f4;
  color: #656565;
}
#contactsForm #filelist div span {
  color: #e13384;
}
#contactsForm #filelist svg {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 23px;
  fill: #2a2a2a;
  opacity: 0;
  cursor: pointer;
}
#contactsForm .error-msg {
  padding-top: 20px;
  font-weight: 600;
  color: #e13384;
}
#contactsForm .contactInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#contactsForm .contactInfo input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 350px;
  -ms-flex: 1 350px;
  flex: 1 350px;
  margin-bottom: 28px;
}
#contactsForm .contactInfo input:nth-of-type(odd) {
  margin-right: 10px;
}
#contactsForm .contactInfo input:nth-of-type(even) {
  margin-left: 10px;
}
#contactsForm .contactInfo input:last-of-type {
  margin-right: 0;
}
#contactsForm input[type=submit] {
  margin-top: 30px;
}
#legal {
  background: #000;
}
#legal .wrapper {
  width: 935px;
  font-size: 20px;
  color: #656565;
  line-height: 35px;
}
#legal .wrapper svg {
  width: 60px;
  height: 60px;
  fill: #d1ab73;
}
#legal .wrapper h1 {
  font-size: 60px;
  color: #d6d6d6;
  text-transform: uppercase;
}
#legal .wrapper strong {
  color: #d6d6d6;
}
#legal .wrapper p {
  padding-bottom: 40px;
}
#work {
  height: 100%;
  padding: 0 !important;
}
#work .bx-wrapper {
  width: 100%;
  height: 100%;
}
#work .bx-wrapper .bx-viewport {
  height: 100% !important;
  width: 100% !important;
}
#work .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 60;
}
#work .bx-wrapper .bx-controls .bx-prev,
#work .bx-wrapper .bx-controls .bx-next {
  bottom: 0px;
  left: auto;
  right: auto;
}
#work .bx-wrapper .bx-controls .bx-prev svg,
#work .bx-wrapper .bx-controls .bx-next svg {
  fill: #ffffff;
}
#work .bx-wrapper .bx-controls .bx-prev {
  left: 3.125rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#work .bx-wrapper .bx-controls .bx-next {
  right: 3.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#work ul {
  height: 100%;
  width: 100%;
  font-size: 36px;
}
#work ul &gt; li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
}
#work ul &gt; li &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 33.3;
  -webkit-flex: 33.3;
  -ms-flex: 33.3;
  flex: 33.3;
  padding-left: 3.125rem;
}
#work ul &gt; li &gt; div.backstretch {
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  display: block !important;
  padding: none !important;
}
#work ul &gt; li article {
  min-width: 155px;
  padding-right: 45px;
}
#work ul &gt; li article .btn {
  display: none;
  width: 160px;
  margin-top: 20px;
}
#work ul &gt; li article ul {
  height: auto;
}
#work ul &gt; li article ul li {
  height: auto;
  font-size: 0.694em;
  line-height: 1.280em;
  min-height: 1.280em;
  font-weight: 500;
  white-space: nowrap;
}
#work ul &gt; li aside {
  position: relative;
  max-width: 400px;
  padding-left: 45px;
}
#work ul &gt; li aside:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 90%;
  opacity: .42;
}
#work ul &gt; li aside ul {
  margin: 25px 0;
  -webkit-columns: 3 auto;
  -moz-columns: 3 auto;
  columns: 3 auto;
  height: auto;
}
#work ul &gt; li aside ul li {
  height: auto;
  font-size: 0.611em;
  line-height: 1.545em;
  min-height: 1.545em;
  font-weight: 500;
  white-space: nowrap;
}
#work ul &gt; li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 66.6;
  -webkit-flex: 66.6;
  -ms-flex: 66.6;
  flex: 66.6;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 100%;
  z-index: 1;
  transition: all .5s linear 0s;
}
#work ul &gt; li figure img {
  position: relative;
  display: block;
}
#work h1,
#work h2,
#work p,
#work ul {
  font-family: 'Tungsten A', 'Tungsten B', 'Tungsten', sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
#work h1,
#work h2 {
  text-transform: uppercase;
}
#work h1 {
  display: inline-block;
  font-size: 3.222em;
  line-height: 0.871em;
  font-weight: 600;
  color: #fff;
}
#work h1 img {
  vertical-align: top;
  width: 100%;
  margin-top: 4px;
}
#work h2 {
  font-size: 2.222em;
  line-height: 0.875em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#work h2 span {
  position: relative;
  top: -10px;
  display: block;
  margin-bottom: -20px;
  font-size: 0.6125em;
  /* 49/80 */
  letter-spacing: 0;
}
#work p {
  padding: 20px 0 25px;
  font-size: 1em;
  line-height: 1.111em;
  font-weight: 500;
}
#work .btn {
  width: 210px;
  height: 50px;
  padding: 0;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  border: none;
  color: #ffffff;
}
#work .btn.psd {
  margin-top: 15px;
  background: none !important;
  border: 3px solid #455252;
  color: #455252;
  line-height: 47px;
}
#work .btn.download {
  background: none !important;
  border: 3px solid #ffffff;
  line-height: 47px;
}
#work span.btn {
  cursor: default;
}
#work #pink {
  background-image: url('../../assets/img/pink/Pink.jpg');
}
#work #pink &gt; div {
  color: #ffecf1;
}
#work #pink &gt; div h1 {
  padding-bottom: 10px;
}
#work #pink aside:before {
  background-color: #f8cddb;
}
#work #pink figure img {
  width: 51%;
  max-width: 839px;
  bottom: -12%;
}
#work #pink .btn {
  background-color: rgba(231, 51, 135, 0.79);
}
#work #imdb {
  background-image: url('../../assets/img/imdb/IMDb.jpg');
}
#work #imdb &gt; div {
  color: #ffecf1;
}
#work #imdb aside:before {
  background-color: #16363a;
}
#work #imdb figure img {
  width: 50%;
  max-width: 758px;
  bottom: -16%;
  left: 5%;
}
#work #imdb .btn {
  background-color: #dfb335;
}
#work #playbook {
  background-image: url('../../assets/img/playbook/Playbook.jpg');
}
#work #playbook &gt; div {
  -webkit-box-flex: 43;
  -webkit-flex: 43;
  -ms-flex: 43;
  flex: 43;
  color: #cac7c2;
}
#work #playbook &gt; div h1 {
  line-height: 0.5em;
}
#work #playbook &gt; div h1 img {
  width: 195px;
}
#work #playbook aside {
  max-width: 435px;
}
#work #playbook aside:before {
  background-color: #6e6961;
}
#work #playbook figure img {
  width: 75%;
  max-width: 1130px;
  bottom: -6%;
}
#work #playbook .btn {
  background-color: #f45044;
}
#work #takki {
  background-image: url('../../assets/img/takki/Takki.jpg');
}
#work #takki &gt; div {
  color: #ffecf1;
}
#work #takki &gt; div h1 {
  margin-bottom: 20px;
}
#work #takki aside:before {
  background-color: #cac7c2;
}
#work #takki figure img {
  width: 80%;
  max-width: 1208px;
  bottom: -6%;
}
#work #takki .btn {
  background-color: #18bcaa;
}
#work #earlybirds {
  background-image: url('../../assets/img/earlybirds/Earlybirds.jpg');
}
#work #earlybirds &gt; div {
  -webkit-box-flex: 45;
  -webkit-flex: 45;
  -ms-flex: 45;
  flex: 45;
  color: #c2e08a;
}
#work #earlybirds &gt; div h1 {
  margin-bottom: 20px;
}
#work #earlybirds aside {
  max-width: 600px;
}
#work #earlybirds aside:before {
  background-color: #c2e08a;
}
#work #earlybirds figure img {
  width: 96%;
  max-width: 1461px;
  left: -5%;
}
#work #earlybirds .btn {
  background-color: #2b4c00;
}
#work #thatsit {
  background-image: url('../../assets/img/thatsit/Thatsit.jpg');
}
#work #thatsit &gt; div {
  color: #85aad2;
}
#work #thatsit &gt; div h1 {
  line-height: 0.8em;
}
#work #thatsit aside {
  max-width: 600px;
}
#work #thatsit aside:before {
  background-color: #c6e188;
}
#work #thatsit figure img {
  width: 80%;
  max-width: 1263px;
  bottom: -6%;
  left: 8%;
}
#work #thatsit .btn {
  background-color: #3799c1;
}
#work #shaperight {
  background-image: url('../../assets/img/shaperight/Shaperight.jpg');
  background-position: center top;
}
#work #shaperight &gt; div {
  color: #cd63cc;
  -webkit-box-flex: 46;
  -webkit-flex: 46;
  -ms-flex: 46;
  flex: 46;
}
#work #shaperight &gt; div article {
  min-width: 205px;
}
#work #shaperight &gt; div h1 {
  font-size: 1.611em;
  line-height: 0.828em;
  letter-spacing: 0px;
  padding-bottom: 16px;
}
#work #shaperight &gt; div h1 span {
  font-weight: 300;
}
#work #shaperight aside {
  max-width: 450px;
}
#work #shaperight aside h2 span {
  font-size: 0.613em;
}
#work #shaperight aside:before {
  background-color: #b063af;
}
#work #shaperight figure img {
  width: 80%;
  max-width: 1238px;
  bottom: -17%;
  left: -5%;
}
#work #shaperight .btn {
  background-color: #4f1552;
}
#work #kneadabaker {
  background-image: url('../../assets/img/kneadabaker/Kneadabaker.jpg');
}
#work #kneadabaker &gt; div {
  -webkit-box-flex: 45;
  -webkit-flex: 45;
  -ms-flex: 45;
  flex: 45;
  color: #fdeec7;
}
#work #kneadabaker &gt; div h1 {
  margin-bottom: 20px;
}
#work #kneadabaker aside {
  max-width: 365px;
}
#work #kneadabaker aside:before {
  background-color: #bf8616;
}
#work #kneadabaker figure img {
  width: 71%;
  max-width: 1095px;
  left: 16%;
  bottom: -3%;
}
#work #kneadabaker .btn {
  background-color: #c59535;
}
#work #mobiledevices {
  background-image: url('../../assets/img/mobile-devices/bg.jpg');
}
#work #mobiledevices &gt; div {
  color: #ffecf1;
}
#work #mobiledevices &gt; div h1 {
  padding-bottom: 2px;
}
#work #mobiledevices &gt; div h1 img {
  width: 81px;
}
#work #mobiledevices aside:before {
  background-color: #f8cddb;
}
#work #mobiledevices figure img {
  width: 51%;
  max-width: 839px;
  bottom: -12%;
}
#work #mobiledevices .btn {
  background-color: rgba(231, 51, 135, 0.79);
}
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #d1ab73;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 20px;
}
.noUi-horizontal .noUi-handle {
  left: -15px;
  top: -5px;
  cursor: ew-resize;
}
.noUi-horizontal.noUi-extended {
  padding: 0 30px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 20px;
}
.noUi-vertical .noUi-handle {
  left: -5px;
  top: -15px;
  cursor: ns-resize;
}
.noUi-vertical.noUi-extended {
  padding: 30px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
.noUi-background {
  background: #bebebe;
}
.noUi-connect {
  background: #f7bcd8;
}
.noUi-origin {
  border-radius: 15px;
}
.noUi-target {
  border-radius: 15px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*
| Big shit
*/
@media (max-width: 1800px) {
  #work ul {
    font-size: 32px;
  }
  #work ul &gt; li &gt; div {
    -webkit-box-flex: 40;
    -webkit-flex: 40;
    -ms-flex: 40;
    flex: 40;
  }
  #work ul &gt; li article {
    padding-right: 35px;
  }
  #work ul &gt; li aside {
    padding-left: 35px;
  }
  #work ul &gt; li figure {
    -webkit-box-flex: 60;
    -webkit-flex: 60;
    -ms-flex: 60;
    flex: 60;
  }
  #work #pink figure img {
    width: 70%;
    left: 2%;
    bottom: -14%;
  }
  #work #imdb figure img {
    width: 70%;
    bottom: -22%;
    left: auto;
  }
  #work #playbook &gt; div {
    -webkit-box-flex: 53;
    -webkit-flex: 53;
    -ms-flex: 53;
    flex: 53;
  }
  #work #playbook aside {
    max-width: 415px;
  }
  #work #playbook figure img {
    width: 100%;
    left: -5%;
  }
  #work #takki &gt; div {
    -webkit-box-flex: 42;
    -webkit-flex: 42;
    -ms-flex: 42;
    flex: 42;
  }
  #work #takki figure img {
    width: 90%;
    left: -3%;
  }
  #work #thatsit figure img {
    width: 90%;
    bottom: -8%;
    left: -3%;
  }
  #work #earlybirds {
    font-size: 30px;
  }
  #work #earlybirds aside {
    max-width: 545px;
  }
  #work #earlybirds aside p {
    max-width: 420px;
  }
  #work #earlybirds figure img {
    width: 100%;
    left: -10%;
  }
  #work #shaperight &gt; div article {
    min-width: 205px;
  }
  #work #shaperight figure img {
    width: 93%;
    left: -16%;
    bottom: -18%;
  }
  #work #kneadabaker figure img {
    width: 75%;
    left: 13%;
  }
  #servicesHome .more {
    padding: 0;
  }
  #servicesHome article h3 {
    padding: 0.6rem 0;
  }
}
@media (max-width: 1400px) {
  #work ul {
    font-size: 30px;
  }
  #work #imdb figure img {
    bottom: -18%;
  }
  #work #takki &gt; div {
    -webkit-box-flex: 46;
    -webkit-flex: 46;
    -ms-flex: 46;
    flex: 46;
  }
  #work #earlybirds &gt; div {
    -webkit-box-flex: 50;
    -webkit-flex: 50;
    -ms-flex: 50;
    flex: 50;
  }
  #work #earlybirds aside {
    font-size: 26px;
  }
  #work #playbook &gt; div h1 img {
    width: 170px;
  }
  #work #thatsit figure img {
    width: 95%;
    bottom: -7%;
  }
  #work #mobiledevices &gt; div article {
    min-width: 135px;
  }
  #work #mobiledevices &gt; div h1 img {
    width: 71px;
  }
  #work #shaperight &gt; div {
    -webkit-box-flex: 48;
    -webkit-flex: 48;
    -ms-flex: 48;
    flex: 48;
  }
  #work #shaperight &gt; div article {
    min-width: 193px;
  }
  #work #kneadabaker aside {
    max-width: 310px;
  }
}
/*
| Desktop
*/
@media (min-width: 1281px) {
  button:hover,
  button.hover {
    color: #ffffff;
    background-color: #d1ab73;
  }
  button:active,
  button.active {
    color: #ffffff;
    background-color: #cf186d;
  }
  input[type=submit]:hover,
  .btn:hover,
  input[type=submit]:active,
  .btn:active {
    border-color: #e74391;
    color: #e74391;
  }
  input[type=checkbox]:not(.toggle) + label:hover:before,
  input[type=radio] + label:hover:before {
    background-color: #fbfbfb;
    border-color: #a8a8a8;
    box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.31);
  }
  #logo:hover span {
    opacity: 1;
  }
  #nav a:hover {
    transition: background 0.3s ease;
  }
  #nav nav.nav a:hover {
    background: #ffffff;
    color: #d1ab73;
  }

 
  #navHandle.light:hover,
  #navHandle.dark:hover,
  #navHandle.white:hover {
    opacity: 1;
  }
  #navHandle.light:hover span,
  #navHandle.dark:hover span,
  #navHandle.white:hover span {
    background-color: #d1ab73;
  }
  #navHandle.light:hover span:after,
  #navHandle.dark:hover span:after,
  #navHandle.white:hover span:after,
  #navHandle.light:hover span:before,
  #navHandle.dark:hover span:before,
  #navHandle.white:hover span:before {
    background-color: #d1ab73;
  }
  #navHandle.active:hover span {
    background: transparent !important;
  }
  #navHandle.active:hover span:after,
  #navHandle.active:hover span:before {
    width: 32px;
    height: 6px;
    background: #ffffff !important;
  }
  #navHandle.active:hover span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: 10px;
  }
  #navHandle.active:hover span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    left: -4px;
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }
  #homeHeader img {
    -webkit-animation: zoom 35s infinite;
    animation: zoom 35s infinite;
  }
  #contactsForm #filelist div:hover {
    color: #e13384;
  }
  #contactsForm #filelist div:hover svg {
    transition: all 0.2s;
    opacity: 1;
  }
  #contactsForm #filelist div:hover svg:hover {
    fill: #e13384;
  }
  #work .bx-wrapper .bx-controls .bx-prev:hover svg,
  #work .bx-wrapper .bx-controls .bx-next:hover svg {
    fill: rgba(231, 51, 135, 0.79);
  }
  #work #imdb .btn:hover {
    background-color: #cea120;
  }
  #work #imdb .btn.psd:hover {
    color: #edc23c;
    border-color: #edc23c;
  }
  #work #earlybirds .btn:hover {
    background-color: #315c03;
  }
  #work #thatsit .btn:hover {
    background-color: #197fa9;
  }
  #work #shaperight .btn:hover {
    background-color: #601364;
  }
  #work #kneadabaker .btn:hover {
    background-color: #a57920;
  }
  #work #mobiledevices .btn:hover {
    background-color: #eb3636;
  }
}
/*
| Tablet and Phone
*/
@media (max-width: 1280px) {
  a {
    color: #d1ab73;
  }
  .row {
    width: 100%;
  }
  section.centered + section:not(#servicesHome):not(#work) {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  footer {
    width: 100%;
  }
  textarea,
  input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    font-size: 1rem;
  }
  input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    height: 50px;
    line-height: 50px;
  }
  .centered .header {
    padding-top: 30px;
  }
  .arrow[data-direction="up"] {
    top: 25px;
  }
  .arrow[data-direction="down"] {
    bottom: 25px;
  }
  #logo {
    top: 20px;
    left: 20px;
  }
  #navHandle {
    top: 20px;
    right: 20px;
  }
  #nav {
    padding-bottom: 8rem;
  }
  #nav nav.nav {
    padding-bottom: 0;
  }
  #nav .social {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-top: 1.125rem;
  }
  .services article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 300px;
    -ms-flex: 1 300px;
    flex: 1 300px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #servicesHeader h1 {
    width: 100%;
    padding: 0 20px;
  }
  #servicesHome {
    padding: 70px 0;
  }
  #servicesHome .row {
    padding: 0;
  }
  #servicesHome h1 {
    font-size: 6rem;
    line-height: 8rem;
  }
  #servicesHome article {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #contactsHeader h1 {
    width: 100%;
    padding: 0 50px;
  }
  #contactsForm {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  #contactsForm article,
  #contactsForm .wrapper {
    width: 100%;
  }
  #contactsForm article:last-of-type {
    padding-bottom: 0;
  }
  #contactsForm .projectType textarea {
    min-height: 350px;
  }
  #contactsForm #uploader #uploader-button .label {
    display: none;
  }
  #contactsForm #uploader #uploader-button .labelMobile {
    display: block;
  }
  #contactsForm #filelist div svg {
    opacity: 1;
  }
  #legal .wrapper {
    width: 100%;
    padding: 40px 20px;
  }
  #work .bx-wrapper div.bx-controls {
    bottom: 25px;
  }
  #work .bx-wrapper .bx-controls .bx-prev {
    left: 13px;
  }
  #work .bx-wrapper .bx-controls .bx-next {
    right: 13px;
  }
  #work ul {
    font-size: 26px;
  }
  #work ul &gt; li &gt; div {
    padding-left: 20px;
  }
  #work #shaperight &gt; div article {
    min-width: 175px;
  }
  #work #mobiledevices &gt; div h1 img {
    width: 61px;
  }
  #work #playbook &gt; div h1 img {
    width: 140px;
  }
  #work #kneadabaker aside {
    max-width: 270px;
  }
}
/*
| Tablet landscape and lower
*/
@media (max-width: 1024px) {
  #work ul {
    font-size: 30px;
  }
  #work ul &gt; li {
    background-size: 100%;
  }
  #work ul &gt; li &gt; div {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -ms-flex: 20;
    flex: 20;
  }
  #work ul &gt; li &gt; div article .btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #work ul &gt; li figure {
    visibility: hidden;
  }
  #work aside {
    display: none;
  }
  #work #pink {
    background-image: url('../../assets/img/pink/Pink-1024.jpg');
  }
  #work #imdb {
    background-image: url('../../assets/img/imdb/IMDb-1024.jpg');
  }
  #work #playbook {
    background-image: url('../../assets/img/playbook/Playbook-1024.jpg');
  }
  #work #takki {
    background-image: url('../../assets/img/takki/Takki-1024.jpg');
  }
  #work #earlybirds {
    background-image: url('../../assets/img/earlybirds/Earlybirds-1024.jpg');
  }
  #work #thatsit {
    background-image: url('../../assets/img/thatsit/Thatsit-1024.jpg');
  }
  #work #shaperight {
    background-image: url('../../assets/img/shaperight/Shaperight-1024.jpg');
    background-position: center bottom;
  }
  #work #kneadabaker {
    background-image: url('../../assets/img/kneadabaker/Kneadabaker-1024.jpg');
  }
  #work #mobiledevices {
    background-image: url('../../assets/img/mobile-devices/bg-1024.jpg');
  }
  #work #mobiledevices &gt; div h1 {
    font-size: inherit;
    padding-bottom: 10px;
  }
  #work #mobiledevices &gt; div .btn {
    font-size: 26px;
  }
  #servicesBg {
    background-image: url('../img/bg-services-ipad.jpg');
  }
}
/*
| Lower than tablet landscape
*/
@media (max-width: 960px) {
  #work {
    height: auto;
  }
  #work ul &gt; li {
    min-height: 341px;
    width: 100%;
    background: none !important;
  }
  #work article {
    display: none;
  }
  #work aside {
    display: block;
  }
  #work aside:before {
    display: none;
  }
  #work aside p,
  #work aside ul {
    display: none;
  }
  #work aside .btn {
    margin-top: 15px;
  }
  #work ul li figure {
    display: none;
  }
}
/*
| Tablet
*/
@media (max-width: 1280px) and (min-width: 768px) {
  #contactsForm .projectType .checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #contactsForm .projectType .checkboxes label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 220px;
    -ms-flex: 1 220px;
    flex: 1 220px;
    max-width: 220px;
  }
  .services article {
    min-width: 300px;
  }
  #contactsForm {
    padding-top: 80px !important;
  }
}
/*
| Tablet portrait
*/
@media (max-width: 1280px) and (min-width: 768px) and (orientation: portrait) {
  .intro h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
  #nav nav.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 50px;
    padding-right: 50px;
  }
  #nav nav.nav a {
    margin: 20px 0;
  }
  #servicesHome article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 500px;
    -ms-flex: 1 500px;
    flex: 1 500px;
    max-width: 500px;
  }
}
/*
| Phone
*/
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    width: 100%;
  }
  footer {
    height: auto;
    line-height: 20px;
    padding: 20px 30px;
  }
  .intro h1 {
    width: 100% !important;
    padding: 0 20px;
    line-height: 4rem;
    font-size: 4rem;
  }
  #homeHeader .wrapper {
    padding: 0 10px;
  }
  #homeHeader .wrapper h1,
  #homeHeader .wrapper span {
    font-size: 4rem;
    line-height: 4rem;
  }
  #homeHeader .wrapper h2 {
    line-height: 1.8rem;
  }
  .services article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 300px;
    -ms-flex: 1 300px;
    flex: 1 300px;
    min-width: 100%;
    max-width: 100%;
  }
  .services article h3 {
    padding: 10px 0 15px 0;
  }
  .services#servicesHome {
    padding: 45px 0;
  }
  .services#servicesHome h1 {
    font-size: 3.6rem;
    line-height: 6rem;
  }
  .services#servicesHome .btn {
    margin-bottom: 30px;
  }
  .services#services article:last-of-type {
    padding-bottom: 50px;
  }
  #services article {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  #contactsHeader h1 {
    padding: 0 20px;
  }
  #contactsHeader .buttons {
    padding-top: 20px;
  }
  #contactsHeader .buttons a,
  #contactsHeader .buttons .btn {
    width: 220px;
    margin-bottom: 10px;
  }
  #contactsForm form {
    padding-top: 25px;
  }
  #contactsForm article {
    padding: 1.75rem 0;
  }
  #contactsForm .projectType {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #contactsForm .projectType div,
  #contactsForm .projectType textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  #contactsForm .projectType textarea {
    height: 150px;
    min-height: 150px;
    margin: 0;
    padding: 10px;
  }
  #contactsForm .projectType .checkboxes {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  #contactsForm .contactInfo input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 10px;
  }
  #contactsForm #filelist div {
    padding: 0;
  }
  #nav nav.nav {
    padding-top: 2.125rem;
  }
  #work ul {
    font-size: 19px;
  }
  #work ul li {
    min-height: 320px;
  }
  #work ul li aside {
    padding-left: 0;
  }
  #work h2 &gt; span {
    top: -5px;
  }
  #work .btn {
    width: 145px;
    height: 40px;
    line-height: 42px;
    font-size: 25px;
  }
  #work .btn.psd,
  #work .btn.download {
    line-height: 35px;
    display: block;
    margin-left: 0;
  }
  #work #earlybirds aside {
    font-size: 19px;
  }
  #work #shaperight .btn {
    margin-top: 20px;
  }
}
/*
| Phone landscape
*/
@media (max-width: 767px) and (orientation: landscape) {
  #contactsHeader &gt; div {
    padding-bottom: 25px;
  }
  #contactsHeader h1 {
    padding: 0 110px;
  }
  #nav nav.nav {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  #nav .social {
    bottom: 0;
    padding-top: 10px;
  }
}
/*
| Phone portrait
*/
@media (max-width: 767px) and (orientation: portrait) {
  #work ul {
    font-size: 15px;
  }
  #work ul li {
    min-height: 264px;
  }
  #work #earlybirds aside {
    font-size: 15px;
  }
}

/*浏览器滚动条*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-track:vertical {
  background-color: black
}

::-webkit-scrollbar-track-piece {
  background: #EAEAEA
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #d1ab73;
  border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #c49e66
}

::-webkit-scrollbar-corner:vertical {
  background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
  background-color: #FF6E00
}
</pre></body></html>