* {
  box-sizing: border-box;
  font-variant-ligatures: none;
}
html {
  scroll-behavior: smooth;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
hr,
fieldset,
legend,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: inside decimal;
}
q:before,
q:after {
  display: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
form,
fieldset {
  margin: 0;
  border: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
  display: block;
}
address {
  font-style: normal;
}
body {
  font-family: "Arial", sans-serif;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2352941176;
}
@media screen and (max-width: 959px) {
  body {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
  }
}
h1,
.h1 {
  font-weight: 600;
  font-size: 110px;
  line-height: 0.9090909091;
  letter-spacing: -0.0136363636em;
}
@media screen and (max-width: 959px) {
  h1,
  .h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 0.96;
  }
}
h2,
.h2 {
  font-weight: 600;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.0111111111em;
}
@media screen and (max-width: 959px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
h3,
.h3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  h3,
  .h3 {
    font-weight: 600;
    font-size: 32px;
  }
}
h4,
.h4 {
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
}
h5,
.h5 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.0869565217;
}
h6,
.h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
button,
.button,
.wpcf7-submit,
.post-password-form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.7647058824;
  vertical-align: middle;
  padding: 10px 45px;
  border: 1px solid transparent;
  background: #000;
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
}
button[class="button"]:hover,
.loadMore:hover,
.wpcf7-submit:hover,
.post-password-form__submit:hover {
  outline: none;
  color: #000;
  background: #fff;
  border-color: #000;
}
.link--slide {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2352941176;
  display: table;
  padding-left: 34px;
  position: relative;
  transition: 0.4s all ease;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.link--slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 0;
  width: 24px;
  transition: 0.4s all ease;
  pointer-events: none;
  height: 14px;
  width: 21px;
  background-image: url("../svg/pre-arrow.svg");
}
@media (hover: hover) {
  .link--slide:hover,
  .link--slide:focus,
  a:hover .link--slide,
  a:focus .link--slide {
    padding-left: 0;
    padding-right: 34px;
  }
}
@media (hover: hover) and (min-width: 960px) {
  .link--slide:focus::before,
  .link--slide:hover::before,
  a:hover .link--slide::before,
  a:focus .link--slide::before {
    left: 100%;
    top: 2px;
    border-top: none;
    margin-left: -24px;
    background-image: url("../svg/arrow.svg");
    display: block;
  }
}
@media (max-width: 960px), (hover: none) {
  .link--slide {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    padding-left: 0;
  }
  .link--slide::before {
    display: none;
  }
  .link--slide::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    background: url("../svg/arrow.svg");
    margin-left: 10px;
  }
}
.link--underline {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.link--caps {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.link--caps:hover,
.link--caps:focus {
  border-bottom: 1px solid #000;
}
.button--primary {
  position: relative;
  transition: 0.4s all ease;
  padding: 10px 45px 10px 45px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .button--primary {
    padding-left: 15px;
  }
}
.button--primary * {
  pointer-events: none;
}
.button--primary::before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 21px;
  top: 17px;
  left: 15px;
  filter: invert(1);
  transition: 0.4s all ease;
  pointer-events: none;
  background-image: url("../svg/pre-arrow.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .button--primary::before {
    left: 100%;
    border-top: none;
    margin-left: -36px;
    background-image: url("../svg/arrow.svg");
  }
}
@media (hover: hover) {
  .button--primary:hover,
  .button--primary:focus,
  a:hover .button--primary,
  a:focus .button--primary {
    padding: 10px 75px 10px 15px;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .button--primary:hover::before,
  .button--primary:focus::before,
  a:hover .button--primary::before,
  a:focus .button--primary::before {
    left: 100%;
    border-top: none;
    margin-left: -36px;
    background-image: url("../svg/arrow.svg");
    display: block;
  }
}
.button--inverted {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.button--inverted .button-arrow,
.button--inverted::before {
  filter: none;
}
@media (min-width: 960px) and (hover: hover) {
  .button--inverted {
    background: transparent;
    color: #fff;
  }
  .button--inverted .button-arrow,
  .button--inverted::before {
    filter: invert(1);
  }
  .button--inverted:hover,
  .button--inverted:focus,
  a:hover .button--inverted,
  a:focus .button--inverted {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  .button--inverted:hover .button-arrow,
  .button--inverted:hover::before,
  .button--inverted:focus .button-arrow,
  .button--inverted:focus::before,
  a:hover .button--inverted .button-arrow,
  a:hover .button--inverted::before,
  a:focus .button--inverted .button-arrow,
  a:focus .button--inverted::before {
    filter: none;
  }
}
.button--white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.button--white .button-arrow,
.button--white::before {
  filter: none;
}
@media (min-width: 960px) and (hover: hover) {
  .button--white {
    color: #000;
  }
  .button--white:hover,
  .button--white:focus,
  a:hover .button--white,
  a:focus .button--white {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  .button--white:hover .button-arrow,
  .button--white:hover::before,
  .button--white:focus .button-arrow,
  .button--white:focus::before,
  a:hover .button--white .button-arrow,
  a:hover .button--white::before,
  a:focus .button--white .button-arrow,
  a:focus .button--white::before {
    filter: none;
  }
}
.button-close {
  width: 50px;
  height: 50px;
  position: relative;
  padding: 25px;
  cursor: pointer;
}
.button-close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url("../svg/close.svg");
}
.button-close:hover,
.button-close:focus {
  background: #fff;
}
.button-close:hover::before,
.button-close:focus::before {
  filter: invert(1);
}
.button--download {
  background-image: url("../img/icon-download-white.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 10px 60px 10px 20px;
  display: table;
}
.button--grow {
  display: inline-flex;
  height: 48px;
  min-width: 48px;
  background-color: transparent;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border: 1px solid;
}
.button--grow .button-arrow {
  display: none !important;
}
.button--grow * {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .button--grow {
    filter: invert(1);
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding-left: 12px;
    padding-right: 48px;
  }
  .button--grow.button--inverted {
    background-color: transparent;
    border-color: #000;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  .button--grow {
    transition: 0.4s width, 0.4s background-position;
    padding: 0;
    color: #000;
    border-color: #000;
    filter: none;
    background-position: left 12px center;
  }
  .button--grow .button-text {
    overflow: hidden;
    max-width: 0;
    white-space: nowrap;
    position: relative;
    left: 14px;
    display: block;
    transition: 0.4s all;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    padding-right: 44px;
  }
  .button--grow:hover,
  a:hover .button--grow,
  .button--grow:focus,
  a:focus .button--grow {
    background-color: #fff;
    filter: invert(1);
    background-position: right 12px center;
  }
  .button--grow:hover .button-text,
  a:hover .button--grow .button-text,
  .button--grow:focus .button-text,
  a:focus .button--grow .button-text {
    max-width: 25ch;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    padding-right: 72px;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  .button--grow.button--inverted {
    border-color: #fff;
    background-image: url("../svg/arrow-white.svg");
    background-repeat: no-repeat;
  }
  .button--grow.button--inverted:hover,
  .button--grow.button--inverted:focus,
  a:hover .button--grow.button--inverted,
  a:focus .button--grow.button--inverted {
    color: #fff;
    background-color: #000;
    filter: invert(1);
  }
}
.button-bar-close {
  position: relative;
}
.button-bar-close::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  background-image: url("../svg/close-no-border.svg");
  background-repeat: no-repeat;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.eyebrow {
  font-size: 14px;
}
@media (min-width: 960px) and (hover: hover) {
  .gradient-hover--blue {
    background: #000;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .gradient-hover--blue:hover,
  .gradient-hover--blue:focus,
  a:hover .gradient-hover--blue,
  a:focus .gradient-hover--blue {
    background-image: linear-gradient(90deg, #00cae0, #0285b4);
  }
}
@media (min-width: 960px) and (hover: hover) {
  .gradient-hover--orange {
    background: #000;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .gradient-hover--orange:hover,
  .gradient-hover--orange:focus,
  a:hover .gradient-hover--orange,
  a:focus .gradient-hover--orange {
    background-image: linear-gradient(90deg, #fd7150, #ffcf4c);
  }
}
@media (min-width: 960px) and (hover: hover) {
  .gradient-hover--purple {
    background: #000;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .gradient-hover--purple:hover,
  .gradient-hover--purple:focus,
  a:hover .gradient-hover--purple,
  a:focus .gradient-hover--purple {
    background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  }
}
.page:not(body) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}
.page:not(body) > .content {
  width: auto;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
.bg-gray-light {
  background: #f0f0f0;
}
.bg-gray-medium {
  background: #e0e0e0;
}
.bg-gray-dark {
  background: #d8d8d8;
}
.bg-black {
  background: #000;
}
.bg-gradient-purple {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
}
.line-black {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.fx-wipe {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.4s clip-path cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.is-active .fx-wipe,
.fx-active .fx-wipe,
.fx-wipe.is-active,
.fx-wipe.fx-active {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0);
}
@media screen and (min-width: 960px) {
  .fx-slide-up {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s opacity cubic-bezier(0.33, 1, 0.68, 1),
      0.4s transform cubic-bezier(0.33, 1, 0.68, 1);
  }
  .is-active .fx-slide-up,
  .fx-active .fx-slide-up,
  .fx-slide-up.is-active,
  .fx-slide-up.fx-active {
    opacity: 1;
    transform: translateY(0);
  }
  .is-hidden .fx-slide-up {
    opacity: 0 !important;
    transform: translateY(30px) !important;
  }
}
body {
  background: #fff;
}
body .siteWrapper {
  color: #5e6167;
}
.siteWrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .siteWrapper .container,
  .siteWrapper .page,
  .siteWrapper .extraContent {
    padding-left: 10.75em;
    padding-right: 10.75em;
  }
}
.siteWrapper .mainContent {
  margin: 0 auto;
}
.siteWrapper .mainContent h3 {
  font-size: 1em;
}
.siteWrapper .mainContent .page {
  max-width: 100%;
}
.siteWrapper .container {
  margin: 0 auto;
}
.siteWrapper .globalHeader {
  z-index: 2;
  background-image: none;
}
.siteWrapper .globalHeader.page {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 960px) {
  .siteWrapper .globalHeader.page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .siteWrapper .child-links {
    left: 6em;
  }
}
@media screen and (min-width: 960px) {
  .siteWrapper .globalHeader__search-button {
    background: #000;
  }
}
.siteWrapper button.globalHeader__trigger {
  min-width: 35px !important;
  max-width: 35px !important;
}
.siteWrapper .globalFooter a {
  color: #000;
}
@media screen and (min-width: 960px) {
  .siteWrapper .globalFooter.page {
    padding-left: 0;
    padding-right: 0;
  }
}
.siteWrapper .globalFooter__menu,
.siteWrapper .globalFooter__copyright {
  color: #000;
}
.siteWrapper .searchPage {
  padding-bottom: 90px;
}
.siteWrapper .searchPage .postBlock {
  border-bottom: 1px solid #000;
}
.siteWrapper .searchPage-header {
  padding-top: 200px;
  background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
}
.siteWrapper .searchPage-header input[type="search"] {
  font-size: 90px;
  line-height: 0.9111111111;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .siteWrapper .searchPage-header input[type="search"] {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .siteWrapper .searchPage-header {
    background-image: url("../img/bg-grid-6col--3-cols.svg");
  }
}
.siteWrapper .search-form {
  position: relative;
}
.siteWrapper .search-submit {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/search-black.svg");
  background-size: contain;
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .siteWrapper .search-submit {
    height: 29px;
    width: 29px;
    right: 0;
    background-size: 27px;
  }
}
.siteWrapper .searchPage-results-header {
  padding: 60px 0;
}
.siteWrapper .searchPage-button {
  text-align: center;
}
.siteWrapper .searchPage-load-more {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .siteWrapper .searchPage-results .knowledgeGrid-posts {
    row-gap: 30px;
  }
  .siteWrapper .searchPage-results .postBlock-img {
    display: none;
  }
}
.js-mobile-nav-open .siteWrapper .globalHeader__search-form {
  border-right: 1px solid #fff;
}
.js-search-open .siteWrapper .globalHeader__search-form {
  border-right: 1px solid #000;
}
.jobList .jobResultItem a {
  color: #009aa6;
}
.jobDetailDescription {
  font-size: 1.1em;
}
.jobDetailDescription ol {
  list-style-position: outside;
  margin-left: 3em;
}
.jobDetailDescription ul {
  list-style-position: outside;
  list-style: disc !important;
  margin-left: 3em;
}
.jobDetail h2 a {
  color: #009aa6;
}
.sidebar a {
  color: #009aa6;
}
button,
input,
select {
  font-family: "Arial", sans-serif !important;
}
.img-triangle,
.img-bar {
  position: relative;
}
.img-triangle::after,
.img-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.img-triangle img {
  display: block;
}
.img-triangle::after {
  right: 0;
  width: 80px;
  padding-bottom: 80px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.img-bar::after {
  height: 6px;
  width: 100%;
  left: 0;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
@media screen and (min-width: 960px) {
  .img-bar::after {
    height: 12px;
  }
}
.globalHeader {
  padding-top: 25px;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}
.globalHeader.padding-15 {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .globalHeader {
    background-image: url("../img/bg-grid-6col.svg");
    height: 110px;
  }
}
.home .globalHeader,
.page--home .globalHeader {
  background-image: none;
}
body.entity .globalHeader {
  position: relative;
}
.globalHeader__container {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.globalHeader__content {
  margin: 0;
  width: auto;
  display: flex;
  justify-content: space-between;
}
.globalHeader__branding {
  margin-left: 4.1666666667%;
  width: 16.6666666667%;
  min-width: 198px;
  position: relative;
  z-index: 1;
}
.globalHeader__branding img {
  display: block;
  width: 198px;
}
.globalHeader__branding .logo-mobile {
  display: none;
}
.globalHeader__menu {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: auto;
  display: flex;
}
.globalHeader__links {
  justify-self: flex-end;
  align-self: flex-start;
  margin-left: auto;
  width: 16.6666666667%;
}
.globalHeader__links:nth-of-type(2) {
  margin-left: 0;
  padding-right: calc(4.1666666667% + 35px);
}
.globalHeader__links:nth-of-type(2) a {
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .globalHeader__links:nth-of-type(2) .child-links a {
    font-weight: 500;
  }
}
.globalHeader__links a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.globalHeader__links a:hover {
  border-bottom-color: #000;
}
.globalHeader__links li {
  position: relative;
  padding-left: 10px;
  left: -10px;
}
.js-search-open .globalHeader__links li {
  visibility: hidden;
}
.globalHeader__links .current_page_item > a::before,
.globalHeader__links .current_page_ancestor > a::before {
  content: "";
  width: 7px;
  height: 100%;
  background: center/contain no-repeat url("../img/caret.svg");
  position: absolute;
  left: -10px;
  transform: translateX(-100%);
}
@-moz-document url-prefix() {
  .globalHeader__links .current_page_item > a::before,
  .globalHeader__links .current_page_ancestor > a::before {
    height: 85%;
  }
}
@supports (-ms-ime-align: auto) {
  .globalHeader__links .current_page_item > a::before,
  .globalHeader__links .current_page_ancestor > a::before {
    height: 85%;
  }
}
.globalHeader__links .child-links .current_page_item a,
.globalHeader__links .child-links .current-menu-item a {
  border-bottom: 1px solid;
}
.globalHeader__links .child-links .current_page_item a::before,
.globalHeader__links .child-links .current-menu-item a::before {
  display: none;
}
.home .globalHeader__links .insights.current_page_ancestor > a::before {
  display: none;
}
.globalHeader__toggler {
  position: absolute;
  top: 5px;
  right: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: no-repeat center/15px url("../svg/arrow--flat--white.svg")
    transparent;
}
@media screen and (min-width: 1025px) {
  .globalHeader__toggler {
    display: none;
  }
}
.child-links {
  display: none;
}
.child-links.is-visible {
  display: block;
}
@media screen and (min-width: 1025px) {
  .child-links {
    position: absolute;
    top: -21px;
    left: 5.5em;
    background: #fff;
    z-index: 1;
    height: auto;
    border: 1px solid;
    min-width: 100%;
    padding: 15px;
  }
  .child-links a {
    display: table;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
  }
  .child-links li:last-child a {
    margin-bottom: 0;
  }
}
.globalHeader__links:nth-of-type(2) .child-links {
  display: block;
}
.globalHeader__links:nth-of-type(2) .child-links.is-visible {
  display: block;
}
@media screen and (min-width: 1025px) {
  .globalHeader__links:nth-of-type(2) .child-links {
    display: none;
  }
}
.insights.child-links h6 {
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.insights.child-links section:nth-child(1) {
  margin-top: 13px;
}
.insights.child-links section:nth-child(2) {
  margin-top: 30px;
}
.insights.child-links section:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1025px) {
  .insights.child-links {
    top: 20px;
    left: 10px;
    width: 175%;
    min-width: auto;
    max-width: 374px;
    padding: 17px 22px;
  }
  .insights.child-links .insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
  .insights.child-links h6 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  .insights.child-links li {
    margin-bottom: 3px;
  }
  .insights.child-links a {
    display: inline;
    white-space: normal;
    letter-spacing: 0.5;
    border-bottom: 1px solid transparent;
    line-height: 1;
    margin-bottom: 2px;
  }
  .insights.child-links a:hover,
  .insights.child-links .current_page_item a,
  .insights.child-links .current-menu-item a {
    border-bottom: 1px solid #000;
  }
  .insights.child-links section:nth-child(1),
  .insights.child-links section:nth-child(2) {
    margin-top: 0;
  }
  .insights.child-links section:nth-child(3) {
    grid-column: 1/3;
    display: block;
  }
  .insights.child-links section:nth-child(3) a {
    text-transform: none;
    line-height: 1.4;
    width: 80%;
  }
  .insights.child-links section:nth-child(3) img {
    position: relative;
    display: inline-block;
    top: 1px;
    width: 15px;
    height: auto;
    margin-left: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader__links:nth-of-type(2) .child-links {
    left: auto;
    right: 100%;
    top: -13px;
    margin-right: -5px;
  }
}
.globalHeader__search {
  position: absolute;
  right: 4.1666666667%;
}
.globalHeader__search-button {
  padding: 8px;
}
.globalHeader__search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
.js-search-open .globalHeader__search-form {
  width: 400px;
}
.globalHeader__search-form label {
  display: block;
}
.globalHeader__search-form input[type="search"] {
  padding: 20px 75px 15px 60px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 0;
}
.globalHeader__search-form input[type="search"]:focus {
  outline: none;
  border-color: #000;
}
.globalHeader__search-form .search-submit {
  width: 26px;
  height: 26px;
  right: auto;
  left: 15px;
}
.globalHeader__search-close {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1025px) {
  .globalHeader__navTrigger,
  .globalHeader__branding--mobile,
  .globalHeader__close {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .globalHeader,
  .globalHeader.padding-15 {
    padding-top: 29px;
    height: 100px;
  }
  .globalHeader__menu {
    display: none;
  }
  .globalHeader__menu a {
    color: #fff;
    border: none;
  }
  .js-mobile-nav-open .globalHeader__menu {
    display: block;
    padding: 30px 8.3333333333%;
    z-index: 5000;
    top: 0;
    bottom: 0;
    background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
    color: #fff;
  }
  .globalHeader__links {
    margin-left: 0;
    width: auto;
  }
  .globalHeader__links a {
    font-size: 36px;
    line-height: 1.25;
  }
  .globalHeader__links li {
    visibility: visible;
  }
  .globalHeader__links .current_page_item > a::before,
  .globalHeader__links .current_page_ancestor > a::before {
    filter: invert(1);
  }
  .globalHeader__links:nth-of-type(1) .child-links {
    margin-left: 20px;
  }
  .globalHeader__links:nth-of-type(1) > li {
    margin-bottom: 15px;
  }
  .globalHeader__links:nth-of-type(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .globalHeader__links:nth-of-type(2) > li {
    margin: 5px 0;
  }
  .globalHeader__links:nth-of-type(2) a {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .globalHeader__links:nth-of-type(2) .child-links a {
    line-height: 1.2;
  }
  .child-links {
    margin-left: 0;
  }
  .child-links li {
    margin: 5px 0;
  }
  .child-links a {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .globalHeader__branding .logo-desktop {
    display: none;
  }
  .globalHeader__branding .logo-mobile {
    display: block;
    position: relative;
  }
  .globalHeader__branding img {
    width: 43px;
  }
  .globalHeader__branding--mobile {
    display: block;
    margin-left: -5%;
    margin-bottom: 160px;
    position: relative;
    min-width: 237px;
  }
  .globalHeader__branding--mobile img {
    width: 237px;
  }
  .globalHeader__search {
    top: 120px;
    width: 100%;
    left: 0;
    right: 0;
  }
  .globalHeader__search-button,
  .globalHeader__search-close {
    display: none;
  }
  .globalHeader__trigger {
    position: absolute;
    top: 32px;
    right: 4.1666666667%;
    background: transparent;
    padding: 8px;
    margin-right: -8px;
    cursor: pointer;
  }
  .globalHeader__trigger:hover,
  .globalHeader__trigger:focus {
    background: transparent;
    border-color: transparent;
  }
  .globalHeader__search-form {
    width: auto;
    position: static;
    margin: 0 8.3333333333%;
  }
  .globalHeader__search-form input[type="search"] {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
    text-transform: none;
    padding-left: 40px;
    font-size: 20px;
  }
  .globalHeader__search-form input[type="search"]:focus {
    border-color: #fff;
    outline: 1px solid #fff;
  }
  .globalHeader__search-form input[type="search"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .globalHeader__search-form input[type="search"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .globalHeader__search-form input[type="search"]::placeholder {
    color: #fff;
    opacity: 1;
  }
  .globalHeader__search-form .search-submit {
    filter: invert(1);
    left: 8.3333333333%;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    background-size: 18px;
  }
}
.js-mobile-nav-open {
  height: 100vh;
  overflow: hidden;
}
.js-mobile-nav-open .globalHeader {
  height: 100vh;
  overflow: hidden;
}
.js-mobile-nav-open .globalHeader__menu {
  overflow: auto;
}
.js-mobile-nav-open.admin-bar .globalHeader {
  height: calc(100vh - 46px);
}
@media screen and (min-width: 768px) {
  .js-mobile-nav-open.admin-bar .globalHeader {
    height: calc(100vh - 23px);
  }
}
.globalHeader.js-nav-up,
.globalHeader.js-nav-down {
  top: 0;
  transform: translateY(0);
  transition: 0.3s all;
}
.globalHeader.js-nav-down {
  background: #fff;
  position: fixed;
}
.globalHeader.js-nav-down::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.globalHeader.js-nav-up {
  transform: translateY(-100%);
}
body {
  padding-top: 110px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}
body.entity {
  padding-top: 110px;
  transition: padding 0.3s ease;
}
@media (max-width: 1024px) {
  body.entity {
    padding-top: 100px;
  }
}
.admin-bar .globalHeader {
  top: 46px;
}
.admin-bar .globalHeader.js-nav-down {
  top: 0;
}
@media screen and (min-width: 768px) {
  .admin-bar .globalHeader,
  .admin-bar .globalHeader.js-nav-down {
    top: 23px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.globalFooter {
  position: relative;
  padding-top: 90px;
  padding-bottom: 105px;
  font-size: 18px;
  line-height: 1.5;
}
.globalFooter .h5 {
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
}
.globalFooter li {
  margin: 0 0 3px;
}
.globalFooter a:not([class]),
.globalFooter a.bold {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
}
.globalFooter a:not([class]):hover,
.globalFooter a:not([class]):focus,
.globalFooter a.bold:hover,
.globalFooter a.bold:focus {
  border-color: currentColor;
}
.globalFooter a.bold {
  font-weight: 600;
}
.globalFooter .headquater {
  line-height: 1.8;
  padding-top: 5px;
}
.globalFooter::after {
  content: "";
  display: block;
  height: 12px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
@media screen and (min-width: 768px) {
  .globalFooter {
    font-size: 15px;
  }
  .globalFooter .headquater {
    margin-bottom: 30px;
  }
}
.globalFooter__menus {
  display: block;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 40px;
}
@media screen and (min-width: 480px) {
  .globalFooter__menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .globalFooter__menus {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .globalFooter__menus {
    grid-template-columns: 1.05fr 1.05fr 0.9fr 0.8fr 1.3fr 0.9fr;
    border-bottom: 0;
  }
}
.globalFooter__menu {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.globalFooter__menu:nth-child(1) {
  grid-row: 1/3;
}
.globalFooter__menu:nth-child(n + 4) {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .globalFooter__menu {
    margin-bottom: 30px;
  }
  .globalFooter__menu:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }
}
@media screen and (min-width: 1240px) {
  .globalFooter__menu:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
  }
}
.globalFooter__divider {
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .globalFooter__divider {
    grid-column: 1/4;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1240px) {
  .globalFooter__divider {
    display: none;
  }
}
.quickLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .quickLinks {
    display: block;
  }
}
.quickLinks__icon {
  display: block;
  margin-bottom: 26px;
}
.globalFooter__offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.globalFooter__offices ul:nth-child(1) {
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .globalFooter__offices {
    display: block;
  }
  .globalFooter__offices ul {
    margin-bottom: 30px;
  }
  .globalFooter__offices ul:last-child {
    margin-bottom: 0;
  }
}
.btn-arrow {
  position: relative;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 100%;
  margin-left: 15px;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 90%;
}
@media screen and (min-width: 960px) {
  .btn-arrow {
    font-weight: 300;
    padding-left: 27px;
  }
  .btn-arrow::before {
    top: 1px;
    left: 0;
    margin-left: 0;
    background-image: url("../svg/pre-arrow.svg");
    background-size: 100%;
  }
  .btn-arrow:hover {
    padding-left: 0;
    padding-right: 38px;
  }
  .btn-arrow:hover::before {
    top: 0;
    left: 100%;
    margin-left: -20px;
    background-image: url("../svg/arrow.svg");
    background-size: 90%;
  }
}
.globalFooter__meta .btn-arrow {
  margin-left: 0;
}
@media screen and (min-width: 1240px) {
  .globalFooter__meta .btn-arrow {
    margin-left: -27px;
  }
}
.globalFooter__meta {
  display: block;
}
@media screen and (min-width: 1240px) {
  .globalFooter__meta {
    display: grid;
    grid-template-columns: 52% 35.9% 0;
  }
}
.globalFooter__meta .nowrap {
  white-space: nowrap;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #000;
}
.flickity-button:hover {
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
}
.flickity-prev-next-button::after {
  content: "";
  background: url("../svg/arrow.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flickity-prev-next-button.previous {
  right: 64px;
  transform: scaleX(-1);
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-page-dots {
  display: flex;
  align-items: flex-start;
}
.flickity-page-dots .dot {
  height: 16px;
  width: 16px;
  list-style: none;
  border: 1px solid #000;
  margin-right: 28px;
}
.flickity-page-dots .dot.is-selected {
  background: #000;
}
.accordion-item,
.accordion-trigger {
  transition: 0.6s all;
}
.accordion-item {
  overflow: hidden;
}
.accordion-item.js-tab-contents {
  display: block;
  visibility: hidden;
}
.accordion-item.is-active {
  visibility: visible;
}
.accordion-trigger {
  cursor: pointer;
}
.accordion-trigger > * {
  pointer-events: none;
  line-height: 1;
}
.accordion--horizontal {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal {
    background: repeat-y top center/100% auto
      url("../img/bg-grid-horiz-accordion.svg");
  }
}
@media screen and (max-width: 1280px) {
  .accordion--horizontal {
    overflow: hidden;
  }
}
.accordion--horizontal h2 {
  position: relative;
}
.accordion--horizontal .accordion__content {
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion__content {
    min-height: 900px;
    min-width: 1050px;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-item {
    margin-top: 105px;
  }
}
.accordion--horizontal .accordion-item,
.accordion--horizontal .accordion-trigger {
  float: left;
  white-space: normal;
  position: relative;
}
.accordion--horizontal .accordion-trigger {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 37.5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 32px;
}
.accordion--horizontal .accordion-trigger::before {
  position: absolute;
  left: 0;
  bottom: 0.3em;
}
.accordion--horizontal .accordion-trigger span {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .accordion--horizontal .accordion-trigger {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-trigger {
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    width: 75px;
    height: 638px;
    top: 18px;
  }
  .accordion--horizontal .accordion-trigger:first-of-type {
    width: 10vw;
    max-width: 120px;
    padding-left: 0;
  }
  .accordion--horizontal .accordion-trigger span {
    transform: rotate(-90deg);
    display: block;
    width: 850px;
    transform-origin: left bottom;
    position: absolute;
    left: 100%;
    bottom: 0;
  }
}
.accordion--horizontal .accordion-trigger.is-active:after,
.accordion--horizontal .accordion-trigger:hover:after {
  transform: rotate(-90deg) translateY(-15px);
}
@media screen and (max-width: 959px) {
  .accordion--horizontal .accordion-trigger.is-active:after,
  .accordion--horizontal .accordion-trigger:hover:after {
    transform: rotate(-90deg) translateX(6px);
  }
}
.accordion--horizontal .accordion-trigger:after {
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  content: "";
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 959px) {
  .accordion--horizontal .accordion-trigger:after {
    left: 0;
    top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-trigger:after {
    right: 15px;
    bottom: -45px;
  }
}
.accordion--horizontal .accordion-item.is-active {
  max-width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-item.is-active {
    width: 46.875vw;
    max-width: 603px;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-item {
    padding-bottom: 0;
    max-width: 0;
  }
  .accordion--horizontal .accordion-item > div {
    width: 46.875vw;
    max-width: 558px;
  }
}
@media screen and (max-width: 959px) {
  .accordion--horizontal .accordion-item {
    max-height: 0;
  }
  .accordion--horizontal .accordion-item.is-active {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-item__content {
    padding: 10px 45px 0 90px;
  }
}
@media screen and (min-width: 960px) {
  .accordion--horizontal .accordion-item__copy {
    padding: 30px 15% 45px 0;
  }
}
.accordion--horizontal h2 {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal h2 {
    margin-left: 10%;
    padding: 0;
  }
}
.accordion--horizontal img {
  margin: 30px auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal img {
    width: 41.40625vw;
    margin: 0 auto;
  }
}
.accordion--horizontal h5 {
  margin-bottom: 20px;
}
.accordion--horizontal p {
  margin-bottom: 20px;
}
@media (hover: hover) {
  .accordion--vertical .accordion-trigger:hover::before {
    transform: rotate(-90deg);
  }
}
.accordion--horizontal__background-image {
  background-repeat: no-repeat, no-repeat;
  background-size: 66.66667%, 66.66667%;
  background-position: left top, left top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.accordion--horizontal__background-image.triangle--red {
  background-image: url("../svg/accordion-triangle-red.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--red {
    background-image: url("../svg/accordion-triangle-red.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-image.triangle--orange {
  background-image: url("../svg/accordion-triangle-orange.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--orange {
    background-image: url("../svg/accordion-triangle-orange.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-image.triangle--yellow {
  background-image: url("../svg/accordion-triangle-yellow.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--yellow {
    background-image: url("../svg/accordion-triangle-yellow.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-image.triangle--teal {
  background-image: url("../svg/accordion-triangle-teal.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--teal {
    background-image: url("../svg/accordion-triangle-teal.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-image.triangle--blue {
  background-image: url("../svg/accordion-triangle-blue.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--blue {
    background-image: url("../svg/accordion-triangle-blue.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-image.triangle--violet {
  background-image: url("../svg/accordion-triangle-violet.svg");
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-image.triangle--violet {
    background-image: url("../svg/accordion-triangle-violet.svg"),
      url("../svg/bg-grid-spaced.svg");
  }
}
.accordion--horizontal__background-pattern {
  background-repeat: no-repeat;
  background-size: 66.66667%;
  background-position: left top;
  -webkit-clip-path: polygon(0 0, 0% 66.66667%, 66.66667% 0);
  clip-path: polygon(0 0, 0% 66.66667%, 66.66667% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
}
.accordion--horizontal__background-pattern.pattern--diagonal {
  background-image: url("../svg/accordion-pattern-diagonal.svg");
}
.accordion--horizontal__background-pattern.pattern--xcross {
  background-image: url("../svg/accordion-pattern-xcross.svg");
}
.accordion--horizontal__background-pattern.pattern--im {
  background-image: url("../svg/accordion-pattern-im.svg");
}
.accordion--horizontal__background-pattern.pattern--impact {
  background-image: url("../svg/accordion-pattern-impact.svg");
}
.accordion--horizontal__background-pattern.pattern--iq {
  background-image: url("../svg/accordion-pattern-iq.svg");
}
.accordion--horizontal__background-pattern.pattern--re {
  background-image: url("../svg/accordion-pattern-re.svg");
}
.accordion--horizontal__background-pattern.pattern--securities {
  background-image: url("../svg/accordion-pattern-securities.svg");
}
.accordion--horizontal__background-pattern.pattern--sightway {
  background-image: url("../svg/accordion-pattern-sightway.svg");
}
.accordion--horizontal__background-pattern.pattern--tsv {
  background-image: url("../svg/accordion-pattern-tsv.svg");
}
.accordion--horizontal__background-pattern.pattern--venn {
  background-image: url("../svg/accordion-pattern-venn.svg");
}
.accordion--horizontal__background-color {
  background: #f0f0f0;
}
@media screen and (min-width: 960px) {
  .accordion--horizontal__background-color {
    background-repeat: no-repeat, no-repeat;
    background-size: 66.66667%, 66.66667%;
    background-position: left top, left top;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: calc(50% + 70px);
    width: 100vw;
    transform: translateX(-50%);
    z-index: -2;
  }
}
.accordion--horizontal .h4 {
  white-space: normal;
  max-width: 480px;
}
@media (min-width: 960px) {
  .accordion--horizontal .h4 {
    width: 50%;
    display: flex;
    align-content: center;
    height: 16.640625vw;
    padding: 0;
    max-width: none;
  }
  .accordion--horizontal .h4 span {
    display: block;
    margin: auto 0;
  }
}
@media (min-width: 1280px) {
  .accordion--horizontal .h4 {
    height: 213px;
  }
}
.accordion--vertical {
  padding: 60px 0;
}
.accordion--vertical .accordion-item {
  height: auto;
  max-height: 0;
}
.accordion--vertical .accordion-item .button--primary {
  display: table;
  margin-top: 30px;
}
.accordion--vertical .accordion-item.is-active {
  padding: 45px 0;
  max-height: 200vh;
}
.accordion--vertical .accordion-trigger {
  line-height: 0.8;
  margin-top: 20px;
  position: relative;
  padding-left: 37.5px;
}
@media screen and (min-width: 960px) {
  .accordion--vertical .accordion-trigger {
    padding-left: 10%;
  }
}
.accordion--vertical .accordion-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-repeat: no-repeat;
  z-index: 3;
  height: 20px;
  width: 20px;
  transform-origin: center;
  transform: rotate(180deg);
}
.accordion--vertical .accordion-trigger.is-active::before {
  transform: rotate(0deg);
}
@media screen and (max-width: 959px) {
  .accordion--vertical .accordion-trigger {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
}
.accordion--vertical .accordion-trigger:nth-of-type(2n + 1) {
  position: relative;
  z-index: 2;
}
.accordion--vertical .accordion-trigger:nth-of-type(2n + 1)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2em;
  width: 98vw;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #979797;
  z-index: -1;
}
.accordion--vertical p,
.accordion--vertical q {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2352941176;
}
@media screen and (max-width: 959px) {
  .accordion--vertical p,
  .accordion--vertical q {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
  }
}
.accordion--vertical .accordion-image {
  position: relative;
  align-self: flex-start;
}
.accordion--vertical .accordion-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #00cae0, #0285b4);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media (hover: hover) {
  .accordion--vertical .accordion-trigger:hover::before {
    transform: rotate(0deg);
  }
}
.accordion__header {
  margin-bottom: 45px;
}
.accordion__header .h4 {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .accordion__header {
    margin-left: 10%;
    max-width: 40%;
  }
}
.accordion-column p {
  margin-bottom: 1em;
}
.accordion-column p:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .accordion-column {
    margin-bottom: 30px;
  }
}
.accordion-quote q {
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.accordion-quote p {
  margin-bottom: 0;
}
.accordion-quote img {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .accordion--vertical {
    padding: 90px 0;
  }
  .accordion--vertical .accordion-columns {
    display: flex;
    margin-left: 10%;
  }
  .accordion--vertical .accordion-column {
    flex: 0 0 30%;
    padding-left: 5%;
  }
  .accordion--vertical .accordion-image {
    flex: 0 0 30%;
    padding: 0;
  }
}
.accordion--data .accordion-body {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.accordion--data .accordion-image {
  margin-top: 30px;
}
.accordion--data .accordion-image img {
  display: block;
  padding: 0;
  background: none;
  width: 100%;
}
.accordion--data .accordion-image--video::after {
  display: none;
}
.accordion--data .accordion-image--placeholder {
  display: none;
}
.accordion--data .accordion-image--placeholder::after {
  display: none !important;
}
.accordion--data .accordion-item {
  padding: 0 !important;
  position: relative;
}
.accordion--data .accordion-item::before {
  content: "";
  width: 12px;
  position: absolute;
  left: calc(-20% - 12px);
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #00cae0, #0285b4);
}
.accordion--data .accordion-items {
  margin-left: 10%;
}
.accordion--data .accordion-trigger {
  padding-left: 0;
}
.accordion--data .accordion-trigger::before {
  left: -30px;
}
.accordion--data .accordion-trigger::after {
  display: none !important;
}
.accordion-stat {
  padding: 15px 0;
  border-bottom: 1px solid;
}
.accordion-stat__number {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}
.accordion-stat--featured .accordion-stat__number {
  font-size: 60px;
}
.accordion-grid {
  margin-top: 15px;
}
@media screen and (min-width: 700px) {
  .accordion-grid {
    background: url("../svg/accordion-grid.svg") 0 0 no-repeat;
    background-size: auto 100%;
    max-width: 640px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
  .accordion-body {
    grid-row: 2 / span 2;
    grid-column: 1 / span 1;
    padding: 15px 15px 15px 30px;
  }
  .accordion-stat {
    padding-bottom: 0;
    border: none;
  }
  .accordion-stat--featured {
    grid-row: 1 / span 1;
    grid-column: 2 / span 2;
    align-self: center;
  }
  .accordion-stat:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }
  .accordion-stat:nth-of-type(3) {
    grid-column: 3;
    grid-row: 2;
  }
  .accordion-stat:nth-of-type(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .accordion-stat__number {
    font-size: 60px;
  }
  .accordion-stat--featured .accordion-stat__number {
    font-size: 120px;
  }
  .accordion--data .accordion__header {
    max-width: 60%;
  }
  .accordion--data .accordion-body {
    margin-bottom: 0;
    font-size: 18px;
  }
  .accordion--data .accordion-items {
    margin-left: 35px;
  }
  .accordion--data .accordion-item {
    top: -12px;
  }
  .accordion--data .accordion-item::before {
    top: 33.3333333333%;
    left: 0;
  }
  .accordion--data .accordion-item.is-active {
    margin-bottom: 30px;
  }
  .accordion--data .accordion-image {
    grid-column: 3;
    grid-row: 3;
    margin-top: 0;
  }
  .accordion--data .accordion-image img {
    width: 100%;
  }
  .accordion--data .accordion-image--placeholder {
    display: block;
    opacity: 0;
    z-index: -10;
  }
}
@media screen and (min-width: 960px) {
  .accordion--data .accordion-items {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1100px) {
  .accordion--data .accordion__content {
    display: flex;
  }
  .accordion--data .accordion__header {
    width: 20%;
    min-width: 20%;
  }
  .accordion--data .accordion-items {
    margin-left: 10%;
  }
}
.page:not(body) > .content--accordion {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content--accordion {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
.accordion--stacked {
  padding: 60px 0;
  position: relative;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .accordion--stacked {
    padding: 90px 0;
    background: repeat-y center/100% auto url("../img/bg-grid-6col--4-cols.svg");
  }
}
.accordion--stacked .accordion__bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 66.6666666667%;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion__bg {
    display: block;
  }
}
.accordion--stacked .accordion__bg--mobile {
  position: absolute;
  top: 0;
  width: 66.6666666667%;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion__bg--mobile {
    display: none;
  }
}
.accordion--stacked .accordion__bg--orange {
  background-image: url("../svg/accordion-bg-orange.svg");
}
.accordion--stacked .accordion__bg--teal {
  background-image: url("../svg/accordion-bg-teal.svg");
}
.accordion--stacked .accordion__bg--transparent {
  background-image: none;
}
.accordion--stacked .accordion__content {
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.accordion--stacked .accordion__header {
  position: relative;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion__header {
    margin-left: 0;
    width: 20%;
  }
}
.accordion--stacked .accordion__list {
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion__list {
    width: 70.1%;
    min-height: auto;
    padding-top: 0;
  }
}
.accordion--stacked .accordion-item {
  height: 0;
  margin-left: 16.6666666667%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion-item {
    margin-left: 0;
  }
}
.accordion--stacked .accordion-item__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion--stacked .accordion-image {
  position: relative;
}
.accordion--stacked .accordion-image .gradient-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
.accordion--stacked .accordion-content {
  padding-right: 8.3333333333%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion-content {
    padding-left: 10%;
    padding-right: 27%;
  }
}
.accordion--stacked .accordion-trigger {
  position: relative;
  line-height: 0.8;
  padding-left: 37.5px;
  padding-right: 15px;
  margin-top: 20px;
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked .accordion-trigger {
    margin-left: 0;
    padding-right: 0;
  }
}
.accordion--stacked .accordion-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-repeat: no-repeat;
  z-index: 3;
  height: 20px;
  width: 20px;
  transform-origin: center;
  transform: rotate(180deg);
}
.accordion--stacked .accordion-trigger.is-active::before {
  transform: rotate(0deg);
}
@media screen and (max-width: 959px) {
  .accordion--stacked .accordion-trigger {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .accordion--stacked .accordion-trigger:hover::before {
    transform: rotate(0deg);
  }
}
.accordion-image + .accordion-content {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .accordion-image + .accordion-content {
    margin-top: 45px;
  }
}
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6 {
  margin-top: 30px;
}
.accordion-content h2:first-child,
.accordion-content h3:first-child,
.accordion-content h4:first-child,
.accordion-content h5:first-child,
.accordion-content h6:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .accordion-content h2,
  .accordion-content h3,
  .accordion-content h4,
  .accordion-content h5,
  .accordion-content h6 {
    margin-top: 45px;
  }
}
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6,
.accordion-content p {
  margin-bottom: 15px;
}
.accordion-content a:not([class]) {
  border-bottom: 1px solid #000;
}
.accordion-content a:not([class]):hover,
.accordion-content a:not([class]):focus {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.accordion-content ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
.accordion-content ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.accordion-content ul li:last-of-type {
  margin-bottom: 0;
}
.accordion-content ol {
  list-style-type: none;
  margin-bottom: 15px;
  counter-reset: sa_ol_counter;
}
.accordion-content ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 33px;
  counter-increment: sa_ol_counter;
}
.accordion-content ol li::before {
  content: counter(sa_ol_counter);
  font-weight: 500;
  position: absolute;
  margin-left: -31px;
}
.accordion-content blockquote {
  position: relative;
  display: block;
  font-weight: 100;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion-content blockquote::before {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  margin-bottom: 15px;
  background-image: url("../svg/quote--tab.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-content blockquote p {
  font: inherit;
}
.accordion-content blockquote cite {
  margin-top: 15px;
}
.accordion-content cite {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-bottom: 15px;
}
.accordion-content figure {
  margin-bottom: 15px;
}
.accordion-content img {
  display: block;
  margin-bottom: 15px;
}
.accordion-content .accordion-cta {
  margin-top: 30px;
}
.page:not(body) > .content--accordion {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content--accordion {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
.accordion--stacked--gray {
  padding: 60px 0;
  position: relative;
  background: #e0e0e0;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray {
    padding: 90px 0;
  }
}
.accordion--stacked--gray .accordion-image--small {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion-item__container {
    display: flex;
    justify-content: space-between;
  }
}
.accordion--stacked--gray .accordion__content {
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.accordion--stacked--gray .accordion__header {
  position: relative;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion__header {
    margin-left: 0;
    width: 20%;
  }
}
.accordion--stacked--gray .accordion__list {
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion__list {
    width: 70.1%;
    min-height: auto;
    padding-top: 0;
  }
}
.accordion--stacked--gray .accordion-item {
  height: 0;
  margin-left: 16.6666666667%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion-item {
    margin-left: 0;
  }
}
.accordion--stacked--gray .accordion-item__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion--stacked--gray .accordion-image {
  position: relative;
}
.accordion--stacked--gray .accordion-image .gradient-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
.accordion--stacked--gray .accordion-content {
  position: relative;
  padding-right: 30px;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion-content {
    max-width: 50%;
    padding-right: 0;
  }
}
.accordion--stacked--gray .accordion-trigger {
  position: relative;
  line-height: 0.8;
  padding-left: 37.5px;
  padding-right: 15px;
  margin-top: 20px;
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .accordion--stacked--gray .accordion-trigger {
    margin-left: 0;
    padding-right: 0;
  }
}
.accordion--stacked--gray .accordion-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-repeat: no-repeat;
  z-index: 3;
  height: 20px;
  width: 20px;
  transform-origin: center;
  transform: rotate(180deg);
}
.accordion--stacked--gray .accordion-trigger.is-active::before {
  transform: rotate(0deg);
}
@media screen and (max-width: 959px) {
  .accordion--stacked--gray .accordion-trigger {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .accordion--stacked--gray .accordion-trigger:hover::before {
    transform: rotate(0deg);
  }
}
.accordion-image + .accordion-content {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .accordion-image + .accordion-content {
    margin-top: 45px;
  }
}
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6 {
  margin-top: 30px;
}
.accordion-content h2:first-child,
.accordion-content h3:first-child,
.accordion-content h4:first-child,
.accordion-content h5:first-child,
.accordion-content h6:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .accordion-content h2,
  .accordion-content h3,
  .accordion-content h4,
  .accordion-content h5,
  .accordion-content h6 {
    margin-top: 45px;
  }
}
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6,
.accordion-content p {
  margin-bottom: 15px;
}
.accordion-content a:not([class]) {
  border-bottom: 1px solid #000;
}
.accordion-content a:not([class]):hover,
.accordion-content a:not([class]):focus {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.accordion-content ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
.accordion-content ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.accordion-content ul li:last-of-type {
  margin-bottom: 0;
}
.accordion-content ol {
  list-style-type: none;
  margin-bottom: 15px;
  counter-reset: sa_ol_counter;
}
.accordion-content ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 33px;
  counter-increment: sa_ol_counter;
}
.accordion-content ol li::before {
  content: counter(sa_ol_counter);
  font-weight: 500;
  position: absolute;
  margin-left: -31px;
}
.accordion-content blockquote {
  position: relative;
  display: block;
  font-weight: 100;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion-content blockquote::before {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  margin-bottom: 15px;
  background-image: url("../svg/quote--tab.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-content blockquote p {
  font: inherit;
}
.accordion-content blockquote cite {
  margin-top: 15px;
}
.accordion-content cite {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-bottom: 15px;
}
.accordion-content figure {
  margin-bottom: 15px;
}
.accordion-content img {
  display: block;
  margin-bottom: 15px;
}
.accordion-content .accordion-cta {
  margin-top: 30px;
}
label,
.wpcf7-list-item-label {
  font-size: 17px;
  line-height: 2;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 0;
  border-bottom: 1px solid;
  font-size: 17px;
  font-size-adjust: 100%;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  background: transparent;
}
textarea {
  font: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7647058824;
  padding: 10px 12px;
  border: 1px solid;
  resize: none;
  display: block;
  max-width: 100%;
  width: 100%;
  background: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid;
  display: table;
  background-color: transparent;
  background-image: url("../img/dropdown-bg.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 8px 8px;
  padding: 4px 30px 2px 8px;
  font-size: 17px;
  line-height: 1.7647058824;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  background: none;
  padding-right: 8px;
}
.input-wrap {
  margin-bottom: 45px;
}
.input-wrap--textarea label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .form-wrap .input-wrap {
    grid-column: span 1;
  }
  .form-wrap .input-wrap--wide {
    grid-column: span 2;
  }
}
.js-floating-label {
  position: relative;
}
.js-floating-label input {
  border: 0;
  border-bottom: 1px solid #000;
  line-height: 2;
  font-size: 17px;
  margin-top: 10px;
  background-color: transparent;
}
.js-floating-label input::-moz-placeholder {
  color: transparent;
}
.js-floating-label input:-ms-input-placeholder {
  color: transparent;
}
.js-floating-label input::placeholder {
  color: transparent;
}
.js-floating-label input:focus {
  outline: none;
}
.js-floating-label label {
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  line-height: 1.4117647059;
  transition: 0.3s all;
}
.js-floating-label.is-edited input {
  border-color: #000;
}
.js-floating-label.is-edited label {
  font-size: 14px;
  top: -10px;
}
span.wpcf7-list-item {
  display: table;
  margin: 0;
}
span.wpcf7-list-item input {
  margin-right: 8px;
}
span.wpcf7-list-item input:checked + span {
  font-weight: 500;
}
.wpcf7-radio {
  position: relative;
  font-weight: 600;
  font-size: 17px;
}
.wpcf7-radio input {
  display: none;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid;
  margin-right: 15px;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  background: #000;
}
.button input {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  pointer-events: auto;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  margin-left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.is-invalid label {
  color: #dc3232;
}
.is-invalid input,
.is-invalid textarea,
.is-invalid select {
  border-color: #dc3232;
}
@media screen and (min-width: 960px) {
  .formPage {
    background: repeat-y center/100% auto url("../img/bg-grid-forms.svg");
  }
}
.formPage-content {
  padding: 90px 0;
}
@media screen and (min-width: 960px) {
  .formPage-content {
    display: grid;
    grid-template-columns: 70% auto;
  }
}
.formPage-main {
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .formPage-main {
    margin-bottom: 0;
    padding-right: 60px;
  }
}
.formPage-sidebar h2 {
  margin-bottom: 15px;
}
.formPage-sidebar p {
  margin-bottom: 30px;
}
.link-wrap {
  display: none;
  margin-bottom: 30px;
}
.link-wrap.is-visible {
  display: block;
  grid-column: span 2;
}
.link-wrap .entity-link {
  border-bottom: 1px solid transparent;
}
.link-wrap .entity-link:hover {
  border-bottom: 1px solid #000;
}
.post-password-form__input {
  margin-bottom: 30px;
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden;
}
.biography {
  background: #000;
  color: #fff;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 960px) {
  .biography {
    padding: 90px 0 0 0;
  }
}
.biography h2 {
  margin-bottom: 30px;
}
.biography h4 {
  margin-bottom: 45px;
}
.biography--light {
  background-color: #fff;
  color: #000;
}
.biography--light .button-close {
  filter: invert(1);
}
.biography__items {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .biography__items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
  }
}
.biography__item {
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .biography__item {
    padding-bottom: 30px;
    width: 45%;
  }
  .biography__item:nth-last-child(n + 3),
  .biography__item:nth-last-child(n + 3) ~ .biography__item {
    width: 30%;
  }
}
.biography__item-name-title {
  margin-bottom: 30px;
}
.biography__detail {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.biography__description {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .biography__description {
    max-width: 33.3333333333%;
  }
}
.biography__image {
  margin-bottom: 30px;
  max-width: 70%;
}
.biography__image img {
  display: block;
}
@media screen and (min-width: 480px) {
  .biography__image {
    max-width: 320px;
    height: auto;
  }
}
.biography__modal-header,
.biography__modal-details {
  padding: 60px 0;
}
.biography__modal-container {
  background: #e0e0e0;
}
.biography__modal-details {
  color: #000;
}
@media screen and (min-width: 960px) {
  .biography__modal-details {
    display: flex;
    margin-left: 10%;
  }
}
.biography__modal-details .biography__image {
  height: 100%;
}
.biography__detail-copy {
  padding-right: 8.3333333333%;
}
@media screen and (max-width: 959px) {
  .biography__detail-copy {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .biography__detail-copy {
    max-width: 66.6666666667%;
  }
}
.biography__detail-copy p {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1.7142857143;
}
.biography__modal.js-bio-list.is-hidden {
  display: none;
}
.js-bio-list.is-hidden {
  display: none;
}
.detail-header-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .detail-header {
    margin-left: 10%;
  }
}
@media screen and (min-width: 960px) {
  .biography-header,
  .biography__items {
    margin-left: 10%;
  }
}
.page:not(body) > .content--boxedAccordion {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content--boxedAccordion {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
.boxedAccordion {
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .boxedAccordion {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.boxedAccordion .h4 {
  margin-bottom: 15px;
}
.boxedAccordion p {
  margin-bottom: 1em;
}
.boxedAccordion p:last-of-type {
  margin-bottom: 0;
}
.boxedAccordion header {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .boxedAccordion header {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 60px;
  }
}
.boxedAccordion__list {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .boxedAccordion__list {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.boxedAccordion__list p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35;
}
.boxedAccordion__header {
  position: relative;
}
.boxedAccordion__btn {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-right: 15.3333333333%;
  padding-bottom: 30px;
  padding-left: 8.3333333333%;
  border-top: 1px solid #fff;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .boxedAccordion__btn {
    padding-right: 120px;
    padding-left: 30px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.boxedAccordion__btn:focus-visible {
  outline: auto;
}
.boxedAccordion__btn::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 8.3333333333%;
  width: 11px;
  height: 11px;
  background-image: url("../svg/arrow-boxed-accordion.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  transform: rotate(0);
}
@media screen and (min-width: 960px) {
  .boxedAccordion__btn::after {
    width: 90px;
    height: 100%;
    top: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: 16px;
  }
}
.boxedAccordion__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .boxedAccordion__btn::before {
    width: 90px;
    height: 100%;
    border-left: 1px solid #fff;
  }
}
.boxedAccordion__btn.expanded::after {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .boxedAccordion__btn:hover::after,
  .boxedAccordion__btn.expanded:hover::after {
    transform: rotate(180deg);
  }
}
.boxedAccordion__panel {
  position: relative;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  border-top: 1px solid #fff;
  height: 0;
  top: 1px;
  outline: none;
}
@media screen and (min-width: 960px) {
  .boxedAccordion__panel {
    padding-left: 30px;
    padding-right: 90px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.boxedAccordion__panel > div {
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 0;
}
.boxedAccordion__panel.expanded > div {
  opacity: 1;
}
.boxedAccordion__panel.animate-in {
  transition: height 0.3s ease-out;
}
.boxedAccordion__panel.animate-in > div {
  transition: opacity 0.4s ease-out 0.2s;
}
.boxedAccordion__panel.animate-out {
  transition: height 0.3s ease-out 0.2s;
}
.boxedAccordion__panel.animate-out > div {
  transition: opacity 0.3s ease-out;
}
.entityHeader {
  position: fixed;
  z-index: 6000;
  top: -100px;
  left: 0;
  width: 100%;
  transition: top 0.3s ease;
}
.entityHeader__container {
  position: relative;
  background-color: #fff;
}
.entityHeader__container.fixed {
  position: fixed;
  z-index: 6001;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .entityHeader {
    top: -110px;
  }
}
.entityNav {
  position: relative;
  width: 100%;
}
.entityNav__headerToggler {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #0285b4, #00cae0);
  position: relative;
  display: block;
}
.entityNav__headerToggler.expanded {
  background: #f0f0f0;
}
.entityNav__headerToggler.expanded::after {
  background-color: #f0f0f0;
}
.entityNav__headerToggler::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  margin-left: -30px;
  top: 8px;
}
.entityNav__container {
  position: relative;
  width: 100%;
  height: inherit;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .entityNav__container {
    height: auto;
  }
}
.entityNav__content {
  max-width: 1280px;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .entityNav__content {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
  }
}
@media screen and (min-width: 1025px) {
  .entityNav__content {
    padding: 18px 0;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.entityNav__branding {
  margin-left: 4.1666666667%;
  opacity: 1;
  font-weight: 600;
  letter-spacing: 1.18px;
  height: 85px;
  display: flex;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.entityNav__branding .entityNav__tslogo {
  display: none;
}
.entityNav__branding .entityNav__logo {
  display: block;
}
.entityNav__branding .entityNav__textlogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.entityNav__branding .entityNav__textlogo img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .entityNav__branding {
    margin-left: 4.1666666667%;
    padding-left: 46px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .entityNav__branding.nopadding {
    padding-left: 0;
  }
}
.entityNav__branding.tslogo .entityNav__tslogo {
  display: block;
}
.entityNav__branding.tslogo .entityNav__logo {
  display: none;
}
@media screen and (min-width: 1025px) {
  .entityNav__branding.tslogo {
    padding-left: 0;
  }
}
.entityNav__mobileMenuToggler {
  position: absolute;
  padding: 0;
  margin: 0 -15px 0;
  border: 0;
  width: 50px;
  height: 50px;
  top: 35px;
  right: 4.1666666667%;
  background-color: transparent;
}
.entityNav__mobileMenuToggler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.entityNav__mobileMenuToggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  transform: rotate(90deg);
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  .entityNav__mobileMenuToggler {
    display: none;
  }
}
.entityNav__menu {
  display: none;
  background-color: #000;
  padding-top: 60px;
  height: calc(100% - 101px);
}
@media screen and (min-width: 1025px) {
  .entityNav__menu {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
    background-color: transparent;
  }
}
.entityNav__links {
  font-size: 17px;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  padding-bottom: 60px;
}
.entityNav__links li,
.entityNav__links li a {
  position: relative;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
.entityNav__links li.current-menu-item a::before {
  content: url("../img/caret.svg");
  position: absolute;
  left: -10px;
  transform: translateX(-100%);
}
.entityNav__links a:hover {
  border-bottom: 1px solid #000;
}
.entityNav__links:not(:first-child):last-child {
  border-top: 4px solid red;
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .entityNav__links {
    padding-bottom: 0;
    width: 33.3333%;
    margin: 0;
  }
  .entityNav__links li,
  .entityNav__links li a {
    position: relative;
    color: #000;
    font-size: 17px;
  }
  .entityNav__links:not(:first-child):last-child {
    border-top: 0;
    padding-top: 0;
  }
  .entityNav__links:not(:first-child):last-child li a {
    font-weight: 300;
  }
}
.entityNav.mobile-expanded {
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
.entityNav.mobile-expanded .entityNav__menu {
  display: block;
  overflow-y: auto;
}
.entityNav.mobile-expanded .entityNav__mobileMenuToggler::after {
  display: none;
}
.js-mobile-subnav-open {
  overflow: hidden;
}
.page:not(body) > .content.disclosure__content {
  margin-right: 16.6666666667%;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content.disclosure__content {
    margin-right: 33.3333333333%;
  }
}
.disclosure {
  padding-top: 60px;
  padding-bottom: 90px;
}
.disclosure p,
.disclosure ul,
.disclosure ol {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.disclosure p:last-child,
.disclosure ul:last-child,
.disclosure ol:last-child {
  margin-bottom: 0;
}
.disclosure ul {
  list-style-type: disc;
  padding-left: 18px;
}
.disclosure ol {
  list-style-type: none;
  counter-reset: dc_ol_counter;
}
.disclosure ol li {
  position: relative;
  padding-left: 19px;
  counter-increment: dc_ol_counter;
}
.disclosure ol li::before {
  content: counter(dc_ol_counter);
  font-weight: 500;
  position: absolute;
  margin-left: -16px;
}
.disclosure a {
  text-decoration: underline;
}
.feature {
  margin-top: 75px;
  margin-bottom: 75px;
}
.feature p {
  margin-bottom: 30px;
}
.feature__header {
  margin-bottom: 15px;
}
.feature__content {
  display: grid;
}
.feature__media {
  grid-row: 2;
  margin-bottom: 15px;
}
.has-gradient {
  position: relative;
  align-self: flex-start;
}
.has-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #fd7150, #ffcf4c);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.page-template-page-internships .pageHeader + .flexible > .feature,
.page--internship .pageHeader + .flexible > .feature,
.pageHeader + .feature {
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .page-template-page-internships .pageHeader + .flexible > .feature,
  .page--internship .pageHeader + .flexible > .feature,
  .pageHeader + .feature {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 90px;
  }
}
.pageHeader + .flexible > .feature:first-child {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .feature {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .feature p {
    margin-bottom: 60px;
  }
  .feature__content {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 1fr;
  }
  .feature__media {
    grid-row: 1 / span 2;
    grid-column: 2;
  }
  .align-left .feature__header,
  .align-left .feature__copy {
    padding-right: 40%;
  }
  .align-right .feature__media {
    grid-column: 1;
  }
  .align-right .feature__header,
  .align-right .feature__copy {
    grid-column: 2;
    margin-left: 40%;
  }
}
@media screen and (min-width: 960px) {
  .feature__content {
    margin: 0 10%;
    width: 80%;
  }
  .feature__media {
    margin-right: -20%;
  }
  .align-right .feature__header,
  .align-right .feature__copy {
    margin-left: 50%;
  }
}
.featureGrid {
  margin-top: 75px;
  margin-bottom: 75px;
}
.pageHeader + .flexible > .featureGrid:first-child {
  margin-top: 0;
}
.featureGrid--bg-gray {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #e0e0e0;
}
.featureGrid__title {
  margin-bottom: 15px;
}
.featureGrid__feature {
  margin-bottom: 60px;
}
.featureGrid__featureTitle {
  margin-bottom: 15px;
}
.featureGrid__image {
  display: feature;
  max-width: 100%;
  min-height: 54px;
  width: auto;
  margin-bottom: 30px;
}
.featureGrid__desc {
  max-width: 22em;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .featureGrid {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .featureGrid--bg-gray {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .featureGrid__columns {
    display: flex;
    margin-left: 10%;
    margin-right: 5%;
    width: 85%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featureGrid__feature {
    display: inline-flex;
    flex-direction: column;
    align-self: stretch;
    flex: 0 0 30%;
    margin-bottom: 0;
  }
  .featureGrid__title {
    margin-bottom: 15px;
  }
  .featureGrid__threeCol .featureGrid__feature:first-of-type {
    flex: 0 0 100%;
  }
  .featureGrid__threeCol .featureGrid__feature:first-of-type p:last-child,
  .featureGrid__threeCol .featureGrid__feature:first-of-type h2:last-child {
    margin-bottom: 45px;
  }
  .featureGrid__threeCol .featureGrid__feature:first-of-type p {
    width: 33%;
  }
  .featureGrid__threeCol .featureGrid__feature:nth-of-type(5),
  .featureGrid__threeCol .featureGrid__feature:nth-of-type(6),
  .featureGrid__threeCol .featureGrid__feature:nth-of-type(7) {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .featureGrid__threeCol .featureGrid__feature:nth-of-type(6) {
    margin-left: 5%;
    margin-right: auto;
  }
  .featureGrid__twoCol .featureGrid__feature:nth-of-type(4) {
    margin-left: 35%;
  }
  .featureGrid__twoCol .featureGrid__feature:nth-of-type(4),
  .featureGrid__twoCol .featureGrid__feature:nth-of-type(5) {
    margin-top: 60px;
  }
  .featureGrid__link {
    margin-top: auto;
    align-self: flex-start;
  }
}
@media screen and (max-width: 959px) {
  .featureGrid__feature {
    margin-bottom: 36px;
  }
  .featureGrid__feature .button--grow {
    min-width: 240px;
  }
  .featureGrid__desc {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1.2;
  }
  .featureGrid__featureTitle {
    margin-bottom: 8px;
    font-size: 21px;
    letter-spacing: -0.4px;
    line-height: 1.1428571429;
  }
}
.featureIcons {
  display: block;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f0f0f0;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .featureIcons {
    padding-top: 90px;
    padding-bottom: 90px;
    background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
  }
}
@media screen and (min-width: 960px) {
  .featureIcons {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
  }
}
.featureIcons__header {
  display: block;
  width: 90%;
  margin-bottom: 45px;
}
@media screen and (min-width: 640px) {
  .featureIcons__header {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .featureIcons__header {
    margin-left: 10%;
    margin-right: 5%;
    width: 30%;
  }
}
.featureIcons__header .h4 {
  margin-bottom: 15px;
}
.featureIcons__container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  width: 108.333%;
  margin-left: 0;
  margin-right: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.featureIcons__container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 640px) {
  .featureIcons__container {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 960px) {
  .featureIcons__container {
    margin-left: 10%;
    margin-right: 5%;
    width: 85%;
  }
}
.featureIcons--gray-bg {
  background: #f0f0f0;
}
@media screen and (min-width: 640px) {
  .featureIcons--gray-bg .featureIcons {
    background: transparent;
  }
}
@media screen and (min-width: 960px) {
  .featureIcons--gray-bg .featureIcons {
    background: transparent;
  }
}
.featureIcon {
  position: relative;
  flex: 0 0 63%;
  margin-right: 45px;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .featureIcon {
    margin-right: 5.9%;
    flex: 0 0 29.4%;
  }
}
.featureIcon__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
}
@media screen and (min-width: 960px) {
  .featureIcon__icon {
    height: 135px;
  }
}
.featureIcon__icon img {
  max-height: 65px;
  width: auto;
}
.featureIcon .h5 {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .featureIcon:nth-child(3n) {
    margin-right: 0;
  }
}
.infoGrid h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .infoGrid h2 {
    margin-bottom: 90px;
  }
}
.infoGrid h4 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .infoGrid h4 {
    font-size: 30px;
    line-height: 1;
  }
}
.infoGrid {
  margin-bottom: 90px;
}
.infoGrid + .featureGrid {
  padding-top: 0;
}
.infoGrid .content {
  padding: 90px 0 0 0;
}
@media screen and (min-width: 960px) {
  .infoGrid .content {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 959px) {
  .infoGrid {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .infoGrid__items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.infoGrid__item {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .infoGrid__item {
    margin-bottom: 90px;
    width: 45%;
  }
  .infoGrid__item p {
    width: 80%;
  }
  .infoGrid__item:nth-child(odd) {
    margin-right: 5%;
  }
}
.infoGrid__item h4 {
  margin-bottom: 15px;
}
.infoGrid__item p {
  margin-bottom: 30px;
}
.infoGrid__item button {
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  .infoGrid__item {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.linkList .content {
  background: #f0f0f0;
  padding: 60px 8.3333333333%;
}
@media screen and (max-width: 959px) {
  .linkList .content {
    margin: 0 auto;
  }
}
.linkList__item a {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid;
  color: #000;
}
.linkList__item:last-child a {
  border-bottom: none;
}
.linkList__item .item-detail,
.linkList__item .link--slide {
  -webkit-text-fill-color: #000;
}
.linkList__item .link--slide {
  position: relative;
  top: 5px;
}
.linkList__item .item-title {
  padding-right: 8px;
}
.linkList__item .item-info {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .linkList__item a {
    display: flex;
    justify-content: space-between;
  }
  .linkList__item span {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .linkList .content {
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0 90px;
  }
  .linkList__title {
    flex: 0 0 90%;
    margin-left: 10%;
  }
  .linkList__cta {
    flex: 0 1 30%;
    margin-left: 10%;
    align-self: flex-end;
  }
  .linkList__items {
    flex: 0 1 50%;
    order: 2;
  }
  .linkList__item:last-child a {
    padding-bottom: 0;
  }
}
.pageHeader {
  padding: 60px 0;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .pageHeader {
    background-image: url("../img/bg-grid-6col.svg");
  }
}
.pageHeader h1 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .pageHeader h1 {
    max-width: 90%;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
.pageHeader h1::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 12px;
  background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  bottom: 0;
  left: 0;
}
.pageHeader p {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .pageHeader p {
    font-size: 36px;
    margin-right: 20%;
    margin-left: 10%;
  }
}
.pageHeader--light {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .pageHeader--light {
    padding-bottom: 90px;
  }
}
.pageHeader--light h1 {
  position: static;
  padding-bottom: 0;
  margin-bottom: 15px;
  max-width: 100%;
}
.pageHeader--light h1::after {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .pageHeader--light h1 {
    max-width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .page--offices .pageHeader--light,
  .page--search .pageHeader--light,
  .page--basic .pageHeader--light,
  .page--form .pageHeader--light {
    padding-top: 200px;
  }
}
.pageHeader--subnav {
  padding-bottom: 45px;
}
.pageHeader--subnav h1 {
  margin-bottom: 15px;
}
.pageHeader--subnav h1::after {
  display: none;
}
.pageHeader--subnav p {
  font-size: 19px;
  line-height: 1.2631578947;
  margin-bottom: 45px;
  margin-left: 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .pageHeader--subnav p {
    width: 50%;
  }
}
.pageHeader-nav {
  border: 1px solid;
  border-width: 1px 0;
  display: inline-flex;
  background: #fff;
  overflow: auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .pageHeader-nav {
    width: auto;
  }
}
.pageHeader-nav a {
  text-decoration: none;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
  margin-right: 30px;
}
@media screen and (min-width: 960px) {
  .pageHeader-nav a {
    margin-right: 45px;
  }
}
.pageHeader-nav a:hover,
.pageHeader-nav a:focus,
.pageHeader-nav a.current {
  color: #00a5bd;
}
@media screen and (max-width: 959px) {
  .pageHeader-nav:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.001),
      #fff
    );
    background-image: -webkit-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.001),
      #fff
    );
    height: 40px;
    right: 0;
    width: 30%;
  }
}
.pageHeader--sitelet {
  position: relative;
  padding: 0 0 45px 0;
  transition: 0.4s all ease;
}
.pageHeader--sitelet .fixed-eyebrow {
  display: none;
}
@media screen and (min-width: 960px) {
  .pageHeader--sitelet .fixed-eyebrow {
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 130px;
    left: 8.33333%;
    height: 0;
    padding-left: 5px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet p {
    padding-left: 14%;
  }
}
@media screen and (min-width: 960px) {
  .pageHeader--sitelet p {
    margin-right: 0;
    margin-left: 0;
  }
}
.pageHeader--sitelet h1 {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.pageHeader--sitelet h1 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pageHeader--sitelet h1 br {
    display: block;
  }
}
.pageHeader--sitelet h1::after {
  background-image: none;
}
.pageHeader--sitelet .mediaTriangle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .mediaTriangle {
    position: absolute;
    display: block;
    width: 50%;
    padding-bottom: 50%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
}
.pageHeader--sitelet .mediaTriangle__media {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .mediaTriangle__media {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    top: 0;
    right: 0;
  }
}
.pageHeader--sitelet .mediaTriangle__media video {
  display: none;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .mediaTriangle__media video {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}
.pageHeader--sitelet
  .mediaTriangle__media
  img:first-of-type:not(.mediaTriangle__media-mobile) {
  display: none;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet
    .mediaTriangle__media
    img:first-of-type:not(.mediaTriangle__media-mobile) {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}
.pageHeader--sitelet .mediaTriangle__media-mobile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .mediaTriangle__media-mobile {
    display: none;
  }
}
.pageHeader--sitelet .flickity-page-dots {
  position: relative;
  padding-left: 8.3333333333%;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .flickity-page-dots {
    padding-left: 16.6666666667%;
    top: -12px;
  }
}
.pageHeader--sitelet .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin-right: 30px;
}
.pageHeader--sitelet .content,
.pageHeader--sitelet .single-text-block {
  display: block;
  position: relative;
  width: auto;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .content,
  .pageHeader--sitelet .single-text-block {
    margin-top: 0;
    margin-bottom: 42px;
    padding-top: 150px;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .pageHeader--sitelet .content,
  .pageHeader--sitelet .single-text-block {
    max-width: auto;
  }
}
.pageHeader--sitelet .slide-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .single-text-block {
    position: absolute;
    top: 0;
    width: 58.3333333333% !important;
  }
}
.pageHeader--sitelet .single-text-block--hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .pageHeader--sitelet .single-text-block--hidden {
    display: block;
    visibility: hidden;
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .pageHeader--sitelet .slider--singleText .flickity-viewport {
    margin-bottom: 30px;
  }
}
.pageHeader--landing {
  display: block;
}
.pageHeader--landing .h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .pageHeader--landing .h2 {
    margin-bottom: 75px;
  }
}
.pageHeader__content-columns {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .pageHeader__content-columns {
    display: flex;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 959px) {
  .pageHeader__image--vert {
    display: none;
  }
}
.pageHeader--insights {
  padding: 60px 0 0;
}
.pageHeader--insights__content {
  width: auto;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-bottom: 45px;
}
.pageHeader--insights__content-flex {
  display: block;
}
.pageHeader--insights h1 {
  font-size: 30px;
  line-height: 1.1;
  padding-bottom: 0;
}
.pageHeader--insights h1::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .pageHeader--insights h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pageHeader--insights {
    padding: 20px 0 0;
  }
  .pageHeader--insights__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .pageHeader--insights__content-flex {
    display: flex;
    margin-left: 8.33333%;
    margin-right: 4%;
  }
  .pageHeader--insights h1 {
    width: 66.5%;
    padding-top: 90px;
    padding-right: 15%;
    line-height: 1.1;
    font-size: 36px;
  }
  .pageHeader--insights h1 .search-query {
    display: block;
    font-size: 72px;
  }
}
.pageHeader--insights .insights-hero {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pageHeader--insights .insights-hero {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 33.5%;
    overflow: hidden;
  }
  .pageHeader--insights .insights-hero .insights-hero-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .pageHeader--insights .insights-hero + .content {
    margin-top: 55px;
  }
  .pageHeader--insights .insights-hero img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .pageHeader--insights .insights-hero img:nth-child(1) {
    width: 66.5%;
  }
  .pageHeader--insights .insights-hero img:nth-child(2) {
    width: 33.5%;
  }
}
.pageHeader--insights .insights-nav {
  position: relative;
  display: flex;
  background: transparent;
  padding: 0 10%;
  margin: 0 -10%;
  width: 120%;
  border: 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pageHeader--insights .insights-nav::-webkit-scrollbar {
  display: none;
}
.pageHeader--insights .insights-nav a {
  line-height: 3;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  margin-right: 60px;
}
.pageHeader--insights .insights-nav a:hover,
.pageHeader--insights .insights-nav a:focus,
.pageHeader--insights .insights-nav a.current {
  color: #00a5bd;
}
@media screen and (min-width: 1024px) {
  .pageHeader--insights .insights-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.page:not(body) > .content.projectCarousel__content {
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content.projectCarousel__content {
    margin-left: 16.6666666667%;
  }
}
.projectCarousel {
  background: repeat-y center/100% url("../img/bg-grid-6col--3-cols.svg");
  padding-top: 75px;
  padding-bottom: 75px;
}
.projectCarousel__content {
  position: relative;
}
.projectCarousel header {
  margin-bottom: 50px;
}
.projectCarousel .h4 {
  padding-right: 30%;
}
.projectCarousel .h3 {
  margin-left: -1px;
}
.projectCarousel .h6 {
  font-weight: 600;
  font-size: 16px;
}
.projectCarousel__slide {
  position: relative;
  width: 100%;
}
.projectCarousel .flickity-page-dots {
  margin-top: 60px;
}
.projectCarousel .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin-right: 30px;
}
.projectCarousel__see {
  position: absolute;
  display: none;
  top: 0;
  right: 5.8%;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.projectCarousel__see:hover,
.projectCarousel__see:focus {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.projectCarousel__text {
  padding-right: 15%;
}
.projectCarousel__text p {
  margin-top: 20px;
  margin-bottom: 0;
}
.projectCarousel__text .button {
  margin-top: 30px;
}
.projectCarousel__image {
  display: none;
}
.projectCarousel__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .projectCarousel {
    padding-top: 90px;
    padding-bottom: 90px;
    background: repeat-y center/100% url("../img/bg-grid-6col--1-4.svg");
  }
  .projectCarousel .h4 {
    padding-right: 20%;
  }
  .projectCarousel .flickity-page-dots {
    margin-top: 15px;
  }
  .projectCarousel__see {
    display: block;
  }
  .projectCarousel__slide {
    display: flex;
  }
  .projectCarousel__text {
    width: 44.5%;
    padding-right: 70px;
  }
  .projectCarousel__image {
    width: 55.5%;
    display: block;
  }
}
.git {
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #5e6167;
}
.git > span {
  margin-left: 15px;
  margin-right: 10px;
  position: relative;
}
.git__forks::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -14px;
  top: 2px;
  background-image: url("../svg/icon-fork.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.git__stars::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -15px;
  top: 2px;
  background-image: url("../svg/icon-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .git {
    margin-bottom: 20px;
  }
}
.projectFeatures {
  display: block;
  margin-top: 45px;
}
.projectFeatures header {
  margin-bottom: 30px;
}
.projectFeature {
  display: block;
  margin-bottom: 90px;
}
.projectFeature__copy {
  display: relative;
}
.projectFeature__copy h3 {
  margin-bottom: 10px;
}
.projectFeature__copy h4 {
  margin-bottom: 15px;
}
.projectFeature__copy .projectFeature__description {
  margin-bottom: 30px;
  display: block;
}
.projectFeature__copy .projectFeature__cta {
  margin-bottom: 45px;
}
.projectFeature__media {
  margin-bottom: 30px;
}
.projectFeature__media.has-gradient {
  position: relative;
  align-self: flex-start;
}
.projectFeature__media.has-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.projectFeature__media.gradient-blue::after {
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
.projectFeature__media.gradient-orange::after {
  background: linear-gradient(90deg, #fd7150, #ffcf4c);
}
.projectFeature__media.gradient-purple::after {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
}
@media screen and (min-width: 960px) {
  .projectFeatures {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .projectFeatures header {
    margin-bottom: 60px;
  }
  .projectFeature {
    display: grid;
    grid-template-rows: auto 1fr;
    margin-bottom: 105px;
  }
  .projectFeature__media,
  .projectFeature__copy {
    grid-row: 1;
  }
  .projectFeature__media {
    margin-bottom: 0;
  }
  .projectFeature__cta {
    display: block;
    position: relative;
  }
  .projectFeature__cta a {
    display: block;
    position: absolute;
  }
  .align-left .projectFeature__media {
    grid-column: 5 / span 5;
    margin-left: 60px;
  }
  .align-left .projectFeature__copy {
    grid-column: 1 / span 1;
  }
  .align-right .projectFeature__media {
    grid-column: 1 / span 5;
    margin-right: 60px;
  }
  .align-right .projectFeature__copy {
    grid-column: 6 / span 1;
  }
}
@media screen and (min-width: 960px) {
  .projectFeature__content {
    margin: 0 10%;
    width: 80%;
  }
}
.pg__container {
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .pg__container {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .peoplePostGrid .pg__container {
    padding-bottom: 90px;
  }
}
.content.pg__content {
  width: auto;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .content.pg__content {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.pg__header {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .pg__header {
    padding-top: 0;
  }
}
.pg__header .h4 {
  font-size: 30px;
  padding-bottom: 20px;
}
.pg__header .h5 {
  font-size: 24px;
  font-weight: 600;
}
.pg__header--pt0 {
  padding-top: 0;
}
.pg__description {
  margin: 10px 0 10px;
}
.pg__navigation {
  position: relative;
  padding: 18px 0;
  margin-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: all 0.4s;
  z-index: 71;
}
.pg__navigation > h3 {
  display: none;
}
@media screen and (min-width: 960px) {
  .pg__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 15px 0 0;
    border-bottom: 0;
  }
  .pg__navigation > h3 {
    display: block;
    width: 100px;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.5;
    margin-top: 4px;
  }
}
.pg__loading-circle {
  display: none;
}
.pg__navBtn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  background-color: transparent;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
.pg__navBtn div {
  position: absolute;
  top: 3px;
  left: 0;
}
.pg__navBtn div span {
  position: absolute;
  width: 15px;
  height: 1px;
  top: 0;
  left: 0;
  background: #000;
  transition: 0.2s all;
}
.pg__navBtn div::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 6px;
  left: 0;
  background: #000;
  transition: 0.2s all;
}
.pg__navBtn div::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 12px;
  left: 0;
  background: #000;
  transition: 0.2s all;
}
.pg__navBtn.opened div span {
  top: 6px;
  transform: rotate(45deg);
}
.pg__navBtn.opened div::before {
  top: 6px;
  transform: rotate(-45deg);
}
.pg__navBtn.opened div::after {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .pg__navBtn {
    display: none;
  }
}
.pg__filter-container {
  display: none;
}
@media screen and (min-width: 960px) {
  .pg__filter-container {
    display: block;
  }
}
.pg-filter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 18px;
}
.pg-filter > li {
  position: relative;
  display: block;
}
.pg-filter__terms {
  display: none;
  position: absolute;
  margin: -21px 0 0;
  padding: 12px 14px 12px 28px;
  width: 100%;
  max-height: 178px;
  overflow-y: auto;
  z-index: 2;
  border: 1px solid #000;
  background-color: #fff;
}
.pg-filter__terms > li {
  position: relative;
  margin-bottom: 10px;
}
.pg-filter__terms > li:last-of-type {
  margin-bottom: 0;
}
.pg-filter__terms.is-active {
  display: block;
}
@media screen and (min-width: 960px) {
  .pg-filter {
    flex-direction: row;
    padding-top: 0;
  }
  .pg-filter > li {
    margin-right: 50px;
    display: inline-block;
  }
  .pg-filter__terms {
    margin: -18px 0 0;
    min-width: 180px;
  }
}
.pg-filter__button,
.pg-filter__root-cb + label {
  position: relative;
  display: block;
  padding: 15px 22px;
  margin-bottom: 20px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.pg-filter__button::after,
.pg-filter__root-cb + label::after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 15px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media screen and (min-width: 960px) {
  .pg-filter__button,
  .pg-filter__root-cb + label {
    display: inline-block;
    padding: 5px 0;
    border: 0;
    width: auto;
    font-size: 17px;
  }
  .pg-filter__button::after,
  .pg-filter__root-cb + label::after {
    bottom: 8px;
    right: -15px;
  }
}
.pg-filter__button:focus-visible {
  border-bottom: 1px dotted #bfbfbf;
}
.pg-filter__cb {
  position: relative;
}
.pg-filter__cb + label {
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.pg-filter__cb + label::before {
  content: url("../img/caret.svg");
  position: absolute;
  opacity: 0;
  left: -9px;
  top: 1px;
  transform: translateX(-100%);
}
@media screen and (min-width: 960px) {
  .pg-filter__cb + label {
    font-size: 17px;
  }
}
.pg-filter__cb:checked + label {
  border-bottom: 1px solid #000;
}
.pg-filter__cb:checked + label::before {
  opacity: 1;
}
.js-pg-filter-cb {
  position: absolute;
  left: -20px;
  visibility: hidden;
}
.pg-filter__board {
  display: none;
}
.pg-filter__clear {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .pg-filter__clear {
    display: inline-block;
  }
}
.pg-filter__filtered-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 50px 15px 22px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
}
.pg-filter__filtered-button::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 13px;
  width: 13px;
  height: 13px;
  background-image: url("../svg/plus-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .pg-filter__filtered-button {
    display: inline-block;
    width: auto;
    padding: 6px 50px 6px 10px;
    margin-right: 20px;
    font-size: 17px;
  }
}
.pg__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2px);
}
@media screen and (min-width: 960px) {
  .pg__list {
    width: calc(100% + 4px);
  }
}
.pg-no-results {
  display: none;
  padding-top: 15px;
  color: #888;
}
.pg-item {
  position: relative;
  width: 50%;
  margin-top: -1px;
  margin-left: -1px;
  list-style-type: none;
}
@media screen and (min-width: 960px) {
  .pg-item {
    width: 25%;
  }
}
.pg-button {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  line-height: 1.1;
}
.pg-button__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pg-button__content img {
  max-width: 82%;
  max-height: 82%;
}
.pg-button:disabled {
  cursor: default;
}
.pg-button:focus-visible .pg-button__content {
  border: 1px solid #bfbfbf;
}
.pg-button:not(:disabled) .pg-button__content {
  background: linear-gradient(0deg, #fff, #fff);
}
.pg-button:not(:disabled) .pg-button__content:hover {
  background: linear-gradient(0deg, #fd7150, #ffcf4c);
}
.pg-button.active .pg-button__content {
  background: linear-gradient(0deg, #fd7150, #ffcf4c);
}
.pg-button__expand {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../svg/plus-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.pg-button .pg-git {
  position: absolute;
  right: 15px;
  bottom: 8px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #5e6167;
}
.pg-button .pg-git span {
  margin-left: 30px;
  position: relative;
}
.pg-button .pg-git__forks::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -14px;
  top: 2px;
  background-image: url("../svg/icon-fork.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pg-button .pg-git__stars::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -15px;
  top: 2px;
  background-image: url("../svg/icon-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pg-button .pg-ppl {
  position: absolute;
  top: 100%;
  left: 0;
  color: #000;
  text-align: left;
  padding-top: 10px;
}
.pg-button .pg-ppl__name {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}
.pg-button .pg-ppl__role {
  font-size: 15px;
  line-height: 1.1;
}
.pg-button.pg-button--company:not(:disabled) .pg-button__content:hover {
  background: linear-gradient(45deg, #00cae0 1%, #00a0ad 156%);
}
.pg-button.pg-button--company.active .pg-button__content {
  background: linear-gradient(45deg, #00cae0 1%, #00a0ad 156%);
}
.pg-button--people {
  margin-bottom: 90px;
  border: 1px solid #fff;
}
.pg-button--people img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s;
}
.pg-button--people img::before {
  content: "";
  background-color: #bbb;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pg-button--people.active .pg-button__expand {
  visibility: hidden;
}
.pg-button--people .pg-button__expand {
  visibility: visible;
  background-image: url("../svg/plus-white.svg");
}
.pg-button.pg-button--people.active .pg-button__content {
  background: center/100% no-repeat url("../img/ppg-people.jpg");
}
.pg-button.pg-button--people.active img {
  opacity: 0;
}
.pg-button--tail,
.pg-button--tail-orange {
  margin-bottom: 90px;
  border: 0;
  background: transparent;
}
.pg-button--tail .pg-button__content,
.pg-button--tail-orange .pg-button__content {
  background: center/100% no-repeat url("../svg/accordion-triangle-teal.svg");
  transform: rotate(90deg);
}
.pg-button--tail-orange .pg-button__content {
  background: center/100% no-repeat url("../svg/accordion-triangle-orange.svg");
}
.pg-panel {
  position: relative;
  background-color: #000;
  color: #fff;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  width: calc(200% - 1px);
}
@media screen and (min-width: 960px) {
  .pg-panel {
    width: calc(400% - 3px);
  }
}
.pg-panel__container {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 40px;
}
.pg-panel__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url("../svg/plus-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  filter: invert(1);
  background-color: transparent;
  padding: 0;
  transform: rotate(45deg);
}
.pg-panel__footer {
  text-align: center;
}
.pg-panel .h4 {
  margin-bottom: 5px;
}
.pg-panel .h5 {
  margin-bottom: 10px;
}
.pg-panel p {
  margin-bottom: 45px;
}
.pg-panel img {
  width: 100%;
}
.pg-panel__c1 .button--white {
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .pg-panel__container {
    padding: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pg-panel__c1 {
    width: 50%;
  }
  .pg-panel__c2 {
    display: block;
    width: 50%;
    padding-top: 45px;
    padding-left: 40px;
  }
  .pg-panel__c3 {
    display: block;
    width: 100%;
  }
}
.pg-item:nth-child(4n + 1) .pg-panel {
  left: 0;
}
.pg-item:nth-child(4n + 2) .pg-panel {
  left: -100%;
  margin-left: 1px;
}
.pg-item:nth-child(4n + 3) .pg-panel {
  left: 0;
}
@media screen and (min-width: 960px) {
  .pg-item:nth-child(4n + 3) .pg-panel {
    left: -200%;
    margin-left: 2px;
  }
}
.pg-item:nth-child(4n + 4) .pg-panel {
  left: -100%;
}
@media screen and (min-width: 960px) {
  .pg-item:nth-child(4n + 4) .pg-panel {
    left: -300%;
    margin-left: 3px;
  }
}
.pg-panel.pg-panel--people {
  background-color: #f0f0f0;
  color: #000;
}
.pg-panel.pg-panel--people .pg-panel__container {
  padding: 0 40px 80px;
}
.pg-panel.pg-panel--people .pg-panel__close {
  filter: invert(0);
  display: none;
}
.pg-panel.pg-panel--people .pg-carousel__counter {
  margin-left: 40px;
}
.pg-panel.pg-panel--people .flickity-prev-next-button {
  filter: invert(0);
}
.pg-panel.pg-panel--people .flickity-prev-next-button.previous {
  right: 75px;
}
.pg-panel.pg-panel--people .flickity-prev-next-button.next {
  right: 40px;
}
@media screen and (min-width: 960px) {
  .pg-panel.pg-panel--people .pg-panel__container {
    padding: 40px;
  }
  .pg-panel.pg-panel--people .pg-panel__close {
    display: block;
  }
  .pg-panel.pg-panel--people .pg-carousel__counter {
    margin-left: 0;
  }
  .pg-panel.pg-panel--people .flickity-prev-next-button.previous {
    right: 35px;
  }
  .pg-panel.pg-panel--people .flickity-prev-next-button.next {
    right: 0;
  }
}
.pg-panel.pg-panel--people .pg-panel__c1 {
  order: 1;
  margin-top: 30px;
}
.pg-panel.pg-panel--people .pg-panel__c2 {
  order: 0;
  margin-left: -40px;
  margin-right: -40px;
}
.pg-panel.pg-panel--people .pg-panel__c3 {
  order: 2;
}
.pg-panel.pg-panel--people .pg-panel__c4 {
  order: 3;
}
.pg-panel.pg-panel--people .pg-panel__c5 {
  order: 4;
}
@media screen and (min-width: 960px) {
  .pg-panel.pg-panel--people .pg-panel__c1 {
    order: 0;
    margin-top: 0;
  }
  .pg-panel.pg-panel--people .pg-panel__c2 {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px;
  }
  .pg-panel.pg-panel--people .pg-panel__c3 {
    width: 50%;
    margin-top: 30px;
  }
  .pg-panel.pg-panel--people .pg-panel__c4 {
    width: 50%;
    margin-top: 30px;
    padding-left: 40px;
  }
  .pg-panel.pg-panel--people .pg-panel__c5 {
    width: 100%;
  }
}
.pg-panel.pg-panel--people-post {
  background-color: transparent;
}
.pg-panel.animate-in {
  transition: height 0.5s ease;
}
.pg-panel.animate-in .pg-panel__container {
  opacity: 1;
}
.pg-year {
  font-weight: 600;
}
.pg-role {
  font-size: 15px;
}
.pg-panel .pg-year,
.pg-panel .pg-role {
  margin-bottom: 20px;
}
.pg-linkedin,
.pg-twitter {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
  margin-right: 15px;
}
.pg-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.pg-twitter {
  background-image: url("../img/icon-twitter.svg");
}
.pg-description {
  max-height: 210px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 45px;
}
.pg-description p,
.pg-description ul,
.pg-description ol {
  margin-bottom: 15px;
}
.pg-description a {
  text-decoration: underline;
}
.pg-description b,
.pg-description strong {
  font-weight: 600;
}
.pg-description ul {
  list-style: disc;
  padding-left: 17px;
}
.projectPatchworkGrid .pg-description a,
.companyPatchworkGrid .pg-description a {
  color: #fff;
}
.pg-quote {
  font-weight: 600;
  width: 70%;
}
.pg-quote::before {
  content: "“";
  display: block;
  width: 38px;
  height: 30px;
  margin-bottom: 12px;
  font-size: 100px;
  line-height: 0.8;
}
.pg-stats {
  margin-bottom: 45px;
}
.pg-stats > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.pg-stats > ul li {
  width: 40%;
}
.pg-stats__number {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}
.pg-members {
  margin-bottom: 45px;
}
.pg-members li {
  margin-bottom: 10px;
}
.pg-members li a {
  color: inherit;
  border-bottom: 1px solid inherit;
}
.pg-members li a:hover {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.pg-articles {
  position: relative;
  margin-bottom: 45px;
}
.pg-articles .h5 {
  padding-right: 100px;
  margin-bottom: 20px;
}
.pg-articles__all {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  border-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pg-articles__all:hover {
  color: #00a5bd;
  border-color: #00a5bd;
}
.pg-articles li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pg-articles__terms {
  margin-bottom: 10px;
}
.pg-articles__terms a {
  color: inherit;
}
.pg-articles__terms a:hover {
  color: #00a5bd;
}
.pg-articles__post {
  color: inherit;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}
.pg-articles__post:hover {
  color: #00a5bd;
}
.pg-carousel__counter + .pg-articles {
  margin-top: 30px;
}
.pg-panel .flickity-prev-next-button {
  filter: invert(1);
  top: auto;
  bottom: -30px;
  width: 15px;
  height: 15px;
}
.pg-panel .flickity-prev-next-button.previous {
  right: 35px;
}
.pg-panel .pg-carousel__counter {
  margin-top: 15px;
}
.pg-video {
  margin-top: 45px;
}
.pg-video .video__placeholder {
  padding: 0;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  margin-top: 5px;
}
.pg-video .video__placeholder:hover {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.pg-video .video__placeholder:focus-visible {
  border: 1px solid #bfbfbf;
}
.pg-resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pg-resources > li {
  width: 50%;
  margin-bottom: 15px;
}
.pg-resources a {
  display: flex;
  width: 100%;
  height: 105px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pg-resources img {
  max-height: 90%;
  width: auto;
}
@media screen and (min-width: 960px) {
  .pg-resources > li {
    width: 25%;
  }
}
.pg__loader {
  padding-top: 45px;
  padding-bottom: 90px;
  text-align: center;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .pg__loader {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
  }
}
.pg__spinner {
  display: none;
}
.js-pg-panel-close:focus-visible {
  border: 2px solid #bfbfbf;
}
.pg__container--bg-line {
  padding-bottom: 0;
}
.pg__content--bg-line {
  position: relative;
}
.pg__content--bg-line .pg__description {
  padding-right: 45px;
}
@media screen and (min-width: 960px) {
  .pg__content--bg-line .pg__description {
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .processSlider.page:not(body) > .content {
    margin-left: 16.66667%;
  }
}
.processSlider {
  padding: 75px 0;
}
.processSlider__header {
  margin-bottom: 75px;
}
.processSlider__header .h4 {
  margin-bottom: 15px;
  width: 250px;
}
.processSlider__header p {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .processSlider {
    background: repeat-y center/100% auto url("../img/bg-grid-6col--1.svg");
    padding: 90px 0;
  }
  .processSlider__header {
    max-width: 33.3333%;
  }
}
.processSlider__items.flickity-enabled {
  padding-top: 55px;
  margin-top: -45px;
  margin-bottom: 0;
}
.processSlider__item {
  padding-right: 35px;
  margin-bottom: 75px;
  width: 75%;
  line-height: 1;
}
.processSlider__item .h3 {
  margin-bottom: 3px;
}
.processSlider__item p {
  font-weight: 600;
}
.processSlider__item:hover .h3,
.processSlider__item.is-selected .h3 {
  color: #00a5bd;
}
@media screen and (min-width: 480px) {
  .processSlider__item {
    width: auto;
  }
  .processSlider__item .h3 {
    white-space: nowrap;
  }
  .processSlider__item p {
    width: 170px;
  }
}
.processSlider__slide-wrapper {
  position: relative;
  width: 100%;
}
.processSlider__image {
  width: 70%;
}
.processSlider__image img {
  width: 100%;
}
.processSlider__groups > div {
  margin-top: 15px;
  margin-bottom: 45px;
}
.processSlider__text .h4 {
  margin-bottom: 15px;
}
.processSlider__text p a {
  border-bottom: 2px solid #000;
}
.processSlider__article {
  width: 70%;
}
.processSlider__stat {
  max-width: 60%;
}
.processSlider__stat .h2 {
  font-weight: 500;
  font-size: 72px;
}
.processSlider__stat p {
  font-size: 21px;
}
@media screen and (min-width: 960px) {
  .processSlider__slide {
    display: flex;
    flex-direction: row;
  }
  .processSlider__image {
    width: 60%;
  }
  .processSlider__groups {
    width: 40%;
    padding-left: 105px;
  }
  .processSlider__article {
    width: auto;
  }
}
.quote {
  display: block;
}
@media screen and (max-width: 959px) {
  .quote .content {
    margin: 0 !important;
  }
}
.quote__content {
  background-image: linear-gradient(148deg, #0068bb -33%, #6400a9 92%);
  color: #fff;
  position: relative;
  display: block;
  padding: 45px 8.3333333333%;
  font-weight: 100;
}
@media screen and (min-width: 960px) {
  .quote__content {
    background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
    display: flex;
    align-items: flex-start;
    padding: 60px 75px;
  }
}
.quote__quoteContainer {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .quote__quoteContainer {
    max-width: 75%;
    padding: 0 8.3333333333% 0 0;
    border-bottom: none;
  }
}
.quote__quoteContainer:before {
  content: "";
  background-image: url("../svg/quote.svg");
  display: block;
  width: 38px;
  height: 30px;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .quote__quoteContainer:after {
    content: "";
    position: absolute;
    height: 80%;
    border-right: 1px solid #fff;
    right: 0;
    top: 45px;
  }
}
.quote__text {
  font-size: 30px;
  line-height: 1.1;
}
.quote__citation {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .quote__citation {
    padding: 75px 0 0 45px;
  }
}
.relatedArticles {
  display: block;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media screen and (min-width: 960px) {
  .relatedArticles {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.bg-gray-light .relatedArticles,
.bg-gray-medium .relatedArticles {
  margin-top: 0;
  margin-bottom: 0;
  padding: 75px 0;
}
@media screen and (min-width: 960px) {
  .bg-gray-light .relatedArticles,
  .bg-gray-medium .relatedArticles {
    padding: 90px 0;
  }
}
.relatedArticles .button {
  margin-left: 2px;
  margin-top: auto;
  align-self: flex-start;
}
@media screen and (min-width: 640px) {
  .relatedArticles .button {
    margin-left: 0;
  }
}
.relatedArticles .flickity-page-dots {
  position: relative;
  left: 2px;
}
.relatedArticles__header-container {
  margin-bottom: 45px;
}
.relatedArticles__header-container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .relatedArticles__header-container > div {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .relatedArticles__header-container {
    margin-left: 10%;
    margin-right: 5%;
  }
}
.relatedArticles__header-container p {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .relatedArticles__header-container p {
    margin-top: 30px;
  }
}
.relatedArticles__cards {
  display: block;
}
.relatedArticles__cards::after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 640px) {
  .relatedArticles__cards {
    display: flex;
    justify-content: space-between;
  }
  .relatedArticles__cards::after {
    content: "";
  }
}
@media screen and (min-width: 960px) {
  .relatedArticles__cards {
    margin-left: 10%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 960px) {
  .button.relatedArticles__cta {
    margin-top: 60px;
    margin-left: 10%;
  }
}
@media screen and (max-width: 959px) {
  .button.relatedArticles__cta--desktop {
    display: none;
  }
}
.button.relatedArticles__cta--mobile {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .button.relatedArticles__cta--mobile {
    display: none;
  }
}
.relatedArticles .articleCard {
  width: calc(100vw - 20%);
}
@media screen and (min-width: 640px) {
  .relatedArticles .articleCard {
    max-width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .articleCard {
    margin-bottom: 75px;
  }
  .articleCard:last-of-type {
    margin-bottom: 0;
  }
}
.articleCard .h4 {
  margin-bottom: 30px;
}
.articleCard__content {
  display: flex;
  flex-direction: column;
}
.articleCard__image {
  margin-bottom: 30px;
}
.articleCard__link {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.articleCard__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.relatedArticles__cards.flickity-enabled .articleCard {
  margin-bottom: 0;
}
.relatedArticles .flickity-page-dots {
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .home .articleCard__link .button,
  .page--home .articleCard__link .button {
    display: none;
  }
}
.stickyCta {
  z-index: 3001;
}
.stickyCta a {
  color: #fff;
  font-weight: 300;
  display: table;
}
@media screen and (max-width: 959px) {
  .stickyCta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
  }
  .stickyCta .content {
    margin: 0;
  }
  .stickyCta a {
    display: block;
    text-align: right;
  }
  .stickyCta a,
  .stickyCta a:hover,
  .stickyCta a:focus {
    padding: 30px 8.3333333333%;
  }
  .stickyCta a::after {
    filter: invert(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    top: 110vh;
  }
  40% {
    top: 62vh;
  }
  70% {
    top: 68vh;
  }
  100% {
    top: 66vh;
  }
}
@keyframes bounceIn {
  0% {
    top: 110vh;
  }
  40% {
    top: 62vh;
  }
  70% {
    top: 68vh;
  }
  100% {
    top: 66vh;
  }
}
@media screen and (min-width: 960px) {
  .stickyCta {
    position: -webkit-sticky;
    position: sticky;
    top: 150vh;
    pointer-events: none;
    height: 0;
    -webkit-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .stickyCta a {
    pointer-events: auto;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: left;
    margin-left: -14px;
    color: #000;
  }
  .stickyCta a::before,
  .stickyCta a:hover::before {
    top: 6px;
  }
}
.stickyCta--page {
  z-index: 3000;
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
}
.stickyCta__container {
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: 0.4s all ease;
}
@media screen and (min-width: 960px) {
  .stickyCta__container {
    width: 16.6666666667%;
    background-color: none;
  }
}
.stickyCta__container.expanded {
  background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
}
.stickyCta__panel {
  margin-left: 15px;
  margin-right: 30px;
  padding-left: 33.3333333333%;
}
@media screen and (min-width: 960px) {
  .stickyCta__panel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.stickyCta__panel > ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 960px) {
  .stickyCta__panel > ul {
    margin: 0;
  }
}
.stickyCta__panel > ul li {
  margin: 0;
  padding: 0;
}
.stickyCta__panel a {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.4s all ease;
}
.sticyCta-btn {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 960px) {
  .sticyCta-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 960px) {
  .sticyCta-btn:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.stickyCta-toggleBtn,
.stickyCta-featureBtn {
  position: relative;
  height: 65px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.5px;
  line-height: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2352941176;
}
@media screen and (max-width: 959px) {
  .stickyCta-toggleBtn,
  .stickyCta-featureBtn {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    height: 65px;
    line-height: 65px;
  }
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn,
  .stickyCta-featureBtn {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(black, black);
  }
}
.stickyCta-toggleBtn::before,
.stickyCta-featureBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  left: 100%;
  margin-left: -20px;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100%;
  filter: invert(1);
  transition: 0.4s all ease;
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn::before,
  .stickyCta-featureBtn::before {
    left: 0;
    margin-left: 15px;
    background-image: url("../svg/pre-arrow.svg");
  }
}
.stickyCta-toggleBtn:hover,
.stickyCta-featureBtn:hover {
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn:hover,
  .stickyCta-featureBtn:hover {
    padding-left: 15px;
    padding-right: 45px;
    background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  }
  .stickyCta-toggleBtn:hover::before,
  .stickyCta-featureBtn:hover::before {
    left: 100%;
    margin-left: -35px;
    background-image: url("../svg/plus-black.svg");
    background-size: 70%;
  }
}
.stickyCta-toggleBtn.expanded {
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn.expanded {
    padding-left: 15px;
    background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
    border-bottom: 0;
  }
  .stickyCta-toggleBtn.expanded::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.stickyCta-toggleBtn.expanded::before {
  left: 100%;
  margin-left: -20px;
  background-image: url("../svg/pre-arrow.svg");
  background-size: 70%;
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn.expanded::before {
    margin-left: -35px;
  }
}
@media screen and (min-width: 960px) {
  .stickyCta-toggleBtn.expanded:hover::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.stickyCta-toggleBtn.expanded:hover::before {
  background-image: url("../svg/pre-arrow.svg");
}
@media screen and (min-width: 960px) {
  .stickyCta-featureBtn:hover::before {
    background-image: url("../svg/arrow.svg");
    background-size: 100%;
  }
}
.js-tab-contents {
  display: none;
  outline: none;
}
.js-tab-contents.is-active {
  display: block;
}
.ctaBlock {
  position: relative;
}
.ctaBlock .content {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  color: #fff;
  padding: 45px 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .ctaBlock .content {
    padding: 60px;
  }
}
@media screen and (max-width: 959px) {
  .ctaBlock .content {
    margin: 0 !important;
  }
}
.ctaBlock p {
  margin-bottom: 30px;
  font-size: 42px;
  max-width: 75%;
}
@media screen and (min-width: 960px) {
  .ctaBlock p {
    font-size: 60px;
  }
}
.page-template-page-entity-people-index .ctaBlock.page:not(body) > .content {
  margin-left: 16.6666666667%;
  margin-right: 16.6666666667%;
}
.article-footer .ctaBlock {
  margin-bottom: 45px;
}
.article-footer .ctaBlock p {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (min-width: 960px) {
  .article-footer .ctaBlock p {
    font-size: 36px;
    line-height: 36px;
  }
}
.article-footer .ctaBlock .page:not(body) > .content {
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
.subscribeCta {
  color: #fff;
  padding: 60px 0;
}
.subscribeCta p {
  max-width: 534px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .subscribeCta {
    padding: 90px 0;
  }
  .subscribeCta p {
    margin-bottom: 0;
  }
  .subscribeCta a {
    float: right;
    transform: translateY(-100%);
  }
}
.table {
  margin-top: 75px;
  margin-bottom: 75px;
}
.table header {
  margin-bottom: 60px;
}
.table header .h4 {
  margin-bottom: 15px;
}
.table__container {
  margin-bottom: 60px;
}
.table__body {
  overflow-x: auto;
}
.table__header {
  margin-bottom: 15px;
}
.table__header .h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.23529;
}
@media screen and (min-width: 960px) {
  .table__header .h3 {
    font-size: 19px;
  }
}
.table__header p {
  margin-top: 10px;
}
.table__footer {
  margin-top: 15px;
}
.table__footer .p {
  color: #888;
}
@media screen and (min-width: 960px) {
  .table {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .table header,
  .table__header {
    max-width: 66%;
  }
}
.table__content {
  position: relative;
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.table__content th,
.table__content td {
  min-width: 200px;
}
.table__content caption {
  margin-bottom: 15px;
  text-align: left;
}
.table__content caption p {
  margin-top: 15px;
}
.table__content caption:after {
  content: "";
  position: relative;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .table__content {
    width: 100%;
    table-layout: fixed;
  }
  .table__content th,
  .table__content td {
    min-width: auto;
  }
  .table__content caption {
    max-width: 66%;
  }
}
.table__content thead {
  background-color: #00a5bd;
  color: #fff;
  text-align: left;
}
.table__content thead th {
  padding: 15px;
  vertical-align: bottom;
  font-weight: 600;
  line-height: 1;
}
.table__content tbody td {
  padding: 15px;
}
.table__content tbody tr {
  border-bottom: 1px solid #bfbfbf;
}
.table__content tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.vtabs {
  padding: 60px 0;
  background: repeat-y center/100% auto url("../img/bg-grid-vtab-mobile.svg");
}
@media screen and (min-width: 960px) {
  .vtabs {
    padding: 90px 0;
  }
}
.vtabs-header .h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .vtabs-header .h4 {
    font-size: 30px;
    line-height: 1.1333333333;
  }
}
.vtabs-header p {
  margin-bottom: 30px;
}
.vtabs-nav {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-bottom: 25px;
}
.vtabs-nav a {
  display: block;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .vtabs-nav a {
    font-size: 21px;
    line-height: 1.4285714286;
  }
}
.vtabs-nav a.is-active::before {
  content: url("../img/caret.svg");
  position: absolute;
  left: -10px;
  transform: translateX(-100%);
}
.vtabs-nav a.is-active ~ a.is-active::before {
  display: none;
}
.vtabs-section__header {
  margin-bottom: 45px;
}
.vtabs-section__header h3 {
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  .vtabs-section__header h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.vtabs-section .video,
.vtabs-section .image,
.vtabs-section .stat,
.vtabs-section .quote,
.vtabs-section .articleCard {
  margin-bottom: 45px;
}
.vtabs-section .video {
  width: 100%;
}
.vtabs-section .video img {
  display: block;
  margin-bottom: 15px;
}
.vtabs-section img {
  display: block;
}
.vtabs-section .image {
  position: relative;
}
.vtabs-section .image::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 12px;
  background-image: linear-gradient(90deg, #00cae0, #0285b4);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .vtabs-section .image::after {
    height: 6px;
  }
}
.vtabs-section .quote {
  display: flex;
  flex-direction: column;
  grid-column: 1 / span 2;
  max-width: 40ch;
}
.vtabs-section .quote q {
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .vtabs-section .quote q {
    font-size: 22px;
    line-height: 1.0909090909;
  }
}
.vtabs-section .quote img {
  max-width: 45px;
  margin-bottom: 22.5px;
}
@media screen and (min-width: 640px) {
  .vtabs-section__partials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: -45px;
  }
  .vtabs-section .video,
  .vtabs-section .image,
  .vtabs-section .stat,
  .vtabs-section .quote,
  .vtabs-section .articleCard {
    margin-bottom: 60px;
    margin-right: 45px;
    align-self: flex-start;
    grid-column: span 1;
  }
  .vtabs-section .stat {
    padding: 30px 0 0 0;
  }
  .vtabs-section .video {
    grid-column: 1 / span 2;
    padding-right: 45px;
  }
}
@media screen and (max-width: 639px) {
  .vtabs-section .image,
  .vtabs-section .articleCard__image {
    max-width: 70%;
  }
  .vtabs p {
    font-size: 20px;
    line-height: 1.2;
  }
  .vtabs-section__header .h4 {
    font-size: 30px;
    line-height: 1.1333333333;
  }
  .vtabs-section .stat .h2 {
    font-size: 60px;
    line-height: 0.75;
  }
  .vtabs-section .articleCard .h4 {
    margin-bottom: 15px;
  }
  .vtabs-section .stat p {
    max-width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .vtabs-nav {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 960px) {
  .vtabs {
    background: repeat-y center/100% auto url("../img/bg-grid-6col--light.svg");
    padding-bottom: 0;
  }
  .vtabs .content {
    display: flex;
    flex-wrap: wrap;
  }
  .vtabs-header {
    padding-right: 30px;
  }
  .vtabs-header p {
    width: auto;
    max-width: 320px;
  }
  .vtabs-nav {
    margin-right: 0;
    width: 25%;
    margin-bottom: 90px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .vtabs-content {
    flex: 1;
    margin-left: 40%;
    position: relative;
    margin-top: -290px;
  }
  .vtabs-section__partials {
    margin-right: 0;
    margin-bottom: -80px;
  }
  .vtabs-section:last-child {
    padding-bottom: 90px;
  }
  .vtabs-section .quote {
    grid-column: span 1;
  }
  .vtabs-section__header {
    margin-bottom: 45px;
  }
  .vtabs-section__header h3 {
    padding-top: 140px;
  }
  .vtabs-section__header p {
    width: 50%;
  }
}
.vtimeline {
  padding: 98px 0 123px 0;
  background: #f0f0f0;
}
@media screen and (min-width: 960px) {
  .vtimeline {
    padding: 135px 0 195px;
    background: #f0f0f0 repeat-y center/100% auto url("../img/bg-grid-vt.svg");
  }
}
.vtimeline-nav {
  position: relative;
  width: auto;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  margin-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .vtimeline-nav {
    position: -webkit-sticky;
    position: sticky;
    width: 25%;
    margin-left: 16.6666666667%;
    margin-right: 0;
    padding-right: 4.1666666667%;
    top: 120px;
  }
}
.vtimeline-content {
  position: relative;
  display: block;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .vtimeline-content {
    flex: 1;
    width: 50%;
    margin-left: 41.6666666667%;
    margin-top: -290px;
  }
}
.vtimeline-header {
  padding-right: 30px;
}
.vtimeline-header .h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .vtimeline-header .h4 {
    font-size: 30px;
    line-height: 1.1333333333;
  }
}
.vtimeline-header p {
  margin-bottom: 30px;
}
.vtimeline-row {
  display: block;
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media screen and (min-width: 960px) {
  .vtimeline-row {
    border-bottom: 2px solid #000;
  }
}
.vtimeline-row:nth-child(even) .vtimeline-tab {
  flex-direction: row-reverse;
}
.vtimeline-tab {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: inherit;
  background-color: #f0f0f0;
  transition: background-color 0.4s ease;
  z-index: 3;
  cursor: pointer;
}
.vtimeline-tab:hover {
  background-color: #fff;
}
.vtimeline-tab__text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 50%;
  padding: 25px 20px 60px;
  border: 1px solid #bfbfbf;
}
.vtimeline-tab__text::after {
  content: "";
  position: absolute;
  background-image: url("../svg/plus-black.svg");
  background-size: cover;
  width: 26px;
  height: 26px;
  bottom: 20px;
  right: 20px;
}
.vtimeline-tab__text__body {
  height: 68%;
  overflow-y: auto;
  padding-right: 5px;
}
.vtimeline-tab__text h3 {
  font-size: 30px;
  margin-bottom: 2px;
}
.vtimeline-tab__text p {
  display: none;
  margin-bottom: 15px;
}
.vtimeline-tab__text p:last-child {
  margin-bottom: 0;
}
.vtimeline-tab__text b {
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .vtimeline-tab__text {
    padding: 50px 30px 60px;
  }
  .vtimeline-tab__text h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 960px) {
  .vtimeline-tab__text {
    border: 0;
  }
  .vtimeline-tab__text::after {
    width: 19px;
    height: 19px;
    left: 30px;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .vtimeline-tab__text p {
    display: block;
  }
}
.vtimeline-tab__image {
  position: relative;
  width: 50%;
}
.vtimeline-tab__image img {
  width: 100%;
}
.vtimeline-tab__image.has-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
@media screen and (min-width: 960px) {
  .vtimeline-tab__image.has-gradient::after {
    height: 12px;
  }
}
.vtimeline-panel {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  z-index: 4;
}
.vtimeline-panel.animate-in {
  opacity: 1;
  transition: opacity 0.2s;
}
.vtimeline-panel.animate-out {
  transition: height 0.1s ease 0.5s, opacity 0.3s ease 0.3s;
}
.vtimeline-panel.is-active {
  border-top: 1px solid #bfbfbf;
}
@media screen and (min-width: 960px) {
  .vtimeline-panel.is-active {
    border-top: 0;
  }
}
.vtimeline-panel__content {
  padding: 60px 45px;
}
.vtimeline-panel__richtext {
  padding-bottom: 45px;
}
.vtimeline-panel__richtext h3 {
  font-size: 42px;
}
.vtimeline-panel__richtext h2,
.vtimeline-panel__richtext h3 {
  margin-bottom: 20px;
}
.vtimeline-panel__richtext h4,
.vtimeline-panel__richtext h5,
.vtimeline-panel__richtext h6 {
  margin-bottom: 10px;
}
.vtimeline-panel__richtext p {
  margin-bottom: 10px;
}
.vtimeline-panel__richtext a:not([class]) {
  border-bottom: 1px solid #000;
}
.vtimeline-panel__richtext a:not([class]):hover,
.vtimeline-panel__richtext a:not([class]):focus {
  color: #00a5bd;
  border-bottom: 1px solid #00a5bd;
}
.vtimeline-panel__richtext ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.vtimeline-panel__richtext ul li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.vtimeline-panel__richtext ul li:last-of-type {
  margin-bottom: 0;
}
.vtimeline-panel__richtext ol {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 10px;
  counter-reset: vt_ol_counter;
}
.vtimeline-panel__richtext ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 33px;
  counter-increment: vt_ol_counter;
}
.vtimeline-panel__richtext ol li::before {
  content: counter(vt_ol_counter);
  font-weight: 500;
  position: absolute;
  margin-left: -31px;
}
@media screen and (min-width: 768px) {
  .vtimeline-panel__richtext {
    padding-right: 20%;
  }
}
.vtimeline-panel__media {
  display: block;
}
.vtimeline-panel__media > div {
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .vtimeline-panel__media {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .vtimeline-panel__media > div {
    width: 50%;
  }
}
.vtimeline-panel__closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
}
.vtimeline-panel__closeBtn::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../svg/plus-black.svg");
  background-size: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .vtimeline-panel__closeBtn {
    width: 23px;
    height: 23px;
  }
}
.vtimeline-panel__media .quote {
  position: relative;
}
.vtimeline-panel__media .quote q {
  position: relative;
  display: block;
  font-size: 21px;
  padding-top: 40px;
  line-height: 1.29;
}
.vtimeline-panel__media .quote q::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 38px;
  height: 30px;
  margin-bottom: 15px;
  background-image: url("../svg/quote--accordion.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vtimeline-panel__media .quote .author {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.vtimeline-panel__media .quote .author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #000;
}
.vtimeline-panel__media .stat .h5 {
  font-size: 72px;
  line-height: 1;
}
.vtimeline-panel__media .stat p {
  font-size: 21px;
}
.vtimeline-panel__media img {
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .vtimeline-panel__media .quote,
  .vtimeline-panel__media .stat {
    padding-right: 30px;
  }
  .vtimeline-panel__media > div:nth-child(2).quote,
  .vtimeline-panel__media > div:nth-child(2).stat {
    padding-right: 0;
    padding-left: 30px;
  }
  .vtimeline-panel__media img {
    max-width: 100%;
  }
}
.timeline {
  padding: 75px 0;
}
@media screen and (min-width: 960px) {
  .timeline {
    padding: 90px 0;
  }
}
@media screen and (min-width: 960px) {
  .timeline {
    background: repeat-y center/100% auto url("../img/bg-grid-timeline.svg");
  }
}
.timeline-header {
  margin-bottom: 60px;
}
.timeline-header .h4 {
  margin-bottom: 15px;
}
.timeline-item {
  font-weight: 600;
  line-height: 1;
  font-size: 30px;
  width: 130px;
}
.timeline-items.flickity-enabled {
  padding-top: 55px;
  margin-top: -45px;
  margin-bottom: 0;
}
.timeline-detail {
  border-bottom: 1px solid;
  padding-top: 45px;
}
.timeline-detail h4 {
  padding-bottom: 6px;
}
.timeline-detail img {
  display: none;
}
.timeline-slide-wrapper {
  width: 100%;
}
.is-nav-selected .timeline-year {
  color: #00a5bd;
}
@media screen and (min-width: 768px) {
  .timeline-items.flickity-enabled {
    padding-top: 45px;
    margin-bottom: 45px;
  }
  .timeline-item {
    font-size: 70px;
    width: 240px;
  }
  .timeline-detail {
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 60px;
    border: none;
  }
  .timeline-detail img {
    display: block;
    width: 100%;
  }
  .timeline-detail h4 {
    padding-bottom: 0;
  }
  .timeline-detail h4::before {
    background-image: linear-gradient(90deg, #00cae0, #0285b4);
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    margin-bottom: 15px;
  }
  .timeline-slide {
    display: grid;
  }
  .layout--2col .timeline-slide {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
  .layout--2col .timeline-slide .timeline-detail {
    padding-right: 120px;
  }
  .layout--2col .timeline-slide .timeline-detail:nth-child(2) {
    margin-left: -5px;
  }
  .layout--4col .timeline-slide {
    grid-template-columns: repeat(4, 1fr);
  }
  .layout--4col .timeline-slide .timeline-detail:nth-child(2) {
    position: relative;
    right: -6px;
  }
}
@media screen and (min-width: 960px) {
  .timeline-header,
  .timeline-items,
  .timeline-contents {
    margin-left: 10%;
    width: 90%;
  }
  .timeline-header {
    max-width: 400px;
  }
}
.page:not(body) > .content.twitterFeed__content {
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content.twitterFeed__content {
    margin-left: 16.6666666667%;
  }
}
.twitterFeed {
  padding-top: 75px;
  padding-bottom: 75px;
  background: repeat-y center/100% url("../img/bg-grid-6col--3-cols.svg");
}
.twitterFeed__content {
  position: relative;
}
@media screen and (min-width: 960px) {
  .twitterFeed {
    padding-top: 90px;
    padding-bottom: 90px;
    background: repeat-y center/100% url("../img/bg-grid-6col--1-4.svg");
  }
}
.twitterFeed header {
  margin-bottom: 45px;
}
.twitterFeed .h4 {
  display: block;
  margin-bottom: 10px;
}
.twitterFeed__follow {
  display: inline-block;
  position: relative;
  padding: 8px 13px;
  top: -2px;
  border: 1px solid #1d9bf0;
  border-radius: 40px;
  color: #1d9bf0;
  font-weight: 600;
  font-size: 17px;
}
.twitterFeed__follow:hover {
  color: #fff;
  background-color: #1d9bf0;
}
@media screen and (min-width: 960px) {
  .twitterFeed .h4 {
    display: inline-block;
  }
  .twitterFeed__follow {
    margin-left: 30px;
  }
}
.twitterFeed__feeds {
  display: flex;
  width: 110%;
  margin-bottom: 45px;
  padding-bottom: 10px;
  justify-content: flex-start;
  overflow-x: auto;
}
.twitterFeed__feeds li {
  display: block;
  position: relative;
  flex: 0 0 310px;
  height: 355px;
  margin-right: 10px;
  list-style-type: none;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .twitterFeed__feeds {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }
  .twitterFeed__feeds li {
    flex: 0 1 33.3333%;
  }
}
.twitterFeed__feed {
  padding: 15px;
  border: 1px solid #e1e8ee;
}
.twitterFeed__header {
  display: flex;
  position: relative;
  height: 55px;
}
.twitterFeed__header img {
  width: 36px;
  height: 36px;
}
.twitterFeed__header a {
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
}
.twitterFeed__header a:hover {
  color: #1d9bf0;
}
.twitterFeed__body {
  position: relative;
  height: 212px;
}
.twitterFeed__footer {
  position: absolute;
  height: 42px;
  left: 15px;
  bottom: 15px;
}
.twitterFeed__name {
  display: block;
  font-weight: 600;
  line-height: 1;
}
.twitterFeed__username {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #6a7783;
}
.twitterFeed .p {
  font-size: 15px;
  height: inherit;
  overflow-y: auto;
}
.twitterFeed .p a {
  color: #3179be;
}
.twitterFeed .p a:hover {
  color: #1d9bf0;
}
.twitterFeed__body--media .p {
  height: 56px;
  overflow-y: auto;
}
.twitterFeed__image {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
  margin-top: 10px;
  font-size: 15px;
}
.twitterFeed__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.twitterFeed__image img::before {
  content: "";
  background-color: #f5f7f7;
  background-image: url("../svg/icon-doc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twitterFeed__createdat {
  margin-bottom: 7px;
  font-size: 14px;
  color: #6a7783;
}
.twitterFeed__actions {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.twitterFeed__actions a {
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  font-size: 14px;
  color: #6a7783;
}
.twitterFeed__retweet svg {
  position: relative;
  top: 1px;
}
.twitterFeed__retweet-icon {
  fill: #657786;
}
.twitterFeed__retweet:hover .twitterFeed__retweet-icon {
  fill: #1d9bf0;
}
.twitterFeed__likes {
  line-height: 20px;
}
.twitterFeed__likes svg {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.twitterFeed__likes-icon {
  fill: #657786;
}
.twitterFeed__likes:hover .twitterFeed__likes-icon {
  fill: #e0245e;
}
.videoModal {
  display: block;
}
.videoModal__contents {
  background: #000;
  height: 100vh;
  width: 100%;
}
.video__placeholder {
  position: relative;
  cursor: pointer;
}
.video__placeholder:hover .button-play::before {
  filter: invert(1);
}
.video__placeholder .button-play {
  padding: 0 0;
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  bottom: 15px;
  left: 15px;
  background: transparent;
}
.video__placeholder .button-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("../svg/play.svg");
  background-repeat: no-repeat;
  background-size: 58px;
}
.video__placeholder .button-play:hover::before,
.video__placeholder .button-play:focus::before {
  filter: invert(1);
}
.videoModal__media {
  text-align: center;
  display: flex;
  align-self: inherit;
  align-items: center;
  height: 100%;
}
.videoModal__media div {
  margin: 0 auto;
}
.js-modal {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
}
.js-modal.is-active {
  display: block;
  z-index: 8001;
}
.js-modal-close {
  position: fixed;
  right: 30px;
  top: 30px;
}
.component-library-separator {
  background-color: #7bd77b;
  padding: 45px 0 35px;
}
.component-library-separator .h4 {
  margin-bottom: 15px;
}
.component-library-separator p,
.component-library-separator ul,
.component-library-separator ol {
  margin: 15px 0;
  line-height: 1.3;
}
.component-library-separator li {
  margin-bottom: 7px;
}
.component-library-separator a {
  border-bottom: 1px solid #000;
}
.component-library-separator ul {
  list-style-type: disc;
  padding-left: 15px;
}
.component-library-separator ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.7);
}
.component-library-separator ::selection {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 960px) {
  .component-library-separator .cls__body {
    max-width: 66.666%;
  }
  .component-library-separator .h4 {
    max-width: 50%;
  }
  .component-library-separator ul,
  .component-library-separator ol {
    max-width: 80%;
  }
}
.businessList {
  background: #000;
  color: #fff;
  padding: 45px 0;
}
@media screen and (min-width: 960px) {
  .businessList {
    padding: 90px 0;
  }
}
.businessList .mediaTriangle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .businessList .mediaTriangle {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
}
.businessList .mediaTriangle__media {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .businessList .mediaTriangle__media {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    top: 0;
    right: 0;
  }
}
.businessList .mediaTriangle__media video {
  display: none;
}
@media screen and (min-width: 768px) {
  .businessList .mediaTriangle__media video {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
}
.businessList .mediaTriangle__media img {
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .businessList .mediaTriangle__media img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.businessList .mediaTriangle__media-mobile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .businessList .mediaTriangle__media-mobile {
    display: none;
  }
}
.businessList-header {
  margin-bottom: 60px;
}
.businessList-header h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .businessList-header {
    max-width: 66%;
  }
}
@media screen and (min-width: 960px) {
  .businessList-header {
    margin-left: 10%;
    max-width: 33%;
  }
}
.businessList-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  transform: rotateZ(0deg);
}
@media screen and (min-width: 768px) {
  .businessList-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
  }
}
@media screen and (min-width: 960px) {
  .businessList-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .businessList-item {
    box-shadow: 0 0 0 1px #fff;
  }
}
.businessList-blockGrid {
  background-size: auto 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .businessList-blockGrid {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}
.businessList-blockItem {
  position: relative;
}
.businessList-blockItem .h4 {
  margin-bottom: 15px;
  color: #fff;
}
.businessList-blockItem p {
  color: #fff;
  margin-bottom: 15px;
  max-width: 480px;
}
.businessList-blockItem span {
  color: #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
.businessList-blockItem .button {
  align-self: flex-start;
  justify-self: flex-end;
  margin-top: auto;
  margin-bottom: 60px;
  filter: invert(1);
}
.businessList-blockItem p,
.businessList-blockItem .button {
  opacity: 1;
}
.businessList-link {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  min-width: 130px;
  min-height: 0;
  position: relative;
  z-index: 1;
  will-change: min-height, min-width;
}
.businessList-link .h4 {
  margin-bottom: 15px;
  color: #fff;
}
.businessList-link p {
  color: #fff;
  margin-bottom: 15px;
  max-width: 480px;
}
.businessList-link .button {
  align-self: flex-start;
  justify-self: flex-end;
  margin-top: auto;
  margin-bottom: 60px;
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .businessList-link .h4 {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .businessList-link {
    padding: 15px;
  }
  .businessList-link .button {
    margin-bottom: 0;
  }
  .businessList-link .h4 {
    max-width: 8ch;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .businessList-link p,
  .businessList-link .button,
  .businessList-link .h4 {
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  }
  .businessList-link p,
  .businessList-link .button {
    opacity: 0;
  }
  .businessList-link .button {
    transition-delay: 0s;
  }
  .businessList-link p {
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) all;
    margin-bottom: 0;
    max-width: 30ch;
  }
  .businessList-link:hover,
  .businessList-link:focus {
    min-width: 450px;
    min-height: 260px;
  }
  .businessList-link:hover p,
  .businessList-link:focus p {
    margin-bottom: 45px;
  }
  .businessList-link:hover p,
  .businessList-link:hover .button,
  .businessList-link:focus p,
  .businessList-link:focus .button {
    opacity: 1;
  }
  .businessList-link:hover .button,
  .businessList-link:focus .button {
    transition-delay: 0.5s;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .businessList-link:hover,
  .businessList-link:focus {
    min-width: 600px;
    min-height: 350px;
  }
}
.quoteCarousel-slide {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.quoteCarousel-img {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}
.quoteCarousel-text {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  color: #fff;
  padding: 30px 8.3333333333% 90px;
  flex: 1;
}
.quoteCarousel-quotation {
  font-weight: 100;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 15px;
}
.quoteCarousel-quotation::after {
  content: "";
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 75%;
  margin: 15px 0 30px;
}
.quoteCarousel-attribution,
.quoteCarousel-attributionTitle {
  font-size: 17px;
}
.quoteCarousel .flickity-page-dots {
  position: absolute;
  bottom: 30px;
  padding-left: 8.3333333333%;
}
@media screen and (min-width: 640px) {
  .quoteCarousel .flickity-page-dots {
    width: 50%;
  }
}
.quoteCarousel .flickity-page-dots .dot {
  border-color: #fff;
}
.quoteCarousel .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}
.quoteCarousel .flickity-prev-next-button {
  display: none;
}
@media screen and (max-width: 959px) {
  .quoteCarousel > .page > .content {
    margin: 0 !important;
  }
}
@media screen and (min-width: 640px) {
  .quoteCarousel-slide {
    flex-direction: row;
  }
  .quoteCarousel-text,
  .quoteCarousel-img {
    flex: 2;
  }
  .quoteCarousel-img {
    flex: 0 0 33%;
    width: 33%;
    padding-bottom: 33.3333333333%;
  }
  .quoteCarousel-text {
    padding: 30px 45px 60px;
    min-height: 100%;
    align-self: stretch;
  }
  .quoteCarousel .flickity-page-dots {
    left: 33%;
    padding-left: 45px;
  }
  .quoteCarousel .flickity-page-dots .dot {
    width: 9px;
    height: 9px;
    margin-right: 15px;
    cursor: pointer;
  }
  .quoteCarousel .flickity-prev-next-button {
    display: block;
    filter: invert(1);
    top: auto;
    bottom: 20px;
    z-index: 3;
  }
  .quoteCarousel .flickity-prev-next-button.next {
    right: 30px;
  }
  .quoteCarousel .flickity-prev-next-button.previous {
    right: 94px;
  }
}
@media screen and (min-width: 960px) {
  .knowledge-content {
    background: repeat-y center/100% auto
      url("../img/bg-grid-6col--lightest.svg");
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .page--knowledge .postBlock-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
  }
}
.page--type .knowledgeGrid .postBlock {
  border-bottom: 1px solid;
}
.page--type .knowledgeGrid .postBlock-img:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .page--type .knowledgeGrid-posts {
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .page--type .knowledgeGrid-title {
    font-size: 30px;
  }
  .page--type .postBlock-img {
    display: none;
  }
}
.postBlock {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.postBlock a:hover,
.postBlock a:focus {
  color: #00a5bd;
}
.postBlock .h4 {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .postBlock .h4 {
    font-size: 30px;
  }
}
.postBlock-img {
  position: relative;
  display: block;
}
.postBlock-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.postBlock-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
@media screen and (max-width: 959px) {
  .postBlock-img::after {
    height: 6px;
  }
}
.postBlock-meta {
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .postBlock-meta {
    font-size: 19px;
    line-height: 17px;
  }
  .postBlock-meta:first-child {
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.postBlock-author {
  font-weight: 600;
}
.postBlock-description {
  font-size: 19px;
  line-height: 1.2631578947;
}
.postBlock-meta,
.postBlock-img,
.postBlock-title,
.postlock-image,
.postBlock-description {
  margin-bottom: 15px;
}
.postBlock-img + .postBlock-text .postBlock-meta:first-child {
  margin-top: 0;
}
.postBlock-meta:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.postBlock-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.postBlock-text > :first-child {
  margin-top: 0;
}
.postBlock-title {
  margin-top: 0;
}
.promotedPost {
  margin-bottom: 30px;
}
.promotedPost .postBlock {
  height: 100%;
}
.promotedPost .postBlock-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .promotedPost {
    border-bottom: 1px solid;
  }
  .promotedPost {
    width: calc(50% - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
.latestNews {
  margin-bottom: 60px;
}
.latestNews .postBlock {
  padding-top: 30px;
  border-bottom: 1px solid;
}
.latestNews .postBlock-title {
  margin-bottom: 15px;
}
.latestNews .postBlock-meta:last-child {
  margin: auto 0 0;
}
.latestNews-title::before {
  content: "";
  height: 12px;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #00cae0, #0285b4);
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .latestNews .postBlock:nth-of-type(n + 4) {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .latestNews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    align-self: flex-start;
  }
  .latestNews-title {
    grid-column: 1 / span 2;
  }
}
@media screen and (min-width: 960px) {
  .latestNews {
    width: 50%;
  }
}
.externalPosts {
  padding: 75px 0;
}
.externalPosts .postBlock {
  border-bottom: 1px solid;
}
.externalPosts-title {
  margin-bottom: 45px;
}
.externalPosts-title::before {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  background: linear-gradient(90deg, #00cae0, #0285b4);
  margin-bottom: 15px;
}
.externalPosts-list {
  overflow: hidden;
  min-width: 100%;
}
.externalPosts-list .postBlock {
  width: calc(100vw - 20%);
  display: inline-block;
  margin-bottom: 30px;
}
.externalPosts-list .postBlock:last-of-type {
  margin-right: 0;
}
.externalPosts-list::after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 640px) {
  .externalPosts-list {
    display: grid;
    row-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
  .externalPosts-list::after {
    content: "";
  }
  .externalPosts-list .postBlock {
    float: none;
    width: auto;
    margin-bottom: 0;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .externalPosts-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.featuredPostsRow-title {
  margin-bottom: 45px;
}
.featuredPostsList .postBlock {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.featuredPostsList .postBlock-meta {
  margin-top: 0;
  margin-bottom: 15px;
}
.featuredPostsList .postBlock-title,
.featuredPostsList .postBlock-description {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .featuredPostsList .postBlock {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .featuredPostsList .postBlock .postBlock-img {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .featuredPostsList .postBlock:nth-of-type(even),
  .featuredPostsList .postBlock:only-of-type {
    flex-direction: row-reverse;
  }
  .featuredPostsList .postBlock:nth-of-type(even) .postBlock-img,
  .featuredPostsList .postBlock:only-of-type .postBlock-img {
    margin-right: 0;
    margin-left: 60px;
  }
  .featuredPostsList .postBlock-img {
    flex: 0 0 40%;
  }
  .featuredPostsList .postBlock-meta:last-child {
    margin-top: 0;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 640px) {
  .featuredPostsList {
    background: repeat-y center/100% auto
      url("../img/bg-grid-6col--lightest.svg");
  }
  .featuredPostsList .postBlock-img {
    flex: 0 0 55%;
  }
}
.page--topic .featuredPostsList .postBlock {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 640px) {
  .page--topic .featuredPostsList .postBlock-text {
    border-bottom: 1px solid;
  }
}
.relatedPostsList .postBlock {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.relatedPostsList .postBlock-meta {
  margin-top: 0;
  margin-bottom: 15px;
}
.relatedPostsList .postBlock-title,
.relatedPostsList .postBlock-description {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .relatedPostsList .postBlock {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .relatedPostsList .postBlock .postBlock-img {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .relatedPostsList .postBlock:nth-of-type(even),
  .relatedPostsList .postBlock:only-of-type {
    flex-direction: row-reverse;
  }
  .relatedPostsList .postBlock:nth-of-type(even) .postBlock-img,
  .relatedPostsList .postBlock:only-of-type .postBlock-img {
    margin-right: 0;
    margin-left: 60px;
  }
  .relatedPostsList .postBlock-img {
    flex: 0 0 40%;
  }
  .relatedPostsList .postBlock-meta:last-child {
    margin-top: 0;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 640px) {
  .relatedPostsList .postBlock-img {
    flex: 0 0 55%;
  }
}
.page--topic .relatedPostsList .postBlock {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 640px) {
  .page--topic .relatedPostsList .postBlock-text {
    border-bottom: 1px solid;
  }
}
.filter-buttons {
  border: 1px solid;
  border-width: 1px 0;
}
.filter-button {
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 500;
}
.filter-button input {
  position: absolute;
  left: -100%;
}
.filter-button label {
  cursor: pointer;
  line-height: inherit;
}
.filter-button input:checked + label,
.filter-button label:hover {
  color: #00a5bd;
}
.filter-select {
  border-radius: 0;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid;
  outline: none;
  min-width: 18ch;
  padding: 8px 5px 5px;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size-adjust: 100%;
}
@media screen and (min-width: 640px) {
  .filter-select {
    display: none;
    margin-bottom: 0;
  }
}
.filter-header {
  padding-bottom: 8px;
}
.typeFilter .filter-button {
  margin-right: 45px;
  line-height: 2;
}
.typeFilter .filter-buttons {
  display: none;
}
@media screen and (min-width: 640px) {
  .typeFilter .filter-buttons {
    display: flex;
    padding-top: 5px;
    justify-content: flex-start;
    width: 75%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .typeFilter .filter-buttons {
    width: 50%;
  }
}
.offices-filters .filter-buttons {
  border-color: #979797;
  margin: 0 0 45px;
  padding: 15px 0;
}
.offices-filters .filter-button,
.offices-filters .filter-button label {
  line-height: 1.5;
}
.knowledgeGrid {
  text-align: center;
}
.knowledgeGrid .button {
  margin: 0 auto 90px;
}
.knowledgeGrid .loader {
  height: 52px;
  margin: 0 auto 90px;
  padding: 15px;
  display: none;
}
.knowledgeGrid-title {
  padding-bottom: 15px;
}
.knowledgeGrid-posts {
  display: grid;
  grid-gap: 60px;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .knowledgeGrid-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .knowledgeGrid-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .knowledgeGrid-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pb-sm {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.pb-sm .h3 {
  font-size: 23px;
  line-height: 1.08;
  margin-bottom: 15px;
}
.pb-sm a:hover,
.pb-sm a:focus {
  color: #00a5bd;
}
.pb-sm__img-link {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
}
.pb-sm__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pb-sm__icons {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  width: 100%;
  bottom: 15px;
}
.pb-sm__doc {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../svg/icon-article-doc.svg") center/cover no-repeat;
}
.pb-sm__video {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../svg/icon-article-video.svg") center/cover no-repeat;
}
.pb-sm__doc + .pb-sm__video {
  margin-left: 5px;
}
.pb-sm__terms,
.pb-sm__authors,
.pb-sm__date {
  font-size: 16px;
  line-height: 21/16;
}
.pb-sm__terms {
  margin-bottom: 9px;
}
.pb-sm__terms a {
  display: inline-block;
}
.pb-sm__authors {
  margin-bottom: 2px;
}
.pb-sm__names {
  font-weight: 600;
}
.pb-lg {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.pb-lg__content {
  margin-bottom: 20px;
}
.pb-lg .h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.pb-lg a:hover,
.pb-lg a:focus {
  color: #00a5bd;
}
.pb-lg__img-link {
  position: relative;
  display: block;
}
.pb-lg__img {
  margin-bottom: 32px;
}
.pb-lg__icons {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  width: 100%;
  bottom: 20px;
}
.pb-lg__doc {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../svg/icon-article-doc.svg") center/cover no-repeat;
}
.pb-lg__video {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../svg/icon-article-video.svg") center/cover no-repeat;
}
.pb-lg__doc + .pb-lg__video {
  margin-left: 8px;
}
.pb-lg__desc {
  display: none;
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.26;
}
.pb-lg__desc ~ .h3 {
  color: red;
}
.pb-lg__terms,
.pb-lg__authors,
.pb-lg__date {
  font-size: 19px;
  line-height: 1.1;
}
.pb-lg__terms a {
  display: inline-block;
  margin-bottom: 8px;
}
.pb-lg__authors {
  margin-bottom: 5px;
}
.pb-lg__names {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .pb-lg {
    padding-top: 60px;
  }
  .pb-lg__img {
    margin-bottom: 18px;
  }
  .pb-lg .h3 {
    font-size: 36px;
  }
  .pb-lg__desc {
    display: block;
  }
  .pb-lg__terms,
  .pb-lg__authors,
  .pb-lg__date {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 960px) {
  .page:not(body) > .content.content--featuredInsights {
    margin-right: 16.6666%;
  }
}
.featuredInsights {
  padding: 45px 0 90px;
  background: repeat-y center/100% auto url(../img/bg-grid-6col--3-cols.svg);
}
.featuredInsights .h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.featuredInsights__ul li:nth-child(1) .pb-lg {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .featuredInsights {
    padding: 90px 0;
    background: repeat-y center/100% auto url(../img/bg-grid-6col.svg);
  }
  .featuredInsights__ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 106px;
    column-gap: 106px;
  }
  .featuredInsights__ul li:nth-child(1) {
    grid-row: 1/4;
  }
  .featuredInsights__ul li:nth-child(2) .pb-lg {
    padding-top: 0;
  }
}
.articleShowcase {
  background-color: #f0f0f0;
}
.articleShowcase .page {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .articleShowcase .page {
    background: repeat-y center/100% auto url(../img/bg-grid-6col--1-3.svg);
  }
  .articleShowcase--black .page {
    background: repeat-y center/100% auto
      url(../img/bg-grid-6col--1-3--opacity30.svg);
  }
  .page:not(body) > .content.content--articleShowcase {
    margin-right: 16.6666%;
    margin-left: 16.6666%;
  }
  .content--articleShowcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.articleShowcase--black {
  background-color: #000;
  color: #fff;
}
.articleShowcase--black a,
.articleShowcase--black button {
  color: #fff;
}
.articleShowcase .h2 {
  font-size: 23px;
  line-height: 1.3;
}
.articleShowcase__nav {
  margin-top: 25px;
}
.articleShowcase__menus {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 9.8%;
  margin-left: -9.8%;
  margin-right: -9.8%;
}
.articleShowcase__menus li {
  display: block;
  white-space: nowrap;
}
.articleShowcase .js-as-nav::after {
  content: "flickity";
  display: none;
}
.articleShowcase-button {
  color: #000;
  background-color: transparent;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  padding: 19px 0;
  margin: 0 55px 0 0;
  position: relative;
}
.articleShowcase-button:hover,
.articleShowcase-button:focus,
.articleShowcase-button.active {
  color: #00a5bd;
}
@media screen and (min-width: 960px) {
  .articleShowcase header {
    padding-right: 60px;
  }
  .articleShowcase__nav {
    margin-top: 50px;
  }
  .articleShowcase .js-as-nav::after {
    content: "";
  }
  .articleShowcase__menus {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .articleShowcase__menus li {
    display: block;
    white-space: normal;
  }
  .articleShowcase-button {
    display: block;
    padding: 0;
  }
  .articleShowcase-button:hover {
    text-decoration: underline;
  }
  .articleShowcase-button:hover,
  .articleShowcase-button:focus,
  .articleShowcase-button.active {
    color: #000;
  }
  .articleShowcase-button.active::before {
    content: url(../img/caret.svg);
    position: absolute;
    left: -18px;
  }
}
.articleShowcase--black .articleShowcase__menus {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .articleShowcase--black .articleShowcase__menus {
    border-top: 0;
    border-bottom: 0;
  }
  .articleShowcase--black .articleShowcase-button:hover,
  .articleShowcase--black .articleShowcase-button:focus,
  .articleShowcase--black .articleShowcase-button.active {
    color: #fff;
  }
  .articleShowcase--black .articleShowcase-button.active::before {
    content: url(../img/caret-white.svg);
  }
}
.articleShowcase__list {
  display: block;
  width: 100%;
}
.articleShowcase__item {
  display: block;
  width: 100%;
}
.articleShowcase__item .pb-lg {
  width: 100%;
  margin-bottom: 26px;
}
.articleShowcase-cta:hover {
  color: #00a5bd;
}
.articleShowcase .h4 {
  font-size: 23px;
  line-height: 1.08;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .articleShowcase__item .pb-lg {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .articleShowcase-cta {
    display: grid;
    grid-template-columns: auto 150px;
  }
  .articleShowcase .h4 {
    margin-bottom: 0;
  }
}
.articleShowcase--black .pb-lg {
  border-bottom: 1px solid #fff;
}
.articleShowcase--black .button--grow {
  filter: invert(1);
}
.insightsCarousel.insightsCarousel--gray {
  background: #f0f0f0;
}
.insightsCarousel {
  padding: 90px 0 120px 0;
}
.insightsCarousel header {
  margin-bottom: 40px;
}
.insightsCarousel .h2 {
  font-size: 23px;
  line-height: 1.3;
}
.insightsCarousel__ul li {
  display: inline-block;
  position: relative;
  padding-right: 57px;
  width: 267px;
}
.insightsCarousel__ul .flickity-prev-next-button {
  top: calc(100% + 30px);
}
.insightsCarousel__ul .flickity-prev-next-button.previous {
  left: calc(77% - 50px);
}
.insightsCarousel__ul .flickity-prev-next-button.next {
  left: 77%;
}
@media screen and (min-width: 960px) {
  .insightsCarousel {
    background: repeat-y center/100% auto url(../img/bg-grid-6col.svg);
  }
}
@media screen and (min-width: 1200px) {
  .insightsCarousel__ul .flickity-prev-next-button.previous {
    left: 931px;
  }
  .insightsCarousel__ul .flickity-prev-next-button.next {
    left: 981px;
  }
}
.bg-gray-light .insightsCarousel {
  background: transparent;
}
.insightsArticleRow {
  background-color: #f0f0f0;
}
.insightsArticleRow .page {
  padding-top: 90px;
  padding-bottom: 90px;
}
.insightsArticleRow header {
  margin-bottom: 30px;
}
.insightsArticleRow .h2 {
  font-size: 23px;
  line-height: 1.3;
}
.insightsArticleRow .h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
.insightsArticleRow__ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 36px;
}
@media screen and (min-width: 768px) {
  .insightsArticleRow__ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .insightsArticleRow__ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
  }
}
.articleListing {
  background-color: #f0f0f0;
}
.articleListing .page {
  padding-top: 90px;
  padding-bottom: 90px;
}
.articleListing header {
  margin-bottom: 60px;
}
.articleListing .h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.articleListing form {
  width: 120%;
}
@media screen and (min-width: 960px) {
  .articleListing .h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .articleListing form {
    width: auto;
  }
}
.articleListing__filter {
  position: relative;
  display: flex;
  overflow: auto;
  padding: 0 10%;
  margin: 0 -10%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.articleListing__filter::-webkit-scrollbar {
  display: none;
}
.articleListing__filter li {
  display: inline-block;
  margin-right: 40px;
}
.articleListing__filter input[type="radio"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.articleListing__filter input[type="radio"]:checked + label {
  color: #00a5bd;
}
.articleListing__filter label {
  font-weight: 600;
  cursor: pointer;
}
.articleListing__filter label:hover {
  color: #00a5bd;
}
@media screen and (min-width: 960px) {
  .articleListing__filter {
    display: inline-block;
    border-top: 1px solid #000;
    padding: 15px 0 0;
    margin: 0;
  }
}
.articleListing__ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 36px;
}
.articleListing__ul .pb-sm .pb-sm__img-link {
  display: none;
}
@media screen and (min-width: 480px) {
  .articleListing__ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  .articleListing__ul .pb-sm .pb-sm__img-link {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .articleListing__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .articleListing__ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.articleListing__no-results {
  display: none;
}
.articleListing__no-results.visible {
  display: block;
}
.articleListing__loader {
  padding: 90px 0 0;
  text-align: center;
}
.articleListing__spinner {
  display: none;
}
.articleSpotlight .page {
  padding-top: 45px;
  padding-bottom: 30px;
  background: repeat-y center/100% auto url(../img/bg-grid-6col--3-cols.svg);
}
@media screen and (min-width: 960px) {
  .articleSpotlight .page {
    padding-top: 90px;
    padding-bottom: 90px;
    background: repeat-y center/100% auto url(../img/bg-grid-6col.svg);
  }
  .page:not(body) > .content.content--articleSpotlight {
    margin-right: 16.6666%;
  }
}
.articleSpotlight .h2 {
  font-size: 23px;
  line-height: 1.3;
}
.articleSpotlight__item {
  margin-bottom: 60px;
}
.articleSpotlight .pb-lg {
  padding-top: 25px;
}
@media screen and (min-width: 960px) {
  .articleSpotlight__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 11%;
  }
  .articleSpotlight__item {
    margin-bottom: 0;
  }
}
.insightsSearch .page {
  padding-bottom: 90px;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .insightsSearch .page {
    background-image: url("../img/bg-grid-6col.svg");
  }
}
.insightsSearch__nav {
  width: 120%;
  position: relative;
  display: flex;
  overflow: auto;
  padding: 0 10%;
  margin: 0 -10%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.insightsSearch__nav::-webkit-scrollbar {
  display: none;
}
.insightsSearch__filter {
  display: flex;
  flex-wrap: nowrap;
}
.insightsSearch__total {
  position: relative;
  display: block;
  margin-top: 45px;
  font-size: 24px;
}
.insightsSearch__total b {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .insightsSearch__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    overflow: visible;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0 0 25px 0;
  }
  .insightsSearch__sort {
    display: block;
  }
  .insightsSearch__total {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.is-sorting {
  position: relative;
  margin-bottom: 30px;
}
.is-sorting-button {
  position: relative;
  padding: 0 15px 0 0;
  color: #000;
  font-weight: 600;
  background: transparent;
  line-height: 3;
}
.is-sorting-button::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 7px;
  height: 7px;
  background: center/contain no-repeat url("../svg/arrow--flat--accordion.svg");
  transform: rotate(90deg);
}
.is-sorting-button.is-active::after {
  transform: rotate(0);
}
.is-sorting-options {
  display: none;
  border: 1px solid #000;
  padding: 15px;
  width: 130px;
}
.is-sorting-options > li {
  display: block;
  margin-bottom: 3px;
}
.is-sorting-options.is-visible {
  display: block;
}
.is-sorting label {
  line-height: 1.1;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.is-sorting input[type="radio"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.is-sorting input[type="radio"]:checked + label {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .is-sorting {
    margin-bottom: 0;
  }
  .is-sorting-button {
    padding: 0;
  }
  .is-sorting-button::after {
    display: none;
  }
  .is-sorting-options {
    position: absolute;
    top: 43px;
    right: 0;
    background-color: #fff;
    z-index: 30;
    display: none;
  }
}
.insightsSearch__filter li {
  display: inline-block;
  margin-right: 40px;
}
.insightsSearch__filter input[type="radio"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.insightsSearch__filter input[type="radio"]:checked + label {
  color: #00a5bd;
}
.insightsSearch__filter label {
  font-weight: 600;
  line-height: 3;
  cursor: pointer;
}
.insightsSearch__filter label:hover {
  color: #00a5bd;
}
@media screen and (min-width: 1024px) {
  .insightsSearch__filter {
    display: inline-block;
  }
}
.insightsSearch__ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 36px;
}
.insightsSearch__ul .pb-sm .pb-sm__img-link {
  display: none;
}
@media screen and (min-width: 480px) {
  .insightsSearch__ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  .insightsSearch__ul .pb-sm .pb-sm__img-link {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .insightsSearch__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .insightsSearch__ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.insightsSearch__no-results {
  display: none;
}
.insightsSearch__no-results.visible {
  display: block;
}
.insightsSearch__loader {
  padding: 45px 0 0;
  text-align: center;
}
.insightsSearch__spinner {
  display: none;
}
.insightsSearchFilter {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .insightsSearchFilter {
    width: 33.5%;
  }
}
.isf__search {
  border-radius: 0;
  border: 1px solid #000;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  padding: 15px 5px 15px 45px;
  background-color: transparent;
}
.isf__search:focus,
.isf__search:active,
.isf__search:hover {
  outline: none;
  box-shadow: none;
}
.isf__submit {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 18px;
  height: 18px;
  background: center/contain no-repeat url(../img/search-black.svg) transparent;
  outline: none;
  border: none;
  cursor: pointer;
  color: transparent;
}
.isf__filter-toggler-holder {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.isf__filter-toggler {
  position: relative;
  padding: 10px 25px 10px 0;
  font-weight: 600;
  background-color: transparent;
  color: #000;
  line-height: 1.1;
}
.isf__filter-toggler::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 11px;
  height: 11px;
  background: center/contain no-repeat url("../svg/plus-black.svg");
}
.isf__filter-toggler.is-active::after {
  background: center/contain no-repeat url("../svg/minus.svg");
}
@media screen and (min-width: 1024px) {
  .isf__search {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px 5px 10px 25px;
  }
  .isf__submit {
    top: 10px;
    left: 0;
  }
  .isf__filter-toggler-holder {
    justify-content: flex-start;
  }
  .isf__filter-toggler {
    font-weight: 300;
    padding: 10px 15px 10px 0;
  }
  .isf__filter-toggler::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 7px;
    height: 7px;
    transform: rotate(90deg);
    background: center/contain no-repeat
      url("../svg/arrow--flat--accordion.svg");
  }
  .isf__filter-toggler.is-active::after {
    top: 16px;
    transform: rotate(0);
    background: center/contain no-repeat
      url("../svg/arrow--flat--accordion.svg");
  }
}
.isf-group {
  position: relative;
  display: none;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  z-index: 42;
  margin: 20px 0 0;
}
.isf-group fieldset > ul {
  display: none;
}
.isf-group fieldset > ul.is-visible {
  display: block;
}
.isf-group legend {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.isf-group legend button {
  position: relative;
  width: 100%;
  padding: 30px 0 12px;
  border-bottom: 1px solid #000;
  font-size: 17px;
  font-weight: 600;
  background: transparent;
  color: #000;
}
.isf-group legend button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  background: center/contain no-repeat url("../svg/arrow--flat--accordion.svg");
  transform: rotate(90deg);
}
.isf-group legend button.is-active::after {
  transform: rotate(0);
}
.isf-group li {
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .isf-group {
    position: absolute;
    display: none;
    border: 1px solid #000;
    padding: 20px;
    margin: 0;
    background-color: #fff;
  }
  .isf-group fieldset > ul {
    display: block;
  }
  .isf-group fieldset:nth-child(1) {
    grid-column: 1/3;
  }
  .isf-group fieldset:nth-child(2) {
    grid-row: 2/3;
  }
  .isf-group fieldset:nth-child(3) {
    grid-row: 2/4;
  }
  .isf-group legend {
    margin-bottom: 3px;
  }
  .isf-group legend button {
    font-size: 14px;
    cursor: default;
    padding: 0;
    border-bottom: 0;
  }
  .isf-group legend button::after {
    display: none;
  }
}
.isf-group label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.isf-group input[type="radio"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.isf-group input[type="radio"] + label {
  cursor: pointer;
  text-transform: uppercase;
}
.isf-group input[type="radio"]:checked + label {
  border-bottom: 1px solid #000;
}
.officesRegion-title {
  padding-left: 10%;
  position: relative;
  z-index: 1;
}
.officesRegion-title:after {
  content: "";
  width: 100%;
  border-top: 1px solid #bfbfbf;
  position: absolute;
  left: 0;
  bottom: 0.2em;
  z-index: -1;
}
.officesRegion {
  position: relative;
  min-height: 160px;
}
.officesRegion-empty {
  position: absolute;
  z-index: 0;
  top: 90px;
  left: 0;
}
.officesLocation {
  line-height: 1.4;
  padding-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #bfbfbf;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
}
.officesLocation:first-of-type {
  border-top: none;
}
.officesLocation .link--slide {
  margin-bottom: 30px;
}
.officesLocation-additional-link {
  font-size: 15px;
  border-bottom: 1px solid transparent;
  line-height: 1;
}
.officesLocation-additional-link:hover,
.officesLocation-additional-link:focus {
  color: #000;
  border-color: #000;
}
.officesLocation a:not([class]):hover,
.officesLocation a:not([class]):focus {
  color: #00a5bd;
}
.officesLocation .js-tab {
  align-self: flex-start;
  font-weight: 500;
}
.officesLocation .js-tab::after {
  content: "";
  display: inline-block;
  background: url("../svg/arrow--flat--accordion.svg");
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  transform-origin: center;
}
.officesLocation .js-tab.is-active::after,
.officesLocation .js-tab:hover::after {
  transform: rotateX(180deg);
}
@media screen and (min-width: 768px) {
  .officesLocation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
}
.offices-tab-contents {
  grid-column: 1 / span 3;
}
.officesLocation-explore {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.officesLocation-explore img {
  display: block;
}
.officesLocation-explore .flickity-prev-next-button {
  top: calc(100% + 10px);
}
.officesLocation-images {
  margin-top: 30px;
  position: relative;
}
.officesLocation-images::after {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  background: linear-gradient(90deg, #00cae0, #0285b4);
}
@media screen and (min-width: 768px) {
  .officesLocation-explore {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .officesLocation-description,
  .officesLocation-images {
    flex: 0 0 50%;
  }
  .officesLocation-description {
    width: 50%;
  }
  .officesLocation-description p {
    padding-right: 45px;
  }
  .officesLocation-images {
    width: 50%;
    margin-top: 0;
  }
  .officesLocation-imagecounter {
    flex: 0 0 50%;
    margin-left: 50%;
    margin-top: 10px;
  }
}
.officesLocation-businesses {
  font-weight: 500;
}
.offices-content {
  display: flex;
  flex-direction: column;
}
.offices-main,
.offices-sidebar {
  flex: 0 0 100%;
}
.offices-sidebar h2 {
  margin-bottom: 15px;
}
.offices-sidebar p {
  margin-bottom: 30px;
}
.offices-sidebar__copy-group {
  margin-bottom: 45px;
}
@media screen and (max-width: 959px) {
  .officesRegion {
    min-height: 140px;
  }
  .officesRegion-empty {
    top: 60px;
  }
  .officesRegion-title {
    padding-left: 0;
    font-size: 42px;
  }
  .officesLocation-latlong {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .officesLocation {
    display: flex;
    flex-direction: column;
  }
  .officesLocation .explore-link {
    order: 4;
  }
  .officesLocation .js-tab-contents {
    order: 5;
  }
  .officesLocation .h5 {
    font-size: 30px;
    font-weight: 600;
  }
  .officesLocation .h6 {
    font-size: 20px;
  }
  .officesLocation .link--slide {
    font-weight: 500;
  }
  .officesLocation-latlong {
    font-size: 14px;
    margin-top: 0.5em;
  }
  .officesLocation-column {
    margin-bottom: 15px;
  }
  .officesLocation-column:nth-of-type(2) {
    order: 3;
  }
}
@media screen and (max-width: 959px) {
  .offices-sidebar {
    padding: 30px 0 45px;
  }
  .offices-sidebar.mobile-only {
    padding-top: 0;
  }
  .offices-filters .filter-select {
    display: block;
    margin-bottom: 0;
    width: 400px;
    max-width: 75%;
  }
  .offices-filters .filter-buttons {
    display: none;
  }
  .offices-content .desktop-only {
    display: none;
  }
  .offices-content .mobile-only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .offices-content {
    flex-direction: row-reverse;
  }
  .offices-content .desktop-only {
    display: block;
  }
  .offices-content .mobile-only {
    display: none;
  }
  .offices-main {
    flex: 1;
    margin-right: 10%;
    padding-top: 75px;
  }
  .officesRegion:first-child {
    margin-top: 18px;
  }
  .offices-sidebar {
    flex: 0 0 20%;
    width: 20%;
    padding: 90px 0;
  }
  .offices-sidebar__content {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .officesRegion-title {
    padding-left: 14.2857142857%;
  }
  .officesLocation-latlong {
    margin-bottom: 45px;
  }
  .offices-filters .filter-buttons {
    display: block;
  }
  .offices-filters .filter-select {
    display: none;
  }
}
.article-body a:not([class]),
.article-footer a:not([class]) {
  border-bottom: 1px solid;
}
.article-body a:not([class]):hover,
.article-body a:not([class]):focus,
.article-footer a:not([class]):hover,
.article-footer a:not([class]):focus {
  color: #00a5bd;
}
.article-body ol,
.article-footer ol {
  list-style: none;
  counter-reset: footnotes;
}
.article-body ol li,
.article-footer ol li {
  counter-increment: footnotes;
  padding-left: 1.75em;
}
.article-body ol li::before,
.article-footer ol li::before {
  content: counter(footnotes);
  font-weight: 500;
  margin-left: -1.75em;
  width: 1.75em;
  display: inline-block;
}
.article-header {
  padding-top: 60px;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
.article-header a:hover,
.article-header a:focus {
  color: #00a5bd;
}
.article-header .article-series-topics a:hover,
.article-header .article-series-topics a:focus {
  color: #fff;
}
.article-series-topics {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.article-series-topics .article-topics {
  margin-bottom: 15px;
  margin-right: 6.05%;
}
.article-series-topics .article-topics a:hover,
.article-series-topics .article-topics a:focus {
  color: #00a5bd;
}
.article-series-link {
  position: relative;
  display: flex;
  align-items: center;
  top: -8px;
  min-height: 37px;
  padding: 0 15px;
  margin: 3px;
  border: 1px solid #000;
  line-height: 1;
}
.article-series-link:hover,
.article-series-link:focus {
  background: linear-gradient(90deg, #7a10aa, #fd1e46);
  color: #fff;
  border: 1px transparent;
}
.article-topics,
.article-byline,
.article-title,
.article-synopsis {
  margin-bottom: 15px;
}
.article-synopsis {
  font-size: 30px;
  line-height: 1.7142857143;
  font-weight: 100;
  line-height: 1.4;
}
.article-editorial-summary {
  background: #f0f0f0;
  padding: 30px;
  margin-bottom: 30px;
}
.article-editorial-summary ul li {
  list-style-type: none;
}
.article-editorial-summary ul li:before {
  content: "•";
  color: #00a5bd;
  padding-right: 5px;
  font-size: 1.2em;
}
.article-editorial-summary a {
  border-bottom: 1px solid;
}
.article-editorial-summary a:hover,
.article-editorial-summary a:focus {
  color: #00a5bd;
}
.article-relatedPostsList {
  border-top: 1px solid #000;
  padding-top: 30px;
}
.article-image {
  position: relative;
  margin-bottom: 30px;
}
.article-image img {
  display: block;
  width: 100%;
}
.article-image::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #00cae0, #0285b4);
  height: 12px;
}
.article-sharing {
  display: flex;
  margin: 45px 0;
}
.article-sharing .share-icon {
  width: 20px;
  height: 20px;
  margin-right: 45px;
  background-size: 200% auto;
  background-position: left;
}
.article-sharing .share-icon:last-of-type {
  margin-right: 0;
}
.article-sharing .share-icon:hover,
.article-sharing .share-icon:focus {
  background-position: right;
}
.article-sharing__divider {
  width: 20px;
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.share-twitter {
  background-image: url("../img/sprite-twitter.svg");
}
.share-facebook {
  background-image: url("../img/sprite-facebook.svg");
}
.share-linkedin {
  background-image: url("../img/sprite-linkedin.svg");
}
.share-mail {
  background-image: url("../img/sprite-mail.svg");
}
.share-download {
  background-image: url("../img/sprite-download.svg");
}
.brain {
  display: block;
  min-width: 148px;
}
.brain--desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .brain--desktop {
    display: block;
  }
}
.brain--desktop .brain-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brain-counter .brain-caption {
  margin: 10px 0 30px 0;
  max-width: 148px;
  display: block;
  border: 1px solid;
  padding: 8px;
}
.brain-counter .brain-caption .span--blue {
  color: #0550ae;
}
.brain-counter .brain-caption .span--red {
  color: #cf222e;
}
.brain-counter .brain-icon {
  position: relative;
  height: 30px;
  width: 35px;
}
.brain-counter .brain-icon-image {
  position: absolute;
  width: 100%;
  height: 30px;
  width: 35px;
  background-image: url("../svg/brain-emoji.svg");
  background-repeat: no-repeat;
}
.brain-counter._is-clicked .brain-icon-image {
  background-image: url("../svg/brain-emoji-gradient.svg");
}
.brain-counter._is-clicked .brain-caption {
  padding: 0;
  border: none;
  font-family: "Courier New";
}
@media screen and (min-width: 960px) {
  .brain--mobile {
    display: none;
  }
}
.brain--mobile .article-sharing__divider {
  display: none;
}
.brain-counter--mobile {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.brain-counter--mobile .brain-caption {
  margin: 0 0 30px 20px;
}
.article-body {
  margin-bottom: 30px;
}
.article-body p,
.article-body ol,
.article-body ul {
  margin-bottom: 1em;
  font-size: 21px;
  line-height: 1.7142857143;
}
.article-body ul {
  list-style: outside;
  padding-left: 1em;
}
.article-body li {
  margin-bottom: 15px;
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin-top: 45px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
}
.article-body h2 {
  font-size: 30px;
}
.article-body h3 {
  font-size: 27px;
}
.article-body h4 {
  font-size: 25px;
}
.article-body h5 {
  font-size: 23px;
}
.article-body h6 {
  font-size: 21px;
}
.article-body blockquote {
  font-weight: 100;
  font-size: 30px;
  line-height: 1.2;
  display: block;
  margin: 45px 0;
  position: relative;
}
.article-body blockquote p {
  font: inherit;
}
.article-body blockquote::before {
  content: "";
  display: block;
  background: url("../svg/quote--tab.svg");
  background-size: contain;
  width: 38px;
  height: 30px;
  margin-bottom: 30px;
}
.article-body cite {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-top: 15px;
}
.article-body figure {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-body img {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.article-body figcaption {
  font-size: 17px;
  line-height: 1.5882352941;
}
.article-body iframe {
  max-width: 100%;
}
.article-footer {
  font-size: 17px;
  line-height: 1.5882352941;
  margin-bottom: 60px;
}
.article-footer h3 {
  font-size: inherit;
  line-height: 36px;
}
.article-footnotes,
.article-disclosure,
.article-references,
.article-tags,
.article-download {
  margin-bottom: 30px;
}
.article-tags-container {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.article-tags-container .article-tags {
  margin-bottom: 0;
}
.article-references-container .article-references {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.article-tags-header {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
}
.article-tags {
  display: inline-block;
}
.footnotes-accordion-trigger {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}
.footnotes-accordion-trigger:after {
  transform: rotate(90deg);
  background-image: url("../svg/arrow--flat--accordion.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
.footnotes-accordion-trigger.is-active:after {
  transform: rotate(-90deg);
}
.footnotes-accordion-trigger:hover:after {
  transform: rotate(-90deg);
}
.footnotes-container {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .article-header {
    padding-top: 90px;
    background-image: url("../img/bg-grid-6col.svg");
  }
  .article-topics,
  .article-title,
  .article-byline {
    margin-left: 10%;
    position: relative;
    left: -0.07em;
  }
  .article-topics,
  .article-byline,
  .article-image,
  .article-download {
    margin-bottom: 45px;
  }
  .article-synopsis,
  .article-editorial-summary,
  .article-body,
  .article-footer {
    margin-left: 10%;
    width: 60%;
  }
  .article-relatedPostsList {
    margin-left: 10%;
    width: 70%;
    padding-top: 60px;
    border-top: 1px solid #000;
  }
  .article-relatedPostsList .postBlock-img {
    max-width: 320px;
  }
  .article-synopsis {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 45px;
  }
  .article-content {
    position: relative;
  }
  .article-sharing-container {
    display: flex;
    position: absolute;
    right: 5%;
    flex-direction: column;
    margin: 0;
  }
  .article-sharing-container--alt {
    right: 0;
  }
  .article-sharing {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .article-sharing .share-icon {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .article-body blockquote::before {
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    margin-bottom: 0;
  }
  .article-body figure {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .article-body h2 {
    font-size: 51px;
  }
  .article-body h3 {
    font-size: 42px;
  }
  .article-body h4 {
    font-size: 27px;
  }
  .article-body h5 {
    font-size: 25px;
  }
  .article-body h6 {
    font-size: 21px;
  }
}
@media screen and (max-width: 959px) {
  .article-topics {
    font-size: 30px;
    line-height: 1;
  }
  .article-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .article-byline {
    font-size: 19px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .article-image::after {
    height: 6px;
  }
  .article-body p,
  .article-body ol,
  .article-body ul {
    line-height: 33px;
  }
}
@media screen and (min-width: 960px) {
  .page--home .globalHeader,
  .page-template-page-home .globalHeader {
    background-image: none !important;
  }
}
.homepage-video-mobile {
  display: none;
}
.homepage-video-desktop {
  margin-top: -96px;
  position: relative;
}
.homepage-video-desktop video,
.homepage-video-desktop img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.homepage-stats {
  position: absolute;
  top: 0;
  margin-top: 47.65625%;
  z-index: 3;
  width: auto;
  left: 0;
  right: 0;
  max-width: 1280px;
  pointer-events: none;
  margin-left: 16.6666666667%;
}
.homepage-stats::before {
  content: "";
  background: url("../img/plus.svg");
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -30px;
  left: -20px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .homepage-stats {
    margin-top: 610px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats .flickity-enabled {
    width: 60% !important;
  }
}
.homepage-stat {
  width: 33%;
  font-size: 17px;
  line-height: 1;
  pointer-events: auto;
  position: relative;
  padding-left: 15px;
}
.homepage-stat b {
  display: block;
  font-weight: 600;
  font-size: 36px;
}
.homepage-stat span {
  display: block;
  padding-right: 15px;
}
.homepage-text {
  margin-top: 64.453125%;
  padding-top: 14.0625%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .homepage-text {
    padding-top: 11.71875%;
  }
}
.homepage-text > div {
  margin-left: 16.6666666667%;
  width: 41.6666666667%;
}
.homepage-text p {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.2777777778;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .homepage-text p {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .homepage-text p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-text p {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-text {
    margin-top: 825px;
    padding-top: 180px;
  }
}
@media screen and (min-width: 960px) {
  .homepage-video-desktop {
    margin-top: -123px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-video-desktop {
    margin-top: 0;
    background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
  }
  .homepage-video-desktop video {
    display: none;
  }
  .homepage-video-mobile {
    display: block;
  }
  .homepage-video-mobile video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .homepage-title-mobile {
    margin: 30px 8.3333333333% 0;
  }
  .homepage-title-mobile img {
    display: block;
    width: 100%;
  }
  .homepage-stats {
    position: relative;
    padding-top: 40px;
    margin: 0 0 0 33.3333333333%;
    width: 66.6666666667%;
    display: block;
  }
  .homepage-stats::before {
    margin-left: 10px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .homepage-stats::after {
    display: none;
    content: "flickity";
  }
  .homepage-stat {
    width: 100%;
  }
  .homepage-stat b {
    font-size: 21px;
  }
  .homepage-text {
    background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    position: static;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .homepage-text > div {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats,
  .homepage-text,
  .video-ctrl,
  .homepage-carousels,
  .relatedArticles,
  .ctaBlock,
  .globalFooter,
  .cookieBar {
    opacity: 1;
    transition: 0.4s all;
  }
  .is-hidden .homepage-stats,
  .is-hidden .homepage-text,
  .is-hidden .video-ctrl,
  .is-hidden .homepage-carousels,
  .is-hidden .relatedArticles,
  .is-hidden .ctaBlock,
  .is-hidden .globalFooter,
  .is-hidden .cookieBar {
    opacity: 0;
  }
  .globalHeader__content {
    opacity: 1;
    margin-right: 0;
    transition: 0.4s all;
  }
  .is-hidden .globalHeader__content {
    opacity: 0;
    margin-top: -200px;
  }
  .homepage-stats {
    transition-delay: 0.4s;
  }
  .is-hidden .homepage-stats {
    transform: translateY(100px);
  }
  .homepage-text {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .homepage-title-mobile,
  .homepage-stats,
  .homepage-text {
    transition: 0.3s all;
    transform: translateY(0);
    opacity: 1;
  }
  .is-hidden .homepage-title-mobile,
  .is-hidden .homepage-stats,
  .is-hidden .homepage-text {
    opacity: 0;
    transform: translateY(30px);
  }
  .homepage-title-mobile {
    transition-delay: 0.5s;
  }
  .homepage-stats {
    transition-delay: 1s;
  }
  .homepage-text {
    transition-delay: 1.5s;
  }
}
.video-ctrl {
  position: absolute;
  right: 5%;
  transition-property: opacity, transform;
  transition-delay: 0.7s;
  top: 40.625%;
  background-color: transparent !important;
  background-image: url("../img/video-ctrl-pause.svg"),
    url("../img/video-ctrl-play.svg");
  background-size: 100%, 0;
  padding: 0;
  height: 38px;
  width: 38px;
  border: 0;
}
.video-ctrl.is-paused {
  background-size: 0, 100%;
}
@media screen and (max-width: 768px) {
  .video-ctrl--desktop {
    display: none;
  }
}
.video-ctrl--mobile {
  left: 8.3333333333%;
  right: auto;
  top: 18px;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .video-ctrl--mobile {
    display: none;
  }
}
.homepage-image-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20;
  display: flex;
  justify-items: center;
}
.homepage-image-mobile picture {
  margin: 20% auto;
  width: 80%;
  height: auto;
  display: block;
  position: relative;
}
.homepage-image-mobile img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homepage-image-mobile {
    display: none;
  }
}
.homepage-carousels {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .homepage-carousels {
    flex-direction: column;
  }
}
.homepage-carousel-title {
  font-size: 30px;
  line-height: 1;
  max-width: 20ch;
  font-weight: 600;
  margin-bottom: 30px;
  min-height: 90px;
  letter-spacing: 0.5px;
}
.homepage-slides {
  width: 100%;
  margin-bottom: 45px;
}
.homepage-carousel {
  flex: 1;
  padding: 60px 10%;
}
.homepage-carousel .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  border-color: #fff;
  margin-right: 15px;
  cursor: pointer;
}
.homepage-carousel .flickity-page-dots .dot.is-selected {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .homepage-carousel {
    padding: 90px;
  }
}
.homepage-slide {
  min-height: 150px;
  min-width: 100%;
}
@media screen and (min-width: 1100px) {
  .homepage-slide {
    min-height: 210px;
    padding-bottom: 30px;
  }
}
.homepage-slide-label {
  max-width: 20ch;
  display: block;
  font-size: 22px;
  line-height: 1.2272727273;
}
.homepage-carousel-1 {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
}
.homepage-carousel-2 {
  background: #000;
}
.homepage-slide-stat {
  font-size: 150px;
  display: block;
  font-weight: 500;
  line-height: 0.875;
}
@media screen and (max-width: 1099px) {
  .homepage-slide-stat {
    font-size: 90px;
  }
}
.basic-body {
  padding-top: 45px;
}
@media screen and (min-width: 960px) {
  .page--basic h1 {
    font-size: 56px;
  }
  .page--basic .pageHeader {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .basic-body {
    padding-top: 75px;
    width: 70%;
  }
  .basic-body h2 {
    font-size: 27px;
  }
  .basic-body h3 {
    font-size: 25px;
  }
  .basic-body h4 {
    font-size: 23px;
  }
  .basic-body h5 {
    font-size: 22px;
  }
  .basic-body h6 {
    font-size: 21px;
  }
}
.flexible {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .flexible {
    padding: 90px 0;
  }
}
.page-template-page-internships .flexible,
.page--internship .flexible {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 960px) {
  .page-template-page-internships .flexible,
  .page--internship .flexible {
    padding: 0 0 90px 0;
  }
}
.searchPage {
  padding-bottom: 90px;
}
.searchPage .postBlock {
  border-bottom: 1px solid #000;
}
.searchPage-header {
  padding-top: 200px;
  background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
}
.searchPage-header input[type="search"] {
  font-size: 90px;
  line-height: 0.9111111111;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .searchPage-header input[type="search"] {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .searchPage-header {
    background-image: url("../img/bg-grid-6col--3-cols.svg");
  }
}
.search-form {
  position: relative;
}
.search-submit {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/search-black.svg");
  background-size: contain;
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-submit {
    height: 29px;
    width: 29px;
    right: 0;
    background-size: 27px;
  }
}
.searchPage-counter span {
  font-weight: 600;
}
.searchPage-results-header {
  padding: 60px 0;
}
.searchPage-button {
  text-align: center;
}
.searchPage-load-more {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .searchPage-results .knowledgeGrid-posts {
    row-gap: 30px;
  }
  .searchPage-results .postBlock-img {
    display: none;
  }
}
.cookieBar {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s all;
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
  z-index: 9000;
}
.cookieBar.is-hidden {
  transform: translateY(100%);
}
.cookieBar.is-removed {
  display: none;
}
.cookieBar a {
  text-decoration: underline;
  color: #fff;
}
.cookieBar button {
  margin-bottom: 10px;
}
.cookieBar-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cookieBar-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookieBar-text {
  flex: 0 1 70%;
}
@media screen and (max-width: 767px) {
  .cookieBar-text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .cookieBar-text {
    padding-right: 15px;
  }
}
.cookieBar-actions {
  display: flex;
  flex-direction: column;
}
.cookieBar-buttons {
  display: flex;
}
.cookieBar-submit {
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .page-template-page-business .accordion--horizontal + .quote {
    position: relative;
  }
  .page-template-page-business .accordion--horizontal + .quote::before {
    content: "";
    display: block;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    height: 50%;
    top: 0;
    background: #f0f0f0;
  }
}
.page-template-page-business .linkList {
  position: relative;
}
.page-template-page-business .linkList::after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  height: 50%;
  bottom: 0;
  background: #e0e0e0;
}
.page-template-page-approach .bg-gray-medium + .ctaBlock {
  position: relative;
}
.page-template-page-approach .bg-gray-medium + .ctaBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #e0e0e0;
  height: 50%;
  z-index: -1;
}
.businessList-bg + .quoteCarousel {
  position: relative;
  background-color: #e0e0e0;
}
.businessList-bg + .quoteCarousel::before {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  height: 50%;
  top: 0;
  z-index: 0;
  background: #000;
}
.page-template-page-businesses .featureGrid {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 960px) {
  .page-template-page-businesses .featureGrid {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-page-businesses .featureGrid:before {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #e0e0e0;
}
.page-template-page-entity-site-landing .linkList {
  position: relative;
}
.page-template-page-entity-site-landing .linkList::after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  height: 50%;
  bottom: 0;
  background: #e0e0e0;
}
@media screen and (min-width: 960px) {
  .page-template-page-entity-site-landing .relatedArticles {
    background: repeat-y center/100% url("../img/bg-grid-6col--1-4.svg");
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-template-page-entity-site-landing .relatedArticles__cards {
    margin-right: 4.3%;
  }
  .page-template-page-entity-site-landing .projectCarousel + .relatedArticles {
    padding-top: 0;
  }
  .page-template-page-entity-site-landing .featureGrid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-template-page-entity-site-landing .featureGrid .page {
    background: repeat-y center/100% url("../img/bg-grid-6col--1-4.svg");
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-template-page-entity-site-landing .featureGrid__feature {
    flex: 0 0 29.5%;
  }
}
.page-template-page-entity-people-index .ctaBlock .content {
  background: linear-gradient(72deg, #fd1e46, #7a10aa 140%);
}
.browser-message {
  display: none;
}
.unsupported-browser {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.unsupported-browser .browser-message {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  z-index: 20;
}
.unsupported-browser .browser-message-text {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1068px;
  background: #fff;
  padding: 30px;
  border: 2px solid #00a5bd;
  outline: none;
  z-index: 21;
}
.divider--purple,
.divider--green,
.divider--teal {
  height: 30px;
  background-size: 100%;
  display: block;
}
.divider--purple {
  background: linear-gradient(to right, #0285b4, #7a10aa);
}
.divider--teal {
  background: linear-gradient(to right, #00cad7, #00a5bd, #0285b4);
}
.divider--green {
  background: linear-gradient(to right, #f5d855, #87c879, #00cad7);
}
.divider--line {
  border-top: 1px solid #000;
}
.divider--transparent {
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .divider--transparent {
    padding: 45px 0;
  }
}
@-webkit-keyframes fromLeft {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes fromLeft {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.announcementBar {
  position: relative;
  width: 100%;
  z-index: 4000;
  overflow: hidden;
}
.announcementBar.is-hidden {
  display: none;
}
.announcementBar__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.announcementBar__bgPattern {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  height: inherit;
  background: repeat-y center/100% auto url("../img/bg-grid-6col--3-cols.svg");
}
@media screen and (min-width: 960px) {
  .announcementBar__bgPattern {
    background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
  }
}
.announcementBar__container {
  position: relative;
  background-color: #000;
  -webkit-animation-name: fromLeft;
  animation-name: fromLeft;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (min-width: 960px) and (hover: hover) {
  .announcementBar__container:hover,
  .announcementBar__container:focus,
  a:hover .announcementBar__container,
  a:focus .announcementBar__container {
    background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  }
}
.announcementBar__content {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 15px 4.1666666667%;
  max-width: 1280px;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  color: #fff;
}
.announcementBar__content span:first-child {
  padding-right: 15px;
}
.announcementBar__content a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.announcementBar__content button {
  width: 35px;
  height: 35px;
  padding: 0;
  background: none;
}
.announcementBar__content button::before {
  width: 35px;
  height: 35px;
  background-position: 45% center;
  background-size: 175%;
}
.announcementBar__copy {
  padding-right: 60px;
}
.announcementBar__close {
  position: absolute;
  top: 12px;
  right: 4.1666666667%;
  margin-right: -5px;
}
@media screen and (min-width: 960px) {
  .announcementBar__close {
    margin-right: 0;
  }
}
.flexibleColumns {
  display: block;
  position: relative;
}
@media screen and (min-width: 960px) {
  .flexibleColumns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.flexibleColumns:first-of-type {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns:first-of-type {
    margin-top: 90px;
  }
}
.flexibleColumns .h2 {
  margin-bottom: 15px;
}
.flexibleColumns__git {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 30px 15px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__git {
    max-width: 375px;
  }
}
.flexibleColumns__git h6 {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.flexibleColumns__git span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.flexibleColumns__git .git-icon-lang {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 2px;
  margin-right: 3px;
  background-color: #fff;
}
.flexibleColumns__git__stars {
  margin-left: 17px;
}
.flexibleColumns__git__stars::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -17px;
  top: 1px;
  background-image: url("../svg/icon-star-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.flexibleColumns__git__forks {
  margin-left: 16px;
}
.flexibleColumns__git__forks::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -16px;
  top: 2px;
  background-image: url("../svg/icon-fork-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.flexibleColumns__git .flexibleColumns__git__license .git-svg {
  margin-right: 2px;
}
.flexibleColumns__git .flexibleColumns__git__issues .git-svg {
  margin-right: 4px;
}
.flexibleColumns__git-color {
  fill: #fff;
}
.flexibleColumns__git .git-svg {
  position: relative;
  transform: scale(0.8);
  top: 3px;
}
.bg-line {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: url("../svg/bg-black-line.svg");
  background-repeat: repeat;
}
@media screen and (min-width: 960px) {
  .bg-line {
    left: 0;
  }
}
.bg-line--short {
  height: 120px;
  background-repeat: no-repeat;
}
.bg-line--middle {
  height: 94.5%;
  top: 17px;
}
@media screen and (min-width: 960px) {
  .bg-line--middle {
    height: 93.5%;
  }
}
.bg-gradient-purple {
  background-image: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  color: #fff;
}
.flexibleColumns__group {
  padding: 45px 0 90px 0;
  position: relative;
}
.flexibleColumns__group .flexibleColumns__group-header {
  padding: 0 30px 0 0;
  position: relative;
  grid-column: 1 / span 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group .flexibleColumns__group-header {
    margin-bottom: 15px;
    padding: 0 52.5px;
  }
}
.flexibleColumns__group .bg-diamond {
  position: absolute;
  top: 0;
  left: 97.75%;
  background: #fff;
  border: 1px solid #000;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  z-index: 1;
  transition: ease-in-out 0.4s;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group .bg-diamond {
    left: 49.33%;
  }
}
.flexibleColumns__group .bg-diamond._is-filled {
  background: linear-gradient(to bottom, #00cae0, #0285b4);
  position: absolute;
  border: none;
  left: 96.5%;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group .bg-diamond._is-filled {
    left: 48.75%;
  }
}
.flexibleColumns__group-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexibleColumns__group-content .flexibleColumn {
  padding: 0 30px 0 0;
  position: relative;
  grid-column: 1 / span 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn {
    margin-bottom: 45px;
    padding: 0 52.5px;
  }
}
.flexibleColumns__group-content .flexibleColumn--half,
.flexibleColumns__group-content .flexibleColumn--halfPadded,
.flexibleColumns__group-content .flexibleColumn--flush {
  grid-column: span 6;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn--half,
  .flexibleColumns__group-content .flexibleColumn--halfPadded,
  .flexibleColumns__group-content .flexibleColumn--flush {
    width: 50%;
    grid-column: span 3;
  }
}
.flexibleColumns__group-content .flexibleColumn--half.align-right,
.flexibleColumns__group-content .flexibleColumn--halfPadded.align-right,
.flexibleColumns__group-content .flexibleColumn--flush.align-right {
  order: 2;
}
.flexibleColumns__group-content .flexibleColumn--half.align-right:nth-child(3),
.flexibleColumns__group-content
  .flexibleColumn--halfPadded.align-right:nth-child(3),
.flexibleColumns__group-content
  .flexibleColumn--flush.align-right:nth-child(3) {
  order: 4;
}
.flexibleColumns__group-content .flexibleColumn--half.align-left,
.flexibleColumns__group-content .flexibleColumn--halfPadded.align-left,
.flexibleColumns__group-content .flexibleColumn--flush.align-left {
  order: 1;
}
.flexibleColumns__group-content .flexibleColumn--half.align-left:nth-child(3),
.flexibleColumns__group-content
  .flexibleColumn--halfPadded.align-left:nth-child(3),
.flexibleColumns__group-content .flexibleColumn--flush.align-left:nth-child(3) {
  order: 3;
}
.flexibleColumns__group-content .flexibleColumn--threeCol {
  grid-column: span 6;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn--threeCol {
    display: flex;
  }
  .flexibleColumns__group-content
    .flexibleColumn--threeCol
    .img-container.align-right {
    order: 2;
  }
  .flexibleColumns__group-content .flexibleColumn--threeCol .desc-container {
    width: 100%;
  }
  .flexibleColumns__group-content
    .flexibleColumn--threeCol
    .desc-container.align-right {
    padding-right: 45px;
  }
  .flexibleColumns__group-content
    .flexibleColumn--threeCol
    .desc-container.align-left {
    padding-left: 45px;
  }
}
.flexibleColumns__group-content .flexibleColumn--fourCol {
  grid-column: span 6;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn--fourCol {
    display: flex;
    grid-column: span 6;
    padding: 0 0;
    flex-direction: column;
  }
  .flexibleColumns__group-content .flexibleColumn--fourCol.align-right {
    margin-left: 25%;
    margin-right: 0;
  }
  .flexibleColumns__group-content .flexibleColumn--fourCol.align-left {
    margin-left: 0;
    margin-right: 25%;
  }
  .flexibleColumns__group-content
    .flexibleColumn--fourCol
    .img-container.align-right {
    order: 0;
  }
  .flexibleColumns__group-content .flexibleColumn--fourCol .desc-container {
    width: 100%;
  }
  .flexibleColumns__group-content
    .flexibleColumn--fourCol
    .desc-container.align-right {
    padding-right: 45px;
  }
  .flexibleColumns__group-content
    .flexibleColumn--fourCol
    .desc-container.align-left {
    padding-left: 45px;
  }
}
.flexibleColumns__group-content .img-container {
  display: block;
  margin-bottom: 22.5px;
}
.flexibleColumns__group-content .img-container--secondary {
  display: flex;
  justify-content: flex-end;
}
.flexibleColumns__group-content .img-container--secondary img {
  max-width: 235px;
  padding: 15px;
}
.flexibleColumns__group-content .flexibleColumn__image {
  position: relative;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn__image.flexibleColumn--flush,
  .flexibleColumns__group-content
    .flexibleColumn__image.flexibleColumn--threeCol {
    padding: 0;
    margin-right: 1px;
  }
}
.flexibleColumns__group-content .flexibleColumn__image .img-container {
  position: relative;
}
.flexibleColumns__group-content
  .flexibleColumn__image
  .img-container.gradient::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 12px;
  background-image: linear-gradient(90deg, #fd7150, #ffcf4c);
  bottom: 0;
  left: 0;
}
.flexibleColumns__group-content .flexibleColumn__quote {
  display: flex;
  flex-direction: column;
  max-width: 40ch;
}
.flexibleColumns__group-content .flexibleColumn__quote .quote__icon {
  margin-bottom: 22.5px;
}
.flexibleColumns__group-content .flexibleColumn__quote q {
  font-weight: 500;
  margin-bottom: 15px;
}
.flexibleColumns__group-content .flexibleColumn__quote p:last-of-type {
  margin-bottom: 30px;
}
.flexibleColumns__group-content .flexibleColumn__stat {
  margin-top: 30px;
}
.flexibleColumns__group-content .flexibleColumn__stat .h2 {
  font-weight: 500;
  font-size: 120px;
  line-height: 109px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns__group-content .flexibleColumn__stat {
    margin-top: 60px;
  }
}
.flexibleColumns--final {
  padding-top: 45px;
}
@media screen and (min-width: 960px) {
  .flexibleColumns--final {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .flexibleColumns--final .bg-diamond {
    background: transparent;
  }
}
.flexibleColumns--final .bg-diamond:last-of-type {
  top: 95%;
}
.flexibleColumns--final .flexibleColumns__group-content .quote__icon img {
  filter: invert(1);
}
@media screen and (min-width: 960px) {
  .flexibleColumns--final .flexibleColumns__group-content .quote__icon {
    position: absolute;
    left: 0;
    top: -20px;
  }
}
.flexibleColumns--final
  .flexibleColumns__group-content
  .flexibleColumn__quote
  .quote__text {
  border-bottom: 1px solid #fff;
  padding: 0 0 25px;
  font-weight: 100;
  margin-bottom: 30px;
}
.color-scala {
  background-color: #c22d40 !important;
}
.color-html {
  background-color: #e34c26 !important;
}
.color-scss {
  background-color: #c6538c !important;
}
.color-css {
  background-color: #563d7c !important;
}
.color-javascript {
  background-color: #f1e05a !important;
}
.color-clojure {
  background-color: #db5855 !important;
}
.color-python {
  background-color: #3572a5 !important;
}
.color-java {
  background-color: #b07219 !important;
}
.color-coldfusion {
  background-color: #ed2cd6 !important;
}
.color-go {
  background-color: #00add8 !important;
}
.color-c {
  background-color: #555 !important;
}
.color-jupyter-notebook {
  background-color: #da5b0b !important;
}
.color-shell {
  background-color: #89e051 !important;
}
.color-rust {
  background-color: #dea584 !important;
}
.color-typescript {
  background-color: #2b7489 !important;
}
.color-fsharp {
  background-color: #b845fc !important;
}
.color-cpp {
  background-color: #f34b7d !important;
}
.color-csharp {
  background-color: #178600 !important;
}
.color-plpgsql {
  background-color: #336790 !important;
}
.page:not(body) > .content.people__content {
  margin-left: 16.666%;
  margin-right: 16.666%;
}
.people__page {
  background: repeat-y center/100% auto url(../img/bg-grid-6col--3-cols.svg);
  padding-top: 100px;
  padding-bottom: 100px;
}
.people__content {
  display: flex;
  flex-direction: column;
}
.people__header {
  order: 0;
}
.people__col1,
.people__col2,
.people__col3,
.people__col4 {
  margin-bottom: 40px;
}
.people__col1 {
  order: 2;
}
.people__col2 {
  order: 1;
}
.people__col3 {
  order: 3;
}
.people__col4 {
  order: 4;
}
.people__col5 {
  order: 5;
}
.people section {
  position: relative;
}
.people__role {
  font-size: 24px;
}
.people__sns {
  margin-top: 30px;
}
.people .flickity-page-dots {
  margin-top: 30px;
}
.people__title {
  padding-right: 40%;
}
.people__all {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
}
.people__projects li,
.people__articles li {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.people__projects .people__term,
.people__articles .people__term {
  display: block;
  margin-bottom: 10px;
}
.people__projects .people__term:hover,
.people__articles .people__term:hover {
  color: #00a5bd;
}
.people__projects .people__post-link,
.people__articles .people__post-link {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.people__projects .people__post-link:hover,
.people__articles .people__post-link:hover {
  color: #00a5bd;
}
.people__terms {
  margin-bottom: 5px;
}
.people__resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}
.people__resources li {
  width: 50%;
  margin-bottom: 15px;
}
.people__resources li a {
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
}
.people__resources li img {
  max-height: 90%;
  width: auto;
  max-width: 90%;
}
.people .h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  .people__page {
    background: repeat-y center/100% auto url(../img/bg-grid-6col.svg);
  }
  .people__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .people__header {
    width: 100%;
    order: 0;
  }
  .people__col1,
  .people__col2,
  .people__col3,
  .people__col4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .people__col1 {
    order: 1;
    padding-right: 40px;
  }
  .people__col2 {
    order: 2;
  }
  .people__col3 {
    order: 3;
    padding-right: 40px;
  }
  .people__col4 {
    order: 4;
    padding-right: 40px;
  }
  .people__col5 {
    width: 100%;
    order: 5;
  }
  .people__resources li {
    width: 25%;
  }
}
.people--single .page:not(body) > .content.people__content {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
@media screen and (min-width: 960px) {
  .people--single .page:not(body) > .content.people__content {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
}
.people--single__col1 {
  max-width: 350px;
}
@media screen and (min-width: 960px) {
  .people--single__col3 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .people--single__col4 {
    width: 100%;
  }
}
.people--single .people__projects,
.people--single .people__articles {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .people--single .people__projects,
  .people--single .people__articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
  }
  .people--single .people__projects li,
  .people--single .people__articles li {
    width: 100%;
    max-width: 295px;
    margin-bottom: 45px;
  }
}
.people--single .people__spotlight-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .people--single .people__spotlight-header {
    margin-bottom: 90px;
  }
}
.people--single .h5,
.people--single .people__title {
  margin-bottom: 30px;
}
.people--single .people__role {
  font-size: 15px;
  margin-bottom: 15px;
}
.people--single .people__sns {
  margin-top: 0;
}
.people--single .people__image-carousel {
  margin-bottom: 30px;
}
.people--single .people__image-carousel .flickity-button {
  top: 100%;
  margin-top: 15px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.triangleData {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  padding: 45px 0;
}
@media screen and (min-width: 960px) {
  .triangleData {
    padding: 120px 0;
  }
}
.triangleData__content {
  max-width: 854px;
  margin: 0 auto;
}
.triangleData__header {
  border-bottom: 1px solid #fff;
}
.triangleData__header .h4 {
  padding-bottom: 20px;
}
.triangleData__tabs {
  display: block;
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .triangleData__tabs {
    display: flex;
  }
}
.triangleData__animation,
.triangleData__sections {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .triangleData__animation,
  .triangleData__sections {
    width: 50%;
  }
}
.triangleData__animation {
  position: relative;
  min-height: 260px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .triangleData__animation {
    min-height: 360px;
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) {
  .triangleData__animation {
    width: 320px;
  }
}
.triangleData__animation .triangleData__animation-image {
  position: absolute;
  min-height: 400px;
  left: 13.5%;
  top: 0;
}
@media screen and (max-width: 959px) {
  .triangleData__animation .triangleData__animation-image {
    transform: rotate(170deg);
    bottom: 0;
    max-width: 180px;
    min-height: 100%;
    top: -45px;
  }
}
.triangleData__sections {
  min-height: 65vh;
  position: relative;
}
.triangleData__sections.animate-out {
  opacity: 1;
  -webkit-animation: fade 1s linear;
  animation: fade 1s linear;
}
.triangleData__nav {
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.4s all ease;
  width: 100%;
}
.triangleData__nav a {
  transition: 0.4s all ease all;
  color: #fff;
}
.triangleData__nav a.is-active {
  transform: scale(2);
}
@media screen and (max-width: 959px) {
  .triangleData__nav {
    min-height: 260px;
  }
}
.triangleData__nav.animate-out {
  opacity: 1;
  -webkit-animation: fade 1s linear;
  animation: fade 1s linear;
}
.triangleData__nav .triangleData__links {
  position: relative;
  height: 100%;
  max-width: 430px;
  min-height: 260px;
}
@media screen and (min-width: 960px) {
  .triangleData__nav .triangleData__links {
    min-height: 350px;
    padding-top: 45px;
  }
}
.triangleData__nav .triangleData__links a {
  display: block;
  position: absolute;
}
.triangleData__nav .triangleData__links a:not(:first-child):hover {
  font-weight: 500;
}
.triangleData__nav .triangleData__links a:first-child {
  font-weight: 600;
  font-size: 46px;
}
@media screen and (max-width: 959px) {
  .triangleData__nav .triangleData__links a:first-child {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .triangleData__nav .triangleData__links a:first-child {
    right: 17%;
    top: -5%;
  }
}
.triangleData__nav .triangleData__links a:nth-child(2) {
  right: 41%;
  bottom: 5%;
}
@media screen and (max-width: 959px) {
  .triangleData__nav .triangleData__links a:nth-child(2) {
    left: 14%;
    top: -7%;
  }
}
@media screen and (max-width: 959px) {
  .triangleData__nav .triangleData__links a:nth-child(3) {
    top: 40%;
    right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .triangleData__nav .triangleData__links a:nth-child(3) {
    top: 23%;
    left: 6%;
  }
}
.triangleData__header-content {
  max-width: 370px;
  padding-bottom: 45px;
}
.triangleData__section {
  height: 0;
}
.triangleData__section.js-tab-contents {
  display: block;
  visibility: hidden;
}
.triangleData__section.is-active {
  visibility: visible;
  height: auto;
}
.triangleData__section-intro img {
  margin-bottom: 30px;
}
.triangleData__section-intro p {
  max-width: 320px;
  margin-bottom: 30px;
}
.triangleData__info-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.triangleData__info-blocks .infoBlock {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.triangleData__info-blocks .infoBlock.infoBlock--cta {
  border-bottom: 0;
  padding-bottom: 0;
}
.triangleData__info-blocks .infoBlock h5 {
  margin-bottom: 25px;
}
.scrollingData {
  position: relative;
  background-color: #000;
}
.scrollingData__resolved {
  position: relative;
  background-color: #000;
  color: #fff;
  top: 0;
  width: 100%;
  opacity: 1;
}
.scrollingData__header {
  margin-bottom: 60px;
}
.scrollingData__content {
  padding: 90px 0;
}
.scrollingData .h2--light {
  font-weight: 300;
  font-size: 90px;
  line-height: 0.8888888889;
  letter-spacing: -0.0111111111em;
}
@media screen and (max-width: 959px) {
  .scrollingData .h2--light {
    font-size: 54px;
  }
}
@media screen and (min-width: 960px) {
  .scrollingData__content {
    padding: 135px 0;
  }
  .scrollingData__page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: inherit;
    padding-bottom: 50px;
    background: repeat-y center/100% auto
      url(../img/bg-grid-6col--opacity30.svg);
  }
}
.scrollingData__items {
  position: relative;
}
@media screen and (min-width: 960px) {
  .scrollingData__items {
    margin-left: 9.8%;
    background-image: url("../svg/t-180deg-icon.svg");
    background-repeat: no-repeat;
    background-position: 67.1% bottom;
    background-size: 24px 12px;
  }
  .scrollingData__items::before {
    content: "";
    background-image: url("../svg/corner-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transform: rotate(270deg);
  }
  .scrollingData__items::after {
    content: "";
    background-image: url("../svg/corner-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
}
.sd-trigger {
  position: relative;
  width: 100%;
  text-align: left;
  transition: 0.4s all ease;
  padding: 8px 0;
  background: transparent;
}
.sd-trigger:hover {
  cursor: pointer;
}
.sd-trigger:hover,
.sd-trigger.expanded {
  color: #00a5bd;
}
.sd-trigger:hover .sd-trigger__title::after,
.sd-trigger.expanded .sd-trigger__title::after {
  transform: rotate(-90deg);
}
.sd-trigger:focus-visible {
  outline: auto;
}
@media screen and (min-width: 960px) {
  .sd-trigger {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
  }
  .sd-trigger::before {
    content: "";
    background-image: url("../svg/t-icon.svg");
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .sd-trigger:nth-child(1)::before {
    background-image: url("../svg/corner-icon.svg");
    transform: rotate(0);
    top: 0;
  }
  .sd-trigger::after {
    content: "";
    background-image: url("../svg/t-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    right: 0;
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
  }
  .sd-trigger:nth-child(1)::after {
    background-image: url("../svg/corner-icon.svg");
    transform: rotate(90deg);
    top: 0;
  }
  .sd-trigger:nth-child(1) .sd-trigger__info::before {
    background-image: url("../svg/t-icon.svg");
    top: -45px;
  }
  .sd-trigger .sd-trigger__info::before {
    content: "";
    background-image: url("../svg/t-mirror-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -62px;
    left: -12px;
    width: 24px;
    height: 24px;
  }
}
.sd-trigger__title {
  position: relative;
  width: 100%;
}
.sd-trigger__title::after {
  content: "";
  position: absolute;
  background-image: url("../svg/arrow--flat--white.svg");
  background-repeat: no-repeat;
  right: 0;
  bottom: 22px;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 960px) {
  .sd-trigger__title {
    padding: 0 30px;
    width: 66.7%;
  }
  .sd-trigger__title::after {
    display: none;
  }
}
.sd-trigger__info {
  position: relative;
  display: none;
}
.sd-trigger__info h5 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 960px) {
  .sd-trigger__info {
    display: block;
    width: 33.3%;
    padding: 0 30px;
  }
}
.sd-panel {
  position: relative;
  height: 0;
  top: 1px;
  outline: none;
}
.sd-panel > div {
  opacity: 0;
}
.sd-panel__content {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .sd-panel__content {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 60px;
    min-height: 280px;
  }
}
@media screen and (min-width: 960px) {
  .sdpb:nth-child(1) {
    width: 66.7%;
  }
  .sdpb:nth-child(1) .sdpb__stat,
  .sdpb:nth-child(1) .sdpb__desc,
  .sdpb:nth-child(1) .sdpb__quote {
    width: 66.6%;
  }
  .sdpb:nth-child(2) {
    width: 33.3%;
  }
  .sdpb:nth-child(2) .sdpb__stat,
  .sdpb:nth-child(2) .sdpb__desc,
  .sdpb:nth-child(2) .sdpb__quote,
  .sdpb:nth-child(2) .sdpb__img-desc,
  .sdpb:nth-child(2) .sdpb__image {
    width: 66.6%;
  }
  .sdpb:nth-child(2) img,
  .sdpb:nth-child(2) .img-bar {
    width: 100%;
  }
  .sdpb:nth-child(2) .sdpb__img-desc,
  .sdpb:nth-child(2) .sdpb__img-desc--triangle {
    top: 0;
    left: 0;
  }
}
.sdpb {
  position: relative;
  margin-bottom: 45px;
}
.sdpb .h5 {
  font-size: 30px;
  margin-bottom: 15px;
}
.sdpb p,
.sdpb q {
  line-height: 1.23;
  padding-right: 5%;
}
.sdpb img,
.sdpb .img-bar {
  width: 66.6%;
  max-width: 320px;
}
.sdpb .img-bar img {
  width: 100%;
}
.sdpb .sdpb__image {
  margin-bottom: 30px;
}
.sdpb .sdpb__image--triangle {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sdpb__triangle {
  display: none;
}
.sdpb__stat .h5 {
  font-size: 60px;
  line-height: 1;
}
.sdpb__quote q {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sdpb__quote q::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 38px;
  height: 30px;
  margin-bottom: 15px;
  background-image: url(../svg/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sdpb__quote p {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.sdpb__quote img {
  margin-bottom: 30px;
}
.sdpb__quote .sdpb__quote-icon {
  width: 38px;
  margin-bottom: 15px;
}
.sdpb .img-bar::after {
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
}
@media screen and (min-width: 960px) {
  .sdpb p,
  .sdpb q {
    padding-right: 10%;
  }
  .sdpb img,
  .sdpb .img-bar {
    width: 75%;
    max-width: 100%;
  }
  .sdpb .sdpb__image {
    width: 66.6%;
  }
  .sdpb__img-desc {
    position: relative;
    width: 66.6%;
    left: 0;
  }
  .sdpb__img-desc--triangle {
    top: -75px;
    left: 45%;
    width: 47%;
  }
  .sdpb img.sdpb__triangle {
    position: absolute;
    display: block;
    top: 108px;
    left: 66.8%;
    width: 108px;
    max-width: 108px;
  }
}
.sd-panel.expanded > div {
  opacity: 1;
}
.sd-panel.animate-in {
  transition: height 0.3s ease-out;
}
.sd-panel.animate-in > div {
  transition: opacity 0.4s ease-out 0.2s;
}
.sd-panel.animate-out {
  transition: height 0.3s ease-out 0.2s;
}
.sd-panel.animate-out > div {
  transition: opacity 0.3s ease-out;
}
.scrollingCount {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  transition: opacity 0.2s ease;
}
.scrollingCount__bg {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.scrollingCount__bg::after {
  content: "";
  height: 100vh;
  width: 100%;
  background: repeat-y center/100% auto url("../img/bg-grid-6col.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.scrollingCount__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.scrollingCount .sc-stat {
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 30px;
}
.scrollingCount .sc-stat-digits {
  --scale-digits: 1;
  display: flex;
  position: relative;
  height: 30px;
  overflow: hidden;
  transform-origin: left bottom;
  transform: scale(var(--scale-digits));
}
.scrollingCount .sc-stat-digit {
  width: 18px;
  height: 30px;
  position: relative;
  top: 30px;
  transition: top 0.3s ease;
}
.scrollingCount .sc-stat-digit > div {
  width: 20px;
  height: 30px;
  text-align: center;
}
.scrollingCount .sc-stat-title {
  --scale-title: 1;
  font-weight: 500;
  transform-origin: left top;
  transform: scale(var(--scale-title));
  padding-left: 9px;
}
.scrollingCount .sc-curtain {
  --scale: 0;
  width: 1px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -1px;
  transform-origin: center;
  transform: scale(var(--scale)) rotate(45deg);
}
.scrollingCount__skip {
  position: absolute;
  bottom: 38px;
  left: 38px;
  width: 38px;
  height: 38px;
  background-image: url(../img/video-ctrl-ff.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
}
.questionnaire {
  position: relative;
  background: linear-gradient(103deg, #0068bb -33%, #6400a9 92%);
  color: #fff;
  padding: 60px 0;
}
.questionnaire .content {
  max-width: 840px;
}
.questionnaire h3,
.questionnaire p {
  margin-bottom: 15px;
  position: relative;
}
.questionnaire label {
  position: relative;
}
.questionnaire textArea {
  color: #fff;
  font-size: 19px;
  border: 1px solid #fff;
}
.questionnaire__screen1,
.questionnaire__screen2 {
  position: relative;
  margin-bottom: 30px;
}
.questionnaire__screen2,
.questionnaire__thankyou {
  display: none;
}
.questionnaire .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1.1;
  min-height: 18px;
}
.questionnaire .wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -7px;
}
.questionnaire .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}
.questionnaire .wpcf7-list-item input:checked + span {
  font-weight: 600;
}
.questionnaire .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  background: transparent;
}
.questionnaire .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  background-color: #fff;
}
.questionnaire .wpcf7-not-valid-tip {
  font-size: 19px;
  font-weight: 600;
}
.questionnaire .wpcf7-submit {
  position: relative;
  display: inline-block;
  padding: 10px;
  height: 52px;
  width: 140px;
  color: #fff;
  border: 1px solid #fff;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
.questionnaire .wpcf7-submit:hover {
  background-color: #fff;
  color: #000;
}
.questionnaire__back-button {
  position: absolute;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  right: 0;
  bottom: -52px;
  color: #fff;
  z-index: 120;
}
.questionnaire__learn-more {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-left: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.questionnaire__learn-more::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.questionnaire__learn-more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .questionnaire {
    padding: 90px 0;
  }
  .questionnaire p {
    font-size: 19px;
    max-width: 530px;
  }
}
