@import url(//hello.myfonts.net/count/3a00f7);
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

@charset "UTF-8";
/*!
Theme Name: Phillip Withers 2019
Description: A theme for WordPress.
Author: Sam Morgan design by M.Giesser
Author URI: http://www.svmorgan.com
Version: 1.0
*/
/**
 * @license
 * MyFonts Webfont Build ID 3801335, 2019-08-27T07:31:17-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: IonicMTPro by Monotype
 * URL: https://www.myfonts.com/fonts/mti/ionic-mt/pro-regular/
 * 
 * Webfont: IonicMTPro-Italic by Monotype
 * URL: https://www.myfonts.com/fonts/mti/ionic-mt/pro-italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3801335
 * Licensed pageviews: 250,000
 * Webfonts copyright: Font software copyright &#x00A9; 1990 Adobe Systems Incorporated. Font software for additional glyphs copyright &#x00A9; 2008 The Monotype Corporation. Typeface designs copyright &#x00A9; The Monotype Corporation. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "IonicMTPro";
  src: url(fonts/f885444199712b5fc09346ee66baacd9.eot);
  src: url(fonts/f885444199712b5fc09346ee66baacd9.eot?#iefix) format("embedded-opentype"), url(fonts/c903593f4b39a31a1c9fd13930d2c763.woff2) format("woff2"), url(fonts/2a20696bbe19a7b33a0fa3e72e4b95cd.woff) format("woff"), url(fonts/dfaa8f4c48dd3adcc0538c6c3f2ee414.ttf) format("truetype");
}
@font-face {
  font-family: "CourierPrime";
  src: url(fonts/252d785d69291c5bbbfdb271cc357b7e.woff2) format("woff2"), url(fonts/4eaed2cbdfcbd11c9249cbb42bbaaffb.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lausanne 300";
  src: url(fonts/3eba6f8c4d33580721047fa80cc889f3.woff2) format("woff2"), url(fonts/10f5eb5158117fd018479cae483110bc.woff) format("woff"), url(fonts/e5f43b93b0640f9ac10419002051e6da.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lausanne 300 Italic";
  src: url(fonts/2af62380a08615e5f5d223d63012ff15.woff2) format("woff2"), url(fonts/62b06cf325fbed7b3d87767408b48f0f.woff) format("woff"), url(fonts/085df7613b45774ec417e4f952184b71.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  height: 100%;
  font-family: sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 20px;
}

body {
  letter-spacing: -0.01em;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1em;
}

button {
  font: inherit;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 1920px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}
.site-header {
  position: relative;
  z-index: 4;
  width: 100%;
}
.site-header .title-wrap {
  position: relative;
}
.site-header .logo-wrap {
  position: absolute;
  padding: 1.1rem 0 0 5.75rem;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0s;
}
.site-header .site-logo {
  width: 28.85rem;
  height: 3.65rem;
}
.site-header .site-logo a,
.site-header .site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header .page-title {
  font-family: "Lausanne 300";
  font-size: 4.15em;
  letter-spacing: -0.03em;
  line-height: 1;
}
.site-header .main-menu {
  font-family: "Lausanne 300";
  font-size: 4.15em;
  background: #fff;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
  position: relative;
  overflow: hidden;
}
.site-header .main-menu ul {
  padding: 0 1.25rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.site-header .main-menu ul li {
  border-bottom: 1px solid #000;
  line-height: 1;
  margin: 0 0 0.17em;
}
.site-header .main-menu ul li:first-child {
  padding-top: 1.1rem;
}
.site-header .main-menu ul li:last-child {
  border: none;
  margin: 0;
}
.site-header .main-menu ul li a {
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
  display: inline-block;
  margin: 0 4.5rem;
}
.site-header .main-menu ul li.current-menu-item a,
.site-header .main-menu ul li a:hover {
  color: #6b7854;
}
.site-header .main-menu ul li.menu-item-has-children.active > a, .site-header .main-menu ul li.menu-item-has-children.current-menu-item a:hover, .site-header .main-menu ul li.menu-item-has-children a:hover, .site-header .main-menu ul li.current-menu-parent > a {
  color: #cb6b4f;
}
.site-header .main-menu ul li ul {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  position: relative;
  padding: 0;
}
.site-header .main-menu ul li ul li {
  border-top: 1px solid #000;
}
.site-header .main-menu ul li ul li a {
  color: #808080;
}

.people-popup-open {
  overflow: hidden;
}
.people-popup-open .site-header {
  z-index: 0;
}

body.home .site-header .site-logo svg {
  fill: #fff;
}
body.home .site-header .page-title {
  color: #fff;
}
body.home .hamburger span,
body.home .hamburger span:before,
body.home .hamburger span:after {
  background: #fff;
}

main {
  z-index: 1;
  position: relative;
  flex: 1;
}

.hamburger {
  position: absolute;
  width: 3rem;
  height: 1.8rem;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  top: 1.1rem;
  right: 1.25rem;
  cursor: pointer;
}
.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  width: 100%;
  height: 3px;
  background: #000;
}
.hamburger span {
  position: absolute;
  top: calc(0.9rem - 1.5px);
  left: 0;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger span:before {
  top: calc(-0.9rem + 1.5px);
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger span:after {
  bottom: calc(-0.9rem + 1.5px);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.curtain {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s, height 0s 0.5s;
  cursor: pointer;
}

.menu-open .main-nav {
  max-height: 400px;
}
.menu-open .curtain {
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s, height 0s;
}

.single-projects .hamburger span,
.single-post .hamburger span,
.menu-open .hamburger span {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single-projects .hamburger span::before,
.single-post .hamburger span::before,
.menu-open .hamburger span::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.single-projects .hamburger span::after,
.single-post .hamburger span::after,
.menu-open .hamburger span::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 768px) {
  .hamburger {
    width: 32px;
    height: 16px;
    top: 18px;
    right: 12px;
    position: absolute;
  }
  .hamburger span,
  .hamburger span:before,
  .hamburger span:after {
    height: 2px;
  }
  .hamburger span {
    top: 7px;
  }
  .hamburger span:before {
    top: -7px;
  }
  .hamburger span:after {
    bottom: -7px;
  }
  .site-header .logo-wrap {
    padding: 12px 0 0 12px;
  }
  .site-header .site-logo {
    width: 230px;
    height: 29px;
  }
  .site-header .page-title {
    font-size: 32px;
  }
  .site-header .main-menu {
    font-size: 32px;
    line-height: 46px;
  }
  .site-header .main-menu ul {
    border-bottom: 1px solid #000;
    padding: 0;
  }
  .site-header .main-menu ul li:first-child {
    padding-top: 8px;
  }
  .site-header .main-menu ul li ul {
    border-bottom: none;
  }
  .site-header .main-menu ul li a {
    margin: 0 12px;
  }
}
.site-footer {
  padding: 0 5.75rem 2rem;
  font-size: 1.1rem;
  line-height: 1.2;
  width: 100%;
}
.site-footer .aoc {
  text-wrap: pretty;
}
.site-footer .wrap {
  border-top: 1px solid #000;
  padding: 2rem 0 0;
  display: flex;
  justify-content: space-between;
}
.site-footer .wrap > * {
  width: 46.5113412229%;
}
.site-footer .wrap ul {
  text-align: right;
}
.site-footer .wrap ul li {
  margin: 0;
}
.site-footer a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .site-footer {
    padding: 0 12px 30px;
    font-size: 18px;
    font-size: 12px;
  }
  .site-footer .wrap {
    padding: 12px 0 0;
    display: block;
  }
  .site-footer .wrap > * {
    width: 100%;
  }
  .site-footer ul {
    display: block;
    margin: 2.4em 0 0;
  }
  .site-footer ul li {
    text-align: left;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

main {
  padding: 14rem 5.75rem 0;
}

.blog main,
.archive main,
.page-template-template-projects main {
  padding: 14rem 5.75rem 0;
}

.single-projects .logo-wrap,
.single-post .logo-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.single-projects main,
.single-post main {
  padding: 1.1rem 5.75rem 0 5.75rem;
}

.imgwrap {
  position: relative;
}
.imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.carousel-container {
  width: 100vw;
  margin: 0 0 7em -5.7rem;
}
.carousel-container .swiper-lazy-preloader {
  display: none;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-wrap {
  padding: 0 5.75rem;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-spacer {
  padding: 0 0 53.2544378698%;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-container .swiper-pagination {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5em 0;
  font-family: "IonicMTPro";
  letter-spacing: -0.01em;
  text-align: center;
  position: relative;
  top: auto;
  bottom: auto;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: none;
  z-index: 1;
  background: none;
}
.swiper-container .swiper-button-prev {
  right: 50%;
}
.swiper-container .swiper-button-next {
  left: 50%;
}

.home-cursor,
.cursor {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 3rem;
  font-family: "IonicMTPro";
  color: #000;
  pointer-events: none;
  cursor: none;
}
.home-cursor:before,
.cursor:before {
  display: block;
}
.home-cursor.prev:before,
.cursor.prev:before {
  content: "‹—";
  transform: translate3d(0%, -50%, 0);
}
.home-cursor.next:before,
.cursor.next:before {
  content: "—›";
  transform: translate3d(-100%, -50%, 0);
}

.hide-custom-cursors .home-cursor,
.hide-custom-cursors .cursor {
  visibility: hidden;
}
.hide-custom-cursors .home-prev-btn,
.hide-custom-cursors .home-next-btn,
.hide-custom-cursors .prev-btn,
.hide-custom-cursors .next-btn {
  cursor: default;
}

.home-prev-btn,
.home-next-btn,
.prev-btn,
.next-btn {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: none;
}

.home-carousel,
.carousel {
  cursor: none;
}

.home-prev-btn,
.prev-btn {
  right: 50%;
}
.home-prev-btn span,
.prev-btn span {
  transform-origin: left center;
}

.home-next-btn,
.next-btn {
  left: 50%;
}
.home-next-btn span,
.next-btn span {
  transform-origin: right center;
}

@media (hover: none) and (pointer: coarse) {
  .carousel-container .prev-btn,
  .carousel-container .next-btn,
  .carousel-container .cursor {
    display: none !important;
  }
}
.intro-text {
  font-size: 3.5rem;
  line-height: 1.05;
  font-family: "IonicMTPro";
  letter-spacing: -0.025em;
  margin: 0 0 5rem;
}
.intro-text a {
  border-bottom: 0.05em solid #000;
  text-decoration: none;
  transition: border-color;
}
.intro-text a:hover {
  border-color: transparent;
}

.single-img-mod {
  margin: 0 0 7rem;
}

.single-img-mod .caption,
.img-and-txt-mod .caption {
  font-size: 1rem;
  line-height: 1;
  padding: 0.45em 0 0;
  font-family: "IonicMTPro";
  letter-spacing: -0.01em;
  text-align: center;
}

.img-and-txt-mod,
.multiple-images-and-text-mod,
.x_2_images-mod {
  display: flex;
  justify-content: space-between;
  margin: 0 0 7rem;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: "IonicMTPro";
}
.img-and-txt-mod strong,
.multiple-images-and-text-mod strong,
.x_2_images-mod strong {
  font-family: "Lausanne 300";
}
.img-and-txt-mod .img-col,
.img-and-txt-mod .txt-col,
.multiple-images-and-text-mod .img-col,
.multiple-images-and-text-mod .txt-col,
.x_2_images-mod .img-col,
.x_2_images-mod .txt-col {
  width: 46.5113412229%;
}

.multiple-images-and-text-mod .img-col {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.text-single-col-mod {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: "IonicMTPro";
  margin: 0 0 7rem;
}

.txt-col a {
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.txt-col a:hover {
  text-decoration: none;
  color: #6b7854;
  border-bottom: 1px solid transparent;
}

.grid-layout-mod {
  font-family: "IonicMTPro";
}
.grid-layout-mod .heading {
  font-size: 3.5rem;
  line-height: 1.05;
  font-family: "IonicMTPro";
  letter-spacing: -0.025em;
  margin: 0 0 1.05em;
}
@media only screen and (max-width: 750px) {
  .grid-layout-mod .heading {
    font-size: 32px;
  }
}
.grid-layout-mod .subheading {
  font-family: "Lausanne 300";
  font-size: 1.5rem;
}
.grid-layout-mod .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 1050px) {
  .grid-layout-mod .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .grid-layout-mod .grid {
    display: block;
  }
}
.grid-layout-mod .grid-mod-item {
  grid-template-rows: 2em 1fr;
  display: grid;
}
.grid-layout-mod .grid-mod-item .block {
  grid-row: 2/span 1;
}
.grid-layout-mod .grid-mod-item .imgwrap {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
}
.grid-layout-mod .grid-mod-item .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.grid-layout-mod .grid-mod-item .text strong {
  font-family: "Lausanne 300";
}

.video-mod {
  margin: 0 0 7rem;
}
.video-mod .video-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.video-mod .video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

.ruled-elem {
  line-height: 1.6em;
  padding: 0 0 1px;
}

.transition-fade,
.transition-post-filter {
  transition: 0.5s;
  opacity: 1;
}

html.is-animating .transition-fade,
html.is-animating .transition-post-filter {
  opacity: 0;
}

html.is-animating[class*=to-phillip-withers-category-] body.blog .transition-fade,
html.is-animating[class*=to-phillip-withers-category-] body.archive.category .transition-fade,
html.is-animating[class*=to-phillip-withers-news] body.blog .transition-fade,
html.is-animating[class*=to-phillip-withers-news] body.archive.category .transition-fade {
  opacity: 0.99;
}

.back-to-top {
  padding: 0 1.5em 0 0;
  position: relative;
}
.back-to-top svg {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.see-also,
.recent-posts,
.related-projects {
  border-top: 1px solid #000;
}
.see-also .header,
.recent-posts .header,
.related-projects .header {
  padding: 0.5em 0 2em;
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
}
.see-also ul,
.recent-posts ul,
.related-projects ul {
  display: flex;
  justify-content: space-between;
}
.see-also ul li,
.recent-posts ul li,
.related-projects ul li {
  width: 46.5113412229%;
  text-align: center;
  margin: 0 0 3em;
}
.see-also ul li a,
.recent-posts ul li a,
.related-projects ul li a {
  text-decoration: none;
}
.see-also ul li .thumb-wrap,
.recent-posts ul li .thumb-wrap,
.related-projects ul li .thumb-wrap {
  padding: 0 0 62%;
  position: relative;
  margin: 0 0 1em;
}
.see-also ul li .thumb-wrap div,
.recent-posts ul li .thumb-wrap div,
.related-projects ul li .thumb-wrap div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-blend-mode: multiply, luminosity;
  background-size: cover;
}
.see-also ul li .thumb-wrap div.rollover,
.recent-posts ul li .thumb-wrap div.rollover,
.related-projects ul li .thumb-wrap div.rollover {
  opacity: 0;
  transition: opacity 0.5s;
}
.see-also ul li a:hover .thumb-wrap div.rollover,
.recent-posts ul li a:hover .thumb-wrap div.rollover,
.related-projects ul li a:hover .thumb-wrap div.rollover {
  opacity: 1;
}
.see-also ul li h3,
.recent-posts ul li h3,
.related-projects ul li h3 {
  font-family: "IonicMTPro";
}
.see-also .back-to-top,
.recent-posts .back-to-top,
.related-projects .back-to-top {
  font-size: 1.1rem;
  font-family: "Lausanne 300";
}

.see-also ul li a:hover {
  color: #cb6b4f;
}
.see-also .thumb-wrap {
  background: #cb6b4f;
}

.related-projects ul li a:hover,
.recent-posts ul li a:hover {
  color: #6b7854;
}
.related-projects .thumb-wrap,
.recent-posts .thumb-wrap {
  background: #6b7854;
}

.accordion {
  margin: -1px 0 0;
}
.accordion .accordion-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 2.7rem;
  font-family: "Lausanne 300";
  cursor: pointer;
  transition: color 0.2s;
}
.accordion .accordion-header:hover {
  color: #cb6b4f;
}
.accordion .accordion-header:before {
  content: "+";
  margin: 0;
  width: 1em;
  display: inline-block;
}
.accordion.active .accordion-header:before {
  content: "-";
}
.accordion .accordion-content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-out;
}
.accordion .accordion-content .acc-cont {
  padding: 0.6rem 0;
}
.accordion .accordion-content ul {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 1em;
}

.approach {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: "IonicMTPro";
}
.approach h2 {
  font-size: 3.5rem;
  margin: 0 0 0.25em;
}
.approach strong {
  font-family: "Lausanne 300";
}
.approach .stage-num {
  margin: 0 0 1rem;
}
.approach .stage-num span {
  font-size: 3.2rem;
  width: 4.6rem;
  height: 4.6rem;
  display: block;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 4.9rem;
  font-family: "Lausanne 300";
}
.approach .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.approach .grid-col {
  width: 46.5113412229%;
}
.approach .grid-col .approach-stage {
  width: 100%;
}
.approach .approach-stage {
  width: 46.5113412229%;
  margin: 0 0 6.2rem;
}
.approach .approach-stage .desc p {
  padding: 0 0 1em;
  margin: 0;
}

section.people {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 6.9773175542%;
}
section.people .person {
  display: block;
  margin: 0 0 6rem;
  text-decoration: none;
}
section.people .portrait {
  margin: 0 auto 1em;
}
section.people .portrait .imgwrap {
  padding: 0 0 116.7213114754%;
}
section.people .portrait .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.people .name-title,
section.people .bio {
  font-family: "IonicMTPro";
  padding: 0 0 0.6em;
  letter-spacing: -0.02em;
}
section.people .name-title {
  border-bottom: 1px solid #000;
}
section.people .qualifications {
  border-bottom: 1px solid #000;
  padding: 0.6em 0;
  letter-spacing: -0.02em;
}
section.people .qualifications li {
  padding: 0 0 0 1.2em;
  position: relative;
}
section.people .qualifications li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1.8rem;
}
section.people .open-person-popup {
  cursor: pointer;
}
section.people .bio {
  padding: 0.75rem 0 0;
}

.fadein img {
  opacity: 0;
  transition: opacity 0.5s;
}
.fadein.loaded img {
  opacity: 1;
}

.fadein-bg div {
  opacity: 0;
  transition: opacity 0.5s;
}
.fadein-bg.loaded div {
  opacity: 1;
}

.error-404 .error-404__eyebrow, .error-404 h1 {
  text-wrap: pretty;
}

@media only screen and (max-width: 768px) {
  main {
    padding: 100px 12px 0;
  }
  .carousel-container {
    margin: 0 0 2em -12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-wrap {
    padding: 0 12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-spacer {
    padding: 0 0 100%;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-spacer img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .intro-text {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 1.5em;
  }
  .single-img-mod {
    margin: 0 0 12px;
  }
  .single-img-mod:not(.no-crop-mob) .imgwrap {
    padding: 0 0 100% !important;
  }
  .single-img-mod:not(.no-crop-mob) .imgwrap img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .img-and-txt-mod,
  .multiple-images-and-text-mod,
  .x_2_images-mod {
    flex-direction: column;
    gap: 12px;
  }
  .img-and-txt-mod .img-col,
  .img-and-txt-mod .txt-col,
  .multiple-images-and-text-mod .img-col,
  .multiple-images-and-text-mod .txt-col,
  .x_2_images-mod .img-col,
  .x_2_images-mod .txt-col {
    width: 100%;
    gap: 12px;
  }
  .multiple-images-and-text-mod,
  .text-single-col-mod {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .video-mod {
    margin: 0 0 12px;
  }
  .img-and-txt-mod {
    flex-direction: column;
    font-size: 18px;
    margin: 0 0 2rem;
  }
  .img-and-txt-mod .txt-col {
    order: 1;
    width: 100%;
  }
  .img-and-txt-mod .img-col {
    order: 2;
    width: calc(50% - 6px);
    margin: 0 auto;
  }
  .carousel-container .caption-wrap,
  .single-img-mod .caption,
  .img-and-txt-mod .caption {
    font-size: 12px;
    line-height: 1;
  }
  .accordion .accordion-header {
    line-height: 2rem;
  }
  .approach {
    font-size: 18px;
  }
  .approach h2 {
    font-size: 32px;
  }
  .approach .grid-col {
    width: 100%;
  }
  .approach .grid-col--2 {
    display: none;
  }
  .approach .stage-num {
    margin: 0 0 0.5rem;
  }
  .approach .stage-num span {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .approach .approach-stage {
    margin: 0 0 2rem;
  }
  .approach .approach-stage .desc {
    min-height: auto !important;
  }
  section.people {
    font-size: 12px;
    padding: 0 3rem;
    display: block;
  }
  section.people .person {
    margin: 0 0 2rem;
  }
  .error-404 {
    min-height: calc(100vh - 100px);
    align-items: flex-start;
    padding-top: 3rem;
  }
  .error-404 .error-404__content {
    width: 100%;
  }
  .error-404 p,
  .error-404 .error-404__links {
    font-size: 18px;
    line-height: 20px;
  }
  .error-404 .error-404__links {
    display: block;
  }
  .error-404 .error-404__links a {
    display: block;
    margin: 0 0 0.75em;
  }
  .see-also .header,
  .recent-posts .header,
  .related-projects .header {
    padding: 12px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .see-also ul li,
  .recent-posts ul li,
  .related-projects ul li {
    width: calc(50% - 6px);
  }
  .see-also ul li .thumb-wrap,
  .recent-posts ul li .thumb-wrap,
  .related-projects ul li .thumb-wrap {
    padding: 0 0 100%;
    margin: 0 0 12px;
  }
  .see-also .back-to-top,
  .recent-posts .back-to-top,
  .related-projects .back-to-top {
    font-size: 18px;
    line-height: 20px;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.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%;
}

/* draggable */
.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 ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-wrap .caption {
  position: absolute;
  bottom: 0;
  height: 2rem;
  background: #fff;
  width: calc(100% - 5.8rem);
  right: 0;
  line-height: 2rem;
  font-size: 0.9em;
  font-family: "IonicMTPro";
  padding: 0 0 0 1em;
  letter-spacing: 0.01em;
}
.carousel-wrap .caption a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1.1;
}

.home-carousel {
  position: relative;
  height: 100%;
  background: #6b7854;
}
.home-carousel .carousel-cell {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  background: #808080;
}

.video-cover {
  position: absolute;
  z-index: -200;
  min-width: 100%;
  min-height: 101%;
  width: 100%;
  height: 100%;
}

.video-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 2rem 5.75rem 1rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "IonicMTPro";
  align-self: end;
}
.video-caption * > div {
  width: 46.5113412229%;
}
.video-caption h2 {
  font-size: 3.5rem;
  line-height: 1;
  font-family: "IonicMTPro";
  letter-spacing: -0.04em;
}
.video-caption a {
  text-decoration: none;
}

.home main {
  padding: 0;
}
.home .site-footer .wrap {
  border: none;
}

.video-caption__readmore {
  margin-top: 0.6em;
}

@media (min-aspect-ratio: 16/9) {
  .video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-wrap .caption,
  .video-caption {
    width: 100%;
    padding: 3px 12px 10px;
    font-size: 15px;
    line-height: 18px;
    height: auto;
    left: 0;
  }
  .carousel-wrap .caption .link,
  .video-caption .link {
    display: block;
  }
  .carousel-wrap .caption * > div,
  .video-caption * > div {
    width: 100%;
  }
}
.project-filters,
.news-filters {
  overflow: hidden;
  font-size: 1.1rem;
  background: #fff;
  background: -webkit-linear-gradient(top, #999 1px, white 1px) 0 0;
  background: -moz-linear-gradient(top, #999 1px, white 1px) 0 0;
  background: linear-gradient(top, #999 1px, white 1px) 0 0;
  background-size: 100% 1.5em;
  margin: 0 0 5.7rem;
  font-family: "Lausanne 300";
}
.project-filters .toggle-filters,
.news-filters .toggle-filters {
  display: none;
  padding: 0;
  border: none;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.project-filters li,
.news-filters li {
  width: 25%;
  float: left;
}
.project-filters li button,
.project-filters li a,
.news-filters li button,
.news-filters li a {
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  border: none;
  display: block;
  line-height: calc(1.5em - 1px);
  cursor: pointer;
  padding: 1px 0 0;
  text-decoration: none;
}
.project-filters li button svg,
.project-filters li a svg,
.news-filters li button svg,
.news-filters li a svg {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0.26em 0.4em 0 0;
  vertical-align: top;
}
.project-filters li button svg circle,
.project-filters li a svg circle,
.news-filters li button svg circle,
.news-filters li a svg circle {
  opacity: 0;
  transition: opacity 0.2s;
}
.project-filters li button.active svg circle,
.project-filters li a.active svg circle,
.news-filters li button.active svg circle,
.news-filters li a.active svg circle {
  opacity: 1;
}

.projects-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 107%;
  position: relative;
  left: -3.5%;
}
.projects-index .project-card {
  float: left;
  width: 49.9%;
  padding: 0 3.4886587771% 4rem;
  text-align: left;
  opacity: 0;
}
.projects-index .project-card a {
  text-decoration: none;
  transition: color 0.3s;
}
.projects-index .project-card a:hover {
  color: #6b7854;
}
.projects-index .project-card a:hover .thumb-wrap:after {
  opacity: 0;
}
.projects-index .project-card .thumb-wrap {
  padding: 0 0 66.6666666667%;
  position: relative;
  margin: 0 0 1em;
  background: #6b7854;
}
.projects-index .project-card .thumb-wrap img {
  filter: url(#duotone);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.projects-index .project-card .thumb-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--imgsrc);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 500ms ease;
}
.projects-index .project-card h3 {
  font-family: "IonicMTPro";
  font-size: 1.5rem;
}

@media (hover: none) and (pointer: coarse) {
  .projects-index .project-card a:hover {
    color: #000;
  }
  .projects-index .project-card a:hover .thumb-wrap:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .project-filters,
  .news-filters {
    background: none;
    margin: 0 0 18px;
    border-bottom: 1px solid #000;
  }
  .project-filters ul,
  .news-filters ul {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
  .project-filters .toggle-filters,
  .news-filters .toggle-filters {
    display: block;
  }
  .project-filters .toggle-filters span,
  .news-filters .toggle-filters span {
    width: 1.2em;
    display: inline-block;
  }
  .project-filters li,
  .news-filters li {
    display: block;
    border-top: 1px solid #000;
    float: none;
    width: 100%;
  }
  .projects-index .project-card {
    width: 100%;
    padding: 0 12px 2rem;
  }
  .projects-index .project-card .thumb-wrap {
    margin: 0 0 9px;
  }
  .projects-index .project-card h3 {
    font-size: 1.1rem;
  }
  .news-card {
    display: block;
  }
}
.project-wrap .project-title {
  font-size: 4rem;
  font-family: "IonicMTPro";
  letter-spacing: -0.04em;
  padding: 0 50px 0 0;
}

.project-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5em;
}

.project-title,
.project-details {
  width: 49.9977810651%;
}

.project-title {
  margin: 0 0 36px;
  line-height: 1;
}

.project-details {
  background: -webkit-linear-gradient(top, #999 1px, white 1px) 0 0;
  background: -moz-linear-gradient(top, #999 1px, white 1px) 0 0;
  background: linear-gradient(top, #999 1px, white 1px) 0 0;
  background-size: 100% 1.6em;
  line-height: 1.6em;
  padding: 0 0 3px;
}
.project-details .detail {
  display: flex;
  justify-content: space-between;
  line-height: 1.6em;
  min-height: 1.6em;
}
.project-details .detail .label {
  width: 32.1393432836%;
}
.project-details .detail .value {
  width: 66.0696119403%;
}
.project-details .detail span {
  width: 50%;
}
.project-details .detail span p {
  margin: 0;
}

.toggle-details {
  display: none;
}

@media only screen and (max-width: 768px) {
  .toggle-details {
    line-height: 38px;
    display: block;
    border-bottom: 1px solid #000;
  }
  #toggle-details span {
    width: 1.2em;
    display: inline-block;
    text-align: left;
  }
  .single-projects main,
  .single-post main {
    padding: 12px 12px 0;
  }
  .project-wrap .project-title {
    font-size: 32px;
    line-height: 34px;
  }
  .project-title,
  .project-details {
    width: 100%;
  }
  .project-header {
    display: block;
    margin: 0 0 12px;
  }
  .project-details {
    margin: -1px 0 12px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
}
.post-header {
  font-size: 4rem;
  font-family: "IonicMTPro";
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 1em;
}
.post-header h1 {
  margin: 0;
}
.post-header time {
  color: #6b7854;
}

.news-filters {
  margin: 0 0 2.5rem;
}

.news-card {
  display: grid;
  grid-column-gap: 5.75rem;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 1.8rem;
  margin: 0 0 1.8rem;
  border-bottom: 1px solid #000;
}
.news-card:last-child {
  border-bottom: none;
}
.news-card a {
  text-decoration: none;
}
.news-card .col {
  width: 46.5113412229%;
}
.news-card .post-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card .thumb {
  display: block;
  grid-column: 2;
  grid-row: 1/3;
}
.news-card .thumbwrap {
  padding: 0 0 96%;
  position: relative;
}
.news-card .thumbwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card .heading {
  margin: 0 0 1rem;
}
.news-card h3, .news-card time {
  font-size: 3.5rem;
  line-height: 1;
  font-family: "IonicMTPro";
  letter-spacing: -0.04em;
}
.news-card h3 {
  color: #6b7854;
}
.news-card .excerpt {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "IonicMTPro";
  align-self: end;
}
.news-card .excerpt .read-more {
  color: #6b7854;
}
.news-card .excerpt p {
  margin: 1.2em 0 0;
}

.post-cats {
  margin: 0 0 1rem;
}
.post-cats li {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.post-cats li a {
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
  border-radius: 0.7rem;
  padding: 0 0.5em;
  text-decoration: none;
  color: #6b7854;
  border: 1px solid #6b7854;
  transition: all 0.3s;
}
.post-cats li a:hover {
  background: #6b7854;
  color: #fff;
}

.navigation ul {
  display: flex;
  justify-content: center;
  padding: 3em 0;
}
.navigation li a {
  display: block;
  padding: 0 0.4em;
  font-size: 1rem;
  line-height: 1rem;
  color: #6b7854;
  text-decoration: none;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .blog main,
  .archive main,
  .page-template-template-projects main {
    padding: 100px 12px 0;
  }
  .post-cats {
    margin: 0 0 1rem;
  }
  .post-cats li a {
    font-size: 14px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 0.5em;
  }
  .news-filters {
    margin: 0 0 30px;
  }
  .news-card {
    display: block;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
  .news-card .heading {
    margin: 0 0 12px;
  }
  .news-card h3, .news-card time {
    font-size: 32px;
  }
  .news-card .thumb {
    margin: 0 0 0.5em;
  }
  .news-card .excerpt {
    font-size: 1rem;
  }
  .post-header {
    font-size: 32px;
  }
}
.media-wrap {
  margin: 0 0 5rem;
}
.media-wrap .media-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 6.9773175542%;
}
.media-wrap .media-card {
  text-align: left;
}
.media-wrap .media-card-link {
  display: block;
  text-decoration: none;
  transition: color 0.3s;
}
.media-wrap .media-card-link:hover {
  color: #6b7854;
}
.media-wrap .thumb-wrap {
  margin: 0 0 1em;
}
.media-wrap .imgwrap {
  position: relative;
  background: #6b7854;
}
.media-wrap .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-wrap .media-title {
  font-family: "IonicMTPro";
}

@media only screen and (max-width: 768px) {
  .media-wrap .media-grid {
    width: 100%;
    left: 0;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    padding: 0 24px;
  }
  .media-wrap .media-card {
    width: 100%;
    padding: 0 0 3rem;
    font-size: 12px;
  }
}
.popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
  overflow: auto;
}
.popup-form.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
}
.popup-form .bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-form .sub-form {
  background: #fff;
  width: 550px;
  max-width: 90%;
  position: relative;
  font-family: "IonicMTPro";
  font-size: 1.6rem;
  line-height: 1.063em;
  padding: 16px 12px 24px;
}
.popup-form input {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
  font-family: "CourierPrime";
  width: 330px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.popup-form input:-webkit-autofill, .popup-form input:-webkit-autofill:hover, .popup-form input:-webkit-autofill:focus {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.popup-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  transition: opacity 0.3s;
}
.popup-form input::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  transition: opacity 0.3s;
}
.popup-form input:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  transition: opacity 0.3s;
}
.popup-form input:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  transition: opacity 0.3s;
}
.popup-form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.popup-form input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.popup-form input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.popup-form input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.popup-form button[type=submit] {
  font-size: 16px;
  font-family: "CourierPrime";
  border-bottom: 1px solid #000;
  transition: border-color 0.3s;
  line-height: 1;
  margin: 12px auto 0;
}
.popup-form button[type=submit]:hover {
  border-color: transparent;
}

.form-row.cols-2 {
  display: flex;
  justify-content: space-between;
}
.form-row.cols-2 .input-wrap {
  width: 48%;
}

button.close-popup {
  margin: 0 auto;
  width: 34px;
  height: 35px;
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
button.close-popup:before, button.close-popup:after {
  content: "";
  height: 1px;
  width: 34px;
  background: #000;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}
button.close-popup:before {
  transform: rotate(45deg);
  transform-origin: center;
}
button.close-popup:after {
  transform: rotate(-45deg);
  transform-origin: center;
}

.input-wrap {
  margin: 2rem 0 0;
}

.form-wrap {
  padding: 5.75rem;
  width: 100%;
}
.form-wrap .form {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 2rem 2rem 0.5rem;
  width: 66.6666666667%;
  margin: 0 auto;
  display: block;
}
.form-wrap form {
  font-size: 1.6rem;
}
.form-wrap h4 {
  font-family: "Lausanne 300";
}
.form-wrap p {
  font-family: "IonicMTPro";
}
.form-wrap input,
.form-wrap textarea {
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2rem;
}
.form-wrap label {
  color: #000;
  display: block;
  text-align: left;
  font-size: inherit;
  font-family: "IonicMTPro";
  font-size: 1.2rem;
}
.form-wrap input[type=submit] {
  display: inline-block;
  width: auto;
  font-family: "Lausanne 300";
  line-height: 1;
  margin: 1rem 0 0;
}
.form-wrap textarea {
  background: -webkit-linear-gradient(top, #000 1px, white 1px) 0 -1px;
  background: -moz-linear-gradient(top, #000 1px, white 1px) 0 -1px;
  background: linear-gradient(top, #000 1px, white 1px) 0 -1px;
  background-size: 100% 2rem;
  border: none;
  resize: none;
}

@media only screen and (max-width: 768px) {
  button.close-popup {
    left: 12px;
    top: 12px;
  }
  .popup-form .sub-form {
    font-size: 18px;
  }
  .people-popup {
    align-items: flex-start;
    padding: 12px;
  }
  .people-popup .people-popup__wrap {
    width: 100%;
    max-height: none;
    min-height: calc(100vh - 24px);
    padding: 56px 12px 24px;
  }
  .people-popup .people-popup__portrait {
    width: 100%;
  }
  .people-popup .people-popup__header,
  .people-popup .bio {
    font-size: 12px;
  }
  button.close-popup {
    left: 4px;
    top: 4px;
  }
  button.close-popup:before, button.close-popup:after {
    width: 24px;
    left: 5px;
  }
}
.people-popup {
  text-align: left;
}
.people-popup .people-popup__wrap {
  background: #fff;
  max-width: 550px;
  padding: 4rem 2rem 2rem;
  position: relative;
  z-index: 2;
}
.people-popup .people-popup__portrait {
  margin: 0 0 1rem;
}
.people-popup .people-popup__portrait .imgwrap {
  padding: 0 0 116.7213114754%;
}
.people-popup .people-popup__portrait .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people-popup .name-title,
.people-popup .bio,
.people-popup .qualifications {
  font-family: "IonicMTPro";
  letter-spacing: -0.02em;
}
.people-popup .people-popup__header {
  border-bottom: 1px solid #000;
  margin: 0 0 1em;
  padding: 0 0 0.8em;
}
.people-popup .qualifications {
  margin: 0.75em 0 0;
}
.people-popup .people-popup__padding-wrap {
  padding: 2rem 0;
  margin: auto;
}
.people-popup .bio p {
  margin-bottom: 1.2em;
}
.people-popup .bio p:last-child {
  margin-bottom: 0;
}
.people-popup button.close-popup span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.person .imgwrap {
  padding: 0 0 116.7213114754%;
}

.media-card-link .imgwrap {
  padding: 0 0 133.3333333333%;
}

.person,
.media-card-link {
  transition: color 500ms ease;
}
.person .imgwrap,
.media-card-link .imgwrap {
  position: relative;
}
.person .imgwrap img,
.media-card-link .imgwrap img {
  filter: url(#duotone);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.person .imgwrap:after,
.media-card-link .imgwrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--imgsrc);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 500ms ease;
}
.person:hover .imgwrap:after,
.media-card-link:hover .imgwrap:after {
  opacity: 0;
}
