@import url(//hello.myfonts.net/count/2ef17b);
@charset "UTF-8";

/* BREAKPOINTS */

@media (min-width: 768px) {
  .show-for-small {
    display: none;
  }
}
.hide-for-small {
  display: none;
}
@media (min-width: 768px) {
  .hide-for-small {
    display: inline;
  }
}
.clearfix,
.article-content .container,
.article-content .service-approach-inner,
.article-content__info ul,
.row,
header {
  *zoom: 1;
}
.clearfix:before,
.article-content .container:before,
.article-content .service-approach-inner:before,
.article-content__info ul:before,
.row:before,
header:before,
.clearfix:after,
.article-content .container:after,
.article-content .service-approach-inner:after,
.article-content__info ul:after,
.row:after,
header:after {
  content: "";
  display: table;
}
.clearfix:after,
.article-content .container:after,
.article-content .service-approach-inner:after,
.article-content__info ul:after,
.row:after,
header:after {
  clear: both;
}
.cases-list {
  clear: both;
  text-align: center;
  padding: 3rem 0 0;
  text-align: left;
}
.cases-list .case {
  display: inline-block;
  margin-bottom: 1.5rem;
  outline: none;
  text-align: center;
  width: calc((100%)/2 - 1rem);
  height: calc((100%)/2 - 1rem);
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.cases-list .case:not(:nth-child(2n + 1)) {
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .cases-list .case {
    margin-bottom: 30px;
    width: calc((100% - 4rem)/4 - 1.5rem);
    height: calc((100% - 4rem)/4 - 1.5rem);
  }
  .cases-list .case:not(:nth-child(4n + 1)) {
    margin-left: 30px;
  }
}
.cases-list .case:hover img {
  transform: scale(1.05);
  filter: blur(5px);
}
@media (min-width: 1024px) {
.cases-list .case:hover .case-info {
  opacity: 1;
}
}
.cases-list .case a {
  outline: none;
}
.cases-list .case img {
  width: 100%;
  max-width: 100%;
  transition: 0.5s all;
}
.cases-list .case .case-info {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  transition: 1s all;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cases-list .case .case-info {
    padding: 2rem;
  }
}
.cases-list .case .case-info .case-title,
.cases-list .case .case-info .case-client {
  font-family: "ProximaNovaA-Bold", sans-serif;
  text-transform: uppercase;
}
.cases-list .case .case-info .case-title {
  font-size: 1.2rem;
  line-height: 1;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 1024px) {
  .cases-list .case .case-info .case-title {
    font-size: 2rem;
    margin: 5.2rem 0 0 0;
  }
}
.cases-list .case .case-info .case-client {
  font-family: "ProximaNovaA-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.428571428571429;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 1024px) {
  .cases-list .case .case-info .case-client {
    /*font-size: 1.4rem;*/
    font-size: 1.5rem;
    margin: 5.2rem 0 0 0;
  }
}
.clients {
  text-align: center;
}
.clients-list {
  margin: 0 auto -4rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .clients-list {
    max-width: 92rem;
  }
}
.clients-list li {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  vertical-align: top;
  width: calc(100%/4);
  text-align: center;
  justify-content: center;
  align-content: center;
}
@media (min-width: 768px) {
  .clients-list li {
    /*margin-bottom: 50px;*/
    margin-bottom: 40px;
    width: calc(100%/8);
  }
}
.clients-list li img {
  max-height: 4rem;
}
.contact {
  overflow: hidden;
  position: relative;
  padding: 5.5rem 0;
}
.contact:before {
  background: #eaeaea;
  content: '';
  display: block;
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 5.7rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact:before {
    background: #eaeaea;
    content: '';
    display: block;
    height: 2px;
    width: 100vw;
    position: absolute;
    bottom: 11rem;
    z-index: 1;
  }
}
.contact h3 {
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 3.5rem;
}
.contact .contact-info {
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  text-align: center;
  padding: 6rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .contact .contact-info {
    border: 2px solid #eaeaea;
    padding: 6rem;
    max-width: 350px;
  }
}
.contact .contact-info p {
  font-family: "ProximaNovaA-Regular", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  /*margin-top: 1rem;*/
  margin-top: 0;
  line-height: 1.6;
}
.contact a {
  color: #000;
  display: inline-block;
  font-family: "MinionPro-It", serif;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-top: 3rem;
  text-decoration: none;
}
.contact a:hover {
  color: #4dd1ff;
  text-decoration: none;
}
.article-header {
  overflow: hidden;
  padding-bottom: 125.3125vw;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .article-header {
    padding: 0;
  }
}
.article-header .container,
.article-header .service-approach-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .article-header .container,
  .article-header .service-approach-inner {
    padding: 0 1rem;
  }
}
.article-header img {
  height: 125.3125vw;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .article-header img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-gallery {
  /*margin: 2rem 0;*/
  margin: 2rem 0 3rem 0;
}
@media (min-width: 768px) {
  .article-gallery {
    /*margin: 3rem 0 0;*/
    margin: 3em 0 5.5rem 0;
  }
}
.article-gallery img {
  width: 100%;
  max-width: 100%;
}
.article-content .container,
.article-content .service-approach-inner {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .article-content .container,
  .article-content .service-approach-inner {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .article-content__text {
    float: left;
    width: calc(100% - 350px);
  }
}
.article-content__text h1 {
  font-family: "ProximaNovaA-Light", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  /*line-height: 1.1;*/
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .article-content__text h1 {
    font-size: 5.4rem;
  }
}
.article-content__text p {
  font-family: "ProximaNovaA-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
}
.article-content__info {
  background: #f4f4f4;
  color: #000;
  font-family: "ProximaNovaA-Regular", sans-serif;
  padding: 20px;
}
@media (min-width: 768px) {
  .article-content__info {
    float: left;
    margin-left: 50px;
    width: 300px;
  }
}
.article-content__info > div:not(:last-child) {
  margin-bottom: 20px;
}
.article-content__info h3 {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 1.6rem;
  /*margin: 0 0 1rem;*/
  margin: 0 0 0.5rem;
  /*padding: 10px;*/
  padding: 9px 10px 6px 10px;
}
.article-content__info p {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}
.article-content__info ul {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
.article-content__info ul li {
  float: left;
  /*margin-right: 10px;*/
  margin: 3px 6px 0px 0px;
}
.row + .row {
  margin-top: 10px;
}
.row .col + .col {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .row {
    font-size: 0;
    letter-spacing: 0;
  }
  .row + .row {
    margin-top: 3rem;
  }
  .row .col {
    float: left;
    width: calc(100%/2 - 15px);
  }
  .row .col + .col {
    margin-top: 0;
    margin-left: 3rem;
  }
}
footer {
  font-family: "MinionPro-It", serif;
  font-size: 1.6rem;
  padding-top: 3rem;
  text-align: center;
}
footer p {
  margin-bottom: 3rem;
}
.social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.social li {
  display: inline-block;
  vertical-align: top;
  /*margin: 0 8px;*/
  margin: 0 6px;
  width: 3.2rem;
}
.social li a {
  text-decoration: none;
}
.social li a img {
  width: 100%;
}
.social li a .icon-hover {
  display: none;
}
.social li a:hover img {
  display: none;
}
.social li a:hover .icon-hover {
  display: block;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
header {
  background: #fff;
  line-height: 50px;
  position: relative;
  height: 50px;
  z-index: 20;
}
@media (min-width: 768px) {
  header {
    line-height: 60px;
    height: 60px;
  }
}
header a.logo {
  background: url(../images/logo.png) no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo.svg) no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  display: block;
  float: left;
  width: 27px;
  height: 30px;
  margin-top: 9px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  header a.logo {
    margin-top: 10px;
    width: 37px;
    height: 40px;
  }
}
header nav {
  background: #fff;
  display: none;
  position: fixed;
  top: 6rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
}
@media (min-width: 768px) {
  header nav {
    display: block !important;
  }
}
header nav ul {
  border-top: 1px solid #eaeaea;
  list-style: none;
  margin: 5rem 0 0 0;
  padding: 3rem 0 0;
  position: absolute;
  width: 100%;
}
header nav ul li {
  line-height: 1;
  padding: 1.7rem 1rem;
}
@media (min-width: 768px) {
  header nav ul {
    border: 0;
    margin: 0;
    padding: 0;
    position: static;
    transform: none;
  }
}
header nav a {
  border: 0;
  color: #000;
  display: block;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  outline: none;
  text-decoration: none;
}
header nav a:hover,
header nav a.active {
  color: #4dd1ff;
}
@media (min-width: 768px) {
  header {
    border: 0;
  }
  header nav {
    background: transparent;
    float: right;
    position: static;
    display: block;
  }
  header nav li {
    float: left;
    padding: 0 !important;
  }
  header nav li + li {
    margin-left: 20px;
  }
  header nav a {
    line-height: 6rem;
  }
}
header .btn-burger {
  content: '';
  color: #232222;
  display: block;
  position: absolute;
  outline: none !important;
  width: 50px;
  height: 50px;
  top: 50%;
  /*right: 5px;*/
  right: 2px;
  /*margin-top: -28px;*/
  margin-top: -25px;
  z-index: 20;
}
@media (min-width: 768px) {
  header .btn-burger {
    display: none;
  }
}
header .btn-burger span,
header .btn-burger:after,
header .btn-burger:before {
  background: currentColor;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
  width: 25px;
  /*height: 2px;*/
  height: 4px;
}
header .btn-burger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .btn-burger:before {
  /*top: 16px;*/
  top: 14px;
}
header .btn-burger:after {
  /*bottom: 16px;*/
  bottom: 14px;
}
header .btn-burger.active:before {
  /*top: 24px;*/
  top: 23px;
  transform: translateX(-50%);
}
header .btn-burger.active:after {
  /*bottom: 24px;*/
  bottom: 23px;
  transform: translateX(-50%);
}
.hero {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 114rem;
}
@media (min-width: 1024px) {
  .hero {
    padding: 0 1rem;
  }
}
.progress {
  width: 20px;
  height: 20px;
  position: absolute;
  /*bottom: 30px;*/
  bottom: 16px;
  /*right: 30px;*/
  right: 17px;
  z-index: 10;
  display: none;
}
@media (min-width: 768px) {
  .progress {
    display: block;
  }
}
@media (min-width: 1024px) {
  .progress {
    bottom: 40px;
    right: 40px;
  }
}
.hero-banner {
  width: 100%;
  overflow: hidden;
}
.hero-banner .slick-slider.slick-initialized .slick-list {
  position: relative;
}
.hero-banner-slide {
  overflow: hidden;
  padding-bottom: 125.3125vw;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
  height: 0;
}
.hero-banner-slide:before {
  background: url(../images/hero-gradient.png) bottom left repeat-x;
  content: '';
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-banner-slide {
    padding: 0;
  }
}
.hero-banner-slide img {
  height: 125.3125vw;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .hero-banner-slide img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}
.hero-banner-slide .hero-banner-slide-info {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  padding-right: 37px;
}
@media (min-width: 1024px) {
  .hero-banner-slide .hero-banner-slide-info {
    /*bottom: 20px;*/
    bottom: 15px;
    left: 30px;
    right: 30px;
    padding-right: 30px;
  }
}
.hero-banner-slide .hero-banner-slide-info p {
  /*line-height: 1.2;*/
  line-height: 1.1;
  margin: 0;
}
.hero-banner-slide .hero-banner-slide-info__client {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .hero-banner-slide .hero-banner-slide-info__client {
    font-size: 3rem;
    margin-bottom: 5px !important;
  }
}
.hero-banner-slide .hero-banner-slide-info__name {
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 2.9rem;
}
@media (min-width: 1024px) {
  .hero-banner-slide .hero-banner-slide-info__name {
    font-size: 5.8rem;
  }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-perspective: 1000px;
}
.slick-initialized {
  visibility: visible;
}
.slick-initialized .slick-slide {
  height: 100%;
}
.home-section {
  padding: 2.5rem 0 3rem;
}
@media (min-width: 768px) {
  .home-section {
    /*padding: 5rem 0;*/
    padding: 6rem 0;
  }
}
.home-section + .home-section {
  border-top: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .home-section + .home-section {
    border-top: 2px solid #eaeaea;
  }
}
.home-section .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .home-section .heading {
    margin-bottom: 5.3rem;
  }
  .home-section.services .heading {
    margin-bottom: 6.3rem;
  }
}
.home-section h2 {
  clear: both;
  font-family: "ProximaNovaA-Light", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.home-section h2:before,
.home-section h2:after {
  background: currentColor;
  content: '';
  display: block;
  height: 2px;
  width: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .home-section h2:before,
  .home-section h2:after {
    height: 4px;
    width: 156px;
  }
}
.home-section h2:before {
  left: 0;
}
.home-section h2:after {
  right: 0;
}
@media (min-width: 1024px) {
  .home-section h2 {
    font-size: 8.1rem;
    max-width: 920px;
  }
}
.home-section.services {
  padding-bottom: 0;
}
.home-section.services .container,
.home-section.services .service-approach-inner {
  padding: 0;
}
.home-section.services .heading {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .home-section.services {
    padding-bottom: 30px;
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .home-section.services .heading {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .home-section.testimonials {
    padding: 5rem 0 5.7rem;
  }
}
.home-section.contact {
  padding-bottom: 0;
}
.services-filter {
  clear: both;
  margin-top: 2.3rem;
}
@media (min-width: 768px) {
  .services-filter {
    text-align: right;
  }
}
.services-filter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon-dropdown.png) right 15px center no-repeat;
  border: 2px solid #000;
  border-radius: 0;
  color: #000;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 16px;
  /*height: 46px;*/
  height: 45px;
  /*line-height: 42px;*/
  line-height: 45px;
  outline: none;
  padding: 0 15px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.services-filter select::-ms-expand {
  display: none;
}
.services-filter select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}
@media (min-width: 768px) {
  .services-filter select {
    width: calc((100% - 40px)/4 - 14px);
  }
}
.services-filter select option {
  font-family: "ProximaNovaA-Light", sans-serif;
  text-transform: uppercase;
}
.btn-loadmore {
  border-radius: 50%;
  border: 2px solid currentColor;
  color: #000;
  display: block;
  margin: 0.5rem auto 0;
  margin-top: 1.2rem;
  margin-bottom: 0rem;
  outline: none !important;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -999em;
}
.btn-loadmore.disabled {
  pointer-events: none;
}
.btn-loadmore:before,
.btn-loadmore:after {
  background: currentColor;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-loadmore:before {
  width: 10px;
  height: 2px;
}
.btn-loadmore:after {
  width: 2px;
  height: 10px;
}
.btn-loadmore:hover {
  color: #4dd1ff;
}
@media (min-width: 768px) {
  .btn-loadmore {
    width: 50px;
    height: 50px;
  }
  .btn-loadmore:before {
    width: 14px;
    height: 2px;
  }
  .btn-loadmore:after {
    width: 2px;
    height: 14px;
  }
}
.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .services-list {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
  }
}
.services-list > li {
  border-top: 1px solid #eaeaea;
  display: block;
}
@media (min-width: 768px) {
  .services-list > li {
    border: 0;
    display: inline-block;
    padding: 0 0rem 3rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100%/3);
    flex-direction: column;
    width: calc(100%/3);
    max-width: calc(100%/3);
  }
  .services-list > li:nth-child(1n) .service-approach {
    left: 0;
  }
  .services-list > li:nth-child(1n) .service-approach .service-approach-arrow:after {
    left: calc(50% - 100vw/3);
  }
  .services-list > li:nth-child(2n) .service-approach {
    left: calc(-100vw/3);
  }
  .services-list > li:nth-child(2n) .service-approach .service-approach-arrow:after {
    left: 50%;
  }
  .services-list > li:nth-child(3n) .service-approach {
    left: calc(-100vw/3*2);
  }
  .services-list > li:nth-child(3n) .service-approach .service-approach-arrow:after {
    left: calc(50% + 100vw/3);
  }
}
@media (min-width: 1140px) {
  .services-list > li:nth-child(1n) .service-approach {
    left: calc((1140px - 100vw)/2);
  }
  .services-list > li:nth-child(1n) .service-approach .service-approach-arrow:after {
    left: calc(50% - 1140px/3);
  }
  .services-list > li:nth-child(2n) .service-approach {
    left: calc(-1140px/3 - (100vw - 1140px)/2);
  }
  .services-list > li:nth-child(2n) .service-approach .service-approach-arrow:after {
    left: 50%;
  }
  .services-list > li:nth-child(3n) .service-approach {
    left: calc(-1140px/3*2 - (100vw - 1140px)/2);
  }
  .services-list > li:nth-child(3n) .service-approach .service-approach-arrow:after {
    left: calc(50% + 1140px/3);
  }
}
.services-list img {
  display: none;
  margin: 0 auto;
  max-height: 32px;
}
@media (min-width: 768px) {
  .services-list img {
    display: block;
  }
}
.services-list h3 {
  cursor: pointer;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 2.2rem;
  margin: 0;
  height: 7.6rem;
  line-height: 7.6rem;
  position: relative;
}
@media (min-width: 960px) {
  .services-list h3 {
    height: 4.3rem;
  }
}
.services-list h3:after {
  background: url(../images/icon-arrow.png) no-repeat;
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.25s all;
}
.services-list h3.active:after {
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .services-list h3 {
    cursor: default;
    line-height: 1;
    margin: 0;
    margin-top: 4.5rem;
    font-size: 3.2rem;
  }
  .services-list h3:after {
    display: none;
  }
}
.tags {
  margin: 1rem 0 0 0;
  padding: 0 1rem;
  text-align: center;
  font-size: 0;
}
.tags li {
  background: #f4f4f4;
  color: #878787;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin: 3px;
  padding: 0 6px;
  vertical-align: top;
  width: auto;
  height: 24px;
}
.service-approach {
  background: #f4f4f4;
  color: #000;
  display: block;
  /*margin-top: 3rem;*/
  margin-top: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service-approach {
    margin-top: 0;
    transition: max-height 0.4s 0.1s, margin-top 0s 0.4s;
    max-height: 0;
    width: 100vw;
  }
  .service-approach:after {
    background: #eaeaea;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
  }
}
.service-approach-arrow {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 5;
  height: 21px;
}
.service-approach-arrow:after {
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-right: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.service-approach-inner {
  padding: 3rem 2rem !important;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.service-approach-inner h4 {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .service-approach-inner h4 {
    display: block;
    font-family: "ProximaNovaA-Light", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 3rem;
  }
  .service-approach-inner h4 b {
    font-family: "ProximaNovaA-Bold", sans-serif;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .service-approach-inner {
    padding: 50px 2rem !important;
  }
}
.service-approach-inner ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.service-approach-inner ul li {
  box-sizing: border-box;
  display: inline-block;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: top;
  /*width: calc(100% - 2rem);*/
  width: calc(100% - 1rem);
  text-align: center;
  text-transform: uppercase;
}
.service-approach-inner ul li + li {
  margin-top: 2.2rem;
}
@media (min-width: 768px) {
  .service-approach-inner ul li {
    /*width: calc(100% / 6 - 2rem);*/
    width: calc(100% / 6 - 1rem);
  }
  .service-approach-inner ul li + li {
    margin-top: 0;
  }
}
.service-approach-inner ul li:nth-child(1):before {
  background: url(../images/icon-number-1.svg) center no-repeat;
}
.service-approach-inner ul li:nth-child(2):before {
  background: url(../images/icon-number-2.svg) center no-repeat;
}
.service-approach-inner ul li:nth-child(3):before {
  background: url(../images/icon-number-3.svg) center no-repeat;
}
.service-approach-inner ul li:nth-child(4):before {
  background: url(../images/icon-number-4.svg) center no-repeat;
}
.service-approach-inner ul li:nth-child(5):before {
  background: url(../images/icon-number-5.svg) center no-repeat;
}
.service-approach-inner ul li:nth-child(6):before {
  background: url(../images/icon-number-6.svg) center no-repeat;
}
.service-approach-inner ul li:before {
  box-sizing: border-box;
  border-radius: 50%;
  color: #000;
  content: '';
  display: block;
  /*font-size: 3rem;*/
      font-size: 48px;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  /*width: 6rem;*/
  /*height: 6rem;*/
    /*width: 11rem;*/
    /*height: 11rem;*/
      width: 12rem;
    height: 12rem;
  /*line-height: 5.5rem;*/
  line-height: 10.2rem;

}
@media (min-width: 1024px) {
  .service-approach-inner ul li:before {
    font-size: 48px;
    line-height: 10.2rem;
    /*margin-bottom: 2rem;*/
    margin-bottom: 2.5rem;
    width: 11rem;
    height: 11rem;
  }
}
.service-info {
  margin-left: -1rem;
  margin-right: -1rem;
  display: none;
}
@media (min-width: 768px) {
  .service-info {
    display: block !important;
    margin: 0;
    margin-right: 0;
  }
}
.service-info .btn-approach.active {
  position: relative;
  z-index: 20;
}
.service-info .btn-approach.active + .service-approach {
  /*margin-top: 3rem;*/
  margin-top: 1rem;
  max-height: 350px;
  transition: max-height 0.4s 0.1s, margin-top 0.1s 0;
  transition-delay: 0.125s;
}
.btn-approach {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  display: none;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 16px;
  /*height: 46px;*/
  height: 45px;
  /*line-height: 42px;*/
  line-height: 45px;
  /*margin-top: 40px;*/
  margin-top: 60px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-approach {
    display: inline-block;
  }
}
.btn-approach:hover {
  background: #4dd1ff;
  color: #fff;
  border: 2px solid #4dd1ff;
}
.btn-approach:active,
.btn-approach.active {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.similar-cases {
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .similar-cases {
    padding: 5rem 0 5.5rem;
  }
}
.similar-cases h2 {
  font-family: "ProximaNovaA-Light", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.similar-cases h2 span {
  font-family: "ProximaNovaA-Bold", sans-serif;
}
.similar-cases .cases-list {
  padding: 2.5rem 0 0;
}
.similar-cases .btn-approach {
  display: inline-block;
  margin: 0 auto;
}
.similar-cases p.text-center {
  margin: 0;
}
.testimonials-list {
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials-list .slick-slide {
    max-width: 70%;
  }
}
.testimonial figure {
  display: block;
  border-radius: 50%;
  /*margin: 0 auto 10px;*/
  margin: 0 auto 13px;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
}
.testimonial figure img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.5s all;
}
.testimonial-info {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .testimonial-info {
    max-width: 70%;
  }
}
.testimonial-info figure {
  margin-bottom: 20px;
}
.testimonial-info .name {
  color: #000000;
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.25rem;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .testimonial-info .name {
    font-size: 13px;
  }
}
.testimonial-info .title {
  color: #c2c2c2;
  /*font-family: "ProximaNovaA-Regular", sans-serif;*/
  font-size: 13px;
  margin: 0;
  margin-bottom: 23px;
  /*font-weight: 500;*/
  font-family: "ProximaNovaA-Bold", sans-serif;
}
@media (min-width: 768px) {
  .testimonial-info .title {
    font-size: 13px;
  }
}
.testimonial-info .desc {
  color: #000;
  font-family: "ProximaNovaA-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
  /*margin-bottom: 2.5rem;*/
  margin-bottom: 3.7rem;
}

.testimonial-info .desc p:before {
    content: "\201C";
}
.testimonial-info .desc p:after {
    content: "\201D";
}

.slick-slide {
  outline: none;
}
.slick-slide:hover {
  cursor: move;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}
.slick-slide:focus,
.slick-slide:active {
  cursor: move;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
}
.slick-dots {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li {
  background: #c2c2c2;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 8px;
  height: 8px;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  outline: none;
  text-indent: -9999em;
  width: 0;
  height: 0;
}
/**
 * @license
 * MyFonts Webfont Build ID 3076475, 2015-08-17T06:36:16-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 *
 * Webfont: ProximaNovaA-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
 *
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 *
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 *
 * Webfont: ProximaNovaS-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
 *
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3076475
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2015 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url(../fonts/2EF17B_0_0.eot);
  src: url(../fonts/2EF17B_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_0_0.woff2) format("woff2"), url(../fonts/2EF17B_0_0.woff) format("woff"), url(../fonts/2EF17B_0_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNovaA-Light';
  src: url(../fonts/2EF17B_1_0.eot);
  src: url(../fonts/2EF17B_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_1_0.woff2) format("woff2"), url(../fonts/2EF17B_1_0.woff) format("woff"), url(../fonts/2EF17B_1_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url(../fonts/2EF17B_2_0.eot);
  src: url(../fonts/2EF17B_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_2_0.woff2) format("woff2"), url(../fonts/2EF17B_2_0.woff) format("woff"), url(../fonts/2EF17B_2_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNovaS-Bold';
  src: url(../fonts/2EF17B_3_0.eot);
  src: url(../fonts/2EF17B_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_3_0.woff2) format("woff2"), url(../fonts/2EF17B_3_0.woff) format("woff"), url(../fonts/2EF17B_3_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNovaS-Light';
  src: url(../fonts/2EF17B_4_0.eot);
  src: url(../fonts/2EF17B_4_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_4_0.woff2) format("woff2"), url(../fonts/2EF17B_4_0.woff) format("woff"), url(../fonts/2EF17B_4_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url(../fonts/2EF17B_5_0.eot);
  src: url(../fonts/2EF17B_5_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_5_0.woff2) format("woff2"), url(../fonts/2EF17B_5_0.woff) format("woff"), url(../fonts/2EF17B_5_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(../fonts/2EF17B_6_0.eot);
  src: url(../fonts/2EF17B_6_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_6_0.woff2) format("woff2"), url(../fonts/2EF17B_6_0.woff) format("woff"), url(../fonts/2EF17B_6_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url(../fonts/2EF17B_7_0.eot);
  src: url(../fonts/2EF17B_7_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_7_0.woff2) format("woff2"), url(../fonts/2EF17B_7_0.woff) format("woff"), url(../fonts/2EF17B_7_0.ttf) format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(../fonts/2EF17B_8_0.eot);
  src: url(../fonts/2EF17B_8_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2EF17B_8_0.woff2) format("woff2"), url(../fonts/2EF17B_8_0.woff) format("woff"), url(../fonts/2EF17B_8_0.ttf) format("truetype");
}
@font-face {
  font-family: 'MinionPro-It';
  src: url(../fonts/MinionPro-It.eot?#iefix) format("embedded-opentype"), url(../fonts/MinionPro-It.otf) format("opentype"), url(../fonts/MinionPro-It.woff) format("woff"), url(../fonts/MinionPro-It.ttf) format("truetype"), url(../fonts/MinionPro-It.svg#MinionPro-It) format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "ProximaNovaA-Light", sans-serif;
}
body.is-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  body.is-open {
    position: static;
  }
}
.container,
.service-approach-inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNovaA-Bold", sans-serif;
  font-weight: normal;
}
/*MODIFICATIONS*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tags li {
  /*color: #878787;*/
  color: #444;
}

input, textarea, button, select, a, li {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

a, a:active, a:focus
{
        outline: none;
}

a:focus
{
  outline: none;
  /*opacity: 0.8;*/
}

