@charset "UTF-8";
/**
 * Layout 
 **/
/**
 * Colors 
 **/
/**
 * Typography 
 **/
/* Typography Mixins */
/* 
 * Adapted from CSSTricks: https://css-tricks.com/styling-underlines-web/#svg-filters 
 * Show underlines on Safari, SVG filters elsewhere
 */
/* Layout Mixins */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: black;
}

h1, .has-headline-l-font-size {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
}
h1 .fancy-serif,
h1 .fancy-underline, .has-headline-l-font-size .fancy-serif,
.has-headline-l-font-size .fancy-underline {
  color: inherit;
}
h1 .fancy-serif,
h1 .fancy-underline, .has-headline-l-font-size .fancy-serif,
.has-headline-l-font-size .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  h1, .has-headline-l-font-size {
    font-size: 50px;
  }
}

.has-headline-serif-l-font-size {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 78px;
  line-height: 1.026;
}
@media screen and (max-width: 768px) {
  .has-headline-serif-l-font-size {
    font-size: 45px;
  }
}

h2, .has-headline-m-font-size {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: -0.043em;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 700;
}
h2 .fancy-serif,
h2 .fancy-underline, .has-headline-m-font-size .fancy-serif,
.has-headline-m-font-size .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  h2, .has-headline-m-font-size {
    font-size: 50px;
  }
}

.has-headline-serif-m-font-size {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 38px;
  letter-spacing: 0.008em;
  line-height: 1.132;
  /*move to mixin once more pages are revamped */
}
@media screen and (max-width: 768px) {
  .has-headline-serif-m-font-size {
    font-size: 22px;
  }
}

h3, .has-headline-serif-s-font-size {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
@media screen and (max-width: 768px) {
  h3, .has-headline-serif-s-font-size {
    font-size: 20px;
  }
}

h4, .has-headline-serif-xs-font-size {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
}
@media screen and (max-width: 768px) {
  h4, .has-headline-serif-xs-font-size {
    font-size: 18px;
  }
}

.has-headline-s-font-size {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.0425em;
  line-height: 1.6666666667;
}
.has-headline-s-font-size .fancy-serif,
.has-headline-s-font-size .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .has-headline-s-font-size {
    font-size: 30px;
  }
}

h5, .has-subhead-l-font-size {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}

h6, .has-subhead-s-font-size {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
}

.fancy-serif, .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
}

.fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .fancy-underline {
    -webkit-filter: url("#simple-black-underline");
            filter: url("#simple-black-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.fancy-serif > span.fancy-underline {
  font-size: 1em;
  line-height: inherit;
  bottom: 0;
}

p {
  margin-top: 0;
}

p, p.has-large-font-size,
button, input, select, textarea,
ul, ol {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.429em;
}

p.has-small-font-size {
  font-size: 17px;
  line-height: 1.421em;
}
@media screen and (max-width: 768px) {
  p.has-small-font-size {
    font-size: 13px;
  }
}

p.has-medium-font-size {
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
  margin-bottom: 1.667em;
}
@media screen and (max-width: 768px) {
  p.has-medium-font-size {
    font-size: 16px;
  }
}

/*move to mixin once more pages are revamped */
@media screen and (max-width: 768px) {
  p.has-large-font-size {
    font-size: 16px;
  }
}
h6, p.has-x-large-font-size {
  font-size: 21px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  h6, p.has-x-large-font-size {
    font-size: 19px;
  }
}

.styled-headline * {
  display: inline;
}

.styled-headline__center {
  text-align: center;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
a,
a:after,
a:before,
.so-panel,
input[type=submit],
.site-branding {
  transition: all 0.5s ease;
}

a, a:visited, a:active, a:focus, a:hover {
  color: inherit;
}

.wp-block-buttons {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  margin-top: 28px;
  /*margin-bottom: 123px;*/
}

.wp-block-buttons.filter-blog {
  display: flex;
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 20px;
  margin-right: 20px;
}

input[type=submit],
.button {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}

.wp-block-button .wp-block-button__link {
  padding-top: 38px;
  padding-bottom: 38px;
}

input[type=submit],
.button, a.button,
.wp-block-button .wp-block-button__link {
  padding-right: 45px;
  padding-left: 45px;
  line-height: 1.1;
  color: white;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: ease-out 0.28s;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
}
input[type=submit]:hover, input[type=submit]:active,
.button:hover,
.button:active, a.button:hover, a.button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active {
  color: white;
}
input[type=submit]:after,
.button:after, a.button:after,
.wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: -2;
  transition: inherit;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}
input[type=submit]:before,
.button:before, a.button:before,
.wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  left: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  opacity: 0.7;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-radius: 100%;
  z-index: -1;
  transition: inherit;
}
input[type=submit]:hover:before, input[type=submit]:active:before,
.button:hover:before,
.button:active:before, a.button:hover:before, a.button:active:before,
.wp-block-button .wp-block-button__link:hover:before,
.wp-block-button .wp-block-button__link:active:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 768px) {
  .wp-block-buttons {
    margin-bottom: 59px;
  }
  input[type=submit],
.button,
.wp-block-button .wp-block-button__link {
    padding: 18px 25px;
  }
}
.wp-block-button .wp-block-button__link {
  border-radius: 0;
}

.button.hollow,
.button.button-hollow,
.is-style-outline .wp-block-button__link {
  color: black;
  overflow: visible;
  border: none;
}
.button.hollow:hover, .button.hollow:active,
.button.button-hollow:hover,
.button.button-hollow:active,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:active {
  color: currentColor;
}
.button.hollow:before,
.button.button-hollow:before,
.is-style-outline .wp-block-button__link:before {
  -webkit-transform: none;
          transform: none;
  border-radius: 0;
  width: auto;
  background-image: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}
.button.hollow:after,
.button.button-hollow:after,
.is-style-outline .wp-block-button__link:after {
  background-color: transparent;
  border: 2px solid currentColor;
}
.button.hollow:hover:before, .button.hollow:active:before,
.button.button-hollow:hover:before,
.button.button-hollow:active:before,
.is-style-outline .wp-block-button__link:hover:before,
.is-style-outline .wp-block-button__link:active:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.button.underline,
.is-style-underline .wp-block-button__link {
  color: black;
  background: none;
  line-height: 1;
  padding: 0 0 11px;
  border-bottom: 3px solid black;
  overflow: visible;
  transition: 0.15s ease-in;
}
.button.underline:after,
.is-style-underline .wp-block-button__link:after {
  height: 3px;
  border: none;
  top: unset;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -3px;
  background-color: #18EDBA;
}
.button.underline:before,
.is-style-underline .wp-block-button__link:before {
  content: none;
}
.button.underline:hover:after, .button.underline:active:after,
.is-style-underline .wp-block-button__link:hover:after,
.is-style-underline .wp-block-button__link:active:after {
  width: 100%;
}

button.button.underline {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .button.underline,
.is-style-underline .wp-block-button__link {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
.button.hollow.green {
  border-color: #08c69f;
}
.button.hollow.green:hover, .button.hollow.green:active {
  background: #08c69f;
  border-color: #08c69f;
  color: white !important;
}

.button.onwhite:hover, .button.onwhite:active {
  background: #08c69f;
  color: white;
  opacity: 0.75;
}

.button-arrow:visited {
  color: #08C19B;
}

.button-arrow {
  display: inline-block;
  text-decoration: none;
  color: #08C19B;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1.21px;
  padding-right: 34px;
  margin-bottom: 1.25rem;
  background: url(../_img/right-arrow-.svg) no-repeat center right/28px;
}
@media screen and (min-width: 768px) {
  .button-arrow {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.7px;
    padding-right: 50px;
    background: url(../_img/right-arrow-.svg) no-repeat center right/42px;
  }
}

.wp-block-button.is-style-video .wp-block-button__link {
  background-color: transparent;
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  border-bottom-width: 0;
  font-size: 18px;
  letter-spacing: normal;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.wp-block-button.is-style-video .wp-block-button__link .fancy-serif,
.wp-block-button.is-style-video .wp-block-button__link .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .wp-block-button.is-style-video .wp-block-button__link {
    font-size: 18px;
  }
}
.wp-block-button.is-style-video .wp-block-button__link:before {
  background: url("../_img/circle-play.png") no-repeat top 52% left 52%/140%;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  display: block;
  -webkit-transform: none;
          transform: none;
  position: static;
  padding: 0;
  border: 4px solid;
  opacity: 1;
}
.wp-block-button.is-style-video .wp-block-button__link:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-video .wp-block-button__link:before {
    width: 59px;
    height: 59px;
    border-width: 5px;
    margin-bottom: 25px;
  }
}

/* core block - Video embed */
.wp-block-embed.wp-has-aspect-ratio {
  width: 93.75%;
  margin: 110px auto;
  max-width: 981px;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper:after {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  z-index: 1;
  background: url("../_img/circle-play.png") no-repeat center/120%;
  border: 8px solid white;
  border-radius: 100%;
  pointer-events: none;
  transition: 0.15s;
}

.wp-block-embed-vimeo.wp-has-aspect-ratio iframe {
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
}

.playing.wp-block-embed-vimeo .wp-block-embed__wrapper:after {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .wp-block-embed.wp-has-aspect-ratio {
    margin: 75px auto 77px;
  }
  .wp-block-embed-vimeo .wp-block-embed__wrapper:after {
    width: 74px;
    height: 74px;
    top: calc(50% - 37px);
    border-width: 5px;
  }
}
div.wp-block-media-text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  grid-template-columns: 46.75% 1fr;
  margin-bottom: 100px;
  /*	margin-top: 66px;
  	margin-bottom: 145px;*/
}

.wp-block-media-text .wp-block-media-text__media {
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
}

div.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  max-width: 472px;
}

div.wp-block-media-text .wp-block-media-text__content {
  box-sizing: content-box;
  /*padding-top: 39px;*/
  padding-bottom: 4px;
}

@media screen and (max-width: 800px) {
  div.wp-block-media-text {
    margin-bottom: 35px;
  }
  div.wp-block-media-text h2 {
    font-size: 36px;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    display: block;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
#masthead {
  width: 100%;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}

#masthead.dark {
  background-color: black;
}

.site-branding .logo {
  max-height: 41px;
}

#masthead,
#wpfront-notification-bar-spacer {
  z-index: 21;
}

#wpfront-notification-bar-spacer,
#wpfront-notification-bar {
  transition: all 0.25s ease;
}

#wpfront-notification-bar {
  background: linear-gradient(89.58deg, #1A8CA9 0%, #469DA9 15.27%, #01B3C3 40.6%, #00CC9F 70.59%, #00CE9F 100%) !important;
}

#wpfront-notification-bar td,
#wpfront-notification-bar .wpfront-message {
  display: flex;
  align-items: center;
}

#wpfront-notification-bar td {
  padding: 12px 62px 12px 10px;
  justify-content: center;
}

#wpfront-notification-bar .wpfront-message {
  margin-right: 1.5972%;
}

#wpfront-notification-bar h3 {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 17px;
  text-align: right;
  padding-right: 23px;
  margin-right: 17px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  position: relative;
  max-width: 225px;
}
#wpfront-notification-bar h3:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid;
}

#wpfront-notification-bar a.wpfront-button {
  white-space: nowrap;
  padding: 0 25px 3px;
  background: transparent !important;
  border: 2px solid;
  border-radius: 100px;
  line-height: 39px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
  margin-left: 0;
}
#wpfront-notification-bar a.wpfront-button:before, #wpfront-notification-bar a.wpfront-button:after {
  content: none;
}

#wpfront-notification-bar .wpfront-message p {
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

#wpfront-notification-bar div.wpfront-close {
  background: url("../_img/icon-close.svg") no-repeat center/23px 23px !important;
  border: none !important;
  font-family: urw-din, sans-serif;
  font-size: 0;
  width: 59px;
  height: 59px;
  padding: 0;
  top: 0;
  right: 3px;
}

.site-description {
  display: none;
}

.menu-toggle {
  border: none;
  box-shadow: none;
  display: block;
  z-index: 9999;
  border-radius: 0;
  box-shadow: none;
}
.menu-toggle:hover {
  box-shadow: none;
}
.menu-toggle:focus {
  outline: none;
  box-shadow: none;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  width: 22px;
}
.menu-toggle:before, .menu-toggle:after,
.menu-toggle .bar {
  background: white;
  position: absolute;
  left: 19px;
  display: block;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.menu-toggle:after {
  bottom: 21px;
}
.menu-toggle:before {
  top: 21px;
}
.menu-toggle .bar {
  top: 31px;
  width: 30px;
}

.menu-title {
  position: absolute;
  right: 7px;
  bottom: -62px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  color: black;
  font-size: 11px;
  letter-spacing: 6.6px;
  text-shadow: none;
}

#site-navigation.toggled .menu-toggle:before {
  top: 31px;
  width: 33px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#site-navigation.toggled .menu-toggle .bar {
  height: 0;
  opacity: 0;
  transition: all 0.75s ease;
  visibility: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
#site-navigation.toggled .menu-toggle:after {
  bottom: 31px;
  width: 33px;
  left: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#site-navigation.toggled #nav-panel {
  opacity: 1;
  visibility: visible;
}

#site-navigation .search-form {
  color: white;
  margin: 35px 19px 0;
}

#nav-panel {
  background: rgba(32, 98, 142, 0.27);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition: all 0.5s ease;
  top: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}

.nav-holder {
  display: block;
  margin: 80px auto;
  width: 100%;
  max-width: 514px;
  transition: all 0.25s ease;
  z-index: 10;
}
.nav-holder:before {
  background: url("../_img/icon-ginkgo.png") left bottom/contain no-repeat;
  bottom: -80px;
  content: "";
  display: block;
  height: 400px;
  left: -12%;
  opacity: 0.2;
  position: absolute;
  width: 30%;
}

.nav-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 42%;
  display: none;
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}

.menu-primary-menu-container li {
  display: block;
  float: none;
  margin: 0 0 3px;
}

.menu-primary-menu-container a {
  background: rgba(0, 21, 57, 0.0518);
  color: white;
  display: block;
  font: 300 30px/1 sofia-pro, sans-serif;
  margin: 0 19px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
@media screen and (max-width: 600px) {
  .menu-primary-menu-container a {
    margin: 0;
  }
}
.menu-primary-menu-container a:after {
  background: url("../_img/icon-arrow.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 18px;
  margin: -9px 0 0;
  opacity: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  visibility: hidden;
  width: 10px;
}
.menu-primary-menu-container a:hover, .menu-primary-menu-container a:active {
  background: rgba(3, 0, 75, 0.1848);
  margin: 0;
  padding: 34px 0;
}
.menu-primary-menu-container a:hover:after, .menu-primary-menu-container a:active:after {
  opacity: 1;
  right: 16px;
  visibility: visible;
}

@media screen and (max-height: 900px) {
  .menu-primary-menu-container a {
    font-size: 25px;
    padding: 13.5px 0;
  }
  .menu-primary-menu-container a:hover, .menu-primary-menu-container a:active {
    padding: 20.5px 0;
  }
}
@media screen and (max-height: 700px) {
  .menu-primary-menu-container a {
    font-size: 16px;
    padding: 12px 0;
  }
  .menu-primary-menu-container a:hover, .menu-primary-menu-container a:active {
    padding: 17px 0;
  }
  #site-navigation .search-form {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .site-branding {
    width: 100%;
    z-index: 20;
    padding: 12px 0;
    margin-bottom: -100%;
    background-color: transparent;
  }
  .site-branding .logo-black,
.home .site-branding .logo-white,
.sticky .site-branding .logo-white {
    display: none;
  }
  .home .site-branding .logo-black,
.sticky .site-branding .logo-black {
    display: block;
  }
  .sticky .site-branding {
    background-color: white;
  }
  .toggled.sticky .site-branding {
    background-color: transparent;
  }
  #site-navigation {
    width: 68px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 20;
  }
  /* Menu "strip" */
  .home #page:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 100%;
    right: 0;
    z-index: 20;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-image: linear-gradient(30deg, rgba(26, 140, 169, 0.26) 5%, rgba(70, 157, 169, 0.32) 19%, rgba(1, 179, 195, 0.26) 43%, rgba(0, 204, 159, 0.26) 71%, rgba(0, 206, 159, 0.22) 98%);
  }
  .menu-toggle {
    background: #18EDBA;
    height: 65px;
    width: 68px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #wpfront-notification-bar-spacer {
    margin-bottom: 50px;
  }
  #wpfront-notification-bar {
    border-top: 1px solid white;
    top: 50px !important;
  }
  #wpfront-notification-bar td,
#wpfront-notification-bar div.wpfront-message {
    display: block;
  }
  #wpfront-notification-bar td {
    padding: 20px;
  }
  #wpfront-notification-bar .wpfront-message {
    margin: 0 auto 15px;
    max-width: 600px;
  }
  #wpfront-notification-bar .wpfront-message h3 {
    margin: 0 auto 11px;
    padding: 0;
    text-align: center;
    max-width: 200px;
  }
  #wpfront-notification-bar .wpfront-message h3:after {
    position: relative;
    margin: 15px auto 0;
    width: 36px;
    height: 0;
    border-bottom: 1px solid;
  }
  #wpfront-notification-bar .wpfront-message p {
    font-size: 16px;
    text-align: center;
  }
  #wpfront-notification-bar a.wpfront-button {
    border-color: transparent;
  }
  .alert,
.menu-title {
    display: none;
  }
  #masthead {
    height: 50px;
    background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0 !important;
  }
  .site-branding .wrapper {
    width: 100%;
    height: 100%;
  }
  .site-branding .logo {
    height: 26px;
  }
  .site-branding .logo-black {
    display: none;
  }
  .site-branding .logo-white {
    display: block;
  }
  #site-navigation {
    width: auto;
    margin-left: auto;
  }
  .menu-toggle {
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 30px;
    height: 23px;
  }
  .menu-toggle .bar, .menu-toggle:before, .menu-toggle:after {
    left: 0;
  }
  .menu-toggle:before {
    top: 0;
  }
  .menu-toggle .bar {
    top: 10px;
  }
  .menu-toggle:after {
    bottom: 0;
  }
  #site-navigation.toggled .menu-toggle:before, #site-navigation.toggled .menu-toggle:after {
    left: 0;
  }
  #site-navigation.toggled .menu-toggle:before {
    top: 10px;
  }
  #site-navigation.toggled .menu-toggle:after {
    bottom: 10px;
  }
  #site-navigation .search-form {
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 500px) {
  #wpfront-notification-bar .wpfront-message p {
    font-size: 14px;
  }
}
.page-template-page-residency #masthead .menu-toggle, .page-id-1808 #masthead #site-navigation .menu-toggle {
  transition-property: right top;
  transition-duration: 0.2s;
}
.page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
  right: 4%;
  top: 41px;
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  .page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
    right: 26px;
  }
}
@media screen and (max-width: 400px) {
  .page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
    right: 10px;
  }
}

#wpfront-notification-bar-spacer[style*="height: 0px;"] + #page .site-header {
  top: 0 !important;
}

.page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
  margin-top: 33px;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
    max-width: 220px;
  }
}
@media screen and (max-width: 400px) {
  .page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
    margin-left: 2%;
    width: 207px;
  }
}

.page-template-page-residency #content-header {
  padding-left: 7.29%;
  height: auto;
  min-height: 800px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.page-id-1808 #content-header:before {
  content: "";
  pointer-events: none;
  width: 96%;
  height: calc(100% - 30px);
  top: 15px;
  left: 2%;
  border: 6px solid #3E327F;
  -o-border-image: linear-gradient(-45deg, #3E327F, #9BA6EA);
     border-image: linear-gradient(-45deg, #3E327F, #9BA6EA);
  border-image-slice: 2%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .page-id-1808 #content-header:before {
    display: none;
  }
}
.page-template-page-residency #content-header, .page-id-1808 #content-header {
  display: flex;
  align-items: center;
}
.page-template-page-residency #content-header:after, .page-id-1808 #content-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  background-image: linear-gradient(-180deg, #0035FF 9%, #663FF4 92%);
}
.page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
  border-left: 3px solid white;
  bottom: 70px;
  color: white;
  padding: 0 0 0 10px;
  position: absolute;
  right: 80px;
  z-index: 100;
}
@media screen and (max-width: 930px) {
  .page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
    left: 40px;
    right: 40px;
  }
}
.page-template-page-residency #content-header .caption .caption-title, .page-id-1808 #content-header .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.page-template-page-residency #content-header .caption .caption-description, .page-id-1808 #content-header .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}
.page-id-1808 #content-header {
  padding-left: 7.29%;
  padding-right: 7.29%;
  height: 50vh;
}
.page-id-1808 #content-header .handle {
  display: none;
}

.page-our-platform2 #content-header,
.page-about2 #content-header,
.page-our-work2 #content-header,
.page-our-platform-2 #content-header,
.page-about-2 #content-header,
.page-our-work-2 #content-header,
.page-our-platform #content-header,
.page-about #content-header,
.page-our-work #content-header,
.page-our-ecosystem #content-header,
.page-case-study-template #content-header,
.page-template-page-case-study #content-header {
  height: 56.2vh;
}

.page-case-study-template #content-header .header-holder h2,
.page-template-page-case-study #content-header .header-holder h2 {
  font-size: 84px;
  letter-spacing: -0.043em;
}

.header-holder .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .header-holder .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-template-page-residency #content-header .header-holder {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-items: flex-start;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: inherit;
  left: inherit;
  margin-top: 95px;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder {
    width: 100%;
    margin-top: 95px;
    margin-bottom: 45px;
  }
}
.page-template-page-residency #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  text-transform: none;
  text-align: left;
  font-size: 113px;
  color: white;
  margin-top: 0;
  letter-spacing: -3.73px;
  line-height: 111px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
.page-template-page-residency #content-header .header-holder h3 {
  text-align: left;
}
.page-id-1808 #content-header .header-holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: inherit;
  left: inherit;
}
.page-id-1808 #content-header .header-holder h2 {
  font-size: 96px;
  color: white;
  text-transform: none;
  letter-spacing: -3.17px;
  line-height: 103px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-id-1808 #content-header .header-holder h2 {
    font-size: 52.8px;
    line-height: 58px;
  }
}
.page-template-page-residency #content-header .header-holder h3, .page-template-page-residency #content-header .header-holder h2, .page-template-page-residency #content-header .header-holder .buttons, .page-id-1808 #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h2, .page-id-1808 #content-header .header-holder .buttons {
  width: 100%;
}
.page-template-page-residency #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h3 {
  order: 2;
  text-transform: none;
  font-size: 18px;
  color: white;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 15px;
  padding-right: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h3 {
    font-size: 14px;
    line-height: 25px;
    padding-right: 0;
  }
}
.page-template-page-residency #content-header .header-holder h2, .page-id-1808 #content-header .header-holder h2 {
  order: 1;
}

body.page-template-page-work #content-header .header-holder {
  width: 100%;
}

body.page-template-page-work #content-header .header-holder h2 {
  font-size: 80px;
}
body.page-template-page-work #content-header .header-holder h2 span {
  font-size: inherit;
}
@media screen and (max-width: 1300px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 900px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 30px;
  }
}

#page {
  position: relative;
}

.wrapper, .standard-block {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

.standard-block {
  margin-bottom: 85px;
  margin-top: 88px;
  max-width: 980px;
}
.standard-block h2 {
  margin-bottom: 82px;
}

.white-underline span {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}

blockquote cite {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  font-style: inherit;
}

blockquote p span {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 38px;
  letter-spacing: 0.008em;
  line-height: 1.132;
}

.c-team-members .l-grid.l-grid--3up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-team-members .l-grid.l-grid--3up h3 {
  color: black;
}
.c-team-members .l-grid.l-grid--3up h5 {
  color: #1F4265;
}

.flg-no-lines.feat-links-stacked a.feat-link:before {
  background-image: none;
}

.page-id-1808 .content-area {
  position: relative;
}
.page-id-1808 .content-area:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  background-image: linear-gradient(-180deg, #0035FF 9%, #663FF4 92%);
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .content-area:before {
    margin-top: 15%;
  }
}

.page-id-1808 .entry-content {
  margin-left: 7%;
  margin-right: 7%;
  width: 86%;
  margin-top: -5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .entry-content {
    margin-top: -15%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    width: 91%;
  }
}

.page-template-page-residency .wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 8.4%;
  padding-right: 8.4%;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .about .wrapper {
  position: relative;
}
.page-template-page-residency .about .wrapper:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black.svg) no-repeat center center;
}
.page-template-page-residency .when .wrapper {
  position: relative;
}
.page-template-page-residency .when .wrapper:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black-down.svg) no-repeat center center;
}
.page-template-page-residency .team .wrapper, .page-template-page-residency .when .wrapper, .page-template-page-residency .about .wrapper {
  background: black;
  padding-left: 13.4%;
  padding-right: 13.4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team .wrapper, .page-template-page-residency .when .wrapper, .page-template-page-residency .about .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .team .wrapper.jury, .page-template-page-residency .when .wrapper.jury, .page-template-page-residency .about .wrapper.jury {
  background: transparent;
}
.page-template-page-residency .team .wrapper {
  padding-top: 6%;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team .wrapper {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.page-template-page-residency .hwt .wrapper {
  padding-left: 13.4%;
  padding-right: 13.4%;
  padding-top: 3%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .about .wrapper, .page-template-page-residency .when .wrapper {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .wrapper, .page-template-page-residency .when .wrapper {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.page-template-page-residency .past-residencies .wrapper {
  padding-bottom: 4%;
}

.panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 38px;
  letter-spacing: 0.008em;
  line-height: 1.132;
}
.panel-title strong, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 strong {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .panel-title strong, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 strong {
    -webkit-filter: url("#simple-black-underline");
            filter: url("#simple-black-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-template-page-residency .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency h2 {
  font-size: 29px;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency h2 {
    text-align: left;
  }
}
.page-template-page-residency .past-residencies .panel-title, .page-template-page-residency .past-residencies .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .past-residencies h2 {
  font-size: 80px;
  line-height: 108px;
  margin-bottom: 3%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-title, .page-template-page-residency .past-residencies .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .past-residencies h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
.page-template-page-residency .why .panel-title, .page-template-page-residency .why .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why h2, .page-template-page-residency .hwt .panel-title, .page-template-page-residency .hwt .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt h2 {
  position: relative;
  padding-left: 110px;
  text-align: left;
}
.page-template-page-residency .why .panel-title:before, .page-template-page-residency .why .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why h2:before, .page-template-page-residency .hwt .panel-title:before, .page-template-page-residency .hwt .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 97px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-template-page-residency .team .panel-title, .page-template-page-residency .team .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2 {
  font-size: 40px;
  line-height: 40px;
}
.page-template-page-residency .team .panel-title:after, .page-template-page-residency .team .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2:after {
  content: "";
  display: block;
  position: relative;
  width: 59px;
  background-color: white;
  height: 3px;
  margin-top: 25px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-residency .about .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .page-template-page-residency .team .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2, .page-template-page-residency .when .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2, .page-template-page-residency .eligibility .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .page-template-page-residency .team .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2, .page-template-page-residency .when .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2, .page-template-page-residency .eligibility .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2 {
    text-align: center;
  }
}
.page-template-page-residency .when .panel-title:after, .page-template-page-residency .when .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2:after, .page-template-page-residency .eligibility .panel-title:after, .page-template-page-residency .eligibility .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2:after, .page-template-page-residency .hwt .holder-3 .panel-title:after, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  background-color: white;
  height: 3px;
  margin-top: 15px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-residency .hwt .holder-3 .panel-title, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2 {
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .holder-3 .panel-title, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2 {
    text-align: left;
    padding-left: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .holder-3 .panel-title:after, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-residency .hwt .holder-3 .panel-title:before, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:before {
    display: none;
  }
}

.page-template-page-residency .past-residencies .panel-subtitle {
  font-family: sofia-pro, sans-serif;
  font-size: 40px;
  color: white;
  letter-spacing: 0;
  line-height: 41px;
  position: relative;
  padding-left: 80px;
  font-weight: 700;
}
.page-template-page-residency .past-residencies .panel-subtitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 72px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-template-page-residency .about .panel-subtitle {
  width: 50%;
  color: #CCD1EE;
  font-size: 24px;
  color: #CCD1EE;
  letter-spacing: 0;
  text-align: right;
  line-height: 42px;
  font-family: sofia-pro, sans-serif;
  padding-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-subtitle {
    width: 100%;
    text-align: left;
  }
}

.page-template-page-residency .why .panel-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-image {
    width: 100%;
    margin-bottom: 5%;
  }
}
.page-template-page-residency .why .panel-image .panel-image-holder {
  position: relative;
}
.page-template-page-residency .why .panel-image .panel-image-holder:before {
  background-image: linear-gradient(-177deg, rgba(114, 79, 155, 0.14) 52%, rgba(123, 96, 255, 0.57) 97%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-template-page-residency .why .panel-image .panel-image-holder img {
  box-shadow: 0 66px 110px 0 rgba(26, 14, 92, 0.3);
  display: block;
}
.page-template-page-residency .why .panel-image .caption {
  border-left: 3px solid white;
  color: white;
  margin: 27px 0 0 45px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 930px) {
  .page-template-page-residency .why .panel-image .caption {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-image .caption {
    left: 40px;
    right: 40px;
    width: calc(100% - 90px);
  }
}
.page-template-page-residency .why .panel-image .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.page-template-page-residency .why .panel-image .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}

.page-template-page-residency .about .panel-content {
  width: 50%;
  color: white;
  text-align: left;
  padding-left: 1.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-content {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-page-residency .team .panel-content {
  margin-bottom: 0;
}
.page-template-page-residency .when .panel-content {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-residency .past-residencies .panel-content {
  padding-left: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-content {
    padding-left: 0;
  }
}
.page-template-page-residency .panel-content {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 17%;
}
.page-template-page-residency .panel-content h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: white;
  letter-spacing: 0;
  line-height: 28px;
}
.page-template-page-residency .panel-content ul {
  padding: 0;
  margin: 0;
}
.page-template-page-residency .panel-content li {
  margin-bottom: 5%;
  line-height: 27px;
}

.page-template-page-residency .why .panel-content-holder {
  width: 50%;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-content-holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-residency .why .panel-content-holder .panel-title, .page-template-page-residency .why .panel-content-holder .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why .panel-content-holder h2 {
    font-size: 40px;
    margin-left: -42.98401421%;
    margin-bottom: 0;
    margin-right: 20%;
  }
}
.page-template-page-residency .why .panel-content-holder .panel-content {
  color: white;
}
.page-template-page-residency .why .panel-content-holder .panel-content:before {
  background-image: linear-gradient(270deg, white 0%, #A3B1F4 100%);
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 40px;
  width: 50%;
}
.page-template-page-residency .why .panel-content-holder .panel-content p {
  font-size: 16px;
  line-height: 2;
}
.page-template-page-residency .why .panel-content-holder .panel-content p:first-child {
  font: 20px/1.7 sofia-pro, sans-serif;
}
.page-template-page-residency .hwt .panel-content-holder {
  width: 45%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .panel-content-holder {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-page-residency .hwt .panel-content-holder.holder-2 {
  margin-right: 0;
}
.page-template-page-residency .hwt .panel-content-holder.holder-3 {
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding-left: 12%;
  padding-right: 12%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .panel-content-holder.holder-3 {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.page-template-page-residency .past-residencies .panel-content-holder {
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-content-holder {
    width: 100%;
  }
}

.page-template-page-residency .hwt {
  background-size: cover;
  background-position: center;
  padding-top: 10%;
  padding-bottom: 3%;
}

.page-template-page-residency .why {
  background-image: linear-gradient(-179deg, #ADA6E8 0%, #9DBAFF 54%, #B8AEFD 98%);
  padding-bottom: 7%;
  padding-top: 5%;
}

.page-template-page-residency .team {
  background-image: linear-gradient(-179deg, #ADA6E8 0%, #9DBAFF 54%, #B8AEFD 98%);
}

.page-template-page-residency .team_members {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 12.9%;
  padding-right: 12.9%;
  padding-bottom: 5%;
  margin-top: -6.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team_members {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .team_members > li {
  width: 31%;
  box-shadow: 0 2px 59px 0 rgba(0, 0, 0, 0.5);
  margin-right: 3.5%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team_members > li {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-page-residency .team_members > li:nth-of-type(3n), .page-template-page-residency .team_members > li:last-of-type {
  margin-right: 0;
}
.page-template-page-residency .team_members a {
  display: flex;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
  padding-left: 7.4%;
  padding-right: 15.5%;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .page-template-page-residency .team_members a {
    padding-right: 7.4%;
  }
}
.page-template-page-residency .team_members a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-43deg, rgba(0, 37, 144, 0.81) 21%, rgba(119, 92, 255, 0.48) 72%);
}
.page-template-page-residency .team_members a:after {
  content: "";
  pointer-events: none;
  width: 104%;
  height: calc(100% + 16px);
  top: -8px;
  left: -2%;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition-property: width, height, opacity, top, left;
  tranisiont-duration: 0.3s;
}
.page-template-page-residency .team_members a:hover:after {
  opacity: 0.35;
  width: 96%;
  top: 8px;
  left: 2%;
  height: calc(100% - 16px);
}

.page-template-page-residency .team-meta .company_link {
  display: block;
  margin: 7px 0 0;
  color: white;
  font: 15px/1.3 sofia-pro, sans-serif;
}
.page-template-page-residency .team-meta .company_link .position {
  padding-right: 5px;
}
.page-template-page-residency .team-meta .company_link .position + .company {
  border-left: 1px solid white;
  padding-left: 5px;
}

.page-template-page-residency .team-meta .name {
  color: white;
  font-family: sofia-pro, sans-serif;
  display: block;
  font-size: 29px;
  color: white;
  letter-spacing: 0;
  line-height: 31px;
}

.page-template-page-residency .team-meta .title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  letter-spacing: 1.53px;
  line-height: 29px;
}

.page-template-page-residency .team-meta {
  position: relative;
  width: 100%;
  padding-top: 20vw;
  padding-bottom: 2vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team-meta {
    padding-top: 86vw;
    padding-bottom: 4vw;
  }
}

.page-template-page-residency .when {
  position: relative;
  background: black;
  position: relative;
}
.page-template-page-residency .when p {
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  margin-bottom: 4%;
}
.page-template-page-residency .when p strong {
  font-size: 40px;
  margin-top: 10px;
  display: block;
  font-family: sofia-pro, sans-serif;
}
.page-template-page-residency .when p em {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #9497B8;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.page-template-page-residency .when:before {
  content: "";
  pointer-events: none;
  width: 98%;
  height: calc(100% - 16px);
  top: 0;
  left: 1%;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}

.page-template-page-residency .eligibility {
  position: relative;
  padding-left: 19.1%;
  padding-right: 19.1%;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  /*
  &:before {
  	content: "";
  	pointer-events: none;
  	width: 98%;
  	height: calc(100% - 16px);
  	top: 16px;
  	left: 1%;
  	border-top: 3px solid white;
  	border-right: 3px solid white;
  	border-left: 3px solid white;
  	opacity: .2;
  	position: absolute;
  	z-index: 2;
  }
  */
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .eligibility {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .eligibility .wrapper {
  background: transparent;
}
.page-template-page-residency .eligibility .wrapper .panel-content {
  text-align: left;
}

.page-template-page-residency .past-residencies {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-residency .past-residencies:before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.68;
  background-image: linear-gradient(50deg, #02227F 22%, #3823A0 54%, rgba(149, 130, 246, 0) 82%, rgba(239, 235, 255, 0.02) 100%);
}

.page-template-page-residency .entry-footer {
  background: black;
  padding-left: 13.4%;
  padding-right: 13.4%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  position: relative;
}
.page-template-page-residency .entry-footer:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black-down.svg) no-repeat center center;
}
.page-template-page-residency .entry-footer h2 {
  font-family: sofia-pro, sans-serif;
  font-size: 33px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 39px;
}
.page-template-page-residency .entry-footer p.logo {
  background: url("../_img/logo.png") center center/contain no-repeat;
  display: inline-block;
  height: 31px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.logo {
    background-position: center center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.future-logo {
  background: url("../_img/faber-logo.png") center center/contain no-repeat;
  display: inline-block;
  height: 27px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.future-logo {
    background-position: center center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.copyright {
  color: white;
  display: inline-block;
  font: normal 10px/1 urw-din, sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.copyright {
    text-align: center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.instagram {
  display: inline-block;
  font: normal 10px/1 urw-din, sans-serif;
  vertical-align: middle;
  width: 33%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.instagram {
    text-align: center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.instagram a {
  font-family: sofia-pro, sans-serif;
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: 100%;
  padding-left: 38px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  text-decoration: none;
  color: white;
  background: url("../_img/instagram.svg") no-repeat center left/22px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.instagram a {
    background-size: 25px;
    padding-left: 30px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-page-residency #content-header .header-holder .buttons {
  order: 3;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.page-template-page-residency #content-header .header-holder .buttons .button {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder .buttons .button {
    min-width: 145px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-residency #content-header .header-holder .buttons .button {
    width: 100%;
  }
}

.page-template-page-residency .button, .page-id-1808 .button {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.page-template-page-residency .button.arrow-right, .page-id-1808 .button.arrow-right {
  background-image: url(../_img/right-arrow.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.page-template-page-residency .button.arrow-right:hover, .page-id-1808 .button.arrow-right:hover {
  background-image: url(../_img/right-arrow-black.svg);
}
.page-template-page-residency .button.arrow-left, .page-id-1808 .button.arrow-left {
  background-image: url(../_img/left-arrow.svg);
  background-position: 10% center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.page-template-page-residency .mfp-content, .page-id-1808 .mfp-content {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content, .page-id-1808 .mfp-content {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content > div, .page-id-1808 .mfp-content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #F8FBFF;
  text-align: left;
}
.page-template-page-residency .mfp-content .team-image, .page-id-1808 .mfp-content .team-image {
  width: 44.6%;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-image, .page-id-1808 .mfp-content .team-image {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content .team-image:after, .page-id-1808 .mfp-content .team-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
  background-image: linear-gradient(23deg, rgba(0, 37, 144, 0.81) 11%, rgba(10, 39, 152, 0.8) 11%, rgba(74, 48, 201, 0.68) 36%, rgba(149, 130, 246, 0) 66%, rgba(239, 235, 255, 0.02) 100%);
}
.page-template-page-residency .mfp-content .team-image img, .page-id-1808 .mfp-content .team-image img {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-image img, .page-id-1808 .mfp-content .team-image img {
    display: block;
  }
}
.page-template-page-residency .mfp-content .team-info, .page-id-1808 .mfp-content .team-info {
  width: 55.4%;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-info, .page-id-1808 .mfp-content .team-info {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content .team-info h2, .page-id-1808 .mfp-content .team-info h2 {
  font-family: sofia-pro, sans-serif;
  font-size: 46px;
  color: #1A0828;
  letter-spacing: 0;
  line-height: 46px;
  margin-bottom: 4.5%;
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info h3, .page-id-1808 .mfp-content .team-info h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
  letter-spacing: 1.65px;
  line-height: 22px;
  margin-bottom: 1%;
  margin-top: 18%;
}
.page-template-page-residency .mfp-content .team-info h4, .page-id-1808 .mfp-content .team-info h4 {
  /* GINKGO BIOWORKS - BO: */
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  letter-spacing: 1.41px;
  line-height: 22px;
  margin-bottom: 6.63716814%;
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info h4 a, .page-id-1808 .mfp-content .team-info h4 a {
  border-left: 1px solid black;
  color: black;
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
  text-decoration: none;
}
.page-template-page-residency .mfp-content .team-info h4 a:before, .page-id-1808 .mfp-content .team-info h4 a:before {
  background: #B289CE;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 5px;
  position: absolute;
  right: 0;
}
.page-template-page-residency .mfp-content .team-info h4 a.external:after, .page-id-1808 .mfp-content .team-info h4 a.external:after {
  background: url("../_img/icon-external-purple.svg") center center/contain;
  content: "";
  display: block;
  height: 16px;
  left: 104%;
  position: absolute;
  top: 0;
  width: 16px;
}
.page-template-page-residency .mfp-content .team-info h5, .page-id-1808 .mfp-content .team-info h5 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
  letter-spacing: 1.65px;
  line-height: 22px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.page-template-page-residency .mfp-content .team-info h5 + p, .page-id-1808 .mfp-content .team-info h5 + p {
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info .bio p:first-of-type, .page-id-1808 .mfp-content .team-info .bio p:first-of-type {
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info p, .page-id-1808 .mfp-content .team-info p {
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #1E1313;
}

.past-residencies .wrapper h2.panel-title, .past-residencies .wrapper .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .past-residencies .wrapper h2 {
  margin-bottom: 0;
}
.past-residencies .wrapper h3.panel-subtitle {
  font-size: 21px;
  line-height: 1.2;
  margin: -15px 0 2.67857143%;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper h3.panel-subtitle {
    margin: 0 0 10px;
  }
}
.past-residencies .wrapper h3.panel-subtitle:before {
  display: none;
}
.past-residencies .wrapper .panel-content-holder {
  width: 100%;
}
.past-residencies .wrapper .panel-content-holder .residency {
  margin: 0 0 44px;
  position: relative;
}
.past-residencies .wrapper .panel-content-holder .residency .year {
  color: rgba(255, 255, 255, 0.1);
  display: block;
  font: 102px/1 sofia-pro, sans-serif;
  letter-spacing: -3.4px;
  position: absolute;
  left: -13%;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency .year {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    text-align: center;
    font-size: 74px;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a {
  box-shadow: 0 66px 110px 0 rgba(26, 14, 92, 0.86);
  color: white;
  display: flex;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a {
    flex-direction: column;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  padding: 0 0 22.95492487%;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_name {
    padding: 0 0 76%;
    width: 100%;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name:before {
  background-image: linear-gradient(-185deg, rgba(106, 78, 139, 0) 0%, rgba(80, 85, 225, 0.45) 84%, rgba(88, 62, 215, 0.5) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name .name {
  bottom: 12px;
  font: 26px/1.57 sofia-pro, sans-serif;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 10;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_post {
    padding: 0 0 76%;
    width: 100%;
    text-align: center;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post:after {
  background: url("../_img/residency-post-more.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 55px;
  margin-top: -27.5px;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 55px;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption {
  bottom: 26px;
  position: absolute;
  right: 26px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption {
    text-align: center;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}

.pp-multiple-authors-layout-simple_list {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
}
@media screen and (min-width: 767px) {
  .pp-multiple-authors-layout-simple_list {
    padding-top: 55px;
  }
}

.single-post .entry-meta .date {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #fff;
}

.single-post article .entry-content .pp-multiple-authors-layout-simple_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.single-post article div.pp-multiple-authors-layout-simple_list ul li {
  border: none;
  flex: 0 50%;
  max-width: 50%;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media screen and (min-width: 767px) {
  .single-post article div.pp-multiple-authors-layout-simple_list ul li {
    margin-bottom: 37px;
  }
}

.single-post article div.pp-multiple-authors-layout-simple_list ul li a {
  color: #89a29e;
  font: normal 19px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  text-decoration: none;
  margin: 3px 0 0;
  pointer-events: none;
  display: inline-block;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 767px) {
  .single-post article div.pp-multiple-authors-layout-simple_list ul li a {
    font: normal 26px/100% ivypresto-headline, serif;
  }
}

.entry-content div.pp-multiple-authors-layout-simple_list h2.widget-title {
  color: #08c69f;
  margin-bottom: 18px;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .entry-content div.pp-multiple-authors-layout-simple_list h2.widget-title {
    margin-bottom: 45px;
    font-size: 18px;
  }
}

div.pp-multiple-authors-layout-simple_list ul li:before {
  display: none;
}

.entry-content div.pp-multiple-authors-layout-simple_list ul li img.avatar, .entry-content div.pp-multiple-authors-layout-simple_list ul li img.photo {
  position: relative;
  order: 1;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 auto;
  vertical-align: middle;
  width: 40px;
  margin-bottom: 11px;
}
@media screen and (min-width: 767px) {
  .entry-content div.pp-multiple-authors-layout-simple_list ul li img.avatar, .entry-content div.pp-multiple-authors-layout-simple_list ul li img.photo {
    border: 4px solid #ebebeb;
    margin-bottom: 12px;
    width: 56px;
    height: 56px;
  }
}

.site-footer {
  position: relative;
  z-index: 9;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 98%);
  transition: all 0.25s ease;
  padding: 121px 0 145px;
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-weight: 600;
  color: white;
}
.site-footer .fancy-serif,
.site-footer .fancy-underline {
  color: inherit;
}
.site-footer.toggled {
  opacity: 0.75;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.site-footer p, .site-footer .widget-title, .site-footer ul, .site-footer ol {
  font-weight: inherit;
  color: inherit;
}

.site-footer .col-6 {
  width: 50%;
  float: left;
}

.site-footer .col-5 {
  width: 41.6667%;
  float: right;
  margin-left: 20px;
}

.site-footer .logo {
  margin-bottom: 89px;
}

.site-footer ul {
  padding: 0;
  list-style-type: none;
}

.site-footer a {
  padding: 0;
  color: inherit;
  text-decoration: none;
}

#footer-menu {
  margin-bottom: 95px;
  margin-left: -20px;
  font-size: 23px;
  letter-spacing: -0.05em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

#footer-menu li {
  margin-bottom: 37px;
  margin-left: 20px;
  line-height: 1.261;
}

.subfooter {
  font-size: 14px;
  padding-top: 38px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: -0.01em;
  line-height: 1.286;
}

.subfooter .copyright {
  float: right;
}

.subfooter div,
#subfooter-menu {
  display: inline;
}

#subfooter-menu {
  margin: 0;
}

#subfooter-menu li {
  display: inline;
  float: left;
}

#subfooter-menu li + li:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: white;
  opacity: 0.3;
  position: relative;
  top: -2px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.site-footer .widget-title {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 31px;
}

.site-footer .widget {
  margin: 0;
}

.site-footer .widget p {
  font-weight: 500;
}

.site-footer .widget + .widget {
  margin-top: 64px;
}

.site-footer .widget li {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 820px) {
  .site-footer .widget li {
    margin-right: 26px;
  }
}

.site-footer .social {
  margin: 0 0 20px;
}

.site-footer .social a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -10000px;
  height: 40px;
  width: 40px;
}
.site-footer .social a.tw {
  background-image: url("../_img/icon-twitter.png");
}
.site-footer .social a.li {
  background-image: url("../_img/icon-linkedin.png");
}
.site-footer .social a.in {
  background-image: url("../_img/icon-instagram.png");
}

.site-footer form {
  max-width: 421px;
  position: relative;
}

.site-footer form input[type=email] {
  display: inline-block;
  background: transparent;
  padding: 17px 83px 29px 34px;
  border: 2px solid white;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  font-size: 31px;
  letter-spacing: 0.011em;
  line-height: 1.419;
  width: 100%;
}
.site-footer form input[type=email]::-webkit-input-placeholder {
  color: inherit;
}
.site-footer form input[type=email]::-moz-placeholder {
  color: inherit;
}
.site-footer form input[type=email]::placeholder {
  color: inherit;
}

.site-footer form label {
  font-size: 16px;
}

.site-footer .hs-error-msgs {
  margin: 0;
}

.site-footer .hs-error-msgs li {
  margin: 10px 0 0;
}

.site-footer form .field > label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-footer form input.button,
.site-footer .hs-button {
  position: absolute;
  font-size: 0;
  padding: 20px;
  border-radius: 50%;
  right: 15px;
  height: 20px;
  width: 20px;
  top: 17px;
  border: none;
  box-shadow: none;
  background-image: url("../_img/right-arrow.svg");
  background-size: 53% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer form input.button:hover, .site-footer form input.button:focus,
.site-footer .hs-button:hover,
.site-footer .hs-button:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .submitted-message {
  margin-bottom: 20px;
}

.site-footer .hs-button:hover, .site-footer .hs-button:focus {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .site-footer .logo {
    max-width: 180px;
    margin-bottom: 56px;
  }
  .site-footer .col-5,
.site-footer .col-6 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .site-footer .widget:last-of-type {
    margin-bottom: 64px;
  }
  .site-footer form input.button {
    top: 5px;
  }
  .site-footer .widget-title {
    font-size: 12px;
    margin-bottom: 17px;
  }
  #footer-menu {
    font-size: 16px;
    margin-bottom: 55px;
  }
  #footer-menu li {
    margin-bottom: 29px;
  }
  .site-footer .social a {
    width: 24px;
    height: 24px;
  }
  #subfooter-menu {
    padding-top: 16px;
    font-size: 12px;
    margin-top: 59px;
  }
  .site-footer form input[type=email] {
    padding: 15px 24px 18px;
    font-size: 20px;
  }
}
#gform_wrapper_6,
#gform_confirmation_wrapper_6 {
  color: white;
  background-color: black;
  margin: 0;
  padding: 50px 0 80px;
}

#gform_wrapper_6 form,
#gform_confirmation_wrapper_6 .gform_confirmation_message {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

#gform_wrapper_6 .gfield {
  padding: 0;
  margin: 0;
}

#gform_wrapper_6 .gfield + .gfield {
  padding-top: 35px;
}

#gform_wrapper_6 h1 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  color: white;
  font-size: 48px;
  max-width: 8em;
}
#gform_wrapper_6 h1 .fancy-serif,
#gform_wrapper_6 h1 .fancy-underline {
  color: inherit;
}
#gform_wrapper_6 h1 strong {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  #gform_wrapper_6 h1 strong {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

#gform_wrapper_6 .top_label div.ginput_container {
  margin-top: 0;
}

#gform_wrapper_6 textarea,
#gform_wrapper_6 select,
#gform_wrapper_6 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: white;
  font-size: 27px;
  line-height: 1.4814814815;
  height: auto;
  padding: 0;
}

#gform_wrapper_6 textarea,
#gform_wrapper_6 select,
#gform_wrapper_6 .top_label div.ginput_container_multiselect,
#gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0;
  width: 100%;
  transition: 4ms;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: white;
  padding: 9px 20px 11px;
  max-width: 500px;
  margin-top: 6px;
}
#gform_wrapper_6 textarea:focus,
#gform_wrapper_6 select:focus,
#gform_wrapper_6 .top_label div.ginput_container_multiselect:focus,
#gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}

#gform_wrapper_6 .chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.1128571429em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 9px 20px 9px 10px;
  background-image: none;
  background-color: white;
  border: none;
  color: black;
}

#gform_wrapper_6 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 11px;
}

#gform_wrapper_6 textarea {
  height: 270px;
}

#gform_wrapper_6 ::-webkit-input-placeholder {
  color: #969696;
}

#gform_wrapper_6 ::-moz-placeholder {
  color: #969696;
}

#gform_wrapper_6 ::placeholder {
  color: #969696;
}

#gform_wrapper_6 label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1128571429em;
  line-height: 1.5714285714;
  font-weight: 900;
  color: white;
  display: block;
}

#gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-width: 0 0 2px 0;
  padding: 0 0 10px;
}
#gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-width: 0 0 2px 0;
}

#gform_wrapper_6 select,
#gform_wrapper_6 .ginput_container_multiselect {
  padding-right: 9.75%;
  background: url(../_img/dropdown-gradient.svg) no-repeat center right 9.75%/21px;
}

#gform_wrapper_6 .chosen-choices,
.gform_wrapper .chosen-container-active .chosen-choices {
  padding-left: 0;
  border: none;
  box-shadow: none;
}

#gform_wrapper_6 .ginput_container_multiselect .chosen-container-multi .chosen-choices input.chosen-search-input {
  background: none;
}

#gform_wrapper_6 .gform_footer {
  padding: 0;
  margin-top: 70px;
}

#gform_wrapper_6 .gform_footer input[type=submit] {
  font-size: 14px;
  padding: 27px 20px 30px;
  min-width: 285px;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}

#gform_wrapper_6 .chosen-container .chosen-choices,
#gform_wrapper_6 .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: white !important;
  background: none !important;
}

@media only screen and (max-width: 641px) {
  #gform_wrapper_6 div.chosen-container.chosen-container-multi[style] {
    width: 90% !important;
  }
}
@media only screen and (min-width: 641px) {
  body #gform_wrapper_6 select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
    width: 90% !important;
  }
}
@media screen and (min-width: 767px) {
  #gform_wrapper_6 {
    padding: 163px 0 52px;
  }
  #gform_wrapper_6 h1 {
    font-size: 53px;
  }
  #gform_wrapper_6 form {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  #gform_wrapper_6 .gform_footer {
    text-align: right;
  }
  #gform_wrapper_6 .gform_footer input[type=submit] {
    margin: 0;
  }
  #gform_wrapper_6 textarea {
    padding-top: 0.7407407407em;
    height: 420px;
    margin-bottom: 100px;
  }
  #gform_wrapper_6 textarea,
#gform_wrapper_6 select,
#gform_wrapper_6 .top_label div.ginput_container_multiselect,
#gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-top: 0.4814814815em;
  }
}
#gform_confirmation_wrapper_6 .gform_confirmation_message {
  padding: 60px 0;
  color: white;
}
#gform_confirmation_wrapper_6 .gform_confirmation_message h1, #gform_confirmation_wrapper_6 .gform_confirmation_message h2, #gform_confirmation_wrapper_6 .gform_confirmation_message h3, #gform_confirmation_wrapper_6 .gform_confirmation_message h4, #gform_confirmation_wrapper_6 .gform_confirmation_message h5, #gform_confirmation_wrapper_6 .gform_confirmation_message h6 {
  color: inherit;
}
#gform_confirmation_wrapper_6 .gform_confirmation_message h1 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h1 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h2 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h2 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h3 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h3 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h4 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h4 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h5 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h5 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h6 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h6 b {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  #gform_confirmation_wrapper_6 .gform_confirmation_message h1 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h1 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h2 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h2 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h3 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h3 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h4 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h4 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h5 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h5 b, #gform_confirmation_wrapper_6 .gform_confirmation_message h6 strong, #gform_confirmation_wrapper_6 .gform_confirmation_message h6 b {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media screen and (min-width: 1240px) {
  #gform_wrapper_6 h1 {
    font-size: 78px;
    margin-bottom: 45px;
  }
  #gform_wrapper_6 .gfield,
#gform_wrapper_6 .gform_footer {
    padding-left: 10%;
  }
  #gform_wrapper_6 .gfield + .gfield {
    padding-top: 42px;
  }
  #gform_wrapper_6 textarea,
#gform_wrapper_6 select,
#gform_wrapper_6 .top_label div.ginput_container_multiselect {
    padding: 14px 22px 17px;
  }
  #gform_wrapper_6 textarea {
    height: 412px;
  }
  #gform_wrapper_6 input:not(.chosen-search-input):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 0 18px;
  }
  #gform_wrapper_6 .gform_footer input[type=submit] {
    padding: 34px 34px 38px;
  }
  #gform_confirmation_wrapper_6 .gform_confirmation_message {
    padding: 200px 0;
  }
}
/**
 * 
 * a soft reset of the styles that cookiebot uses
 * 
**/
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: inherit !important;
  border-color: inherit !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: inherit !important;
  border-color: inherit !important;
}

#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialogHeaderLogosWrapper a {
  display: none !important;
}

/**
 * 
 * Global styles
 * 
**/
/*The tabs at the top*/
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 3px solid #06C6A0 !important;
  color: black !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-family: ivypresto-headline, serif;
  font-size: 32px;
  line-height: 1.088;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #06C6A0 !important;
}

/*The sliders*/
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #06C6A0 !important;
}

#CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #D6D6D6 !important;
  pointer-events: none;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #06C6A0 !important;
  text-decoration: underline !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: #06C6A0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #06C6A0 !important;
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge.CybotMultilevel .CybotCookiebotScrollContainer {
    width: auto !important;
  }
}
/*Logo cell*/
#CybotCookiebotDialogHeader {
  display: none !important;
}

/*Button cell*/
@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
    max-width: none !important;
  }
}
@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogFooter {
    position: inherit !important;
  }
}
@media screen and (max-width: 600px) {
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper button {
    max-width: 100%;
    width: auto !important;
  }
}
/*Show details link*/
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none !important;
}

/*Main Buttons*/
@media screen and (max-width: 600px) {
  #CookiebotWidget #CookiebotWidget-buttons button {
    width: 80% !important;
  }
}
@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper:not(.CybotCookiebotDialogHide) + #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
    width: 186px !important;
  }
}
/*Allow all button*/
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  /*  padding-right: 45px;
    padding-left: 45px;*/
  line-height: 1.1;
  color: white;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: ease-out 0.28s;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active {
  color: white;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:after,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:after,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:after,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: -2;
  transition: inherit;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:before {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  left: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  opacity: 0.7;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-radius: 100%;
  z-index: -1;
  transition: inherit;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover:before, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:active:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:active:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:active:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/*Deny and Allow Selection buttons*/
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  /*  padding-right: 45px;
    padding-left: 45px;*/
  line-height: 1.1;
  color: black;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  /*display: inline-block;*/
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: ease-out 0.28s;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:after,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:after,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline:after,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:after {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  transition: inherit;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:before,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline:before,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transform: none;
  border-radius: 0;
  width: auto;
  background-image: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 2px solid;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:active,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:active {
  border-color: #08c69f !important;
}

/**
 * 
 * Tab specific styles
 * 
**/
/*Consent*/
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  font-family: sofia-pro, sans-serif;
}

#CybotCookiebotDialog h2 {
  font-weight: 700;
}

/*Details*/
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #06C6A0 !important;
}

#CybotCookiebotDialog label {
  font-family: sofia-pro, sans-serif;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard {
  font-family: sofia-pro, sans-serif;
}

/*About*/
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  font-family: sofia-pro, sans-serif !important;
}

/**
 * 
 * Widget
 * 
**/
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #06C6A0 !important;
  text-decoration: underline !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #06C6A0 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: black !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo {
  box-shadow: none;
}

/**
 * 
 * Cookie Declaration Page
 * 
**/
.page-cookie-declaration #content-header {
  height: 56.2vh;
}
.page-cookie-declaration .CookieDeclaration {
  font-family: sofia-pro, sans-serif;
}
.page-cookie-declaration .site-main a {
  color: #08c69f;
}

.panels_our-work .panel {
  padding: 6% 11.45833334%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel {
    padding: 10% 15px 9%;
  }
}
.panels_our-work .panel.panel_blocks_panel {
  padding-left: 3.54166667%;
  padding-right: 3.54166667%;
}
.panels_our-work .panel.panel-background-gray {
  background: #F6F6F4;
}
.panels_our-work .panel.panel-background-half-white:before {
  background: #F6F6F4;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.panels_our-work .panel.panel-background-half-white * {
  position: relative;
  z-index: 2;
}
.panels_our-work .panel h3.panel-subtitle {
  text-align: center;
  margin: 0 auto 20px;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
}
.panels_our-work .panel h2.panel-title, .panels_our-work .panel .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .panels_our-work .panel h2 {
  margin: 0 0 17px;
  text-align: center;
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel h2.panel-title, .panels_our-work .panel .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .panels_our-work .panel h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.panels_our-work .panel div.panel-content p {
  margin: 0 auto 1.25rem;
  text-align: center;
  max-width: 927px;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-content p, .panels_our-work .panel div.panel-content ul {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1rem;
  }
}
.panels_our-work .panel div.panel-blocks {
  box-shadow: 0 18px 94px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks {
    flex-wrap: wrap;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block {
  border-right: 1px solid #DEDEDE;
  display: flex;
  flex: 1 1 50%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block {
    flex: 1 1 100%;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block:nth-child(2n) {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block:nth-child(2n) {
    border-top: 1px solid #DEDEDE;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block:nth-child(n+3) {
  border-top: 1px solid #DEDEDE;
}
.panels_our-work .panel div.panel-blocks .panel-block a {
  background: white;
  color: #404040;
  display: block;
  font-size: 18px;
  line-height: 1.55;
  padding: 6.20155039% 11.04651163% 80px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block a {
    padding: 10% 10% 80px;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block a h4.block-title {
  display: none;
}
.panels_our-work .panel div.panel-blocks .panel-block a img {
  display: block;
  height: auto;
  margin: 0 auto 6%;
  max-height: 39px;
  width: auto;
}
.panels_our-work .panel div.panel-blocks .panel-block a p {
  margin: 0 auto 30px;
  max-width: 442px;
}
.panels_our-work .panel div.panel-blocks .panel-block a span.link {
  border-top: 1px solid #DEDEDE;
  bottom: 0;
  color: #1F4265;
  display: block;
  font: bold 14px/1 sofia-pro, sans-serif;
  left: 0;
  letter-spacing: 1.7px;
  padding: 30px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.panels_our-work .panel div.panel-blocks .panel-block a span.link svg {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.page-id-3479 #content-header .buttons, .page-template-page-work #content-header .buttons {
  display: block;
  width: 70.98765432%;
}
.page-id-3479 #content-header .buttons a, .page-template-page-work #content-header .buttons a {
  border-radius: 0;
  display: inline-block;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: white;
  font-weight: 300;
  font-size: 28px;
  text-transform: none;
  vertical-align: middle;
  max-width: 190px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-id-3479 #content-header .buttons a:after, .page-template-page-work #content-header .buttons a:after {
  border-color: white;
}
@media screen and (max-width: 767px) {
  .page-id-3479 #content-header .buttons a, .page-template-page-work #content-header .buttons a {
    display: block;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 170%;
  }
}
.page-id-3479 #content-header .buttons span, .page-template-page-work #content-header .buttons span {
  background: url("../_img/bg-platform-buttons.png") center center/cover no-repeat;
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .page-id-3479 #content-header .buttons span, .page-template-page-work #content-header .buttons span {
    display: none;
  }
}

.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar {
  background: #F6F6F6;
  margin: 0;
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42.70833333vw;
  min-height: 200px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 800px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video {
    display: none;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 144px;
  letter-spacing: -0.07em;
  color: white;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-underline, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-underline {
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong {
  font-size: 0.882em;
  position: relative;
  bottom: -0.013em;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (max-width: 1300px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 900px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 48px;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 38px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
  background: white;
  margin: 0 auto;
  max-width: 1240px;
  padding: 54px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    margin: -6.29032258% auto 0;
  }
}
@media screen and (max-width: 1270px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    padding: 20px 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
  display: inline-block;
  padding: 0 0 35.77738516%;
  position: relative;
  vertical-align: top;
  width: 50.17667845%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images {
    display: block;
    padding: 0 0 70%;
    width: 95%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images .panel-image-small, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images .panel-image-small, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images .panel-image-small, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images .panel-image-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -12.14788732%;
  box-shadow: -17px 22px 51px 0 rgba(89, 123, 165, 0.28);
  display: block;
  padding: 0 0 42.95774648%;
  position: absolute;
  right: -4.04929577%;
  width: 35.91549296%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type {
    padding-top: 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
  display: inline-block;
  padding: 75px 0 0 6.18374558%;
  vertical-align: top;
  width: 49.82332155%;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
    margin: 0 0 0;
    padding: 60px 0 0 0;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  line-height: 1.286;
}
@media screen and (min-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4 {
    margin-top: 42px 0 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h3, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h3 {
  margin: 0 0 13px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p {
  font-size: 19px;
  line-height: 1.429em;
  margin: 0 0 1.25rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.09px;
    margin-bottom: 1rem;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights {
  display: flex;
  justify-content: space-between;
  margin: 6.89045936% 0 0;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights {
    display: block;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 26.06007067%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight p {
  font-size: 17px;
  line-height: 1.421em;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight {
    margin: 0 auto 30px;
    width: 295px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight img, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight img, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight img, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight img {
  border-radius: 50%;
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
  display: block;
  margin-bottom: 35px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight h3, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  margin-bottom: 14px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid {
  background: white;
  margin: 0;
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  margin: 0;
  padding: 30px 20px;
  position: relative;
  text-transform: uppercase;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
  background: #F6F6F6;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 6.94444444%;
}
@media screen and (max-width: 1270px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
    width: 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
  left: auto;
  right: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid {
  border-bottom: 2px solid white;
  display: block;
  height: 40vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: absolute;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image {
    position: relative;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:before {
  background: rgba(34, 31, 112, 0.392);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child {
  bottom: 0;
  left: 0;
  top: 0;
  width: 59.58333333%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child {
    border-bottom: 2px solid white;
    bottom: auto;
    height: 300px;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title {
  font-size: 58px;
  padding: 0 0 0 9.09%;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title {
    font-size: 32px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2) {
  height: 20.34722222vw;
  padding: 0;
  right: 20.27777778%;
  text-align: center;
  top: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2) {
    bottom: auto;
    border-right: 1px solid white;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3) {
  height: 20.34722222vw;
  padding: 0;
  right: 0;
  text-align: center;
  top: 0;
  width: 20.13888889%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3) {
    bottom: auto;
    border-left: 1px solid white;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child {
  bottom: 0;
  height: 19.375vw;
  justify-content: flex-start;
  right: 0;
  width: 40.27777778%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child {
    border-top: 2px solid white;
    bottom: auto;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title {
  max-width: 63.79310345%;
  padding: 0 0 0 8.62068966%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title {
    padding-left: 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title {
  color: white;
  font: 32px/1 ivypresto-headline, serif;
  letter-spacing: -0.2px;
  padding: 0 10px;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title {
    font-size: 24px;
    padding: 10px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image {
  justify-content: flex-start;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat {
  justify-content: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat .title {
  text-align: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:before {
  opacity: 0.49;
  background: rgba(34, 31, 112, 0.8);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title {
  padding: 0 10% 0 18.27586207%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title.stat {
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:first-child .title.stat {
  font-size: 120px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title {
  font: bold 19px/1.21 sofia-pro, sans-serif;
  letter-spacing: 2.31px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title {
    font-size: 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat {
  font-weight: 100;
  font-size: 74px;
  letter-spacing: -0.006em;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat {
    font-size: 13px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat em, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat em {
  font-style: normal;
  display: block;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: white;
  margin-bottom: 14px;
  text-align: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child {
  justify-content: flex-start;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat {
  font-size: 48px;
  text-align: left;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat em {
  font-size: 16px;
  text-align: left;
  margin-left: 1px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat {
    font-size: 24px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title {
  font: normal 32px/1 ivypresto-headline, serif;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (max-width: 1000px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title {
    margin-top: -25px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  z-index: 1;
  position: relative;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action:after {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.9;
  top: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-88deg, #09DAAF 3%, #004686 91%);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action a, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action a {
  color: white;
  display: block;
  padding: 9.02777778% 20px 9.51388889%;
  text-decoration: none;
  margin: 0 auto;
  max-width: 1093px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex .styled-title, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex .styled-title {
    margin-bottom: 1em;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  text-transform: none;
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  border-image-slice: 1;
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 {
    font-size: 18px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 {
  max-width: 655px;
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline {
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 {
    font-size: 50px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 em, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 em {
  font-style: normal;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 em, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 em {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .button, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .button {
  color: white;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .button:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .button:after {
  border-color: white;
}

.panel_text_panel .buttons-primary {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .panel_text_panel .buttons-primary {
    margin-top: 2.75rem;
  }
}

.buttons-primary a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .buttons-primary a {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_text_panel {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_text_panel {
    margin-top: 0;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
    width: 70%;
    max-width: none;
    padding-right: 40px;
    padding-left: 0;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 110px;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar {
    width: 30%;
    margin-top: 133px;
  }
}

@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type + .panel-sidebar {
    margin-top: 58px;
  }
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p,
.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar ul {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.09px;
}
@media screen and (min-width: 768px) {
  .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p,
.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar ul {
    font-size: 22px;
    letter-spacing: -0.14px;
  }
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p:first-of-type {
  margin-top: 0;
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar .buttons-primary a:first-of-type {
  margin-left: 0;
}

.panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote + blockquote {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote + blockquote {
    margin-top: 2.75rem;
  }
}

.panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote p {
  font-family: ivypresto-headline, serif;
  font-size: 20px;
  letter-spacing: -0.13px;
  line-height: 24px;
  color: #1F4265;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote p {
    font: normal 32px/1.16 ivypresto-headline, serif;
  }
}

.panel.panel_platform_content_sidebar .panel-content blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .panel.panel_platform_content_sidebar .panel-content blockquote {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.page-id-638 .about.panel-row-style {
  margin-bottom: 8%;
}
.about.panel-row-style .panel-grid-cell .widget {
  padding: 8% 5%;
}
.about.panel-row-style .panel-grid-cell .widget p {
  margin: 0 auto;
  max-width: 1134px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about.panel-row-style .panel-grid-cell .widget p {
    font-size: 22px;
  }
}

.about.blue.panel-row-style .panel-grid-cell .widget {
  padding-bottom: 0;
}
.about.blue.panel-row-style .panel-grid-cell .widget h2.widget-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}
.about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
  margin: 20px 0 17px;
  text-align: center;
}
@media screen and (max-width: 900) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget p {
    font-size: 16px;
  }
}
.about.blue.panel-row-style .panel-grid-cell .widget .textwidget p a {
  color: #01aa87;
}

.circles.panel-row-style {
  text-align: center;
}
.circles.panel-row-style > .panel-grid-cell {
  padding: 3.75%;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
@media screen and (max-width: 600px) {
  .circles.panel-row-style > .panel-grid-cell {
    padding: 15% 6%;
  }
}
.circles.panel-row-style h2.widget-title {
  color: #1f4265;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto 40px;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .circles.panel-row-style h2.widget-title {
    font-size: 28px;
  }
}
.circles.panel-row-style img {
  border: 20px solid white;
  border-radius: 50%;
  display: block;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important;
}
.circles.panel-row-style .widget_siteorigin-panels-builder h2.widget-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  margin: 26px auto 16px;
}
.circles.panel-row-style .widget_siteorigin-panels-builder .textwidget {
  color: black;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 160%;
  margin: 0 auto;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .circles.panel-row-style .widget_siteorigin-panels-builder .textwidget {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.circles.panel-row-style.blue {
  background: #e1e4ea;
  margin-top: 5px;
}
.circles.panel-row-style.blue > .panel-grid-cell {
  border: 1px dashed #7492a9;
  margin: 3px;
}
.circles.panel-row-style.white img {
  border-color: #eaecf0;
}
.circles.panel-row-style.founders img {
  border: none;
  height: 220px;
  width: 220px;
}
.circles.panel-row-style.founders .widget_siteorigin-panels-builder h2.widget-title {
  font: normal 33px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  margin: 16px auto 14px;
  text-transform: none;
}
@media screen and (max-width: 960px) {
  .circles.panel-row-style.founders .widget_siteorigin-panels-builder h2.widget-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget, .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget p {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #89a29e;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget, .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget p {
    font-size: 11px;
  }
}

.press-panels.panel-row-style {
  background: #e7e7e4;
  padding: 3% 0 0;
}
.page-id-544 .press-panels.panel-row-style {
  background: white;
}
.press-panels.panel-row-style .so-panel {
  display: block;
  overflow: hidden;
}
.press-panels.panel-row-style .so-panel .textwidget {
  background: url("../_img/quotes-open.png") left center/64px no-repeat, url("../_img/quotes-close.png") right center/64px no-repeat;
  display: block;
  margin: 0 5%;
  padding: 2% 0;
}
.page-id-544 .press-panels.panel-row-style .so-panel .textwidget {
  background: url("../_img/quotes-open-gray.png") left center/64px no-repeat, url("../_img/quotes-close-gray.png") right center/64px no-repeat;
}
.press-panels.panel-row-style .so-panel .textwidget p {
  color: #89a29e;
  font: normal 40px/120% ivypresto-headline, serif;
  margin: 0 auto;
  padding: 0 74px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .press-panels.panel-row-style .so-panel .textwidget p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .press-panels.panel-row-style .so-panel .textwidget p {
    font-size: 20px;
  }
}
.press-panels.panel-row-style .so-panel .textwidget p:last-child em {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  font-style: normal;
  color: #89a29e;
  text-decoration: none;
}

.press-more.panel-row-style {
  background: #e7e7e4;
}
.press-more.panel-row-style p {
  margin: 0;
  padding: 0 0 3.75%;
  text-align: center;
}
.press-more.panel-row-style p a {
  color: white;
}

.entry-content .press-kit.more.panel-row-style {
  background: #e7e7e4;
  padding: 70px 2.33353151% 4.75624257%;
  position: relative;
}
@media screen and (max-width: 620px) {
  .entry-content .press-kit.more.panel-row-style {
    padding-top: 40px;
  }
}

.widget_gb_press_widget .filter-bar {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background: #06C6A0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.widget_gb_press_widget .filter-bar .filters {
  display: flex;
  padding: 17px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .widget_gb_press_widget .filter-bar .filters {
    flex-direction: row;
  }
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .filters {
    width: 100%;
    align-items: center;
    padding: 17px 12px;
  }
}
.widget_gb_press_widget .filter-bar .filters .filter-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.widget_gb_press_widget .filter-bar .filters h3 {
  font-family: inherit;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.94px;
  line-height: 1;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1120px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: inline-block;
    margin-right: 8px;
  }
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: block;
    text-align: left;
  }
}
.widget_gb_press_widget .filter-bar .filters .filter-select {
  border: 1px solid #fff;
  height: 86px;
  overflow: hidden;
  width: 220px;
  border-radius: 15px;
  padding: 4px;
  transition: height 0.23s ease-in-out;
  cursor: pointer;
  background: url("../_img/dropdown-arrow-white.svg") 95% 10px/contain no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters .filter-select {
    background-position: 95% 9px;
    margin-top: 5px;
    height: 75px;
  }
}
.widget_gb_press_widget .filter-bar .filters .filter-select.closed {
  height: 30px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters .filter-select.closed {
    height: 28px;
  }
}
.widget_gb_press_widget .filter-bar .filters .filter-select.closed li {
  pointer-events: none;
}
.widget_gb_press_widget .filter-bar .filters .filter-select.closed li:nth-child(1).active {
  order: 0;
}
.widget_gb_press_widget .filter-bar .filters .filter-select.closed li:nth-child(2).active {
  order: 0;
}
.widget_gb_press_widget .filter-bar .filters .filter-select.closed li:nth-child(3).active {
  order: 0;
}
.widget_gb_press_widget .filter-bar .filters ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul {
    padding: 1px 0 0 4px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li {
  order: 1;
  pointer-events: all;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.94px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li {
    font-size: 12px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li:last-child {
  margin-right: 0;
}
.widget_gb_press_widget .filter-bar .filters ul li span.no-icon {
  background: transparent;
  border: 2px solid #08C69F;
  border-radius: 18px;
  color: #0C322E;
  display: block;
  padding: 10px 28px;
  transition: all 0.25s ease;
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
  background: white;
  border-radius: 50%;
  display: inline-block;
  height: 49px;
  margin: 0 16px 0 0;
  transition: all 0.25s ease;
  vertical-align: middle;
  width: 49px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
    height: 30px;
    margin-right: 8px;
    width: 30px;
  }
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
    text-align: center;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-quote svg {
  height: 18px;
  margin-top: 15px;
  width: auto;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-quote svg {
    height: 12px;
    margin-top: 9px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-press svg {
  height: 26px;
  margin-top: 11px;
  width: auto;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-press svg {
    height: 12px;
    margin-top: 9px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon svg g {
  fill: #D4D4D0;
  opacity: 1;
  transition: all 0.25s ease;
}
.widget_gb_press_widget .filter-bar .download {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 30px;
  padding-top: 4px;
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .download {
    width: 100%;
    margin-left: 10px;
  }
}
.widget_gb_press_widget .filter-bar .download a {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .download a {
    font-size: 12px;
  }
}
.widget_gb_press_widget .filter-bar .download a:before {
  background: url("../_img/icon-download.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 13px 0 0;
  vertical-align: middle;
  width: 16px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .download a:before {
    width: 12px;
  }
}

.widget_gb_press_widget .more {
  text-align: center;
  margin-bottom: 5%;
}

ul.press {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 860px) {
  ul.press .wrapper {
    width: 100%;
  }
}
ul.press li a {
  text-decoration: none;
}
ul.press li.video {
  flex-direction: column;
}
ul.press li.video a {
  height: 100%;
}
ul.press li.video a .post-icon {
  display: none;
}
ul.press li.video a .post-meta {
  display: none;
}
ul.press li.video a.video-thumb {
  border-bottom: none;
  color: #08c69f;
  cursor: pointer;
  display: block;
  height: auto;
  font: normal 30px/120% ivypresto-headline, serif;
  padding: 0;
  position: relative;
  text-decoration: none;
}
ul.press li.video a.video-thumb:before {
  background: rgba(0, 0, 0, 0.52);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
ul.press li.video a.video-thumb img {
  display: block;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
ul.press li.video a.video-thumb .text {
  display: block;
  font: 700 normal 14px/1 sofia-pro, sans-serif;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
ul.press li.video a.video-thumb .iframe {
  display: none;
}
ul.press li.video a.video-thumb:after {
  background: url("../_img/circle-play.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 50px;
}
ul.press li.video a.video-thumb:hover .text, ul.press li.video a.video-thumb:active .text {
  opacity: 1;
}
ul.press li.video a.video-thumb:hover:after, ul.press li.video a.video-thumb:active:after {
  opacity: 0;
}

.entry-content .press-kit.more.panel-row-style {
  background: white;
  background-image: linear-gradient(180deg, rgba(26, 140, 169, 0.2) 5%, rgba(1, 179, 195, 0.2) 43%, rgba(0, 204, 159, 0.2) 98%);
}

article .entry-content div.press-kit.panel-row-style {
  background: white;
  background-image: linear-gradient(360deg, rgba(26, 140, 169, 0.2) 80%, rgba(1, 179, 195, 0.2) 90%, rgba(0, 204, 159, 0.2) 98%);
}
article .entry-content div.press-kit.panel-row-style .widget-title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  margin-left: 25px;
  margin-bottom: 40px;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 720px) {
  article .entry-content div.press-kit.panel-row-style .widget-title {
    font-size: 30px;
  }
}
article .entry-content div.press-kit.panel-row-style .widget-title span {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
  -webkit-filter: url(#simple-black-underline);
          filter: url(#simple-black-underline);
  text-decoration: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.press-items {
  background-color: #fff;
  padding-bottom: 100px;
  margin: 0 5%;
}

ul.press {
  margin-top: 90px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 90px 5% 0;
}

ul.press li a .post-icon {
  display: none;
}

ul.press li a .button svg {
  display: none;
}

ul.press-more {
  display: none;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  ul.press-more.feat-links-stacked .feat-link {
    display: block;
    max-width: none;
    margin-bottom: 0;
    padding: 52px 3% 63px;
    flex-basis: 100%;
  }
}
ul.press-more .feat-link {
  color: #000;
}

.widget_gb_press_widget .more .button {
  color: #000;
}

.widget_gb_press_widget .more .button:after {
  background-color: #fff;
}

.page-id-1808 .gform_wrapper, .page-id-1808 .gform_confirmation_wrapper {
  background-color: black;
  padding-left: 9.01%;
  padding-right: 9.01%;
  padding-bottom: 8%;
  margin-bottom: 4%;
  background: black;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper, .page-id-1808 .gform_confirmation_wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-id-1808 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-id-1808 .gform_confirmation_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 19px;
  background: transparent;
  border-bottom: 1px solid #2D2F76;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  padding-left: 0;
  min-height: 45px;
  color: white;
}
.page-id-1808 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .page-id-1808 .gform_confirmation_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  font-size: 19px;
  color: white;
  letter-spacing: 0;
  border-bottom: 1px solid white;
}
.page-id-1808 .gform_wrapper ::-webkit-input-placeholder, .page-id-1808 .gform_confirmation_wrapper ::-webkit-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}
.page-id-1808 .gform_wrapper ::-moz-placeholder, .page-id-1808 .gform_confirmation_wrapper ::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}
.page-id-1808 .gform_wrapper :-ms-input-placeholder, .page-id-1808 .gform_confirmation_wrapper :-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}

.page-id-1808 .gform_wrapper div.validation_error {
  color: white;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}

.page-id-1808 .gform_wrapper li.gfield.gfield_error {
  background: none;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.page-id-1808 .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.page-id-1808 .gform_wrapper .gfield_error .gfield_label {
  color: white;
}

#field_1_9.gfield_contains_required div.gfield_description {
  position: relative;
}

.page-id-1808 .gform_wrapper .gfield_description.validation_message {
  text-align: right;
  font-size: 16px;
  position: absolute;
  margin-top: 0;
}

.page-id-1808 .gform_confirmation_wrapper {
  text-align: center;
  color: white;
  padding-top: 7%;
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-id-1808 .gform_confirmation_wrapper h2 {
  font-family: sofia-pro, sans-serif;
  position: relative;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 1.5%;
}
.page-id-1808 .gform_confirmation_wrapper h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  background-color: white;
  height: 3px;
  margin-top: 15px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
.page-id-1808 .gform_confirmation_wrapper h2:first-of-type {
  position: relative;
  padding-top: 48px;
  margin-top: 0;
}
.page-id-1808 .gform_confirmation_wrapper h2:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../_img/done-submit.svg) no-repeat center center/40px;
}
.page-id-1808 .gform_confirmation_wrapper h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin-bottom: 1%;
  margin-top: 1%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
.page-id-1808 .gform_confirmation_wrapper p {
  font-family: ivypresto-headline, serif;
  font-size: 23px;
  color: #CCD1EE;
  margin-top: 0.75%;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
}

.page-id-1808 .ginput_complex label {
  display: none !important;
}

.page-id-1808 .gform_body {
  padding-left: 90px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_body {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-id-1808 .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 0;
  border: none;
}

.page-id-1808 .gform_wrapper .gform_button_select_files, .page-id-1808 .gform_wrapper.gf_browser_safari .gform_button_select_files, .page-id-1808 .gform_wrapper.gf_browser_chrome .gform_button_select_files, .page-id-1808 .gform_wrapper input.gform_button_select_files.button, .page-id-1808 .gform_wrapper.gf_browser_safari input.gform_button_select_files.button, .page-id-1808 .gform_wrapper.gf_browser_chrome input.gform_button_select_files.button {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  width: 100%;
  font-family: urw-din, sans-serif;
  font-size: 0;
  color: white;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  border-radius: 29px;
  border: 2px solid #A1AEF1;
  box-shadow: none;
  text-shadow: none;
}

#field_1_10 {
  position: relative;
  margin-top: calc(7% + 15px);
}
@media screen and (max-width: 500px) {
  #field_1_10 {
    margin-top: calc(7% + 30px);
  }
}

.gform_wrapper .upload-file {
  position: relative;
}

.gform_wrapper .gfield.upload-file label {
  position: absolute;
  width: calc(100% - 16px);
  text-align: center;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 641px) {
  .gform_wrapper .gfield.upload-file label {
    line-height: 43px;
  }
}
.gform_wrapper .gfield.upload-file label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 30px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-image: url(../_img/paperclip.svg);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.page-id-1808 .gform_wrapper .gform_drop_instructions {
  display: none !important;
}

.gform_wrapper .label-below {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper .label-below {
    margin-top: 35px;
  }
}
.gform_wrapper .label-below > label {
  position: absolute;
  bottom: -22px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper .label-below > label {
    bottom: -30px;
  }
}

.page-id-1808 .gform_wrapper .large-label label {
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .large-label label {
    font-size: 21px;
    line-height: 30px;
  }
}
.page-id-1808 .gform_wrapper .large-label:first-of-type label {
  padding-left: 50px;
  margin-left: -50px;
  position: relative;
}
.page-id-1808 .gform_wrapper .large-label:first-of-type label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}

.gf_browser_gecko.gform_wrapper .ginput_container_select select {
  padding-top: 0;
  padding-bottom: 0;
}
.ginput_container_select select {
  background: #17142D;
  border-radius: 3px;
  min-height: 45px;
  border: 1px solid #312C59;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../_img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
.ginput_container_select select option {
  background-color: #585858;
  min-height: 45px;
}

.page-id-1808 .gform_wrapper textarea {
  background: #1B1832;
  border: 1px solid #312C59;
  border-radius: 3px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 15px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}

.page-id-1808 .gform_wrapper .gfield_description {
  font-family: ivypresto-headline, serif;
  font-size: 23px;
  color: #CCD1EE;
  letter-spacing: 0;
  line-height: 34px;
  margin-left: 4%;
  margin-top: 2.75%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .gfield_description {
    margin-left: 0;
    margin-top: 5%;
    font-size: 17px;
    line-height: 28px;
  }
}
.page-id-1808 .gform_wrapper .gfield_description h3 {
  font-size: 17px;
  font-family: sofia-pro, sans-serif;
  color: white;
}
.page-id-1808 .gform_wrapper .gfield_description ul {
  margin-left: 4%;
}
.page-id-1808 .gform_wrapper .gfield_description ul li {
  list-style: disc !important;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  margin-bottom: 1%;
}

.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single {
  background: #17142D;
  border-radius: 3px;
  min-height: 45px;
  border: 1px solid #312C59;
  padding-top: 0;
  box-shadow: none;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single span {
  color: white;
  min-height: 45px;
  line-height: 45px;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single div {
  width: 42px;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single div b {
  background-image: url(../_img/dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px !important;
  top: 0 !important;
}

.page-id-1808 .gform_wrapper .chosen-container-single .chosen-drop {
  background: #17142D;
  border-color: #17142D;
}

.page-id-1808 .gform_wrapper .chosen-container {
  max-width: 100%;
  width: 100% !important;
}

.page-id-1808 .gform_wrapper .gfield {
  margin-top: 7%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_wrapper .gfield {
    margin-top: 3em;
  }
}
.page-id-1808 .gform_wrapper .gfield.label-below {
  margin-top: calc(7% + 15px);
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_wrapper .gfield.label-below {
    margin-top: calc(7% + 30px);
  }
}

.page-id-1808 .gform_wrapper .gfield_label {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 11.5px;
  color: #5D6591;
  letter-spacing: 0.96px;
  line-height: 29px;
}

.page-id-1808 .gform_wrapper #gform_multifile_messages_1_10 {
  display: none;
}

.page-id-1808 .gform_wrapper input.gform_next_button.button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-image: url(../_img/right-arrow-black.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: black;
  letter-spacing: 0;
  text-align: center;
  background-color: white;
  border-radius: 29px;
  border: 2px solid white;
  box-shadow: none;
  text-shadow: none;
  line-height: 1 !important;
}
.page-id-1808 .gform_wrapper input.gform_next_button.button:hover {
  color: white !important;
  background-color: black;
  border-color: black;
  background-image: url(../_img/right-arrow.svg);
}

.page-id-1808 .gform_wrapper .gform_previous_button.button {
  box-shadow: none;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: white;
  text-shadow: none;
  border: none;
  background-image: url(../_img/left-arrow.svg);
  background-position: 10% center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 1 !important;
}

.page-id-1808 .gform_wrapper #gform_submit_button_1 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-image: url(../_img/right-arrow-black.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
  background-color: white;
  box-shadow: none;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: black;
  text-shadow: none;
  letter-spacing: 0;
  text-align: center;
  border-color: white;
  margin-right: 0;
}

#field_1_19 #input_1_19 {
  line-height: 45px;
  padding-bottom: 15px;
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  #field_1_19 #input_1_19 {
    padding-left: 35px;
  }
}
#field_1_19 .ginput_container {
  position: relative;
  padding-left: 4%;
}
#field_1_19 .ginput_container:after {
  content: "";
  background-image: url(../_img/sign.svg);
  background-position: right center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -30px;
  pointer-event: none;
  top: 18px;
}
@media screen and (max-width: 500px) {
  #field_1_19 .ginput_container:after {
    left: 0;
  }
}
#field_1_19 .ginput_container:before {
  content: "";
  width: calc(50% - 8px);
  top: 40px;
  height: 1px;
  background: white;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #field_1_19 .ginput_container:before {
    width: calc(100% - 16px);
  }
}
#field_1_19 ::-webkit-input-placeholder {
  font-family: urw-din, sans-serif !important;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}
#field_1_19 ::-moz-placeholder {
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}
#field_1_19 :-ms-input-placeholder {
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}

.page-id-1808 .gform_wrapper .gf_page_steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: none;
}
.page-id-1808 .gform_wrapper .gf_page_steps:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #292929;
  border-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step {
  width: 33.3333%;
  padding-top: 31px;
  padding-bottom: 34px;
  margin: 0;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #4F4B65;
  letter-spacing: 0;
  text-align: center;
  height: auto;
  display: block;
  opacity: 1;
  position: relative;
}
.page-id-1808 .gform_wrapper .gf_step .gf_step_number {
  display: none;
}
.page-id-1808 .gform_wrapper .gf_step .gf_step_label {
  display: block;
}
.page-id-1808 .gform_wrapper .gf_step.gf_step_active {
  color: #9FABEF;
}

.page-id-1808 .gform_wrapper .gf_step_active.gf_step_first:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background-image: linear-gradient(-270deg, #A3B1F4 0%, #3D307D 100%);
  border-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_active.gf_step:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background-image: linear-gradient(-270deg, #A3B1F4 0%, #3D307D 100%);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_completed.gf_step_first:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background: #A3B1F4;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_completed:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background: #A3B1F4;
}

.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
    width: 50%;
  }
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li label {
  /* Digital: */
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  color: white;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1A172E;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox] {
  display: none;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked + label {
  font-weight: normal;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked + label:before {
  background-color: #CAC4FB;
  background-image: url(../_img/checkmark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.page-id-1808 .gform_wrapper .gform_page_footer {
  margin-top: 44px;
  border-top: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-id-1808 .gform_wrapper .gfield_html h2 {
  position: relative;
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 5%;
  margin-top: 10%;
  padding-left: 50px;
  margin-left: -50px;
}
.page-id-1808 .gform_wrapper .gfield_html h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-id-1808 .gform_wrapper .gfield_html p,
.page-id-1808 .gform_wrapper .gfield_html ul {
  color: #B9AFFC;
  font: 17px/1.94 sofia-pro, sans-serif;
}

/*

Careers page hero

*/
.page-careers #content-header {
  height: 49.2361111111vw;
  max-height: 1000px;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .page-careers #content-header {
    max-height: 800px;
    height: 122.1875vw;
    min-height: 395px;
  }
}

.page-careers .header-holder {
  padding-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .page-careers .header-holder {
    padding: 0 0 25px;
  }
}

.page-careers #content-header .header-holder .buttons {
  width: 70.98765432%;
  max-width: 921px;
  position: relative;
}

.page-careers #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 161px;
  letter-spacing: -0.07em;
  line-height: 1.168;
  margin-bottom: 31px;
  color: white;
}
.page-careers #content-header .header-holder h2 .fancy-serif,
.page-careers #content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .page-careers #content-header .header-holder h2 {
    font-size: 70px;
    line-height: 0.9;
  }
}
.page-careers #content-header .header-holder h2 .fancy-serif,
.page-careers #content-header .header-holder h2 .fancy-underline {
  font-size: 0.894em;
  letter-spacing: -0.009em;
  position: relative;
  bottom: -0.03em;
}
@media screen and (max-width: 1100px) {
  .page-careers #content-header .header-holder h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 700px) {
  .page-careers #content-header .header-holder h2 {
    font-size: 43px;
    margin: 0 auto;
  }
}

.page-careers #content-header .buttons a {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: white;
  font-size: 28px;
  max-width: 269px;
  min-width: 191px;
  box-sizing: border-box;
  padding: 17px 16px;
}
@media screen and (max-width: 767px) {
  .page-careers #content-header .buttons a {
    display: block;
    margin: 18px 20px 0;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 170%;
    font-size: 23px;
    display: inline-block;
    min-width: 162px;
  }
}

.page-careers #content-header .buttons a:first-of-type {
  margin: 0 auto 63px;
  display: block;
}

.page-careers #content-header .buttons a:nth-of-type(2) {
  float: left;
}

.page-careers #content-header .buttons a:nth-of-type(3) {
  float: right;
}

.page-careers #content-header .buttons span:last-of-type {
  position: absolute;
  background: url("../_img/bg-platform-buttons.png") center center/cover no-repeat;
  display: block;
  height: 56px;
  left: 191px;
  right: 191px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-careers #content-header .buttons span:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-careers #content-header .buttons a:first-of-type {
    margin-bottom: 0;
  }
  .page-careers #content-header .buttons a:nth-of-type(2),
.page-careers #content-header .buttons a:nth-of-type(3) {
    float: none;
  }
}
/*

Diversity page hero

*/
.page-diversity #content-header {
  height: 32.6388888889vw;
  max-height: 1000px;
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .page-diversity #content-header {
    padding: 0;
  }
}

.page-diversity .header-holder {
  padding-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .page-diversity .header-holder {
    padding: 0 0 25px;
  }
}

.page-diversity #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 161px;
  letter-spacing: -0.07em;
  line-height: 1.168;
  margin-bottom: 31px;
  color: white;
}
.page-diversity #content-header .header-holder h2 .fancy-serif,
.page-diversity #content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .page-diversity #content-header .header-holder h2 {
    font-size: 70px;
    line-height: 0.9;
  }
}
.page-diversity #content-header .header-holder h2 .fancy-serif,
.page-diversity #content-header .header-holder h2 .fancy-underline {
  font-size: 0.894em;
  letter-spacing: -0.009em;
  position: relative;
  bottom: -0.03em;
}
@media screen and (max-width: 1100px) {
  .page-diversity #content-header .header-holder h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 700px) {
  .page-diversity #content-header .header-holder h2 {
    font-size: 43px;
    margin: 0 auto;
  }
}

.search .site-content {
  background: linear-gradient(180deg, #FFFFFF 4%, #FFFBEF 14%, #E7F6FC 39%, #C8F4EA 68%, #DCE5F8 94%);
  padding: 140px 0 100px;
}

.search .page-header:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, rgba(26, 140, 169, 0.46) 0%, #469DA9 14%, #01B3C3 36%, #00CC9F 62%, #00CE9F 89%);
}

.search .page-title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.0425em;
  line-height: 1.6666666667;
}
.search .page-title .fancy-serif,
.search .page-title .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .search .page-title {
    font-size: 30px;
  }
}

.search article {
  margin-top: 65px;
  max-width: 760px;
}

.search article > .entry-header {
  display: initial;
}

.search .entry-title {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
@media screen and (max-width: 768px) {
  .search .entry-title {
    font-size: 20px;
  }
}
.search .entry-title a {
  text-decoration: none;
}

.search .entry-meta {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
}

.search .posts-navigation {
  margin-top: 75px;
}

.search-form input[type=search] {
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid;
  font-size: 21px;
  line-height: 1.5238095238;
  font-weight: 500;
  padding: 0 0 11px 59px;
  background: url("../_img/icon-search-white.svg") no-repeat top left 6px/auto 75%;
  width: 100%;
  max-width: 600px;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: inherit;
}
.search-form input[type=search]::-moz-placeholder {
  color: inherit;
}
.search-form input[type=search]::placeholder {
  color: inherit;
}

.search main .search-form {
  color: black;
}

.search main input[type=search] {
  background-image: url("../_img/icon-search-black.svg");
}

@media screen and (max-width: 769px) {
  .search .site-content {
    padding-bottom: 40px;
  }
  .search article {
    margin-top: 50px;
  }
  .search .posts-navigation {
    margin-top: 50px;
  }
}
/*

Case Study Page

*/
.case-study-page.wp-block-group.has-background {
  padding-bottom: 0;
}
.case-study-page .stats-small h1 {
  font-size: 200px;
}
.case-study-page .offset-top .wp-block-group__inner-container {
  margin-bottom: -150px;
}
.case-study-page .quote {
  max-width: 65%;
}
.case-study-page .quote h3 {
  line-height: 59px;
  line-height: 59px;
}
.case-study-page .fancy-underline {
  -webkit-filter: none;
          filter: none;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  text-underline-offset: 5px;
  white-space: unset;
}
.case-study-page .fancy-serif a {
  text-decoration-thickness: 0.027em;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1024px) {
  .case-study-page .stats-small h1 {
    font-size: 130px;
  }
  .case-study-page .quote {
    max-width: 100%;
  }
  .case-study-page .quote h3 {
    line-height: 40px;
  }
}

.has-text-color.has-white-color {
  color: white;
}

.has-white-background-color {
  background-color: white;
}

.has-text-color.has-grey-color {
  color: #585858;
}

.has-grey-background-color {
  background-color: #585858;
}

.has-text-color.has-black-color {
  color: black;
}

.has-black-background-color {
  background-color: black;
}

.has-text-color.has-navy-color {
  color: #1F4265;
}

.has-navy-background-color {
  background-color: #1F4265;
}

.has-text-color.has-green-1-color {
  color: #06C6A0;
}

.has-green-1-background-color {
  background-color: #06C6A0;
}

.has-text-color.has-green-2-color {
  color: #18EDBA;
}

.has-green-2-background-color {
  background-color: #18EDBA;
}

.has-beige-lilac-gradient-background {
  background-image: linear-gradient(180deg, #FFFFFF 4%, #FFFBEF 14%, #E7F6FC 39%, #C8F4EA 68%, #DCE5F8 94%);
}

.has-black-background-color {
  color: white;
}
.has-black-background-color p, .has-black-background-color h1, .has-black-background-color h2, .has-black-background-color h3, .has-black-background-color h4, .has-black-background-color h5, .has-black-background-color h6, .has-black-background-color .fanchor-text {
  color: inherit;
}

.wp-block-group-wrap {
  position: relative;
}

.wp-block-group.has-background {
  padding-top: 86px;
  padding-bottom: 60px;
}

.wp-block-group__inner-container {
  z-index: 1;
  position: relative;
}

.offset-top .wp-block-group__inner-container {
  top: -90px;
  margin-bottom: -90px;
}
.offset-top .wp-block-group__inner-container section:first-child {
  margin-top: 0;
}

.wp-block-group.offset-top,
.wp-block-group.has-background.offset-top {
  padding-top: 0;
}

.wp-block-group.fancy-anchor {
  position: relative;
}

.fanchor-wrap {
  width: 100%;
  bottom: 80px;
  top: 50px;
  left: -48px;
  position: absolute;
  pointer-events: none;
}

.fanchor {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  z-index: 1;
}

.fanchor-text {
  position: relative;
  display: inline-block;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.6em;
  color: black;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
  text-align: right;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .fanchor-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .fanchor-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.has-background {
    padding-bottom: 47px;
    padding-top: 56px;
  }
  .offset-top .wp-block-group__inner-container {
    top: -47px;
    margin-bottom: -47px;
  }
}
.hero {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  height: 100vh;
  will-change: opacity;
  display: flex;
  flex-direction: column;
}

.hero .wp-block-embed {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  max-width: none;
}

.hero .wp-block-embed .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.hero .wp-block-embed .wp-block-embed__wrapper:after {
  content: none;
}

.hero .wp-block-embed iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hero-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 161px;
  letter-spacing: -0.07em;
  line-height: 1.168;
  margin-bottom: 31px;
  will-change: opacity;
}
.hero-heading .fancy-serif,
.hero-heading .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .hero-heading {
    font-size: 70px;
    line-height: 0.9;
  }
}
.hero-heading .fancy-serif,
.hero-heading .fancy-underline {
  font-size: 0.894em;
  letter-spacing: -0.009em;
  position: relative;
  bottom: -0.03em;
}

.text-smaller .hero-heading {
  font-size: 112px;
}

.hero-text {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
  margin-bottom: 0;
  max-width: 776px;
  opacity: 0;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .hero-text {
    font-size: 20px;
  }
}

.text-smaller .hero-text {
  font-size: 34px;
  max-width: 580px;
}

.hero .fancy-serif {
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.has-white-text:after {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.15;
  width: 100%;
  height: 100%;
}

.has-white-text .hero-heading,
.has-white-text .hero-text,
.has-white-text .wp-block-button .wp-block-button__link {
  color: white;
}

.has-white-text .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .has-white-text .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.hero .wp-block-buttons {
  margin: 0 auto 68px;
  z-index: 1;
}

@media screen and (max-width: 781px) {
  .hero {
    height: calc(100vh - 50px);
    min-height: 400px;
    max-height: 700px;
  }
  .hero-content {
    width: 87.8125%;
  }
  .hero-text {
    max-width: 460px;
  }
  .text-smaller .hero-heading {
    font-size: 55px;
  }
  .text-smaller .hero-text {
    font-size: 20px;
  }
}
.feat-link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  will-change: transform, opacity;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feat-link:hover {
  color: inherit;
}

.feat-link h4 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  color: inherit;
  margin-bottom: 12px;
}

.feat-link-image {
  overflow: hidden;
  transition: 0.3s ease-out;
}

.feat-link-image img {
  display: block;
  width: 100%;
  transition: inherit;
}

.feat-link:hover .feat-link-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*
 * Grid Style
 */
.feat-links {
  margin-bottom: 56px;
  color: black;
}

.feat-links-grid .wrapper {
  display: grid;
  grid-column-gap: 36px;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 98px;
  padding-right: 68px;
}

.feat-links-grid .feat-link {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.wp-block-custom-feat-links-grid .feat-link-image-wrap {
  box-shadow: 30px 40px 60px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.wp-block-custom-feat-links-grid .feat-link-image-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.feat-links-grid .image-small {
  padding-left: 12px;
  margin-top: 34px;
}

.feat-links-grid .image-small .feat-link-image-wrap {
  margin-right: 22px;
  /*	&:after {
  		@include gradBorder();
  		border-width: 1.5px;
  		left: -11px;
  		top: -3px;
  		bottom: 11px;
  	}*/
}
.feat-links-grid .image-small .feat-link-image-wrap img {
  margin-top: 8px;
}

.feat-links-grid .feat-link.image-small + .feat-link.image-small {
  margin-top: -68px;
}

.feat-links-grid .feat-link.image-small:first-child + .feat-link.image-small {
  grid-column: 1;
  grid-row: 2;
}

.feat-links-grid .feat-link.image-small:first-child + .feat-link.image-small + .feat-link.image-med {
  grid-column: 2;
}

.feat-links-grid .image-small .feat-link-content {
  max-width: 271px;
}

.feat-links-grid .image-small h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.07em;
  line-height: 1.088;
  margin-bottom: 5px;
}
.feat-links-grid .image-small h2 .fancy-serif,
.feat-links-grid .image-small h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .feat-links-grid .image-small h2 {
    font-size: 24px;
  }
}

.feat-links-grid .image-small p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
  max-width: 271px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .feat-links-grid .image-small p {
    font-size: 18px;
  }
}

.feat-links-grid .image-large {
  max-width: 1127px;
  grid-row: span 2;
  grid-column: span 2;
}
.feat-links-grid .image-large:hover .button:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.feat-links-grid .image-med {
  grid-row: span 2;
}
.feat-links-grid .image-med:hover .button:before {
  opacity: 1;
}

.feat-links-grid .image-med .feat-link-image-wrap,
.feat-links-grid .image-large .feat-link-image-wrap {
  margin-left: auto;
  /*	&:before {
  		background-image: linear-gradient(90deg, rgba(233,238,255,0.93) 23%, rgba(233,238,255, 0.0) 100%);
  		z-index: 1;
  	}*/
}
.feat-links-grid .image-med .feat-link-image-wrap:before,
.feat-links-grid .image-large .feat-link-image-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(233, 238, 255, 0.93) 23%, rgba(233, 238, 255, 0) 100%);
  z-index: 1;
}

.feat-links-grid .image-med .feat-link-image-wrap {
  margin-bottom: 18px;
  width: 78.5%;
  /*	&:after {
  		background-image: linear-gradient(46deg, #1A8CA9 0%, #01B3C3 41%, #00CC9F 71%, #00CE9F 100%);
  		top: 18px;
  		bottom: -18px;
  		right: -17px;
  	}*/
}

.feat-links-grid .image-large .feat-link-image-wrap {
  margin-bottom: 17px;
  width: 89.5%;
  /*	&:after {
  		background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  		top: 17px;
  		bottom: -17px;
  		right: -16px;
  	}*/
}

.feat-links-grid .image-med .feat-link-content,
.feat-links-grid .image-large .feat-link-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

.feat-links-grid .image-med h2,
.feat-links-grid .image-large h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: -0.043em;
  line-height: 0.857;
  margin-bottom: 7px;
}
.feat-links-grid .image-med h2 .fancy-serif,
.feat-links-grid .image-med h2 .fancy-underline,
.feat-links-grid .image-large h2 .fancy-serif,
.feat-links-grid .image-large h2 .fancy-underline {
  color: inherit;
}
.feat-links-grid .image-med h2 .fancy-serif, .feat-links-grid .image-med h2 .fancy-underline,
.feat-links-grid .image-large h2 .fancy-serif,
.feat-links-grid .image-large h2 .fancy-underline {
  display: block;
  margin-top: 10px;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.929em;
  line-height: 0.923;
}

.feat-links-grid .image-large h2 {
  max-width: 470px;
}

.feat-links-grid .image-med h2 {
  /*max-width: 300px;*/
}

.feat-links-grid .image-med p,
.feat-links-grid .image-large p {
  max-width: 364px;
  margin-bottom: 24px;
}

.feat-links-grid .image-med p,
.feat-links-grid .image-large p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
}
@media screen and (max-width: 768px) {
  .feat-links-grid .image-med p,
.feat-links-grid .image-large p {
    font-size: 18px;
  }
}

.feat-links-stacked p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
@media screen and (max-width: 768px) {
  .feat-links-stacked p {
    font-size: 20px;
  }
}
.feat-links-stacked p strong {
  padding-right: 0.15em;
  padding-left: 0.15em;
  margin-left: -0.15em;
  margin-right: -0.07em;
  font-weight: normal;
  background-image: linear-gradient(0deg, transparent 14%, rgba(0, 204, 159, 0.3) 14%, rgba(0, 204, 159, 0.3) 47%, transparent 47%);
}

.feat-links-stacked .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feat-links-stacked .feat-link {
  flex-basis: 33.3333333333%;
  padding: 52px 3% 63px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.feat-links-stacked .feat-link:hover .button:after {
  width: 100%;
}

.feat-links-stacked .feat-link-content {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.feat-links-stacked .feat-link-image-wrap {
  margin-bottom: 28px;
  max-width: 400px;
  width: 100%;
}

.feat-links-stacked h4 {
  margin-bottom: 18px;
}

.feat-links-stacked .button {
  margin-top: auto;
}

.feat-link.video-icon .feat-link-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feat-link.video-icon .feat-link-image:after, .feat-link.video-icon .feat-link-image:before {
  content: "";
  position: absolute;
  transition: inherit;
}

.feat-link.video-icon .feat-link-image:after {
  padding: 8%;
  background: url("../_img/circle-play.png") no-repeat top 52% left 52%/140%;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 2;
}

.feat-link.video-icon .feat-link-image:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  opacity: 0.3;
  z-index: 1;
}

.feat-link.video-icon:hover .feat-link-image:after, .feat-link.video-icon:hover .feat-link-image:before {
  opacity: 0;
}

/*
 * Columns Style
 */
.columns-cards {
  margin-bottom: 61px;
}

.columns-grid {
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap;
  justify-content: center;
}

.columns-cards .feat-link {
  flex-basis: calc(33.33% - (20px * 2));
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.columns-cards .feat-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  transition: 0.2s ease-out;
  z-index: -1;
  opacity: 0;
}
.columns-cards .feat-link:hover:after {
  left: 3px;
  top: 12px;
  width: 103%;
  height: 100.406%;
  opacity: 1;
}
.columns-cards .feat-link:hover .button:after {
  width: 100%;
}

.columns-cards .feat-link-image-wrap {
  width: 100%;
  height: auto;
}

.columns-cards .feat-link-content {
  padding: 29px 34px 60px;
  overflow: auto;
  flex: 1;
  background-color: black;
}

.columns-cards h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: -0.043em;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 700;
  color: white;
}
.columns-cards h2 .fancy-serif,
.columns-cards h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .columns-cards h2 {
    font-size: 50px;
  }
}

.columns-cards p {
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
  margin-bottom: 1.667em;
  color: white;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .columns-cards p {
    font-size: 16px;
  }
}
.columns-cards p .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .columns-cards p .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.columns-cards .button {
  color: white;
  border-color: #18EDBA;
}
.columns-cards .button:after {
  background-color: white;
}

@media screen and (min-width: 580px) {
  .columns-cards.columns-4 {
    max-width: 830px;
  }
  .columns-cards.columns-4 .feat-link {
    flex-basis: 50%;
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
  }
  .columns-cards.columns-4 .columns-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns-cards.columns-4 h2 {
    font-size: 47px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .columns-cards.columns-4 {
    max-width: 1180px;
  }
  .columns-cards.columns-4 .feat-link {
    flex-basis: 25%;
    max-width: calc(25% - 20px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) {
  .feat-links-stacked .feat-link:nth-of-type(3n + 1):before,
.feat-links-stacked .feat-link:nth-of-type(3n + 2):before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background-image: linear-gradient(179deg, rgba(26, 140, 169, 0.46) 0%, #469DA9 14%, #01B3C3 36%, #00CC9F 62%, #00CE9F 89%);
  }
  .feat-links-stacked p {
    max-width: 293px;
  }
}
@media screen and (max-width: 1000px) {
  .feat-links .wrapper {
    display: block;
  }
  .feat-link,
.image-large.feat-link {
    max-width: 572px;
    margin-left: auto;
    margin-right: auto;
  }
  .feat-links-grid .image-med,
.feat-links-grid .image-large {
    margin-bottom: 68px;
  }
  .feat-links h4 {
    margin-bottom: 8px;
  }
  .feat-links-grid .image-large .feat-link-image-wrap,
.feat-links-grid.image-med .feat-link-image-wrap {
    margin-right: 10px;
    width: 78.5%;
    position: relative;
  }
  .feat-links-grid .image-large .feat-link-image,
.feat-links-grid .image-med .feat-link-image {
    height: 100%;
    top: 0;
  }
  .feat-links-grid .image-large img,
.feat-links-grid .image-med img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .feat-links-grid .image-large .feat-link-image-wrap:after {
    background-image: linear-gradient(46deg, #1A8CA9 0%, #01B3C3 41%, #00CC9F 71%, #00CE9F 100%);
  }
  .feat-links-grid .image-large .feat-link-image-wrap:after,
.feat-links-grid .image-med .feat-link-image-wrap:after {
    bottom: -10px;
    right: -10px;
  }
  .feat-links-grid .image-med p,
.feat-links-grid .image-large p {
    max-width: 219px;
  }
  .feat-links-grid .image-small {
    margin-bottom: 68px;
    padding-left: 5px;
  }
  .feat-links-grid .feat-link.image-small + .feat-link.image-small {
    margin-top: 0;
  }
  .feat-links-grid .image-small .feat-link-image-wrap {
    margin-right: 19px;
    flex-basis: 46%;
  }
  .feat-links-grid .image-small .feat-link-image-wrap:after {
    left: -4px;
    top: -5px;
  }
  .feat-links-grid .image-small .feat-link-content {
    flex-basis: 54%;
  }
  .feat-links-grid .image-small .feat-link-image-wrap img {
    margin-top: 0;
  }
  .feat-links-stacked .feat-link {
    display: block;
    max-width: none;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .feat-links-stacked .feat-link:after {
    content: "";
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    bottom: -30px;
    background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
    opacity: 0.33;
    width: 88%;
  }
  .columns-grid {
    margin-left: 10px;
    margin-right: 10px;
  }
  .columns-cards {
    margin-bottom: 0;
  }
  .columns-cards .feat-link {
    flex-basis: 100%;
    max-width: 380px;
    margin: 0 auto 50px;
  }
  .columns-cards .feat-link-content {
    padding: 13px 6.835% 41px;
  }
  .columns-cards .feat-link-image-wrap {
    position: relative;
    padding-top: 66%;
  }
  .columns-cards .feat-link-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .columns-cards .feat-link-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .feat-links-grid .wrapper {
    padding-right: 0;
  }
  .feat-links-grid .image-small .feat-link-content {
    max-width: 220px;
  }
}
@media screen and (max-width: 550px) {
  .feat-links-grid .image-med .feat-link-image,
.feat-links-grid .image-large .feat-link-image {
    max-height: 60vh;
  }
  .feat-links-grid .image-med h2,
.feat-links-grid .image-large h2 {
    font-size: 50px;
  }
}
.cta-wrap {
  display: flex;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.cta-wrap:hover {
  color: inherit;
}
.cta-wrap:hover .button:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.cta-buttons {
  position: relative;
  display: flex;
  padding-right: 18%;
  flex-basis: 40%;
  margin-left: 20px;
}

.cta-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.cta-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-buttons-group {
  white-space: nowrap;
  align-self: center;
  z-index: 1;
}

.cta-block .button {
  min-width: 141px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta-content {
  flex-basis: 69%;
}

.cta-subhead {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
}
.cta-subhead .fancy-serif,
.cta-subhead .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .cta-subhead {
    font-size: 18px;
  }
}

.cta-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  max-width: 466px;
  margin-bottom: 40px;
}
.cta-heading .fancy-serif,
.cta-heading .fancy-underline {
  color: inherit;
}
.cta-heading .fancy-serif,
.cta-heading .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .cta-heading {
    font-size: 50px;
  }
}

.cta-text {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 20px;
  }
}

.cta-block-bordered {
  margin: 121px auto 78px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
  position: relative;
  background-color: black;
  color: white;
}
.cta-block-bordered h2, .cta-block-bordered h4, .cta-block-bordered p {
  color: inherit;
}
.cta-block-bordered:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  z-index: -1;
  transition: 0.2s ease-out;
}
.cta-block-bordered:hover:after {
  bottom: -17px;
  right: -16px;
}

.cta-block-bordered .cta-wrap {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
}

.cta-block-bordered .cta-content {
  padding-top: 60px;
  padding-bottom: 88px;
  padding-left: 6.525%;
  padding-right: 14%;
  min-width: 59%;
}

.cta-block-bordered .cta-subhead {
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  border-image-slice: 1;
}

.cta-block-bordered .cta-text {
  max-width: 400px;
}

.cta-block-bordered .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .cta-block-bordered .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.cta-block-full-width {
  background-color: white;
}

.cta-block-full-width:not(:first-child) {
  margin-top: 110px;
}

.cta-block-full-width .cta-content {
  padding-top: 184px;
  padding-bottom: 141px;
  max-width: 786px;
  margin-left: auto;
  padding-left: 4.125%;
  padding-right: 10%;
}

@media screen and (max-width: 768px) {
  .cta-wrap {
    display: block;
  }
  .cta-buttons {
    margin: 0;
  }
  .cta-buttons-group {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
  }
  .cta-block .button {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .cta-block-bordered {
    max-width: 500px;
    margin-bottom: 47px;
  }
  .cta-block-bordered .cta-wrap {
    margin: 0;
  }
  .cta-block-bordered .cta-content {
    padding: 35px 47px 50px;
  }
  .cta-block-bordered .cta-buttons {
    margin: 0 -2px -2px;
    padding: 100% 0 0;
  }
  .cta-block-full-width:not(:first-child) {
    margin-top: 63px;
  }
  .cta-block-full-width .cta-content {
    padding: 81px 50px;
  }
  .cta-block-full-width .cta-buttons {
    height: 335px;
  }
  .cta-block-full-width .cta-heading {
    font-size: 42px;
    margin-bottom: 31px;
  }
  .cta-block-full-width .cta-heading .fancy-underline {
    font-size: 38px;
  }
}
.scroll-field {
  overflow: hidden;
  position: relative;
  height: 120vh;
  max-height: 937px;
  margin-bottom: 2vh;
}

.scroll-field-gallery {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.scroll-field-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scroll-field-subhead {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  margin: 47px auto 85px;
  align-self: center;
}
.scroll-field-subhead .fancy-serif,
.scroll-field-subhead .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .scroll-field-subhead {
    font-size: 18px;
  }
}

.scroll-field .pos-wrap {
  position: relative;
  height: 190px;
  margin-top: 271px;
}

.scroll-field-subhead + .pos-wrap {
  margin-top: 0;
}

.scroll-field .pos-wrap + .pos-wrap {
  margin-top: 51px;
}

.scroll-field .pos {
  position: absolute;
  padding-right: 13.28px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.scroll-field .right .pos {
  left: 0;
}

.scroll-field .left .pos {
  right: 0;
}

.scroll-field-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 190px;
  display: inline-block;
  letter-spacing: -0.07em;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  will-change: transform;
}
.scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
  color: inherit;
}

.scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 200px;
  letter-spacing: -0.009em;
  margin-top: 10px;
}

.scroll-field-paragraph {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  white-space: nowrap;
  margin: 15px 0 0 18%;
  font-size: 38px;
  letter-spacing: 0.008em;
  line-height: 1.132;
}
.scroll-field-paragraph .fancy-serif,
.scroll-field-paragraph .fancy-underline {
  color: inherit;
}
.scroll-field-paragraph .fancy-serif,
.scroll-field-paragraph .fancy-underline {
  font-size: 1em;
  margin: 0 0.25em;
}

.has-black-background-color .scroll-field-subhead,
.has-black-background-color .scroll-field-heading,
.has-black-background-color .scroll-field-heading .fancy-serif,
.has-black-background-color .scroll-field-paragraph {
  color: white;
}

.has-black-background-color .scroll-field-heading .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .has-black-background-color .scroll-field-heading .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.scroll-field-gallery .wp-block-embed {
  position: absolute;
  margin: 0;
  width: 48%;
  max-width: 640px;
  max-height: 75%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.scroll-field-gallery .wp-block-embed iframe {
  box-shadow: none;
}

.scroll-field-gallery .wp-block-embed__wrapper:after {
  content: none;
}

.scroll-field-gallery .wp-block-embed:first-child {
  top: 20%;
  left: 0;
}

.scroll-field-gallery .wp-block-embed:last-child {
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .scroll-field-heading {
    font-size: 76px;
  }
  .scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
    font-size: 80px;
  }
  .scroll-field-subhead {
    margin-top: 0;
    margin-bottom: 142px;
  }
  .scroll-field .pos-wrap + .pos-wrap {
    margin-top: 0;
  }
  .scroll-field .pos-wrap {
    height: 160px;
  }
  .scroll-field-paragraph {
    margin-left: -51%;
    font-size: 22px;
  }
  .scroll-field-gallery .wp-block-embed {
    width: 75%;
  }
  .scroll-field-gallery .wp-block-embed:first-child {
    top: 45%;
  }
  .scroll-field-gallery .wp-block-embed:last-child {
    top: 8.5%;
  }
  .scroll-field-gallery iframe {
    max-height: 465px;
  }
}
/* File block and custom download links */
.wp-block-file,
.download-link {
  display: flex;
}

.download-link {
  margin-bottom: 1.5em;
}

.wp-block-file a,
.download-link {
  text-decoration: none;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
  line-height: 1.4583333333;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-file a,
.download-link {
    font-size: 18px;
  }
}

.download-icon {
  flex: 0 0 10%;
  height: 30px;
  margin-top: 4px;
  margin-right: 20px;
  text-align: center;
}

.download-icon img {
  height: 100%;
  width: auto;
}

.wp-block-file a:before {
  content: "";
  display: inline-block;
  flex: 0 0 10%;
  height: 30px;
  margin-top: 4px;
  margin-right: 20px;
  background: url(../_img/icon-word.svg) no-repeat top center/contain;
}

.wp-block-file a[href$=".pdf"]:before {
  background-image: url(../_img/icon-pdf.svg);
}

.wp-block-file a[href$=".ppt"]:before {
  background-image: url(../_img/icon-ppt.svg);
}

.downloads {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  max-width: 1000px;
  padding: 50px 0 30px;
}

@media screen and (min-width: 768px) {
  .downloads {
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 105px;
  }
  .wp-block-file a:before,
.download-icon {
    height: 40px;
    flex-basis: 20%;
  }
  .downloads .wp-block-file,
.downloads .download-link {
    flex-basis: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 70px;
  }
}
/*

Centered Text

*/
.centered-text {
  margin: 88px 0 85px;
}

.centered-text .wrapper {
  max-width: 927px;
}

.centered-text .sup-header {
  margin-bottom: 20px;
}

.centered-text .header {
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .centered-text {
    margin: 33px 0 45px;
  }
  .centered-text .sup-header,
.centered-text .header {
    margin-bottom: 9px;
  }
}
/*

White Card

*/
.white-card {
  background: white;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  max-width: 1180px;
  padding: 86px 0 83px;
  margin-top: 100px;
}

.white-card > h2,
.white-card > p {
  margin-left: 6.9%;
  margin-right: 6.9%;
  max-width: 780px;
}

.white-card > h2 {
  margin-bottom: 0.3541666667em;
}
.white-card > h2 .fancy-serif, .white-card > h2 .fancy-underline {
  letter-spacing: inherit;
}

@media screen and (max-width: 768px) {
  .white-card {
    width: 100%;
    padding: 53px 0 47px;
    margin-top: 0;
  }
  .white-card > h2,
.white-card > p {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}
/*

Definition Modals

*/
.def-modals {
  margin: 65px 6.9% 10px;
}

.def-modals__inner {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 5.8163265306% 0 4.4897959184%;
}

.def-modal {
  margin-bottom: 43px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.def-modal .title {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
}

.def-modal .subtitle {
  font-family: urw-din, sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 15px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-transform: uppercase;
}

.def-modal a {
  text-decoration: none;
}

.def-modal a .title:after {
  content: "+";
  margin-left: 0.2em;
  font-size: 1.25em;
  color: #18EDBA;
}

.def-modal__popup .mfp-content {
  max-width: 780px;
  margin: 0;
  text-align: left;
}

.def-modal__content {
  background: black;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
  margin: 0 2px;
}

.def-modal__text {
  padding: 45px 9.2307692308% 19px;
}

.def-modal__title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.0465625em;
  margin-bottom: 0.90625em;
}
.def-modal__title .fancy-serif,
.def-modal__title .fancy-underline {
  color: inherit;
}

.def-modal__title,
.def-modal__content p {
  color: white;
}

.def-modal__content .mfp-close,
.def-modal__content .mfp-close:active {
  top: 10px;
}

.def-modal__content .mfp-close:hover {
  color: #06C6A0;
}

.def-modal__content .mfp-close,
.mfp-close-btn-in .def-modal__content .mfp-close {
  right: 2.1794871795%;
  color: #18EDBA;
  opacity: 1;
  text-shadow: none;
  font-size: 32px;
}

.def-modal__content.has-image {
  display: flex;
}

.def-modal__image {
  flex: 1 0 auto;
  max-width: 279px;
}
.def-modal__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.has-image .def-modal__text {
  max-width: 320px;
  box-sizing: content-box;
  padding-left: 2.5641025641%;
  padding-right: 5.1282051282%;
  align-self: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .def-modals {
    margin: 29px 7.5% 16px;
  }
  .def-modal {
    margin-bottom: 22px;
  }
  .def-modals__inner {
    -webkit-columns: initial;
       -moz-columns: initial;
            columns: initial;
    margin: 0;
  }
  .def-modal .title {
    font-size: 17px;
    line-height: 1.3529411765;
  }
  .def-modal__text {
    padding: 30px 4.6666666667%;
  }
  .def-modal__title {
    font-size: 25px;
    letter-spacing: -0.0424em;
    margin-right: 22px;
  }
  .def-modal__content.has-image {
    display: block;
  }
  .has-image .def-modal__text {
    max-width: none;
  }
  .def-modal__image {
    max-width: none;
    width: 72%;
  }
}
/*

Icons Block

*/
.icons {
  margin: 0 8.8709677419% 161px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon {
  margin-top: 56px;
  max-width: 287px;
  text-align: center;
  flex-basis: 31%;
}

.icon__image {
  background: rgba(24, 237, 186, 0.25);
  border-radius: 100%;
  height: 109px;
  width: 109px;
  margin: 0 auto 17px;
}

.icon__image img {
  width: 100%;
  height: 100%;
  padding: 18.9473684211%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  line-height: 1.4583333333;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .icon {
    flex-basis: 46.5986394558%;
  }
}
@media screen and (max-width: 900px) {
  .icons {
    margin: 0 4.0625% 93px;
  }
  .icon {
    margin-top: 40px;
  }
  .icon p {
    font-size: 17px;
  }
  .icon__image {
    width: 95px;
    height: 95px;
  }
}
/*

Side Scrolling Cards

*/
.side-cards {
  margin-top: 114px;
}

.side-cards__title {
  max-width: 1180px;
  margin: auto;
}

.side-cards .title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.0425em;
  line-height: 1.6666666667;
  margin: 0 6.9%;
}
.side-cards .title .fancy-serif,
.side-cards .title .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .side-cards .title {
    font-size: 30px;
  }
}

.side-cards__scroll-inner {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 79px 0;
  padding-bottom: 27px;
}

.side-card {
  margin-bottom: 0;
}

.side-card__inner {
  text-decoration: none;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  background: white;
  position: relative;
  height: 100%;
  margin: 0;
}

a.side-card__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  opacity: 0;
  transition: 0.3s;
}

a.side-card__inner:hover:after {
  opacity: 1;
}

.side-card__image {
  flex-basis: 38.4615384615%;
}

.side-card__content {
  flex: 1;
  align-self: center;
}

.side-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-card h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  line-height: 1.2857142857;
  letter-spacing: 0.3078571429em;
  margin-bottom: 0.5714285714em;
}

.side-card p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  line-height: 1.1315789474;
}

@media screen and (min-width: 1701px) {
  .side-cards__scroll {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 93.75%;
  }
  .side-cards__scroll-inner {
    margin-left: -12px;
    margin-right: -12px;
  }
  .side-card {
    padding: 0 12px 35px;
  }
  .side-card__content {
    padding: 16px 22px 12px 20px;
  }
  .side-card h3 {
    font-size: 12px;
  }
  .side-card p {
    font-size: 29px;
  }
}
@media screen and (max-width: 1700px) {
  .side-cards__scroll {
    overflow-x: scroll;
    cursor: e-resize;
  }
  .side-cards__scroll::-webkit-scrollbar {
    display: none;
  }
  .side-cards__scroll-inner {
    margin-left: 8.2638888889vw;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 131px;
  }
  .side-card {
    padding: 0 2.2916666667vw 2.4305555556vw 0;
    min-height: 13.6805555556vw;
  }
  .side-card__inner {
    min-width: 32.5vw;
  }
  .side-card__content {
    padding: 16px 1.5277777778vw 12px 1.3888888889vw;
  }
  .side-card h3 {
    font-size: max( 0.9722222222vw , 12px);
  }
  .side-card p {
    font-size: 2.6388888889vw;
  }
}
@media screen and (max-width: 900px) {
  .side-cards {
    margin-top: 98px;
  }
  .side-cards__scroll-inner {
    margin: 49px 0 62px 3.125vw;
  }
  .side-card {
    padding: 0 4.375vw 5vw 0;
    min-height: 31.5625vw;
  }
  .side-cards__title .title {
    margin: 0 7.5%;
  }
  .side-card__inner {
    min-width: 75vw;
  }
  .side-card__image {
    flex-basis: 38.3333333333%;
  }
  .side-card__content {
    padding: 12px 5vw 12px 4.375vw;
  }
  .side-card h3 {
    font-size: min( 3.75vw , 14px);
    line-height: 1;
    margin-bottom: 0.6666666667em;
  }
  .side-card p {
    font-size: min( 6.25vw , 38px);
    line-height: 1.4;
  }
}
/*

Carousel

*/
.carousel {
  position: relative;
  margin: 141px 1.6129032258% 59px;
  overflow: hidden;
}

.carousel__header {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.0425em;
  line-height: 1.6666666667;
  margin: 0 6.9% min(5vw, 90px);
  max-width: 780px;
}
.carousel__header .fancy-serif,
.carousel__header .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .carousel__header {
    font-size: 30px;
  }
}

.carousel__nav {
  margin: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.carousel__arrows {
  margin: auto;
}

.carousel .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  border: none;
  box-shadow: none;
  opacity: 0.28;
  transition: 0.3s;
}
.carousel .slick-arrow:hover, .carousel .slick-arrow:active {
  opacity: 1;
}

.carousel .slick-prev {
  float: left;
  background-position: center left;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 11 19" xmlns="http://www.w3.org/2000/svg"><polygon fill="rgb(24,237,186)" points="9.10923487 0 11 1.973 3.78327676 9.5 11 17.027 9.10923487 19 0 9.5"></polygon></svg>');
}

.carousel .slick-next {
  float: right;
  background-position: center right;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 11 19" xmlns="http://www.w3.org/2000/svg"><polygon fill="rgb(24,237,186)" points="1.89076513 0 0 1.973 7.21672324 9.5 0 17.027 1.89076513 19 11 9.5"></polygon></svg>');
}

.carousel .slick-slide {
  opacity: 0.54;
  transition-duration: 0.4s;
}

.carousel-slide__image {
  margin-bottom: min(6vw, 89px);
}

.slick-center .carousel-slide__image {
  box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
}

.carousel-slide__content {
  opacity: 0;
  transition: inherit;
}

.carousel-slide__content *:last-child {
  margin-bottom: 0;
}

.slick-center .carousel-slide__content,
.carousel .slick-center {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .carousel {
    margin: 77px 0 0;
  }
  .carousel__nav {
    position: relative;
    margin-top: 35px;
    order: 1;
  }
  .carousel-slide__content {
    max-width: 400px;
    margin: auto;
  }
  .carousel.small .carousel__arrows,
.carousel.large .carousel__arrows {
    width: 28%;
  }
  .carousel .slick-arrow {
    background-position: center center;
    background-size: auto 32px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .carousel__header {
    margin: 0 7.5% 42px;
  }
  .carousel-slide__image {
    margin-bottom: 20px;
  }
  .carousel .slick-arrow {
    background-size: auto 19px;
  }
}
/* 
 * Five Slide Layout 
 */
.small .carousel__slides {
  -webkit-transform: scale(0.596);
          transform: scale(0.596);
  -webkit-transform-origin: 50% 35%;
          transform-origin: 50% 35%;
  padding-bottom: 9%;
}

.small .carousel__nav {
  top: min(51.5vw, 700px);
}

.small .carousel__arrows {
  width: 50.8%;
}

.carousel.small .slick-list {
  overflow: visible;
}

.carousel.small .slick-slide {
  -webkit-transform: translateX(-40.5%);
          transform: translateX(-40.5%);
  -webkit-transform-origin: 50% 30.5%;
          transform-origin: 50% 30.5%;
  padding: 0 0.39%;
}

.small .carousel-slide__image {
  transition: inherit;
}

.small .carousel__slides .slick-center {
  -webkit-transform: translateX(0) scale(1.91);
          transform: translateX(0) scale(1.91);
}

.small .carousel__slides .slick-current ~ .slick-slide {
  -webkit-transform: translateX(40.5%);
          transform: translateX(40.5%);
}

@media screen and (max-width: 1000px) {
  .carousel.small {
    display: flex;
    flex-direction: column;
  }
  .small .carousel__slides {
    -webkit-transform: scale(0.534);
            transform: scale(0.534);
    -webkit-transform-origin: 50% 31%;
            transform-origin: 50% 31%;
    padding: 0;
  }
  .carousel.small .slick-slide {
    padding: 0 1.08%;
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
    -webkit-transform-origin: 50% 30%;
            transform-origin: 50% 30%;
  }
  .carousel.small .slick-current ~ .slick-slide {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
  .carousel.small .slick-center {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
  }
  .small .carousel-slide__image {
    width: 53.79%;
    margin-left: auto;
    margin-right: auto;
  }
  .small .carousel__nav {
    top: 0;
  }
}
/* 
 * Three Slide Layout 
 */
.carousel.large .slick-slide {
  padding: 0 10px;
}

.large .carousel__nav {
  top: min(50vw, 665px);
}

.large .carousel__arrows {
  width: 67.05%;
}

@media screen and (max-width: 1000px) {
  .large .carousel__nav {
    top: 0;
  }
  .carousel.large .slick-slide {
    padding: 0 4px;
  }
}
/* 
 * Carousel Quote
 */
.carousel__quote {
  margin-left: auto;
  margin-right: auto;
}
.carousel__quote .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  text-underline-offset: 5px;
  position: relative;
  white-space: nowrap;
}
.carousel__quote .carousel__slide--seperator {
  border-bottom: 2px solid black;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  margin: 50px auto 10px;
  width: 250px;
}
.carousel__quote .carousel__slide {
  opacity: 1;
}
.carousel__quote .carousel__slide h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  color: white;
}
.carousel__quote .carousel__slide h2 .fancy-serif,
.carousel__quote .carousel__slide h2 .fancy-underline {
  color: inherit;
}
.carousel__quote .carousel__slide h2 .fancy-serif,
.carousel__quote .carousel__slide h2 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .carousel__quote .carousel__slide h2 {
    font-size: 50px;
  }
}
.carousel__quote .carousel__slide p {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  color: white;
  margin-bottom: 60px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .carousel__quote .carousel__slide h2 {
    font-size: 32px;
  }
}
.carousel__quote .carousel__quote--header {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 78px;
  line-height: 1.026;
  color: white;
  font-size: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carousel__quote .carousel__quote--header {
    font-size: 45px;
  }
}
.carousel__quote .carousel__slide {
  text-align: center;
  width: 100%;
}
.carousel__quote .carousel__nav {
  top: 400px;
}
@media screen and (max-width: 768px) {
  .carousel__quote .carousel__nav {
    top: -100px;
  }
}

/* 
 * Carousel Leftnav
 */
.carousel__leftnav {
  display: inline;
  width: 768px;
}
.carousel__leftnav .carousel__leftnav--container {
  overflow: hidden;
}
.carousel__leftnav .slick-arrow {
  opacity: 1;
  position: absolute;
}
.carousel__leftnav .slick-next {
  right: 0;
}
.carousel__leftnav h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.07em;
  line-height: 1.088;
  margin-top: 40px;
  margin-left: 30px;
}
.carousel__leftnav p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .carousel__leftnav p {
    font-size: 18px;
  }
}
.carousel__leftnav .carousel__nav {
  float: left;
  top: 275px;
  width: 114px;
}
@media screen and (max-width: 768px) {
  .carousel__leftnav .carousel__nav {
    top: 200px;
    width: 80px;
  }
}
.carousel__leftnav .carousel__nav .carousel__arrows--leftnav {
  left: 25%;
  position: absolute;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .carousel__leftnav .carousel__nav .carousel__arrows--leftnav {
    left: 0;
    width: 80px;
  }
}
.carousel__leftnav .carousel__nav button {
  height: 19px;
  width: 11px;
}
@media screen and (max-width: 768px) {
  .carousel__leftnav .carousel__nav button {
    background-size: auto 50px;
    height: 50px;
    width: auto;
  }
}
.carousel__leftnav .carousel__slides--leftnav {
  left: 114px;
}
@media screen and (max-width: 768px) {
  .carousel__leftnav .carousel__slides--leftnav {
    left: 0;
  }
}
.carousel__leftnav .carousel__slide {
  margin-right: 23px;
  opacity: 1;
}
.carousel__leftnav .carousel__slide--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
  height: 320px;
}

.quotecarousel-background {
  background-image: url("../_img/quotecarousel-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/*

Jobs

*/
.jobs-block {
  margin: 0 6.9% 0;
}
.jobs-block button,
.jobs-block input[type=button],
.jobs-block input[type=reset] {
  background-color: transparent;
  box-shadow: none;
}

.jobs-block .block-wrapper {
  margin: auto;
  max-width: 980px;
}

.jobs-wrap {
  max-width: 780px;
  margin: auto;
}

.jobs-filter {
  position: relative;
}

.jobs-filter.loading {
  pointer-events: none;
}
.jobs-filter.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 180px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 97 85" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(24,237,186)" d="M88.277799,38.3195935 L96.371689,50.8551835 L92.246689,53.5192835 L89.590489,49.4020835 C87.859489,59.1280835 82.761889,67.9292835 75.195489,74.2730835 C67.625489,80.6167835 58.062489,84.0933805 48.187489,84.0973158 C38.847489,84.1050865 29.773399,80.9996835 22.394499,75.2730835 C15.1735365,69.6693127 9.97835356,61.8601852 7.60138068,53.040409 L7.454,52.479 L12.211299,51.2651935 C14.2039581,58.9876026 18.6213285,65.867074 24.8040877,70.8972632 L25.238299,71.2451935 C35.582299,79.3740935 49.453299,81.4287935 61.707299,76.6357935 C73.81186,71.905196 82.5511275,61.1941747 84.7729937,48.4111779 L84.852299,47.9367935 L80.391399,51.9055935 L77.125799,48.2336935 L88.277799,38.3195935 Z M74.175109,9.01120353 C81.432909,14.7378035 86.613109,22.6872035 88.921109,31.6402035 L84.163309,32.8550035 C82.124209,24.9448935 77.546109,17.9290935 71.136309,12.8710935 C60.792309,4.74219353 46.921309,2.69109353 34.667299,7.48049353 C22.413299,12.2734935 13.608299,23.1874935 11.522299,36.1794935 L15.983199,32.2106935 L19.244899,35.8825935 L8.093799,45.7961935 L0,33.2571935 L4.125,30.5930935 L6.785106,34.7142035 C9.359309,20.1592035 19.387109,8.02620353 33.195109,2.76120353 C47.004109,-2.50829647 62.566109,-0.133296466 74.175109,9.01120353 Z"></path></svg>');
  -webkit-animation: spin 2s infinite;
          animation: spin 2s infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jobs-wrap,
.jobs-cats,
.jobs-paging {
  transition: 0.6s;
}

.loading .jobs-wrap,
.loading .jobs-cats {
  opacity: 0.35;
}

.loading .jobs-paging {
  opacity: 0;
}

.jobs-cats {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  max-width: 900px;
  margin-left: auto;
}

.jobs-cats .col {
  flex-basis: 33.3333%;
  max-width: 300px;
  padding: 0 10px;
  margin-bottom: 33px;
}

.jobs-cats .search {
  max-width: none;
  flex-basis: 66.666%;
  position: relative;
}
.jobs-cats .search input[type=search] {
  width: 100%;
}
.jobs-cats .search input[type=search]::-webkit-input-placeholder {
  color: inherit;
}
.jobs-cats .search input[type=search]::-moz-placeholder {
  color: inherit;
}
.jobs-cats .search input[type=search]::placeholder {
  color: inherit;
}
.jobs-cats .search input[type=button] {
  position: absolute;
  pointer-events: none;
  width: 55px;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  border: none;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: top 52% right 30px;
  background-size: 25px;
  background-image: url(../_img/icon-search-gradient.svg);
}
.jobs-cats .search .searching + input[type=button] {
  background-image: url(../_img/icon-close-gradient.svg);
  pointer-events: initial;
  background-size: 20px;
}

.jobs-cats .clear {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs-cats input[type=reset] {
  margin-bottom: 4px;
  border-width: 0 0 2px 0;
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  border-image-slice: 1;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  padding: 5px 0;
}

.jobs-cats p {
  flex: 0.5 0 auto;
  margin: 0;
  font-size: 21px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .jobs-cats p {
    font-size: 19px;
  }
}

.jobs-cats select,
.jobs-cats input[type=search] {
  border-radius: 0;
  width: 100%;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  font-size: 21px;
  letter-spacing: -0.0085714286em;
  padding: 13px 50px 16px 17px;
  border-color: currentColor;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.jobs-cats select {
  background: url(../_img/dropdown-gradient-fat.svg) no-repeat top 52% right 24px/19px;
}

.job-card {
  margin: 64px 0 94px;
  padding-bottom: 31px;
  border-bottom: 1px solid #18EDBA;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.job-title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  min-height: 62px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  color: #585858;
  margin: 0 20px 0 0;
  flex: 1;
}
.job-title .fancy-serif,
.job-title .fancy-underline {
  color: inherit;
}

.job-card .button,
.job-modal .button {
  padding-top: 13px;
  padding-bottom: 13px;
  color: currentColor;
}
.job-card .button:after,
.job-modal .button:after {
  background: transparent;
}

.job-cats {
  flex-basis: 100%;
  margin-top: 15px;
}

.job-cats p {
  display: inline-block;
  font-size: 21px;
  line-height: 1.4285714286;
  line-height: 1;
  margin: 0 6.6666666667% 0 0;
}
@media screen and (max-width: 768px) {
  .job-cats p {
    font-size: 19px;
  }
}

.jobs-paging {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #909090;
}
.jobs-paging button {
  font-size: 0;
  width: 22px;
  height: 32px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.jobs-paging .jobs-paging-text {
  min-width: 120px;
  text-align: center;
}
.jobs-paging .prev {
  margin-right: 35px;
  background-image: url(../_img/back-carat.png);
}
.jobs-paging .prev[disabled] {
  background-image: url(../_img/back-carat-gray.png);
}
.jobs-paging .next {
  margin-left: 35px;
  background-image: url(../_img/forward-carat.png);
}
.jobs-paging .next[disabled] {
  background-image: url(../_img/forward-carat-gray.png);
}

.jobs-paging .highlight {
  color: #06C6A0;
}

@media screen and (max-width: 768px) {
  .jobs-block {
    margin: 25px 7.5% 0;
  }
  .jobs-wrap {
    max-width: 550px;
  }
  .jobs-cats {
    flex-direction: column;
    max-width: 550px;
    margin: 25px -10px 49px;
  }
  .jobs-cats .col {
    max-width: none;
    margin: 8px 0;
  }
  .jobs-cats .clear {
    order: 1;
  }
  .jobs-cats select,
.jobs-cats input[type=search] {
    padding-top: 9px;
    padding-bottom: 12px;
  }
  .job-card {
    margin: 13px 0 43px;
  }
  .job-card .button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12.6px;
    line-height: 1.3492063492;
  }
  .jobs-cats input[type=reset] {
    margin-top: 20px;
  }
  .job-title {
    font-size: 17px;
    line-height: 1.3529411765;
    min-height: 0;
  }
  .job-cats {
    margin-bottom: 16px;
  }
  .job-cats p {
    margin-right: 19px;
  }
  .jobs-paging {
    margin-top: 50px;
  }
}
@media screen and (max-width: 530px) {
  .job-card {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .job-card .button {
    width: 100%;
    max-width: 180px;
    order: 1;
  }
}
/* Modal */
.job-popup .mfp-container {
  padding: 0;
}

.job-popup .mfp-content {
  text-align: left;
}

.job-modal {
  background-color: white;
  width: 90%;
  margin: 74px auto 146px;
  max-width: 1180px;
  padding: 135px 10.4838709677% 115px;
  box-shadow: 20px 40px 100px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .job-modal {
    font-size: 19px;
  }
}

.mfp-close-btn-in.job-popup .mfp-close {
  right: 43px;
  top: 43px;
  color: #06C6A0;
  opacity: 1;
  text-shadow: none;
  font-size: 47px;
  transition: 0.25s;
}
.mfp-close-btn-in.job-popup .mfp-close:hover, .mfp-close-btn-in.job-popup .mfp-close:focus {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.job-modal__title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.0425em;
  line-height: 1.6666666667;
  margin-bottom: 56px;
  line-height: 52px;
  font-weight: bold;
}
.job-modal__title .fancy-serif,
.job-modal__title .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .job-modal__title {
    font-size: 30px;
  }
}

.job-modal__cats {
  margin-bottom: 75px;
}

.job-modal__cats span:not(:last-child) {
  border-right: 1px solid #979797;
  margin-right: 21px;
  padding-right: 21px;
}

.job-modal__section {
  margin-bottom: 86px;
}

.job-modal__section ul {
  font-size: 21px;
  line-height: 1.4285714286;
  padding-left: 1.5238095238em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .job-modal__section ul {
    font-size: 19px;
  }
}

.job-modal__section li {
  margin-bottom: 1em;
  padding-left: 0.2380952381em;
}
.job-modal__section li::marker {
  font-size: 0.7em;
}

.job-modal__section div {
  margin-bottom: 11px;
}

.job-modal__section h4 {
  margin-bottom: 35px;
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 0.9583333333;
}

.job-modal__footer .button {
  color: black;
}

.job-modal__footer .button:not(.underline) {
  min-width: 190px;
  box-sizing: border-box;
}

.job-modal__footer .button.underline {
  margin-bottom: 13px;
}
.job-modal__footer .button.underline:after {
  background: #18EDBA;
}

.job-modal__footer .button + .button {
  margin-left: 6.5539112051%;
}

@media screen and (max-width: 768px) {
  .job-modal {
    width: 100%;
    margin: 0;
    padding: 71px 7.1875% 84px;
  }
  .mfp-close-btn-in.job-popup .mfp-close {
    font-size: 32px;
    top: 4px;
    right: 0;
  }
  .job-modal__title,
.job-modal__cats {
    margin-bottom: 30px;
  }
  .job-modal__cats {
    line-height: 1.5833333333;
  }
  .job-modal__cats span:not(:last-child) {
    margin-right: 18px;
    padding-right: 18px;
    margin-bottom: 10px;
  }
  .job-modal__section {
    margin-bottom: 54px;
  }
  .job-modal__section h4 {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 1.3529411765;
  }
  .job-modal__section ul {
    padding-left: 2.0476190476em;
  }
  .job-modal__section li {
    padding-left: 0.8095238095em;
  }
}
@media screen and (max-width: 500px) {
  .job-modal__footer {
    text-align: center;
  }
  .job-modal__footer .button {
    min-width: 164px;
  }
  .job-modal__footer .button:not(.underline) {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .job-modal__footer .button + .button {
    margin: 15px auto 0;
  }
}
/*

Stats block

*/
.stats-group {
  max-width: 837px;
  width: 85.3125%;
  margin: 35px auto 79px;
  text-align: center;
}

.stats-header {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  margin-bottom: 54px;
}
.stats-header .fancy-serif,
.stats-header .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .stats-header {
    font-size: 18px;
  }
}

.stats-subhead {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 72px;
}

.stats-desc {
  font-size: 21px;
  line-height: 1.4285714286;
  max-width: 37.1428571429em;
  margin: 0 auto 73px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .stats-desc {
    font-size: 19px;
  }
}

.stats-tabs,
.stats-nav .slick-active {
  background: black;
  color: white;
}

.stats-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.stats-nav li {
  display: block;
  margin: 0;
  position: relative;
  padding: 19px 3.6% 56px;
  border: 1px solid transparent;
  z-index: 1;
  cursor: pointer;
}

h3.stats-title {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  color: #18EDBA;
  margin: 0;
  font-size: 30px;
  line-height: 1.1666666667;
  letter-spacing: -0.0496666667em;
  transition: 0.3s;
}
h3.stats-title .fancy-serif,
h3.stats-title .fancy-underline {
  color: inherit;
}

.stats-nav .slick-active {
  border-color: currentColor currentColor transparent currentColor;
  color: white;
}

.slick-active .stats-title {
  color: currentColor;
}

.stats-tabs {
  border: 1px solid currentColor;
  background-clip: content-box;
  margin-top: -1px;
  text-align: left;
}

.stats-tab dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 83px 2.4% 70px;
  margin: 0;
}

.stats-tab .stats-title {
  display: none;
}

.stats-tab .stat {
  margin-bottom: 34px;
  flex-basis: 45%;
  max-width: 239px;
}

.stat dt {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  display: inline-block;
  font-size: 93px;
  letter-spacing: -0.023655914em;
  line-height: 0.89;
  font-weight: 700;
  background-image: linear-gradient(125deg, #18EDBA 3%, #00BBD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 17px;
}
.stat dt .fancy-serif,
.stat dt .fancy-underline {
  color: inherit;
}

.stat dt sup {
  position: static;
  vertical-align: super;
  font-size: 52.688172043%;
  margin-left: 12px;
}

.stat dd {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  font-size: 34px;
  line-height: 1.2941176471;
  margin: 0;
}

.stat .footnote {
  margin: 0;
  font-size: 14px;
  line-height: 1.2857142857;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .stats-nav li {
    padding-bottom: 32px;
  }
  h3.stats-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .stats-group {
    width: 93.75%;
    max-width: 500px;
    margin: 14px auto 18px;
  }
  .stats-header {
    margin-bottom: 31px;
  }
  .stats-subhead {
    margin-bottom: 26px;
  }
  .stats-desc {
    margin-bottom: 51px;
    width: 93%;
  }
  .stats-nav li {
    padding: 7px 3%;
    min-width: 97px;
  }
  h3.stats-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .stats-tab dl {
    display: block;
    padding-top: 38px;
    padding-bottom: 0;
  }
  .stats-tab .stat {
    margin: 0 auto 45px;
    text-align: center;
  }
  .stat dt {
    font-size: 63px;
  }
  .stat dd {
    font-size: 20px;
  }
}
.stats-block-parent {
  max-width: 1180px;
  padding: 90px 0;
  margin: 0 auto;
  border: 1px solid white;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .stats-block-parent {
    flex-direction: column;
  }
}
.stats-block-parent h3 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  color: inherit;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 1.273;
}
.stats-block-parent h3 .fancy-serif,
.stats-block-parent h3 .fancy-underline {
  color: inherit;
}
.stats-block-parent .stats-block {
  margin: 0;
  max-width: 90%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1180px;
}
@media screen and (max-width: 890px) {
  .stats-block-parent .stats-block {
    flex-direction: column;
    margin: 10%;
  }
}
.stats-block-parent .stats-header {
  margin: 0;
  padding: 0;
}
.stats-block-parent dl {
  text-align: left;
}
.stats-block-parent sup,
.stats-block-parent .footnotes {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  color: inherit;
  font-size: 14px;
  top: -1.5em;
}
@media screen and (max-width: 550px) {
  .stats-block-parent sup,
.stats-block-parent .footnotes {
    top: -0.5em;
  }
}
.stats-block-parent .stat {
  /*justify-content: space-between;*/
  padding: 36px 0;
  position: relative;
  /*.stats-block__tooltips {
      outline:  none;
      text-decoration: none;
  }

  &.stat-title .stats-block__tooltip {
      top:  70px;
      max-width: none;
  }

  &.stat-big .stats-block__tooltip {
      top:  250px;

      @media screen and (max-width: 890px) {
          top:  200px;
          right:  5px;
      }
  }

  &.stat-small .stats-block__tooltip {
      top: 100px;

      @media screen and (max-width: 1110px) {
          top: 115px;
          right: 175px;
      }

      @media screen and (max-width: 950px) {
          top: 116px;
          right: 0
      }

      @media screen and (max-width: 890px) {
          right: 0;
      }

      @media screen and (max-width: 550px) {
          right: 160px;
      }
  }

  .stats-block__tooltip-icon {
      @include bodyStyle();
      border:  1px solid white;
      border-radius:  50%;
      color:  white;
      font-size:  12px;
      margin-left: 5px;
      padding:  0 7px;
      vertical-align: super;
  }

  .stats-block__tooltip {
      @include bodyStyle();
      background-color: #191919;
      color:  inherit;
      visibility: hidden;
      max-width: 50%;
      opacity:  0;
      padding: 5px 15px;
      position: absolute;
      right: 0;
      transition: opacity 0.3s;
      z-index:  9;

      &.show {
          visibility: visible;
          opacity:  1;
      }

      @media screen and (max-width: 890px) {
          max-width: none;
      }
  }

  .stats-block__tooltip:after {
      border-right: 7px solid transparent;
      border-top: 7px solid #191919;
      border-left: 7px solid transparent;
      content:  '';
      display: inline-block;
      position:  absolute;
      right:  0;
      top:  -6px;
      transform:  rotate(180deg);
  }*/
}
.stats-block-parent .stat .number {
  min-width: 140px;
}
@media screen and (max-width: 950px) {
  .stats-block-parent .stat {
    text-align: left;
  }
}
.stats-block-parent .stats-block__left {
  align-items: baseline;
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  max-width: 40%;
}
.stats-block-parent .stats-block__left h3 {
  border-width: 0 0 4px 0;
  border-style: solid;
  padding-bottom: 8px;
}
.stats-block-parent .stats-block__left .stat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.stats-block-parent .stats-block__left dt {
  font-size: 170px;
}
@media screen and (max-width: 890px) {
  .stats-block-parent .stats-block__left dt {
    font-size: 120px;
  }
}
@media screen and (max-width: 950px) {
  .stats-block-parent .stats-block__left {
    max-width: 100%;
  }
}
.stats-block-parent .stats-block__right {
  align-items: baseline;
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  max-width: 40%;
}
@media screen and (max-width: 950px) {
  .stats-block-parent .stats-block__right {
    max-width: 100%;
  }
}
.stats-block-parent .stats-block__right .stats-header {
  border-style: none;
}
.stats-block-parent .stats-block__right .stat {
  display: flex;
  align-items: center;
}
.stats-block-parent .stats-block__right .stat:last-child dt, .stats-block-parent .stats-block__right .stat:last-child dd {
  margin-bottom: 0;
}
.stats-block-parent .stats-block__right dl {
  padding-bottom: 0;
}
.stats-block-parent .stats-block__right dl:last-child {
  margin-bottom: 0;
}
.stats-block-parent .stats-block__right dl .stat:last-child {
  margin-bottom: 0;
}
.stats-block-parent .stats-block__right dt {
  font-size: 78px;
  text-align: right;
  /*min-width:  140px;*/
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  -o-border-image: linear-gradient(125deg, #18EDBA 3%, #00BBD8 100%);
     border-image: linear-gradient(125deg, #18EDBA 3%, #00BBD8 100%);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.stats-block-parent .stats-block__right dd {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  color: inherit;
  font-size: 21px;
  line-height: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 890px) {
  .stats-block-parent .stats-block__right dd {
    font-size: 19px;
  }
}
@media screen and (max-width: 550px) {
  .stats-block-parent .stats-block__right dd {
    width: 80%;
  }
}
.stats-block-parent .footnotes {
  flex-basis: 100%;
  font-size: 14px;
  max-width: 90%;
}

.two-columns__image-text {
  /*display: none;*/
  display: flex;
}
.two-columns__image-text div {
  flex: 1 0 50%;
}
.two-columns__image-text.two-columns__reverse {
  flex-direction: row-reverse;
}

.heading-pics {
  background-color: black;
  padding: 190px 0;
}
.heading-pics .heading-pics__text {
  color: white;
  font-size: 84px;
  line-height: 80px;
  max-width: 980px;
}
.heading-pics video {
  max-width: 50%;
}
.heading-pics .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
.heading-pics .heading-pics__container {
  display: flex;
  height: 560px;
}
.heading-pics .heading-pics__top {
  background-position: 100% 0;
}
.heading-pics .heading-pics__top .heading-pics__text {
  margin-left: 10%;
}
@media screen and (max-width: 980px) {
  .heading-pics .heading-pics__top .heading-pics__text {
    margin-left: inherit;
  }
}
.heading-pics .heading-pics__bottom {
  margin-top: -85px;
}
.heading-pics .heading-pics__bottom div {
  display: flex;
  width: 100%;
}
.heading-pics .heading-pics__bottom div .heading-pics__text {
  align-self: center;
  margin-left: 20%;
}
@media screen and (max-width: 980px) {
  .heading-pics .heading-pics__bottom div .heading-pics__text {
    margin-left: inherit;
  }
}
.heading-pics #squiggle {
  height: 300px;
  margin: -225px auto 0;
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .heading-pics .heading-pics__container {
    flex-direction: column;
  }
  .heading-pics #squiggle {
    margin-top: -65px;
  }
  .heading-pics .heading-pics__bottom {
    /*flex-direction: column-reverse;*/
    /*margin-top: 50px;*/
    /*margin-top: 0;*/
  }
  .heading-pics video {
    max-width: 100%;
  }
}

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

.panel-grid {
  margin: 0 !important;
}
.panel-grid .panel-grid-cell {
  margin-bottom: 0 !important; /*padding-left:0 !important; padding-right:0 !important; */
}
.panel-grid .panel-grid-cell .so-panel {
  margin-bottom: 0 !important;
}

.hentry {
  margin-bottom: 0 !important;
}

#content,
#wpfront-notification-bar-spacer {
  transition: all 0.25s ease;
}

#content.toggled,
#wpfront-notification-bar-spacer.toggled {
  opacity: 0.75;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}

@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header {
    padding-top: 45px;
    padding-bottom: 45px;
    height: 30vh;
    min-height: 300px;
  }
}
@media screen and (max-height: 800px) {
  body.page-template-page-work #content-header {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header h2 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0;
  }
}

#content-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#content-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 800px) {
  #content-header video {
    display: none;
  }
}
.single-gb-press #content-header:before, .single-gb-press-video #content-header:before, .single-post #content-header:before {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #content-header {
    padding: 153px 5%;
  }
}
.home #content-header {
  height: 100vh;
  padding: 0;
}
.single-gb-press #content-header, .single-gb-press-video #content-header, .single-post #content-header, .page-id-491 #content-header, .page-id-632 #content-header, .page-id-3479 #content-header, .page-template-page-work #content-header, .page-id-640 #content-header {
  height: 56.25vh;
}
@media screen and (max-height: 800px) {
  .single-gb-press #content-header, .single-gb-press-video #content-header, .single-post #content-header, .page-id-491 #content-header, .page-id-632 #content-header, .page-id-3479 #content-header, .page-template-page-work #content-header, .page-id-640 #content-header {
    height: 80vh;
  }
}
#content-header.video {
  height: 56.25vw;
}
#content-header .header-holder {
  text-align: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
  z-index: 2;
}
#content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 165px;
  letter-spacing: -0.07em;
  line-height: 1.03;
  display: inline-block;
  color: white;
  margin: 18px 0 0;
  line-height: 100%;
  text-align: center;
}
#content-header .header-holder h2 .fancy-serif,
#content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
#content-header .header-holder h2 .fancy-serif, #content-header .header-holder h2 .fancy-underline {
  font-size: 0.873em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #content-header .header-holder h2 {
    font-size: 84px;
  }
}
@media screen and (max-width: 900px) {
  #content-header .header-holder h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  #content-header .header-holder h2 {
    font-size: 48px;
  }
}
.single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  color: white;
}
.single-gb-press #content-header .header-holder h2 .fancy-serif,
.single-gb-press #content-header .header-holder h2 .fancy-underline, .single-gb-press-video #content-header .header-holder h2 .fancy-serif,
.single-gb-press-video #content-header .header-holder h2 .fancy-underline, .single-post #content-header .header-holder h2 .fancy-serif,
.single-post #content-header .header-holder h2 .fancy-underline, .single-work #content-header .header-holder h2 .fancy-serif,
.single-work #content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
.single-gb-press #content-header .header-holder h2 .fancy-serif,
.single-gb-press #content-header .header-holder h2 .fancy-underline, .single-gb-press-video #content-header .header-holder h2 .fancy-serif,
.single-gb-press-video #content-header .header-holder h2 .fancy-underline, .single-post #content-header .header-holder h2 .fancy-serif,
.single-post #content-header .header-holder h2 .fancy-underline, .single-work #content-header .header-holder h2 .fancy-serif,
.single-work #content-header .header-holder h2 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 32px;
  }
}
#content-header .header-holder h2.break .light {
  display: block;
}
#content-header .header-holder h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: white;
  text-align: center;
}
#content-header .header-holder h3.category {
  color: #08c69f;
  font-size: 12px;
}
#content-header .header-holder .buttons {
  margin: 3% auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-header .header-holder .buttons {
    margin-top: 20px;
  }
}
#content-header .header-holder .button.hollow {
  color: white;
}
#content-header .header-holder .button.hollow:after {
  border-color: white;
}
#content-header .header-holder .button.hollow:hover {
  color: #06C6A0;
  background-color: white;
}
#content-header .header-holder .button.hollow:before {
  display: none;
}
#content-header .header-holder a.arrow {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 40px auto;
  text-align: left;
  text-indent: -10000px;
  width: 50px;
}
@media screen and (max-height: 800px) {
  #content-header .header-holder a.arrow {
    margin: 20px auto;
  }
}
#content-header .header-holder a.arrow:hover, #content-header .header-holder a.arrow:active {
  background-color: #08c69f;
}
#content-header a.handle {
  background: url("../_img/header-scrolldown.png") center top/contain no-repeat;
  bottom: 0;
  display: block;
  height: 41px;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -93px;
  position: absolute;
  text-indent: -10000px;
  width: 186px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header {
    height: auto;
    padding: 130px 2.5% 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder {
    left: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    -ms-transform: none;
    top: auto;
    width: 100%;
  }
}
.page-template-page-gen9 #content-header .header-holder h2 {
  background: rgba(0, 34, 51, 0.33);
  font-size: 62px;
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 5% 30px;
}
@media screen and (max-width: 900px) {
  .page-template-page-gen9 #content-header .header-holder h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h2 {
    font-size: 26px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3 {
  background: rgba(0, 34, 51, 0.33);
  margin: 0 auto 1px;
  max-width: 960px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3 {
    padding: 0 20px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3:before {
  background: url("../_img/icon-ginkgo.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3:before {
    width: 40px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3:after {
  background: url("../_img/logo-gen9.png") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3:after {
    width: 100px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3 span {
  background: rgba(255, 255, 255, 0.65);
  display: inline-block;
  height: 44px;
  margin: 0 24px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3 span {
    height: 24px;
  }
}
.page-template-page-gen9 #content-header .header-holder .content {
  background: rgba(0, 34, 51, 0.33);
  margin: 0 auto;
  max-width: 960px;
  padding: 0 5% 24px;
}
.page-template-page-gen9 #content-header .header-holder .content p {
  color: white;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder .content p {
    font-size: 14px;
  }
}

article > .entry-header {
  display: none;
}
article .entry-content {
  margin: 0;
}
article .entry-content .panel-row-style.header {
  padding: 20% 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header {
    padding: 153px 5%;
  }
}
.home article .entry-content .panel-row-style.header {
  height: 90vh;
  padding: 0;
}
article .entry-content .panel-row-style.header .panel-grid-cell {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
  color: white;
  font-size: 102px;
  font-weight: 100;
  margin: 18px 0 0;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 84px;
  }
}
@media screen and (max-width: 900px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 48px;
  }
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 strong {
    display: block;
  }
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget p a {
  background: url("../_img/header-scrolldown.png") center center no-repeat;
  bottom: 0;
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 186px;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:last-child .textwidget a {
  background: url("../_img/header-scrolldown.png") center top no-repeat;
  bottom: 0;
  display: block;
  height: 36px;
  left: 50%;
  position: absolute;
  text-indent: -10000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 186px;
}
article .entry-content .video-panel {
  background: #e1e4ea;
  padding: 5%;
  text-align: center;
}
article .entry-content .video-panel .video-holder {
  margin: 0 auto;
  max-width: 650px;
}
article .entry-content .video-panel .video-holder .video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
article .entry-content .video-panel .video-holder .video iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
article .entry-content .video-panel .video-holder p {
  font-size: 16px;
  margin: 15px auto;
}
article .entry-content .images.panel-row-style {
  height: 0;
  overflow: hidden;
  margin: 8% 0 0;
  padding: 0 0 43.125%;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style {
    height: auto;
    overflow: auto;
    padding: 0;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell {
  padding: 0 !important;
}
article .entry-content .images.panel-row-style .panel-grid-cell:first-child {
  border-right: 4px solid white;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style .panel-grid-cell:first-child {
    border: none;
    margin-bottom: 10px !important;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell:last-child {
  border-left: 4px solid white;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style .panel-grid-cell:last-child {
    border: none;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell img {
  display: block;
  width: 100% !important;
}
article .entry-content .datagrid.panel-row-style {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 0 38.75%;
  position: relative;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style {
    padding: 0 0 100%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell {
  padding: 0 !important;
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:first-child .panel-widget-style {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 46.7%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:first-child .panel-widget-style {
    bottom: 67%;
    right: 0;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(2) .panel-widget-style {
  bottom: 50.8%;
  left: 53.75%;
  position: absolute;
  right: 23.375%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(2) .panel-widget-style {
    bottom: 34%;
    left: 0;
    right: 50.4%;
    top: 34%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(3) .panel-widget-style {
  bottom: 50.8%;
  left: 77.125%;
  position: absolute;
  right: 0%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(3) .panel-widget-style {
    bottom: 34%;
    left: 50.4%;
    right: 0;
    top: 34%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(4) .panel-widget-style {
  bottom: 0;
  left: 53.75%;
  position: absolute;
  right: 23.375%;
  top: 50.2%;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(4) .panel-widget-style {
    bottom: 0;
    left: 0;
    right: 50.4%;
    top: 67%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(5) .panel-widget-style {
  bottom: 0;
  left: 77.125%;
  position: absolute;
  right: 0%;
  top: 50.2%;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(5) .panel-widget-style {
    bottom: 0;
    left: 50.4%;
    right: 0;
    top: 67%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
  color: #08c69f;
  font-size: 17px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 1.4px;
  line-height: 120%;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1100px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 17px;
  }
}
@media screen and (max-width: 920px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 12px;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
  color: white;
  display: block;
  font-size: 125px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 100px;
  }
}
@media screen and (max-width: 920px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 72px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 48px;
  }
}
article .entry-content .bioworks.panel-row-style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px 0 0;
  padding: 6%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style {
    background: transparent !important;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style > .panel-grid-cell {
    padding: 0 !important;
  }
}
article .entry-content .bioworks.panel-row-style.left {
  text-align: left;
}
article .entry-content .bioworks.panel-row-style img {
  display: none;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style img {
    display: block;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce {
  background: rgba(255, 255, 255, 0.92);
  border-left: 9px solid #00c796;
  display: inline-block;
  max-width: 748px;
  padding: 4%;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce {
    margin-bottom: 20px !important;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce h2.widget-title {
  color: #1f4265;
  font-size: 15px;
  letter-spacing: 1.4px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce h2.widget-title {
    font-size: 12px;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 {
  color: #08c69f;
  font-size: 77px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 100%;
  margin: 6px 0 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 {
    font-size: 48px;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 strong {
  font-weight: 600;
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget p {
  color: black;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget p {
    font-size: 16px;
  }
}
article .entry-content .meet-the-team.panel-row-style {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 7.5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  article .entry-content .meet-the-team.panel-row-style {
    padding: 15% 7.5%;
  }
}
article .entry-content .meet-the-team.panel-row-style h2.widget-title {
  color: white;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 auto 38px;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  article .entry-content .meet-the-team.panel-row-style h2.widget-title {
    font-size: 36px;
  }
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  cursor: pointer;
  display: inline-block;
  height: 180px;
  position: relative;
  text-indent: -10000px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a {
    height: 90px;
  }
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p1 {
  background-image: url("../_img/logo-wsj.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p2 {
  background-image: url("../_img/logo-wired.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p3 {
  background-image: url("../_img/logo-fortune.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p4 {
  background-image: url("../_img/logo-bostonglobe.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a:after {
  border-color: transparent transparent #e7e7e4 transparent;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.active:after {
  bottom: 0;
}
article .entry-content .foundries.panel-row-style,
article .entry-content .nanoscale.panel-row-style,
article .entry-content .markets.panel-row-style,
article .entry-content .comingsoon.panel-row-style {
  padding: 20% 5%;
  position: relative;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell,
article .entry-content .markets.panel-row-style .panel-grid-cell,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell {
  display: block;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .markets.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell h2.widget-title {
  margin: 0 auto;
  max-width: 940px;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget {
  margin: 0 auto;
  max-width: 940px;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
  color: white;
  font-size: 58px;
  font-weight: 100;
  line-height: 100%;
  margin: 15px 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
    font-size: 30px;
  }
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 strong {
  font-weight: 700;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
  color: white;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
    font-size: 16px;
  }
}
article .entry-content .foundries.panel-row-style {
  position: relative;
}
article .entry-content .foundries.panel-row-style:after {
  background: url("../_img/home-foundries-grid.png") left bottom/contain repeat-x;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  padding: 15% 0 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 600px) {
  article .entry-content .foundries.panel-row-style:after {
    padding: 100% 0 0;
  }
}
article .entry-content .foundries.panel-row-style .panel-grid-cell {
  position: relative;
  z-index: 10;
}
article .entry-content .home-residency.panel-row-style {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5% 5%;
  position: relative;
  text-align: center;
}
article .entry-content .home-residency.panel-row-style a {
  background: url("../_img/submark-white.png") center top/60px no-repeat;
  color: white;
  display: block;
  font: normal 28px/1.35 ivypresto-headline, serif;
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  article .entry-content .home-residency.panel-row-style a {
    font-size: 18px;
  }
}
article .entry-content .home-residency.panel-row-style a:hover:after, article .entry-content .home-residency.panel-row-style a:active:after {
  background-color: #08c69f;
}
article .entry-content .home-residency.panel-row-style a strong {
  display: block;
  font: 700 42px/1 "ITC Avant Garde Gothic W01 Bd", sans-serif;
  letter-spacing: -1px;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  article .entry-content .home-residency.panel-row-style a strong {
    font-size: 32px;
  }
}
article .entry-content .home-residency.panel-row-style a:after {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  margin: 15px auto 0;
  text-align: left;
  text-indent: -10000px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: all 0.25s ease;
  width: 50px;
}
article .entry-content .markets.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .foundries.panel-row-style .panel-grid-cell h2.widget-title {
  color: black;
}
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p {
  color: black;
}
article .entry-content .comingsoon.panel-row-style {
  padding: 10% 5%;
}
article .entry-content #careers .panel-row-style {
  padding: 10% 5%;
  position: relative;
}
article .entry-content #careers .panel-row-style h2.widget-title {
  text-align: left;
}
article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
  color: white;
  font-size: 58px;
  font-weight: bold;
  line-height: 100%;
  margin: 25px 0 35px;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
    font-size: 42px;
    margin: 12px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
    font-size: 32px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
  color: white;
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
    font-size: 16px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget {
  padding: 24px 0 0 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget {
    margin-top: 5%;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget:before {
  background: url("../_img/quotes-open.png") center center/64px no-repeat;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 64px;
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p {
  color: #d6e8f5;
  font: normal 40px/138% ivypresto-headline, serif;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p {
    font-size: 20px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
  display: block;
  float: right;
  font-size: 30px;
  line-height: 100%;
  margin-top: 56px;
  padding: 0 0 0 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
    padding-left: 60px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child em {
  color: white;
  display: block;
  font: bold normal 14px/100% sofia-pro, sans-serif;
  letter-spacing: 2.22px;
  margin: 0;
  padding: 6px 0 0 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child em {
    font-size: 12px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child img {
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 400px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child img {
    width: 50px;
  }
}
article .entry-content h2.widget-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .press-kit.panel-row-style {
  background: #d4d4d0;
  padding: 5%;
}
article .entry-content .press-kit.panel-row-style h2.widget-title {
  color: #000;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 500px) {
  article .entry-content .press-kit.panel-row-style h2.widget-title {
    margin-left: 0;
  }
}
article .entry-content .press-kit.panel-row-style .textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li {
  display: inline-block;
  margin: 1%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li {
    margin: 5% 0;
    width: 100%;
  }
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a {
  color: #08c69f;
  display: block;
  font: normal 30px/120% ivypresto-headline, serif;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li a {
    font-size: 18px;
  }
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a img {
  display: block;
  margin: 0 auto;
  box-shadow: 11px 23px 30px 0 rgba(0, 0, 0, 0.11);
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a span {
  margin: 25px;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a span.source {
  color: #333;
  display: block;
  font: 300 normal 16px/100% sofia-pro, sans-serif;
  margin: -10px 0 15px;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a .button {
  font-family: sofia-pro, sans-serif;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a:hover, article .entry-content .press-kit.panel-row-style .textwidget ul li a:focus {
  border-color: #08c69f;
}
article .entry-content .inquiries.panel-row-style {
  background: url("../_img/prefooter-bg.png") center bottom/cover no-repeat #3fa688;
  padding: 5%;
}
article .entry-content .inquiries.panel-row-style .widget-title {
  font-family: urw-din, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.31px;
  margin-bottom: 19px;
}
article .entry-content .inquiries.panel-row-style .textwidget p {
  color: white;
  font: normal 34px/120% ivypresto-headline, serif;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .entry-content .inquiries.panel-row-style .textwidget p {
    font-size: 20px;
  }
}
article .entry-content .inquiries.panel-row-style .textwidget p a {
  color: white;
}
article .entry-content .slider {
  border: 8px solid white;
  border-left: none;
  border-right: none;
}
article .entry-content .slider img {
  border: 4px solid white;
  border-bottom: none;
  border-top: none;
  display: block;
  height: auto !important;
  max-height: 630px;
  max-width: 100%;
  width: auto !important;
}
@media screen and (max-width: 920px) {
  article .entry-content .slider img {
    max-height: 400px;
  }
}
@media screen and (max-width: 800px) {
  article .entry-content .slider img {
    max-height: 360px;
  }
}
@media screen and (max-width: 800px) {
  article .entry-content .slider img {
    max-height: 360px;
  }
}
@media screen and (max-width: 400px) {
  article .entry-content .slider img {
    max-height: 260px;
  }
}

.single-gb-press article,
.single-gb-press-video article,
.single-post article {
  padding: 20px;
}
.single-gb-press article .entry-content,
.single-gb-press-video article .entry-content,
.single-post article .entry-content {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  margin: 60px auto 20px;
  max-width: 1090px;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-content,
.single-gb-press-video article .entry-content,
.single-post article .entry-content {
    font-size: 18px;
  }
}
.single-gb-press article .entry-content p,
.single-gb-press-video article .entry-content p,
.single-post article .entry-content p {
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-content p,
.single-gb-press-video article .entry-content p,
.single-post article .entry-content p {
    margin-bottom: 20px;
  }
}
.single-gb-press article .entry-content figcaption,
.single-gb-press-video article .entry-content figcaption,
.single-post article .entry-content figcaption {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-gb-press article .entry-content figcaption em,
.single-gb-press-video article .entry-content figcaption em,
.single-post article .entry-content figcaption em {
  font-style: normal;
}
.single-gb-press article .entry-content a,
.single-gb-press-video article .entry-content a,
.single-post article .entry-content a {
  color: #08c69f;
}
.single-gb-press article .entry-content strong,
.single-gb-press-video article .entry-content strong,
.single-post article .entry-content strong {
  font-weight: 600;
}
.single-gb-press article .entry-content ul,
.single-gb-press article .entry-content ol,
.single-gb-press-video article .entry-content ul,
.single-gb-press-video article .entry-content ol,
.single-post article .entry-content ul,
.single-post article .entry-content ol {
  margin: 0;
  padding: 0;
}
.single-gb-press article .entry-content ul,
.single-gb-press-video article .entry-content ul,
.single-post article .entry-content ul {
  list-style: none;
}
.single-gb-press article .entry-content ul li,
.single-gb-press-video article .entry-content ul li,
.single-post article .entry-content ul li {
  margin: 0 0 20px;
  padding-left: 40px;
  position: relative;
}
.single-gb-press article .entry-content ul li:before,
.single-gb-press-video article .entry-content ul li:before,
.single-post article .entry-content ul li:before {
  color: #08c69f;
  content: "•";
  font-size: 48px;
  left: 10px;
  position: absolute;
  top: -8px;
}
.single-gb-press article .entry-content blockquote,
.single-gb-press-video article .entry-content blockquote,
.single-post article .entry-content blockquote {
  background: #f7f7f7;
  margin: 0 auto 40px;
  max-width: 90%;
  padding: 2.5%;
}
.single-gb-press article .entry-content blockquote p:last-child,
.single-gb-press-video article .entry-content blockquote p:last-child,
.single-post article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.single-gb-press article .entry-content .embedded_media,
.single-gb-press-video article .entry-content .embedded_media,
.single-post article .entry-content .embedded_media {
  display: block;
  height: 0;
  margin: 0 0 30px;
  padding: 0 0 56.2%;
  position: relative;
  width: 100%;
}
.single-gb-press article .entry-content .embedded_media iframe,
.single-gb-press-video article .entry-content .embedded_media iframe,
.single-post article .entry-content .embedded_media iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-gb-press article .entry-footer,
.single-gb-press-video article .entry-footer,
.single-post article .entry-footer {
  border-top: 1px solid #d7d7d7;
  margin: 40px auto;
  max-width: 380px;
  padding: 40px 30px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-footer .author,
.single-gb-press-video article .entry-footer .author,
.single-post article .entry-footer .author {
    text-align: center;
  }
}
.single-gb-press article .entry-footer .author img,
.single-gb-press-video article .entry-footer .author img,
.single-post article .entry-footer .author img {
  border: 6px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 86px;
  margin: 0 24px 14px 0;
  vertical-align: middle;
  width: 86px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-footer .author img,
.single-gb-press-video article .entry-footer .author img,
.single-post article .entry-footer .author img {
    display: block;
    margin: 0 auto 14px;
  }
}
.single-gb-press article .entry-footer .author h4,
.single-gb-press-video article .entry-footer .author h4,
.single-post article .entry-footer .author h4 {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press article .entry-footer .author h4 strong,
.single-gb-press-video article .entry-footer .author h4 strong,
.single-post article .entry-footer .author h4 strong {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  margin: 3px 0 0;
  text-transform: none;
}
.single-gb-press #comments,
.single-gb-press-video #comments,
.single-post #comments {
  padding: 0px;
  margin: 0 auto 40px;
  max-width: 1020px;
}
.single-gb-press #comments ol.comment-list,
.single-gb-press-video #comments ol.comment-list,
.single-post #comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-gb-press #comments ol.comment-list li ol.children,
.single-gb-press-video #comments ol.comment-list li ol.children,
.single-post #comments ol.comment-list li ol.children {
  list-style: none;
  padding: 0;
}
.single-gb-press #comments ol.comment-list li .comment-meta,
.single-gb-press-video #comments ol.comment-list li .comment-meta,
.single-post #comments ol.comment-list li .comment-meta {
  padding: 0 0 22px 80px;
  position: relative;
}
.single-gb-press #comments ol.comment-list li .comment-meta img,
.single-gb-press-video #comments ol.comment-list li .comment-meta img,
.single-post #comments ol.comment-list li .comment-meta img {
  border: 6px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 66px;
  left: 0;
  margin: 0 16px 14px 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 66px;
}
.single-gb-press #comments ol.comment-list li .comment-meta .says,
.single-gb-press-video #comments ol.comment-list li .comment-meta .says,
.single-post #comments ol.comment-list li .comment-meta .says {
  display: none;
}
.single-gb-press #comments ol.comment-list li .comment-meta .fn,
.single-gb-press-video #comments ol.comment-list li .comment-meta .fn,
.single-post #comments ol.comment-list li .comment-meta .fn {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  padding: 10px 0 0;
  text-transform: none;
}
.single-gb-press #comments ol.comment-list li .comment-meta a,
.single-gb-press-video #comments ol.comment-list li .comment-meta a,
.single-post #comments ol.comment-list li .comment-meta a {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments ol.comment-list li .comment-content,
.single-gb-press-video #comments ol.comment-list li .comment-content,
.single-post #comments ol.comment-list li .comment-content {
  background: #f7f7f7;
  padding: 5%;
}
.single-gb-press #comments ol.comment-list li .comment-content p,
.single-gb-press-video #comments ol.comment-list li .comment-content p,
.single-post #comments ol.comment-list li .comment-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin: 0 0 20px;
}
.single-gb-press #comments ol.comment-list li .comment-content p:last-child,
.single-gb-press-video #comments ol.comment-list li .comment-content p:last-child,
.single-post #comments ol.comment-list li .comment-content p:last-child {
  margin-bottom: 0;
}
.single-gb-press #comments ol.comment-list li .comment-content p strong,
.single-gb-press-video #comments ol.comment-list li .comment-content p strong,
.single-post #comments ol.comment-list li .comment-content p strong {
  font-weight: 600;
}
.single-gb-press #comments ol.comment-list li .reply,
.single-gb-press-video #comments ol.comment-list li .reply,
.single-post #comments ol.comment-list li .reply {
  text-align: right;
}
.single-gb-press #comments ol.comment-list li .reply a,
.single-gb-press-video #comments ol.comment-list li .reply a,
.single-post #comments ol.comment-list li .reply a {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  padding: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments #respond,
.single-gb-press-video #comments #respond,
.single-post #comments #respond {
  margin: 30px auto;
  max-width: 500px;
  padding: 0 30px;
}
.single-gb-press #comments #respond #reply-title,
.single-gb-press-video #comments #respond #reply-title,
.single-post #comments #respond #reply-title {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  padding: 10px 0 0;
  text-transform: none;
}
.single-gb-press #comments #respond #reply-title small a,
.single-gb-press-video #comments #respond #reply-title small a,
.single-post #comments #respond #reply-title small a {
  color: #08c69f;
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  padding: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments #respond .form-submit,
.single-gb-press-video #comments #respond .form-submit,
.single-post #comments #respond .form-submit {
  text-align: right;
}
.single-gb-press #comments #respond .form-submit #submit,
.single-gb-press-video #comments #respond .form-submit #submit,
.single-post #comments #respond .form-submit #submit {
  box-shadow: none;
  font-size: 12px;
  padding: 10px 20px;
  text-shadow: none;
}

.single-work .panel {
  clear: both;
  display: block;
}
.single-work .panel h3.panel-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}
.single-work .panel.intro {
  padding: 5% 5% 7%;
}
@media screen and (max-width: 600px) {
  .single-work .panel.intro {
    padding: 10% 5% 7%;
  }
}
.single-work .panel.intro.conclusion {
  background: #e7e7e4;
  padding-bottom: 3%;
}
.single-work .panel.intro .panel-content {
  margin: 0 auto;
  max-width: 1140px;
}
.single-work .panel.intro .panel-content h3.panel-title {
  margin-bottom: 26px;
  text-align: center;
}
.single-work .panel.intro .panel-content p {
  color: #89a29e;
  font: normal 28px/140% ivypresto-headline, serif;
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .single-work .panel.intro .panel-content p {
    font-size: 22px;
    line-height: 135%;
  }
}
.single-work .panel.intro .panel-content p a {
  color: #89a29e;
}
.single-work .panel.content {
  margin: 0 0 6%;
  position: relative;
}
.single-work .panel.content .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .image {
    background: none !important;
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.single-work .panel.content .image img {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .image img {
    display: block;
  }
}
.single-work .panel.content .panel-content {
  display: block;
  padding: 6.25% 6.25% 4.25% 56.25%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .panel-content {
    padding: 15% 7% 5% !important;
  }
}
.single-work .panel.content .panel-content h3.panel-title {
  margin: 0 0 2.8%;
}
.single-work .panel.content .panel-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 980px) {
  .single-work .panel.content .panel-content p {
    font-size: 20px;
    line-height: 140%;
  }
}
.single-work .panel.content .panel-content p strong {
  font-weight: 600;
}
.single-work .panel.content .panel-content p a {
  color: #404040;
}
.single-work .panel.content.right .image {
  left: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content.right .image {
    left: auto;
    right: auto;
  }
}
.single-work .panel.content.right .panel-content {
  padding-left: 6.25%;
  padding-right: 56.25%;
}

.filter-select.blog.container {
  background: url(../_img/dropdown-arrow-white.svg) 95% 10px/contain no-repeat;
  border-radius: 15px;
  background-size: 12px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  padding: 4px;
  transition: height 0.23s ease-in-out;
  width: 400px;
}

.filter-select.blog.selected {
  margin-left: 10px;
}

.blog-filters {
  /*button.filter {*/
  /*		appearance:none; 
  		background:none; */
  /*background-image: linear-gradient(79deg, #009686 0%, #07C69F 88%);*/
  background-color: #06C6A0;
  /*		border:none; 
  		border-radius:0; 
  		box-shadow:none; */
  color: white;
  cursor: pointer;
  display: block;
  font: 700 14px/24px sofia-pro, sans-serif;
  letter-spacing: 1.7px;
  padding: 12px 20px 13px;
  /*text-shadow:none; */
  text-transform: uppercase;
  width: 100%;
  /*--webkit-appearance:none;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.3s;
  /*		&:before {
  			background:url('../_img/blog-filter.svg') center center / contain no-repeat; 
  			content:''; 
  			display:inline-block; 
  			height:24px; 
  			margin:0 20px 0 0; 
  			vertical-align:top; 
  			width:19px; 
  		}*/
  /*		&:after {
  			background:url('../_img/blog-filter-toggle-arrow.svg') center center / contain no-repeat; 
  			content:''; 
  			display:inline-block; 
  			height:24px; 
  			margin:0 0 0 12px; 
  			vertical-align:top; width:24px; 
  		}*/
  /*}*/
}
.blog-filters h3 {
  font-family: inherit;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.94px;
  line-height: 1;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-filters ul.categories {
  background: #06C6A0;
  /*display: none; */
  list-style: none;
  margin: 0 35px 0 0;
  /*padding:40px 20px 19px;*/
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition: max-height 0.3s;
  padding: 0;
}
.blog-filters ul.categories.show {
  max-height: 1000px;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}
.blog-filters ul.categories li {
  display: block;
  margin: 0 auto 21px;
  max-width: 400px;
  min-height: 26px;
}
.blog-filters ul.categories li:last-child {
  margin-bottom: 0;
}
.blog-filters ul.categories li label {
  color: white;
  font: 700 14px/1.21 sofia-pro, sans-serif;
  letter-spacing: 1.7px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
  text-transform: uppercase;
}
.blog-filters ul.categories li label:before {
  background: white;
  border: 1px solid #979797;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 26px;
}
.blog-filters ul.categories li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.blog-filters ul.categories li input:checked + label:before {
  background-image: url("../_img/blog-check2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-blog {
  background-image: linear-gradient(180deg, #FFFFFF 4%, #FFFBEF 14%, #E7F6FC 39%, #C8F4EA 68%, #DCE5F8 94%);
}

.other-work {
  /*	&.all {
  		ul {
  			border-top: none; 
  			height: auto;

  			&.odd {
  				li:last-child {
  					display: block; 
  					width: 100%; 
  				}
  			}
  			li {
  				border: 1px solid c(white);
  				a {
  					.holder {
  						padding: 20px 20px 0 0;
  					}
  				}
  			}
  		}
  	}
  */
  /*	&.grid {
  		ul {
  			border: 1px solid c(white); 
  			border-bottom: none; 
  			height: auto;

  			li {
  				border: 1px solid c(white);

  				a {
  					bottom: 0; 
  					display: block; 
  					left: 0; 
  					position: absolute; 
  					right: 0;

  					.holder {
  						padding: 20px; 
  					}
  				}
  			}
  		}
  	}*/
}
.other-work ul {
  display: block;
  /*height: 360px; */
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .other-work ul {
    /*height: 720px; */
  }
}
.other-work ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  /*height: 360px; */
  margin: 96px 0 0 0;
  /*overflow: hidden; */
  position: relative;
  vertical-align: top;
  /*width: 50%;*/
}
@media screen and (max-width: 767px) {
  .other-work ul li {
    display: block;
    width: 100%;
  }
}
.other-work ul li a {
  /*				bottom: 0; 
  				display: block; 
  				left: 0; 
  				position: absolute; 
  				right: 0; */
  text-decoration: none;
  /*top: 0;*/
  /*&:before {
  	background: rgba(0,0,0,.72); 
  	bottom: 0; 
  	content: ''; 
  	left: 0; 
  	position: absolute; 
  	right: 0; 
  	top: 0; 
  }*/
}
.other-work ul li a:Hover:before, .other-work ul li a:active:before {
  background: rgba(0, 0, 0, 0.6);
}
.other-work ul li a .holder {
  display: block;
  /*					left: 0; 
  					position: absolute; 
  					right: 0; 
  					top: 50%; 
  					transform: translateY(-50%);*/
}
.other-work ul li a .holder .cat {
  /*color: #08c69f; */
  color: white;
  display: block;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: c enter;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}
.other-work ul li a .holder .cat.video:before {
  background: url("../_img/icon-video.png") center center/contain no-repeat;
  content: "";
  display: block;
  height: 13px;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -23px;
  position: absolute;
  top: 0;
  width: 23px;
}
.other-work ul li a .holder .title {
  color: white;
  display: block;
  font: normal 32px/130% ivypresto-headline, serif;
  margin: 16px auto 0;
  max-width: 380px;
  text-align: center;
}
.other-work ul li a .holder .date {
  color: white;
  display: block;
  font: bold 10.5px/130% sofia-pro, sans-serif;
  font-size: 24px;
  letter-spacing: 2.63px;
  margin: 12px auto 0;
  max-width: 380px;
  text-align: center;
  /*text-transform: uppercase; */
}
.other-work ul li a .holder .arrow {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 15px auto 0;
  text-align: left;
  text-indent: -10000px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: all 0.25s ease;
  width: 50px;
}
.other-work ul li a .holder .arrow:hover, .other-work ul li a .holder .arrow:active {
  background-color: #08c69f;
}
.other-work.blog, .other-work.grid, .other-work.single, .other-work.all {
  margin: 0 9.09%;
}
.other-work.blog.all, .other-work.grid.all, .other-work.single.all, .other-work.all.all {
  padding-bottom: 32px;
}
.other-work.blog.all ul li, .other-work.grid.all ul li, .other-work.single.all ul li, .other-work.all.all ul li {
  -o-border-image: linear-gradient(125deg, rgba(24, 237, 186, 0.35) 3%, rgba(0, 187, 216, 0.35) 100%);
     border-image: linear-gradient(125deg, rgba(24, 237, 186, 0.35) 3%, rgba(0, 187, 216, 0.35) 100%);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid;
  flex: 0 1 30%;
  padding-bottom: 32px;
  /*		    &:nth-of-type(1),
  			&:nth-of-type(2) {
  				flex-basis: 45%;
  			}*/
}
.other-work.blog.all ul li.firsttwo, .other-work.grid.all ul li.firsttwo, .other-work.single.all ul li.firsttwo, .other-work.all.all ul li.firsttwo {
  flex-basis: 45%;
}
.other-work.blog.all ul li:hover, .other-work.blog.all ul li:active, .other-work.grid.all ul li:hover, .other-work.grid.all ul li:active, .other-work.single.all ul li:hover, .other-work.single.all ul li:active, .other-work.all.all ul li:hover, .other-work.all.all ul li:active {
  -o-border-image: linear-gradient(125deg, rgb(24, 237, 186) 3%, rgb(0, 187, 216) 100%);
     border-image: linear-gradient(125deg, rgb(24, 237, 186) 3%, rgb(0, 187, 216) 100%);
  border-image-slice: 1;
  transition: all 0.25s;
}
.other-work.blog.all ul li:hover a .image-container, .other-work.blog.all ul li:active a .image-container, .other-work.grid.all ul li:hover a .image-container, .other-work.grid.all ul li:active a .image-container, .other-work.single.all ul li:hover a .image-container, .other-work.single.all ul li:active a .image-container, .other-work.all.all ul li:hover a .image-container, .other-work.all.all ul li:active a .image-container {
  box-shadow: 11px 23px 30px 0 rgba(0, 0, 0, 0.11);
}
.other-work.blog ul, .other-work.grid ul, .other-work.single ul, .other-work.all ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-work.blog ul li a, .other-work.grid ul li a, .other-work.single ul li a, .other-work.all ul li a {
  /*position: relative;*/
  display: flex;
  flex-flow: column;
  height: 100%;
}
.other-work.blog ul li a .image-container, .other-work.grid ul li a .image-container, .other-work.single ul li a .image-container, .other-work.all ul li a .image-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  transition: all 0.25s;
}
.other-work.blog ul li a .holder, .other-work.grid ul li a .holder, .other-work.single ul li a .holder, .other-work.all ul li a .holder {
  margin-top: 44px;
  padding-left: 0;
  position: inherit;
  -webkit-transform: none;
          transform: none;
  top: auto;
  z-index: 2;
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
}
.other-work.blog ul li a .holder .cat, .other-work.grid ul li a .holder .cat, .other-work.single ul li a .holder .cat, .other-work.all ul li a .holder .cat {
  color: black;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  margin: 0 0 3px;
}
.other-work.blog ul li a .holder .title, .other-work.grid ul li a .holder .title, .other-work.single ul li a .holder .title, .other-work.all ul li a .holder .title {
  color: black;
  flex-grow: 1;
  font-family: sofia-pro, sans-serif;
  /*font-size: 34px;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: 6px;
  max-width: none;
  /*line-height: 1; */
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.07em;
  line-height: 1.088;
}
.other-work.blog ul li a .holder .arrow, .other-work.grid ul li a .holder .arrow, .other-work.single ul li a .holder .arrow, .other-work.all ul li a .holder .arrow {
  background-image: url("../_img/blog-arrow.svg");
  border: none;
  height: 36px;
  -webkit-transform: none;
          transform: none;
  width: 36px;
}
.other-work.blog ul li a .holder .date, .other-work.grid ul li a .holder .date, .other-work.single ul li a .holder .date, .other-work.all ul li a .holder .date {
  color: black;
  /*flex-grow: 1;*/
  font-family: ivypresto-headline, serif;
  /*margin-bottom: 32px;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  max-width: none;
  text-align: left;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
}
@media screen and (max-width: 960px) {
  .other-work.blog ul li a .holder .title, .other-work.grid ul li a .holder .title, .other-work.single ul li a .holder .title, .other-work.all ul li a .holder .title {
    font-size: 24px;
  }
  .other-work.blog ul li a .holder .date, .other-work.grid ul li a .holder .date, .other-work.single ul li a .holder .date, .other-work.all ul li a .holder .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .other-work.blog.all ul li, .other-work.grid.all ul li, .other-work.single.all ul li, .other-work.all.all ul li {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 768px) {
  .other-work.blog.all ul li, .other-work.grid.all ul li, .other-work.single.all ul li, .other-work.all.all ul li {
    flex-basis: 100%;
    /*				&:nth-of-type(1),
    				&:nth-of-type(2) {
    					flex-basis: 100%;
    				}*/
  }
  .other-work.blog.all ul li.firsttwo, .other-work.grid.all ul li.firsttwo, .other-work.single.all ul li.firsttwo, .other-work.all.all ul li.firsttwo {
    flex-basis: 100%;
  }
}
.other-work.single {
  margin: 0;
}
.other-work.single ul {
  /*			border: 1px solid c(white); 
  			border-bottom: none; */
  height: auto;
}
.other-work.single ul li {
  /*border: 1px solid c(white); */
  /*height: 630px; */
  height: 85vh;
  margin: 0;
  width: 100%;
}
.other-work.single ul li a:before {
  background: rgba(0, 0, 0, 0.72);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.65s ease;
  z-index: 1;
}
.other-work.single ul li a:hover:before, .other-work.single ul li a:active:before {
  background: rgba(0, 0, 0, 0.6);
}
.other-work.single ul li a .holder {
  margin: 0 50% 0 9.6%;
  padding: 20px 10% 20px 10px;
  text-align: left;
  width: 75%;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .other-work.single ul li a .holder {
    /*margin-left: 25%; */
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .other-work.single ul li a .holder {
    margin-left: 10%;
    width: 90%;
  }
}
.other-work.single ul li a .holder .cat {
  color: white;
  font-size: 16px;
  margin: 0 0 7px;
  text-align: left;
}
.other-work.single ul li a .holder .title {
  color: white;
  /*							font-size: 74px; 
  							line-height: 80px;*/
  max-width: none;
  text-align: left;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952em;
  font-weight: 700;
}
.other-work.single ul li a .holder .title .fancy-serif {
  color: white;
}
.other-work.single ul li a .holder .date {
  color: white;
  font-family: ivypresto-headline, serif;
  /*font-size: 44px;*/
  margin-top: 26px;
  max-width: none;
  text-align: left;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
.other-work.single ul li a .holder .button {
  margin-top: 32px;
}
.other-work.single ul li a .holder .arrow {
  margin: 35px 0 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .other-work.single ul li a .holder .title {
    font-size: 50px;
  }
  .other-work.single ul li a .holder .date {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul {
    border: 1px solid white;
    border-bottom: none;
    height: 0;
    padding: 0 0 62.5%;
    position: relative;
  }
  .other-work.grid ul li {
    border: 1px solid white;
    height: auto;
    position: absolute;
    width: auto;
  }
  .other-work.grid ul li a .holder {
    padding: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 980px) {
  .other-work.grid ul li a .holder .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .other-work.grid ul li a .holder .title {
    line-height: 110%;
    margin: 6px auto;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:first-child {
    bottom: 0;
    left: 0;
    right: 50%;
    top: 0;
  }
  .other-work.grid ul li:first-child a .holder .title {
    font-size: 52px;
    max-width: 500px;
  }
}
@media screen and (min-width: 700px) and (max-width: 980px) {
  .other-work.grid ul li:first-child a .holder .title {
    font-size: 3 6px;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(2) {
    bottom: 50%;
    left: 50%;
    right: 25%;
    top: 0;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(3) {
    bottom: 50%;
    left: 75%;
    right: 0%;
    top: 0;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(4) {
    bottom: 0;
    left: 50%;
    right: 25%;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(5) {
    bottom: 0;
    left: 75%;
    right: 0;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid.three ul li:nth-child(2) {
    bottom: 50%;
    left: 50%;
    right: 0;
    top: 0;
  }
  .other-work.grid.three ul li:nth-child(3) {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid.four ul li:nth-child(4) {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 50%;
  }
}

.team-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.team-grid ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid white;
  display: inline-block;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 20%;
  position: relative;
  vertical-align: top;
  width: 20%;
}
@media screen and (max-width: 920px) {
  .team-grid ul li {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media screen and (max-width: 760px) {
  .team-grid ul li {
    padding-bottom: 33.33%;
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .team-grid ul li {
    padding-bottom: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .team-grid ul li {
    border-left: none;
    border-right: none;
    padding-bottom: 100%;
    width: 100%;
  }
}
.team-grid ul li:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#130f47+0,130f47+100&0+0,0.5+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(19, 15, 71, 0) 0%, rgba(19, 15, 71, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00130f47", endColorstr="#80130f47",GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width: 921px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(5n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(5n) {
    border-right: none;
  }
}
@media screen and (max-width: 920px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(4n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 760px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(3n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(2n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(2n) {
    border-right: none;
  }
}
.team-grid ul li .name {
  bottom: 15px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
}
.team-grid ul li .name .first {
  color: #02c696;
  display: block;
  margin: 0 0 6px;
}
.team-grid ul li .contact {
  background: #02bd8f;
  border-radius: 24px;
  display: block;
  padding: 13px 0 0;
  position: absolute;
  right: 15px;
  text-align: left;
  top: 9px;
  width: 48px;
}
.team-grid ul li .contact span.connect {
  background: url("../_img/icon-connect.png") center center/contain no-repeat;
  cursor: pointer;
  display: block;
  height: 27px;
  margin: 0 auto 13px;
  max-width: 26px;
  text-indent: -10000px;
  width: 100%;
}
.team-grid ul li .contact a {
  background: url("../_img/icon-email.png") center center/contain no-repeat;
  display: block;
  height: 0;
  margin: 0 auto;
  max-width: 26px;
  opacity: 0;
  overflow: hidden;
  text-indent: -10000px;
  transition: all 0.25s ease;
  visibility: hidden;
  width: 100%;
}
.team-grid ul li .contact a.twitter {
  background-image: url("../_img/icon-twitter.png");
}
.team-grid ul li .contact a.linkedin {
  background-image: url("../_img/icon-linkedin.png");
}
.team-grid ul li .contact a.github {
  background-image: url("../_img/icon-github.png");
}
.team-grid ul li .contact.toggle a {
  height: 26px;
  margin: 0 auto 13px;
  opacity: 1;
  visibility: visible;
}

.widget_gb_cta_widget {
  margin: 0;
}

.widget.cta-careers {
  background: url("../_img/bg-cta-careers.jpg") center center/cover no-repeat;
  margin: 0;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .widget.cta-careers {
    padding: 15% 7%;
  }
}
.widget.cta-careers h2.widget-title {
  color: #08c69f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.widget.cta-careers .textwidget h3 {
  color: white;
  font-size: 54px;
  font-weight: bold;
  line-height: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  .widget.cta-careers .textwidget h3 {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .widget.cta-careers .textwidget h3 {
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0 30px;
  }
}

.mfp-content {
  text-align: center;
}
.mfp-content .iframe {
  display: inline-block;
  position: relative;
  text-align: center;
}
.mfp-content .iframe iframe {
  border: none;
  margin: 0 auto;
}
.mfp-content .iframe .mfp-close {
  color: white;
  opacity: 0.65;
  right: -36px;
  top: -10px;
}
.mfp-content .iframe .mfp-close:hover, .mfp-content .iframe .mfp-close:active {
  opacity: 1;
}

.panel-row-style.bg-black {
  position: relative;
}

.panel-row-style.bg-black:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
}

.panel-row-style.bg-black .panel-grid-cell {
  position: relative;
}

article .entry-content .nanoscale.panel-row-style.smaller-widget {
  margin: 0;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget {
    padding: 15% 7%;
  }
}
article .entry-content .nanoscale.panel-row-style.smaller-widget h2.widget-title {
  color: #08c69f;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 2.22px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
  color: white;
  font-size: 54px;
  font-weight: bold;
  line-height: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0 30px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-blur.mfp-bg.mfp-ready {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
  .mfp-fade.mfp-blur.mfp-bg.mfp-ready {
    background-color: transparent;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.l-grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 90px;
  grid-row-gap: 60px;
}
@media (max-width: 1200px) {
  .l-grid {
    grid-row-gap: 50px;
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .l-grid {
    grid-row-gap: 30px;
  }
}
.l-grid--3up {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.l-grid--3up > * {
  grid-column: span 2;
}
.l-grid--3up > *:nth-last-child(2):nth-child(odd) {
  grid-column: 2/span 2;
}
@media (max-width: 767px) {
  .l-grid--3up > *:nth-last-child(2):nth-child(odd) {
    grid-column: span 2;
  }
}
@media (max-width: 960px) {
  .l-grid--3up {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .l-grid--3up > * {
    grid-column: span 2;
  }
  .l-grid--3up > *:nth-last-child(2):nth-child(odd) {
    grid-column: 2/span 2;
  }
}
@media (max-width: 960px) and (max-width: 767px) {
  .l-grid--3up > *:nth-last-child(2):nth-child(odd) {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .l-grid--3up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--3up > * {
    grid-column: span 2;
  }
  .l-grid--3up > *:nth-last-child(0):nth-child(even) {
    grid-column: 2/span 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-grid--3up > *:nth-last-child(0):nth-child(even) {
    grid-column: span 2;
  }
}

.c-team-members {
  text-align: center;
  padding: 50px 0;
}
.c-team-members > h2 {
  font-size: 38px;
  margin-bottom: 0;
}
.c-team-members > * + * {
  margin-top: 60px;
}

.c-team-member {
  text-align: center;
}
.c-team-member h3 {
  font-size: 33px;
  margin: 16px auto 14px;
  color: #1F4265;
  line-height: 100%;
}
@media (max-width: 960px) {
  .c-team-member h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.c-team-member h5 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #89a29e;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 960px) {
  .c-team-member h5 {
    font-size: 11px;
  }
}

.c-team-member__image-container {
  display: block;
  width: 290px;
  height: 290px;
  margin: auto;
}
@media (max-width: 1200px) {
  .c-team-member__image-container {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 960px) {
  .c-team-member__image-container {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .c-team-member__image-container {
    width: 250px;
    height: 250px;
  }
}
.c-team-member__image-container img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-team-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 1100px;
  margin: 20px auto;
}
.c-team-popup .mfp-close {
  color: #000;
  opacity: 1;
  font-size: 32px;
}

.c-team-popup-image {
  max-height: 800px;
  max-width: 400px;
}
.c-team-popup-image img {
  height: 100%;
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .c-team-popup-image {
    height: 300px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .c-team-popup-image {
    margin: 0 auto 0 auto;
  }
}

.c-team-popup-inner {
  display: flex;
}
@media (max-width: 960px) {
  .c-team-popup-inner {
    flex-wrap: wrap;
  }
}

.c-team-popup-content {
  flex: 1;
  padding: 60px 60px 60px 90px;
}
@media (max-width: 960px) {
  .c-team-popup-content {
    flex: auto;
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-team-popup-content {
    padding: 20px;
  }
}

.c-team-popup-content__header {
  margin-bottom: 40px;
}
.c-team-popup-content__header h3 {
  font-family: sofia-pro, sans-serif;
  margin-bottom: 20px;
  font-size: 42px;
  color: black;
  letter-spacing: -0.043em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 960px) {
  .c-team-popup-content__header h3 {
    font-size: 32px;
  }
}
.c-team-popup-content__header h5 {
  margin-bottom: 0;
  color: #89a29e;
}

.c-team-popup-content__interests h5 {
  color: #89a29e;
}

.c-team-popup-content__text {
  margin-bottom: 40px;
}
