/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
}
@media (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi),
  print {
}
@media print {
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-webkit-keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  0% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  0% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@font-face {
  font-family: "Cygnet";
  src:
    url("../fonts/Cygnet-Light.woff2") format("woff2"),
    url("../fonts/Cygnet-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cygnet";
  src:
    url("../fonts/Cygnet-Bold.woff2") format("woff2"),
    url("../fonts/Cygnet-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cygnet";
  src:
    url("../fonts/Cygnet-ExtraBold.woff2") format("woff2"),
    url("../fonts/Cygnet-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
main {
  display: block;
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
nav li,
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
select {
  color: #000000;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Cygnet", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background: white;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: "Cygnet", sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
}
.h1,
h1 {
  font-size: 60px;
  line-height: 58px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 100px;
    line-height: 90px;
  }
}
.h2,
.primary-nav > ul > li > a,
h2 {
  font-size: 52px;
  line-height: 48px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h2,
  .primary-nav > ul > li > a,
  h2 {
    font-size: 80px;
    line-height: 1;
  }
}
.h3,
h3 {
  font-size: 42px;
  line-height: 44px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h3,
  h3 {
    font-size: 70px;
    line-height: 1;
  }
}
.h4,
h4 {
  font-size: 34px;
  line-height: 30px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h4,
  h4 {
    font-size: 60px;
    line-height: 1;
  }
}
.h5,
h5 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h5,
  h5 {
    font-size: 50px;
    line-height: 1;
  }
}
.h6,
h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h6,
  h6 {
    font-size: 40px;
    line-height: 1;
  }
}
.h7 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .h7 {
    font-size: 30px;
    line-height: 1;
  }
}
p {
  font-size: 18px;
  margin: 1em 0;
}
hr {
  border-top: 1px solid #000000;
  margin: 50px 0;
}
a {
  color: #2e3bbc;
}
a:focus {
  outline: none;
}
#customMouseCursor {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background-color: transparent;
  -webkit-transition:
    width 0.23s ease-in-out 0s,
    height 0.23s ease-in-out 0s,
    margin 0.23s ease-in-out 0s,
    background-color 0.23s ease-in-out 0s;
  transition:
    width 0.23s ease-in-out 0s,
    height 0.23s ease-in-out 0s,
    margin 0.23s ease-in-out 0s,
    background-color 0.23s ease-in-out 0s;
  display: none;
}
@media screen and (min-width: 1024px) {
  #customMouseCursor {
    display: block;
  }
}
#customMouseCursor:before {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#685bc7),
    to(#7182cb)
  );
  background: linear-gradient(to right, #685bc7, #7182cb);
}
#customMouseCursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  line-height: 1;
  color: #ffffff;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  -webkit-transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
}
#customMouseCursor .black-bg {
  position: relative;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #000000;
  border-radius: 50%;
}
#customMouseCursor.is-project-home {
  -webkit-animation: animatedgradient 4s ease infinite;
  animation: animatedgradient 4s ease infinite;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#685bc7),
    to(#7182cb)
  );
  background: linear-gradient(to right, #685bc7, #7182cb);
  background-size: 300% 300%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  -webkit-transition:
    width 0.23s ease-in-out 0s,
    height 0.23s ease-in-out 0s,
    margin 0.23s ease-in-out 0s;
  transition:
    width 0.23s ease-in-out 0s,
    height 0.23s ease-in-out 0s,
    margin 0.23s ease-in-out 0s;
}
#customMouseCursor.is-project-home.show-view .view {
  opacity: 1;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
}
#customMouseCursor.is-project-home.show-play .play {
  opacity: 1;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s;
  transition:
    opacity 0.46s ease-in-out 0s,
    transform 0.46s ease-in-out 0s,
    -webkit-transform 0.46s ease-in-out 0s;
}
blockquote footer {
  background: transparent;
  padding: 0;
}
blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.body-s,
.body-s * {
  font-size: 15px;
  line-height: 18px;
}
.fw-light {
  font-weight: 300;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.link,
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a {
  position: relative;
  display: inline-block;
}
.link:after,
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:after {
  width: 100%;
  height: 3px;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f84c4f),
    to(#fbc644)
  );
  background: linear-gradient(to right, #f84c4f, #fbc644);
  background-size: 200% 100%;
  background-position: 0 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link:hover:after,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a:hover:after {
  width: calc(100% - 20px);
  left: 10px;
  background-position: 100% 0;
}
.link a,
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.preheader {
  font-family: "Cygnet", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 700;
  color: #685bc7;
}
@media screen and (min-width: 1024px) {
  .preheader {
    font-size: 22px;
  }
}
.intro-xl,
body.templates.case-study .intro-text p.intro-l {
  font-size: 28px;
  line-height: 38px;
  font-family: "Cygnet", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .intro-xl,
  body.templates.case-study .intro-text p.intro-l {
    font-size: 45px;
    line-height: 60px;
  }
}
.intro-l {
  font-size: 24px;
  line-height: 34px;
  font-family: "Cygnet", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .intro-l {
    font-size: 30px;
    line-height: 40px;
  }
}
.label-s {
  font-family: "Cygnet", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2e3bbc;
  font-weight: 700;
}
.body-xxl,
body.single-team #member-bio .wrapper * {
  font-family: "Cygnet", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-xxl,
  body.single-team #member-bio .wrapper * {
    font-size: 26px;
    line-height: 36px;
  }
}
.body-xl,
.gform_wrapper.gravity-theme .gfield input[type="email"],
.gform_wrapper.gravity-theme .gfield input[type="tel"],
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield label,
.gform_wrapper.gravity-theme .gfield textarea {
  font-family: "Cygnet", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-xl,
  .gform_wrapper.gravity-theme .gfield input[type="email"],
  .gform_wrapper.gravity-theme .gfield input[type="tel"],
  .gform_wrapper.gravity-theme .gfield input[type="text"],
  .gform_wrapper.gravity-theme .gfield label,
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
  }
}
.body-l,
.capabilities--columns p,
.our-process--items > li * {
  font-family: "Cygnet", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-l,
  .capabilities--columns p,
  .our-process--items > li * {
    font-size: 22px;
    line-height: 26px;
  }
}
.body-l__bold {
  font-weight: bold;
}
.body-s {
  font-family: "Cygnet", sans-serif;
  line-height: 18px;
  font-weight: 700;
}
.body-xs,
.gform_wrapper.gravity-theme .gfield.input-active label {
  font-family: "Cygnet", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.header-nav {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.bg-curve {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: left -3px top 0;
  -webkit-transition:
    height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 0;
}
.bg-curve.grey-curve {
  background-image: url("../img/grey-curve.svg");
}
.bg-curve.white-curve {
  background-image: url("../img/white-curve.svg");
}
.bg-curve.blue-curve {
  background-image: url("../img/blue-curve.svg");
}
.bg-curve.kiwi-kiss-curve {
  background-image: url("../img/kiwi-kiss-curve.svg");
}
.bg-curve.simply-purple-curve {
  background-image: url("../img/simply-purple-curve.svg");
}
.bg-curve.coconut-agony-curve {
  background-image: url("../img/coconut-agony-curve.svg");
}
.bg-curve.animate-curve {
  -webkit-transform: translateY(-70px) !important;
  transform: translateY(-70px) !important;
  height: 90px;
}
@media screen and (min-width: 1024px) {
  .bg-curve.animate-curve {
    -webkit-transform: translateY(-140px) !important;
    transform: translateY(-140px) !important;
    height: 180px;
  }
}
@media screen and (min-width: 1920px) {
  .bg-curve.animate-curve {
    height: 7.5vw;
    -webkit-transform: translateY(-7vw) !important;
    transform: translateY(-7vw) !important;
    -webkit-transition:
      height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
    transition:
      height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
    transition:
      transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s,
      height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition:
      transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s,
      height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
  }
}
header {
  padding: 20px 20px 8.7px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: transparent;
  position: fixed;
  top: 0;
}
header:after {
  content: "";
  display: block;
  background: url(../img/header-wave.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 90px;
  top: -1px;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  header {
    width: 80px;
    height: 100vh;
    left: calc(100vw - 80px - 13pt);
    position: fixed;
    padding: 0 15px 0 15px;
    -webkit-transition: none;
    transition: none;
    mix-blend-mode: difference;
  }
  header:before {
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    content: "";
    display: block;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header:after {
    content: none;
  }
}
header.nav-active .bottom-header {
  top: 65px;
}
header.hide {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
header.hide .logo {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}
header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .top-header {
    height: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
  }
}
header .bottom-header {
  position: absolute;
  height: calc(100vh - 65px);
  width: 100%;
  top: -100vh;
  left: 0;
  background: #ffffff;
  display: block;
  z-index: 0;
  -webkit-transition: 0.5s top ease;
  transition: 0.5s top ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header .bottom-header {
    position: static;
    background: transparent;
  }
}
.hamburger-menu {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu span {
  display: block;
  position: relative;
  width: 37px;
  height: 3px;
  margin: 8.667px 0;
  background-color: #000000;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hamburger-menu span.bun.top {
  margin-top: 0;
}
.hamburger-menu span.patty {
  width: 22px;
}
.hamburger-menu span.bun.bottom {
  margin-bottom: 0;
}
.hamburger-menu.open .bun.top {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-menu.open .patty {
  background: none !important;
}
.hamburger-menu.open .bun.bottom {
  top: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.logo {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 16px;
  width: 60px;
  z-index: 10000;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition:
    transform 300ms ease,
    -webkit-transform 300ms ease;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    right: 20px;
  }
}
.logo:hover #animated-logo {
  opacity: 1;
}
.logo:hover #main-logo,
.logo:hover #seconrdary-logo {
  opacity: 0;
}
.logo img {
  width: 100%;
  height: auto;
  border: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.logo #main-logo {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .logo #main-logo {
    opacity: 0;
  }
}
.logo #secondary-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .logo #secondary-logo {
    opacity: 1;
  }
}
.logo #animated-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.primary-nav {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 15vh;
}
@media screen and (min-width: 1024px) {
  .primary-nav {
    height: 100%;
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul > li {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    height: 65px;
  }
  .primary-nav > ul > li:last-child {
    margin-bottom: 0;
  }
}
.primary-nav > ul > li > a {
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  line-height: 82px;
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    font-family: "Cygnet", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg) translateY(0) translateX(25px);
    transform: rotate(90deg) translateY(0) translateX(25px);
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.play-reel {
  z-index: 10000;
  cursor: pointer;
  position: fixed;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
  -webkit-transition:
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) width,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) height,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) -webkit-transform;
  transition:
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) width,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) height,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) -webkit-transform;
  transition:
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) transform,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) width,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) height;
  transition:
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) transform,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) width,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) height,
    500ms cubic-bezier(0.25, 0.1, 0.25, 1) -webkit-transform;
  bottom: 15px;
  right: 12px;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.play-reel.animate-in {
  -webkit-transform: translateX(-30px) translateY(-15px);
  transform: translateX(-30px) translateY(-15px);
  width: 200px;
  height: 200px;
}
.play-reel.animate-in h6 {
  font-size: 40px;
}
.play-reel.animate-in .play-reel--close {
  opacity: 1;
}
.play-reel .play-reel--background {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.play-reel .play-reel--background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.play-reel .play-reel--close {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  top: 22px;
  right: 8px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  z-index: 100;
  -webkit-transition: opacity 250ms 250ms ease;
  transition: opacity 250ms 250ms ease;
}
.play-reel h6 {
  display: inline-block;
  z-index: 100;
  position: relative;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) font-size;
  transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) font-size;
  color: #ffffff;
}
.header-bg-circle {
  position: fixed;
  width: 8px;
  height: 8px;
  background: black;
  right: -23px;
  bottom: -23px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.header-bg-circle.expand {
  width: 131vw;
  height: 131vw;
  right: -17vw;
  bottom: -50vh;
  -webkit-transition: all 0.5s cubic-bezier(0.78, 0.05, 0.1, 0.99);
  transition: all 0.5s cubic-bezier(0.78, 0.05, 0.1, 0.99);
}
.header-bg-circle.hide {
  opacity: 0 !important;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-bg-circle.show-circle {
  width: 443px;
  height: 443px;
  right: -288px;
  bottom: -259px;
}
footer {
  background-color: #000000;
  color: #ffffff;
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  footer {
    padding-left: 120px;
    padding-right: 120px;
  }
}
footer .mask {
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 200px;
  top: 40%;
  left: 40%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 99999px rgb(0, 0, 0);
  box-shadow: 0px 0px 0px 99999px rgb(0, 0, 0);
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .mask {
    display: block;
  }
}
footer .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .video-bg {
    display: block;
  }
}
footer .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.footer-curve-bg {
  background: url("../img/black-curve.svg");
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: left -3.5px top 0;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  z-index: 5;
}
.footer-curve-bg.animate-curve {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  height: 90px;
}
@media screen and (min-width: 1024px) {
  .footer-curve-bg.animate-curve {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    height: 180px;
  }
}
.footer-cta {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .footer-cta {
    margin-top: 200px;
    margin-bottom: 250px;
  }
}
.footer-cta h4 {
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 700px;
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .footer-cta h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta h4 {
    font-size: 40px;
  }
}
.footer-cta h4 a {
  color: inherit;
  text-decoration: none;
}
.footer-cta .link a,
.footer-cta
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .footer-cta
  a
  a {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}
.footer-nav li {
  margin: 8px 0;
}
.footer-nav li:first-child {
  margin-top: 0;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer-nav li {
    margin: 0 50px 0 0;
  }
  .footer-nav li:last-child {
    margin-right: 0;
  }
}
.footer-nav a {
  color: #ffffff;
  text-decoration: none;
}
.copyright {
  margin: 8px 0 0;
}
@media screen and (min-width: 1024px) {
  .copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 50px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.content-module {
  padding: 0 20px;
  margin: 100px 0;
}
@media screen and (min-width: 1024px) {
  .content-module {
    padding: 0 100px;
    margin: 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-module {
    padding: 0 120px;
  }
}
.content-module .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.content-module .wrapper-full {
  margin: 0 auto;
  max-width: 100%;
}
.client-logos {
  position: relative;
}
.client-logos .grey-curve,
.client-logos .white-curve {
  display: none;
}
.client-logos--header {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .client-logos--header {
    margin-bottom: 60px;
  }
}
.client-logos--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .client-logos--images .flickity-viewport {
    height: 156px !important;
  }
}
.client-logos--images figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n + 4) {
    left: 0 !important;
    top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n + 5) {
    left: 33.3333333333% !important;
    top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n + 6) {
    left: 66.6666666667% !important;
    top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .client-logos--images figure {
    width: 25%;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .client-logos--images figure {
    width: 16.6666666667%;
  }
}
.client-logos--images figure a {
  text-align: center;
}
.client-logos--images figure img {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .client-logos--images figure img {
    min-width: 150px;
    max-width: 200px;
  }
}
.intro-text .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.intro-text .wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.intro-text .wrapper > .animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-text--header {
  margin-bottom: 20px;
}
.intro-text--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.capabilities {
  position: relative;
}
.capabilities--header {
  margin-bottom: 50px;
  max-width: 650px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.capabilities--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .capabilities--header {
    margin-bottom: 100px;
  }
}
.capabilities--header h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.capabilities--header p {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .capabilities--columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .capabilities--columns > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.capabilities--columns p {
  margin-top: 0;
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.capabilities--columns p.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .capabilities--columns p:last-child {
    margin-bottom: 0;
  }
}
.client-quote-slider {
  background: #685bc7;
  color: #ffffff;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.client-quote-slider .outer-wrapper {
  overflow: hidden;
  padding: 50px 20px 200px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider .outer-wrapper {
    padding: 100px 120px 300px;
  }
}
@media screen and (min-width: 1920px) {
  .client-quote-slider .outer-wrapper {
    padding-top: 7.5vw;
  }
}
.client-quote-slider--header {
  max-width: 650px;
  margin-bottom: 100px;
}
.client-quote-slider--header h2 {
  color: #b5bbf9;
  margin-top: 0;
  margin-bottom: 15px;
}
.client-quote-slider--header p {
  margin-top: 0;
  margin-bottom: 0;
}
.client-quote-slider--quotes .flickity-viewport {
  overflow: visible;
}
.client-quote-slider--quotes .client-quote-slider--quotes-quote {
  width: 100%;
  max-width: 910px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider--quotes .client-quote-slider--quotes-quote {
    margin-bottom: 0;
    padding-left: 135px;
    padding-right: 135px;
  }
  .client-quote-slider--quotes .client-quote-slider--quotes-quote:last-child {
    margin-right: 0;
  }
}
.client-quote-slider--quotes h3 {
  margin-bottom: 20px;
}
.client-quote-slider .flickity-prev-next-button {
  background-color: transparent;
  top: auto;
  bottom: -145px;
  padding: 0;
}
.client-quote-slider .flickity-prev-next-button.next {
  right: 0;
}
.client-quote-slider .flickity-prev-next-button.previous {
  right: 75px;
  left: auto;
}
.client-quote-slider .flickity-prev-next-button:disabled .flickity-button-icon {
  fill: #b5bbf9;
}
.client-quote-slider .flickity-prev-next-button .flickity-button-icon {
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.client-quote-slider--controls {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1040px;
  height: 7px;
  bottom: 140px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider--controls {
    width: calc(100% - 240px);
    bottom: 194px;
  }
}
.client-quote-slider--controls .progress-bar-track {
  width: 1040px;
  height: 1px;
  background-color: #b5bbf9;
  position: relative;
  top: 3.5px;
}
.client-quote-slider--controls .progress-bar {
  width: 0;
  height: 100%;
  background: #ffffff;
  top: 0px;
  position: relative;
}
.our-process {
  margin-top: 7px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .our-process {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .our-process .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-process .wrapper__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 490px;
    flex: 0 1 490px;
  }
  .our-process .wrapper__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 580px;
    flex: 0 1 580px;
  }
}
.our-process--header {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.our-process--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-right: 40px;
}
@media screen and (min-width: 1024px) {
  .our-process--header {
    margin-bottom: 200px;
  }
}
.our-process--items {
  list-style: none;
  counter-reset: process-counter;
  padding-left: 0;
}
.our-process--items > li {
  counter-increment: process-counter;
  position: relative;
  padding-left: 85px;
  margin-bottom: 44px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.our-process--items > li.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.our-process--items > li:before {
  content: counters(process-counter, ",", decimal-leading-zero);
  color: #2e3bbc;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Cygnet", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.our-process--items > li ol,
.our-process--items > li ul {
  list-style-type: disc;
}
.our-process--items > li ol li,
.our-process--items > li ul li {
  margin-bottom: 24px;
}
.our-process--images .images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}
.our-process--images .images-row img {
  margin: 5px;
  padding: 150px 169px 149px 170px;
  background-color: #f4f4f4;
}
.team-members {
  background: #ece9e9;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .team-members {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .team-members {
    padding-top: 7.5vw;
  }
}
.team-members--header {
  margin-bottom: 75px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .team-members--header {
    margin-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.team-members--header .header__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .team-members--header .header__left {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 650px;
    flex: 0 1 650px;
  }
}
.team-members--header .header__left h2 {
  margin-bottom: 24px;
}
.team-members--header .header__left p {
  margin-top: 0;
  margin-bottom: 0;
}
.team-members--header .header__right p {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .team-members--header .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
  }
}
@media screen and (min-width: 1024px) {
  .team-members--members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.team-members--members .team-member {
  margin-bottom: 75px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--members .team-member.animate-in {
  opacity: 1;
}
.team-members--members .team-member:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .team-members--members .team-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 350px;
    margin-right: 5%;
    margin-bottom: 150px;
  }
  .team-members--members .team-member:nth-child(3n + 2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .team-members--members .team-member:nth-child(3n + 3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .team-members--members .team-member:nth-child(3n) {
    margin-right: 0;
  }
  .team-members--members .team-member:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
.team-members--members .team-member figure {
  margin-bottom: 25px;
  overflow: hidden;
}
.team-members--members .team-member figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-members--members .team-member figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--members .team-member a {
  color: #000000;
  text-decoration: none;
}
.team-members--members .team-member h3 {
  margin-bottom: 2px;
}
.team-members--members .team-member p {
  margin-top: 0;
  margin-bottom: 0;
}
.media-slider {
  position: relative;
  padding: 0;
}
.media-slider .grey-curve,
.media-slider .white-curve {
  display: none;
}
.media-slider .outer-wrapper {
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .media-slider .outer-wrapper {
    padding: 0 120px 160px;
  }
}
.media-slider--header {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.media-slider--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .media-slider--header {
    margin-bottom: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.media-slider--header .header__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .media-slider--header .header__left {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 700px;
    flex: 0 1 700px;
  }
}
@media screen and (min-width: 1024px) {
  .media-slider--header .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
  }
}
.media-slider--media {
  counter-reset: slider-counter;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 1040px;
}
.media-slider--media.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.media-slider--media .flickity-viewport {
  overflow: visible;
}
.media-slider--media .media-item {
  counter-increment: slider-counter;
  margin-right: 10px;
  width: calc(100vw - 40px);
}
.media-slider--media .media-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item {
    margin-bottom: 0;
    width: calc(100vw - 240px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider--media .media-item {
    width: 1040px;
    margin-right: 80px;
  }
}
.media-slider--media .media-item.is-selected .media-item--details {
  opacity: 1;
}
.media-slider--media .media-item--media {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--media {
    margin-bottom: 40px;
  }
}
.media-slider--media .media-item--media.has-video {
  cursor: pointer;
}
.media-slider--media .media-item--details {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.media-slider--media .media-item--details.animate-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.media-slider--media .media-item--details h3 {
  font-size: 30px;
  line-height: 30px;
}
.media-slider--media .media-item--details h3:before {
  content: counters(slider-counter, ",", decimal-leading-zero);
  color: #2e3bbc;
  font-size: 15px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Cygnet", sans-serif;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    position: relative;
    padding-left: 40px;
  }
  .media-slider--media .media-item--details h3:before {
    position: absolute;
    margin: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    margin: 0;
  }
}
.media-slider .flickity-prev-next-button {
  background-color: transparent;
  top: auto;
  bottom: 145px;
  z-index: 5;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button {
    bottom: -100px;
  }
}
.media-slider .flickity-prev-next-button.next {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider .flickity-prev-next-button.next {
    right: -150px;
  }
}
.media-slider .flickity-prev-next-button.previous {
  right: 50px;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button.previous {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider .flickity-prev-next-button.previous {
    right: -75px;
  }
}
.media-slider .flickity-prev-next-button:disabled g {
  stroke: #c7c7c7;
}
.media-slider .flickity-prev-next-button g {
  stroke: #2e3bbc;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.media-slider--controls {
  position: absolute;
  width: calc(100% - 40px);
  overflow: hidden;
  max-width: 1040px;
  height: 7px;
}
@media screen and (min-width: 1024px) {
  .media-slider--controls {
    bottom: 55px;
    width: calc(100% - 240px);
    max-width: 1040px;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider--controls {
    max-width: 900px;
  }
}
.media-slider--controls .progress-bar-track {
  width: 100%;
  max-width: 1040px;
  height: 1px;
  background-color: #c7c7c7;
  position: relative;
  top: 3.5px;
}
.media-slider--controls .progress-bar {
  width: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0e38b1),
    to(#b94cf8)
  );
  background: linear-gradient(to right, #0e38b1, #b94cf8);
  top: 0px;
  position: relative;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}
.callout-text {
  background-color: #685bc7;
  color: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .callout-text {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .callout-text {
    overflow: hidden;
  }
}
.callout-text--image {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  z-index: 5;
}
.callout-text--items {
  counter-reset: callout-counter;
}
.callout-text--items > div {
  counter-increment: callout-counter;
}
.callout-text--items > div.show-text h3 {
  color: #ffffff;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: 1s;
  transition: 1s;
}
.callout-text--items > div.show-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
}
.callout-text--items > div.show-text p:before {
  content: "";
  width: 220px;
  height: 1px;
  top: 50%;
  left: -267px;
  background-color: #d3c300;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: text;
  }
}
.callout-text--items > div h3 {
  color: #b5bbf9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .callout-text--items > div h3 {
    font-size: 17px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: default;
  }
}
@media screen and (min-width: 1024px) {
  .hero-agency .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.hero-agency--left {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero-agency--left.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .hero-agency--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 700px;
    flex: 0 1 700px;
  }
}
.hero-agency--left p {
  margin-bottom: 0;
}
.hero-agency--left h2 {
  font-size: 36px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .hero-agency--left h2 {
    font-size: 80px;
  }
}
.hero-agency--right .button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
}
.hero-agency--right .button a {
  display: inline-block;
  position: relative;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "Cygnet", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90px;
  flex: 0 1 90px;
}
.hero-agency--right .button a canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-block-offset.animate-in .wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-block-offset .wrapper {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-block-offset--header {
  margin-bottom: 25px;
  max-width: 500px;
}
.text-block-offset--header h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.text-block-offset--content {
  max-width: 450px;
}
@media screen and (min-width: 1024px) {
  .text-block-offset--content {
    margin-left: 150px;
  }
}
.capabilities--columns .text-block-offset--content p,
.our-process--items > li .text-block-offset--content p,
.text-block-offset--content .capabilities--columns p,
.text-block-offset--content .our-process--items > li p,
.text-block-offset--content p.body-l {
  margin-bottom: 15px;
}
.text-block .grey-curve {
  display: none;
}
.text-block .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.text-block .wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-block .wrapper > .animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-block--header {
  margin-bottom: 25px;
}
.text-block--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.text-block--content > :last-child {
  margin-bottom: 0;
}
.large-image .white-curve {
  display: none;
}
.large-image.full-width {
  padding: 0;
  height: 150vh;
}
.large-image.full-width .wrapper {
  max-width: 100%;
  height: 100%;
}
.large-image.full-width figure {
  height: 100vh;
}
.large-image.full-width img {
  width: 100%;
}
.large-image.full-width video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.large-image.full-width .grow-borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.large-image.full-width .grow-border {
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition:
    width 0.4s ease-out,
    height 0.4s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    width 0.4s ease-out,
    height 0.4s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    width 0.4s ease-out,
    height 0.4s ease-out,
    transform 0.2s ease-out;
  transition:
    width 0.4s ease-out,
    height 0.4s ease-out,
    transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}
.large-image.full-width .grow-border.border-bottom,
.large-image.full-width .grow-border.border-top {
  height: 4.54545vw;
  width: 100%;
}
.large-image.full-width .grow-border.border-left,
.large-image.full-width .grow-border.border-right {
  width: calc((100vw - 1200px) / 2);
  height: 100%;
}
.large-image.full-width .grow-border.border-top {
  top: 0;
  left: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.large-image.full-width .grow-border.border-right {
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.large-image.full-width .grow-border.border-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.large-image.full-width .grow-border.border-left {
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.large-image.full-width .details-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.large-image.full-width figure {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
}
.large-image.full-width .large-image--details {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-image:not(.full-width) {
  position: relative;
}
.large-image:not(.full-width) .large-image--details {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .large-image:not(.full-width) .large-image--details {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding-bottom: 0;
  }
}
.large-image:not(.full-width) figure {
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-image:not(.full-width).animate-in .large-image--details {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.large-image:not(.full-width) figure.animate-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.large-image .wrapper {
  position: relative;
}
.large-image .wrapper:hover .large-image--video {
  opacity: 1;
}
.large-image figure {
  height: 550px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .large-image figure {
    height: auto;
  }
}
.large-image figure.show-video .large-image--video {
  opacity: 1;
}
.large-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.large-image--video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #000000;
}
@media screen and (min-width: 1024px) {
  .large-image--video {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .large-image--video {
    display: block;
  }
}
.large-image--details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0 20px;
}
.large-image--details .details-wrapper > * {
  width: calc(100% - 40px);
  max-width: 550px;
}
@media screen and (min-width: 1024px) {
  .large-image--details {
    padding: 0 70px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.large-image--details.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.large-image--details p {
  margin-top: 0;
  margin-bottom: 10px;
}
.large-image--details h2 {
  font-size: 34px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .large-image--details h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.large-image .link,
.large-image
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .large-image
  a {
  margin: 75px auto 0;
}
@media screen and (min-width: 1024px) {
  .large-image .link,
  .large-image
    body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    a,
  body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    .large-image
    a {
    margin-top: 100px;
  }
}
.large-image .wrapper:nth-child(2) .link,
.large-image
  .wrapper:nth-child(2)
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .large-image
  .wrapper:nth-child(2)
  a {
  margin-top: 0;
}
.side-by-side-images.animate-in .wrapper > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .side-by-side-images .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-images .wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    opacity: 0;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    -webkit-transition:
      opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition:
      opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition:
      opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition:
      opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
      -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.side-by-side-images--left {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .side-by-side-images--left {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-images--right {
    margin-left: 50px;
  }
}
.side-by-side-images--image {
  margin-bottom: 20px;
}
.side-by-side-images--details {
  max-width: 450px;
}
.side-by-side-images--details h3 {
  margin-bottom: 15px;
}
.side-by-side-images--details p {
  margin-top: 0;
  margin-bottom: 0;
}
.side-by-side-posts.animate-in .side-by-side-posts--details,
.side-by-side-posts.animate-in .wrapper:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.side-by-side-posts .wrapper > a {
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 560px;
    flex: 0 1 560px;
  }
  .side-by-side-posts .wrapper > a:hover figure div,
  .side-by-side-posts .wrapper > a:hover figure video {
    opacity: 1;
  }
  .side-by-side-posts .wrapper > a:hover figure img {
    opacity: 0;
  }
}
.side-by-side-posts .wrapper > a figure {
  position: relative;
}
.side-by-side-posts .wrapper > a figure:hover {
  cursor: none;
}
.side-by-side-posts .wrapper > a figure div,
.side-by-side-posts .wrapper > a figure video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper > a figure div,
  .side-by-side-posts .wrapper > a figure video {
    display: block;
  }
}
.side-by-side-posts .wrapper > a figure img {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.side-by-side-posts .wrapper:nth-child(2) {
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper:nth-child(2) {
    margin-top: 80px;
  }
}
.side-by-side-posts .wrapper:nth-child(2) .link,
.side-by-side-posts
  .wrapper:nth-child(2)
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .side-by-side-posts
  .wrapper:nth-child(2)
  a {
  margin: 0 auto;
}
.side-by-side-posts--left {
  margin-bottom: 100px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts--left {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts--right {
    margin-left: 40px;
  }
}
.side-by-side-posts--image {
  margin-bottom: 20px;
}
.side-by-side-posts--details {
  max-width: 520px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.side-by-side-posts--details h3 {
  margin-bottom: 15px;
}
.side-by-side-posts--details p {
  margin-top: 0;
  margin-bottom: 0;
}
.side-by-side-posts .post-media {
  position: relative;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.side-by-side-posts .post-media.animate-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-by-side-posts .post-media:hover video {
  opacity: 1;
}
.side-by-side-posts .post-media video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mosaic .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .mosaic .wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.mosaic figure {
  margin: 15px 7.5px;
  opacity: 0;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .mosaic figure {
    margin: 48px 24px;
  }
}
.mosaic figure:first-child {
  margin-top: 0;
}
.mosaic figure:last-child {
  margin-bottom: 0;
}
.mosaic figure img {
  width: 100%;
  height: auto;
}
.mosaic figure.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mosaic--left--bottom-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mosaic--left--bottom-image {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic--left--mobile-image {
    display: none;
  }
}
.mosaic--middle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mosaic--middle {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic--right--mobile-image {
    display: none;
  }
}
.audio-player--header {
  max-width: 700px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.audio-player--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .audio-player--header {
    margin-bottom: 70px;
  }
}
.audio-player--header h2 span {
  color: #2e3bbc;
}
@media screen and (min-width: 1024px) {
  .audio-player--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.audio-player--content p {
  margin-top: 0;
}
.audio-player--content p:first-child {
  margin-bottom: 15px;
}
.audio-player--content p:last-child {
  margin-bottom: 0;
}
.audio-player--description {
  margin-bottom: 65px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.audio-player--description.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .audio-player--description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
  }
}
@media screen and (min-width: 1024px) {
  .audio-player--files {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
  }
}
.audio-player--file {
  margin-bottom: 30px;
}
.audio-player--file:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .audio-player--file {
    margin-bottom: 40px;
  }
}
.audio-player--file figcaption {
  margin-bottom: 10px;
}
.audio-player--file audio {
  width: 100%;
  border-radius: 20px;
}
.related-articles {
  position: relative;
}
.related-articles .grey-curve {
  display: none;
}
.related-articles--header {
  opacity: 0;
  margin-bottom: 80px;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.related-articles--header.animate-in {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .related-articles--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles--header .header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles--header .header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
  }
}
.related-articles--header h2 {
  margin-bottom: 20px;
}
.related-articles--header p {
  margin-top: 0;
  margin-bottom: 30px;
}
.related-articles--articles {
  position: relative;
}
.related-articles--articles .grey-curve {
  display: none;
}
.related-articles--articles.animate-in article {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .related-articles--articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.related-articles--articles article {
  margin-bottom: 80px;
}
.related-articles--articles article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .related-articles--articles article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 352px;
    flex: 0 1 352px;
    margin-right: 70px;
    margin-bottom: 0;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition:
      transform 1s ease,
      -webkit-transform 1s ease;
  }
  .related-articles--articles article:nth-child(3n) {
    margin-right: 0;
  }
}
.related-articles--articles a {
  text-decoration: none;
  cursor: none;
}
.related-articles--articles figure {
  margin-bottom: 20px;
  overflow: hidden;
}
.related-articles--articles figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.related-articles--articles figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.related-articles--articles span {
  color: #685bc7;
  display: inline-block;
  margin-bottom: 12px;
}
.related-articles--articles h3 {
  color: #000000;
}
.hero {
  position: relative;
  height: calc(100vh - 90px);
  width: 100%;
  margin: 0;
  margin-bottom: 90px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-bottom: 170px;
    height: 100vh;
  }
}
.hero .hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .hero-media img,
.hero .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-details {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero .hero-details {
    padding: 0 120px;
  }
}
.hero .hero-details .hero-cta .link a,
.hero
  .hero-details
  .hero-cta
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .hero
  .hero-details
  .hero-cta
  a
  a {
  color: #fff;
  margin-top: 20px;
  display: block;
}
.hero .hero-details .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero .hero-details h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: lowercase;
}
.hero .hero-details p {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 750px;
}
.hero .hero-scroll {
  position: absolute;
  left: -20px;
  bottom: 140px;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .hero .hero-scroll {
    bottom: 94px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-scroll {
    bottom: 90px;
  }
}
.hero .hero-scroll .scroll-icon {
  margin-right: 10px;
  -webkit-animation: 4s ease infinite both pulseArrow;
  animation: 4s ease infinite both pulseArrow;
}
.hero .hero-scroll .scroll-icon svg {
  -webkit-transform: rotate(90deg) translateX(-1.25px);
  transform: rotate(90deg) translateX(-1.25px);
}
@media screen and (min-width: 1024px) {
  .hero .hero-scroll {
    left: 2px;
    bottom: 112px;
  }
}
@-webkit-keyframes pulseArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pulseArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .selected-works {
    margin-top: 200px;
    margin-bottom: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .selected-works .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.selected-works article {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .selected-works article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.3333333333% - 10px);
    flex: 0 1 calc(33.3333333333% - 10px);
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
    flex-basis: calc(33.3333333333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    opacity: 0;
  }
  .selected-works article:nth-child(3n) {
    margin-right: 0;
  }
}
.selected-works .wrapper.additional-link .link,
.selected-works
  .wrapper.additional-link
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .selected-works
  .wrapper.additional-link
  a {
  margin: 75px auto 0;
}
@media screen and (min-width: 1024px) {
  .selected-works .wrapper.additional-link .link,
  .selected-works
    .wrapper.additional-link
    body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    a,
  body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    .selected-works
    .wrapper.additional-link
    a {
    margin-top: 100px;
  }
}
.client-feedback {
  background: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
}
@media screen and (min-width: 1024px) {
  .client-feedback {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.client-feedback .feedback-header {
  max-width: 700px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-feedback .feedback-header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.client-feedback .feedback-header h2 {
  margin-bottom: 15px;
}
.client-feedback .feedback-header p {
  margin-top: 0;
  margin-bottom: 0;
}
.client-feedback .feedback-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.client-feedback .feedback-quotes .feedback-quote {
  margin-bottom: 70px;
  max-width: 650px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-feedback .feedback-quotes .feedback-quote.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.client-feedback .feedback-quotes .feedback-quote:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .client-feedback .feedback-quotes .feedback-quote {
    margin-bottom: 140px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .client-feedback .feedback-quotes .feedback-quote:nth-child(2n) {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.client-feedback .feedback-quotes .feedback-quote blockquote {
  margin: 0;
}
.client-feedback .feedback-quotes .feedback-quote p {
  margin: 0 0 15px;
}
.client-feedback .feedback-quotes .feedback-quote p span {
  color: #2e3bbc;
}
.client-feedback .client-logos {
  padding: 0;
  margin: 140px 0 0;
}
@media screen and (min-width: 1024px) {
  .client-feedback .client-logos {
    margin-top: 240px;
  }
}
.client-feedback .client-logos--header {
  max-width: 595px;
}
.contact-form {
  position: relative;
}
.contact-form .wrapper {
  max-width: 850px;
}
.contact-form .white-curve {
  display: none;
}
.contact-form .contact-form-contact,
.contact-form .contact-form-title {
  text-align: center;
}
.contact-form .contact-form-title {
  margin-bottom: 65px;
}
.contact-form .contact-form-contact {
  margin-bottom: 80px;
}
.contact-form .contact-form-contact figure {
  margin-bottom: 20px;
}
.contact-form .contact-form-contact figure img {
  border-radius: 50%;
  overflow: hidden;
}
.contact-form .contact-form-contact p.label-s {
  margin: 0 0 10px;
}
.capabilities--columns .contact-form .contact-form-contact p,
.contact-form .contact-form-contact .capabilities--columns p,
.contact-form .contact-form-contact .our-process--items > li p,
.contact-form .contact-form-contact p.body-l,
.our-process--items > li .contact-form .contact-form-contact p {
  margin: 0;
  font-size: 22px;
  line-height: 38px;
}
.contact-form .contact-form-contact .contact-info--email,
.contact-form .contact-form-contact .contact-info--phone {
  font-size: 22px;
  line-height: 38px;
  font-weight: lighter;
}
.contact-form .contact-form-contact .contact-info--email .link,
.contact-form
  .contact-form-contact
  .contact-info--email
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
.contact-form .contact-form-contact .contact-info--phone .link,
.contact-form
  .contact-form-contact
  .contact-info--phone
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .contact-form
  .contact-form-contact
  .contact-info--email
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  .contact-form
  .contact-form-contact
  .contact-info--phone
  a {
  line-height: 1;
}
.contact-form .contact-form-contact .contact-info--email a,
.contact-form .contact-form-contact .contact-info--phone a {
  font-size: inherit;
  font-weight: inherit;
}
.contact-form .contact-form-form {
  max-width: 650px;
  margin: 0 auto;
}
.custom-text .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.custom-text .wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.custom-text .wrapper > .animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.custom-text--header {
  margin-bottom: 20px;
}
.custom-text--header h1,
.custom-text--header h2,
.custom-text--header h3,
.custom-text--header h4,
.custom-text--header h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.social-nav {
  margin-bottom: 50px;
}
.social-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-nav ul li {
  margin-right: 25px;
}
.social-nav ul li:last-child {
  margin-right: 0;
}
.social-nav ul li img {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  article.type-work {
    position: relative;
  }
}
article.type-work a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  article.type-work a {
    cursor: none;
  }
}
@media screen and (min-width: 1024px) {
  article.type-work.show-details .post-info,
  article.type-work.show-details .post-media div,
  article.type-work.show-details .post-media video {
    opacity: 1;
  }
  article.type-work.show-details .post-media figure {
    opacity: 0;
  }
}
article.type-work figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  article.type-work figure {
    margin-bottom: 0;
  }
}
article.type-work .post-media {
  position: relative;
}
article.type-work .post-media div,
article.type-work .post-media video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  article.type-work .post-media div,
  article.type-work .post-media video {
    display: block;
  }
}
article.type-work .post-media figure {
  position: relative;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1024px) {
  article.type-work .post-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 3;
  }
}
article.type-work h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  article.type-work h2 {
    color: #ffffff;
  }
}
article.type-work p {
  font-family: "Cygnet", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  article.type-work p {
    color: #ffffff;
  }
}
.loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .loading-screen {
    padding: 0 120px;
  }
}
.loading-screen .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loading-screen.animate-in p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loading-screen p {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 52px;
}
@media screen and (min-width: 1024px) {
  .loading-screen p {
    font-size: 100px;
  }
}
.gform_wrapper.gravity-theme {
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
  margin-bottom: 50px;
}
.gform_wrapper.gravity-theme .gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield.input-active label {
  top: -20px;
  color: #2e3bbc;
  font-weight: 300;
}
.gform_wrapper.gravity-theme .gfield input[type="email"],
.gform_wrapper.gravity-theme .gfield input[type="tel"],
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield textarea {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 4px 0 !important;
}
.gform_wrapper.gravity-theme .gfield label {
  position: absolute;
  margin-bottom: 0;
  top: 4px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 60px 0 0 !important;
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_footer button {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0 0 5px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.gform_wrapper.gravity-theme .gform_footer button:after {
  width: 100%;
  height: 3px;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f84c4f),
    to(#fbc644)
  );
  background: linear-gradient(to right, #f84c4f, #fbc644);
  background-size: 200% 100%;
  background-position: 0 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gform_wrapper.gravity-theme .gform_footer button:hover:after {
  width: calc(100% - 20px);
  left: 10px;
  background-position: 100% 0;
}
.validation_error {
  font-size: 18px;
  font-weight: 300;
  margin: 8px 0 0 0;
  color: red;
}
.validation_message {
  display: none;
  color: red;
}
.gform_heading {
  margin-bottom: 25px;
}
.gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gform_body li {
  margin-bottom: 20px;
}
.gfield_list {
  width: 100%;
}
.gfield_list .gfield_list_icons {
  width: 30px;
}
.gform_ajax_spinner {
  border: 4px solid #000000;
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  margin-left: 5px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-video {
  background: #000000;
}
.modal-video-body {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .modal-video-body {
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .modal-video-body > div {
    padding: 50px;
  }
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: auto;
    right: -40px;
    bottom: -10px;
  }
}
body.page.default:not(.home) .page-header {
  padding: 0 20px;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) .page-header {
    margin-top: 200px;
    padding: 0 120px;
  }
}
body.page.default:not(.home) .page-header h1.h2 {
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) .page-header h1.h2 {
    font-size: 80px;
  }
}
body.page.default:not(.home) main .wrapper {
  max-width: 850px;
  margin: 0 auto;
}
body.page.default:not(.home) .page-content {
  padding: 0 20px;
}
body.page.default:not(.home) .page-content .wrapper li,
body.page.default:not(.home) .page-content .wrapper p {
  font-weight: lighter;
}
body.page.default:not(.home) .page-content .wrapper a {
  text-decoration: none;
  font-weight: 500;
}
body.page.default:not(.home) main {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) main {
    margin-bottom: 200px;
  }
}
body.error404 header {
  mix-blend-mode: normal;
}
body.error404 main {
  position: relative;
}
body.error404 .bg-video {
  width: 100%;
  height: 100vh;
}
body.error404 .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.error404 .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  padding: 0 20px;
}
body.error404 .text-wrapper .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  body.error404 .text-wrapper {
    padding: 0 120px;
  }
}
body.error404 .text-wrapper h1 {
  margin-bottom: 50px;
  max-width: 750px;
}
body.error404 .text-wrapper a {
  color: inherit;
}
body.error404 footer {
  margin-top: 0;
  background: #000000;
}
body.error404 footer .mask,
body.error404 footer .video-bg {
  display: none;
}
body.home.loading-js {
  overflow: hidden;
}
body.home .hero-home {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.home .hero-home:after {
  content: none;
}
body.home .hero-home--video {
  margin-bottom: 120px;
  position: relative;
}
body.home .hero-home--video .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.home .hero-home--video .flickity-viewport {
  height: 100% !important;
}
body.home .hero-home--video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition:
    transform 1s ease,
    -webkit-transform 1s ease;
}
body.home .hero-home--video .video-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  body.home .hero-home--video .video-text--wrapper {
    padding: 0 120px;
  }
}
body.home .hero-home--video .video-text--wrapper .video-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .video-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.home .hero-home--video .video-text--wrapper p {
  margin: 0;
  line-height: 48px;
  font-size: 52px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper p {
    font-size: 100px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    letter-spacing: -1.5px;
    position: fixed;
    line-height: 119px;
  }
}
body.home .hero-home--video .video-text--wrapper .scroller {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 52px;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .scroller {
    font-size: 100px;
    padding-left: 209px;
    padding-left: 135px;
    margin-left: 20px;
    height: 120px;
    line-height: 120px;
  }
}
body.home .hero-home--video .video-text--wrapper .scroller .inner {
  -webkit-transition: margin-top 0.4s ease-out;
  transition: margin-top 0.4s ease-out;
}
body.home .hero-home--video .video-text--wrapper .scroller span {
  display: block;
  clear: both;
  line-height: inherit;
  font-size: inherit;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .scroller span {
    line-height: 119px;
  }
}
body.home .hero-home--text {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--text {
    padding: 0 120px;
  }
}
body.home .hero-home--text:before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.home .hero-home--text.animate-curve:before {
  top: -1070px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--text.animate-curve {
    padding-top: 0;
  }
}
body.home .hero-home--text.animate-in .intro-xl,
body.home .hero-home--text.animate-in .link,
body.home
  .hero-home--text.animate-in
  body.templates.case-study
  .intro-text
  p.intro-l,
body.home
  .hero-home--text.animate-in
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.case-study
  .intro-text
  body.home
  .hero-home--text.animate-in
  p.intro-l,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  body.home
  .hero-home--text.animate-in
  a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.home .hero-home--text .intro-xl,
body.home .hero-home--text body.templates.case-study .intro-text p.intro-l,
body.templates.case-study .intro-text body.home .hero-home--text p.intro-l {
  max-width: 850px;
}
body.home .hero-home--text .intro-xl,
body.home .hero-home--text .link,
body.home .hero-home--text body.templates.case-study .intro-text p.intro-l,
body.home
  .hero-home--text
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a,
body.templates.case-study .intro-text body.home .hero-home--text p.intro-l,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  body.home
  .hero-home--text
  a {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.home .hero-home--text .play-reel-link {
  margin-left: 40px;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
body.home .hero-home--text .play-reel-link:after {
  display: none;
}
body.home .hero-home--text .play-reel-link .icon-play {
  position: absolute;
  left: 0;
  top: -4px;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f84c4f),
    to(#fbc644)
  );
  background: linear-gradient(to right, #f84c4f, #fbc644);
  background-size: contain;
}
body.home .hero-home--text .play-reel-link .icon-play .bg-white {
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 9px;
  height: 31px;
  width: 31px;
  border-radius: 50%;
}
body.home .hero-home--text .play-reel-link .icon-play svg {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 10px;
  height: 31px;
  width: 31px;
}
@media screen and (max-width: 767px) {
  body.home .hero-home--text .play-reel-link {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
  }
}
body.home .hero-home--text h1 {
  visibility: hidden;
  height: 1px;
}
body.home .headline {
  position: relative;
  height: 138px;
  width: 100%;
  max-width: 670px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.home .headline {
    height: 90px;
  }
}
body.home .headline svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body.home .headline svg.light-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.light-text {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image,
  body.home .headline svg.light-text image {
    height: 90px;
  }
}
body.home .headline svg.dark-text image:first-of-type,
body.home .headline svg.light-text image:first-of-type {
  width: 102px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:first-of-type,
  body.home .headline svg.light-text image:first-of-type {
    width: 132px;
  }
}
body.home .headline svg.dark-text image:nth-of-type(2),
body.home .headline svg.light-text image:nth-of-type(2) {
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  width: 116px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:nth-of-type(2),
  body.home .headline svg.light-text image:nth-of-type(2) {
    width: 150px;
    -webkit-transform: translateX(159px);
    transform: translateX(159px);
  }
}
body.home .headline svg.dark-text image:last-of-type,
body.home .headline svg.light-text image:last-of-type {
  -webkit-transform: translateY(60px) translateX(2px);
  transform: translateY(60px) translateX(2px);
  width: 85px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:last-of-type,
  body.home .headline svg.light-text image:last-of-type {
    width: 172px;
    -webkit-transform: translateX(305px);
    transform: translateX(305px);
  }
}
body.home .related-articles {
  background-color: #e9f7c3;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
  margin-bottom: 0;
}
body.home .related-articles .kiwi-kiss-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.home .related-articles {
    padding-top: 200px;
    padding-bottom: 200px;
    -webkit-transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
body.templates.contact #section-1 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
body.templates.contact #section-1.animate-in .wrapper > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.templates.contact #section-1 .wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.contact #section-1 .contact-header {
  margin-bottom: 100px;
}
body.templates.contact #section-1 .contact-info .link a,
body.templates.contact
  #section-1
  .contact-info
  body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a
  a,
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  body.templates.contact
  #section-1
  .contact-info
  a
  a {
  font-size: 27px;
  line-height: 42px;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 .contact-info .link a,
  body.templates.contact
    #section-1
    .contact-info
    body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    a
    a,
  body.templates.our-work
    .filter-bar
    .filter-items
    .filter-menu
    ul
    li
    body.templates.contact
    #section-1
    .contact-info
    a
    a {
    font-size: 45px;
    line-height: 70px;
  }
}
body.templates.contact #section-1 .contact-info span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 .contact-info span {
    font-size: 18px;
    line-height: 20px;
    margin-left: 20px;
  }
}
body.templates.contact #section-2 {
  background-color: #e9f7c3;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
  position: relative;
}
body.templates.contact #section-2.animate-in .lat-long,
body.templates.contact #section-2.animate-in .left-section {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 {
    padding-top: 200px;
    padding-bottom: 320px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.templates.contact #section-2 .left-section {
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .left-section {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .right-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    max-width: 550px;
  }
}
body.templates.contact #section-2 .left-section--hours {
  margin-top: 84px;
  max-width: 300px;
}
body.templates.contact #section-2 .left-section--hours p.intro-l {
  margin-top: 0;
  margin-bottom: 15px;
}
body.templates.contact #section-2 .left-section--hours > div {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
body.templates.contact #section-2 .left-section--hours > div:nth-child(2) {
  padding-top: 0;
}
body.templates.contact #section-2 .left-section--hours > div h3 {
  margin-bottom: 10px;
}
body.templates.contact #section-2 .left-section--hours > div p {
  margin: 0;
}
body.templates.contact #section-2 .acf-map {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .acf-map {
    height: 550px;
  }
}
body.templates.contact #section-2 .acf-map img {
  max-width: inherit !important;
}
body.templates.contact #section-2 .lat-long {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition:
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s,
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s,
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.templates.contact #section-2 .lat-long svg {
  margin-right: 20px;
}
body.templates.contact #section-2 .lat-long p {
  font-size: 30px;
  line-height: 1;
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
  margin: 0;
}
body.templates.contact #section-3 {
  padding-top: 100px;
}
body.templates.contact #section-3.animate-in .wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 {
    padding-bottom: 0;
  }
}
body.templates.contact #section-3 .wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 .wrapper {
    padding: 100px 125px 80px;
  }
}
body.templates.contact #section-3 .section-intro {
  text-align: center;
  margin-bottom: 40px;
}
body.templates.contact #section-3 .section-intro .h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
body.single-team
  #member-bio
  .wrapper
  body.templates.contact
  #section-3
  .section-intro
  *,
body.templates.contact #section-3 .section-intro .body-xxl,
body.templates.contact
  #section-3
  .section-intro
  body.single-team
  #member-bio
  .wrapper
  * {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 .section-intro {
    margin-bottom: 80px;
  }
}
body.templates.contact #section-3 .contact-form {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.templates.contact .footer-cta__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.templates.contact .footer-cta__contact > div {
  margin-bottom: 60px;
}
body.templates.contact .footer-cta__contact > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.templates.contact .footer-cta__contact > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    margin-bottom: 0;
  }
  body.templates.contact .footer-cta__contact > div:first-child {
    margin-right: 50px;
  }
  body.templates.contact .footer-cta__contact > div:last-child {
    margin-left: 50px;
  }
}
body.templates.contact .label-s {
  color: #685bc7;
}
body.single-team #member-header {
  padding: 200px 20px 75px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header {
    padding: 100px;
  }
}
body.single-team #member-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
body.single-team #member-header .header-left {
  max-width: 580px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.single-team #member-header .header-left.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 580px;
    flex: 0 1 580px;
    padding-top: 176px;
  }
}
body.single-team #member-header .button {
  position: absolute;
  top: -110px;
  left: 0;
  width: 96px;
  height: 96px;
  text-align: center;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0e38b1),
    to(#b94cf8)
  );
  background: linear-gradient(to right, #0e38b1, #b94cf8);
}
body.single-team #member-header .button:hover a {
  background: transparent;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .button {
    top: 0;
  }
}
body.single-team #member-header .button a {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  margin-top: 3px;
  margin-left: 3px;
  line-height: 90px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  font-family: "Cygnet", sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-team #member-header h1 {
  margin-bottom: 30px;
}
body.single-team #member-header p.preheader {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header p.preheader {
    margin-bottom: 60px;
  }
}
body.single-team #member-header .fun-fact {
  max-width: 300px;
}
body.single-team #member-bio {
  background: #f4f4f4;
  padding: 85px 20px;
  position: relative;
  -webkit-transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-bio {
    padding: 100px 120px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-team #member-bio {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}
body.single-team #member-bio .wrapper {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-bio .wrapper * {
    line-height: 40px;
  }
}
body.single-team #member-bio .wrapper :first-child {
  margin-top: 0;
}
body.single-team #member-bio .wrapper :last-child {
  margin-bottom: 0;
}
body.single-team .grey-curve {
  z-index: 0;
}
body.single-team .grey-curve.animate-curve {
  height: 360px;
  -webkit-transform: translateY(-320px) !important;
  transform: translateY(-320px) !important;
}
body.single-work .hero-home {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.single-work .hero-home:after {
  content: none;
}
body.single-work .hero-home .video-button {
  display: none;
}
@media (max-width: 1024px) {
  body.single-work .hero-home .video-button {
    display: block;
  }
}
body.single-work .hero-home .video-button {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.single-work .hero-home .video-button div {
  border-radius: 100px;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f84c4f),
    to(#fbc644)
  );
  background: linear-gradient(to right, #f84c4f, #fbc644);
  padding: 40px 3px 37px 3px;
}
body.single-work .hero-home .video-button a {
  background-color: #000;
  border-radius: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: "Cygnet", sans-serif;
  font-weight: 700;
  padding: 38px 25px;
  cursor: pointer;
}
body.single-work .hero-home--video {
  margin-bottom: 120px;
  position: relative;
}
body.single-work .hero-home--video .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.single-work .hero-home--video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-work .hero-home--video .video-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper {
    padding: 0 120px;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  margin-bottom: 15px;
}
body.single-work .hero-home--video .video-text--wrapper p {
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 2;
  max-width: 700px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper p {
    position: fixed;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-link {
  display: inline-block;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper .video-link {
    display: none;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-link a {
  color: #ffffff;
  cursor: pointer;
}
body.single-work .hero-home--text {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text {
    padding: 0 120px;
  }
}
body.single-work .hero-home--text:before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-work .hero-home--text.animate-curve:before {
  top: -1070px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text.animate-curve {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .hero-home--text .work-details--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
  }
}
body.single-work .hero-home--text .work-details--left p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-work .hero-home--text .work-details--left.animate-in p {
  opacity: 1;
  -webkit-transform: TranslateY(0);
  transform: TranslateY(0);
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--left h1 {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .hero-home--text .work-details--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
body.single-work .hero-home--text .work-details--right {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-work .hero-home--text .work-details--right.animate-in {
  opacity: 1;
  -webkit-transform: TranslateY(0);
  transform: TranslateY(0);
}
body.single-work .hero-home--text .work-details--right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.single-work .hero-home--text .work-details--right li {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
}
body.single-work .hero-home--text .work-details--right li:first-child {
  border-top: 0;
}
body.single-work .hero-home--text .work-details--right p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single-work .hero-home--text .work-details--right button {
  border: 0 none;
  background: transparent;
  padding: 5px;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.single-work .hero-home--text .work-details--right button .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
body.single-work .hero-home--text .work-details--right button .icon-plus {
  background: url("../img/icon-plus.svg");
}
body.single-work .hero-home--text .work-details--right button .icon-minus {
  background: url("../img/icon-minus.svg");
  background-position: 50% 75%;
  -webkit-transform: rotate(90deg) translateX(2.5px);
  transform: rotate(90deg) translateX(2.5px);
  margin-bottom: 0;
  margin-right: 10px;
}
body.single-work .blue-curve,
body.single-work .simply-purple-curve {
  top: auto;
}
body.single-work .related-work {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #685bc7;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work {
    background: transparent;
  }
}
body.single-work .related-work .mask {
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 200px;
  top: 40%;
  left: 40%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 99999px #685bc7;
  box-shadow: 0px 0px 0px 99999px #685bc7;
  display: none;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work .mask {
    display: block;
  }
}
body.single-work .related-work .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #685bc7;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work .video-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-work .related-work .video-bg > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  height: 100%;
}
body.single-work .related-work .video-bg > div.video-bg-right {
  position: relative;
}
body.single-work .related-work .video-bg > div.video-bg-right:before {
  content: "";
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(#2e3bbc)
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #2e3bbc);
}
body.single-work .related-work .video-bg > div div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #000000;
}
body.single-work .related-work .video-bg > div iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body.single-work .related-work--layer.layer-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0e38b1),
    to(#b94cf8)
  );
  background: linear-gradient(to right, #0e38b1, #b94cf8);
}
body.single-work .related-work--layer.layer-2 {
  position: relative;
  z-index: 2;
}
body.single-work .related-work--header {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--header {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.single-work .related-work--works > a {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
body.single-work .related-work--works > a:first-child {
  margin-top: 0;
}
body.single-work .related-work--works > a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--works > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 450px;
    display: initial;
  }
}
body.single-work .media-slider {
  background: #f4f4f4;
  margin-bottom: 0;
}
body.single-work .media-slider .grey-curve {
  display: block;
}
body.single-work .media-slider .outer-wrapper {
  overflow: hidden;
  padding: 100px 20px;
  -webkit-transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .outer-wrapper {
    padding: 200px 120px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-work .media-slider .outer-wrapper {
    padding-top: 7.5vw;
  }
}
body.single-work .media-slider--controls {
  bottom: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider--controls {
    bottom: 140px;
  }
}
body.single-work .media-slider .flickity-prev-next-button {
  bottom: -10px;
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .media-slider .flickity-prev-next-button {
    bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button.previous {
    right: 60px;
  }
}
body.single-work .text-block-offset {
  background: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .text-block-offset {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
body.single-work .large-image {
  position: relative;
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.single-work .large-image {
    padding-top: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-work .large-image {
    padding-top: 7.5vw;
  }
}
@media (min-width: 1024px) {
  body.single-work .large-image.no-video {
    margin-bottom: 200px;
  }
}
body.single-work .white-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.single-work .side-by-side-images {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
body.single-post .hero-single {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.single-post .hero-single:after {
  content: none;
}
body.single-post .hero-single--media {
  margin-bottom: 120px;
  position: relative;
}
body.single-post .hero-single--media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.single-post .hero-single--media .media-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.single-post .hero-single--media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-post .hero-single--media .media-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body.single-post .hero-single--media .media-text--wrapper {
    padding: 0 120px;
  }
}
body.single-post .hero-single--media .media-text--wrapper .media-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
body.single-post .hero-single--media .media-text--wrapper h1 {
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 2;
  max-width: 100%;
  width: calc(100% - 40px);
  font-size: 30px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  body.single-post .hero-single--media .media-text--wrapper h1 {
    font-size: 60px;
    line-height: 58px;
  }
}
body.single-post .text-block .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
body.single-post .white-curve {
  display: block;
  top: 100vh;
}
body.single-post article p {
  margin: 40px 0;
}
body.single-post article h1,
body.single-post article h2,
body.single-post article h3,
body.single-post article h4,
body.single-post article h5,
body.single-post article h6 {
  margin: 0.25em 0;
}
body.single-post article .video {
  position: relative;
  padding-top: 60%;
  margin: 40px 0;
}
body.single-post article .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
body.single-post article figure {
  max-width: 100%;
}
body.single-post article figcaption {
  font-size: 14px;
  margin-top: 10px;
}
body.single-post article ol,
body.single-post article ul {
  margin: 40px 0;
}
body.single-post article ol li,
body.single-post article ul li {
  margin: 10px;
}
body.templates.our-work .filter-bar {
  display: none;
  margin-top: 140px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #ffffff;
  }
}
body.templates.our-work .filter-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
body.templates.our-work .filter-bar .filter-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 78vw;
  flex: 0 1 78vw;
  min-width: 290px;
  margin-right: 25px;
}
body.templates.our-work .filter-bar .filter-items select {
  position: relative;
  background: #ffffff;
  border-radius: 25px;
  border: 0 none;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/icon-carat.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 20px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-items select {
    display: none;
  }
}
body.templates.our-work .filter-bar .filter-items .filter-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-items .filter-menu {
    display: block;
  }
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li {
  margin-right: 80px;
}
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li:last-child {
  margin-right: 0;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li.active a {
  color: #000000;
}
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li.active
  a:after {
  opacity: 1;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a {
  color: #727272;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 6px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:hover {
  color: #000000;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:after {
  opacity: 0;
}
body.templates.our-work .filter-bar .filter-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-icon {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.templates.our-work .filter-bar .filter-icon.filter-active span {
  color: #2e3bbc;
}
body.templates.our-work .filter-bar .filter-icon.filter-active svg path {
  fill: #2e3bbc;
}
body.templates.our-work .filter-bar .filter-icon span {
  display: none;
  color: #727272;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-icon span {
    display: inline-block;
  }
}
body.templates.our-work .filter-bar .filter-icon svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
body.templates.our-work .filter-pullout {
  display: block;
  position: fixed;
  height: auto;
  width: 200px;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 5;
  -webkit-transform: translateY(calc(-100% - 70px));
  transform: translateY(calc(-100% - 70px));
  opacity: 0;
  top: 219px;
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0s ease 0.5s;
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0s ease 0.5s;
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0s ease 0.5s;
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0s ease 0.5s,
    -webkit-transform 0s ease 0.5s;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-pullout {
    top: 69px;
    -webkit-transform: translateY(calc(-100% - 70px));
    transform: translateY(calc(-100% - 70px));
  }
}
body.templates.our-work .filter-pullout.active {
  -webkit-transform: translateY(0) translateX(-60px);
  transform: translateY(0) translateX(-60px);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-pullout.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.templates.our-work .filter-pullout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.templates.our-work .filter-pullout ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
body.templates.our-work .filter-pullout ul li.active a {
  color: #000000;
}
body.templates.our-work .filter-pullout ul li.active .checkbox .inner-bg {
  opacity: 1;
}
body.templates.our-work .filter-pullout ul li:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}
body.templates.our-work .filter-pullout ul li:last-child a {
  color: #2e3bbc;
}
body.templates.our-work .filter-pullout ul li .checkbox {
  display: block;
  margin-right: 7px;
  border: 1px solid #727272;
  padding: 2px;
  width: 0.9em;
  height: 0.9em;
  border-radius: 2px;
  background-color: transparent;
}
body.templates.our-work .filter-pullout ul li .checkbox .inner-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
body.templates.our-work
  .filter-bar
  .filter-items
  .filter-menu
  .filter-pullout
  ul
  li
  a:after,
body.templates.our-work
  .filter-pullout
  .filter-bar
  .filter-items
  .filter-menu
  ul
  li
  a:after,
body.templates.our-work .filter-pullout ul .link:after {
  opacity: 0;
}
body.templates.our-work .filter-pullout ul a {
  color: #727272;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.templates.our-work .filter-pullout ul a:hover {
  color: #000000;
}
body.templates.our-work .hero-work {
  margin-bottom: 10px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .hero-work {
    margin-top: 200px;
    margin-bottom: 70px;
  }
}
body.templates.our-work .hero-work--header {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.our-work .hero-work--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.templates.our-work .hero-work--header h2 {
  word-wrap: break-word;
}
body.templates.our-work .work-archive {
  margin-top: 0;
}
body.templates.our-work .work-archive .wrapper {
  max-width: 1215px;
}
body.templates.our-work article {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article {
    width: calc(33.3333333333% - 15px);
    margin: 7.5px;
    position: relative;
    height: 220px;
  }
}
body.templates.our-work article a {
  text-decoration: none;
  opacity: 0;
  display: inline-block;
  width: 100%;
}
body.templates.our-work article.show-details .article-info {
  opacity: 1;
}
body.templates.our-work article iframe {
  background: #000000;
}
body.templates.our-work article figure {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article figure {
    margin-bottom: 0;
  }
}
body.templates.our-work article figure img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article .article-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
body.templates.our-work article h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article h2 {
    color: #ffffff;
  }
}
body.templates.our-work article p {
  font-family: "Cygnet", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article p {
    color: #ffffff;
  }
}
body.templates.our-work .client-logos {
  background: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
body.templates.our-blog .hero-blog {
  margin-bottom: 10px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .hero-blog {
    margin-top: 200px;
    margin-bottom: 70px;
  }
}
body.templates.our-blog .hero-blog--header {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.our-blog .hero-blog--header.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.templates.our-blog .hero-blog--header h2 {
  word-wrap: break-word;
}
body.templates.our-blog .blog-archive {
  margin-top: 0;
}
body.templates.our-blog .blog-archive .wrapper {
  max-width: 1215px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .blog-archive .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
body.templates.our-blog article {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article {
    -ms-flex-preferred-size: calc(33.3333333333% - 15px);
    flex-basis: calc(33.3333333333% - 15px);
    margin: 7.5px;
    position: relative;
    height: 220px;
  }
}
body.templates.our-blog article a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article a {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: none;
  }
}
body.templates.our-blog article figure {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
  }
}
body.templates.our-blog article.show-details .article-info {
  opacity: 1;
}
body.templates.our-blog article figure {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article figure {
    margin-bottom: 0;
  }
}
body.templates.our-blog article figure img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article .article-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
body.templates.our-blog article span {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article span {
    color: #ffffff;
  }
}
body.templates.our-blog article h3 {
  font-family: "Cygnet", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article h3 {
    color: #ffffff;
  }
}
body.templates.our-blog .client-logos {
  background: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
body.templates.case-study .intro-text .wrapper {
  max-width: 900px;
}
body.templates.case-study main .hero-case-study {
  margin-bottom: 0;
}
body.templates.case-study main section:nth-child(2) {
  position: relative;
  margin-top: 0;
  padding-top: 80px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.case-study main section:nth-child(2):before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main section:nth-child(2) {
    padding-top: 100px;
    margin-top: 0;
  }
}
body.templates.case-study main section:nth-child(2).animate-curve:before {
  top: -950px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main section:nth-child(2).animate-curve {
    padding-top: 0;
  }
}
body.templates.case-study main .client-feedback {
  margin-bottom: 0;
}
body.templates.case-study main .contact-form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main .contact-form {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
body.templates.case-study main .contact-form .white-curve {
  display: block;
}
.page-agency .callout-text {
  margin-bottom: 0;
}
.page-agency .media-slider {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-agency .media-slider {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .media-slider {
    padding-top: 7.5vw;
  }
}
.page-agency .media-slider .white-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-agency .media-slider .flickity-prev-next-button {
    bottom: -145px;
  }
}
.page-agency .callout-text + div {
  margin-top: 0;
}
.page-agency .client-quote-slider,
.page-agency .team-members {
  margin-bottom: 0;
}
.page-agency .capabilities,
.page-agency .our-process {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-agency .capabilities,
  .page-agency .our-process {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .capabilities,
  .page-agency .our-process {
    padding-top: 7.5vw;
  }
}
.page-agency .our-process {
  position: relative;
}
.page-agency .our-process .white-curve {
  display: block;
}
.page-agency .text-block {
  position: relative;
  background: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .page-agency .text-block {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .text-block {
    padding-top: 7.5vw;
  }
}
.page-agency .text-block .grey-curve {
  display: block;
}
.page-agency .client-logos {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .page-agency .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .client-logos {
    padding-top: 7.5vw;
  }
}
.page-agency .client-logos .white-curve {
  display: block;
}
.our-work .preheader {
  color: #f3542a;
}
/*# sourceMappingURL=theme.css.map */
