html, body {
  -webkit-font-smoothing: anti-aliased;
  background-color: #000000;
}

html, body, h1, h2, h3, h4, p, div, li, span, a {
  font-family: "Circular-Book", sans-serif;
  color: #888888;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

strong, b {
  letter-spacing: 0;
  color: #fff;
  font-family: "Circular-Book", sans-serif;
  font-weight: normal;
}

* {
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: default;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}

input, textarea {
  -webkit-touch-callout: auto;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: auto;
}

a {
  cursor: pointer;
}
a.active {
  cursor: default;
}
a.button {
  border: 0.05rem solid #9ca19d;
  text-transform: uppercase;
  padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  font-family: "Circular-Book", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  text-align: center;
  margin: 0 auto;
}
a.button:hover {
  background-color: #9ca19d;
  color: #fff !important;
}

p a {
  color: rgb(255, 255, 255);
  box-shadow: inset 0 -.07em 0 0 #fff;
  -moz-box-shadow: inset 0 -.07em 0 0 #fff;
  -khtml-box-shadow: inset 0 -.07em 0 0 #fff;
  -ms-box-shadow: inset 0 -.07em 0 0 #fff;
  -webkit-box-shadow: inset 0 -.07em 0 0 #fff;
  -o-box-shadow: inset 0 -.07em 0 0 #fff;
  border: none;
}
p a:hover {
  box-shadow: inset 0 -1.1em 0 0 #fff;
  -moz-box-shadow: inset 0 -1.1em 0 0 #fff;
  -khtml-box-shadow: inset 0 -1.1em 0 0 #fff;
  -ms-box-shadow: inset 0 -1.1em 0 0 #fff;
  -webkit-box-shadow: inset 0 -1.1em 0 0 #fff;
  -o-box-shadow: inset 0 -1.1em 0 0 #fff;
  color: #000000;
  border-radius: 0.05rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

#loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 9999999999;
  pointer-events: none;
}
#loading #cover {
  opacity: 1;
  height: 0;
  width: 100%;
  padding: 0;
  xposition: relative;
  xpadding-bottom: 100%;
  z-index: 9999999999;
  background: #000000;
}
#loading #cover svg {
  max-height: 70vh;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 10vh;
}
@media (max-width: 769px) {
  #loading #cover svg {
    top: -10vh;
  }
}
#loading #cover svg, #loading #cover svg * {
  stroke-linecap: round;
  stroke-width: 2 !important;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-width 1s, stroke-dashoffset 10s, stroke-dasharray 10s;
  xtransition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
#loading #cover svg [stroke], #loading #cover svg * [stroke] {
  /*stroke: $cWhite;*/
}
#loading.ready2play #cover {
  opacity: 1;
}
#loading.ready2play #cover svg, #loading.ready2play #cover svg * {
  stroke-width: 4 !important;
}
@media (max-width: 769px) {
  #loading.ready2play #cover svg, #loading.ready2play #cover svg * {
    stroke-width: calc(7px - 0.7vw) !important;
  }
}
#loading.ready2play:hover #cover svg, #loading.ready2play:hover #cover svg * {
  stroke-dashoffset: 400;
  stroke-dasharray: 0;
  stroke-width: 4 !important;
}
@media (max-width: 769px) {
  #loading.ready2play:hover #cover svg, #loading.ready2play:hover #cover svg * {
    stroke-width: calc(7px - 0.7vw) !important;
  }
}

.content {
  position: relative;
}

#overlay {
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  pointer-events: none;
}
body.darken #overlay {
  opacity: 1;
  pointer-events: auto;
}

h1 {
  color: #fff;
  display: inline-block;
}
h1 a {
  display: block;
  height: 1.9rem;
  width: 2.1rem;
  position: relative;
  left: 0.05rem;
  top: -0.15rem;
  cursor: pointer !important;
}
h1 a * {
  pointer-events: none;
}

[data-anchor=hello] svg {
  width: 100%;
}
[data-anchor=hello] svg, [data-anchor=hello] svg * {
  stroke-linecap: round;
  stroke-width: 8 !important;
}

h2 {
  display: inline-block;
  position: absolute;
  left: 8.25rem;
  opacity: 0;
  top: 7.5rem;
  font-family: "Circular-Book", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
h2, h2 * {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 769px) {
  h2 {
    left: 6rem;
    top: -2.5rem;
  }
}
@media (max-width: 580px) {
  h2 {
    left: 1.25rem;
    top: 4.75rem;
  }
}
h2.collapsed {
  opacity: 0 !important;
}

h3 {
  font-family: "Circular-Book", sans-serif;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 769px) {
  h3 {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

h4 {
  color: #fff;
}

p {
  font-family: "Circular-Book", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 1rem;
  z-index: 9999999999;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
@media (max-width: 769px) {
  #header {
    height: 4rem;
  }
}
#header #logo-small-svg {
  opacity: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
}
#header #mainnav {
  width: 100%;
  position: fixed;
  top: 70vh;
}
#header #mainnav .wrap {
  position: relative;
  text-align: justify;
  width: 55%;
  min-width: 38rem;
  max-width: 38rem;
  margin: 0 auto;
  height: 2rem;
  padding-top: 0, 25rem;
}
#header #mainnav .wrap .item {
  display: inline-block;
  pointer-events: none;
}
#header #mainnav .wrap .item a {
  vertical-align: top;
  font-family: "Circular-Book", sans-serif;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 2.2rem;
  overflow: hidden;
  margin-left: 1.5rem;
  left: 2.1rem;
  margin-right: 0.75rem;
  font-size: 1.2rem;
  pointer-events: auto;
  letter-spacing: 0.03em;
}
#header #mainnav .wrap .item a::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0.08em;
  width: 0;
  text-indent: -99999999;
  position: absolute;
  right: 0;
  bottom: 0.1em;
  border-radius: 0.1rem;
}
#header #mainnav .wrap .item a.collapsed {
  margin-left: -0.5rem !important;
  left: 0;
  pointer-events: none !important;
  opacity: 0 !important;
}
#header #mainnav .wrap .item a.collapsed::after {
  width: 3rem;
}
#header #mainnav .wrap .item a.active {
  pointer-events: none !important;
  opacity: 1;
}
#header #mainnav .wrap .item a.active::after {
  width: 1.5rem;
  left: 0;
}
#header #mainnav .wrap .item a:hover {
  cursor: pointer !important;
  opacity: 1;
}
#header #mainnav .wrap .item a:hover::after {
  width: 1.5rem;
  left: 0;
}
#header #mainnav .wrap #navtoggle {
  display: inline-block;
  opacity: 1;
  position: relative;
  vertical-align: top;
  left: 3rem;
  top: -1.45rem;
  height: 4rem;
  overflow: hidden;
  pointer-events: auto;
  margin-right: 0;
  min-height: 4rem;
}
@media (max-width: 769px) {
  #header #mainnav .wrap #navtoggle {
    top: -1.5rem;
    margin-bottom: -1.5rem;
    left: 1.5rem;
  }
}
@media (max-width: 580px) {
  #header #mainnav .wrap #navtoggle {
    top: -1.875rem;
    height: 4rem;
    margin-bottom: -1.5rem;
    left: -0.875rem;
  }
}
#header #mainnav .wrap #navtoggle svg {
  width: 3.2rem;
}
#header #mainnav .wrap #navtoggle svg, #header #mainnav .wrap #navtoggle svg * {
  stroke-linecap: round;
  stroke-width: 8 !important;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s, stroke-dasharray 1s, stroke 0.4s;
  xtransition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
#header #mainnav .wrap #navtoggle svg [stroke], #header #mainnav .wrap #navtoggle svg * [stroke] {
  stroke: #fff;
}
#header #mainnav .wrap #navtoggle:hover {
  cursor: pointer !important;
}
#header #mainnav .wrap #navtoggle:hover svg, #header #mainnav .wrap #navtoggle:hover svg * {
  pointer-events: none;
  stroke-dashoffset: 400;
}
#header #mainnav .wrap #navtoggle.open {
  opacity: 0.5;
}
#header #mainnav .wrap #navtoggle.open, #header #mainnav .wrap #navtoggle.open * {
  stroke-width: 5 !important;
  transition: opacity 0.3s, stroke-dashoffset 0s, stroke-dasharray 0s;
  xtransition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
#header #mainnav .wrap #navtoggle.open:hover {
  opacity: 1;
}
#header #mainnav .wrap #navtoggle.open:hover, #header #mainnav .wrap #navtoggle.open:hover * {
  stroke-width: 8 !important;
}
#header #mainnav .wrap #navtoggle.hidetoggle {
  opacity: 0;
  pointer-events: none !important;
  xwidth: 0;
  margin-right: -3rem;
  margin-bottom: 26vh;
}
@media (max-width: 769px) {
  #header #mainnav .wrap #navtoggle + .xitem {
    display: block;
    margin-bottom: 0.05rem;
  }
}
#header #mainnav .wrap #navtoggle + .xitem a {
  margin-left: 0, 25rem;
}
@media (max-width: 769px) {
  #header #mainnav .wrap #navtoggle + .xitem a {
    left: -0.375rem;
    top: -0.375rem;
    font-size: 1.6rem;
    background: #000000;
    color: #fff !important;
    opacity: 1;
    padding-left: 0.9rem;
    padding-right: 1rem;
    padding-bottom: 0.1rem;
    border-radius: 0.1rem;
    margin-left: 1.5rem;
  }
}
@media (max-width: 769px) {
  #header #mainnav .wrap #navtoggle + .xitem a::after {
    display: none;
  }
}
@media (max-width: 769px) {
  #header #mainnav .wrap #navtoggle + .xitem a.active {
    background: #fff;
    color: #000000 !important;
  }
}
#header #mainnav .wrap #socialnav {
  display: none;
  position: absolute;
  top: 0.35rem;
  right: 1rem;
}
@media (max-width: 580px) {
  #header #mainnav .wrap #socialnav {
    right: 1.125rem;
    top: -0.1rem;
  }
}
#header #mainnav .wrap #socialnav a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0 !important;
  margin-right: 0;
  position: relative;
  left: 0;
  top: 0.25rem;
  overflow: hidden;
  pointer-events: auto;
}
#header #mainnav .wrap #socialnav a span {
  text-indent: -999999px;
  display: block;
  height: 0;
  width: 0;
}
#header #mainnav .wrap #socialnav a.tw:hover, #header #mainnav .wrap #socialnav a.fb:hover {
  opacity: 1;
}
#header #mainnav .wrap #socialnav a.tw {
  background-position: left 0;
}
#header #mainnav .wrap #socialnav a.fb {
  background-position: right 0;
}
#header #mainnav .wrap #socialnav a::after {
  display: none;
}
#header #mainnav .wrap #socialnav a.collapsed {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 769px) {
  #header #mainnav[data-theme=black] {
    color: #fff !important;
  }
}
#header #mainnav[data-theme=black] a {
  color: #000000 !important;
}
@media (max-width: 769px) {
  #header #mainnav[data-theme=black] a {
    background: #fff;
    color: #000000 !important;
  }
}
#header #mainnav[data-theme=black] a::after {
  background-color: #000000 !important;
}
#header #mainnav[data-theme=black] svg [stroke], #header #mainnav[data-theme=black] svg * [stroke] {
  stroke: #000000 !important;
}
@media (max-width: 769px) {
  #header #mainnav[data-theme=black] #socialnav {
    right: 1.5rem;
  }
}
#header #mainnav[data-theme=black] #socialnav svg [fill="#ffffff"], #header #mainnav[data-theme=black] #socialnav svg * [fill="#ffffff"] {
  fill: #000000 !important;
}
#header.fixed #arrow-svg {
  opacity: 0;
}
#header.fixed #logo-small-svg {
  opacity: 1;
}
#header.fixed #mainnav {
  top: 1.5rem;
  left: 0;
  bottom: auto;
  z-index: 9999;
}
@media (max-width: 769px) {
  #header.fixed #mainnav {
    left: -2rem;
  }
}
#header.fixed #mainnav .wrap {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 769px) {
  #header.fixed #mainnav .wrap {
    display: flex;
    flex-direction: column;
    min-width: 3rem;
  }
}
#header.fixed #mainnav .wrap #navtoggle {
  left: 1.8rem;
  width: 4rem;
  transition: all .5s;
  -moz-transition: all .5s;
  -khtml-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
@media (max-width: 769px) {
  #header.fixed #mainnav .wrap #navtoggle {
    left: 3.4rem;
  }
}
#header.fixed #mainnav .wrap .item {
  text-align: center;
}
#header.fixed #mainnav .wrap .item a {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media (max-width: 769px) {
  #header.fixed #mainnav .wrap .item a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
#header.fixed #mainnav .wrap .item a.active, #header.fixed #mainnav .wrap .item a:hover {
  color: #fff;
  opacity: 1;
}
#header.fixed #mainnav .wrap .item a.collapsed {
  margin-left: unset !important;
}
#header.fixed #mainnav .wrap #socialnav {
  right: -7rem;
}

[data-anchor=work] #return {
  position: relative;
  left: -3rem;
  top: 1.4rem;
  overflow: hidden;
  pointer-events: auto;
  opacity: 0.5;
  width: 2rem;
  height: 1.5rem;
}
[data-anchor=work] #return svg, [data-anchor=work] #return svg * {
  stroke-linecap: round;
  stroke-width: 3 !important;
}
[data-anchor=work] #return + ul {
  margin-left: -0.65rem;
}
[data-anchor=work] #return.locked {
  pointer-events: none;
}
[data-anchor=work] #return.locked + ul {
  margin-left: -1.5rem;
}
[data-anchor=work] #return:hover {
  cursor: pointer !important;
  opacity: 1;
}
[data-anchor=work] .slide {
  position: relative;
  overflow: hidden;
}
[data-anchor=work] .slide .image {
  margin: 5rem 3rem 4.5rem 3rem;
  margin: 4.3rem 0 0 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333 !important;
  background-size: cover !important;
  background-position: center center !important;
  /*transform: scale(.92);*/
  /*border-radius: 8px;*/
  z-index: -1;
}
[data-anchor=work] .slide .image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  /*transform: scale(1);*/
  background-position: center center;
  transition: all 10s;
  -moz-transition: all 10s;
  -khtml-transition: all 10s;
  -ms-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
[data-anchor=work] .slide .image.darken div {
  opacity: 0.3;
}
[data-anchor=work] .slide .projectmeta {
  display: none;
  text-align: left; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  position: absolute;
  left: 0.15rem;
  bottom: 3rem;
}
[data-anchor=work] .slide .projectmeta div {
  display: inline-block;
  margin-right: 1rem;
  color: #000000;
  font-family: "Circular-Book", sans-serif;
  font-size: 1rem;
  line-height: 0.6rem;
  height: 1rem;
}
[data-anchor=work] .slide .projectmeta span {
  color: #000000;
  font-family: "Circular-Book", sans-serif;
  font-size: 1rem;
  margin-right: 0.3rem;
  opacity: 0.7;
}
[data-anchor=work] .slide img {
  max-width: 20%;
  pointer-events: none;
}
[data-anchor=work] .slide .caption {
  position: absolute;
  bottom: 4.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .caption {
    bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
[data-anchor=work] .slide .caption h2 {
  display: inline-block;
  position: relative;
  text-align: left;
  left: -0.2rem;
  top: 1rem;
  line-height: 1.1em;
  opacity: 1;
  letter-spacing: -0.03rem;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  font-family: "Circular-Black", sans-serif;
  color: #fff;
}
@media (max-width: 1000px) {
  [data-anchor=work] .slide .caption h2 {
    line-height: 1em;
    font-size: 2rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .caption h2 {
    margin-bottom: 0rem;
    font-size: 1.2rem;
    line-height: 1.1em;
  }
}
[data-anchor=work] .slide .caption h2::after {
  position: absolute;
  bottom: 0.65rem;
  left: 0.2rem;
  height: 0.15rem;
  border-radius: 0.15rem;
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .caption h2::after {
    left: 0;
  }
}
[data-anchor=work] .slide .caption .body {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
[data-anchor=work] .slide .caption .body p {
  font-size: 1rem;
  line-height: 1.2em;
  text-align: justify;
  color: #fff;
  margin: 0;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .caption .body p {
    text-align: left;
  }
}
@media (max-width: 580px) {
  [data-anchor=work] .slide .caption .body p, [data-anchor=work] .slide .caption .body p * {
    font-size: 1rem !important;
    line-height: 1.2em !important;
  }
}
[data-anchor=work] .slide .caption .body p a {
  box-shadow: inset 0 -.12em 0 0 #fff;
  -moz-box-shadow: inset 0 -.12em 0 0 #fff;
  -khtml-box-shadow: inset 0 -.12em 0 0 #fff;
  -ms-box-shadow: inset 0 -.12em 0 0 #fff;
  -webkit-box-shadow: inset 0 -.12em 0 0 #fff;
  -o-box-shadow: inset 0 -.12em 0 0 #fff;
  border: none;
}
[data-anchor=work] .slide .caption .body p a:hover {
  box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  -khtml-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  -ms-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  -webkit-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  -o-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,1);
  color: #000000;
  border-radius: 0.05rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
[data-anchor=work] .slide .caption.right {
  right: 0;
}
[data-anchor=work] .slide .preview {
  width: 50%;
  position: absolute;
  height: 75%;
  right: 3rem;
  bottom: 3.75rem;
  transition: bottom .6s .2s;
  -moz-transition: bottom .6s .2s;
  -khtml-transition: bottom .6s .2s;
  -ms-transition: bottom .6s .2s;
  -webkit-transition: bottom .6s .2s;
  -o-transition: bottom .6s .2s;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .preview {
    width: 86vw !important;
    left: 5vw;
    bottom: 5rem;
  }
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .preview.hide {
    bottom: -50vh !important;
  }
}
[data-anchor=work] .slide .preview .desktop, [data-anchor=work] .slide .preview .mobile {
  position: absolute;
  background-color: #fff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 0.6rem;
  box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  -khtml-box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 1rem 4.5rem 0 rgba(0,0,0,0.1), 0 1.5rem 1rem 0 rgba(0,0,0,0.1);
  z-index: 10;
  transform: scale(1);
  transition: all 1s;
  -moz-transition: all 1s;
  -khtml-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .preview .desktop, [data-anchor=work] .slide .preview .mobile {
    border-radius: 1.5vw;
  }
}
[data-anchor=work] .slide .preview .desktop img, [data-anchor=work] .slide .preview .mobile img {
  position: relative;
  top: 0;
  left: 0;
  width: 100.25%;
  max-width: 100.25%;
  height: auto;
  display: block;
  z-index: 0;
}
[data-anchor=work] .slide .preview .desktop img + img, [data-anchor=work] .slide .preview .mobile img + img {
  position: absolute;
  top: 0;
  left: 100%;
}
[data-anchor=work] .slide .preview .desktop.multiple:hover img, [data-anchor=work] .slide .preview .mobile.multiple:hover img {
  left: -100%;
}
[data-anchor=work] .slide .preview .desktop.multiple:hover img + img, [data-anchor=work] .slide .preview .mobile.multiple:hover img + img {
  left: 0%;
}
[data-anchor=work] .slide .preview .desktop {
  right: 0;
  width: 85%;
  max-height: 100%;
  bottom: 3rem;
}
[data-anchor=work] .slide .preview .desktop:hover {
  transform: scale(1.05);
}
[data-anchor=work] .slide .preview .mobile {
  left: 0;
  bottom: 1.5rem;
  width: 30%;
  max-height: 70%;
  /*img{
  	left: -100%;
  	& + img{
  		left: 0%;
  	}
  }
  &.multiple:hover{
  	img{
  		left: 0;
  		& + img{
  			left: 100%;
  		}
  	}
  }*/
}
[data-anchor=work] .slide .preview .mobile:hover {
  transform: scale(1.1);
}
[data-anchor=work] .slide .preview.left {
  right: auto;
  left: 3rem;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide .preview.left {
    width: 86vw !important;
    left: 5vw;
    bottom: 5rem;
    width: 86vw !important;
    right: 8vw !important;
    left: unset !important;
  }
}
[data-anchor=work] .slide .preview.left .desktop {
  right: auto;
  left: 0;
}
[data-anchor=work] .slide .preview.left .mobile {
  right: 0;
  left: auto;
}
[data-anchor=work] .slide[data-theme=black] .image {
  background-color: #fff !important;
}
[data-anchor=work] .slide[data-theme=black] .caption h2 {
  xcolor: #000000;
  color: #000;
}
[data-anchor=work] .slide[data-theme=black] .caption h2::after {
  background: #fff;
}
[data-anchor=work] .slide[data-theme=black] .caption .body p {
  xcolor: rgba(0, 0, 0, 0.7);
  color: #000;
}
[data-anchor=work] .slide[data-theme=black] .caption .body p a {
  box-shadow: inset 0 -.12em 0 0 #000000;
  -moz-box-shadow: inset 0 -.12em 0 0 #000000;
  -khtml-box-shadow: inset 0 -.12em 0 0 #000000;
  -ms-box-shadow: inset 0 -.12em 0 0 #000000;
  -webkit-box-shadow: inset 0 -.12em 0 0 #000000;
  -o-box-shadow: inset 0 -.12em 0 0 #000000;
  color: #000000;
}
[data-anchor=work] .slide[data-theme=black] .caption .body p a:hover {
  box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  -moz-box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  -khtml-box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  -ms-box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  -webkit-box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  -o-box-shadow: inset 0 -1.1em 0 0 rgba(0,0,0,1);
  color: #fff;
}
[data-anchor=work] .slide[data-theme=black] .caption .body p strong, [data-anchor=work] .slide[data-theme=black] .caption .body p b {
  color: rgb(0, 0, 0);
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails {
  margin-left: 2.625rem;
  margin-right: 2.625rem;
  margin-top: 1.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails {
    margin-left: 0;
    margin-right: 0;
  }
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  transition: all .5s;
  -moz-transition: all .5s;
  -khtml-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail * {
  pointer-events: none !important;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail, [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail * {
  cursor: pointer;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .image {
  margin: 0;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  padding: 0;
  position: relative;
  top: 0;
  height: 19rem;
  border: 0 solid #000000;
  opacity: 0;
  z-index: 9999;
  background-color: #333 !important;
  overflow: hidden;
  /*transform: scale(1);*/
  /*border-radius: 2px;*/
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .image {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .image + .caption {
  margin-top: 1.125rem;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .image + .caption {
    margin-top: 1.5rem;
  }
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption {
  position: relative;
  bottom: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption h3 {
  position: relative;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 0.2rem;
  left: 0;
  top: -0.1rem;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption h3::after {
  display: none;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption .body {
  position: relative;
  column-count: 1;
  -moz-column-count: 1;
  -khtml-column-count: 1;
  -ms-column-count: 1;
  -webkit-column-count: 1;
  -o-column-count: 1;
  max-height: none;
  margin-bottom: 0;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption .body p {
  opacity: 0.5;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption .body a {
  pointer-events: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption + .image {
  margin-top: 1.125rem;
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption + .image {
    margin-top: 1.5rem;
  }
}
@media (max-width: 769px) {
  [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail .caption p {
    font-size: 1rem;
    line-height: 1.2em;
  }
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail:hover {
  opacity: 1 !important;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail:hover * {
  pointer-events: none !important;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail:hover, [data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail:hover * {
  cursor: pointer;
}
[data-anchor=work] .slide[data-viewtype=overview] .thumbnails .thumbnail:hover .image div {
  /*transform: scale(1.1);*/
}
[data-anchor=work].active .slide.active h2 {
  opacity: 1;
}
[data-anchor=work].active .slide.active h2::after {
  width: 1.5rem;
}
[data-anchor=work].active .slide.active .image {
  /*transform: scale(1);*/
  /*border-radius: 2px;*/
}
[data-anchor=work].active .slide.active .image div {
  /*transform: scale(1.05);*/
}
[data-anchor=work].active .slide.active .image.darken div {
  /*transform: scale(1.6);*/
}
[data-anchor=work].active .slide[data-viewtype=overview] .thumbnails .thumbnail .image {
  opacity: 1;
}

[data-anchor=services].active .slide.active h2,
[data-anchor=clients].active .slide.active h2,
[data-anchor=services].active .slide.active h2,
[data-anchor=about].active .slide.active h2,
[data-anchor=contact].active .slide.active h2 {
  opacity: 1;
}
[data-anchor=services].active .slide.active h2::after,
[data-anchor=clients].active .slide.active h2::after,
[data-anchor=services].active .slide.active h2::after,
[data-anchor=about].active .slide.active h2::after,
[data-anchor=contact].active .slide.active h2::after {
  width: 1.5rem;
}
@media (max-width: 769px) {
  [data-anchor=services] .row,
  [data-anchor=clients] .row,
  [data-anchor=services] .row,
  [data-anchor=about] .row,
  [data-anchor=contact] .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
[data-anchor=services] .row .text,
[data-anchor=clients] .row .text,
[data-anchor=services] .row .text,
[data-anchor=about] .row .text,
[data-anchor=contact] .row .text {
  margin: 1.5rem;
}
[data-anchor=services] .row .text h3,
[data-anchor=clients] .row .text h3,
[data-anchor=services] .row .text h3,
[data-anchor=about] .row .text h3,
[data-anchor=contact] .row .text h3 {
  font-size: 2rem;
  line-height: 1.2em;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 769px) {
  [data-anchor=services] .row .text h3,
  [data-anchor=clients] .row .text h3,
  [data-anchor=services] .row .text h3,
  [data-anchor=about] .row .text h3,
  [data-anchor=contact] .row .text h3 {
    font-size: 1.2rem;
    font-family: "Circular-Black", sans-serif;
    line-height: 1.1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
[data-anchor=services] .row .text h3::after,
[data-anchor=clients] .row .text h3::after,
[data-anchor=services] .row .text h3::after,
[data-anchor=about] .row .text h3::after,
[data-anchor=contact] .row .text h3::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0.2rem;
  width: 2rem;
  text-indent: -99999999px;
  position: absolute;
  left: 0.05rem;
  bottom: 0;
  border-radius: 0.1rem;
}
@media (max-width: 769px) {
  [data-anchor=services] .row .text h3::after,
  [data-anchor=clients] .row .text h3::after,
  [data-anchor=services] .row .text h3::after,
  [data-anchor=about] .row .text h3::after,
  [data-anchor=contact] .row .text h3::after {
    content: none;
  }
}
[data-anchor=services] .row .text p,
[data-anchor=clients] .row .text p,
[data-anchor=services] .row .text p,
[data-anchor=about] .row .text p,
[data-anchor=contact] .row .text p {
  font-size: 1.2rem;
  line-height: 1.2em;
}
@media (max-width: 769px) {
  [data-anchor=services] .row .text p,
  [data-anchor=clients] .row .text p,
  [data-anchor=services] .row .text p,
  [data-anchor=about] .row .text p,
  [data-anchor=contact] .row .text p {
    font-size: 1rem;
    line-height: 1.1em;
  }
}
[data-anchor=services] .row .text .examples a,
[data-anchor=clients] .row .text .examples a,
[data-anchor=services] .row .text .examples a,
[data-anchor=about] .row .text .examples a,
[data-anchor=contact] .row .text .examples a {
  display: block;
  color: #fff;
  height: 1.5rem;
  margin-bottom: 0, 25rem;
}
[data-anchor=services] .row .text .examples a .img,
[data-anchor=clients] .row .text .examples a .img,
[data-anchor=services] .row .text .examples a .img,
[data-anchor=about] .row .text .examples a .img,
[data-anchor=contact] .row .text .examples a .img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-color: #333;
  vertical-align: middle;
}
[data-anchor=services] .row .text .examples a .title,
[data-anchor=clients] .row .text .examples a .title,
[data-anchor=services] .row .text .examples a .title,
[data-anchor=about] .row .text .examples a .title,
[data-anchor=contact] .row .text .examples a .title {
  display: inline-block;
  box-shadow: inset 0 -.07em 0 0 #fff;
  -moz-box-shadow: inset 0 -.07em 0 0 #fff;
  -khtml-box-shadow: inset 0 -.07em 0 0 #fff;
  -ms-box-shadow: inset 0 -.07em 0 0 #fff;
  -webkit-box-shadow: inset 0 -.07em 0 0 #fff;
  -o-box-shadow: inset 0 -.07em 0 0 #fff;
  border: none;
  color: #fff;
  vertical-align: middle;
  font-size: 1rem;
}
[data-anchor=services] .row .text .examples a:hover .title,
[data-anchor=clients] .row .text .examples a:hover .title,
[data-anchor=services] .row .text .examples a:hover .title,
[data-anchor=about] .row .text .examples a:hover .title,
[data-anchor=contact] .row .text .examples a:hover .title {
  box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  -moz-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  -khtml-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  -ms-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  -webkit-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  -o-box-shadow: inset 0 -1.1em 0 0 rgba(255,255,255,.7);
  color: #000000;
  border-radius: 0.05rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

[data-anchor=services] .row.service .half {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 769px) {
  [data-anchor=services] .row.service .half {
    display: block;
    width: 100%;
  }
}
[data-anchor=services] .row.service .half .text {
  margin-right: 15%;
  margin-left: 0;
  position: relative;
  left: -1.5rem;
}
@media (max-width: 769px) {
  [data-anchor=services] .row.service .half .text {
    left: 0;
    margin: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 580px) {
  [data-anchor=services] .row.service .half .text {
    font-size: 1.2rem;
  }
}
[data-anchor=services] .row.service .half .text p, [data-anchor=services] .row.service .half .text p * {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.2em;
}
@media (max-width: 769px) {
  [data-anchor=services] .row.service .half .text p, [data-anchor=services] .row.service .half .text p * {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
@media (max-width: 580px) {
  [data-anchor=services] .row.service .half .text p, [data-anchor=services] .row.service .half .text p * {
    font-size: 1rem !important;
    line-height: 1.2em !important;
  }
}
[data-anchor=services] .row.service .half .image {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
}
@media (max-width: 769px) {
  [data-anchor=services] .row.service .half .image {
    padding-bottom: 70%;
    position: relative;
    top: 1.5rem;
  }
}
[data-anchor=services] .row.service .half .image svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
[data-anchor=services] .row.service .half .image svg, [data-anchor=services] .row.service .half .image svg * {
  stroke-linecap: round;
  stroke-width: 1.5 !important;
}
@media (max-width: 769px) {
  [data-anchor=services] .row.service .half .image svg, [data-anchor=services] .row.service .half .image svg * {
    stroke-width: calc(7px - 0.7vw) !important;
  }
}
[data-anchor=services] .row.service .half .image svg [stroke], [data-anchor=services] .row.service .half .image svg * [stroke] {
  stroke: #fff;
}

[data-anchor=clients] .clientlogos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vw;
  flex-wrap: wrap;
}
[data-anchor=clients] .clientlogos .client {
  display: flex;
  width: 14vw;
  height: 8vw;
  padding: 2vw 2vw 0 2vw;
  pointer-events: none !important;
}
@media (max-width: 1700px) {
  [data-anchor=clients] .clientlogos .client {
    width: 16vw;
    height: 8vw;
  }
}
@media (max-width: 1000px) {
  [data-anchor=clients] .clientlogos .client {
    width: 18vw;
    height: 9vw;
  }
}
@media (max-width: 769px) {
  [data-anchor=clients] .clientlogos .client {
    width: 24vw;
    height: 12vw;
  }
}
@media (max-width: 580px) {
  [data-anchor=clients] .clientlogos .client {
    width: 36vw;
    height: 12vw;
  }
}
[data-anchor=clients] .clientlogos .client svg {
  width: 100%;
  height: 100%;
}
[data-anchor=clients] .clientlogos .client svg polygon, [data-anchor=clients] .clientlogos .client svg polyline, [data-anchor=clients] .clientlogos .client svg rect, [data-anchor=clients] .clientlogos .client svg path {
  fill: #fff;
}
[data-anchor=clients] .clientlogos .client svg title {
  display: none;
}

[data-anchor=about] .row,
[data-anchor=contact] .row {
  width: 60%;
  min-width: 16rem;
  max-width: 40rem;
}
@media (max-width: 769px) {
  [data-anchor=about] .row,
  [data-anchor=contact] .row {
    width: 75%;
  }
}
@media (max-width: 580px) {
  [data-anchor=about] .row,
  [data-anchor=contact] .row {
    width: 80%;
    min-width: auto;
  }
}
@media (max-width: 580px) {
  [data-anchor=about] .row .half,
  [data-anchor=contact] .row .half {
    width: 100%;
  }
}
[data-anchor=about] .row h3,
[data-anchor=contact] .row h3 {
  font-size: 3rem !important;
  line-height: 1.2em;
  color: #fff;
  text-align: justify;
}
[data-anchor=about] .row .text,
[data-anchor=contact] .row .text {
  text-align: center;
}
@media (max-width: 580px) {
  [data-anchor=about] .row .text,
  [data-anchor=contact] .row .text {
    margin: 0;
  }
}
@media (max-width: 580px) {
  [data-anchor=about] .row p,
  [data-anchor=contact] .row p {
    margin-bottom: 0;
  }
}
[data-anchor=about] .row p, [data-anchor=about] .row p *,
[data-anchor=contact] .row p,
[data-anchor=contact] .row p * {
  font-size: 1.5rem !important;
  line-height: 1.2em !important;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 769px) {
  [data-anchor=about] .row p, [data-anchor=about] .row p *,
  [data-anchor=contact] .row p,
  [data-anchor=contact] .row p * {
    font-size: 1.2rem !important;
    line-height: 1.2em !important;
  }
}
@media (max-width: 580px) {
  [data-anchor=about] .row p, [data-anchor=about] .row p *,
  [data-anchor=contact] .row p,
  [data-anchor=contact] .row p * {
    font-size: 1rem !important;
  }
}
[data-anchor=about] .row p a:hover, [data-anchor=about] .row p * a:hover,
[data-anchor=contact] .row p a:hover,
[data-anchor=contact] .row p * a:hover {
  color: #000000;
}
[data-anchor=about] .row p strong, [data-anchor=about] .row p * strong,
[data-anchor=contact] .row p strong,
[data-anchor=contact] .row p * strong {
  color: #888888;
}
[data-anchor=about] .row p.intro, [data-anchor=about] .row p.intro *,
[data-anchor=contact] .row p.intro,
[data-anchor=contact] .row p.intro * {
  font-size: 2rem !important;
  line-height: 1.2em !important;
  text-align: justify;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 769px) {
  [data-anchor=about] .row p.intro, [data-anchor=about] .row p.intro *,
  [data-anchor=contact] .row p.intro,
  [data-anchor=contact] .row p.intro * {
    font-size: 1.2rem !important;
    text-align: left;
  }
}
[data-anchor=about] .row p.intro a:hover,
[data-anchor=contact] .row p.intro a:hover {
  color: #000000;
}

@media (max-width: 580px) {
  [data-anchor=contact] .row .text p strong, [data-anchor=contact] .row .text p strong + br {
    display: none;
  }
}

#footer, #footer * {
  font-family: "Circular-Book", sans-serif;
  text-transform: uppercase;
  font-size: 0.5rem;
  color: #666;
}

#footer {
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding: 1rem 3rem 1rem 3rem;
}
#footer a {
  color: #0ea97f !important;
}
#footer:hover {
  text-decoration: underline;
}
#footer .left {
  float: left;
}
#footer .left span {
  margin-right: 1rem;
}
#footer .right {
  float: right;
}
#footer .social {
  display: none;
  position: relative;
  top: -0.25rem;
  margin-bottom: 0.5rem;
}
#footer .social a {
  text-indent: -99999px;
}

#fp-nav li {
  margin: 0 !important;
  padding-bottom: 0.5rem;
  height: auto !important;
}
#fp-nav li a {
  border: none;
  margin: 0 !important;
  height: 0.2rem !important;
  min-height: 0.2rem !important;
}
#fp-nav li a span {
  border-radius: .15rem !important;
  -moz-border-radius: .15rem !important;
  -khtml-border-radius: .15rem !important;
  -ms-border-radius: .15rem !important;
  -webkit-border-radius: .15rem !important;
  -o-border-radius: .15rem !important;
  width: 0.2rem !important;
  margin: 0 !important;
  background: #fff !important;
  opacity: 0.4;
  height: 100% !important;
  top: 0 !important;
}
#fp-nav li a.active span, #fp-nav li a:hover span {
  opacity: 0.51;
  height: 100% !important;
}
#fp-nav li a.active {
  height: 2rem !important;
  cursor: default;
}
@media (max-width: 769px) {
  #fp-nav.right {
    right: 0.25rem;
  }
}

.fp-controlArrow {
  position: absolute;
  width: 1rem !important;
  height: 0.6rem !important;
  margin-top: -0.3rem; /* This value must always be half of the height - This does the same as above */
  z-index: 4;
  top: auto;
  bottom: 2.67rem;
  cursor: pointer;
  border-width: 0 !important;
  opacity: 0.6;
  border-color: transparent !important;
}
.fp-controlArrow svg {
  width: 1.5rem;
  height: 0.6rem;
}
.fp-controlArrow svg, .fp-controlArrow svg * {
  stroke-linecap: round;
  stroke-width: 2.5 !important;
}
.fp-controlArrow svg [stroke], .fp-controlArrow svg * [stroke] {
  stroke: #fff;
}
.fp-controlArrow:hover {
  opacity: 1;
}

.fp-prev {
  left: 3rem !important;
  padding-left: 0;
}
.fp-prev svg {
  position: absolute;
  left: 0;
}

.fp-next {
  background-position: right center;
  right: 3rem !important;
  padding-right: 0;
}
.fp-next svg {
  position: absolute;
  right: 0;
}

.fp-slidesNav ul {
  margin-left: -1.5rem;
}
@media (max-width: 580px) {
  .fp-slidesNav ul {
    margin-left: -1rem;
  }
}
.fp-slidesNav ul li {
  margin: 0 !important;
  padding-right: 0.5rem;
  width: auto !important;
}
.fp-slidesNav ul li a {
  border: none;
  margin: 0 !important;
  width: 0.2rem !important;
  min-width: 0.2rem !important;
}
@media (max-width: 580px) {
  .fp-slidesNav ul li a {
    width: 0.15rem !important;
    min-width: 0.15rem !important;
  }
}
.fp-slidesNav ul li a span {
  border-radius: .2rem !important;
  -moz-border-radius: .2rem !important;
  -khtml-border-radius: .2rem !important;
  -ms-border-radius: .2rem !important;
  -webkit-border-radius: .2rem !important;
  -o-border-radius: .2rem !important;
  transition: all 1s;
  -moz-transition: all 1s;
  -khtml-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  height: 0.2rem !important;
  margin: 0 !important;
  background: #fff !important;
  opacity: 0.4;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
}
@media (max-width: 580px) {
  .fp-slidesNav ul li a span {
    width: 0.15rem !important;
  }
}
.fp-slidesNav ul li a.highlight span, .fp-slidesNav ul li a:hover span {
  opacity: 0.5;
  width: 100% !important;
}
.fp-slidesNav ul li a.highlight {
  width: 2rem !important;
  cursor: default;
}
@media (max-width: 580px) {
  .fp-slidesNav ul li a.highlight {
    width: 1rem !important;
  }
}
.fp-slidesNav.bottom {
  bottom: 2.5rem;
}
@media (max-width: 769px) {
  .fp-slidesNav.bottom {
    bottom: 0;
  }
}

p a,
input[type=submit],
.fp-controlArrow,
#mainnav a,
#header.fixed #mainnav a,
#mainnav a::after,
#header.fixed #mainnav a::after,
.slide h2.collapsed,
.thumbnail,
#return,
#overlay,
#navtoggle {
  transition: all .3s;
  -moz-transition: all .3s;
  -khtml-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.slide h2,
.caption {
  transition: all .3s .5s;
  -moz-transition: all .3s .5s;
  -khtml-transition: all .3s .5s;
  -ms-transition: all .3s .5s;
  -webkit-transition: all .3s .5s;
  -o-transition: all .3s .5s;
}

.fp-slidesNav.bottom ul,
.slide .caption .body,
.slide .preview img {
  transition: all .5s .2s;
  -moz-transition: all .5s .2s;
  -khtml-transition: all .5s .2s;
  -ms-transition: all .5s .2s;
  -webkit-transition: all .5s .2s;
  -o-transition: all .5s .2s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}

#mainnav .wrap,
#header.fixed #mainnav .wrap,
#fp-nav li a span {
  transition: width .5s;
  -moz-transition: width .5s;
  -khtml-transition: width .5s;
  -ms-transition: width .5s;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
}

.slide .image,
.slide h2::after {
  transition: all .8s;
  -moz-transition: all .8s;
  -khtml-transition: all .8s;
  -ms-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
}

.slide.active .image {
  transition: all .8s .4s;
  -moz-transition: all .8s .4s;
  -khtml-transition: all .8s .4s;
  -ms-transition: all .8s .4s;
  -webkit-transition: all .8s .4s;
  -o-transition: all .8s .4s;
}

#header #mainnav {
  transition: top .8s;
  -moz-transition: top .8s;
  -khtml-transition: top .8s;
  -ms-transition: top .8s;
  -webkit-transition: top .8s;
  -o-transition: top .8s;
}

#fp-nav li,
#fp-nav li a,
#fp-nav li a.active,
#fp-nav li a:hover,
.fp-slidesNav li,
.fp-slidesNav li a,
.fp-slidesNav li a.highlight,
.fp-slidesNav li a:hover,
polygon, polyline, rect, path,
#navtoggle svg polygon,
#navtoggle svg polyline,
#navtoggle svg rect,
#navtoggle svg path,
#return svg polygon,
#return svg polyline,
#return svg rect,
#return svg path {
  transition: all 1s;
  -moz-transition: all 1s;
  -khtml-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#fp-nav ul li a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a span,
.fp-slidesNav ul li a.highlight span {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}

#cover,
#cover svg polygon,
#cover svg polyline,
#cover svg rect,
#cover svg path {
  transition: all 2s;
  -moz-transition: all 2s;
  -khtml-transition: all 2s;
  -ms-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}

body.advancedstyling [data-anchor=work] .slide .image {
  transform: scale(0.88);
  border-radius: 2rem;
}
body.advancedstyling [data-anchor=work] .slide .image div {
  transform: scale(1);
}
body.advancedstyling [data-anchor=work] .slide .image[data-viewtype=overview] .thumbnails .thumbnail .image {
  transform: scale(1);
  border-radius: 0.1rem;
}
body.advancedstyling [data-anchor=work] .slide .image[data-viewtype=overview] .thumbnails .thumbnail:hover .image div {
  transform: scale(1.1);
}
body.advancedstyling [data-anchor=work].active .slide.active .image {
  transform: scale(1);
  border-radius: 0rem;
}
body.advancedstyling [data-anchor=work].active .slide.active .image div {
  transform: scale(1.05);
}
body.advancedstyling [data-anchor=work].active .slide.active .image.darken div {
  transform: scale(1.6);
}
body.advancedstyling [data-anchor=work].active .slide.active .thumbnail .image {
  transform: scale(1);
  border-radius: 0.5rem;
}