body {
  font-family: "jaf-facitweb", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6d6461;
}
body.nav-open {
  overflow: hidden;
}
body .btn.btn-primary {
  display: inline-flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 6.154px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #00AEC5;
  background: #ffffff;
  color: #00AEC5;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  /* 181.818% */
  transition: color 0.3s ease, background 0.3s ease;
}
body .btn.btn-primary:hover {
  background: #009FB4;
  color: #ffffff;
}
body .btn.btn-primary:focus, body .btn.btn-primary:active, body .btn.btn-primary.active {
  background: rgba(0, 159, 180, 0.7);
  color: #ffffff;
}
body .btn.btn-secondary {
  display: inline-flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 6.154px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  /* 181.818% */
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
body .btn.btn-secondary:hover {
  background: #ffffff;
  color: #00AEC5;
}
body .btn.btn-secondary:focus, body .btn.btn-secondary:active, body .btn.btn-secondary.active {
  border: 0.923px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  color: #00AEC5;
}
body .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
body .form-required:after {
  background-image: url(/themes/custom/tug_v4/img/icons/required-white.svg);
}
body .arrow-link {
  color: #6d6461;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 100% */
  text-decoration: none;
}
body .arrow-link:after {
  content: "";
  background: url(/themes/custom/tug_v4/img/icons/link_arrow.svg);
  background-size: cover;
  width: 49px;
  height: 26px;
  display: inline-block;
  margin-left: 14px;
  transition: margin-left 0.3s ease;
}
body .arrow-link:hover:after {
  margin-left: 28px;
}
@media (max-width: 820px) {
  body .arrow-link {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body .arrow-link {
    font-size: 20px;
  }
  body .arrow-link:after {
    width: 32px;
    height: 17px;
  }
}
body ul.pager {
  list-style: none;
}
body div.field--name-field-yoast-seo {
  display: none !important;
}
body #main-wrapper {
  padding-top: 55px;
}
body.path-frontpage #main-wrapper {
  padding-top: 0;
}
body .field--type-image img,
body .field--name-field-user-picture img {
  margin: initial;
}
body.path-frontpage header#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: var(--headerHeight, 70px);
  pointer-events: none;
  overflow-anchor: none;
  overflow: hidden;
}
body.path-frontpage header#header .navbar {
  --bs-navbar-toggler-icon-bg: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body.path-frontpage header#header #navbar-main {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
}
body.path-frontpage header#header #navbar-main .navbar_toggler {
  display: none !important;
}
body.path-frontpage header#header #navbar-main #CollapsingNavbar {
  display: none;
}
body.path-frontpage header#header #navbar-main a.navbar-brand {
  height: 100%;
  margin: 0;
  padding: 0;
}
body.path-frontpage header#header #navbar-main a.navbar-brand svg {
  height: 100%;
  max-height: 208px;
  max-width: 705px;
  width: auto;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
body.path-frontpage header#header #navbar-main a.navbar-brand svg path {
  fill: #ffffff;
}
body.path-frontpage header#header.is-pinned {
  height: 70px;
  pointer-events: auto;
}
body.path-frontpage header#header.is-pinned #navbar-main {
  position: relative;
  bottom: initial;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px 0 100px;
}
body.path-frontpage header#header.is-pinned #navbar-main .navbar_toggler {
  display: block;
  border: none;
}
body.path-frontpage header#header.is-pinned #navbar-main .navbar_toggler .navbar-toggler-icon {
  background: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00AEC5;
  top: 0;
  right: -175vw;
  transition: right 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container {
  position: relative;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header svg {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header svg g#headernav-logo {
  fill: white;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header a.close {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  float: right;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  color: #ffffff;
  text-shadow: initial;
  opacity: 1;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header a.close:before, body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header a.close:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.4rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header a.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container .faux-header a.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul {
  display: block;
  columns: 2;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li {
  flex-basis: 50%;
  margin-bottom: 40px;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li.active a {
  color: #006977;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  letter-spacing: -0.96px;
  transition: color 0.3s ease;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a:hover {
  color: #006977;
}
body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar.show {
  right: 0;
}
@media (max-width: 1024px) {
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
    font-size: 46px;
  }
}
@media (max-width: 829px) {
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
    font-size: 34px;
  }
}
body.path-frontpage header#header.is-pinned #navbar-main a.navbar-brand {
  height: auto !important;
}
body.path-frontpage header#header.is-pinned #navbar-main a.navbar-brand svg {
  height: 47px;
  width: 150px;
  -webkit-filter: initial;
  filter: initial;
}
body.path-frontpage header#header.is-pinned #navbar-main a.navbar-brand svg path {
  fill: #00AEC5;
}
body header#header {
  position: fixed;
  z-index: 10000;
  width: 100vw;
  background: transparent;
}
body header#header .navbar {
  --bs-navbar-toggler-icon-bg: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body header#header #navbar-main {
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  transition: background 0.3s ease;
}
body header#header #navbar-main #CollapsingNavbar {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00AEC5;
  top: 0;
  right: -175vw;
  transition: right 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header#header #navbar-main #CollapsingNavbar .container {
  position: relative;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header svg {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header svg g#headernav-logo {
  fill: white;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header a.close {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  float: right;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  color: #ffffff;
  text-shadow: initial;
  opacity: 1;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header a.close:before, body header#header #navbar-main #CollapsingNavbar .container .faux-header a.close:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.4rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header a.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body header#header #navbar-main #CollapsingNavbar .container .faux-header a.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul {
  display: block;
  columns: 2;
}
body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li {
  flex-basis: 50%;
  margin-bottom: 40px;
}
body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li.active a {
  color: #006977;
}
body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  letter-spacing: -0.96px;
  transition: color 0.3s ease;
}
body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a:hover {
  color: #006977;
}
body header#header #navbar-main #CollapsingNavbar.show {
  right: 0;
}
@media (max-width: 1024px) {
  body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
    font-size: 46px;
  }
}
@media (max-width: 829px) {
  body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul > li a {
    font-size: 34px;
  }
}
body header#header #navbar-main a.navbar-brand {
  display: inline-block;
  width: 150px;
}
body header#header #navbar-main a.navbar-brand svg path {
  transition: fill 0.3s ease;
  fill: #00AEC5;
}
body header#header #navbar-main .navbar-toggler {
  border: none;
}
body header#header #navbar-main .navbar-toggler .navbar-toggler-icon {
  background: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body header#header.white .navbar {
  --bs-navbar-toggler-icon-bg: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body header#header.white #navbar-main {
  background: #ffffff;
}
body header#header.white #navbar-main a.navbar-brand svg path {
  fill: #00AEC5;
}
body header#header.white #navbar-main .navbar-toggler .navbar-toggler-icon {
  background: url(/themes/custom/tug_v4/img/icons/hamburger_teal.svg);
}
body header#header.teal .navbar {
  --bs-navbar-toggler-icon-bg: url(/themes/custom/tug_v4/img/icons/hamburger_white.svg);
}
body header#header.teal #navbar-main {
  background: #00AEC5;
}
body header#header.teal #navbar-main a.navbar-brand svg path {
  fill: #ffffff;
}
body header#header.teal #navbar-main .navbar-toggler .navbar-toggler-icon {
  background: url(/themes/custom/tug_v4/img/icons/hamburger_white.svg);
}
body header#header.transparent .navbar {
  --bs-navbar-toggler-icon-bg: url(/themes/custom/tug_v4/img/icons/hamburger_white.svg);
}
body header#header.transparent #navbar-main {
  background: transparent;
}
body header#header.transparent #navbar-main a.navbar-brand svg path {
  fill: #ffffff;
}
body header#header.transparent #navbar-main .navbar-toggler .navbar-toggler-icon {
  background: url(/themes/custom/tug_v4/img/icons/hamburger_white.svg);
}
body section.section nav.tabs {
  display: none;
}
body article h2.node__title {
  display: none;
}
body article .node__content {
  margin-top: 0;
}
body article.node--type-header-slice {
  max-height: 980px;
  height: auto;
  overflow: hidden;
  /* Ensure Splide respects the capped height */
}
body article.node--type-header-slice div[class*=field-images-mobile] {
  display: none;
}
body article.node--type-header-slice .splide,
body article.node--type-header-slice .splide__track,
body article.node--type-header-slice .splide__list,
body article.node--type-header-slice .splide__slide {
  height: 100%;
}
body article.node--type-header-slice .splide__toggle {
  display: none;
}
body article.node--type-header-slice .splide .splide__slider .splide__track {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body article.node--type-header-slice .splide .splide__pagination {
  padding: 0 100px;
  bottom: 80px;
  justify-content: flex-end;
}
body #main {
  max-width: initial !important;
}
body #main main#content {
  padding-left: 0;
  padding-right: 0;
}
body footer.site-footer {
  position: relative;
  z-index: 100;
  background: #00AEC5;
  font-family: "jaf-facitweb", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding: 0;
}
body footer.site-footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
body footer.site-footer .content {
  color: #ffffff;
}
body footer.site-footer .site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body footer.site-footer .site-footer__top > section.region {
  flex-basis: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body footer.site-footer .site-footer__top > section.region.region-footer-first {
  background: transparent url(/themes/custom/tug_v4/img/bg/dockrope.jpg) no-repeat center center;
  background-size: cover;
  padding: 96px 0;
}
body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content .field--name-body {
  flex-basis: 100%;
  text-align: center;
}
body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content .field--name-body p {
  max-widtH: 50%;
  margin: 0 auto;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content .field--name-body p a {
  margin-top: 44px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second {
  padding: 225px 100px 0 100px;
  gap: 20px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second > * {
  width: auto;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second .block {
  flex-basis: 16%;
  overflow: hidden;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second .block h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 115% */
  padding-bottom: 5px;
  border-bottom: solid 1px #ffffff;
  text-transform: initial;
  margin-bottom: 20px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second .block p,
body footer.site-footer .site-footer__top > section.region.region-footer-second .block a {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 160% */
}
body footer.site-footer .site-footer__top > section.region.region-footer-second .block a {
  text-decoration: none;
  display: block;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-logobranding {
  margin-right: 10%;
  flex-basis: 36%;
  max-width: 705px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-logobranding .content .field--name-body svg {
  width: 100%;
  height: auto;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-views-block-social-media-links-block-1 .item-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-views-block-social-media-links-block-1 .item-list ul li {
  margin: 0;
  padding: 0;
}
body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-views-block-social-media-links-block-1 .item-list ul li a {
  padding: 0;
  border: none;
  text-indent: initial;
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  body footer.site-footer .site-footer__top > section.region.region-footer-second {
    padding: 70px 100px 0 100px;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-logobranding {
    flex-basis: 100%;
    order: 4;
    margin-top: 40px;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-views-block-social-media-links-block-1 {
    flex-basis: 31%;
    order: 1;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-address {
    flex-basis: 31%;
    order: 2;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second #block-tug-v4-legalcopyright {
    flex-basis: 31%;
    order: 3;
  }
}
@media (max-width: 1024px) {
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar.show {
    right: 12px;
  }
  body header#header #navbar-main #CollapsingNavbar.show {
    right: 12px;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content .field--name-body p {
    max-width: 80%;
  }
}
@media (max-width: 820px) {
  body footer.site-footer .site-footer__top > section.region.region-footer-second {
    padding: 70px 50px 0 50px;
  }
}
@media (max-width: 768px) {
  body.path-frontpage header#header #navbar-main {
    width: 100%;
    padding: 0 20px;
  }
  body.path-frontpage header#header.is-pinned #navbar-main {
    padding: 20px 20px 0 20px;
  }
  body header#header #navbar-main {
    width: 100%;
    padding: 0 20px;
  }
  body article.node--type-header-slice div[class*=field-images-mobile] {
    display: block;
  }
  body article.node--type-header-slice div[class*=field-images--homepage-content-slice] {
    display: none;
  }
  body article.node--type-header-slice .splide .splide__pagination {
    padding: 0 20px;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  body.path-frontpage header#header.is-pinned {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.path-frontpage header#header.is-pinned #navbar-main button.navbar-toggler {
    display: block;
  }
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar {
    top: 26px;
  }
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul {
    columns: initial;
  }
  body.path-frontpage header#header.is-pinned #navbar-main #CollapsingNavbar .container nav.block-menu > ul li a {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body.path-frontpage header#header #navbar-main button.navbar-toggler {
    display: none;
  }
  body.path-frontpage header#header #navbar-main a.navbar-brand svg {
    height: auto;
    width: 230px;
  }
  body header#header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul {
    columns: initial;
  }
  body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul li {
    margin-bottom: 28px;
  }
  body header#header #navbar-main #CollapsingNavbar .container nav.block-menu > ul li a {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-first .block .content .field--name-body p {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second {
    padding: 52px 20px 0 20px;
    flex-wrap: wrap;
  }
  body footer.site-footer .site-footer__top > section.region.region-footer-second .block {
    flex-basis: 100% !important;
  }
}
body article.not_found, body article.forbidden {
  padding: 100px;
}
body article.not_found .field--name-field-title, body article.forbidden .field--name-field-title {
  font-size: 50px;
}
body article.not_found .field--name-field-sub-title, body article.forbidden .field--name-field-sub-title {
  font-style: italic;
}
body.page-user-login #block-tug-v4-content .content, body.page-user-password #block-tug-v4-content .content, body.path-user #block-tug-v4-content .content {
  padding: 100px;
}
body.page-user-login #block-tug-v4-content .content form, body.page-user-password #block-tug-v4-content .content form, body.path-user #block-tug-v4-content .content form {
  max-width: 66%;
}
body.page-name-contact-us .contact-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100vh;
}
body.page-name-contact-us .contact-container > div {
  flex-basis: 50%;
}
body.page-name-contact-us .contact-container > div.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-name-contact-us .contact-container > div.contact-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 167px;
  background: #00AEC5;
  color: #ffffff;
}
body.page-name-contact-us .contact-container > div.contact-right h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
body.page-name-contact-us .contact-container > div.contact-right form .js-form-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
body.page-name-contact-us .contact-container > div.contact-right form .js-form-item label {
  flex-basis: 125px;
  color: #ffffff;
  text-align: left;
  font-size: 26px;
  font-style: normal;
  font-weight: 250;
  line-height: 46px;
  /* 176.923% */
  letter-spacing: -0.52px;
  text-transform: lowercase;
}
body.page-name-contact-us .contact-container > div.contact-right form .js-form-item input {
  flex-basis: calc(100% - 145px);
}
body.page-name-contact-us .contact-container > div.contact-right form #edit-container-02 .js-form-item label {
  flex-basis: 100%;
}
body.page-name-contact-us .contact-container > div.contact-right form #edit-container-02 .js-form-item .form-textarea-wrapper {
  flex-basis: 100%;
  width: 100%;
}
body.page-name-contact-us .contact-container > div.contact-right form input[type=text],
body.page-name-contact-us .contact-container > div.contact-right form input[type=email],
body.page-name-contact-us .contact-container > div.contact-right form input[type=tel],
body.page-name-contact-us .contact-container > div.contact-right form textarea {
  color: #ffffff;
  border-radius: initial;
  border: none;
  border-bottom: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
}
body.page-name-contact-us .contact-container > div.contact-right form input[type=text]::placeholder,
body.page-name-contact-us .contact-container > div.contact-right form input[type=email]::placeholder,
body.page-name-contact-us .contact-container > div.contact-right form input[type=tel]::placeholder,
body.page-name-contact-us .contact-container > div.contact-right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  body.page-name-contact-us .contact-container > div.contact-left {
    flex-basis: 30%;
  }
  body.page-name-contact-us .contact-container > div.contact-right {
    flex-basis: 70%;
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  body.page-name-contact-us .contact-container > div.contact-left {
    display: none;
  }
  body.page-name-contact-us .contact-container > div.contact-right {
    flex-basis: 100%;
  }
}

@media (hover: none) {
  a:not(.btn) {
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
  }

  footer.site-footer a {
    text-decoration: none !important;
  }

  #CollapsingNavbar a {
    text-decoration: none !important;
  }
}
@media (min-width: 992px) {
  header#header .navbar-expand-lg .navbar-toggler {
    display: flex;
  }

  body.path-frontpage header#header.is-pinned .navbar-expand-lg .navbar-toggler {
    display: flex;
  }
  body.path-frontpage header#header .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 560px) {
  .node .field--type-image {
    float: none;
    margin: initial;
  }
}
body.path-frontpage article {
  position: relative;
}
body.path-frontpage article.node--type-home-page .node__content {
  margin-top: 0;
}
body.path-frontpage article.home--intro {
  padding: 310px 0 130px 0;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 250;
  line-height: 100%;
  /* 100px */
  letter-spacing: -2px;
}
body.path-frontpage article.home--intro em {
  font-weight: 400;
}
body.path-frontpage article.home--intro p {
  margin-bottom: 90px;
}
body.path-frontpage article.home--intro:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #00AEC5;
}
body.path-frontpage article.home--we-unite {
  padding: 215px 0 130px 0;
  background-color: #00AEC5;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  /* 72px */
  letter-spacing: -0.96px;
}
body.path-frontpage article.home--we-unite a {
  display: inline-block;
  color: #004d58;
  text-align: center;
  font-size: 90px;
  font-style: italic;
  font-weight: 300;
  line-height: 140px;
  /* 155.556% */
  letter-spacing: -1.8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.path-frontpage article.home--we-unite a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.path-frontpage article.home--we-unite p:has(a) {
  display: inline-block;
  color: #004d58;
  text-align: center;
  font-size: 90px;
  font-style: italic;
  font-weight: 300;
  line-height: 140px;
  /* 155.556% */
  letter-spacing: -1.8px;
  margin: 94px 0;
}
body.path-frontpage article.home--we-unite:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #ffffff;
}
body.path-frontpage article.home--reaction-conviction {
  padding: 357px 0 152px 0;
  text-align: center;
  color: #6d6461;
  font-size: 100px;
  font-style: normal;
  font-weight: 250;
  line-height: 100%;
  letter-spacing: -2px;
}
body.path-frontpage article.home--reaction-conviction em {
  font-weight: 400;
}
body.path-frontpage article.home--reaction-conviction ul {
  list-style: none;
  margin: 180px 0 150px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 127px;
}
body.path-frontpage article.home--reaction-conviction ul li {
  position: relative;
  padding-top: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  /* 50.4px */
  letter-spacing: -0.72px;
  text-align: left;
}
body.path-frontpage article.home--reaction-conviction ul li:before {
  content: " ";
  width: 100px;
  height: 8px;
  background-color: #00AEC5;
  position: absolute;
  top: 0;
  left: 0;
}
body.path-frontpage article.home--reaction-conviction .field--name-field-main-text-3 {
  text-align: center;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 72px */
  letter-spacing: -0.96px;
}

@media (hover: none) {
  a {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  body.path-frontpage article.home--intro {
    padding: 205px 0 188px 0;
    font-size: 60px;
  }
  body.path-frontpage article.home--intro p {
    max-width: 75%;
    margin: 0 auto 130px auto;
  }
  body.path-frontpage article.home--we-unite {
    padding: 137px 0 100px 0;
  }
  body.path-frontpage article.home--we-unite a {
    font-size: 60px;
    line-height: 150%;
  }
  body.path-frontpage article.home--we-unite p:has(a) {
    font-size: 60px;
    line-height: 100%;
    margin: 43px 0;
  }
  body.path-frontpage article.home--reaction-conviction {
    padding: 110px 0;
    font-size: 60px;
    line-height: 100%;
  }
  body.path-frontpage article.home--reaction-conviction ul {
    list-style: none;
    margin: 130px 0 100px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  body.path-frontpage article.home--reaction-conviction ul li {
    font-size: 32px;
  }
  body.path-frontpage article.home--reaction-conviction .field--name-field-main-text-3 {
    text-align: center;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 72px */
    letter-spacing: -0.96px;
  }
}
@media (max-width: 576px) {
  body.path-frontpage article.home--intro {
    padding: 88px 0 84px 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.56px;
  }
  body.path-frontpage article.home--intro p {
    margin-bottom: 50px;
  }
  body.path-frontpage article.home--we-unite {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
    padding: 137px 20px 100px 20px;
  }
  body.path-frontpage article.home--we-unite a {
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 37.4px */
    letter-spacing: -0.68px;
  }
  body.path-frontpage article.home--we-unite p:has(a) {
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 37.4px */
    letter-spacing: -0.68px;
  }
  body.path-frontpage article.home--reaction-conviction {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    letter-spacing: -0.56px;
    padding: 76px 20px 52px 20px;
  }
  body.path-frontpage article.home--reaction-conviction ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 89px 0;
  }
  body.path-frontpage article.home--reaction-conviction ul li {
    flex-basis: 100%;
    max-width: 66%;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-bottom: 50px;
  }
  body.path-frontpage article.home--reaction-conviction ul li:before {
    width: 45px;
    height: 4px;
  }
  body.path-frontpage article.home--reaction-conviction .field--name-field-main-text-3 {
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body.path-frontpage article.home--reaction-conviction .field--name-field-main-text-3 p {
    margin-bottom: 40px;
  }
}
body.node--type-case-study-v4 .field__label {
  display: none;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header {
  width: 100vw;
  height: auto;
  max-height: 980px;
  overflow: hidden;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image {
  height: 100%;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image-mobile {
  display: none;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--title h3,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro h3 {
  color: #6d6461;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 79.167% */
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--title h4,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro h4 {
  color: #6d6461;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 146.154% */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--title {
  padding: 77px 0 0 33%;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0 67px 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left {
  flex-basis: 33%;
  padding: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left h4 {
  margin-top: 42px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left h4:first-of-type {
  margin-top: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-client .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-services .field__item {
  color: #6d6461;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  /* 210% */
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-client .field__item a,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-services .field__item a {
  color: #6d6461;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-client .field__item a:hover,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left .field--name-field-case-study-services .field__item a:hover {
  color: #00AEC5;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right {
  flex-basis: 66%;
  padding: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right a {
  color: #00AEC5;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 146.154% */
  letter-spacing: 1.04px;
  text-transform: uppercase;
  text-decoration: none;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right .intro-copy {
  max-height: var(--combinedParaHeight, 1500px);
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-bottom: 20px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right .intro-copy.closed {
  max-height: var(--firstParaHeight, 100px);
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right .intro-copy .field--name-field-intro-copy {
  color: #6d6461;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 173.077% */
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right .intro-copy .field--name-field-intro-copy p {
  margin-bottom: 5px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 {
  margin-bottom: 27px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image .field__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image .field__items .field__item {
  position: relative;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image .field__items .field__item img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--1-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--1-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--1-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--1-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--1-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--1-image .field__items .field__item {
  flex-basis: 100%;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--1-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--1-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--1-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--1-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--1-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--1-image .field__items .field__item img {
  height: 100%;
  width: auto;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--2-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--2-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--2-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--2-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--2-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--2-image .field__items {
  gap: 27ox;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--2-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--2-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--2-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--2-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--2-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--2-image .field__items .field__item {
  flex-basis: calc(50% - 13px);
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--2-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--2-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--2-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--2-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--2-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--2-image .field__items .field__item img {
  width: 100%;
  height: auto;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--3-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--3-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--3-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--3-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--3-image .field__items,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--3-image .field__items {
  gap: 27ox;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--3-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--3-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--3-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--3-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--3-image .field__items .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--3-image .field__items .field__item {
  flex-basis: calc(33% - 13px);
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-1 .field--type-image.field--3-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-2 .field--type-image.field--3-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-3 .field--type-image.field--3-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-4 .field--type-image.field--3-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-5 .field--type-image.field--3-image .field__items .field__item img,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-6 .field--type-image.field--3-image .field__items .field__item img {
  width: 100%;
  height: auto;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-copy {
  margin-bottom: 27px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-copy .field--name-field-case-study-flavour-text {
  max-width: 66%;
  margin: 0 auto;
  text-align: center;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-copy .field--name-field-case-study-flavour-text .field__item {
  color: #6d6461;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 173.077% */
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item {
  margin: 0;
  padding: 0;
  flex-basis: calc(50% - 10px);
  height: 570px;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image {
  position: relative;
  display: inline-block;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image {
  width: 100%;
  height: auto;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover {
  background: var(--caseStudyHover, #000);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover {
  opacity: 1;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item {
  display: inline;
  color: rgba(109, 100, 97, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after {
  content: "/";
  display: inline;
  margin: 0 1ch;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after {
  content: initial;
}
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--related-projects h3 {
  color: #6d6461;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 100% */
  margin: 0 0 25px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header {
    position: relative;
    right: -12px;
    height: auto;
  }
}
@media (max-width: 820px) {
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--title {
    padding: 77px 0 0 0;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro {
    flex-wrap: wrap;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-left {
    flex-basis: 100%;
    order: 2;
    margin-top: 42px;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--intro .intro-right {
    flex-basis: 100%;
    order: 1;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-copy .field--name-field-case-study-flavour-text {
    max-width: initial;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .case-study--images-copy .field--name-field-case-study-flavour-text .field__item {
    text-align: left;
  }
}
@media (max-width: 576px) {
  body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header {
    height: 600px;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image {
    display: none;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image-mobile {
    display: block;
    height: 100%;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .case-study--header .field--name-field-header-image-mobile img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row {
    margin-left: initial;
    margin-right: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--title h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 237.5% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 0;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--title h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 118.75% */
    padding: 0;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--intro h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 237.5% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--intro .intro-left .field--name-field-case-study-client .field__item,
body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--intro .intro-left .field--name-field-case-study-services .field__item {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 32.4px */
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--intro .intro-right .intro-copy .field--name-field-intro-copy {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--intro .intro-right a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 253.333% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--images-copy .field--name-field-case-study-flavour-text .field__item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--related-projects h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 32.4px */
  }
  body.node--type-case-study-v4 article.node--type-case-study-v4 .container .row.case-study--related-projects .field--name-field-related-case-studies > .field__item {
    flex-basis: 100%;
  }
}
body .view-case-studies {
  background: rgba(109, 100, 97, 0.1);
}
body .view-case-studies .view-header {
  background: #ffffff;
  padding: 280px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .view-case-studies .view-header h2 {
  color: #00AEC5;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  flex-basis: 100%;
  margin-bottom: 70px;
  padding: 0 5%;
}
body .view-case-studies .view-header .categories {
  flex-basis: 100%;
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
body .view-case-studies .view-filters {
  display: none;
}
body .view-case-studies .view-content {
  padding: 88px 0 100px 0;
}
body .view-case-studies .view-content .item-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .view-case-studies .view-content .item-list ul li {
  margin: 0;
  padding: 0;
  flex-basis: calc(50% - 10px);
  height: 620px;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image {
  position: relative;
  display: inline-block;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image {
  width: 100%;
  height: auto;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover {
  background: var(--caseStudyHover, #000);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover {
  opacity: 1;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item {
  display: inline;
  color: rgba(109, 100, 97, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after {
  content: "/";
  display: inline;
  margin: 0 1ch;
}
body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after {
  content: initial;
}
@media (max-width: 1024px) {
  body .view-case-studies .view-header .categories {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  body .view-case-studies .view-header {
    padding: 92px 0 64px 0;
  }
  body .view-case-studies .view-header h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.56px;
  }
  body .view-case-studies .view-header .categories a.btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32.5px;
    /* 180.556% */
    padding: 10px 13.5px;
  }
  body .view-case-studies .view-content .item-list {
    padding: 20px;
  }
  body .view-case-studies .view-content .item-list ul li {
    flex-basis: 100%;
  }
  body .view-case-studies .view-content .item-list ul li article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 13.2px */
    letter-spacing: 0.77px;
    text-transform: uppercase;
  }
}

body.page-name-brand-clarity, body.page-name-creative-impact, body.page-name-digital-experience, body.page-name-marketing-momentum, body.page-name-agentic-intelligence {
  /* Respect reduced motion */
}
body.page-name-brand-clarity .field--name-field-entity-ref, body.page-name-creative-impact .field--name-field-entity-ref, body.page-name-digital-experience .field--name-field-entity-ref, body.page-name-marketing-momentum .field--name-field-entity-ref, body.page-name-agentic-intelligence .field--name-field-entity-ref {
  position: relative;
  margin: 0;
}
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child, body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child, body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child, body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child, body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child {
  position: sticky;
  top: var(--heroTop, 0px);
  /* adjust if you have an admin toolbar */
  height: auto;
  z-index: 0;
  /* sits under following content */
  will-change: transform;
  transform: translateY(calc(var(--heroOffset, 0px) * var(--heroSpeed, -0.35)));
  transform-style: preserve-3d;
}
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child .splide__slide, body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child .splide__slide, body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child .splide__slide, body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child .splide__slide, body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child .splide__slide {
  height: 100%;
}
body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:not(:first-child), body.page-name-creative-impact .field--name-field-entity-ref > .field__item:not(:first-child), body.page-name-digital-experience .field--name-field-entity-ref > .field__item:not(:first-child), body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:not(:first-child), body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:not(:first-child) {
  position: relative;
  z-index: 1;
}
body.page-name-brand-clarity main, body.page-name-brand-clarity .layout-container, body.page-name-brand-clarity .region-content, body.page-name-creative-impact main, body.page-name-creative-impact .layout-container, body.page-name-creative-impact .region-content, body.page-name-digital-experience main, body.page-name-digital-experience .layout-container, body.page-name-digital-experience .region-content, body.page-name-marketing-momentum main, body.page-name-marketing-momentum .layout-container, body.page-name-marketing-momentum .region-content, body.page-name-agentic-intelligence main, body.page-name-agentic-intelligence .layout-container, body.page-name-agentic-intelligence .region-content {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  body.page-name-brand-clarity .field--name-field-entity-ref > .field__item:first-child, body.page-name-creative-impact .field--name-field-entity-ref > .field__item:first-child, body.page-name-digital-experience .field--name-field-entity-ref > .field__item:first-child, body.page-name-marketing-momentum .field--name-field-entity-ref > .field__item:first-child, body.page-name-agentic-intelligence .field--name-field-entity-ref > .field__item:first-child {
    transform: none !important;
  }
}
body.page-name-brand-clarity article, body.page-name-creative-impact article, body.page-name-digital-experience article, body.page-name-marketing-momentum article, body.page-name-agentic-intelligence article {
  background: #ffffff;
}
body.page-name-brand-clarity article .field--name-body, body.page-name-creative-impact article .field--name-body, body.page-name-digital-experience article .field--name-body, body.page-name-marketing-momentum article .field--name-body, body.page-name-agentic-intelligence article .field--name-body {
  overflow: hidden;
}
body.page-name-brand-clarity article.pillar--title, body.page-name-creative-impact article.pillar--title, body.page-name-digital-experience article.pillar--title, body.page-name-marketing-momentum article.pillar--title, body.page-name-agentic-intelligence article.pillar--title {
  background: transparent;
  margin-top: var(--titleHeightOffset);
}
body.page-name-brand-clarity article.pillar--title h2, body.page-name-creative-impact article.pillar--title h2, body.page-name-digital-experience article.pillar--title h2, body.page-name-marketing-momentum article.pillar--title h2, body.page-name-agentic-intelligence article.pillar--title h2 {
  color: #FFF;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 88%;
  /* 132px */
  text-transform: uppercase;
  max-width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -15px;
}
body.page-name-brand-clarity article.pillar--intro, body.page-name-creative-impact article.pillar--intro, body.page-name-digital-experience article.pillar--intro, body.page-name-marketing-momentum article.pillar--intro, body.page-name-agentic-intelligence article.pillar--intro {
  padding: 270px 0 130px 0;
}
body.page-name-brand-clarity article.pillar--intro .node__content .container .field--name-body, body.page-name-creative-impact article.pillar--intro .node__content .container .field--name-body, body.page-name-digital-experience article.pillar--intro .node__content .container .field--name-body, body.page-name-marketing-momentum article.pillar--intro .node__content .container .field--name-body, body.page-name-agentic-intelligence article.pillar--intro .node__content .container .field--name-body {
  color: #6d6461;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
}
body.page-name-brand-clarity article.pillar--intro .node__content .container .field--name-body em, body.page-name-creative-impact article.pillar--intro .node__content .container .field--name-body em, body.page-name-digital-experience article.pillar--intro .node__content .container .field--name-body em, body.page-name-marketing-momentum article.pillar--intro .node__content .container .field--name-body em, body.page-name-agentic-intelligence article.pillar--intro .node__content .container .field--name-body em {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 245px;
}
body.page-name-brand-clarity article.pillar--intro:after, body.page-name-creative-impact article.pillar--intro:after, body.page-name-digital-experience article.pillar--intro:after, body.page-name-marketing-momentum article.pillar--intro:after, body.page-name-agentic-intelligence article.pillar--intro:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #00AEC5;
}
body.page-name-brand-clarity article.pillar--copy, body.page-name-creative-impact article.pillar--copy, body.page-name-digital-experience article.pillar--copy, body.page-name-marketing-momentum article.pillar--copy, body.page-name-agentic-intelligence article.pillar--copy {
  background: #00AEC5;
  padding: 170px 0 95px 0;
}
body.page-name-brand-clarity article.pillar--copy .node__content .container .field--name-body, body.page-name-creative-impact article.pillar--copy .node__content .container .field--name-body, body.page-name-digital-experience article.pillar--copy .node__content .container .field--name-body, body.page-name-marketing-momentum article.pillar--copy .node__content .container .field--name-body, body.page-name-agentic-intelligence article.pillar--copy .node__content .container .field--name-body {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-align: center;
}
body.page-name-brand-clarity article.pillar--copy:before, body.page-name-creative-impact article.pillar--copy:before, body.page-name-digital-experience article.pillar--copy:before, body.page-name-marketing-momentum article.pillar--copy:before, body.page-name-agentic-intelligence article.pillar--copy:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #ffffff;
}
body.page-name-brand-clarity article.pillar--bullets, body.page-name-creative-impact article.pillar--bullets, body.page-name-digital-experience article.pillar--bullets, body.page-name-marketing-momentum article.pillar--bullets, body.page-name-agentic-intelligence article.pillar--bullets {
  padding: 0 0 152px 0;
  text-align: center;
  color: #6d6461;
  font-size: 100px;
  font-style: normal;
  font-weight: 250;
  line-height: 100%;
  letter-spacing: -2px;
}
body.page-name-brand-clarity article.pillar--bullets em, body.page-name-creative-impact article.pillar--bullets em, body.page-name-digital-experience article.pillar--bullets em, body.page-name-marketing-momentum article.pillar--bullets em, body.page-name-agentic-intelligence article.pillar--bullets em {
  font-weight: 400;
}
body.page-name-brand-clarity article.pillar--bullets .container, body.page-name-creative-impact article.pillar--bullets .container, body.page-name-digital-experience article.pillar--bullets .container, body.page-name-marketing-momentum article.pillar--bullets .container, body.page-name-agentic-intelligence article.pillar--bullets .container {
  max-width: initial !important;
}
body.page-name-brand-clarity article.pillar--bullets .field--name-field-title,
body.page-name-brand-clarity article.pillar--bullets .field--name-field-sub-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-title,
body.page-name-creative-impact article.pillar--bullets .field--name-field-sub-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-title,
body.page-name-digital-experience article.pillar--bullets .field--name-field-sub-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-title,
body.page-name-marketing-momentum article.pillar--bullets .field--name-field-sub-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-title,
body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-sub-title {
  font-size: 120px;
  font-style: normal;
  font-weight: 250;
  line-height: 140px;
  letter-spacing: -2.4px;
  width: 100%;
  text-align: left;
}
body.page-name-brand-clarity article.pillar--bullets .field--name-field-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-title {
  padding: 0 55px;
  color: #ffffff;
  background: #00AEC5;
}
body.page-name-brand-clarity article.pillar--bullets .field--name-field-sub-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-sub-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-sub-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-sub-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-sub-title {
  padding: 0 55px;
  color: #6d6461;
}
body.page-name-brand-clarity article.pillar--bullets .node__content .container .field--name-body p, body.page-name-creative-impact article.pillar--bullets .node__content .container .field--name-body p, body.page-name-digital-experience article.pillar--bullets .node__content .container .field--name-body p, body.page-name-marketing-momentum article.pillar--bullets .node__content .container .field--name-body p, body.page-name-agentic-intelligence article.pillar--bullets .node__content .container .field--name-body p {
  color: #6d6461;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  max-width: 50%;
  margin: 0 auto;
}
body.page-name-brand-clarity article.pillar--bullets ul, body.page-name-creative-impact article.pillar--bullets ul, body.page-name-digital-experience article.pillar--bullets ul, body.page-name-marketing-momentum article.pillar--bullets ul, body.page-name-agentic-intelligence article.pillar--bullets ul {
  list-style: none;
  margin: 180px 0 150px 0;
  padding: 0 55px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.page-name-brand-clarity article.pillar--bullets ul li, body.page-name-creative-impact article.pillar--bullets ul li, body.page-name-digital-experience article.pillar--bullets ul li, body.page-name-marketing-momentum article.pillar--bullets ul li, body.page-name-agentic-intelligence article.pillar--bullets ul li {
  position: relative;
  padding-top: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  /* 50.4px */
  letter-spacing: -0.72px;
  text-align: left;
}
body.page-name-brand-clarity article.pillar--bullets ul li:before, body.page-name-creative-impact article.pillar--bullets ul li:before, body.page-name-digital-experience article.pillar--bullets ul li:before, body.page-name-marketing-momentum article.pillar--bullets ul li:before, body.page-name-agentic-intelligence article.pillar--bullets ul li:before {
  content: " ";
  width: 100px;
  height: 8px;
  background-color: #00AEC5;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-name-brand-clarity article.pillar--bullets .field--name-field-main-text-3, body.page-name-creative-impact article.pillar--bullets .field--name-field-main-text-3, body.page-name-digital-experience article.pillar--bullets .field--name-field-main-text-3, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-main-text-3, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-main-text-3 {
  text-align: center;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 72px */
  letter-spacing: -0.96px;
}
body.page-name-brand-clarity .field--name-field-related-case-studies, body.page-name-creative-impact .field--name-field-related-case-studies, body.page-name-digital-experience .field--name-field-related-case-studies, body.page-name-marketing-momentum .field--name-field-related-case-studies, body.page-name-agentic-intelligence .field--name-field-related-case-studies {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 100px;
  background: #ffffff;
  z-index: 100;
  position: relative;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item {
  margin: 0;
  padding: 0;
  flex-basis: calc(50% - 10px);
  height: 570px;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image {
  position: relative;
  display: inline-block;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image {
  width: 100%;
  height: auto;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover {
  background: var(--caseStudyHover, #000);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover {
  opacity: 1;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item {
  display: inline;
  color: rgba(109, 100, 97, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after {
  content: "/";
  display: inline;
  margin: 0 1ch;
}
body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after {
  content: initial;
}
@media (max-width: 1024px) {
  body.page-name-brand-clarity article.pillar--intro, body.page-name-creative-impact article.pillar--intro, body.page-name-digital-experience article.pillar--intro, body.page-name-marketing-momentum article.pillar--intro, body.page-name-agentic-intelligence article.pillar--intro {
    padding: 157px 0 186px 0;
  }
  body.page-name-brand-clarity article.pillar--intro .node__content .container .field--name-body em, body.page-name-creative-impact article.pillar--intro .node__content .container .field--name-body em, body.page-name-digital-experience article.pillar--intro .node__content .container .field--name-body em, body.page-name-marketing-momentum article.pillar--intro .node__content .container .field--name-body em, body.page-name-agentic-intelligence article.pillar--intro .node__content .container .field--name-body em {
    margin-bottom: 97px;
  }
  body.page-name-brand-clarity article.pillar--copy, body.page-name-creative-impact article.pillar--copy, body.page-name-digital-experience article.pillar--copy, body.page-name-marketing-momentum article.pillar--copy, body.page-name-agentic-intelligence article.pillar--copy {
    padding: 134px 0 139px 0;
  }
  body.page-name-brand-clarity article.pillar--bullets, body.page-name-creative-impact article.pillar--bullets, body.page-name-digital-experience article.pillar--bullets, body.page-name-marketing-momentum article.pillar--bullets, body.page-name-agentic-intelligence article.pillar--bullets {
    padding: 0 0 152px 0;
  }
  body.page-name-brand-clarity article.pillar--bullets .field--name-field-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-title {
    padding: 0 25px;
  }
  body.page-name-brand-clarity article.pillar--bullets .field--name-field-sub-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-sub-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-sub-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-sub-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-sub-title {
    padding: 0 25px;
  }
  body.page-name-brand-clarity article.pillar--bullets .node__content .container .field--name-body p, body.page-name-creative-impact article.pillar--bullets .node__content .container .field--name-body p, body.page-name-digital-experience article.pillar--bullets .node__content .container .field--name-body p, body.page-name-marketing-momentum article.pillar--bullets .node__content .container .field--name-body p, body.page-name-agentic-intelligence article.pillar--bullets .node__content .container .field--name-body p {
    max-width: 75%;
  }
  body.page-name-brand-clarity article.pillar--bullets ul, body.page-name-creative-impact article.pillar--bullets ul, body.page-name-digital-experience article.pillar--bullets ul, body.page-name-marketing-momentum article.pillar--bullets ul, body.page-name-agentic-intelligence article.pillar--bullets ul {
    margin: 137px 0 242px 0;
    padding: 0 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.page-name-brand-clarity article.pillar--bullets ul li, body.page-name-creative-impact article.pillar--bullets ul li, body.page-name-digital-experience article.pillar--bullets ul li, body.page-name-marketing-momentum article.pillar--bullets ul li, body.page-name-agentic-intelligence article.pillar--bullets ul li {
    flex-basis: 50%;
    margin-bottom: 85px;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies, body.page-name-creative-impact .field--name-field-related-case-studies, body.page-name-digital-experience .field--name-field-related-case-studies, body.page-name-marketing-momentum .field--name-field-related-case-studies, body.page-name-agentic-intelligence .field--name-field-related-case-studies {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 100px;
    background: #ffffff;
    z-index: 100;
    position: relative;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item {
    margin: 0;
    padding: 0;
    flex-basis: calc(50% - 10px);
    height: 570px;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image {
    position: relative;
    display: inline-block;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image {
    width: 100%;
    height: auto;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .field--name-field-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image .hover {
    background: var(--caseStudyHover, #000);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result a.case-study--image:hover .hover {
    opacity: 1;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item {
    display: inline;
    color: rgba(109, 100, 97, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.98px;
    text-transform: uppercase;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:after {
    content: "/";
    display: inline;
    margin: 0 1ch;
  }
  body.page-name-brand-clarity .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-creative-impact .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-digital-experience .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-marketing-momentum .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after, body.page-name-agentic-intelligence .field--name-field-related-case-studies > .field__item article.node--type-case-study-v4.node--view-mode-case-study-search-result .services .field--name-field-case-study-services .field__item:last-child:after {
    content: initial;
  }
}
@media (max-width: 576px) {
  body.page-name-brand-clarity article.pillar--title h2, body.page-name-creative-impact article.pillar--title h2, body.page-name-digital-experience article.pillar--title h2, body.page-name-marketing-momentum article.pillar--title h2, body.page-name-agentic-intelligence article.pillar--title h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 88%;
    /* 65px */
    text-transform: uppercase;
    bottom: -7px;
  }
  body.page-name-brand-clarity article.pillar--intro, body.page-name-creative-impact article.pillar--intro, body.page-name-digital-experience article.pillar--intro, body.page-name-marketing-momentum article.pillar--intro, body.page-name-agentic-intelligence article.pillar--intro {
    padding: 90px 20px 90px 20px;
  }
  body.page-name-brand-clarity article.pillar--intro .node__content .container .field--name-body, body.page-name-creative-impact article.pillar--intro .node__content .container .field--name-body, body.page-name-digital-experience article.pillar--intro .node__content .container .field--name-body, body.page-name-marketing-momentum article.pillar--intro .node__content .container .field--name-body, body.page-name-agentic-intelligence article.pillar--intro .node__content .container .field--name-body {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.56px;
  }
  body.page-name-brand-clarity article.pillar--copy, body.page-name-creative-impact article.pillar--copy, body.page-name-digital-experience article.pillar--copy, body.page-name-marketing-momentum article.pillar--copy, body.page-name-agentic-intelligence article.pillar--copy {
    padding: 90px 20px 90px 20px;
  }
  body.page-name-brand-clarity article.pillar--copy .node__content .container .field--name-body, body.page-name-creative-impact article.pillar--copy .node__content .container .field--name-body, body.page-name-digital-experience article.pillar--copy .node__content .container .field--name-body, body.page-name-marketing-momentum article.pillar--copy .node__content .container .field--name-body, body.page-name-agentic-intelligence article.pillar--copy .node__content .container .field--name-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    letter-spacing: -0.48px;
  }
  body.page-name-brand-clarity article.pillar--bullets .field--name-field-title,
body.page-name-brand-clarity article.pillar--bullets .field--name-field-sub-title, body.page-name-creative-impact article.pillar--bullets .field--name-field-title,
body.page-name-creative-impact article.pillar--bullets .field--name-field-sub-title, body.page-name-digital-experience article.pillar--bullets .field--name-field-title,
body.page-name-digital-experience article.pillar--bullets .field--name-field-sub-title, body.page-name-marketing-momentum article.pillar--bullets .field--name-field-title,
body.page-name-marketing-momentum article.pillar--bullets .field--name-field-sub-title, body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-title,
body.page-name-agentic-intelligence article.pillar--bullets .field--name-field-sub-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    letter-spacing: -0.8px;
  }
  body.page-name-brand-clarity article.pillar--bullets .node__content .container .field--name-body p, body.page-name-creative-impact article.pillar--bullets .node__content .container .field--name-body p, body.page-name-digital-experience article.pillar--bullets .node__content .container .field--name-body p, body.page-name-marketing-momentum article.pillar--bullets .node__content .container .field--name-body p, body.page-name-agentic-intelligence article.pillar--bullets .node__content .container .field--name-body p {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body.page-name-brand-clarity article.pillar--bullets ul, body.page-name-creative-impact article.pillar--bullets ul, body.page-name-digital-experience article.pillar--bullets ul, body.page-name-marketing-momentum article.pillar--bullets ul, body.page-name-agentic-intelligence article.pillar--bullets ul {
    margin: 58px 0 104px 0;
  }
  body.page-name-brand-clarity article.pillar--bullets ul li, body.page-name-creative-impact article.pillar--bullets ul li, body.page-name-digital-experience article.pillar--bullets ul li, body.page-name-marketing-momentum article.pillar--bullets ul li, body.page-name-agentic-intelligence article.pillar--bullets ul li {
    flex-basis: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
  }
  body.page-name-brand-clarity article.pillar--bullets ul li:before, body.page-name-creative-impact article.pillar--bullets ul li:before, body.page-name-digital-experience article.pillar--bullets ul li:before, body.page-name-marketing-momentum article.pillar--bullets ul li:before, body.page-name-agentic-intelligence article.pillar--bullets ul li:before {
    width: 45px;
    height: 4px;
  }
}
body .view-perspectives {
  background: rgba(109, 100, 97, 0.1);
}
body .view-perspectives .view-header {
  background: #ffffff;
  padding: 280px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .view-perspectives .view-header h2 {
  color: #00AEC5;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  flex-basis: 100%;
  margin-bottom: 70px;
}
body .view-perspectives .view-header .categories {
  flex-basis: 100%;
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
body .view-perspectives .view-filters {
  display: none;
}
body .view-perspectives .view-content {
  padding: 88px 100px 100px 100px;
}
body .view-perspectives .view-content > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .view-perspectives .view-content > div .views-row {
  margin: 0;
  padding: 0;
  flex-basis: calc(33% - 10px);
  height: 402px;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results {
  height: 100%;
  overflow: hidden;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-desktop-thumbnail {
  width: 100%;
  height: 100%;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-desktop-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-mobile-thumbnail {
  display: none;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover {
  background: var(--blogHover, #000);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .post-date {
  color: #ffffff;
  font-size: 23.704px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 168.75% */
  text-transform: uppercase;
  display: inline-block;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .post-date:after {
  content: "|";
  margin: 0 1ch;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .category {
  color: #ffffff;
  font-size: 23.704px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 168.75% */
  text-transform: uppercase;
  display: inline-block;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta h3 {
  color: #ffffff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 107.813% */
  display: block;
}
body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image:hover .hover, body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image.active .hover {
  opacity: 1;
}
body .view-perspectives ul.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  body .view-perspectives .view-content {
    padding: 80px 20px 100px 20px;
  }
  body .view-perspectives .view-content > div .views-row {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 820px) {
  body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .post-date {
    font-size: 18px;
  }
  body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .category {
    font-size: 18px;
  }
  body .view-perspectives .view-content > div .views-row article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  body .view-perspectives .view-header {
    padding: 50px 20px 100px 20px;
  }
  body .view-perspectives .view-header img {
    max-width: 100%;
  }
  body .view-perspectives .view-header h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.56px;
  }
  body .view-perspectives .view-content > div .views-row {
    flex-basis: 100%;
  }
}
body.node--type-blog-post #main-wrapper {
  padding-top: 55px;
}
body.node--type-blog-post article.node--type-blog-post .blog-head {
  background: var(--blogBg);
  width: 100vw;
  min-height: 430px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left {
  flex-basis: 50%;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left .main-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left .main-image .field--name-field-image {
  height: 100%;
  width: 100%;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left .main-image .field--name-field-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right {
  flex-basis: 50%;
  padding: 55px 30px;
  color: #ffffff;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info .author-wrapper > div {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info .author-wrapper .date:after {
  content: "|";
  margin: 0 1ch;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info .author-wrapper .author:after {
  content: "|";
  margin: 0 1ch;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info span.a2a_kit a.addtoany_share {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  padding: 0;
  vertical-align: initial;
  transition: color 0.3s ease;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info span.a2a_kit a.addtoany_share:hover {
  color: #00AEC5;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info span.a2a_kit a.addtoany_share .a2a_svg {
  display: none;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .author-info span.a2a_kit a.addtoany_share .a2a_label {
  position: relative !important;
  clip-path: initial;
  -webkit-clip-path: initial;
  overflow: initial;
  width: auto;
  height: auto;
  vertical-align: initial;
  color: #ffffff;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .field--name-field-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  /* 106.25% */
  margin: 32px 0;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .field--name-field-header-copy {
  font-size: 26px;
  line-height: 45px;
  /* 173.077% */
  font-style: normal;
  font-weight: 400;
}
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .field--name-field-header-copy p {
  margin: 0;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body {
  padding-top: 50px;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-body {
  font-size: 26px;
  line-height: 45px;
  /* 173.077% */
  font-style: normal;
  font-weight: 400;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__label {
  font-size: 20px;
  color: #00AEC5;
  margin-bottom: 10px;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item {
  margin: 0;
  padding: 0;
  flex-basis: calc(33% - 10px);
  height: 402px;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results {
  height: 100%;
  overflow: hidden;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-desktop-thumbnail {
  width: 100%;
  height: 100%;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-desktop-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .field--name-field-mobile-thumbnail {
  display: none;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover {
  background: var(--blogHover, #000);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .post-date {
  color: #ffffff;
  font-size: 23.704px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 168.75% */
  text-transform: uppercase;
  display: inline-block;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .post-date:after {
  content: "|";
  margin: 0 1ch;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta .category {
  color: #ffffff;
  font-size: 23.704px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 168.75% */
  text-transform: uppercase;
  display: inline-block;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image .hover .blog-post--meta h3 {
  color: #ffffff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 107.813% */
  display: block;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image:hover .hover, body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item article.node--type-blog-post.node--view-mode-perspectives-search-results a.blog-post--image.active .hover {
  opacity: 1;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .back-to {
  text-align: center;
}
body.node--type-blog-post article.node--type-blog-post .container .blog-body .back-to .back-to-blog {
  margin: 20px auto;
}
@media (max-width: 1024px) {
  body.node--type-blog-post article.node--type-blog-post .blog-head {
    position: relative;
    right: -12px;
    height: auto;
    max-height: 700px;
  }
  body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left .main-image .field--name-field-image img {
    object-fit: contain;
  }
  body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .field--name-field-title {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    /* 114.063% */
  }
  body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right .field--name-field-header-copy {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    /* 175% */
  }
  body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-body {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 190% */
  }
}
@media (max-width: 820px) {
  body.node--type-blog-post article.node--type-blog-post .blog-head {
    max-height: initial;
    flex-wrap: wrap;
  }
  body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-left,
body.node--type-blog-post article.node--type-blog-post .blog-head .blog-head-right {
    flex-basis: 100%;
  }
  body.node--type-blog-post article.node--type-blog-post .container .blog-body .field--name-field-more-articles .field__items > .field__item {
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  body.node--type-blog-post article.node--type-blog-post .container .blog-body {
    padding: 50px 20px 20px 20px;
  }
}

body.page-name-about-us {
  /* Respect reduced motion */
}
body.page-name-about-us .field--name-field-entity-ref {
  position: relative;
  margin: 0;
}
body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child {
  position: sticky;
  top: var(--heroTop, 0px);
  /* adjust if you have an admin toolbar */
  height: auto;
  z-index: 0;
  /* sits under following content */
  will-change: transform;
  transform: translateY(calc(var(--heroOffset, 0px) * var(--heroSpeed, -0.35)));
  transform-style: preserve-3d;
}
body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child .splide,
body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child .splide__track,
body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child .splide__list,
body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child .splide__slide {
  height: 100%;
}
body.page-name-about-us .field--name-field-entity-ref > .field__item:not(:first-child) {
  position: relative;
  z-index: 1;
}
body.page-name-about-us main, body.page-name-about-us .layout-container, body.page-name-about-us .region-content {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  body.page-name-about-us .field--name-field-entity-ref > .field__item:first-child {
    transform: none !important;
  }
}
body.page-name-about-us article {
  background: #ffffff;
}
body.page-name-about-us article .field--name-body {
  overflow: hidden;
}
body.page-name-about-us article.about--title {
  background: transparent;
  margin-top: var(--titleHeightOffset);
}
body.page-name-about-us article.about--title h2 {
  color: #FFF;
  font-size: 400px;
  font-style: normal;
  font-weight: 300;
  line-height: 400px;
  /* 100% */
  letter-spacing: -8px;
  max-width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -42px;
}
body.page-name-about-us article.about--intro {
  padding: 100px 100px 300px 100px;
}
body.page-name-about-us article.about--intro .field--name-body {
  color: #6d6461;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  max-width: 66%;
}
body.page-name-about-us article.about--intro .field--name-body span {
  color: #00AEC5;
}
body.page-name-about-us article.about--intro:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #00AEC5;
}
body.page-name-about-us article.about--copy {
  background: #00AEC5;
  padding: 170px 0 95px 0;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-body {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-align: center;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  letter-spacing: -0.96px;
  text-align: center;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 p {
  margin: 34px 0;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 66%;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul li a.btn {
  background: transparent;
  text-transform: lowercase;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  /* 176.923% */
  padding: 10px 27px;
  min-height: 65px;
}
body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul li a.btn:hover {
  background: #ffffff;
  color: #00AEC5;
}
body.page-name-about-us article.about--copy:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 89px;
  background-color: #ffffff;
}
body.page-name-about-us article.about--team {
  padding: 100px;
  background: #eeeded;
}
body.page-name-about-us article.about--team .container {
  max-width: initial !important;
}
body.page-name-about-us article.about--team .field--name-field-title {
  color: #6d6461;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
}
body.page-name-about-us article.about--team .field--name-body {
  color: #6d6461;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 250;
  line-height: 46px;
  /* 176.923% */
  letter-spacing: -0.52px;
  margin: 70px 0 20px 0;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li {
  width: 33%;
  max-width: 545px;
  min-height: 530px;
  position: relative;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card {
  width: 100%;
  height: 100%;
  position: absolute;
  perspective: 500px;
  background: transparent;
  border: none;
  border-radius: initial;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 15px 20px;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title .title-left,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title .title-left {
  flex-basis: calc(100% - 30px);
  color: #000000;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title .title-left h3,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title .title-left h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 112.5% */
  margin: 0 0 5px 0;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title .title-left h4,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title .title-left h4 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
  letter-spacing: 1.69px;
  text-transform: uppercase;
  margin: 0;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title .title-right,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title .title-right {
  flex-basis: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .bio-left,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-left {
  position: relative;
  transition-property: opacity, filter;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s, 0.8s;
  transition-delay: 0.4s, 0.75s;
  width: 40%;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .bio-right,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-right {
  position: relative;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0.8s;
  transition-delay: 0.75s;
  padding: 12px 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 168.75% */
  width: 60%;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back {
  transform: rotateY(180deg);
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-left {
  filter: grayscale(100%);
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-right {
  opacity: 0;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content .back .bio .bio-left {
  filter: grayscale(0%);
}
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content .back .bio .bio-right {
  opacity: 1;
}
body.page-name-about-us article.about--clients {
  padding: 100px;
}
body.page-name-about-us article.about--clients .field--name-field-title {
  color: #00AEC5;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
body.page-name-about-us article.about--clients .field--name-body {
  color: #6d6461;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 250;
  line-height: 46px;
  /* 176.923% */
  letter-spacing: -0.52px;
  margin: 20px auto 70px auto;
  max-width: 66%;
}
body.page-name-about-us article.about--clients .field--name-field-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
  float: none;
  margin: 0;
  padding: 0;
}
body.page-name-about-us article.about--clients .field--name-field-images .field__item {
  flex-basis: 11%;
}
body.page-name-about-us article.about--clients .field--name-field-images .field__item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
body.page-name-about-us article.about--join {
  background: #eeeded;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
body.page-name-about-us article.about--join .join-us-left {
  flex-basis: 50%;
}
body.page-name-about-us article.about--join .join-us-left .field--name-field-images {
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
}
body.page-name-about-us article.about--join .join-us-left .field--name-field-images .field__item {
  width: 100%;
  height: 100%;
}
body.page-name-about-us article.about--join .join-us-left .field--name-field-images .field__item img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-name-about-us article.about--join .join-us-right {
  flex-basis: 50%;
  padding: 120px;
}
body.page-name-about-us article.about--join .join-us-right .field--name-field-title {
  color: #6d6461;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  /* 135.417% */
  letter-spacing: -0.96px;
}
body.page-name-about-us article.about--join .join-us-right .field--name-body {
  color: #6d6461;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 250;
  line-height: 46px;
  /* 176.923% */
  letter-spacing: -0.52px;
  max-width: 66%;
  margin: 20px auto 0 auto;
}
body.page-name-about-us article.about--join .join-us-right .field--name-body a {
  display: inline-block;
  margin-top: 50px;
  background: transparent;
  color: #6d6461;
  border-color: #6d6461;
}
body.page-name-about-us article.about--join .join-us-right .field--name-body a:hover {
  background: #ffffff;
  color: #00AEC5;
  border-color: #00AEC5;
}
body.page-name-about-us .region-footer-first {
  display: none;
}
@media (max-width: 1024px) {
  body.page-name-about-us article.about--title h2 {
    font-size: 319.164px;
    line-height: 319.164px;
    /* 100% */
    letter-spacing: -6.383px;
    max-width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -42px;
  }
  body.page-name-about-us article.about--intro {
    padding: 40px 28px 300px 28px;
  }
  body.page-name-about-us article.about--copy {
    background: #00AEC5;
    padding: 170px 0 95px 0;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-body {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 p {
    margin: 34px 0;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul {
    max-width: 80%;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul li a.btn {
    background: transparent;
    text-transform: lowercase;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    /* 176.923% */
    padding: 10px 27px;
    min-height: 65px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul li a.btn:hover {
    background: #ffffff;
    color: #00AEC5;
  }
  body.page-name-about-us article.about--copy:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 89px;
    background-color: #ffffff;
  }
  body.page-name-about-us article.about--clients {
    padding: 100px;
  }
  body.page-name-about-us article.about--clients .field--name-field-title {
    color: #00AEC5;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    /* 135.417% */
    letter-spacing: -0.96px;
    text-transform: capitalize;
  }
  body.page-name-about-us article.about--clients .field--name-body {
    color: #6d6461;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 250;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
    margin: 20px auto 70px auto;
    max-width: 66%;
  }
  body.page-name-about-us article.about--clients .field--name-field-images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
    float: none;
    margin: 0;
    padding: 0;
  }
  body.page-name-about-us article.about--clients .field--name-field-images .field__item {
    flex-basis: 11%;
  }
  body.page-name-about-us article.about--clients .field--name-field-images .field__item img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  body.page-name-about-us article.about--join {
    background: #eeeded;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  body.page-name-about-us article.about--join .join-us-left {
    flex-basis: 50%;
  }
  body.page-name-about-us article.about--join .join-us-left .field--name-field-images {
    margin: 0;
    float: none;
    width: 100%;
    height: 100%;
  }
  body.page-name-about-us article.about--join .join-us-left .field--name-field-images .field__item {
    width: 100%;
    height: 100%;
  }
  body.page-name-about-us article.about--join .join-us-left .field--name-field-images .field__item img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.page-name-about-us article.about--join .join-us-right {
    flex-basis: 50%;
    padding: 20px;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-field-title {
    color: #6d6461;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    /* 135.417% */
    letter-spacing: -0.96px;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-body {
    color: #6d6461;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 250;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
    max-width: 66%;
    margin: 20px auto 0 auto;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-body a {
    display: inline-block;
    margin-top: 50px;
    background: transparent;
    color: #6d6461;
    border-color: #6d6461;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-body a:hover {
    background: #ffffff;
    color: #00AEC5;
    border-color: #00AEC5;
  }
  body.page-name-about-us .region-footer-first {
    display: none;
  }
}
@media (max-width: 1875px) {
  body.page-name-about-us article.about--team {
    padding: 100px 20px;
    background: #eeeded;
  }
  body.page-name-about-us article.about--team .container {
    max-width: initial !important;
  }
  body.page-name-about-us article.about--team .field--name-field-title {
    color: #6d6461;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    /* 135.417% */
    letter-spacing: -0.96px;
  }
  body.page-name-about-us article.about--team .field--name-body {
    color: #6d6461;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 250;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
    margin: 70px 0 20px 0;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li {
    width: 48%;
    min-height: 740px;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title {
    order: 2;
    flex-basis: 50%;
    height: 400px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .title .title-left,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .title .title-left {
    flex-basis: 100%;
    height: auto;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .bio-left,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-left {
    width: 48%;
    flex-basis: 48%;
    order: 1;
    height: 400px;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .bio-left img,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .front .bio .bio-right,
body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-right {
    order: 3;
    flex-basis: 100%;
    width: 100%;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back {
    transform: rotateY(180deg);
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-left {
    filter: grayscale(100%);
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card .back .bio .bio-right {
    opacity: 0;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content, body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card.flipped .content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content .back .bio .bio-left, body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card.flipped .content .back .bio .bio-left {
    filter: grayscale(0%);
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card:hover .content .back .bio .bio-right, body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card.flipped .content .back .bio .bio-right {
    opacity: 1;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card.steve .back .bio .bio-left img {
    object-position: center;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li .card.andrew .back .bio .bio-left img {
    object-position: center;
  }
}
@media (max-width: 820px) {
  body.page-name-about-us article.about--title h2 {
    font-size: 250px;
    line-height: 250px;
    /* 100% */
    bottom: -27px;
  }
  body.page-name-about-us article.about--intro {
    padding: 40px 28px 300px 28px;
  }
  body.page-name-about-us article.about--intro .field--name-body {
    max-width: 85%;
  }
  body.page-name-about-us article.about--clients .field--name-body {
    max-width: initial;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul {
    max-width: initial;
  }
  body.page-name-about-us article.about--join {
    max-height: 700px;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-field-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    /* 135.417% */
    letter-spacing: -0.96px;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-body {
    font-size: 26px;
    font-style: normal;
    font-weight: 250;
    line-height: 46px;
    /* 176.923% */
    letter-spacing: -0.52px;
    max-width: initial;
  }
}
@media (max-width: 768px) {
  body.page-name-about-us article.about--team .field--name-field-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body.page-name-about-us article.about--team .field--name-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
  body.page-name-about-us article.about--team .field--name-field-main-text-2 ul li {
    width: 100%;
    min-height: 800px;
  }
}
@media (max-width: 576px) {
  body.page-name-about-us article.about--title h2 {
    font-size: 121.591px;
    font-style: normal;
    font-weight: 400;
    line-height: 88%;
    /* 107px */
    bottom: -11px;
  }
  body.page-name-about-us article.about--intro {
    padding: 40px 20px 100px 20px;
  }
  body.page-name-about-us article.about--intro .field--name-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -0.48px;
    max-width: initial;
  }
  body.page-name-about-us article.about--copy {
    padding: 170px 20px 95px 20px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-body {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
  body.page-name-about-us article.about--copy .node__content .container .field--name-field-main-text-2 ul li a.btn {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32.5px;
    /* 180.556% */
    padding: 10px 13.5px;
  }
  body.page-name-about-us article.about--clients {
    padding: 40px 20px;
  }
  body.page-name-about-us article.about--clients .field--name-field-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.56px;
  }
  body.page-name-about-us article.about--clients .field--name-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
  body.page-name-about-us article.about--clients .field--name-field-images .field__item {
    flex-basis: 25%;
  }
  body.page-name-about-us article.about--join {
    flex-wrap: wrap;
    max-height: initial;
  }
  body.page-name-about-us article.about--join .join-us-left {
    flex-basis: 100%;
  }
  body.page-name-about-us article.about--join .join-us-right {
    flex-basis: 100%;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-field-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    /* 135.417% */
    letter-spacing: -0.96px;
  }
  body.page-name-about-us article.about--join .join-us-right .field--name-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
  }
}

/*# sourceMappingURL=tug_v4.css.map */
