/*$pink-base: #B5095F;*/
/*$pink-base: #690537;
$pink-bright: #E80C7A;*/
/*$pink-base: #694200;
$pink-bright: #ECAF47;*/
/*$pink-base: #214E69;
$pink-bright: #49ACE8;*/
/* line 3, ../sass/variables/_type.scss */
body {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 100%;
}

/* line 9, ../sass/variables/_type.scss */
h1 {
  font-size: 25px;
  font-weight: 100;
  line-height: 28px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  /* line 9, ../sass/variables/_type.scss */
  h1 {
    font-size: 32px;
    line-height: 35px;
  }
}

/* line 21, ../sass/variables/_type.scss */
p {
  font-size: 18px;
  line-height: 28px;
}

/* line 26, ../sass/variables/_type.scss */
.small {
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 600px) {
  /* line 26, ../sass/variables/_type.scss */
  .small {
    font-size: 12px;
    line-height: 14px;
  }
}

/*
@font-face { 
  font-family:Conduit; 
  font-style:normal;
  src:url('../fonts/ConduitITCStd-Regular.otf'); 
}

@font-face { 
  font-family:Conduit; 
  font-style:normal;
  font-weight:bold; 
  src:url('../fonts/ConduitITCStd-Bold.otf');  
}

@font-face { 
  font-family:Conduit-Black; 
  font-style:normal;
  font-weight:bold; 
  src:url('../fonts/ConduitITCStd-Black.otf');  
}

@font-face { 
  font-family:Entypo; 
  src:url('../fonts/entypo.woff'), 
  url('../fonts/entypo.eot'); 
  font-style:normal; 
  font-weight:normal; 
}
*/
/* line 1, ../sass/components/_base.scss */
html,
body {
  overflow-x: hidden;
}

/* line 6, ../sass/components/_base.scss */
body {
  background-color: #607D8B;
  margin: 0;
  padding: 0;
}

/* line 12, ../sass/components/_base.scss */
p {
  margin: 0 auto 36px;
  max-width: 600px;
}

/* line 1, ../sass/components/_tools.scss */
.delay-1 {
  -moz-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

/* line 5, ../sass/components/_tools.scss */
.delay-2 {
  -moz-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

/* line 9, ../sass/components/_tools.scss */
.delay-3 {
  -moz-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

/* line 13, ../sass/components/_tools.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1, ../sass/components/_header.scss */
.header {
  background-color: #212121;
  color: #fff;
  cursor: pointer;
  height: 100px;
  perspective: 500px;
  perspective-origin: center center;
  position: fixed;
  top: 0;
  transform-style: preserve-3d;
  left: 50%;
  -moz-transform: translate(-50px, -50px) rotate(45deg);
  -ms-transform: translate(-50px, -50px) rotate(45deg);
  -webkit-transform: translate(-50px, -50px) rotate(45deg);
  transform: translate(-50px, -50px) rotate(45deg);
  width: 100px;
  z-index: 3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: border-left 0.3s, border-top 0.3s 0.04s, border-right 0.3s 0.09s, border-bottom 0.3s 0.13s, top 0.3s;
  -o-transition: border-left 0.3s, border-top 0.3s 0.04s, border-right 0.3s 0.09s, border-bottom 0.3s 0.13s, top 0.3s;
  -webkit-transition: border-left 0.3s, border-top 0.3s, border-right 0.3s, border-bottom 0.3s, top 0.3s;
  -webkit-transition-delay: 0s, 0.04s, 0.09s, 0.13s, 0s;
  transition: border-left 0.3s, border-top 0.3s 0.04s, border-right 0.3s 0.09s, border-bottom 0.3s 0.13s, top 0.3s;
}
/* line 19, ../sass/components/_header.scss */
.header span {
  display: block;
  -moz-transform: rotate(-45deg) translate(4px, -31px);
  -ms-transform: rotate(-45deg) translate(4px, -31px);
  -webkit-transform: rotate(-45deg) translate(4px, -31px);
  transform: rotate(-45deg) translate(4px, -31px);
}
/* line 25, ../sass/components/_header.scss */
.header .label {
  color: transparent;
  position: relative;
  width: 300px;
  z-index: 2;
}
/* line 31, ../sass/components/_header.scss */
.header .label:before, .header .label:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 35px;
  height: 1px;
  position: absolute;
  top: 15px;
  width: 24px;
  -moz-transition: -moz-transform 0.43s;
  -o-transition: -o-transform 0.43s;
  -webkit-transition: -webkit-transform 0.43s;
  transition: transform 0.43s;
}
/* line 45, ../sass/components/_header.scss */
.header .label:after {
  top: 25px;
}
/* line 50, ../sass/components/_header.scss */
.header .list {
  font-size: 24px;
  line-height: 28px;
  opacity: 0;
  position: relative;
  text-align: center;
  -moz-transform: rotate(-45deg) translate(-8px, 30px);
  -ms-transform: rotate(-45deg) translate(-8px, 30px);
  -webkit-transform: rotate(-45deg) translate(-8px, 30px);
  transform: rotate(-45deg) translate(-8px, 30px);
  visibility: hidden;
  width: 360px;
  z-index: 2;
  -moz-transition: opacity 0.21s;
  -o-transition: opacity 0.21s;
  -webkit-transition: opacity 0.21s;
  transition: opacity 0.21s;
}
/* line 64, ../sass/components/_header.scss */
.header .list a {
  color: #fff;
  display: block;
  font-size: 18px;
  text-decoration: none;
}
/* line 71, ../sass/components/_header.scss */
.header .list .nav-inline {
  margin-bottom: 36px;
}
/* line 74, ../sass/components/_header.scss */
.header .list .nav-inline a {
  display: inline;
}
/* line 78, ../sass/components/_header.scss */
.header .list .nav-inline .seperator {
  display: inline;
  font-size: 16px;
}
/* line 84, ../sass/components/_header.scss */
.header .list .contact-info {
  margin-top: 36px;
}
/* line 87, ../sass/components/_header.scss */
.header .list .contact-info a {
  display: block;
  line-height: 28px;
}
/* line 93, ../sass/components/_header.scss */
.header .list .projects {
  margin-top: 36px;
}
/* line 98, ../sass/components/_header.scss */
.header:after, .header:before,
.header .header-wrapper:before {
  background-color: rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 300px;
  opacity: 1;
  position: absolute;
  right: -299px;
  width: 300px;
  z-index: 0;
}
/* line 118, ../sass/components/_header.scss */
.header:after {
  transform-origin: bottom left;
  -moz-transform: rotateY(90.1deg) translateX(100px) translateZ(12px);
  -ms-transform: rotateY(90.1deg) translateX(100px) translateZ(12px);
  -webkit-transform: rotateY(90.1deg) translateX(100px) translateZ(12px);
  transform: rotateY(90.1deg) translateX(100px) translateZ(12px);
  -moz-transition: all 0.43s 0.26s;
  -o-transition: all 0.43s 0.26s;
  -webkit-transition: all 0.43s;
  -webkit-transition-delay: 0.26s;
  transition: all 0.43s 0.26s;
}
/* line 125, ../sass/components/_header.scss */
.header:before {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: -299px;
  right: 0;
  transform-origin: top right;
  -moz-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -ms-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -webkit-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -moz-transition: all 0.43s 0.38s;
  -o-transition: all 0.43s 0.38s;
  -webkit-transition: all 0.43s;
  -webkit-transition-delay: 0.38s;
  transition: all 0.43s 0.38s;
}
/* line 135, ../sass/components/_header.scss */
.header .header-wrapper:before {
  background-color: transparent;
  bottom: -299px;
  right: -299;
  transform-origin: top right;
  -moz-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -ms-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -webkit-transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  transform: rotateX(-90.1deg) translateY(100px) translateZ(12px);
  -moz-transition: all 0.34s 0.13s;
  -o-transition: all 0.34s 0.13s;
  -webkit-transition: all 0.34s;
  -webkit-transition-delay: 0.13s;
  transition: all 0.34s 0.13s;
}
/* line 145, ../sass/components/_header.scss */
.header .header-wrapper:after {
  background-color: #212121;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 157, ../sass/components/_header.scss */
.header.open {
  top: 0px !important;
}
/* line 161, ../sass/components/_header.scss */
.header.open .label:before {
  -moz-transform: rotate(135deg) translate(4.5px, -3px);
  -ms-transform: rotate(135deg) translate(4.5px, -3px);
  -webkit-transform: rotate(135deg) translate(4.5px, -3px);
  transform: rotate(135deg) translate(4.5px, -3px);
}
/* line 165, ../sass/components/_header.scss */
.header.open .label:after {
  -moz-transform: rotate(225deg) translate(3px, 3px);
  -ms-transform: rotate(225deg) translate(3px, 3px);
  -webkit-transform: rotate(225deg) translate(3px, 3px);
  transform: rotate(225deg) translate(3px, 3px);
}
/* line 170, ../sass/components/_header.scss */
.header.open .list {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.43s 0.68s;
  -o-transition: opacity 0.43s 0.68s;
  -webkit-transition: opacity 0.43s;
  -webkit-transition-delay: 0.68s;
  transition: opacity 0.43s 0.68s;
}
/* line 177, ../sass/components/_header.scss */
.header.open:after, .header.open:before,
.header.open .header-wrapper:before {
  background-color: #212121;
}
/* line 183, ../sass/components/_header.scss */
.header.open:after,
.header.open .header-wrapper:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transition: all 0.43s;
  -o-transition: all 0.43s;
  -webkit-transition: all 0.43s;
  transition: all 0.43s;
}
/* line 190, ../sass/components/_header.scss */
.header.open:before {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: all 0.43s 0.13s;
  -o-transition: all 0.43s 0.13s;
  -webkit-transition: all 0.43s;
  -webkit-transition-delay: 0.13s;
  transition: all 0.43s 0.13s;
}
/* line 196, ../sass/components/_header.scss */
.header.open .header-wrapper:before {
  -moz-transition: all 0.43s 0.26s;
  -o-transition: all 0.43s 0.26s;
  -webkit-transition: all 0.43s;
  -webkit-transition-delay: 0.26s;
  transition: all 0.43s 0.26s;
}
/* line 202, ../sass/components/_header.scss */
.header:focus {
  outline: none;
}
/* line 208, ../sass/components/_header.scss */
.header:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 0;
}
/* line 215, ../sass/components/_header.scss */
.header.open:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
}
/* line 218, ../sass/components/_header.scss */
.header.open:focus-visible:after {
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
}
/* line 223, ../sass/components/_header.scss */
.header.open:focus-visible:before {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
/* line 229, ../sass/components/_header.scss */
.header:hover {
  top: 0px !important;
}

/* line 234, ../sass/components/_header.scss */
.scrollUp .header {
  top: -40px;
}

/* line 1, ../sass/components/_pagination.scss */
.page-next,
.page-prev {
  background-clip: padding-box;
  background-color: #212121;
  border: 20px solid #607D8B;
  display: inline-block;
  height: 40px;
  position: relative;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  -moz-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -o-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -webkit-transition: border-left-color 0.7s, border-top-color 0.7s, border-right-color 0.7s, border-bottom-color 0.7s;
  -webkit-transition-delay: 0s, 0.1s, 0.2s, 0.3s;
  transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
}
/* line 14, ../sass/components/_pagination.scss */
.page-next:hover,
.page-prev:hover {
  border-left-color: #212121;
  border-top-color: #212121;
  border-right-color: #212121;
  border-bottom-color: #212121;
}
/* line 21, ../sass/components/_pagination.scss */
.page-next:before, .page-next:after,
.page-prev:before,
.page-prev:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 12px;
}
/* line 33, ../sass/components/_pagination.scss */
.page-next:after,
.page-prev:after {
  -moz-transform: rotate(-90deg) translate(-6px, 6px);
  -ms-transform: rotate(-90deg) translate(-6px, 6px);
  -webkit-transform: rotate(-90deg) translate(-6px, 6px);
  transform: rotate(-90deg) translate(-6px, 6px);
}

/* line 38, ../sass/components/_pagination.scss */
.page-prev {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 1, ../sass/components/_background-reveal.scss */
.background-reveal {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 6, ../sass/components/_background-reveal.scss */
.background-reveal img {
  display: none;
}

/* line 1, ../sass/components/_lazyload.scss */
.lazyload.fade,
.lazyloading.fade {
  opacity: 0;
}

/* line 6, ../sass/components/_lazyload.scss */
.lazyloaded.fade {
  opacity: 1;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

/* line 12, ../sass/components/_lazyload.scss */
.fade-up,
.fade-up-rotate {
  position: relative;
}

/* line 17, ../sass/components/_lazyload.scss */
.lazyload.fade-up {
  opacity: 0;
  top: 30px;
}

/* line 22, ../sass/components/_lazyload.scss */
.lazyloaded.fade-up {
  opacity: 1;
  top: 0;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

/* line 29, ../sass/components/_lazyload.scss */
.lazyload.fade-up-rotate {
  opacity: 0;
  top: 30px;
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

/* line 35, ../sass/components/_lazyload.scss */
.lazyloaded.fade-up-rotate {
  opacity: 1;
  top: 0;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

@-webkit-keyframes pctLogoIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes pctLogoIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(16px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes pctLogoIn {
  0% {
    opacity: 0;
    -o-transform: translateY(16px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes pctLogoIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 61, ../sass/components/_lazyload.scss */
.about-pct-photo {
  opacity: 0;
  -webkit-transform: translateX(-180px) rotate(-12deg);
  -moz-transform: translateX(-180px) rotate(-12deg);
  -o-transform: translateX(-180px) rotate(-12deg);
  transform: translateX(-180px) rotate(-12deg);
}

/* line 69, ../sass/components/_lazyload.scss */
.about-pct-logo {
  opacity: 0;
}

/* line 73, ../sass/components/_lazyload.scss */
.about-pct.is-visible .about-pct-photo {
  -webkit-animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  -moz-animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  -o-animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
}

/* line 80, ../sass/components/_lazyload.scss */
.about-pct.is-visible .about-pct-logo {
  -webkit-animation: pctLogoIn .5s ease-out 1.3s forwards;
  -moz-animation: pctLogoIn .5s ease-out 1.3s forwards;
  -o-animation: pctLogoIn .5s ease-out 1.3s forwards;
  animation: pctLogoIn .5s ease-out 1.3s forwards;
}

@-webkit-keyframes photoToss {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-180px) rotate(-12deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-3deg);
  }
}
@-moz-keyframes photoToss {
  0% {
    opacity: 0;
    -moz-transform: translateX(-180px) rotate(-12deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(-3deg);
  }
}
@-o-keyframes photoToss {
  0% {
    opacity: 0;
    -o-transform: translateX(-180px) rotate(-12deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0) rotate(-3deg);
  }
}
@keyframes photoToss {
  0% {
    opacity: 0;
    transform: translateX(-180px) rotate(-12deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(-3deg);
  }
}
/* line 104, ../sass/components/_lazyload.scss */
.lazyload.photo-toss,
.lazyloading.photo-toss {
  opacity: 0;
  -webkit-transform: translateX(-180px) rotate(-12deg);
  -moz-transform: translateX(-180px) rotate(-12deg);
  -o-transform: translateX(-180px) rotate(-12deg);
  transform: translateX(-180px) rotate(-12deg);
}

/* line 113, ../sass/components/_lazyload.scss */
.lazyloaded.photo-toss {
  -moz-animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  -webkit-animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  animation: photoToss 1.3s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
}

@keyframes fogPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity4 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity5 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity6 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity7 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOpacity8 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 171, ../sass/components/_lazyload.scss */
.lazyload.svg-fade-poly .st0,
.lazyload.svg-fade-poly .st1,
.lazyload.svg-fade-poly .st2,
.lazyload.svg-fade-poly .st3,
.lazyload.svg-fade-poly .st4,
.lazyload.svg-fade-poly .st5,
.lazyload.svg-fade-poly .st6,
.lazyload.svg-fade-poly .st7,
.lazyload.svg-fade-poly .st8,
.lazyload.svg-fade-poly .st9,
.lazyload.svg-fade-poly .st10,
.lazyload.svg-fade-poly .st11,
.lazyload.svg-fade-poly .st12,
.lazyload.svg-fade-poly .st13,
.lazyload.svg-fade-poly .st14,
.lazyload.svg-fade-poly .st15,
.lazyload.svg-fade-poly .st16,
.lazyload.svg-fade-poly .st17,
.lazyload.svg-fade-poly .st18,
.lazyload.svg-fade-poly .st19,
.lazyload.svg-fade-poly .st20,
.lazyload.svg-fade-poly .st21,
.lazyload.svg-fade-poly .st22,
.lazyload.svg-fade-poly .st23,
.lazyload.svg-fade-poly .st24,
.lazyload.svg-fade-poly .st25,
.lazyload.svg-fade-poly .st26,
.lazyload.svg-fade-poly .st27,
.lazyload.svg-fade-poly .st28,
.lazyload.svg-fade-poly .st29,
.lazyload.svg-fade-poly .st30,
.lazyload.svg-fade-poly .st31,
.lazyload.svg-fade-poly .st32 {
  opacity: 0;
}

/* line 209, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st0 {
  -moz-animation: showOpacity1 2s ease, fogPulse 6s ease-in-out 2s infinite;
  -webkit-animation: showOpacity1 2s ease, fogPulse 6s ease-in-out 2s infinite;
  animation: showOpacity1 2s ease, fogPulse 6s ease-in-out 2s infinite;
}
/* line 210, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st1 {
  -moz-animation: showOpacity1 2s ease, fogPulse 9s ease-in-out 2s infinite;
  -webkit-animation: showOpacity1 2s ease, fogPulse 9s ease-in-out 2s infinite;
  animation: showOpacity1 2s ease, fogPulse 9s ease-in-out 2s infinite;
}
/* line 211, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st2 {
  -moz-animation: showOpacity1 2s ease, fogPulse 7s ease-in-out 2s infinite;
  -webkit-animation: showOpacity1 2s ease, fogPulse 7s ease-in-out 2s infinite;
  animation: showOpacity1 2s ease, fogPulse 7s ease-in-out 2s infinite;
}
/* line 212, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st3 {
  -moz-animation: showOpacity1 2s ease, fogPulse 11s ease-in-out 2s infinite;
  -webkit-animation: showOpacity1 2s ease, fogPulse 11s ease-in-out 2s infinite;
  animation: showOpacity1 2s ease, fogPulse 11s ease-in-out 2s infinite;
}
/* line 213, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st4 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 214, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st5 {
  -moz-animation: showOpacity2 2s ease, fogPulse 8s ease-in-out 2s infinite;
  -webkit-animation: showOpacity2 2s ease, fogPulse 8s ease-in-out 2s infinite;
  animation: showOpacity2 2s ease, fogPulse 8s ease-in-out 2s infinite;
}
/* line 215, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st6 {
  -moz-animation: showOpacity2 2s ease, fogPulse 5s ease-in-out 2s infinite;
  -webkit-animation: showOpacity2 2s ease, fogPulse 5s ease-in-out 2s infinite;
  animation: showOpacity2 2s ease, fogPulse 5s ease-in-out 2s infinite;
}
/* line 216, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st7 {
  -moz-animation: showOpacity2 2s ease, fogPulse 13s ease-in-out 2s infinite;
  -webkit-animation: showOpacity2 2s ease, fogPulse 13s ease-in-out 2s infinite;
  animation: showOpacity2 2s ease, fogPulse 13s ease-in-out 2s infinite;
}
/* line 217, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st8 {
  -moz-animation: showOpacity3 2s ease, fogPulse 7s ease-in-out 2s infinite;
  -webkit-animation: showOpacity3 2s ease, fogPulse 7s ease-in-out 2s infinite;
  animation: showOpacity3 2s ease, fogPulse 7s ease-in-out 2s infinite;
}
/* line 218, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st9 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 219, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st10 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 220, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st11 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 221, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st12 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 222, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st13 {
  -moz-animation: showOpacity4 2s ease, fogPulse 10s ease-in-out 2s infinite;
  -webkit-animation: showOpacity4 2s ease, fogPulse 10s ease-in-out 2s infinite;
  animation: showOpacity4 2s ease, fogPulse 10s ease-in-out 2s infinite;
}
/* line 223, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st14 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 224, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st15 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 225, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st16 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 226, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st17 {
  -moz-animation: showOpacity5 2s ease, fogPulse 6s ease-in-out 2s infinite;
  -webkit-animation: showOpacity5 2s ease, fogPulse 6s ease-in-out 2s infinite;
  animation: showOpacity5 2s ease, fogPulse 6s ease-in-out 2s infinite;
}
/* line 227, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st18 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 228, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st19 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 229, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st20 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 230, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st21 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 231, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st22 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 232, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st23 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 233, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st24 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 234, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st25 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 235, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st26 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 236, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st27 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 237, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st28 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 238, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st29 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 239, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st30 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 240, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st31 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 241, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-poly .st32 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}

/* line 245, ../sass/components/_lazyload.scss */
.lazyload.svg-fade-rings .st0,
.lazyload.svg-fade-rings .st1,
.lazyload.svg-fade-rings .st2,
.lazyload.svg-fade-rings .st3,
.lazyload.svg-fade-rings .st4,
.lazyload.svg-fade-rings .st5,
.lazyload.svg-fade-rings .st6,
.lazyload.svg-fade-rings .st7,
.lazyload.svg-fade-rings .st8,
.lazyload.svg-fade-rings .st9,
.lazyload.svg-fade-rings .st10,
.lazyload.svg-fade-rings .st11,
.lazyload.svg-fade-rings .st12,
.lazyload.svg-fade-rings .st13,
.lazyload.svg-fade-rings .st14,
.lazyload.svg-fade-rings .st15,
.lazyload.svg-fade-rings .st16,
.lazyload.svg-fade-rings .st17,
.lazyload.svg-fade-rings .st18,
.lazyload.svg-fade-rings .st19,
.lazyload.svg-fade-rings .st20,
.lazyload.svg-fade-rings .st21,
.lazyload.svg-fade-rings .st22,
.lazyload.svg-fade-rings .st23,
.lazyload.svg-fade-rings .st24,
.lazyload.svg-fade-rings .st25,
.lazyload.svg-fade-rings .st26,
.lazyload.svg-fade-rings .st27,
.lazyload.svg-fade-rings .st28,
.lazyload.svg-fade-rings .st29,
.lazyload.svg-fade-rings .st30,
.lazyload.svg-fade-rings .st31,
.lazyload.svg-fade-rings .st32 {
  opacity: 0;
}

/* line 283, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st18 {
  -moz-animation: showOpacity1 2s ease;
  -webkit-animation: showOpacity1 2s ease;
  animation: showOpacity1 2s ease;
}
/* line 284, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st15 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 285, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st16 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 286, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st17 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 287, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st11 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 288, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st12 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 289, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st13 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 290, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st14 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 291, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st7 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 292, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st8 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 293, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st9 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 294, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st10 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 295, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st3 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 296, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st4 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 297, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st5 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 298, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st6 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}
/* line 299, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st0 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 300, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st1 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 301, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st2 {
  -moz-animation: showOpacity6 2s ease;
  -webkit-animation: showOpacity6 2s ease;
  animation: showOpacity6 2s ease;
}
/* line 302, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st19 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 303, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st20 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 304, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st21 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 305, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st22 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 306, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st23 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 307, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st24 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 308, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st25 {
  -moz-animation: showOpacity7 2s ease;
  -webkit-animation: showOpacity7 2s ease;
  animation: showOpacity7 2s ease;
}
/* line 309, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st26 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 310, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st27 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 311, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st28 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 312, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st29 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 313, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st30 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 314, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st31 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}
/* line 315, ../sass/components/_lazyload.scss */
.lazyloaded.svg-fade-rings .st32 {
  -moz-animation: showOpacity8 2s ease;
  -webkit-animation: showOpacity8 2s ease;
  animation: showOpacity8 2s ease;
}

/* line 1, ../sass/components/_carousel.scss */
.project-carousel {
  overflow: hidden;
}

/* line 5, ../sass/components/_carousel.scss */
.project-carousel-wrapper {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  z-index: 2;
}
@media (min-width: 600px) {
  /* line 5, ../sass/components/_carousel.scss */
  .project-carousel-wrapper {
    width: 582px;
  }
}
/* line 14, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-wrapper-outer {
  overflow: visible !important;
}
/* line 18, ../sass/components/_carousel.scss */
.project-carousel-wrapper img {
  height: auto;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 25, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-item {
  opacity: .1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 31, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-item.active {
  opacity: 1;
}
/* line 37, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-controls {
  height: 100%;
}
@media (min-width: 600px) {
  /* line 37, ../sass/components/_carousel.scss */
  .project-carousel-wrapper .owl-controls {
    height: auto;
  }
}
/* line 45, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-controls,
.project-carousel-wrapper .owl-buttons {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  /* line 45, ../sass/components/_carousel.scss */
  .project-carousel-wrapper .owl-controls,
  .project-carousel-wrapper .owl-buttons {
    position: absolute;
  }
}
/* line 57, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-buttons {
  position: static;
}
/* line 61, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-buttons div {
  background-color: transparent;
  bottom: 0;
  cursor: pointer;
  left: -2000px;
  position: absolute;
  top: 0;
  width: 2000px;
}
/* line 70, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-buttons div.owl-next {
  left: auto;
  right: -2000px;
}
/* line 76, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (min-width: 600px) {
  /* line 76, ../sass/components/_carousel.scss */
  .project-carousel-wrapper .owl-pagination {
    display: none;
  }
}
/* line 88, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-page {
  border: 1px solid #fff;
  border-radius: 7px;
  display: inline-block;
  height: 5px;
  margin: 0 2px;
  width: 5px;
}
/* line 96, ../sass/components/_carousel.scss */
.project-carousel-wrapper .owl-page.active {
  background-color: #fff;
}

/* line 1, ../sass/components/_case-study-nav.scss */
.case-study-nav {
  padding: 80px 0 60px;
  text-align: center;
}
/* line 5, ../sass/components/_case-study-nav.scss */
.case-study-nav .case-study-nav-label {
  color: #fff;
  font-size: 0.75em;
  letter-spacing: .12em;
  margin: 0;
  text-align: center;
}
/* line 13, ../sass/components/_case-study-nav.scss */
.case-study-nav .case-study-nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 24, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-item {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #212121;
  border: 20px solid #607D8B;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 240px;
  margin: 60px;
  overflow: hidden;
  text-decoration: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 240px;
  -moz-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -o-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -webkit-transition: border-left-color 0.7s, border-top-color 0.7s, border-right-color 0.7s, border-bottom-color 0.7s;
  -webkit-transition-delay: 0s, 0.1s, 0.2s, 0.3s;
  transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
}
/* line 44, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-item:hover {
  border-left-color: #212121;
  border-top-color: #212121;
  border-right-color: #212121;
  border-bottom-color: #212121;
}
/* line 52, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 141px;
  margin: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 141px;
}
/* line 63, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-thumb {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  width: 100%;
}
/* line 69, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* line 76, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-info {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-top: 8px;
  text-align: center;
}
/* line 82, ../sass/components/_case-study-nav.scss */
.case-study-nav .cs-nav-info .cs-nav-name {
  display: block;
  font-size: 0.85em;
  letter-spacing: .05em;
}
@media (max-width: 600px) {
  /* line 1, ../sass/components/_case-study-nav.scss */
  .case-study-nav {
    padding: 60px 0 40px;
  }
  /* line 92, ../sass/components/_case-study-nav.scss */
  .case-study-nav .cs-nav-item {
    height: 180px;
    margin: 20px;
    width: 180px;
  }
  /* line 98, ../sass/components/_case-study-nav.scss */
  .case-study-nav .cs-nav-inner {
    height: 99px;
    width: 99px;
  }
}

/* line 1, ../sass/pages/_page-base.scss */
.home {
  position: relative;
  top: 0;
  /* @include transform(translate3d(0,0,0));*/
  -moz-transition: all 0.75s 0.2s;
  -o-transition: all 0.75s 0.2s;
  -webkit-transition: all 0.75s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.75s 0.2s;
}
/* line 7, ../sass/pages/_page-base.scss */
.home.transition-out {
  top: -20px;
  opacity: 0;
  -moz-transition: all 0.75s 0.4s;
  -o-transition: all 0.75s 0.4s;
  -webkit-transition: all 0.75s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.75s 0.4s;
}

/* line 15, ../sass/pages/_page-base.scss */
.page-project {
  padding-bottom: 100px;
}
/* line 18, ../sass/pages/_page-base.scss */
.page-project p,
.page-project h2 {
  margin-left: 3%;
  margin-right: 3%;
  max-width: 600px;
  text-align: left;
}
@media (min-width: 600px) {
  /* line 18, ../sass/pages/_page-base.scss */
  .page-project p,
  .page-project h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 31, ../sass/pages/_page-base.scss */
.page-project h2 {
  text-wrap: balance;
}
/* line 35, ../sass/pages/_page-base.scss */
.page-project .section {
  margin: 100px 0;
}

/* line 1, ../sass/pages/_home.scss */
.home {
  color: #fff;
  padding-top: 140px;
  text-align: center;
}
/* line 6, ../sass/pages/_home.scss */
.home #bg-svg {
  height: 300px;
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
}
/* line 14, ../sass/pages/_home.scss */
.home h1 {
  position: relative;
}
/* line 17, ../sass/pages/_home.scss */
.home h1:after {
  background-color: #fff;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  width: 36px;
}
/* line 30, ../sass/pages/_home.scss */
.home .subhead {
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 30px;
  text-align: left;
}
/* line 40, ../sass/pages/_home.scss */
.home .project-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 120px;
}
/* line 50, ../sass/pages/_home.scss */
.home .project-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 57, ../sass/pages/_home.scss */
.home .project-row-bottom {
  margin-top: -255px;
}
/* line 61, ../sass/pages/_home.scss */
.home .project-row-last {
  margin-top: -255px;
}
@media (max-width: 835px) {
  /* line 66, ../sass/pages/_home.scss */
  .home .project-row-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -150px;
  }
  /* line 74, ../sass/pages/_home.scss */
  .home .project-row-last {
    margin-top: -155px;
  }
  /* line 78, ../sass/pages/_home.scss */
  .home .project-row-bottom .project-item + .project-item {
    margin-top: -75px;
  }
  /* line 82, ../sass/pages/_home.scss */
  .home .project-row-top .project-item,
  .home .project-row-bottom .project-item:nth-child(2) {
    margin-left: -120px;
    margin-right: 120px;
  }
  /* line 88, ../sass/pages/_home.scss */
  .home .project-row-bottom .project-item:nth-child(1),
  .home .project-row-last .project-item {
    margin-left: 120px;
    margin-right: -120px;
  }
}
@media (max-width: 600px) {
  /* line 96, ../sass/pages/_home.scss */
  .home .project-list {
    padding-top: 60px;
  }
  /* line 100, ../sass/pages/_home.scss */
  .home .project-item {
    margin: 26px;
  }
  /* line 104, ../sass/pages/_home.scss */
  .home .project-row-bottom {
    margin-top: 0;
  }
  /* line 108, ../sass/pages/_home.scss */
  .home .project-row-last {
    margin-top: -52px;
  }
  /* line 112, ../sass/pages/_home.scss */
  .home .project-row-bottom .project-item + .project-item {
    margin-top: 26px;
  }
  /* line 116, ../sass/pages/_home.scss */
  .home .project-row-top .project-item {
    margin-bottom: 26px;
    margin-left: -40px;
    margin-right: 40px;
    margin-top: 26px;
  }
  /* line 123, ../sass/pages/_home.scss */
  .home .project-row-bottom .project-item:nth-child(2) {
    margin-left: -40px;
    margin-right: 40px;
  }
  /* line 128, ../sass/pages/_home.scss */
  .home .project-row-bottom .project-item:nth-child(1) {
    margin-left: 40px;
    margin-right: -40px;
  }
  /* line 133, ../sass/pages/_home.scss */
  .home .project-row-last .project-item {
    margin-left: 40px;
    margin-right: -40px;
  }
}
/* line 139, ../sass/pages/_home.scss */
.home .project-item {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #212121;
  border: 20px solid #607D8B;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 360px;
  margin: 75px;
  overflow: hidden;
  text-decoration: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 360px;
  -moz-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -o-transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
  -webkit-transition: border-left-color 0.7s, border-top-color 0.7s, border-right-color 0.7s, border-bottom-color 0.7s;
  -webkit-transition-delay: 0s, 0.1s, 0.2s, 0.3s;
  transition: border-left-color 0.7s, border-top-color 0.7s 0.1s, border-right-color 0.7s 0.2s, border-bottom-color 0.7s 0.3s;
}
/* line 159, ../sass/pages/_home.scss */
.home .project-item:hover {
  border-left-color: #212121;
  border-top-color: #212121;
  border-right-color: #212121;
  border-bottom-color: #212121;
}
/* line 167, ../sass/pages/_home.scss */
.home .project-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 226px;
  margin: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 226px;
}
/* line 178, ../sass/pages/_home.scss */
.home .project-thumb {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  width: 100%;
}
/* line 184, ../sass/pages/_home.scss */
.home .project-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* line 191, ../sass/pages/_home.scss */
.home .project-info {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-top: 12px;
  text-align: center;
}
/* line 197, ../sass/pages/_home.scss */
.home .project-info .project-name {
  display: block;
  font-size: 1.3em;
  letter-spacing: .05em;
}
/* line 203, ../sass/pages/_home.scss */
.home .project-info .project-sublabel {
  display: block;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 4px;
  opacity: 0.6;
}
/* line 212, ../sass/pages/_home.scss */
.home .home-page-nav {
  margin: 130px auto 0;
  padding-bottom: 120px;
  text-align: center;
}
/* line 218, ../sass/pages/_home.scss */
.home .page-prev,
.home .page-next {
  margin: 0 6px;
}

@media (max-width: 600px) {
  /* line 3, ../sass/pages/_backcountry.scss */
  .project-backcountry h1 {
    font-size: 25px;
  }
}
/* line 9, ../sass/pages/_backcountry.scss */
.project-backcountry svg {
  width: 60px;
}
@media (min-width: 600px) {
  /* line 9, ../sass/pages/_backcountry.scss */
  .project-backcountry svg {
    width: 80px;
  }
}
/* line 17, ../sass/pages/_backcountry.scss */
.project-backcountry .st0 {
  fill: #FFFFFF;
}
/* line 21, ../sass/pages/_backcountry.scss */
.project-backcountry .new-audience {
  display: none;
}
@media (min-width: 900px) {
  /* line 26, ../sass/pages/_backcountry.scss */
  .project-backcountry .new-audience {
    background-image: url(../img/backcountry/modern-outdoor.jpg);
    background-position: center;
    display: block;
    margin: 120px 0;
  }
  /* line 32, ../sass/pages/_backcountry.scss */
  .project-backcountry .new-audience .ratio-wrapper {
    padding-top: 50%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 39, ../sass/pages/_backcountry.scss */
.project-backcountry .intro,
.project-backcountry .new-audience-img {
  height: auto;
  width: 100%;
}
/* line 45, ../sass/pages/_backcountry.scss */
.project-backcountry .intro {
  margin: -5% 0 -5%;
}
@media (min-width: 1000px) {
  /* line 50, ../sass/pages/_backcountry.scss */
  .project-backcountry .intro {
    margin: -15% 0 -10%;
  }
}
/* line 55, ../sass/pages/_backcountry.scss */
.project-backcountry .backcountry-home,
.project-backcountry .navigation {
  height: auto;
  width: 94%;
}
@media (min-width: 600px) {
  /* line 55, ../sass/pages/_backcountry.scss */
  .project-backcountry .backcountry-home,
  .project-backcountry .navigation {
    width: 80%;
  }
}
/* line 65, ../sass/pages/_backcountry.scss */
.project-backcountry .backcountry-home {
  margin: 0 3%;
}
@media (min-width: 600px) {
  /* line 65, ../sass/pages/_backcountry.scss */
  .project-backcountry .backcountry-home {
    margin: 30px auto 50px;
  }
}
/* line 73, ../sass/pages/_backcountry.scss */
.project-backcountry .navigation {
  margin: 0 6% 30px 0;
}
@media (min-width: 600px) {
  /* line 73, ../sass/pages/_backcountry.scss */
  .project-backcountry .navigation {
    margin: 30px auto 0;
  }
}
/* line 81, ../sass/pages/_backcountry.scss */
.project-backcountry .brand-stories {
  margin-bottom: 50px;
}
/* line 85, ../sass/pages/_backcountry.scss */
.project-backcountry .tentsile-desktop img {
  height: auto;
  width: 94%;
}
@media (min-width: 1000px) {
  /* line 85, ../sass/pages/_backcountry.scss */
  .project-backcountry .tentsile-desktop img {
    width: 440px;
  }
}
/* line 94, ../sass/pages/_backcountry.scss */
.project-backcountry .danner-tablet,
.project-backcountry .enve-mobile {
  display: none;
}
/* line 98, ../sass/pages/_backcountry.scss */
.project-backcountry .danner-tablet img,
.project-backcountry .enve-mobile img {
  width: 344px;
}
/* line 104, ../sass/pages/_backcountry.scss */
.project-backcountry .enve-mobile img {
  width: 128px;
}
@media (min-width: 1000px) {
  /* line 110, ../sass/pages/_backcountry.scss */
  .project-backcountry .tentsile-desktop,
  .project-backcountry .danner-tablet,
  .project-backcountry .enve-mobile {
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
  }
  /* line 117, ../sass/pages/_backcountry.scss */
  .project-backcountry .tentsile-desktop img,
  .project-backcountry .danner-tablet img,
  .project-backcountry .enve-mobile img {
    height: 1200px;
    margin: 30px 15px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: auto;
  }
}
/* line 126, ../sass/pages/_backcountry.scss */
.project-backcountry .elephant,
.project-backcountry .mouse {
  opacity: .9;
}
/* line 130, ../sass/pages/_backcountry.scss */
.project-backcountry .elephant svg,
.project-backcountry .mouse svg {
  height: auto;
  margin-bottom: 30px;
  padding-right: 20px;
  width: 200px;
}
/* line 138, ../sass/pages/_backcountry.scss */
.project-backcountry .nav-tablet {
  height: auto;
  max-width: 452px;
  min-height: 100px;
  min-width: 100px;
  position: relative;
  width: 80%;
}
@media (min-width: 600px) {
  /* line 138, ../sass/pages/_backcountry.scss */
  .project-backcountry .nav-tablet {
    margin-top: 30px;
  }
}
/* line 151, ../sass/pages/_backcountry.scss */
.project-backcountry .nav-tablet-container {
  position: relative;
}
/* line 155, ../sass/pages/_backcountry.scss */
.project-backcountry .backcountry-home-container {
  margin-bottom: 36px;
}
/* line 159, ../sass/pages/_backcountry.scss */
.project-backcountry .intro-section {
  margin-bottom: 160px;
  margin-top: 60px;
  position: relative;
}
/* line 166, ../sass/pages/_backcountry.scss */
.project-backcountry .intro-wrapper {
  margin-bottom: -80px;
  position: relative;
  top: -80px;
  z-index: -2;
}
/* line 173, ../sass/pages/_backcountry.scss */
.project-backcountry .summary {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 24px;
  padding: 24px;
  position: relative;
  top: 7px;
  z-index: 1;
}
/* line 181, ../sass/pages/_backcountry.scss */
.project-backcountry .summary::before, .project-backcountry .summary::after {
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
/* line 191, ../sass/pages/_backcountry.scss */
.project-backcountry .summary::before {
  border-bottom: 36px solid rgba(0, 0, 0, 0.8);
  bottom: 100%;
}
/* line 196, ../sass/pages/_backcountry.scss */
.project-backcountry .summary::after {
  border-top: 36px solid rgba(0, 0, 0, 0.8);
  top: 100%;
}
/* line 201, ../sass/pages/_backcountry.scss */
.project-backcountry .summary .summary-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 210, ../sass/pages/_backcountry.scss */
.project-backcountry .summary .key-impacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 218, ../sass/pages/_backcountry.scss */
.project-backcountry .summary .key-impacts li {
  background: transparent;
  border-left: 3px solid #18FFFF;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  padding: 8px 14px;
  text-align: left;
}
@media (min-width: 900px) {
  /* line 233, ../sass/pages/_backcountry.scss */
  .project-backcountry .intro-wrapper {
    margin-bottom: 0;
    top: 0;
    z-index: 0;
  }
  /* line 239, ../sass/pages/_backcountry.scss */
  .project-backcountry .summary {
    left: 0;
    margin: 0 24px;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 2;
  }
  /* line 248, ../sass/pages/_backcountry.scss */
  .project-backcountry .summary .key-impacts {
    flex-direction: row;
    gap: 14px;
  }
  /* line 252, ../sass/pages/_backcountry.scss */
  .project-backcountry .summary .key-impacts li {
    flex: 1;
  }
}
@media screen\0 {
  /* line 260, ../sass/pages/_backcountry.scss */
  .project-backcountry .elephant,
  .project-backcountry .mouse {
    display: none;
    height: 0;
    opacity: 0;
  }
}

@keyframes blip {
  0% {
    fill: #212121;
  }
  30% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@keyframes blipLine {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 15, ../sass/pages/_detour.scss */
.project-detour #detour-logo {
  fill: #fff;
  width: 150px;
}
/* line 20, ../sass/pages/_detour.scss */
.project-detour .intro-section {
  position: relative;
}
/* line 24, ../sass/pages/_detour.scss */
.project-detour .intro-wrapper {
  margin-bottom: -80px;
  position: relative;
  top: -80px;
  z-index: -2;
}
/* line 31, ../sass/pages/_detour.scss */
.project-detour .summary {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 24px;
  padding: 24px;
  position: relative;
  top: 7px;
  z-index: 1;
}
/* line 39, ../sass/pages/_detour.scss */
.project-detour .summary::before, .project-detour .summary::after {
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
/* line 49, ../sass/pages/_detour.scss */
.project-detour .summary::before {
  border-bottom: 36px solid rgba(0, 0, 0, 0.8);
  bottom: 100%;
}
/* line 54, ../sass/pages/_detour.scss */
.project-detour .summary::after {
  border-top: 36px solid rgba(0, 0, 0, 0.8);
  top: 100%;
}
/* line 59, ../sass/pages/_detour.scss */
.project-detour .summary .summary-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 68, ../sass/pages/_detour.scss */
.project-detour .summary .key-impacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 76, ../sass/pages/_detour.scss */
.project-detour .summary .key-impacts li {
  background: transparent;
  border-left: 3px solid #18FFFF;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  padding: 8px 14px;
  text-align: left;
}
@media (min-width: 900px) {
  /* line 31, ../sass/pages/_detour.scss */
  .project-detour .summary {
    left: 0;
    margin: 0 24px;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 2;
  }
  /* line 97, ../sass/pages/_detour.scss */
  .project-detour .summary .key-impacts {
    flex-direction: row;
    gap: 14px;
  }
  /* line 101, ../sass/pages/_detour.scss */
  .project-detour .summary .key-impacts li {
    flex: 1;
    padding: 16px 20px;
  }
}
@media (min-width: 900px) {
  /* line 110, ../sass/pages/_detour.scss */
  .project-detour .intro-wrapper {
    margin-bottom: 0;
    top: 0;
    z-index: 0;
  }
}
/* line 117, ../sass/pages/_detour.scss */
.project-detour .intro {
  height: auto;
  margin: -5% 0 -5%;
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 124, ../sass/pages/_detour.scss */
  .project-detour .intro {
    margin: -15% 0 -10%;
  }
}
/* line 129, ../sass/pages/_detour.scss */
.project-detour .powder-stash {
  display: none;
}
@media (min-width: 900px) {
  /* line 134, ../sass/pages/_detour.scss */
  .project-detour .powder-stash {
    background-image: url(../img/detour/two-skiers-backcountry-skiing-2.jpg);
    background-position: center;
    display: block;
    margin: 120px 0;
  }
  /* line 140, ../sass/pages/_detour.scss */
  .project-detour .powder-stash .ratio-wrapper {
    padding-top: 50%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 147, ../sass/pages/_detour.scss */
.project-detour .powder-stash-img {
  height: auto;
  width: 100%;
}
/* line 152, ../sass/pages/_detour.scss */
.project-detour .detour-home {
  height: auto;
  margin: 0 3% 30px;
  width: 94%;
}
@media (min-width: 600px) {
  /* line 152, ../sass/pages/_detour.scss */
  .project-detour .detour-home {
    margin: 30px auto 50px;
    width: 80%;
  }
}
/* line 163, ../sass/pages/_detour.scss */
.project-detour .detour-elp-tablet {
  margin-bottom: 30px;
}
/* line 166, ../sass/pages/_detour.scss */
.project-detour .detour-elp-tablet img {
  width: 80%;
}
/* line 171, ../sass/pages/_detour.scss */
.project-detour .detour-elp-example {
  display: none;
}
@media (min-width: 900px) {
  /* line 176, ../sass/pages/_detour.scss */
  .project-detour .detour-elp-tablet,
  .project-detour .detour-elp-example {
    display: block;
    float: left;
    width: 50%;
  }
  /* line 183, ../sass/pages/_detour.scss */
  .project-detour .detour-elp-tablet {
    text-align: right;
  }
  /* line 187, ../sass/pages/_detour.scss */
  .project-detour .detour-elp-example {
    text-align: left;
  }
  /* line 190, ../sass/pages/_detour.scss */
  .project-detour .detour-elp-example img {
    max-width: 480px;
    padding-left: 15px;
    padding-top: 10%;
    width: 75%;
  }
}
/* line 199, ../sass/pages/_detour.scss */
.project-detour #detour-flow {
  margin-bottom: 30px;
  width: 200px;
}
/* line 203, ../sass/pages/_detour.scss */
.project-detour #detour-flow rect,
.project-detour #detour-flow circle,
.project-detour #detour-flow polygon {
  fill: #fff;
}
/* line 210, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st1 {
  -moz-animation: blip 5s ease 0s infinite;
  -webkit-animation: blip 5s ease 0s infinite;
  animation: blip 5s ease 0s infinite;
}
/* line 211, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st2 {
  -moz-animation: blip 5s ease 0.2s infinite;
  -webkit-animation: blip 5s ease 0.2s infinite;
  animation: blip 5s ease 0.2s infinite;
}
/* line 212, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st3 {
  -moz-animation: blip 5s ease 0.4s infinite;
  -webkit-animation: blip 5s ease 0.4s infinite;
  animation: blip 5s ease 0.4s infinite;
}
/* line 213, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st4 {
  -moz-animation: blip 5s ease 0.6s infinite;
  -webkit-animation: blip 5s ease 0.6s infinite;
  animation: blip 5s ease 0.6s infinite;
}
/* line 214, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st5 {
  -moz-animation: blip 5s ease 0.8s infinite;
  -webkit-animation: blip 5s ease 0.8s infinite;
  animation: blip 5s ease 0.8s infinite;
}
/* line 215, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st6 {
  -moz-animation: blip 5s ease 1s infinite;
  -webkit-animation: blip 5s ease 1s infinite;
  animation: blip 5s ease 1s infinite;
}
/* line 216, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st7 {
  -moz-animation: blip 5s ease 1.2s infinite;
  -webkit-animation: blip 5s ease 1.2s infinite;
  animation: blip 5s ease 1.2s infinite;
}
/* line 217, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st9 {
  -moz-animation: blip 5s ease 1.6s infinite;
  -webkit-animation: blip 5s ease 1.6s infinite;
  animation: blip 5s ease 1.6s infinite;
}
/* line 219, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st2b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 220, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st3b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 221, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st4b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 222, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st5b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 223, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st6a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 224, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st7b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 225, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-1 .st8a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 229, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st1 {
  -moz-animation: blip 5s ease 0s infinite;
  -webkit-animation: blip 5s ease 0s infinite;
  animation: blip 5s ease 0s infinite;
}
/* line 230, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st2 {
  -moz-animation: blip 5s ease 0.2s infinite;
  -webkit-animation: blip 5s ease 0.2s infinite;
  animation: blip 5s ease 0.2s infinite;
}
/* line 231, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st2b {
  -moz-animation: blip 5s ease 0.4s infinite;
  -webkit-animation: blip 5s ease 0.4s infinite;
  animation: blip 5s ease 0.4s infinite;
}
/* line 232, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st3b {
  -moz-animation: blip 5s ease 0.6s infinite;
  -webkit-animation: blip 5s ease 0.6s infinite;
  animation: blip 5s ease 0.6s infinite;
}
/* line 233, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st3 {
  -moz-animation: blip 5s ease 0.8s infinite;
  -webkit-animation: blip 5s ease 0.8s infinite;
  animation: blip 5s ease 0.8s infinite;
}
/* line 234, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st4 {
  -moz-animation: blip 5s ease 1s infinite;
  -webkit-animation: blip 5s ease 1s infinite;
  animation: blip 5s ease 1s infinite;
}
/* line 235, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st5 {
  -moz-animation: blip 5s ease 1.2s infinite;
  -webkit-animation: blip 5s ease 1.2s infinite;
  animation: blip 5s ease 1.2s infinite;
}
/* line 236, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st6 {
  -moz-animation: blip 5s ease 1.4s infinite;
  -webkit-animation: blip 5s ease 1.4s infinite;
  animation: blip 5s ease 1.4s infinite;
}
/* line 237, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st7 {
  -moz-animation: blip 5s ease 1.6s infinite;
  -webkit-animation: blip 5s ease 1.6s infinite;
  animation: blip 5s ease 1.6s infinite;
}
/* line 238, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st9 {
  -moz-animation: blip 5s ease 2s infinite;
  -webkit-animation: blip 5s ease 2s infinite;
  animation: blip 5s ease 2s infinite;
}
/* line 240, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st4b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 241, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st5b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 242, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st6a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 243, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st7b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 244, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-2 .st8a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 248, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st1 {
  -moz-animation: blip 5s ease 0s infinite;
  -webkit-animation: blip 5s ease 0s infinite;
  animation: blip 5s ease 0s infinite;
}
/* line 249, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st2 {
  -moz-animation: blip 5s ease 0.2s infinite;
  -webkit-animation: blip 5s ease 0.2s infinite;
  animation: blip 5s ease 0.2s infinite;
}
/* line 250, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st3 {
  -moz-animation: blip 5s ease 0.4s infinite;
  -webkit-animation: blip 5s ease 0.4s infinite;
  animation: blip 5s ease 0.4s infinite;
}
/* line 251, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st4 {
  -moz-animation: blip 5s ease 0.6s infinite;
  -webkit-animation: blip 5s ease 0.6s infinite;
  animation: blip 5s ease 0.6s infinite;
}
/* line 252, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st5 {
  -moz-animation: blip 5s ease 0.8s infinite;
  -webkit-animation: blip 5s ease 0.8s infinite;
  animation: blip 5s ease 0.8s infinite;
}
/* line 253, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st6 {
  -moz-animation: blip 5s ease 1s infinite;
  -webkit-animation: blip 5s ease 1s infinite;
  animation: blip 5s ease 1s infinite;
}
/* line 254, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st6a {
  -moz-animation: blip 5s ease 1.2s infinite;
  -webkit-animation: blip 5s ease 1.2s infinite;
  animation: blip 5s ease 1.2s infinite;
}
/* line 255, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st8a {
  -moz-animation: blip 5s ease 1.6s infinite;
  -webkit-animation: blip 5s ease 1.6s infinite;
  animation: blip 5s ease 1.6s infinite;
}
/* line 257, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st2b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 258, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st3b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 259, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st4b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 260, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st5b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 261, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st7 {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 262, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st7b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 263, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-3 .st9 {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 267, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st1 {
  -moz-animation: blip 5s ease 0s infinite;
  -webkit-animation: blip 5s ease 0s infinite;
  animation: blip 5s ease 0s infinite;
}
/* line 268, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st2 {
  -moz-animation: blip 5s ease 0.2s infinite;
  -webkit-animation: blip 5s ease 0.2s infinite;
  animation: blip 5s ease 0.2s infinite;
}
/* line 269, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st3 {
  -moz-animation: blip 5s ease 0.4s infinite;
  -webkit-animation: blip 5s ease 0.4s infinite;
  animation: blip 5s ease 0.4s infinite;
}
/* line 270, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st4 {
  -moz-animation: blip 5s ease 0.6s infinite;
  -webkit-animation: blip 5s ease 0.6s infinite;
  animation: blip 5s ease 0.6s infinite;
}
/* line 271, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st5 {
  -moz-animation: blip 5s ease 0.8s infinite;
  -webkit-animation: blip 5s ease 0.8s infinite;
  animation: blip 5s ease 0.8s infinite;
}
/* line 272, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st6 {
  -moz-animation: blip 5s ease 1s infinite;
  -webkit-animation: blip 5s ease 1s infinite;
  animation: blip 5s ease 1s infinite;
}
/* line 273, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st7 {
  -moz-animation: blip 5s ease 1.2s infinite;
  -webkit-animation: blip 5s ease 1.2s infinite;
  animation: blip 5s ease 1.2s infinite;
}
/* line 274, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st7b {
  -moz-animation: blip 5s ease 1.4s infinite;
  -webkit-animation: blip 5s ease 1.4s infinite;
  animation: blip 5s ease 1.4s infinite;
}
/* line 275, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st9 {
  -moz-animation: blip 5s ease 1.8s infinite;
  -webkit-animation: blip 5s ease 1.8s infinite;
  animation: blip 5s ease 1.8s infinite;
}
/* line 277, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st2b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 278, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st3b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 279, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st4b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 280, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st5b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 281, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st6a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 282, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-4 .st8a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 286, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st1 {
  -moz-animation: blip 5s ease 0s infinite;
  -webkit-animation: blip 5s ease 0s infinite;
  animation: blip 5s ease 0s infinite;
}
/* line 287, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st2 {
  -moz-animation: blip 5s ease 0.2s infinite;
  -webkit-animation: blip 5s ease 0.2s infinite;
  animation: blip 5s ease 0.2s infinite;
}
/* line 288, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st3 {
  -moz-animation: blip 5s ease 0.4s infinite;
  -webkit-animation: blip 5s ease 0.4s infinite;
  animation: blip 5s ease 0.4s infinite;
}
/* line 289, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st4 {
  -moz-animation: blip 5s ease 0.6s infinite;
  -webkit-animation: blip 5s ease 0.6s infinite;
  animation: blip 5s ease 0.6s infinite;
}
/* line 290, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st4b {
  -moz-animation: blip 5s ease 0.8s infinite;
  -webkit-animation: blip 5s ease 0.8s infinite;
  animation: blip 5s ease 0.8s infinite;
}
/* line 291, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st5b {
  -moz-animation: blip 5s ease 1s infinite;
  -webkit-animation: blip 5s ease 1s infinite;
  animation: blip 5s ease 1s infinite;
}
/* line 292, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st5 {
  -moz-animation: blip 5s ease 1.2s infinite;
  -webkit-animation: blip 5s ease 1.2s infinite;
  animation: blip 5s ease 1.2s infinite;
}
/* line 293, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st6 {
  -moz-animation: blip 5s ease 1.4s infinite;
  -webkit-animation: blip 5s ease 1.4s infinite;
  animation: blip 5s ease 1.4s infinite;
}
/* line 294, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st7 {
  -moz-animation: blip 5s ease 1.6s infinite;
  -webkit-animation: blip 5s ease 1.6s infinite;
  animation: blip 5s ease 1.6s infinite;
}
/* line 295, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st9 {
  -moz-animation: blip 5s ease 2s infinite;
  -webkit-animation: blip 5s ease 2s infinite;
  animation: blip 5s ease 2s infinite;
}
/* line 297, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st2b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 298, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st3b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 299, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st6a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 300, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st7b {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 301, ../sass/pages/_detour.scss */
.project-detour #detour-flow.flow-5 .st8a {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
/* line 306, ../sass/pages/_detour.scss */
.project-detour .detour-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 311, ../sass/pages/_detour.scss */
.project-detour .detour-carousel .view-icon {
  border: 1px solid #fff;
  border-radius: 200px;
  font-size: 12px;
  height: 88px;
  top: 0;
  left: 50%;
  padding: 34px 32px 0 32px;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 1;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 326, ../sass/pages/_detour.scss */
.project-detour .detour-carousel .view-icon.guide {
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
/* line 331, ../sass/pages/_detour.scss */
.project-detour .detour-carousel .view-icon.customer {
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
/* line 338, ../sass/pages/_detour.scss */
.project-detour .detour-carousel.guide-slide .view-icon.guide {
  opacity: 1;
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
}
/* line 343, ../sass/pages/_detour.scss */
.project-detour .detour-carousel.guide-slide .view-icon.customer {
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media (min-width: 600px) {
  /* line 351, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel .view-icon {
    height: 74px;
    top: 70px;
    padding: 48px 37px 0 27px;
  }
  /* line 356, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel .view-icon.guide {
    -moz-transform: translateX(-223px);
    -ms-transform: translateX(-223px);
    -webkit-transform: translateX(-223px);
    transform: translateX(-223px);
    opacity: 0;
  }
  /* line 361, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel .view-icon.customer {
    padding: 48px 22px 0 32px;
    -moz-transform: translateX(124px);
    -ms-transform: translateX(124px);
    -webkit-transform: translateX(124px);
    transform: translateX(124px);
    width: 70px;
  }
  /* line 370, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel.guide-slide .view-icon.guide {
    opacity: 1;
    -moz-transform: translateX(-243px);
    -ms-transform: translateX(-243px);
    -webkit-transform: translateX(-243px);
    transform: translateX(-243px);
  }
  /* line 375, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel.guide-slide .view-icon.customer {
    opacity: 0;
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -webkit-transform: translateX(104px);
    transform: translateX(104px);
  }
}
/* line 384, ../sass/pages/_detour.scss */
.project-detour .detour-carousel-wrapper {
  padding-top: 70px;
  width: 320px;
}
@media (min-width: 600px) {
  /* line 384, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel-wrapper {
    background: transparent url(../img/base/iphone-fade-2x.jpg) 48% 0 no-repeat;
    background-size: 300px;
    height: 680px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 400px;
  }
  /* line 396, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel-wrapper .owl-buttons div {
    height: 680px;
  }
}
/* line 401, ../sass/pages/_detour.scss */
.project-detour .detour-carousel-wrapper .owl-wrapper-outer {
  background-color: #607D8B;
}
@media (min-width: 600px) {
  /* line 401, ../sass/pages/_detour.scss */
  .project-detour .detour-carousel-wrapper .owl-wrapper-outer {
    background-color: transparent;
  }
}
/* line 409, ../sass/pages/_detour.scss */
.project-detour .detour-carousel-wrapper img {
  width: 200px;
}
/* line 413, ../sass/pages/_detour.scss */
.project-detour .detour-carousel-wrapper .active img {
  width: 260px;
}

/* line 2, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .ev-logo {
  height: 36px;
  width: auto;
}
/* line 7, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .intro-section {
  margin-top: 60px;
  position: relative;
}
/* line 12, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .intro-wrapper {
  margin-bottom: -80px;
  position: relative;
  top: -80px;
  z-index: -2;
}
/* line 19, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 24px;
  padding: 24px;
  position: relative;
  top: 7px;
  z-index: 1;
}
/* line 27, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary::before, .project-redirect-ecosystem .summary::after {
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
/* line 41, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary::before {
  border-bottom: 36px solid rgba(0, 0, 0, 0.8);
  bottom: 100%;
}
/* line 46, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary::after {
  border-top: 36px solid rgba(0, 0, 0, 0.8);
  top: 100%;
}
/* line 51, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary .summary-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 60, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary .key-impacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 68, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .summary .key-impacts li {
  background: transparent;
  border-left: 3px solid #18FFFF;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  padding: 8px 14px;
  text-align: left;
}
/* line 81, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .redirect-intro {
  display: none;
}
@media (min-width: 900px) {
  /* line 86, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .redirect-intro {
    background-image: url(../img/redirects/redirect-intro.png);
    background-position: center;
    display: block;
    margin: 120px 0;
    max-height: 80vh;
  }
  /* line 93, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .redirect-intro .ratio-wrapper {
    padding-top: 50%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 100, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .phase-callouts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 36px;
  margin-top: 36px;
  max-width: 600px;
}
@media (min-width: 600px) {
  /* line 100, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .phase-callouts {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  /* line 100, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .phase-callouts {
    flex-direction: row;
    max-width: 800px;
  }
}
/* line 121, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .phase-callout {
  background: rgba(0, 0, 0, 0.4);
  border-left: 3px solid #18FFFF;
  flex: 1;
  padding: 16px 20px;
}
/* line 127, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .phase-callout .callout-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-align: left;
  text-transform: uppercase;
}
/* line 137, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .phase-callout .callout-body {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin: 0;
  text-align: left;
}
/* line 147, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-before-after {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 32px auto;
  max-width: 540px;
}
@media (min-width: 600px) {
  /* line 147, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .priming-before-after {
    gap: 32px;
    max-width: 540px;
  }
}
/* line 161, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image {
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* line 166, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image img {
  display: block;
  flex: 1;
  height: auto;
  object-fit: contain;
  object-position: top;
  width: 100%;
}
/* line 176, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image:first-child img.lazyload,
.project-redirect-ecosystem .priming-image:first-child img.lazyloading {
  opacity: 0;
  -moz-transform: perspective(600px) rotateY(12deg);
  -ms-transform: perspective(600px) rotateY(12deg);
  -webkit-transform: perspective(600px) rotateY(12deg);
  transform: perspective(600px) rotateY(12deg);
}
/* line 182, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image:first-child img.lazyloaded {
  opacity: 1;
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
  -webkit-transition: opacity .75s, -webkit-transform .75s;
  -moz-transition: opacity .75s, -moz-transform .75s;
  -o-transition: opacity .75s, -o-transform .75s;
  transition: opacity .75s, transform .75s;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}
/* line 195, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image:last-child img.lazyload,
.project-redirect-ecosystem .priming-image:last-child img.lazyloading {
  opacity: 0;
  -moz-transform: perspective(600px) rotateY(-12deg);
  -ms-transform: perspective(600px) rotateY(-12deg);
  -webkit-transform: perspective(600px) rotateY(-12deg);
  transform: perspective(600px) rotateY(-12deg);
}
/* line 201, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-image:last-child img.lazyloaded {
  opacity: 1;
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
  -webkit-transition: opacity .75s, -webkit-transform .75s;
  -moz-transition: opacity .75s, -moz-transform .75s;
  -o-transition: opacity .75s, -o-transform .75s;
  transition: opacity .75s, transform .75s;
  -webkit-transition-delay: .75s;
  -moz-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}
/* line 214, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .priming-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 224, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .powder-stash-img {
  height: auto;
  width: 100%;
}
/* line 229, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .health-dashboard-container,
.project-redirect-ecosystem .price-display-container,
.project-redirect-ecosystem .shopify-analysis-container {
  margin-bottom: 36px;
}
/* line 235, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .health-dashboard {
  height: auto;
  margin: 0 3%;
  max-height: 1200px;
  max-width: 1400px;
  width: 94%;
}
@media (min-width: 600px) {
  /* line 235, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .health-dashboard {
    margin: 30px auto 50px;
    width: 80%;
  }
}
/* line 248, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .shopify-analysis {
  height: auto;
  margin: 0 3%;
  max-height: 840px;
  max-width: 980px;
  width: 94%;
}
@media (min-width: 600px) {
  /* line 248, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .shopify-analysis {
    margin: 30px auto 50px;
    width: 56%;
  }
}
/* line 261, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-stack {
  height: 660px;
  margin: 0 auto 30px;
  max-width: 499px;
  position: relative;
  width: 100%;
}
@media (min-width: 440px) {
  /* line 261, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .price-display-stack {
    height: 750px;
  }
}
/* line 273, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer {
  height: auto;
  position: absolute;
  width: 65.93%;
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.18));
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.18));
}
/* line 280, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer.lazyload, .project-redirect-ecosystem .price-display-layer.lazyloading {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
/* line 289, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer.lazyloaded {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
  -moz-transition: opacity 0.75s, -moz-transform 0.75s;
  -o-transition: opacity 0.75s, -o-transform 0.75s;
  transition: opacity 0.75s, transform 0.75s;
}
/* line 302, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--1 {
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 307, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--1.lazyloaded {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 315, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--2 {
  left: 17.03%;
  top: 125px;
  z-index: 2;
}
/* line 320, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--2.lazyloaded {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 328, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--3 {
  left: 34.07%;
  top: 250px;
  z-index: 3;
}
/* line 333, ../sass/pages/_redirect-ecosystem.scss */
.project-redirect-ecosystem .price-display-layer--3.lazyloaded {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media (min-width: 900px) {
  /* line 342, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .intro-wrapper {
    margin-bottom: 0;
    top: 0;
    z-index: 0;
  }
  /* line 348, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .summary {
    margin: 0 24px;
    padding: 24px;
    position: static;
  }
  /* line 353, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .summary .key-impacts {
    flex-direction: row;
    gap: 14px;
  }
  /* line 357, ../sass/pages/_redirect-ecosystem.scss */
  .project-redirect-ecosystem .summary .key-impacts li {
    flex: 1;
    padding: 16px 20px;
  }
}

/* line 2, ../sass/pages/_management.scss */
.project-management h1 {
  margin-left: 3%;
  margin-right: 3%;
  max-width: 600px;
}
@media (min-width: 600px) {
  /* line 2, ../sass/pages/_management.scss */
  .project-management h1 {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 13, ../sass/pages/_management.scss */
.project-management .intro-section {
  margin-top: 60px;
}
/* line 17, ../sass/pages/_management.scss */
.project-management .summary {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 24px;
  padding: 24px;
  position: relative;
  top: 7px;
  z-index: 1;
}
/* line 25, ../sass/pages/_management.scss */
.project-management .summary::before, .project-management .summary::after {
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
/* line 39, ../sass/pages/_management.scss */
.project-management .summary::before {
  border-bottom: 36px solid rgba(0, 0, 0, 0.8);
  bottom: 100%;
}
/* line 44, ../sass/pages/_management.scss */
.project-management .summary::after {
  border-top: 36px solid rgba(0, 0, 0, 0.8);
  top: 100%;
}
/* line 49, ../sass/pages/_management.scss */
.project-management .summary .summary-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 58, ../sass/pages/_management.scss */
.project-management .summary .key-impacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 66, ../sass/pages/_management.scss */
.project-management .summary .key-impacts li {
  background: transparent;
  border-left: 3px solid #18FFFF;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  padding: 8px 14px;
  text-align: left;
}
/* line 79, ../sass/pages/_management.scss */
.project-management .system-layers {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 40px 3%;
  max-width: 600px;
}
@media (min-width: 600px) {
  /* line 79, ../sass/pages/_management.scss */
  .project-management .system-layers {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 92, ../sass/pages/_management.scss */
.project-management .system-layer {
  background: rgba(0, 0, 0, 0.4);
  border-left: 3px solid #18FFFF;
  padding: 16px 20px;
}
/* line 97, ../sass/pages/_management.scss */
.project-management .system-layer .layer-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-align: left;
  text-transform: uppercase;
}
/* line 107, ../sass/pages/_management.scss */
.project-management .system-layer .layer-body {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin: 0;
  text-align: left;
}
/* line 117, ../sass/pages/_management.scss */
.project-management .management-hero,
.project-management .management-forest {
  background-color: #4A616D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0;
  overflow: hidden;
}
/* line 130, ../sass/pages/_management.scss */
.project-management .management-hero.growth-rings {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 24px 80px;
}
/* line 136, ../sass/pages/_management.scss */
.project-management .management-hero.growth-rings svg {
  display: block;
  height: auto;
  max-width: 700px;
  width: 100%;
}
/* line 144, ../sass/pages/_management.scss */
.project-management .management-forest {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 80px 24px 0;
}
/* line 150, ../sass/pages/_management.scss */
.project-management .management-forest svg {
  display: block;
  height: auto;
  max-width: 700px;
  width: 100%;
}
/* line 158, ../sass/pages/_management.scss */
.project-management .story-eyebrow {
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 16px;
  max-width: 600px;
  text-align: left;
}
@media (min-width: 600px) {
  /* line 158, ../sass/pages/_management.scss */
  .project-management .story-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 172, ../sass/pages/_management.scss */
.project-management .story-eyebrow-inner {
  display: inline-block;
  position: relative;
  width: 105px;
}
/* line 177, ../sass/pages/_management.scss */
.project-management .story-eyebrow-inner svg {
  display: block;
}
/* line 181, ../sass/pages/_management.scss */
.project-management .story-eyebrow-inner span {
  bottom: 26px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.16em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  /* line 197, ../sass/pages/_management.scss */
  .project-management .summary .key-impacts {
    flex-direction: row;
    gap: 14px;
  }
  /* line 201, ../sass/pages/_management.scss */
  .project-management .summary .key-impacts li {
    flex: 1;
    padding: 16px 20px;
  }
}

@media (max-width: 600px) {
  /* line 2, ../sass/pages/_additional.scss */
  .project-additional h1 {
    font-size: 25px;
  }
}
/* line 8, ../sass/pages/_additional.scss */
.project-additional .project-carousel {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  /* line 8, ../sass/pages/_additional.scss */
  .project-additional .project-carousel {
    height: 470px;
    margin-bottom: 0;
  }
}
/* line 17, ../sass/pages/_additional.scss */
.project-additional .project-carousel-wrapper {
  margin: 0 auto;
  max-width: 600px;
}
/* line 23, ../sass/pages/_additional.scss */
.project-additional .owl-item img {
  width: 94%;
}
@media (min-width: 600px) {
  /* line 28, ../sass/pages/_additional.scss */
  .project-additional .owl-item img {
    width: 450px;
  }
  /* line 32, ../sass/pages/_additional.scss */
  .project-additional .owl-item.active img {
    width: 582px;
  }
}
/* line 38, ../sass/pages/_additional.scss */
.project-additional .owl-buttons div {
  height: 470px;
}
/* line 42, ../sass/pages/_additional.scss */
.project-additional .additional-project-header {
  margin: 0 3% 7px;
  max-width: 581px;
  text-align: left;
}
@media (min-width: 600px) {
  /* line 42, ../sass/pages/_additional.scss */
  .project-additional .additional-project-header {
    margin: 0 auto 7px;
  }
}
/* line 52, ../sass/pages/_additional.scss */
.project-additional .section {
  position: relative;
}
/* line 55, ../sass/pages/_additional.scss */
.project-additional .section:after {
  background-color: #fff;
  bottom: -30px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  width: 50px;
}
/* line 68, ../sass/pages/_additional.scss */
.project-additional .section p {
  max-width: 581px;
}
/* line 72, ../sass/pages/_additional.scss */
.project-additional .small {
  margin-top: -15px;
}
@media (min-width: 600px) {
  /* line 72, ../sass/pages/_additional.scss */
  .project-additional .small {
    margin-top: -25px;
  }
}

/* line 2, ../sass/pages/_about.scss */
.project-about h1 {
  margin-left: 3%;
  margin-right: 3%;
  max-width: 600px;
}
@media (min-width: 600px) {
  /* line 2, ../sass/pages/_about.scss */
  .project-about h1 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 14, ../sass/pages/_about.scss */
.kayak {
  opacity: .9;
}
/* line 17, ../sass/pages/_about.scss */
.kayak svg {
  height: auto;
  margin-bottom: 30px;
  padding-right: 20px;
  width: 100%;
  max-width: 420px;
}

/* line 27, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st0 {
  -moz-animation: showOpacity1 2s ease;
  -webkit-animation: showOpacity1 2s ease;
  animation: showOpacity1 2s ease;
}
/* line 28, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st1 {
  -moz-animation: showOpacity1 2s ease;
  -webkit-animation: showOpacity1 2s ease;
  animation: showOpacity1 2s ease;
}
/* line 29, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st2 {
  -moz-animation: showOpacity1 2s ease;
  -webkit-animation: showOpacity1 2s ease;
  animation: showOpacity1 2s ease;
}
/* line 30, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st3 {
  -moz-animation: showOpacity1 2s ease;
  -webkit-animation: showOpacity1 2s ease;
  animation: showOpacity1 2s ease;
}
/* line 31, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st5 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 32, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st6 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 33, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st7 {
  -moz-animation: showOpacity2 2s ease;
  -webkit-animation: showOpacity2 2s ease;
  animation: showOpacity2 2s ease;
}
/* line 34, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st8 {
  -moz-animation: showOpacity3 2s ease;
  -webkit-animation: showOpacity3 2s ease;
  animation: showOpacity3 2s ease;
}
/* line 35, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st13 {
  -moz-animation: showOpacity4 2s ease;
  -webkit-animation: showOpacity4 2s ease;
  animation: showOpacity4 2s ease;
}
/* line 36, ../sass/pages/_about.scss */
.kayak.lazyloaded.svg-fade-poly .st17 {
  -moz-animation: showOpacity5 2s ease;
  -webkit-animation: showOpacity5 2s ease;
  animation: showOpacity5 2s ease;
}

/* line 39, ../sass/pages/_about.scss */
.about-pct {
  position: relative;
  display: inline-block;
  margin: 40px 3%;
  max-width: 94vw;
}
@media (max-width: 600px) {
  /* line 39, ../sass/pages/_about.scss */
  .about-pct {
    max-width: 80vw;
  }
}
/* line 49, ../sass/pages/_about.scss */
.about-pct .about-pct-photo {
  max-width: 100%;
  display: block;
}
/* line 54, ../sass/pages/_about.scss */
.about-pct .about-pct-logo {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 25%;
}
