@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
header.header nav ul li a, .fixed-menu .nav-menu li a, .footer__main ul li a, header.header nav ul li.current_page_item, .footer__contact .people a span, .project-item .col > a, .fourohfour a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
@media (max-width: 1170px) {
  header.header nav ul li a, .fixed-menu .nav-menu li a, .footer__main ul li a, header.header nav ul li.current_page_item, .footer__contact .people a span, .project-item .col > a, .fourohfour a {
    font-size: 16px;
  }
}
header.header nav ul li a:hover, .fixed-menu .nav-menu li a:hover, .footer__main ul li a:hover, header.header nav ul li.current_page_item:hover, .footer__contact .people a span:hover, .project-item .col > a:hover, .fourohfour a:hover {
  text-decoration-color: #000;
}

header.header nav ul li.current_page_item, .footer__contact .people a span, .project-item .col > a, .fourohfour a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em !important;
  display: inline-block;
}
header.header nav ul li.current_page_item::before, .footer__contact .people a span::before, .project-item .col > a::before, .fourohfour a::before {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0898c1;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
header.header nav ul li.current_page_item:hover::before, .footer__contact .people a span:hover::before, .project-item .col > a:hover::before, .fourohfour a:hover::before {
  height: 10px;
}

.post-item__content .cta {
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
}
.post-item__content .cta::after {
  content: " ";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 6px;
  transition: all 0.3s;
}
.post-item__content .cta:hover::after {
  transform: translateX(6px);
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.wrapper {
  width: calc(100% - 48px);
  max-width: 1202px;
  margin: auto;
  padding: 0;
  overflow: hidden;
}

.wrapper--no-overflow {
  width: calc(100% - 48px);
  max-width: 1202px;
  margin: auto;
  padding: 0;
}

.button, .form-modal__main input[type=submit] {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.03em;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: #0898c1;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 0;
}
.button:hover, .form-modal__main input[type=submit]:hover {
  background-color: #74bbd5;
}

header.header {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background-color: #fff;
  border-bottom: solid 1px #e8e8e8;
}
header.header + div {
  margin-top: 120px;
}
@media (max-width: 550px) {
  header.header + div {
    margin-top: 109px;
  }
}
@media (max-width: 400px) {
  header.header + div {
    margin-top: 102px;
  }
}
header.header a.logo-link img {
  display: block;
  width: 300px;
  height: auto;
}
@media (max-width: 550px) {
  header.header a.logo-link img {
    width: 250px;
  }
}
@media (max-width: 400px) {
  header.header a.logo-link img {
    width: 220px;
  }
}
header.header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header nav ul {
  list-style: none;
  margin: 0 32px 0 0;
  padding: 0;
}
@media (max-width: 1170px) {
  header.header nav ul {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 960px) {
  header.header nav ul {
    display: none;
  }
}
header.header nav ul li {
  display: inline-block;
}
header.header nav ul li + li {
  margin-left: 32px;
}
@media (max-width: 1170px) {
  header.header nav ul li + li {
    margin-left: 24px;
  }
}
header.header nav ul li.current_page_item::before {
  bottom: 10px;
}
header.header nav > a img {
  display: block;
  width: 24px;
  height: auto;
}
header.header nav button {
  display: none;
  background-color: none;
  border: 0;
  width: 24px;
  height: 22px;
  margin-left: 24px;
  background-color: transparent;
  padding: 0;
  position: relative;
}
@media (max-width: 960px) {
  header.header nav button {
    display: inline-block;
  }
}
header.header nav button span, header.header nav button::after, header.header nav button::before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
header.header nav button::after {
  position: absolute;
  top: 0;
}
header.header nav button::before {
  position: absolute;
  bottom: 0;
}
header.header nav button.active span {
  opacity: 0;
}
header.header nav button.active::after {
  transform: rotate(45deg);
  top: 10px;
}
header.header nav button.active::before {
  transform: rotate(-45deg);
  bottom: 10px;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.3s;
  background-color: #fff;
}
.fixed-menu.open {
  transform: translateX(0%);
}
.fixed-menu__nav {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-menu .nav-menu {
  padding: 0 0 24px 24px;
  margin: 0 24px 24px;
  list-style: none;
  height: calc(100vh - 128px - 48px);
  border-left: solid 2px #0898c1;
  border-bottom: solid 2px #0898c1;
  text-align: right;
}
@media (max-width: 550px) {
  .fixed-menu .nav-menu {
    height: calc(100vh - 112px - 48px);
  }
}
@media (max-width: 400px) {
  .fixed-menu .nav-menu {
    height: calc(100vh - 102px - 48px);
  }
}
.fixed-menu .nav-menu li {
  line-height: 0;
}
.fixed-menu .nav-menu li + li {
  margin-top: 36px;
}
.fixed-menu .nav-menu li a {
  line-height: 1;
  font-size: 24px;
}

.footer {
  margin-top: 192px;
}
@media (max-width: 960px) {
  .footer {
    margin-top: 92px;
  }
}
.footer__contact {
  background-color: #74bbd5;
  padding: 72px 24px 96px;
  text-align: center;
}
.footer__contact h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 24px;
  letter-spacing: -0.05em;
}
@media (max-width: 960px) {
  .footer__contact h2 {
    font-size: 32px;
  }
}
.footer__contact h2 + p {
  text-align: center;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 1.5;
  max-width: 720px;
}
.footer__contact .people {
  position: relative;
  z-index: 1;
}
.footer__contact .people a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 960px) {
  .footer__contact .people a {
    display: flex;
    justify-content: center;
  }
}
.footer__contact .people a img {
  margin-right: 12px;
  transition: all 0.3s;
}
.footer__contact .people a span {
  line-height: 1.2;
  z-index: 2;
}
.footer__contact .people a + a {
  margin-left: 48px;
}
@media (max-width: 960px) {
  .footer__contact .people a + a {
    margin-left: 0;
    margin-top: 24px;
  }
}
.footer__contact .people a:hover img {
  transform: translateY(-3px);
}
.footer__main {
  text-align: center;
  padding: 74px 0 126px;
}
.footer__main ul {
  margin: 0 0 72px;
  padding: 0;
  font-size: 0;
}
.footer__main ul li {
  display: inline-block;
}
@media (max-width: 960px) {
  .footer__main ul li {
    width: 100%;
  }
}
.footer__main ul li + li {
  margin-left: 32px;
}
@media (max-width: 960px) {
  .footer__main ul li + li {
    margin-left: 0;
  }
}
.footer__main .credit {
  padding: 0 24px;
}
.footer__main .credit p {
  margin: 0;
}
.footer__main .credit p + p {
  margin-top: 6px;
}
.footer__main .credit p a {
  color: #000;
  font-weight: bold;
}

.post-item {
  background-color: #74bbd5;
}
.post-item .img-wrap {
  position: relative;
}
.post-item .img-wrap .series-link {
  position: absolute;
  bottom: 9px;
  left: 9px;
}
.post-item .img-wrap .series-link a {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.05%;
  text-transform: uppercase;
  padding: 3px 12px;
  background-color: #74bbd5;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}
.post-item .img-wrap .series-link a:hover {
  background-color: #74bbd5;
}
.post-item img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item__content {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.post-item__content h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 22px;
}
.post-item__content h3 a {
  color: #000;
  text-decoration: none;
}
.post-item__content .meta {
  justify-content: space-between;
  align-items: center;
}
.post-item__content .meta p {
  margin: 0;
}
.post-item__content .meta .post-author {
  font-size: 16px;
  font-weight: 400;
}
.post-item__content .meta .post-date {
  font-size: 14px;
  font-weight: 300;
  margin-top: 6px;
}
.post-item__content .meta .project-subtitle {
  font-size: 20px;
}
.post-item__content .project-date {
  margin: 6px 0 0;
}
.post-item__content .cta {
  margin-top: 48px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  color: #000 !important;
}
@media (max-width: 600px) {
  .post-item__content .cta {
    margin-top: 24px;
  }
}
.post-item__content .cta:hover {
  color: #000 !important;
}

.page-intro {
  text-align: center;
  padding-top: 92px;
  padding-bottom: 72px;
}
@media (max-width: 960px) {
  .page-intro {
    padding: 48px 0 72px;
  }
}
.page-intro h1 {
  font-size: 36px;
  letter-spacing: -0.05em;
  margin: 0;
}
.page-intro h2 {
  margin: 12px 0 0;
  font-weight: normal;
  font-size: 28px;
}
.page-intro p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
  margin: 12px auto 0;
}

.main-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.main-modal__shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.main-modal__main {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 550px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: all 0.5s;
  transform: translateX(100%);
  padding: 24px;
}
.main-modal__main > img {
  display: block;
  margin: 0 0 24px;
  max-width: 100%;
  width: 100%;
}
.main-modal__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 48px;
}
.main-modal__top img {
  width: 100px;
  flex-shrink: 0;
}
.main-modal__top h2 {
  width: 100%;
  padding-left: 24px;
  margin: 0;
}
.main-modal__content p {
  font-size: 16px;
  font-weight: normal;
}
.main-modal__content a.button {
  padding: 6px 14px;
  font-size: 16px;
}
.main-modal__content a.button:last-child {
  margin-top: 48px;
}
.main-modal__close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: #0898c1;
  border: solid 2px black;
  font-size: 23px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  color: black !important;
}
.main-modal__close:hover {
  background-color: #74bbd5;
}
.main-modal.open .main-modal__main {
  transform: none;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.form-modal__shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.form-modal__main {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: calc(100% - 48px);
  max-width: 660px;
  padding: 48px 24px;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  overflow-x: visible;
}
.form-modal__main h2 {
  margin: 0 0 24px;
  font-size: 32px;
  letter-spacing: -0.05em;
  text-align: center;
}
.form-modal__main h3 {
  margin: 48px 0 0px;
  font-size: 24px;
}
.form-modal__main input[type=text],
.form-modal__main input[type=email],
.form-modal__main textarea {
  padding: 12px;
  border-radius: 10px;
  border: solid 1px #000;
}
.form-modal__main .nf-field-description {
  padding-bottom: 12px;
}
.form-modal__main #ninja_forms_required_items, .form-modal__main .nf-field-container {
  margin-bottom: 32px;
}
.form-modal__main .html-wrap {
  margin-bottom: -12px;
}
.form-modal__main .submit-wrap {
  text-align: center;
}
.form-modal__close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: #0898c1;
  font-size: 28px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.project-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .project-item {
    display: block;
  }
}
.project-item .col {
  width: calc(100% - 548px);
}
@media (max-width: 960px) {
  .project-item .col {
    width: 100%;
    max-width: 556px;
    margin: 0 auto;
  }
}
.project-item .col.img-col {
  max-width: 500px;
}
.project-item .col img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .project-item .col img {
    max-width: 556px;
    margin: 0 auto 24px;
  }
}
.project-item .col h3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 0;
}
@media (max-width: 960px) {
  .project-item .col h3 {
    font-size: 24px;
  }
}
.project-item .col h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  margin: 0;
}
@media (max-width: 960px) {
  .project-item .col h4 {
    font-size: 18px;
  }
}
.project-item .col h5 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin: 6px 0 0;
  color: #0898c1;
}
@media (max-width: 960px) {
  .project-item .col h5 {
    font-size: 16px;
  }
}
.project-item .col p {
  margin: 24px 0;
  font-size: 20px;
  line-height: 150%;
  max-width: 600px;
}
@media (max-width: 960px) {
  .project-item .col p {
    margin: 24px 0 12px;
    font-size: 16px;
  }
}
.project-item + .project-item {
  margin-top: 72px;
}
.project-item:nth-child(even) .col:first-child {
  order: 2;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}
@media (max-width: 960px) {
  .post-grid {
    display: block;
  }
}
@media (max-width: 960px) {
  .post-grid .post-item {
    max-width: 556px;
    margin: 0 auto;
  }
  .post-grid .post-item + .post-item {
    margin-top: 32px;
  }
}
.post-grid__projects .post-item h3.post-title {
  font-size: 22px;
  line-height: 26px;
}

.fourohfour {
  text-align: center;
  padding-top: 120px;
}
@media (max-width: 960px) {
  .fourohfour {
    padding-top: 80px;
  }
}
.fourohfour h1 {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 12px;
}
@media (max-width: 960px) {
  .fourohfour h1 {
    font-size: 60px;
  }
}
.fourohfour p {
  margin: 0 0 32px;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.blog__intro {
  padding-top: 0;
}
.blog__main {
  display: flex;
}
@media (max-width: 960px) {
  .blog__main {
    display: block;
  }
}
.blog__sidebar {
  padding-right: 50px;
  flex-shrink: 0;
  position: sticky;
  top: 24px;
  height: 100%;
}
@media (max-width: 960px) {
  .blog__sidebar {
    position: static;
    margin-bottom: 48px;
    padding-right: 0;
  }
}
.blog__sidebar > button {
  display: none;
  font-size: 28px;
  color: #0898c1;
  background-color: transparent;
  padding: 0;
  border: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 960px) {
  .blog__sidebar > button {
    display: block;
    font-size: 24px;
  }
}
.blog__sidebar > button span {
  margin-left: 12px;
}
.blog__sidebar > button span::before {
  content: "+";
  display: inline-block;
}
.blog__sidebar > button.active span::before {
  content: "-";
  display: inline-block;
}
@media (max-width: 960px) {
  .blog__sidebar .sidebar-inner {
    display: none;
    padding-top: 24px;
  }
}
.blog__sidebar h2 {
  font-size: 28px;
  margin: 0;
  color: #0898c1;
}
@media (max-width: 960px) {
  .blog__sidebar h2 {
    font-size: 24px;
  }
}
.blog__sidebar ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.blog__sidebar ul li a {
  font-size: 16px;
  letter-spacing: 0.05%;
  color: #000;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
.blog__sidebar ul li a:hover {
  text-decoration-color: currentColor;
}
.blog__sidebar ul li a.active {
  color: #0898c1;
  font-weight: bold;
}
.blog__sidebar ul li + li {
  margin-top: 12px;
}
.blog__sidebar ul + h2 {
  margin-top: 48px;
}
@media (max-width: 960px) {
  .blog__sidebar ul + h2 {
    margin-top: 24px;
  }
}
.blog__posts {
  width: 100%;
}
.blog__posts .post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 960px) {
  .blog__posts .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .blog__posts .post-list {
    grid-template-columns: 1fr;
  }
}
.blog__posts .post-item h3 {
  font-size: 18px;
  line-height: 22px;
}
.blog__posts .post-item .meta {
  display: block;
}
.blog__posts .post-item .cta {
  font-size: 16px;
  margin-top: 24px;
}
.blog__posts .post-item__content {
  padding: 12px;
}
.blog__posts .load-more {
  margin-top: 72px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.single {
  padding-top: 72px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .single {
    display: block;
    padding-top: 48px;
  }
}
.single__sidebar {
  width: 360px;
  height: auto;
}
@media (max-width: 1170px) {
  .single__sidebar {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .single__sidebar {
    width: 100%;
    margin-bottom: 24px;
  }
}
.single__sidebar > div {
  position: sticky;
  top: 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 960px) {
  .single__sidebar > div {
    min-height: auto !important;
  }
}
@media (max-width: 960px) {
  .single__sidebar .title {
    text-align: center;
  }
}
.single__sidebar .title h1 {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.05em;
}
.single__sidebar .title h2 {
  margin: -24px 0 12px;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.05em;
}
@media (max-width: 960px) {
  .single__sidebar .title h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.single__sidebar .title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0898c1;
  margin: 0 0 24px;
}
.single__sidebar .title p {
  margin: 0;
  font-size: 18px;
}
.single__sidebar .title .description {
  font-size: 16px;
  margin: 0 0 12px;
  font-style: italic;
}
.single__sidebar .title .buttons {
  margin-top: 24px;
  font-size: 0;
}
.single__sidebar .title .buttons .button {
  padding: 6px 12px;
  font-size: 16px;
  margin: 0 6px 6px 0;
}
.single__sidebar .cats {
  margin-top: 48px;
}
@media (max-width: 960px) {
  .single__sidebar .cats {
    margin: 24px 0 0;
  }
}
.single__sidebar .cats h2 {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.05em;
}
@media (max-width: 960px) {
  .single__sidebar .cats h2 {
    font-size: 20px;
    margin: 0 0 6px;
  }
}
.single__sidebar .cats a {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  line-height: 1.5;
}
.single__sidebar .cats div + div {
  margin-top: 24px;
}
.single__sidebar .cats div + div h2 {
  font-size: 22px;
}
@media (max-width: 960px) {
  .single__sidebar .cats div + div h2 {
    font-size: 20px;
  }
}
.single__sidebar .cats div + div a {
  opacity: 0.7;
  font-size: 14px;
}
.single__main {
  width: calc(100% - 408px);
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1170px) {
  .single__main {
    width: calc(100% - 324px);
  }
}
@media (max-width: 960px) {
  .single__main {
    width: 100%;
  }
}
.single__main > figure,
.single__main > img {
  width: 100%;
  margin: 0 0 48px;
}
.single__main > figure + *,
.single__main > img + * {
  margin-top: 0 !important;
}
.single__main > figure img,
.single__main > img img {
  width: 100%;
  height: auto;
  display: block;
}
.single__main > figure figcaption,
.single__main > img figcaption {
  text-align: center;
  font-style: italic;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
}
.single__main > figure figcaption p,
.single__main > img figcaption p {
  margin: 0 auto;
  max-width: 660px;
}
.single__main > figure + figcaption,
.single__main > img + figcaption {
  margin-top: -48px !important;
  margin-bottom: 48px;
  display: block;
  text-align: center;
  font-style: italic;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
  font-weight: 400;
}
.single__main .wp-element-caption {
  text-align: center;
  font-style: italic;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
}
.single__main .wp-element-caption a {
  color: #0898c1;
}
.single__main .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.single__main .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single__main .kb-image5184_5babef-4d figcaption {
  color: black !important;
  opacity: 0.6;
}
.single__main .wp-block-kadence-advancedheading.kt-adv-heading5184_1a1825-a3, .single__main .wp-block-kadence-advancedheading.kt-adv-heading5184_1a1825-a3[data-kb-block=kb-adv-heading5184_1a1825-a3] {
  text-align: center;
  font-style: italic;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  color: black !important;
}
.single__main p {
  margin: 24px 0;
}
.single__main p a {
  color: #0898c1;
}
.single__main p a:hover {
  color: #7FD0E6;
}
.single__main .wp-block-kadence-advancedheading.kt-adv-heading5247_ce938e-31[data-kb-block=kb-adv-heading5247_ce938e-31] a:hover, .single__main .kt-adv-heading-link5247_ce938e-31:hover, .single__main .kt-adv-heading-link5247_ce938e-31:hover .kt-adv-heading5247_ce938e-31[data-kb-block=kb-adv-heading5247_ce938e-31] {
  color: #7FD0E6;
}
.single__main ul a {
  color: #0898c1;
}
.single__main h2 {
  margin: 72px 0 12px;
}
.single__main h2 + p {
  margin-top: 0;
}
.single__main .wp-block-button a {
  background-color: #0898c1;
  color: #000;
  padding: 6px 18px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 700;
}
.single__main .wp-block-quote {
  margin: 80px 35px;
  border-left: 2px solid #0898C1;
  padding-left: 24px;
}
@media (max-width: 960px) {
  .single__main .wp-block-quote {
    margin: 72px 0;
    padding-left: 20px;
  }
}
.single__main .wp-block-quote::before {
  content: "“";
  display: block;
  font-size: 50px;
  margin-bottom: -40px;
}
.single__main .wp-block-quote p {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .single__main .wp-block-quote p {
    font-size: 20px;
  }
}
.single__main .wp-block-quote cite {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 960px) {
  .single__main .wp-block-quote cite {
    font-size: 14px;
  }
}
.single__related {
  margin-top: 192px;
}
@media (max-width: 960px) {
  .single__related {
    margin-top: 92px;
  }
}
.single__related > h3 {
  text-align: center;
  margin: 0 0 48px;
  font-size: 36px;
  letter-spacing: -0.05em;
}
.single__related .post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
}
@media (max-width: 960px) {
  .single__related .post-grid {
    display: block;
  }
}
@media (max-width: 960px) {
  .single__related .post-grid .post-item {
    max-width: 556px;
    margin: 0 auto;
  }
  .single__related .post-grid .post-item + .post-item {
    margin-top: 32px;
  }
}

.related-people {
  margin-top: 66px;
}
.related-people__person {
  display: flex;
  align-items: center;
}
.related-people__person img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .related-people__person img {
    width: 80px;
    height: 80px;
    align-self: flex-start;
  }
}
.related-people__person p {
  font-size: 14px;
  padding-left: 20px;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.related-people__person p span {
  color: #0898c1;
  font-weight: bold;
}
.related-people__person + div {
  margin-top: 66px;
}

.wp-block-jetpack-slideshow_caption {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  text-align: center !important;
}

.post-comments-section {
  margin-top: 72px;
  padding-top: 72px;
  border-top: solid 1px #0898c1;
}
.post-comments-section .commentlist {
  padding-left: 0;
  margin: 24px 0 72px;
  list-style: none;
}
.post-comments-section .comment-author {
  display: flex;
  align-items: center;
}
.post-comments-section .comment-author img {
  border-radius: 50%;
}
.post-comments-section .comment-author cite {
  margin: 0 6px 0 12px;
}
.post-comments-section .comment-awaiting-moderation {
  font-size: 12px;
}
.post-comments-section .comment-meta {
  margin-bottom: 12px;
}
.post-comments-section .comment-meta a {
  color: #000;
  font-weight: 300;
}
.post-comments-section .reply {
  margin-top: 12px;
}
.post-comments-section .reply a {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.03em;
  padding: 6px 18px;
  border-radius: 5px;
  background-color: #0898c1;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 0;
}
.post-comments-section .reply a:hover {
  background-color: #74bbd5;
}
.post-comments-section .comment-notes {
  font-size: 12px;
  font-style: italic;
}
.post-comments-section form label {
  display: block;
}
.post-comments-section form input {
  width: 100%;
}
.post-comments-section form textarea {
  width: 100%;
}
.post-comments-section form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.post-comments-section form .comment-form-cookies-consent input {
  width: auto;
  margin-right: 12px;
  flex-shrink: 0;
}
.post-comments-section form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
.post-comments-section form .form-submit input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.03em;
  padding: 6px 18px;
  border-radius: 5px;
  background-color: #0898c1;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 0;
}
.post-comments-section form .form-submit input[type=submit]:hover {
  background-color: #74bbd5;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.home .about-grid div h4 span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
@media (max-width: 1170px) {
  .home .about-grid div h4 span {
    font-size: 16px;
  }
}
.home .about-grid div h4 span:hover {
  text-decoration-color: #000;
}

.home .about-grid div h4 span {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em !important;
  display: inline-block;
}
.home .about-grid div h4 span::before {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0898c1;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.home .about-grid div h4 span:hover::before {
  height: 10px;
}

.home .page-hero {
  align-items: center;
  padding: 48px 0;
  display: block;
}
.home .page-hero .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1350px;
}
@media (max-width: 960px) {
  .home .page-hero .wrapper {
    display: block;
  }
}
@media (max-width: 960px) {
  .home .page-hero__content {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .home .page-hero__image {
    margin-top: 48px;
  }
}
.home .page-hero h2 {
  text-align: left;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 24px;
}
@media (max-width: 960px) {
  .home .page-hero h2 {
    text-align: center;
    max-width: 100%;
    font-size: 32px;
  }
}
.home .page-hero p {
  text-align: left;
  margin: 0 0 60px;
}
@media (max-width: 960px) {
  .home .page-hero p {
    text-align: center;
    margin: 0 0 48px;
    max-width: 100%;
  }
}
.home .page-hero + .wrapper {
  margin-top: 0;
}
.home__intro {
  padding: 192px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .home__intro {
    padding: 92px 0;
  }
}
.home__intro h3 {
  max-width: 740px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 960px) {
  .home__intro h3 {
    font-size: 24px;
  }
}
.home__intro p {
  max-width: 740px;
  margin: 24px auto 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 960px) {
  .home__intro p {
    font-size: 18px;
  }
}
.home h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 24px;
  letter-spacing: -0.05em;
}
@media (max-width: 960px) {
  .home h2 {
    font-size: 32px;
  }
}
.home h2 + p {
  text-align: center;
  margin: 0 auto 72px;
  font-size: 20px;
  line-height: 1.5;
  max-width: 720px;
}
@media (max-width: 960px) {
  .home h2 + p {
    margin: 0 auto 48px;
    font-size: 18px;
  }
}
.home .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
}
@media (max-width: 960px) {
  .home .about-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 420px) {
  .home .about-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.home .about-grid div {
  position: relative;
  position: relative;
  text-align: center;
}
.home .about-grid div a {
  text-decoration: none;
}
.home .about-grid div .img-wrap {
  position: relative;
  overflow: hidden;
}
.home .about-grid div img.bw {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 1;
  transition: all 0.3s;
  mix-blend-mode: multiply;
}
.home .about-grid div img.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.3s;
}
.home .about-grid div h4 {
  z-index: 1;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
  width: 100%;
  padding: 12px;
  margin: 0;
  pointer-events: none;
  color: #000;
  text-decoration: none;
}
.home .about-grid div h4 span {
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
}
.home .about-grid div:hover img {
  transform: scale(1.1);
}
.home .about-grid div:hover img.color {
  opacity: 1;
}
.home .about-grid div:hover h4 span::before {
  height: 10px;
}
.home__blog {
  background-color: #fafafa;
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 96px;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.home__blog .button {
  margin-bottom: 0 !important;
}
.home__projects .button, .home__blog .button {
  margin-left: 50%;
  margin-top: 72px;
  transform: translateX(-50%);
  margin-bottom: 192px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .home__projects .button, .home__blog .button {
    margin-bottom: 92px;
    margin-top: 48px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.resource-item__bottom a,
.resource-item__bottom button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
@media (max-width: 1170px) {
  .resource-item__bottom a,
  .resource-item__bottom button {
    font-size: 16px;
  }
}
.resource-item__bottom a:hover,
.resource-item__bottom button:hover {
  text-decoration-color: #000;
}

.resource-item__bottom a,
.resource-item__bottom button {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em !important;
  display: inline-block;
}
.resource-item__bottom a::before,
.resource-item__bottom button::before {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0898c1;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.resource-item__bottom a:hover::before,
.resource-item__bottom button:hover::before {
  height: 10px;
}

.hub__join {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 1170px) {
  .hub__join {
    display: block;
    text-align: center;
  }
}
.hub__join h2 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1170px) {
  .hub__join h2 {
    font-size: 28px;
  }
}
.hub__join p {
  margin: 0 72px;
  font-size: 20px;
  line-height: 1.5;
  max-width: 516px;
}
@media (max-width: 1170px) {
  .hub__join p {
    margin: 12px auto 32px;
  }
}
@media (max-width: 1170px) {
  .hub__join p {
    font-size: 18px;
  }
}
.hub__main {
  margin-top: 92px;
}
.hub__search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 960px) {
  .hub__search {
    display: block;
    text-align: center;
  }
}
.hub__search span {
  font-size: 24px;
  color: #0898c1;
  margin-right: 12px;
  display: block;
}
@media (max-width: 960px) {
  .hub__search span {
    margin-right: 0;
  }
}
.hub__search input {
  border-radius: 5px;
  border: solid 1px #0898c1;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: normal;
  font-family: inherit;
  display: block;
}
@media (max-width: 960px) {
  .hub__search input {
    margin: 12px auto 0;
  }
}
.hub__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
}
@media (max-width: 960px) {
  .hub__grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 600px) {
  .hub__grid {
    grid-template-columns: 1fr;
  }
}

.resource-item {
  transition: all 0.3s;
  cursor: pointer;
}
.resource-item__top {
  display: flex;
  align-items: center;
  background-color: #74bbd5;
  position: relative;
}
.resource-item__top::before {
  content: " ";
  display: block;
  background-color: white;
  width: 58px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.resource-item__top:after {
  content: "+";
  display: block;
  width: 22px;
  height: 20px;
  border: solid 2px black;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: black;
  border-radius: 50%;
  text-align: center;
  padding-bottom: 2px;
  opacity: 0.75;
  transition: all 0.3s;
}
.resource-item__top .img-wrap {
  width: 116px;
  flex-shrink: 0;
  border: solid 5px white;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.resource-item__top .img-wrap img {
  display: block;
  width: 100%;
  border: solid 3px #0898c1;
  border-radius: 50%;
}
.resource-item__top h3 {
  width: 100%;
  padding: 0 40px 0 12px;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  border-left: solid 2px #000;
  margin-left: 20px;
}
@media (max-width: 960px) {
  .resource-item__top h3 {
    padding: 0 12px;
    font-size: 20px;
  }
}
.resource-item__bottom {
  text-align: right;
  padding-top: 12px;
  display: none;
}
.resource-item__bottom a,
.resource-item__bottom button {
  background: transparent;
  border: 0;
  font-size: 15px;
  line-height: 1.2;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.resource-item__hidden {
  display: none;
}
.resource-item:hover {
  transform: translateY(-3px);
}
.resource-item:hover .resource-item__top:after {
  opacity: 1;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.about-card .kb-button, .about-partners__grid div div + div a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
@media (max-width: 1170px) {
  .about-card .kb-button, .about-partners__grid div div + div a {
    font-size: 16px;
  }
}
.about-card .kb-button:hover, .about-partners__grid div div + div a:hover {
  text-decoration-color: #000;
}

.about-card .kb-button, .about-partners__grid div div + div a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em !important;
  display: inline-block;
}
.about-card .kb-button::before, .about-partners__grid div div + div a::before {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0898c1;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.about-card .kb-button:hover::before, .about-partners__grid div div + div a:hover::before {
  height: 10px;
}

.page-hero {
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 0 96px 48px;
  align-items: flex-end;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
@media (max-width: 960px) {
  .page-hero {
    display: block;
    padding: 48px 24px;
  }
}
.page-hero + .wrapper,
.page-hero + .wrapper--no-overflow {
  margin-top: 96px;
}
.page-hero__content {
  width: 100%;
  max-width: 600px;
  padding-bottom: 20px;
  padding-right: 24px;
}
@media (max-width: 1170px) {
  .page-hero__content {
    padding-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .page-hero__content {
    max-width: 100%;
    text-align: center;
    padding: 0 0 24px;
  }
}
.page-hero__content h2 {
  font-size: 36px;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}
@media (max-width: 1170px) {
  .page-hero__content h2 {
    font-size: 32px;
  }
}
.page-hero__content p {
  padding-right: 100px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1170px) {
  .page-hero__content p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .page-hero__content p {
    padding-right: 0;
  }
}
.page-hero__image {
  width: 550px;
  flex-shrink: 0;
}
@media (max-width: 1170px) {
  .page-hero__image {
    width: 450px;
  }
}
@media (max-width: 960px) {
  .page-hero__image {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.page-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.page {
  overflow-x: hidden;
}
.page #page-thumbnail {
  width: 100%;
}
.page__content {
  max-width: 842px;
  margin: 0 auto 0;
}
@media (max-width: 960px) {
  .page__content {
    margin: 48px auto 0;
  }
}
.page__content.no-thumb {
  margin-top: 0;
}
.page__content h1 {
  font-size: 36px;
  letter-spacing: -0.05em;
  margin: 0 0 32px;
}
@media (max-width: 960px) {
  .page__content h1 {
    font-size: 32px;
    margin: 0;
  }
}
.page__content h2 {
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 48px 0 24px;
}
@media (max-width: 960px) {
  .page__content h2 {
    font-size: 24px;
    margin: 0;
  }
}
.page__content h3 {
  font-size: 24px;
  letter-spacing: -0.05em;
  margin: 48px 0 24px;
}
@media (max-width: 960px) {
  .page__content h3 {
    font-size: 20px;
    margin: 0;
  }
}
.page__content p {
  font-size: 16px;
  line-height: 175%;
  margin: 24px 0;
}
@media (max-width: 960px) {
  .page__content p {
    font-size: 18px;
  }
}
.page__content blockquote {
  margin: 24px 0;
  padding: 0 24px;
  border-left: solid 2px #0898c1;
}
.page__content a {
  color: #0898c1;
  font-weight: normal;
  transition: all 0.3s;
}
.page__content a:hover {
  color: #74bbd5;
}
.page__content ul {
  margin-bottom: 48px;
}
.page__content ul li + li {
  margin-top: 12px;
}

.about-card-row .kt-row-column-wrap {
  gap: 48px !important;
  grid-template-columns: 1fr !important;
  padding: 0 !important;
}
@media (max-width: 960px) {
  .about-card-row .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}

.about-card-row {
  padding: 24px 0;
  gap: 48px !important;
  grid-template-columns: 1fr !important;
}
@media (max-width: 960px) {
  .about-card-row {
    grid-template-columns: 1fr !important;
  }
}

.about-card {
  width: 100%;
  border: 0;
  background-color: #7FD0E6;
}
.about-card .kt-inside-inner-col {
  height: 100%;
  padding: 0 0 0 250px !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
}
@media (max-width: 600px) {
  .about-card .kt-inside-inner-col {
    padding: 0 !important;
  }
}
.about-card .wp-block-kadence-image {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
}
@media (max-width: 600px) {
  .about-card .wp-block-kadence-image {
    position: relative;
    display: block !important;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
.about-card figure {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  position: relative;
  background-color: white;
  border: solid 2px #7FD0E6;
  margin: 0;
}
@media (max-width: 600px) {
  .about-card figure {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about-card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 176px;
}
.about-card h3 {
  padding: 48px 24px 0;
  font-size: 20px;
  margin: 0;
}
.about-card p {
  padding: 12px 24px 24px;
  margin: 0;
}
.about-card .kb-buttons-wrap {
  gap: 0 !important;
  justify-content: left !important;
  padding-left: 24px;
  padding-bottom: 18px;
}
.about-card .kb-button {
  margin-bottom: 48px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  color: #000 !important;
  background: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
@media (max-width: 600px) {
  .about-card .kb-button {
    margin-top: 24px;
  }
}
.about-card .kb-button:hover {
  color: #000 !important;
  border: 0 !important;
}
.about-card .kb-button::before {
  top: auto !important;
  opacity: 1 !important;
}

.card-grid-block {
  grid-template-columns: 1fr;
  margin-bottom: 72px;
}
.card-grid-block .block-card {
  display: flex;
}
@media (max-width: 960px) {
  .card-grid-block .block-card {
    display: block;
  }
}
.card-grid-block .block-card .img-wrap {
  width: 300px;
  flex-shrink: 0;
  border: solid 1px rgba(127, 208, 230, 0.5);
}
@media (max-width: 960px) {
  .card-grid-block .block-card .img-wrap {
    width: 100%;
  }
}
.card-grid-block .block-card .post-item__content {
  width: 100%;
  padding: 0 24px;
  align-self: center;
}
@media (max-width: 960px) {
  .card-grid-block .block-card .post-item__content {
    padding: 32px 12px 48px;
  }
}
.card-grid-block .block-card .post-item__content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .card-grid-block .block-card .post-item__content h3 {
    font-size: 22px;
  }
}
.card-grid-block .block-card .post-item__content p {
  margin: 38px 0 24px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .card-grid-block .block-card .post-item__content p {
    font-size: 18px;
  }
}
.card-grid-block .block-card .post-item__content .cta {
  margin-top: 0;
  font-size: 18px;
}
@media (max-width: 960px) {
  .card-grid-block .block-card .post-item__content .cta {
    margin-top: 12px;
  }
}

.page-only {
  padding-top: 0;
}

.about-impact {
  text-align: center;
  background-color: #fafafa;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  margin: 126px auto;
  padding: 96px 0;
}
@media (max-width: 1170px) {
  .about-impact {
    margin: 48px auto;
  }
}
.about-impact .wrapper > h2 {
  font-size: 30px;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}
@media (max-width: 1170px) {
  .about-impact .wrapper > h2 {
    font-size: 32px;
  }
}
.about-impact .wrapper > p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .about-impact .wrapper > p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .about-impact .wrapper > p {
    padding-right: 0;
  }
}
.about-impact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .about-impact__grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
  }
}
@media (max-width: 600px) {
  .about-impact__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.about-impact__grid > div {
  background-color: #74bbd5;
  padding: 48px 20px;
}
@media (max-width: 960px) {
  .about-impact__grid > div {
    padding: 24px 12px;
  }
}
.about-impact__grid > div img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  margin: 0 auto 24px;
}
.about-impact__grid > div h3 {
  margin: 0 0 24px;
  font-size: 19px;
  font-weight: 600;
}
.about-impact__grid > div p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.about-partners {
  display: flex;
  align-items: center;
  margin-top: 96px;
  padding: 96px 0 96px;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}
@media (max-width: 960px) {
  .about-partners {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.about-partners::before {
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -48px;
  background-color: #0898c1;
}
@media (max-width: 960px) {
  .about-partners::before {
    left: -12px;
  }
}
.about-partners::after {
  content: " ";
  display: block;
  width: 100vw;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -48px;
  background-color: #0898c1;
}
@media (max-width: 960px) {
  .about-partners::after {
    left: -12px;
  }
}
.about-partners__content {
  padding-right: 48px;
}
.about-partners__content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  display: none;
}
.about-partners__content h2 {
  margin: 24px 0 12px;
  font-size: 32px;
}
.about-partners__content p {
  max-width: 350px;
}
@media (max-width: 960px) {
  .about-partners__content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.about-partners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 624px;
}
@media (max-width: 960px) {
  .about-partners__grid {
    max-width: 100%;
    margin-top: 48px;
  }
}
@media (max-width: 600px) {
  .about-partners__grid {
    grid-template-columns: 1fr;
  }
}
.about-partners__grid div img {
  display: block;
  max-width: 100%;
}
.about-partners__grid div div:first-child {
  height: 164px;
  position: relative;
}
@media (max-width: 960px) {
  .about-partners__grid div div:first-child {
    height: 120px;
  }
}
.about-partners__grid div div:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #7FD0E6;
  transition: all 0.3s;
}
.about-partners__grid div div:first-child a:hover {
  border: solid 1px #0898c1;
  transform: translateY(-3px);
}
.about-partners__grid div div:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 85%;
  max-height: 70%;
}
.about-partners__grid div div + div {
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  text-align: right;
  padding: 12px;
  display: none;
}
.about-partners__grid div div + div a {
  font-weight: bold;
  z-index: 2;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.people__main {
  padding-top: 40px;
}

.top-level-group > h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.05em;
  margin: 0 0 48px;
}
.top-level-group .inner-group {
  display: flex;
}
@media (max-width: 960px) {
  .top-level-group .inner-group {
    display: block;
    padding-left: 12px;
    border-left: solid 2px #0898c1;
    padding-top: 12px;
  }
}
.top-level-group .inner-group__title {
  width: 256px;
  margin-right: 48px;
  flex-shrink: 0;
  border-left: solid 2px #0898c1;
  padding-left: 12px;
}
@media (max-width: 960px) {
  .top-level-group .inner-group__title {
    border-left: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.top-level-group .inner-group__title > div {
  position: sticky;
  top: 24px;
}
.top-level-group .inner-group__title h3 {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.05em;
  margin: 0;
}
@media (max-width: 960px) {
  .top-level-group .inner-group__title h3 {
    font-size: 26px;
  }
}
.top-level-group .inner-group__title p {
  margin: 12px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 960px) {
  .top-level-group .inner-group__title p {
    margin: 24px 0 48px;
    max-width: 550px;
    font-size: 18px;
  }
}
.top-level-group .inner-group__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .top-level-group .inner-group__people {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}
@media (max-width: 700px) {
  .top-level-group .inner-group__people {
    grid-template-columns: 1fr;
    grid-column-gap: 12px;
  }
}
.top-level-group .inner-group__people.three-up {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 700px) {
  .top-level-group .inner-group__people.three-up {
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
  }
}
.top-level-group .inner-group + .inner-group {
  margin-top: 96px;
}
.top-level-group .person {
  cursor: pointer;
  background-color: #0898c1;
  position: relative;
  transition: all 0.3s;
}
.top-level-group .person img {
  width: 100%;
  display: block;
}
.top-level-group .person__info {
  padding: 24px 72px 22px 24px;
}
@media (max-width: 700px) {
  .top-level-group .person__info {
    padding: 16px 60px 16px 16px;
  }
}
.top-level-group .person__info h3 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 700px) {
  .top-level-group .person__info h3 {
    font-size: 22px;
  }
}
.top-level-group .person__info h4 {
  margin: 6px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 700px) {
  .top-level-group .person__info h4 {
    font-size: 18px;
  }
}
.top-level-group .person__info span {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1;
  padding-top: 1px;
  border: solid 2px black;
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: black;
  border-radius: 50%;
  text-align: center;
  padding-bottom: 2px;
  opacity: 0.75;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .top-level-group .person__info span {
    bottom: 20px;
    right: 16px;
  }
}
.top-level-group .person__content {
  display: none;
}
.top-level-group .person:hover {
  background-color: #74bbd5;
}
.top-level-group .person:hover .person__info span {
  opacity: 1;
  transform: translateY(-3px);
}
.top-level-group .three-up .person__info {
  padding: 12px 42px 12px 12px;
}
@media (max-width: 700px) {
  .top-level-group .three-up .person__info {
    padding: 12px 12px 24px;
  }
}
.top-level-group .three-up .person h3 {
  font-size: 20px;
}
@media (max-width: 700px) {
  .top-level-group .three-up .person h3 {
    font-size: 16px;
  }
}
.top-level-group .three-up .person h4 {
  font-size: 16px;
  margin-top: 3px;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .top-level-group .three-up .person h4 {
    font-size: 13px;
  }
}
.top-level-group .three-up .person span {
  right: 12px;
  bottom: 14px;
}
.top-level-group + .top-level-group {
  margin-top: 144px;
}

.main-modal .person-info {
  position: relative;
  margin-bottom: 24px;
}
.main-modal .person-info h3 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  letter-spacing: -0.05em;
}
.main-modal .person-info h4 {
  margin: 6px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.main-modal .person-info .socials {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.main-modal .person-info .socials a {
  display: inline-block;
  width: 20px;
}
.main-modal .person-info .socials a:hover img {
  transform: translateY(-4px);
}
.main-modal .person-info .socials a + a {
  margin-left: 6px;
}
.main-modal .person-info .socials a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.main-modal .person-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
}
.main-modal .person-content a {
  color: #0898c1;
  transition: all 0.3s;
}
.main-modal .person-content a:hover {
  color: #7FD0E6;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.project-people__person .person__info .cta {
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
}
.project-people__person .person__info .cta::after {
  content: " ";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 6px;
  transition: all 0.3s;
}
.project-people__person .person__info .cta:hover::after {
  transform: translateX(6px);
}

.projects__intro {
  padding-bottom: 0;
}
.projects__info {
  text-align: center;
  margin: 192px 0 72px;
}
@media (max-width: 960px) {
  .projects__info {
    margin: 92px 0 48px;
  }
}
.projects__info h2 {
  font-size: 36px;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
}
@media (max-width: 960px) {
  .projects__info h2 {
    font-size: 30px;
    margin: 0 0 12px;
  }
}
.projects__info p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .projects__info p {
    font-size: 16px;
  }
}

.project-people {
  margin-top: 92px;
}
.project-people > h3 {
  font-size: 32px;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
.project-people > h4 {
  margin: 48px 0 24px;
  font-size: 24px;
  color: #0898c1;
  font-weight: normal;
}
.project-people__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 960px) {
  .project-people__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.project-people__person {
  background-color: #0898c1;
}
.project-people__person img {
  display: block;
  width: 100%;
}
.project-people__person .person__info {
  padding: 12px;
}
.project-people__person .person__info h3 {
  font-size: 18px;
  line-height: 1.25;
  padding: 12px 12px 6px;
  margin: -12px -12px 0;
}
.project-people__person .person__info h3 a {
  color: #000;
  text-decoration: none;
}
.project-people__person .person__info h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
}
.project-people__person .person__info .cta {
  color: black;
  font-weight: bold;
  font-size: 14px;
  margin-top: 24px;
}
.project-people .project-people__grid + p.team-text {
  margin-top: 24px;
}
.project-people h4 + p.team-text {
  margin-top: -12px;
}
.project-people p.team-text {
  margin: 0;
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */
