html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol, ul {
  list-style: none;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

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

body {
  font-family: "Stitzlein Sans v10", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-variant-ligatures: common-ligatures discretionary-ligatures;
}

h1, h2 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
  min-height: 29px;
}

h6, p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 20px;
}

@media only screen and (max-width: 560px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
  h1, h2 {
    font-size: 20px;
    line-height: 24px;
    min-height: 24px;
  }
  h6, p {
    font-size: 18px;
    line-height: 23px;
    min-height: 23px;
  }
}
body {
  background: #1a1a1a;
  padding: 70px 0 0;
}
body.animations-enabled {
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.animations-enabled.load-show {
  opacity: 1;
}
body.password-protected {
  display: flex;
  flex-direction: column;
}
body[data-prevent-scroll] {
  overflow: hidden !important;
  overscroll-behavior: contain;
  position: relative;
}

@media only screen and (min-width: 901px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 710px) {
  body {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 560px) {
  .hide-on-mobile {
    display: none !important;
  }
}
body.animations-enabled section:not(.hero-slider).load-show article {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
body.animations-enabled section:not(.hero-slider) article {
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

section:not(.hero-slider) {
  width: 100%;
  padding: 0 45px;
}
section:not(.hero-slider).separator-margin {
  margin-bottom: 1px;
}
section:not(.hero-slider).break-margin {
  margin-bottom: 45px;
}
section:not(.hero-slider).black article {
  background: #000;
  color: #fff;
}
section:not(.hero-slider).white article {
  background: #fff;
  color: #000;
}
section:not(.hero-slider).load-show article {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
section:not(.hero-slider) article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 560px) {
  section:not(.hero-slider) {
    padding: 0;
  }
}
body.animations-enabled header {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate3d(0px, -100%, 0px);
  opacity: 0;
}
body.animations-enabled header.load-show {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
body.animations-enabled header.loaded {
  transition: transform 0.3s ease;
}
body.animations-enabled header.hide {
  transform: translate3d(0px, -100%, 0px);
}

body.admin header {
  top: 32px;
}

html #wpadminbar {
  position: fixed;
}

@media only screen and (max-width: 782px) {
  body.admin header {
    top: 46px;
  }
}
header {
  width: 100%;
  height: 70px;
  background: #1a1a1a;
  padding: 0 45px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
header a.logo {
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
header a.logo:hover span {
  color: #fff;
}
header a.logo svg {
  width: 32px;
  height: 32px;
}
header a.logo span {
  line-height: 32px;
  color: #a6a6a6;
  margin-left: 14px;
  transition: color 0.2s ease;
}
header .menu-button {
  display: none;
}
header ul.menu {
  display: flex;
  flex-wrap: wrap;
}
header ul.menu li {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header ul.menu li:first-child {
  margin-left: 0px;
}
header ul.menu li.selected a {
  color: #fff;
}
header ul.menu li.selected a:before {
  width: 100%;
}
header ul.menu li a {
  text-decoration: none;
  color: #a6a6a6;
  transition: color 0.2s ease;
  display: block;
  position: relative;
  padding: 6px 0;
}
header ul.menu li a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
  transition: width 0.2s ease;
}
header ul.menu li a:hover {
  color: #fff;
}
header ul.menu li a:hover:before {
  width: 100%;
}

nav {
  display: none;
}

@media only screen and (max-width: 710px) {
  header {
    height: 50px;
    padding: 0;
    justify-content: center;
  }
  header ul.menu {
    display: none;
  }
  header a.logo {
    width: 30px;
    height: 30px;
  }
  header a.logo svg {
    width: 30px;
    height: 30px;
  }
  header a.logo span {
    display: none;
  }
  header .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 31px;
  }
  header .menu-button.push .inner .str.top {
    transform: translate3d(0px, 0px, 0px);
  }
  header .menu-button.push .inner .str.bot {
    transform: translate3d(0px, 0px, 0px);
  }
  header .menu-button.hide .inner .str.mid {
    opacity: 0;
  }
  header .menu-button.rotate .inner .str.top {
    transform: rotateZ(-45deg);
  }
  header .menu-button.rotate .inner .str.bot {
    transform: rotateZ(45deg);
  }
  header .menu-button .inner {
    width: 22px;
    height: 20px;
    position: relative;
  }
  header .menu-button .inner .str {
    width: 100%;
    height: 1px;
    background: #a6a6a6;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
    transition: transform 0.2s ease;
  }
  header .menu-button .inner .str.top {
    transform: translate3d(0px, -10px, 0px);
  }
  header .menu-button .inner .str.bot {
    transform: translate3d(0px, 10px, 0px);
  }
  body.admin nav {
    padding-top: 151px;
  }
  nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #000;
    padding: 105px 45px 45px;
    overflow: scroll;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  nav.display {
    display: flex;
  }
  nav.show {
    opacity: 1;
  }
  nav.show ul.menu,
  nav.show > a {
    transform: translate3d(0px, 0px, 0px);
  }
  nav > a {
    width: auto;
    color: #7f7f7f;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 20px;
    line-height: 27px;
    margin-top: 90px;
    transform: translate3d(0px, 15px, 0px);
    transition: transform 0.4s ease;
  }
  nav > a:hover {
    color: #fff;
  }
  nav ul.menu {
    width: 100%;
    transform: translate3d(0px, 30px, 0px);
    transition: transform 0.4s ease;
  }
  nav ul.menu li {
    position: relative;
    z-index: 1;
  }
  nav ul.menu li.selected {
    z-index: 2;
  }
  nav ul.menu li.selected a {
    color: #fff;
  }
  nav ul.menu li.selected a:before, nav ul.menu li.selected a:after {
    background: #fff;
  }
  nav ul.menu li a {
    width: 100%;
    line-height: 60px;
    height: 59px;
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #7f7f7f;
    text-decoration: none;
    display: block;
  }
  nav ul.menu li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    top: 0;
    left: 0;
  }
  nav ul.menu li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media only screen and (max-width: 560px) {
  header .menu-button {
    right: 0px;
  }
  nav {
    padding: 105px 30px 30px;
  }
  nav > a {
    margin-top: 60px;
  }
}
body.animations-enabled footer {
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
body.animations-enabled footer.load-show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

footer {
  padding: 0 45px 45px;
}
footer article {
  background: #000;
  padding: 110px 27.5px 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
footer article .footer-columns {
  width: 100%;
  max-width: 1035px;
  display: flex;
  flex-wrap: wrap;
}
footer article .footer-columns .col {
  width: 25%;
  padding: 0 17.5px;
}
footer article .footer-columns .col svg {
  width: 44px;
  height: 44px;
  margin-top: 10px;
}
footer article .footer-columns .col p {
  line-height: 28px;
  color: #fff;
}
footer article .footer-columns .col ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer article .footer-columns .col ul.footer-menu li {
  width: 100%;
}
footer article .footer-columns .col ul.footer-menu li a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  color: #a6a6a6;
  transition: color 0.3s ease;
}
footer article .footer-columns .col ul.footer-menu li a:hover {
  color: #fff;
}
footer article p.copy {
  width: 100%;
  max-width: 1035px;
  color: #404040;
  margin-top: 20px;
  padding: 0 17.5px;
}

@media only screen and (max-width: 900px) {
  footer article {
    padding: 40px;
    position: relative;
  }
  footer article .footer-columns {
    justify-content: flex-end;
    position: relative;
    z-index: 2;
  }
  footer article .footer-columns .col {
    width: 50%;
    margin-bottom: 32px;
    padding: 0;
  }
  footer article .footer-columns .col > p {
    display: none;
  }
  footer article .footer-columns .col:first-child {
    width: 100%;
    margin-bottom: 45px;
  }
  footer article p.copy {
    width: 50%;
    position: absolute;
    bottom: 72px;
    left: 45px;
    padding: 0;
    line-height: 28px;
  }
}
@media only screen and (max-width: 560px) {
  footer {
    padding: 0;
  }
  footer article {
    padding: 70px 30px 60px;
  }
  footer article .footer-columns {
    flex-direction: column;
  }
  footer article .footer-columns .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 48px;
  }
  footer article .footer-columns .col:first-child {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  footer article .footer-columns .col > p {
    display: none;
  }
  footer article .footer-columns .col svg {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  footer article .footer-columns .col ul.footer-menu li {
    margin-top: 12px;
  }
  footer article .footer-columns .col ul.footer-menu li:first-of-type {
    margin-top: 0px;
  }
  footer article .footer-columns .col ul.footer-menu li a {
    font-size: 18px;
    line-height: 23px;
  }
  footer article p.copy {
    text-align: center;
    padding: 0;
    margin-top: 72px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
section.hero-slider {
  width: 100%;
  height: 100%;
  padding: 0 0 45px;
  margin-bottom: 45px;
}
section.hero-slider article.slider {
  width: 100%;
  height: 100%;
  position: relative;
}
section.hero-slider article.slider .swiper-container {
  width: 100%;
  height: 100%;
}
section.hero-slider article.slider .project {
  position: relative;
  padding: 0 45px;
}
section.hero-slider article.slider .project.light-text .project-info {
  color: #fff;
}
section.hero-slider article.slider .project.dark-text .project-info {
  color: #000;
}
section.hero-slider article.slider .project .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.hero-slider article.slider .project .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero-slider article.slider .project .video .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transform: translateZ(0);
}
section.hero-slider article.slider .project .video .mute-toggle.sound svg .sound {
  display: block;
}
section.hero-slider article.slider .project .video .mute-toggle.sound svg .mute {
  display: none;
}
section.hero-slider article.slider .project .video .mute-toggle svg {
  width: 20px;
  height: 14px;
}
section.hero-slider article.slider .project .video .mute-toggle svg .fill {
  fill: #a6a6a6;
}
section.hero-slider article.slider .project .video .mute-toggle svg .sound {
  display: none;
}
section.hero-slider article.slider .project .video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.hero-slider article.slider .project .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero-slider article.slider .project .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-slider article.slider .project .project-info {
  padding: 15px 20px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
}
section.hero-slider article.slider.dark-pagination ul.slider-pagination li {
  border-color: #000;
}
section.hero-slider article.slider.dark-pagination ul.slider-pagination li.active {
  background: #000;
}
section.hero-slider article.slider.light-pagination ul.slider-pagination li {
  border-color: #a6a6a6;
}
section.hero-slider article.slider.light-pagination ul.slider-pagination li.active {
  background: #a6a6a6;
}
section.hero-slider article.slider.white-pagination ul.slider-pagination li {
  border-color: #fff;
}
section.hero-slider article.slider.white-pagination ul.slider-pagination li.active {
  background: #fff;
}
section.hero-slider article.slider ul.slider-pagination {
  height: 6px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  z-index: 3;
}
section.hero-slider article.slider ul.slider-pagination.hide {
  opacity: 0;
}
section.hero-slider article.slider ul.slider-pagination li {
  width: 6px;
  height: 6px;
  border: 1px solid #a6a6a6;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}
section.hero-slider article.slider ul.slider-pagination li.active {
  background: #a6a6a6;
}
section.hero-slider article.slider ul.slider-pagination li:last-of-type {
  margin-right: 0px;
}
section.hero-slider article.scroll-indicator {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}
section.hero-slider article.scroll-indicator .indicator {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 560px) {
  section.hero-slider {
    padding: 0 0 70px;
    margin-bottom: 0px;
  }
  section.hero-slider article.slider .project {
    padding: 0;
  }
  section.hero-slider article.slider .project .project-info {
    left: 0;
  }
  section.hero-slider article.slider .project .project-info p {
    display: none;
  }
  section.hero-slider article.slider ul.slider-pagination {
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  section.hero-slider article.scroll-indicator {
    height: 70px;
  }
}
section.project-navigation article {
  height: 70px;
}
section.project-navigation article .prev {
  align-self: flex-start;
}
section.project-navigation article .prev svg {
  margin-right: 14px;
}
section.project-navigation article .next {
  align-self: flex-end;
}
section.project-navigation article .next svg {
  margin-left: 14px;
}
section.project-navigation article a {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #a6a6a6;
  transition: color 0.2s ease;
  padding: 25px 0;
}
section.project-navigation article a:hover {
  color: #fff;
}
section.project-navigation article a:hover svg .fill {
  fill: #fff;
}
section.project-navigation article a svg {
  height: 14px;
  margin-top: 3px;
}
section.project-navigation article a svg .fill {
  transition: fill 0.2s ease;
  fill: #a6a6a6;
}

@media only screen and (max-width: 560px) {
  section.project-navigation article {
    padding: 0 20px;
  }
  section.project-navigation article a svg {
    margin-top: 5px;
  }
}
section.password {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
section.password article {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 120px 40px;
}
section.password article form {
  width: 100%;
  max-width: 414px;
}
section.password article form p {
  color: #a6a6a6;
  margin-bottom: 50px;
}
section.password article form .password-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.password article form .password-wrapper button[type=submit] {
  height: 30px;
  border: 1px solid #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 14px;
  transition: color 0.2s ease, border-color 0.2s ease;
  margin-left: 8px;
  outline: none;
}
section.password article form .password-wrapper button[type=submit]:hover, section.password article form .password-wrapper button[type=submit]:focus {
  color: #fff;
  border-color: #fff;
}
section.password article form .password-wrapper .password-field {
  width: 0px;
  flex-grow: 1;
  position: relative;
}
section.password article form .password-wrapper .password-field.visible button svg .visible {
  display: block;
}
section.password article form .password-wrapper .password-field.visible button svg .hidden {
  display: none;
}
section.password article form .password-wrapper .password-field button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}
section.password article form .password-wrapper .password-field button svg {
  width: 100%;
  height: 100%;
}
section.password article form .password-wrapper .password-field button svg .visible {
  display: none;
}
section.password article form .password-wrapper .password-field input {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-indent: 8px;
  color: #a6a6a6;
  padding-right: 30px;
}

@media only screen and (max-width: 560px) {
  section.password {
    flex-grow: 0;
    height: 100%;
  }
  section.password article {
    padding: 80px 30px;
  }
  section.password article form p {
    margin-bottom: 40px;
  }
  section.password article form .password-wrapper button[type=submit] {
    height: 38px;
    font-size: 18px;
  }
  section.password article form .password-wrapper .password-field button {
    width: 38px;
    height: 38px;
  }
  section.password article form .password-wrapper .password-field input {
    height: 38px;
    font-size: 18px;
    text-indent: 16px;
    padding-right: 38px;
  }
}
body.animations-enabled .text-columns .column h1, body.animations-enabled .text-columns .column h2, body.animations-enabled .text-columns .column h6, body.animations-enabled .text-columns .column p, body.animations-enabled .text-columns .column li, body.animations-enabled .text-columns .column img {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.animations-enabled .text-columns .column h1.show, body.animations-enabled .text-columns .column h2.show, body.animations-enabled .text-columns .column h6.show, body.animations-enabled .text-columns .column p.show, body.animations-enabled .text-columns .column li.show, body.animations-enabled .text-columns .column img.show {
  opacity: 1;
}
body.animations-enabled .text-columns .column p, body.animations-enabled .text-columns .column li, body.animations-enabled .text-columns .column img {
  transform: translate3d(0px, 10px, 0px);
}
body.animations-enabled .text-columns .column p.show, body.animations-enabled .text-columns .column li.show, body.animations-enabled .text-columns .column img.show {
  transform: translate3d(0px, 0px, 0px);
}
body.animations-enabled .text-columns .column h1, body.animations-enabled .text-columns .column h2, body.animations-enabled .text-columns .column h6 {
  transform: translate(-50%, 0) translate3d(0px, 10px, 0px);
}
body.animations-enabled .text-columns .column h1.show, body.animations-enabled .text-columns .column h2.show, body.animations-enabled .text-columns .column h6.show {
  transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
}
body.animations-enabled .text-columns .column.border:before {
  width: 0;
  transition: width 0.8s ease;
}
body.animations-enabled .text-columns .column.show.border:before {
  width: 175px;
}

.text-columns {
  width: 100%;
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.text-columns.center-columns {
  justify-content: center;
}
.text-columns.padding-top-full {
  padding-top: 112px;
}
.text-columns.padding-top-half {
  padding-top: 54px;
}
.text-columns.padding-bottom-full {
  padding-bottom: 112px;
}
.text-columns.padding-bottom-half {
  padding-bottom: 54px;
}
.text-columns.wide-gap {
  padding-left: 0px;
  padding-right: 0px;
}
.text-columns.wide-gap .column {
  padding: 0 45px;
}
.text-columns .column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 17.5px;
}
.text-columns .column.full {
  width: 100%;
}
.text-columns .column.two-thirds {
  width: 66.6666%;
}
.text-columns .column.half {
  width: 50%;
}
.text-columns .column.one-third {
  width: 33.3333%;
}
.text-columns .column.center.border:before {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.text-columns .column h1, .text-columns .column h2, .text-columns .column h6, .text-columns .column p {
  width: 100%;
}
.text-columns .column h1, .text-columns .column h2, .text-columns .column h6 {
  max-width: 820px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.text-columns .column h1 a, .text-columns .column h2 a, .text-columns .column h6 a {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.text-columns .column h1 a:hover, .text-columns .column h2 a:hover, .text-columns .column h6 a:hover {
  color: #fff;
}
.text-columns .column.border:before {
  content: "";
  width: 175px;
  height: 1px;
  background: #404040;
  display: block;
  margin-bottom: 30px;
}
.text-columns .column ul li {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.text-columns .column ul li:first-child {
  margin-top: 0px;
}
.text-columns .column h2:not(:first-child) {
  margin-top: 8px;
}
.text-columns .column h6 {
  margin-bottom: 8px;
}
.text-columns .column h6:last-child {
  margin-bottom: 0px;
}
.text-columns .column p:not(:last-of-type):not(:empty) {
  margin-bottom: 20px;
}
.text-columns .column img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .text-columns .column.two-thirds, .text-columns .column.half, .text-columns .column.one-third {
    width: 50%;
  }
  .text-columns .column:nth-child(3) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 560px) {
  .text-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-columns.center-columns .column.border:before {
    left: auto;
    transform: none;
  }
  .text-columns.padding-top-full {
    padding-top: 80px;
  }
  .text-columns.padding-top-half {
    padding-top: 48px;
  }
  .text-columns.padding-bottom-full {
    padding-bottom: 80px;
  }
  .text-columns.padding-bottom-half {
    padding-bottom: 48px;
  }
  .text-columns.wide-gap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-columns.wide-gap .column {
    padding: 0;
  }
  .text-columns .column {
    width: 100%;
    padding: 0 15px;
  }
  .text-columns .column:not(:first-child) {
    margin-top: 45px;
  }
  .text-columns .column.full, .text-columns .column.two-thirds, .text-columns .column.half, .text-columns .column.one-third {
    width: 100%;
  }
  .text-columns .column h1:not(:first-child),
  .text-columns .column h2:not(:first-child) {
    margin-top: 12px;
  }
  .text-columns .column p {
    text-align: left !important;
  }
  .text-columns .column.border:before {
    margin-bottom: 48px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .text-columns .column ul li {
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    line-height: 23px;
  }
  .text-columns .column ul li:first-child {
    margin-top: 0px;
  }
  .text-columns .column h6 {
    margin-bottom: 12px;
  }
  .text-columns .column h6:last-child {
    margin-bottom: 0px;
  }
}
body.animations-enabled .emblem-grid ul.emblem-grid-list li {
  opacity: 0;
  transform: translate3d(0px, 20px, 0px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body.animations-enabled .emblem-grid ul.emblem-grid-list li.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.emblem-grid {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.emblem-grid.padding-top-full {
  padding-top: 94px;
}
.emblem-grid.padding-top-half {
  padding-top: 54px;
}
.emblem-grid.padding-bottom-full {
  padding-bottom: 94px;
}
.emblem-grid.padding-bottom-half {
  padding-bottom: 54px;
}
.emblem-grid.six-columns {
  max-width: 1140px;
}
.emblem-grid.six-columns ul.emblem-grid-list li {
  width: 16.6666%;
}
.emblem-grid.five-columns {
  max-width: 965px;
}
.emblem-grid.five-columns ul.emblem-grid-list li {
  width: 20%;
}
.emblem-grid.four-columns {
  max-width: 790px;
}
.emblem-grid.four-columns ul.emblem-grid-list li {
  width: 25%;
}
.emblem-grid.three-columns {
  max-width: 615px;
}
.emblem-grid.three-columns ul.emblem-grid-list li {
  width: 33.3333%;
}
.emblem-grid.two-columns {
  max-width: 440px;
}
.emblem-grid.two-columns ul.emblem-grid-list li {
  width: 50%;
}
.emblem-grid ul.emblem-grid-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.emblem-grid ul.emblem-grid-list li {
  position: relative;
}
.emblem-grid ul.emblem-grid-list li img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .emblem-grid.six-columns, .emblem-grid.five-columns {
    max-width: 615px;
  }
  .emblem-grid.six-columns ul.emblem-grid-list li, .emblem-grid.five-columns ul.emblem-grid-list li {
    width: 33.3333%;
  }
  .emblem-grid.four-columns, .emblem-grid.three-columns, .emblem-grid.two-columns {
    max-width: 440px;
  }
  .emblem-grid.four-columns ul.emblem-grid-list li, .emblem-grid.three-columns ul.emblem-grid-list li, .emblem-grid.two-columns ul.emblem-grid-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .emblem-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .emblem-grid.padding-top-full {
    padding-top: 94px;
  }
  .emblem-grid.padding-top-half {
    padding-top: 48px;
  }
  .emblem-grid.padding-bottom-full {
    padding-bottom: 94px;
  }
  .emblem-grid.padding-bottom-half {
    padding-bottom: 48px;
  }
  .emblem-grid ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.six-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.five-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.four-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.three-columns ul.emblem-grid-list li {
    width: 50%;
  }
}
body.animations-enabled .media-row img,
body.animations-enabled .media-row .video-wrapper {
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.animations-enabled .media-row img.show,
body.animations-enabled .media-row .video-wrapper.show {
  opacity: 1;
}

.media-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.media-row.two img,
.media-row.two .video-wrapper {
  width: 50%;
}
.media-row.three img,
.media-row.three .video-wrapper {
  width: 33.3333%;
}
.media-row img {
  width: 100%;
}
.media-row .video-wrapper {
  width: 100%;
}
.media-row .video-wrapper .video-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.media-row .video-wrapper .video-outer .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.media-row .video-wrapper .video-outer .mute-toggle.sound svg .sound {
  display: block;
}
.media-row .video-wrapper .video-outer .mute-toggle.sound svg .mute {
  display: none;
}
.media-row .video-wrapper .video-outer .mute-toggle svg {
  width: 20px;
  height: 14px;
}
.media-row .video-wrapper .video-outer .mute-toggle svg .fill {
  fill: #a6a6a6;
}
.media-row .video-wrapper .video-outer .mute-toggle svg .sound {
  display: none;
}
.media-row .video-wrapper .video-outer video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 560px) {
  .media-row.two img, .media-row.two .video-wrapper {
    width: 100%;
  }
  .media-row.three img, .media-row.three .video-wrapper {
    width: 100%;
  }
}
body.animations-enabled .project-grid .project {
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.animations-enabled .project-grid .project.show {
  opacity: 1;
}
body.animations-enabled .project-grid .project.show a .image {
  transform: scale(1);
}
body.animations-enabled .project-grid .project a .image {
  transition: transform 0.8s ease;
  transform: scale(1.05);
}

.project-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.project-grid .project-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.project-grid .project-group .project-pair {
  width: 33.333%;
}
.project-grid .project-group .project-pair .project {
  width: 100%;
}
.project-grid .project-group .project.large {
  width: 66.666%;
}
.project-grid .project {
  width: 33.333%;
  overflow: hidden;
}
.project-grid .project a {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  display: flex;
}
.project-grid .project a:hover .info {
  opacity: 1;
}
.project-grid .project a:hover .info p {
  transform: scale(1);
}
.project-grid .project a .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-grid .project a .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-grid .project a .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-grid .project a .info p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 900px) {
  .project-grid.stylize .project.big {
    width: 100%;
  }
  .project-grid .project {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .project-grid .project {
    width: 100%;
  }
  .project-grid .project-group .project-pair {
    width: 100%;
  }
  .project-grid .project-group .project.large {
    width: 100%;
  }
}
body.animations-enabled .logo-grid .logo {
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.animations-enabled .logo-grid .logo.show {
  opacity: 1;
}

.logo-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.logo-grid .logo-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1a1a1a;
}
.logo-grid .logo-group:last-child {
  border-bottom: 0px;
}
.logo-grid .logo-group > .logo:not(.large) {
  border-right: 1px solid #1a1a1a;
}
.logo-grid .logo-group > .logo:not(.large):last-child {
  border-right: 0px;
}
.logo-grid .logo-group .logo-pair {
  width: 33.333%;
}
.logo-grid .logo-group .logo-pair .logo {
  width: 100%;
}
.logo-grid .logo-group .logo-pair .logo:last-child {
  border-top: 1px solid #1a1a1a;
}
.logo-grid .logo-group .logo.large {
  width: 66.666%;
}
.logo-grid .logo-group .logo.large:first-child {
  border-right: 1px solid #1a1a1a;
}
.logo-grid .logo-group .logo.large:last-child {
  border-left: 1px solid #1a1a1a;
}
.logo-grid .logo {
  width: 33.333%;
}
.logo-grid .logo .inner {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  display: flex;
}
.logo-grid .logo .inner .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease;
  overflow: hidden;
}
.logo-grid .logo .inner .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-grid .logo .inner .image .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.logo-grid .logo .inner .image .mute-toggle.sound svg .sound {
  display: block;
}
.logo-grid .logo .inner .image .mute-toggle.sound svg .mute {
  display: none;
}
.logo-grid .logo .inner .image .mute-toggle svg {
  width: 20px;
  height: 14px;
}
.logo-grid .logo .inner .image .mute-toggle svg .fill {
  fill: #a6a6a6;
}
.logo-grid .logo .inner .image .mute-toggle svg .sound {
  display: none;
}
.logo-grid .logo .inner .image.color {
  z-index: 2;
  opacity: 0;
}
.logo-grid .logo .inner .image.color .color-image {
  width: 100%;
  height: 100%;
}
.logo-grid .logo .inner .image.color .color-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-grid .logo .inner .image.color video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 901px) {
  .logo-grid .logo .inner:hover .image.color {
    opacity: 1;
  }
  .logo-grid .logo .inner:hover .image.bnw {
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) {
  .logo-grid .logo {
    width: 50%;
  }
  .logo-grid .logo .inner.hover .image.color {
    opacity: 1;
  }
  .logo-grid .logo .inner.hover .image.bnw {
    opacity: 0;
  }
  .logo-grid .logo.big {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .logo-grid .logo {
    border-bottom: 1px solid #1a1a1a;
  }
  .logo-grid .logo:last-child {
    border-bottom: 0px;
  }
  .logo-grid .logo:nth-last-child(2):not(.big) {
    border-bottom: 0px;
  }
  .logo-grid .logo.right {
    border-left: 1px solid #1a1a1a;
  }
}
@media only screen and (max-width: 560px) {
  .logo-grid .logo {
    width: 100%;
  }
  .logo-grid .logo-group {
    border-bottom: 0px;
  }
  .logo-grid .logo-group .logo-pair {
    width: 100%;
  }
  .logo-grid .logo-group .logo-pair .logo:last-child {
    border-top: 0px;
  }
  .logo-grid .logo-group .logo.large {
    width: 100%;
  }
  .logo-grid .logo-group .logo.large:first-child {
    border-right: 0px;
  }
  .logo-grid .logo-group .logo.large:last-child {
    border-left: 0px;
  }
}
.impact-grid {
  width: 100%;
  display: grid;
}
@media only screen and (min-width: 901px) {
  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
}
@media only screen and (min-width: 561px) and (max-width: 900px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 30px;
  }
}
.impact-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #262626;
  color: #fff;
  padding: 23px;
  grid-column: span 1;
  grid-row: span 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translate3d(0px, 10px, 0px);
}
.impact-grid__item.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 900px) {
  .impact-grid__item {
    aspect-ratio: 5/3;
  }
}
.impact-grid__item:hover .impact-grid__item-overlay {
  opacity: 1;
  transform: scale(1);
}
.impact-grid__item:hover .impact-heading {
  opacity: 0;
  transform: translate3d(-1px, -10.5px, 0px);
}
@media only screen and (max-width: 900px) {
  .impact-grid__item:hover .impact-heading {
    transform: translate3d(-2px, -12px, 0);
  }
}
.impact-grid__item:hover .impact-grid__item-logo {
  opacity: 0;
  transform: translate3d(0px, -7px, 0px);
}
.impact-grid__item:hover .impact-grid__item-details {
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
}
@media only screen and (min-width: 561px) and (max-width: 900px) {
  .impact-grid__item:hover .impact-grid__item-details {
    transform: translate3d(0px, 10px, 0);
  }
}
@media only screen and (max-width: 560px) {
  .impact-grid__item:hover .impact-grid__item-details {
    transform: translate3d(0px, 10px, 0);
  }
}
@media only screen and (min-width: 901px) {
  .impact-grid__item.highlighted {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 5/3;
  }
  .impact-grid__item.highlighted:hover .impact-heading {
    opacity: 0;
    transform: translate3d(-3px, -19px, 0px);
  }
  .impact-grid__item.highlighted:hover .impact-grid__item-logo {
    opacity: 0;
    transform: translate3d(0px, -10px, 0px);
  }
  .impact-grid__item.highlighted:hover .impact-grid__item-details {
    opacity: 0;
    transform: translate3d(0px, 10px, 0px);
  }
  .impact-grid__item.highlighted .impact-heading {
    font-size: 64px;
    font-weight: 100;
    transform: translate3d(-3px, -9px, 0);
  }
  .impact-grid__item.highlighted .impact-underline {
    font-size: 14px;
    line-height: 17px;
  }
  .impact-grid__item.highlighted .impact-grid__item-details {
    max-width: 310px;
  }
  .impact-grid__item.highlighted .impact-grid__item-logo {
    width: 229px;
  }
}
.impact-grid__item .impact-heading {
  font-size: 26px;
  line-height: 26px;
  font-weight: 200;
  line-height: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(-1px, -3.5px, 0);
}
@media only screen and (max-width: 900px) {
  .impact-grid__item .impact-heading {
    font-size: 42px;
    line-height: 42px;
    font-weight: 100;
    transform: translate3d(-2px, -5px, 0);
  }
}
@media only screen and (max-width: 560px) {
  .impact-grid__item .impact-heading {
    font-size: 32px;
    line-height: 32px;
    transform: translate3d(-1px, -4px, 0);
  }
}
.impact-grid__item .impact-underline {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  min-height: auto;
}
@media only screen and (max-width: 560px) {
  .impact-grid__item .impact-underline {
    font-size: 16px;
    line-height: 20px;
  }
}
.impact-grid__item-logo {
  width: 91px;
  height: auto;
  position: absolute;
  top: 23px;
  right: 23px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .impact-grid__item-logo {
    width: 150px;
  }
}
@media only screen and (max-width: 560px) {
  .impact-grid__item-logo {
    width: auto;
    height: 46px;
  }
}
.impact-grid__item-details {
  width: 100%;
  max-width: 275px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #A6A6A6;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(0px, 3px, 0);
}
@media only screen and (min-width: 561px) and (max-width: 900px) {
  .impact-grid__item-details {
    transform: translate3d(0px, 3px, 0);
  }
}
@media only screen and (max-width: 560px) {
  .impact-grid__item-details {
    transform: translate3d(0px, 3px, 0);
  }
}
.impact-grid__item-details .heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.impact-grid__item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(1.012);
  -o-object-fit: cover;
     object-fit: cover;
}

.capability-matrix {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .capability-matrix {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 560px) {
  .capability-matrix {
    padding-left: 0;
  }
}
.capability-matrix.padding-top-full {
  padding-top: 120px;
}
.capability-matrix.padding-top-half {
  padding-top: 60px;
}
.capability-matrix.padding-bottom-full {
  padding-bottom: 120px;
}
.capability-matrix.padding-bottom-half {
  padding-bottom: 60px;
}
.capability-matrix__column {
  width: 208px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .capability-matrix__column {
    width: 160px;
  }
}
@media only screen and (max-width: 560px) {
  .capability-matrix__column {
    display: none;
  }
}
.capability-matrix__column.show:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.capability-matrix__column:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #a6a6a6;
  position: absolute;
  top: -16px;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .capability-matrix__column:before {
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    top: -13px;
  }
}
.capability-matrix__column li {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .capability-matrix__column li {
    font-size: 14px;
    line-height: 30px;
  }
}
.capability-matrix__column li.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.capability-matrix__graphic {
  width: 100%;
  max-width: 446px;
  aspect-ratio: 1/1;
  position: relative;
  margin-right: 50px;
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .capability-matrix__graphic {
    max-width: 370px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 560px) {
  .capability-matrix__graphic {
    max-width: 370px;
    margin-right: 0;
  }
}
.capability-matrix__graphic-image {
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(0, 20px, 0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media only screen and (max-width: 900px) {
  .capability-matrix__graphic-image {
    height: 26px;
  }
}
.capability-matrix__graphic-image.show {
  opacity: 1;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
}
.capability-matrix__graphic .matrix-graphic {
  width: 100%;
  position: relative;
  z-index: 1;
}
.capability-matrix__graphic .matrix-graphic .matrix-circle {
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  opacity: 0;
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.show {
  opacity: 1;
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.show.circle-angle-left, .capability-matrix__graphic .matrix-graphic .matrix-circle.show.circle-angle-right, .capability-matrix__graphic .matrix-graphic .matrix-circle.show.circle-vertical-left, .capability-matrix__graphic .matrix-graphic .matrix-circle.show.circle-vertical-right, .capability-matrix__graphic .matrix-graphic .matrix-circle.show.circle-horizontal {
  transform: translate3d(0, 0, 0);
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.circle-angle-left {
  transform: translate3d(20px, 0, 0);
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.circle-angle-right {
  transform: translate3d(-20px, 0, 0);
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.circle-vertical-left {
  transform: translate3d(20px, 0, 0);
}
.capability-matrix__graphic .matrix-graphic .matrix-circle.circle-vertical-right {
  transform: translate3d(-20px, 0, 0);
}

.randomized-image-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 560px) {
  .randomized-image-gallery {
    grid-template-columns: 1fr;
  }
}
.randomized-image-gallery.padding-top-full {
  padding-top: 94px;
}
.randomized-image-gallery.padding-top-half {
  padding-top: 54px;
}
.randomized-image-gallery.padding-bottom-full {
  padding-bottom: 94px;
}
.randomized-image-gallery.padding-bottom-half {
  padding-bottom: 54px;
}
.randomized-image-gallery__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.randomized-image-gallery__image.show img {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 560px) {
  .randomized-image-gallery__image.second {
    display: none;
  }
}
.randomized-image-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.team-grid {
  width: 100%;
  max-width: 1090px;
  padding-left: 45px;
  padding-right: 45px;
}
.team-grid.padding-top-full {
  padding-top: 94px;
}
.team-grid.padding-top-half {
  padding-top: 54px;
}
.team-grid.padding-bottom-full {
  padding-bottom: 94px;
}
.team-grid.padding-bottom-half {
  padding-bottom: 54px;
}
@media only screen and (max-width: 560px) {
  .team-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.team-grid .core-team-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.team-grid .core-team-wrapper hr {
  width: 100%;
  height: 1px;
  background: #404040;
  margin: 0 0 32px;
  border: none;
  transition: width 0.8s ease;
  width: 0;
}
.team-grid .core-team-wrapper hr.show {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .team-grid .core-team-wrapper hr {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid .core-team-wrapper hr {
    margin: 0 0 24px;
  }
}
.team-grid .core-team-wrapper .core-team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
}
@media only screen and (max-width: 900px) {
  .team-grid .core-team-wrapper .core-team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  .team-grid .core-team-wrapper .core-team {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-grid .core-team-wrapper .core-team__member {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translate3d(0px, 20px, 0px);
}
.team-grid .core-team-wrapper .core-team__member.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.team-grid .core-team-wrapper .core-team__member:hover img {
  filter: grayscale(0%);
}
.team-grid .core-team-wrapper .core-team__member p {
  font-size: 14px;
  line-height: 20px;
  min-height: auto;
}
@media only screen and (max-width: 560px) {
  .team-grid .core-team-wrapper .core-team__member p {
    font-size: 16px;
  }
}
.team-grid .core-team-wrapper .core-team__member img {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  margin: 0 0 24px;
}
.team-grid .core-team-wrapper .core-team__member button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: #A6A6A6;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 8px 0;
  text-align: left;
  font-family: "Stitzlein Sans v10", sans-serif;
}
.team-grid .core-team-wrapper .core-team__member button:hover {
  color: #fff;
}
@media only screen and (max-width: 560px) {
  .team-grid .core-team-wrapper .core-team__member button {
    font-size: 16px;
  }
}
.team-grid .collaborators-team-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 900px) {
  .team-grid .collaborators-team-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid .collaborators-team-wrapper {
    row-gap: 28px;
  }
}
.team-grid .collaborators-team-wrapper h4 {
  grid-column: span 4;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translate3d(0px, 20px, 0px);
}
.team-grid .collaborators-team-wrapper h4.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 900px) {
  .team-grid .collaborators-team-wrapper h4 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid .collaborators-team-wrapper h4 {
    grid-column: span 2;
    font-size: 16px;
  }
}
.team-grid .collaborators-team-wrapper .collaborators-team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
}
@media only screen and (max-width: 900px) {
  .team-grid .collaborators-team-wrapper .collaborators-team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  .team-grid .collaborators-team-wrapper .collaborators-team {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-grid .collaborators-team-wrapper .collaborators-team__member {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translate3d(0px, 20px, 0px);
}
.team-grid .collaborators-team-wrapper .collaborators-team__member.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.team-grid .collaborators-team-wrapper .collaborators-team__member:hover img {
  filter: grayscale(0%);
}
.team-grid .collaborators-team-wrapper .collaborators-team__member p {
  font-size: 14px;
  line-height: 20px;
  min-height: auto;
}
@media only screen and (max-width: 560px) {
  .team-grid .collaborators-team-wrapper .collaborators-team__member p {
    font-size: 16px;
  }
}
.team-grid .collaborators-team-wrapper .collaborators-team__member img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  margin: 0 0 26px;
}

@starting-style {
  .team-grid-dialog[open] {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes dialog-close {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes dialog-open {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes dialog-modal-close {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 20px, 0px);
  }
}
@keyframes dialog-modal-open {
  from {
    transform: translate3d(0px, 20px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}
.team-grid-dialog {
  width: 100vw;
  height: 100vh;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  max-height: 100dvh;
  background: rgba(0, 0, 0, 0.75);
  color: #1A1A1A;
  overflow: scroll;
  animation: dialog-close 0.3s ease forwards;
}
.team-grid-dialog[open] {
  animation: dialog-open 0.3s ease forwards;
}
.team-grid-dialog[open] .team-grid-modal {
  animation: dialog-modal-open 0.3s ease forwards;
}
.team-grid-dialog__wrapper {
  width: 100%;
  min-height: 100%;
  padding: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog__wrapper {
    padding: 30px;
  }
}
.team-grid-dialog__wrapper-content {
  width: 100%;
  max-width: 1000px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.team-grid-dialog__close {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #A6A6A6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
}
.team-grid-dialog__close:hover {
  color: #fff;
}
.team-grid-dialog .team-grid-modal {
  width: 100%;
  flex-shrink: 0;
  background: #EBEBEB;
  min-height: 200px;
  padding: 30px;
  animation: dialog-modal-close 0.3s ease forwards;
}
.team-grid-dialog .team-grid-modal__details {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.team-grid-dialog .team-grid-modal__details img {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 91/106;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) and (min-height: 561px) {
  .team-grid-dialog .team-grid-modal__details img {
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details img {
    grid-row: auto;
    aspect-ratio: 1/1;
  }
}
.team-grid-dialog .team-grid-modal__details-mobile-content {
  display: none;
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-mobile-content {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #404040;
    padding: 19px 0 0;
    grid-column: 2/3;
  }
  .team-grid-dialog .team-grid-modal__details-mobile-content h3, .team-grid-dialog .team-grid-modal__details-mobile-content h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.team-grid-dialog .team-grid-modal__details-content {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 20px 0 0 0;
  border-top: 1px solid #404040;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) and (min-height: 561px) {
  .team-grid-dialog .team-grid-modal__details-content {
    grid-row: 1/4;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-content {
    grid-column: 1/3;
    grid-row: auto;
    border-top: 0px;
    padding: 0;
  }
}
.team-grid-dialog .team-grid-modal__details-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-content h3 {
    display: none;
  }
}
.team-grid-dialog .team-grid-modal__details-content h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-content h6 {
    display: none;
  }
}
.team-grid-dialog .team-grid-modal__details-content p {
  width: 100%;
  max-width: 410px;
  margin: 17px 0 0;
  color: #404040;
  white-space: pre-line;
}
@media only screen and (max-width: 900px) {
  .team-grid-dialog .team-grid-modal__details-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-content p {
    margin: 0;
    font-size: 16px;
  }
}
.team-grid-dialog .team-grid-modal__details-social {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 900px) and (min-height: 561px) {
  .team-grid-dialog .team-grid-modal__details-social {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__details-social {
    display: none;
  }
}
.team-grid-dialog .team-grid-modal__details-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #F7F7F7;
  color: #1A1A1A;
}
.team-grid-dialog .team-grid-modal__details-social a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.team-grid-dialog .team-grid-modal__news {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #404040;
  padding: 30px 0 0;
  margin: 34px 0 0;
}
@media only screen and (max-width: 560px) {
  .team-grid-dialog .team-grid-modal__news {
    display: none;
  }
}
.team-grid-dialog .team-grid-modal__news-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
.team-grid-dialog .team-grid-modal__news-grid-item {
  grid-column: span 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.team-grid-dialog .team-grid-modal__news-grid-item img {
  width: 73px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.team-grid-dialog .team-grid-modal__news-grid-item-content {
  width: 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translate3d(0, -4px, 0);
}
.team-grid-dialog .team-grid-modal__news-grid-item-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.team-grid-dialog .team-grid-modal__news-grid-item-content p.learn-more-link {
  color: #6C6C6C;
  text-decoration: none;
  transition: color 0.3s ease;
}
.team-grid-dialog .team-grid-modal__news-grid-item-content p.learn-more-link:hover {
  color: #1A1A1A;
}