/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*! Flickity v2.3.0
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;
}
/** Import everything from autoload */

/**
* Styles
*/

/**
 *  Media Queries and Breakpoints
 */

/**
*  Library
*
*  Contains mixins and functions.
*/

/**
*  Layout
*/

/**
 *  Settings
 */

/**
* Custom Mixins
**/

/**
* Placeholder
*/

/**
 *  Center element
 *  parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */

/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */

/* line 34, resources/assets/styles/components/_colours.scss */

:root {
  --highlight: #e61e2a;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="white"] {
  --highlight: #ffffff;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="white"] .button {
  --highlight: #ffffff;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="black"] {
  --highlight: #000000;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="black"] .button {
  --highlight: #000000;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="rmit-grey"] {
  --highlight: #e3e5e0;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="rmit-grey"] .button {
  --highlight: #e3e5e0;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="rmit-red"] {
  --highlight: #e61e2a;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="rmit-red"] .button {
  --highlight: #000000;
}

/* line 51, resources/assets/styles/components/_colours.scss */

[data-theme="rmit-red"] .button:hover {
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-a"] {
  --highlight: #00e340;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-a"] .button {
  --highlight: #00e340;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-b"] {
  --highlight: #13ff39;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-b"] .button {
  --highlight: #13ff39;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-c"] {
  --highlight: #97fc00;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-c"] .button {
  --highlight: #97fc00;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-d"] {
  --highlight: #5fff82;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-d"] .button {
  --highlight: #5fff82;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-e"] {
  --highlight: #13fff1;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-e"] .button {
  --highlight: #13fff1;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-f"] {
  --highlight: #13e3ff;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-f"] .button {
  --highlight: #13e3ff;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-g"] {
  --highlight: #3db9ff;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-g"] .button {
  --highlight: #3db9ff;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-h"] {
  --highlight: #9f54ff;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-h"] .button {
  --highlight: #9f54ff;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-i"] {
  --highlight: #ba00fc;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-i"] .button {
  --highlight: #ba00fc;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-j"] {
  --highlight: #ff00c7;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-j"] .button {
  --highlight: #ff00c7;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-k"] {
  --highlight: #ff43bf;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-k"] .button {
  --highlight: #ff43bf;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-l"] {
  --highlight: #ff5c00;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-l"] .button {
  --highlight: #ff5c00;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-m"] {
  --highlight: #ff7223;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-m"] .button {
  --highlight: #ff7223;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-n"] {
  --highlight: #ffb800;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-n"] .button {
  --highlight: #ffb800;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-o"] {
  --highlight: #fcf200;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-o"] .button {
  --highlight: #fcf200;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="project-p"] {
  --highlight: #faff00;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="project-p"] .button {
  --highlight: #faff00;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="debug"] {
  --highlight: #ff00ef;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="debug"] .button {
  --highlight: #ff00ef;
}

/* line 41, resources/assets/styles/components/_colours.scss */

[data-theme="news"] {
  --highlight: #e3e5e0;
}

/* line 45, resources/assets/styles/components/_colours.scss */

[data-theme="news"] .button {
  --highlight: #e3e5e0;
}

/**
 *  Typography
 */

@font-face {
  font-family: 'HelveticaMonospacedW1G-Rg';
  src: url(/app/themes/placelab/dist/fonts/HelveticaMonospacedW1G-Rg.woff);
  font-weight: normal;
  font-style: normal;
}

/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.fw-bold {
  font-weight: 700;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.fw-medium {
  font-weight: 600;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.ls-tight,
.button-link,
.footer-credit__tagline,
.arrow-button--back,
.form-button,
.gform_wrapper form .gform_footer .gform_button,
.info-column__heading,
.header-nav__menu li,
.menu-trigger,
.popup-menu__menu li a {
  letter-spacing: -0.01em;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.mono,
.footnotes ol li::before,
.footnotes--info ol li::before {
  font-family: "HelveticaMonospacedW1G-Rg", monospace;
}

/* line 72, resources/assets/styles/components/_type.scss */

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

/* line 77, resources/assets/styles/components/_type.scss */

ul,
ol {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}

/* line 85, resources/assets/styles/components/_type.scss */

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.375;
}

/* line 92, resources/assets/styles/components/_type.scss */

body {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
}

/* line 98, resources/assets/styles/components/_type.scss */

h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 1.07;
}

@media screen and (min-width: 900px) {
  /* line 98, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 80px;
    line-height: 0.95;
  }
}

/* line 107, resources/assets/styles/components/_type.scss */

h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 38px;
  line-height: 1;
}

/* line 115, resources/assets/styles/components/_type.scss */

h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.07;
}

/* line 123, resources/assets/styles/components/_type.scss */

h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.27;
}

/* line 131, resources/assets/styles/components/_type.scss */

h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.375;
}

/* line 139, resources/assets/styles/components/_type.scss */

h6,
small,
sup,
caption,
.form-caption,
figcaption {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.16;
}

/* line 153, resources/assets/styles/components/_type.scss */

.content h1,
body#tinymce.wp-editor h1,
.info-column__heading h1,
.info-column__body h1,
.content h2,
body#tinymce.wp-editor h2,
.info-column__heading h2,
.info-column__body h2,
.content .is-h1,
body#tinymce.wp-editor .is-h1,
.info-column__heading .is-h1,
.info-column__body .is-h1,
.content .is-h2,
body#tinymce.wp-editor .is-h2,
.info-column__heading .is-h2,
.info-column__body .is-h2 {
  font-weight: 600;
  margin-bottom: 60px;
}

/* line 162, resources/assets/styles/components/_type.scss */

.content h3,
body#tinymce.wp-editor h3,
.info-column__heading h3,
.info-column__body h3,
.content .is-h3,
body#tinymce.wp-editor .is-h3,
.info-column__heading .is-h3,
.info-column__body .is-h3 {
  font-weight: 600;
  margin-bottom: 60px;
}

/* line 168, resources/assets/styles/components/_type.scss */

.content h3 p,
body#tinymce.wp-editor h3 p,
.info-column__heading h3 p,
.info-column__body h3 p,
.content .is-h3 p,
body#tinymce.wp-editor .is-h3 p,
.info-column__heading .is-h3 p,
.info-column__body .is-h3 p {
  all: inherit;
}

/* line 174, resources/assets/styles/components/_type.scss */

.content sup,
body#tinymce.wp-editor sup,
.info-column__heading sup,
.info-column__body sup {
  font-family: "HelveticaMonospacedW1G-Rg", monospace;
}

/* line 179, resources/assets/styles/components/_type.scss */

.content blockquote,
body#tinymce.wp-editor blockquote,
.info-column__heading blockquote,
.info-column__body blockquote,
.content .is-blockquote,
body#tinymce.wp-editor .is-blockquote,
.info-column__heading .is-blockquote,
.info-column__body .is-blockquote {
  font-size: 28px;
  line-height: 1.07;
  font-weight: 600;
  margin: 60px 0;
  padding: 0 0;
}

/* line 187, resources/assets/styles/components/_type.scss */

.content blockquote > *,
body#tinymce.wp-editor blockquote > *,
.info-column__heading blockquote > *,
.info-column__body blockquote > *,
.content .is-blockquote > *,
body#tinymce.wp-editor .is-blockquote > *,
.info-column__heading .is-blockquote > *,
.info-column__body .is-blockquote > * {
  margin-bottom: 0;
}

/* line 192, resources/assets/styles/components/_type.scss */

.content blockquote p,
body#tinymce.wp-editor blockquote p,
.info-column__heading blockquote p,
.info-column__body blockquote p,
.content .is-blockquote p,
body#tinymce.wp-editor .is-blockquote p,
.info-column__heading .is-blockquote p,
.info-column__body .is-blockquote p {
  all: inherit;
}

/* line 198, resources/assets/styles/components/_type.scss */

.content h4,
body#tinymce.wp-editor h4,
.info-column__heading h4,
.info-column__body h4,
.content .is-h4,
body#tinymce.wp-editor .is-h4,
.info-column__heading .is-h4,
.info-column__body .is-h4 {
  font-weight: 700;
  margin-bottom: 60px;
}

/* line 205, resources/assets/styles/components/_type.scss */

.content h5,
body#tinymce.wp-editor h5,
.info-column__heading h5,
.info-column__body h5,
.content .is-h5,
body#tinymce.wp-editor .is-h5,
.info-column__heading .is-h5,
.info-column__body .is-h5 {
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

/* line 213, resources/assets/styles/components/_type.scss */

.content p,
body#tinymce.wp-editor p,
.info-column__heading p,
.info-column__body p,
.content .is-p,
body#tinymce.wp-editor .is-p,
.info-column__heading .is-p,
.info-column__body .is-p {
  margin-bottom: 1.375em;
}

/* line 228, resources/assets/styles/components/_type.scss */

.content p a,
body#tinymce.wp-editor p a,
.info-column__heading p a,
.info-column__body p a,
.content .is-p a,
body#tinymce.wp-editor .is-p a,
.info-column__heading .is-p a,
.info-column__body .is-p a {
  text-decoration: underline;
  text-decoration-color: #000000;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 234, resources/assets/styles/components/_type.scss */

.content p a:hover,
body#tinymce.wp-editor p a:hover,
.info-column__heading p a:hover,
.info-column__body p a:hover,
.content .is-p a:hover,
body#tinymce.wp-editor .is-p a:hover,
.info-column__heading .is-p a:hover,
.info-column__body .is-p a:hover {
  opacity: 0.75;
}

/* line 241, resources/assets/styles/components/_type.scss */

.content a,
body#tinymce.wp-editor a,
.info-column__heading a,
.info-column__body a {
  text-decoration: underline;
  text-decoration-color: #000000;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 247, resources/assets/styles/components/_type.scss */

.content a:hover,
body#tinymce.wp-editor a:hover,
.info-column__heading a:hover,
.info-column__body a:hover {
  opacity: 0.75;
}

/* line 253, resources/assets/styles/components/_type.scss */

.content ol,
body#tinymce.wp-editor ol,
.info-column__heading ol,
.info-column__body ol,
.content ul,
body#tinymce.wp-editor ul,
.info-column__heading ul,
.info-column__body ul,
.content .is-ol,
body#tinymce.wp-editor .is-ol,
.info-column__heading .is-ol,
.info-column__body .is-ol,
.content .is-ul,
body#tinymce.wp-editor .is-ul,
.info-column__heading .is-ul,
.info-column__body .is-ul {
  margin-bottom: 1.375em;
  list-style: none;
}

/* line 261, resources/assets/styles/components/_type.scss */

.content ol li:not(:last-child),
body#tinymce.wp-editor ol li:not(:last-child),
.info-column__heading ol li:not(:last-child),
.info-column__body ol li:not(:last-child),
.content ul li:not(:last-child),
body#tinymce.wp-editor ul li:not(:last-child),
.info-column__heading ul li:not(:last-child),
.info-column__body ul li:not(:last-child),
.content .is-ol li:not(:last-child),
body#tinymce.wp-editor .is-ol li:not(:last-child),
.info-column__heading .is-ol li:not(:last-child),
.info-column__body .is-ol li:not(:last-child),
.content .is-ul li:not(:last-child),
body#tinymce.wp-editor .is-ul li:not(:last-child),
.info-column__heading .is-ul li:not(:last-child),
.info-column__body .is-ul li:not(:last-child) {
  margin-bottom: 0.625em;
}

/* line 267, resources/assets/styles/components/_type.scss */

.content ul,
body#tinymce.wp-editor ul,
.info-column__heading ul,
.info-column__body ul {
  padding-left: 0;
}

/* line 271, resources/assets/styles/components/_type.scss */

.content ul li,
body#tinymce.wp-editor ul li,
.info-column__heading ul li,
.info-column__body ul li {
  position: relative;
  padding-left: 2.25em;
}

/* line 276, resources/assets/styles/components/_type.scss */

.content ul li::before,
body#tinymce.wp-editor ul li::before,
.info-column__heading ul li::before,
.info-column__body ul li::before {
  top: 0.65em;
  left: 0;
  display: inline-block;
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #000000;
}

/* line 288, resources/assets/styles/components/_type.scss */

.content ul li ul,
body#tinymce.wp-editor ul li ul,
.info-column__heading ul li ul,
.info-column__body ul li ul {
  margin-top: 1.375em;
}

/* line 292, resources/assets/styles/components/_type.scss */

.content ul li ul li,
body#tinymce.wp-editor ul li ul li,
.info-column__heading ul li ul li,
.info-column__body ul li ul li {
  padding-left: 1.5em;
}

@media (max-width: 540px) {
  /* line 292, resources/assets/styles/components/_type.scss */

  .content ul li ul li,
  body#tinymce.wp-editor ul li ul li,
  .info-column__heading ul li ul li,
  .info-column__body ul li ul li {
    padding-left: 1em;
  }
}

/* line 301, resources/assets/styles/components/_type.scss */

.content ul li ul li::before,
body#tinymce.wp-editor ul li ul li::before,
.info-column__heading ul li ul li::before,
.info-column__body ul li ul li::before {
  top: 0.5em;
  left: 0;
  display: inline-block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #000000;
}

/* line 318, resources/assets/styles/components/_type.scss */

.content ol,
body#tinymce.wp-editor ol,
.info-column__heading ol,
.info-column__body ol {
  padding-left: 0;
  counter-reset: list;
}

/* line 323, resources/assets/styles/components/_type.scss */

.content ol li,
body#tinymce.wp-editor ol li,
.info-column__heading ol li,
.info-column__body ol li {
  position: relative;
  padding-left: 2.25em;
  counter-increment: list;
}

/* line 329, resources/assets/styles/components/_type.scss */

.content ol li::before,
body#tinymce.wp-editor ol li::before,
.info-column__heading ol li::before,
.info-column__body ol li::before {
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  content: counter(list);
}

/* line 340, resources/assets/styles/components/_type.scss */

.content > *:last-child,
body#tinymce.wp-editor > *:last-child,
.info-column__heading > *:last-child,
.info-column__body > *:last-child {
  margin-bottom: 0;
}

/* line 346, resources/assets/styles/components/_type.scss */

body#tinymce.wp-editor {
  padding: 10px !important;
}

/**
 *  General
 */

/* line 5, resources/assets/styles/components/_elements.scss */

* {
  -webkit-font-smoothing: antialiased;
  font-family: "neue-haas-grotesk-text", sans-serif;
}

/* line 11, resources/assets/styles/components/_elements.scss */

img {
  max-width: 100%;
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button {
  font-size: 28px;
  line-height: 1.07;
  padding: 4px 11px;
  position: relative;
  z-index: 2;
  border: 1px solid #000000;
  font-weight: 600;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 27, resources/assets/styles/components/_elements.scss */

.button:hover {
  background: var(--highlight);
  color: #000000;
  border-color: var(--highlight);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.black-block,
.black-block--themed,
.black-block--large {
  display: inline-flex;
  color: #ffffff;
  background: #000000;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 45, resources/assets/styles/components/_elements.scss */

.live-feed .black-block,
.live-feed .black-block--themed,
.live-feed .black-block--large {
  width: calc(50% - 6px);
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  /* line 45, resources/assets/styles/components/_elements.scss */

  .live-feed .black-block,
  .live-feed .black-block--themed,
  .live-feed .black-block--large {
    width: 100%;
  }
}

/* line 56, resources/assets/styles/components/_elements.scss */

.black-block .child-filter.active,
.black-block--themed .child-filter.active,
.black-block--large .child-filter.active {
  pointer-events: none;
}

/* line 63, resources/assets/styles/components/_elements.scss */

.black-block:hover .black-block__inner,
.black-block--themed:hover .black-block__inner,
.black-block--large:hover .black-block__inner {
  opacity: 0.75;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .black-block,
  .black-block--themed,
  .black-block--large {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block__inner {
  padding: 4px 11px;
  position: relative;
  z-index: 2;
  text-align: left;
  font-weight: 600;
  display: inline-flex;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 85, resources/assets/styles/components/_elements.scss */

.black-block__inner svg {
  position: absolute;
  right: 11px;
  top: 50%;
  height: 25px;
  fill: #000000;
  transform: translate(-100%, -50%) rotate(180deg);
  opacity: 0;
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 85, resources/assets/styles/components/_elements.scss */

  .black-block__inner svg {
    height: 20px;
  }
}

/* line 104, resources/assets/styles/components/_elements.scss */

.child-filter.active .black-block__inner svg {
  opacity: 1;
  transform: translate(0, -50%) rotate(180deg);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block__link-inner {
  display: inline-flex;
  font-weight: inherit;
  -webkit-transition: padding-right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding-right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: padding-right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding-right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 118, resources/assets/styles/components/_elements.scss */

.child-filter.active .black-block__link-inner {
  padding-right: 31px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

/* line 134, resources/assets/styles/components/_elements.scss */

.child-filter.active .black-block__link {
  pointer-events: all;
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block__prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  color: #000000;
  z-index: 2;
  padding: 4px;
  flex-shrink: 0;
  padding-top: 8px;
}

/* line 153, resources/assets/styles/components/_elements.scss */

.black-block__prefix::before {
  content: '';
  display: block;
  width: 34px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--highlight);
  z-index: -1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.black-block--prefixed {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 179, resources/assets/styles/components/_elements.scss */

.black-block--themed .tag-header::after {
  height: 100%;
}

/* line 186, resources/assets/styles/components/_elements.scss */

.black-block--themed:not(.black-block--heading):hover {
  background: var(--highlight);
}

/* line 192, resources/assets/styles/components/_elements.scss */

.black-block--themed:hover {
  color: #000000;
}

/* line 196, resources/assets/styles/components/_elements.scss */

.black-block--themed:hover .tag-header::after {
  opacity: 1;
}

/* line 201, resources/assets/styles/components/_elements.scss */

.black-block--themed:hover .black-block__inner {
  color: #000000;
  opacity: 1;
}

/* line 208, resources/assets/styles/components/_elements.scss */

.black-block--themed.filter-item.active {
  color: #000000;
}

/* line 212, resources/assets/styles/components/_elements.scss */

.black-block--themed.filter-item.active .black-block__prefix::before {
  width: 100%;
}

/* line 217, resources/assets/styles/components/_elements.scss */

.black-block--themed.filter-item.active .tag-header::after {
  opacity: 1;
}

/* line 222, resources/assets/styles/components/_elements.scss */

.black-block--themed.filter-item.active .black-block__inner {
  color: #000000;
  opacity: 1;
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.black-block--large .black-block__inner {
  padding: 4px 9px 6px 9px;
  font-weight: 600;
}

@media (max-width: 900px) {
  /* line 69, resources/assets/styles/helpers/_bem.scss */

  .black-block--large .black-block__inner {
    padding: 4px 11px 6px 11px;
    font-size: 28px;
    line-height: 1.07;
  }
}

@media (max-width: 900px) {
  /* line 253, resources/assets/styles/components/_elements.scss */

  .black-block--large .tag-header {
    display: flex;
    flex-direction: column;
  }
}

/* line 263, resources/assets/styles/components/_elements.scss */

.black-block--heading:hover {
  color: #ffffff;
}

/* line 267, resources/assets/styles/components/_elements.scss */

.black-block--heading:hover .black-block__inner {
  color: #ffffff;
  opacity: 1;
}

/* line 273, resources/assets/styles/components/_elements.scss */

.black-block--heading:hover .tag-header::after {
  opacity: 0;
}

/* line 282, resources/assets/styles/components/_elements.scss */

.show-hide.active .black-block--parent {
  color: #000000;
  background: #ffffff;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.tag-pill,
.tag-header__primary-tag,
.tag-header__secondary-tag,
.tag-header__tertiary-tag {
  position: relative;
  display: inline-flex;
  height: 24px;
  align-items: center;
  z-index: 2;
  padding: 6px 19px 1px 17px;
  text-transform: uppercase;
  background: var(--highlight);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.tag-header {
  display: flex;
  color: #000000;
}

/* line 307, resources/assets/styles/components/_elements.scss */

.tag-header::before,
.tag-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: var(--highlight);
}

/* line 329, resources/assets/styles/components/_elements.scss */

.tag-header::after {
  height: 100%;
  opacity: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.tag-header__secondary-tag {
  background: #e3e5e0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.tag-header__tertiary-tag {
  background: transparent;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.tag-header--inline-post {
  display: flex;
  flex-wrap: wrap;
}

/* line 357, resources/assets/styles/components/_elements.scss */

.tag-header--inline-post * {
  display: flex;
  align-items: center;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.cookie-notice {
  background: #000000;
  color: #ffffff;
  left: 0;
  top: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.image-bg,
.image-ratio > img,
.image-ratio--wide > img,
.post-card__thumbnail > img,
.image-ratio iframe,
.image-ratio--wide iframe,
.post-card__thumbnail iframe,
.image-ratio video,
.image-ratio--wide video,
.post-card__thumbnail video,
.post-card .media-figure > img,
.post-card--large .media-figure > img,
.figure-slide .media-figure > img,
.media-figure__overlay img,
.mouse-trail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.image-ratio,
.image-ratio--wide,
.post-card__thumbnail {
  position: relative;
  overflow: hidden;
}

/* line 399, resources/assets/styles/components/_elements.scss */

.image-ratio::before,
.image-ratio--wide::before,
.post-card__thumbnail::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((1 / 1) * 100%);
}

/* line 408, resources/assets/styles/components/_elements.scss */

.image-ratio--wide::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((9 / 16) * 100%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-card,
.post-card--large {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 424, resources/assets/styles/components/_elements.scss */

.post-card:hover .post-card__overlay,
.post-card--large:hover .post-card__overlay,
.post-card:hover .project-footer__overlay,
.post-card--large:hover .project-footer__overlay {
  opacity: 1;
}

/* line 428, resources/assets/styles/components/_elements.scss */

.post-card:hover .post-card__overlay h5,
.post-card--large:hover .post-card__overlay h5,
.post-card:hover .project-footer__overlay h5,
.post-card--large:hover .project-footer__overlay h5 {
  opacity: 1;
}

/* line 435, resources/assets/styles/components/_elements.scss */

.live-feed .post-card,
.live-feed .post-card--large {
  width: calc(25% - ((12px * 3) / 4));
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  /* line 435, resources/assets/styles/components/_elements.scss */

  .live-feed .post-card,
  .live-feed .post-card--large {
    width: calc(50% - 6px);
  }
}

@media (max-width: 540px) {
  /* line 435, resources/assets/styles/components/_elements.scss */

  .live-feed .post-card,
  .live-feed .post-card--large {
    width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-card__overlay,
.project-footer__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  background: var(--highlight);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 470, resources/assets/styles/components/_elements.scss */

.post-card__overlay h5,
.project-footer__overlay h5 {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-card__header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 483, resources/assets/styles/components/_elements.scss */

.post-card__header > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 490, resources/assets/styles/components/_elements.scss */

.post-card__header .tag-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-card__thumbnail {
  background: #e3e5e0;
  width: 100%;
  position: relative;
}

/* line 507, resources/assets/styles/components/_elements.scss */

.post-card__thumbnail .tag-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-card__body {
  background: #ffffff;
}

/* line 523, resources/assets/styles/components/_elements.scss */

.post-card__body .caption > * {
  padding: 6px 12px;
  margin-bottom: 0;
}

/* line 528, resources/assets/styles/components/_elements.scss */

.post-card__body .caption > *:last-child {
  padding-bottom: 10px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-card__row {
  padding: 6px 0;
  border-bottom: 1px solid #000000;
}

/* line 541, resources/assets/styles/components/_elements.scss */

.home .post-card__row {
  padding: 6px 12px;
}

/* line 551, resources/assets/styles/components/_elements.scss */

.live-feed .post-card--large {
  width: calc(50% - 6px);
}

@media (max-width: 1200px) {
  /* line 551, resources/assets/styles/components/_elements.scss */

  .live-feed .post-card--large {
    width: 100%;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.thumbnail-grid,
.thumbnail-grid--halves,
.thumbnail-grid--quarters,
.thumbnail-grid--thirds {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  column-gap: 9px;
  row-gap: 9px;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 575, resources/assets/styles/components/_elements.scss */

.thumbnail-grid img,
.thumbnail-grid--halves img,
.thumbnail-grid--quarters img,
.thumbnail-grid--thirds img {
  grid-column: -1 / 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.thumbnail-grid--halves {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 588, resources/assets/styles/components/_elements.scss */

.thumbnail-grid--halves img {
  grid-column: span 1;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.thumbnail-grid--quarters {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 9px;
}

/* line 600, resources/assets/styles/components/_elements.scss */

.thumbnail-grid--quarters img {
  grid-column: span 1;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.thumbnail-grid--thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 611, resources/assets/styles/components/_elements.scss */

.thumbnail-grid--thirds img {
  grid-column: span 1;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button-link,
.footer-credit__tagline {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.arrow-button,
.arrow-button--back {
  display: flex;
  align-items: center;
}

/* line 634, resources/assets/styles/components/_elements.scss */

.arrow-button:hover svg,
.arrow-button--back:hover svg {
  transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
}

/* line 641, resources/assets/styles/components/_elements.scss */

.arrow-button svg,
.arrow-button--back svg {
  margin-left: 4px;
  padding-top: 0.1em;
  height: 13px;
  width: auto;
  opacity: 1;
  z-index: 1;
  position: relative;
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.arrow-button--back {
  font-weight: 700;
}

/* line 660, resources/assets/styles/components/_elements.scss */

.arrow-button--back svg {
  transform: scaleX(-1);
}

/* line 667, resources/assets/styles/components/_elements.scss */

.arrow-button--back:hover svg {
  transform: scaleX(-1) translateX(20%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.team-card,
.team-card--primary,
.team-card--secondary {
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 682, resources/assets/styles/components/_elements.scss */

.team-card img,
.team-card--primary img,
.team-card--secondary img {
  filter: grayscale(1);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.team-card__row {
  padding: 6px 0;
  border-bottom: 1px solid #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.team-card__body {
  margin-bottom: 8px;
}

/* line 698, resources/assets/styles/components/_elements.scss */

.team-card .tag-header,
.team-card--primary .tag-header,
.team-card--secondary .tag-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* line 706, resources/assets/styles/components/_elements.scss */

.team-card .tag-header::before,
.team-card--primary .tag-header::before,
.team-card--secondary .tag-header::before {
  display: none;
}

/* line 711, resources/assets/styles/components/_elements.scss */

.team-card .tag-header .tag-header__primary-tag,
.team-card--primary .tag-header .tag-header__primary-tag,
.team-card--secondary .tag-header .tag-header__primary-tag,
.team-card .tag-header .tag-header__secondary-tag,
.team-card--primary .tag-header .tag-header__secondary-tag,
.team-card--secondary .tag-header .tag-header__secondary-tag,
.team-card .tag-header .tag-header__tertiary-tag,
.team-card--primary .tag-header .tag-header__tertiary-tag,
.team-card--secondary .tag-header .tag-header__tertiary-tag {
  background: #e3e5e0;
}

/* line 716, resources/assets/styles/components/_elements.scss */

.team-card .tag-header .tag-header__secondary-tag,
.team-card--primary .tag-header .tag-header__secondary-tag,
.team-card--secondary .tag-header .tag-header__secondary-tag {
  background: #ffffff;
}

/* line 724, resources/assets/styles/components/_elements.scss */

.team-card__footer .content,
.team-card__footer body#tinymce.wp-editor,
.team-card__footer .info-column__heading,
.team-card__footer .info-column__body {
  overflow: hidden;
  margin-bottom: -8px;
  display: flex;
  flex-wrap: wrap;
}

/* line 731, resources/assets/styles/components/_elements.scss */

.team-card__footer .content > a,
.team-card__footer body#tinymce.wp-editor > a,
.team-card__footer .info-column__heading > a,
.team-card__footer .info-column__body > a {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: 12px;
  line-height: 1.16;
}

/* line 749, resources/assets/styles/components/_elements.scss */

.team-card--secondary .team-card__row {
  padding-left: 6px;
  padding-right: 6px;
}

/* line 761, resources/assets/styles/components/_elements.scss */

.show-hide.active .show-hide__body > * {
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 100ms;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.show-hide__body {
  display: none;
}

/* line 773, resources/assets/styles/components/_elements.scss */

.show-hide__body > * {
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0ms;
}

/* line 784, resources/assets/styles/components/_elements.scss */

.caption > * {
  border-bottom: 1px solid #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.caption__subhead {
  padding-bottom: 6px;
  margin-bottom: 6px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.caption__body {
  padding-bottom: 10px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inline-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
  padding-top: 1px;
}

/* line 811, resources/assets/styles/components/_elements.scss */

.inline-header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: calc((50% - (24px / 3) - 12px) + (25% - (24px / 3) + 18px));
  height: 1px;
  background: #000000;
}

@media (max-width: 900px) {
  /* line 811, resources/assets/styles/components/_elements.scss */

  .inline-header::before {
    width: calc(100% - 12px);
  }
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inline-header {
    margin-bottom: 48px;
  }
}

/* line 833, resources/assets/styles/components/_elements.scss */

.inline-header .tag-header--inline-post {
  width: calc(25% - (24px / 3) + 18px);
}

@media (max-width: 900px) {
  /* line 833, resources/assets/styles/components/_elements.scss */

  .inline-header .tag-header--inline-post {
    width: 100%;
  }
}

/* line 843, resources/assets/styles/components/_elements.scss */

.inline-header h1 {
  font-size: 16px;
  line-height: 1.375;
  width: calc(50% - (24px / 3) - 12px);
  font-weight: 700;
  padding: 1px 4px;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  /* line 843, resources/assets/styles/components/_elements.scss */

  .inline-header h1 {
    width: 100%;
    padding: 1px 12px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.inline-header__icon {
  fill: #ffffff;
  margin-left: 11px;
  flex-shrink: 0;
  opacity: 0;
  position: relative;
  top: -1px;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 872, resources/assets/styles/components/_elements.scss */

.inline-header__icon svg {
  width: 11px;
  transform: rotate(-270deg);
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 879, resources/assets/styles/components/_elements.scss */

.inline-header:hover .inline-header__icon {
  opacity: 1;
}

/* line 886, resources/assets/styles/components/_elements.scss */

.show-hide.active .inline-header__icon svg {
  transform: rotate(-90deg);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.default-page-header,
.default-page-header--no-image {
  height: calc(var(--static-vp-height, 100vh) - var(--footer-height, 2rem));
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
  margin-bottom: var(--footer-height);
}

/* line 903, resources/assets/styles/components/_elements.scss */

.default-page-header + .page-builder > .map-module,
.default-page-header--no-image + .page-builder > .map-module {
  margin-top: calc(-1 * var(--footer-height));
}

/* line 910, resources/assets/styles/components/_elements.scss */

.default-page-header.default-page-header--no-image + .page-builder > .map-module,
.default-page-header--no-image + .page-builder > .map-module {
  margin-top: 0;
}

/* line 916, resources/assets/styles/components/_elements.scss */

.default-page-header + .page-builder > .hub-builder:first-child > .map-module:first-child,
.default-page-header--no-image + .page-builder > .hub-builder:first-child > .map-module:first-child {
  margin-top: calc(-1 * var(--footer-height));
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .default-page-header,
  .default-page-header--no-image {
    margin-bottom: 60px;
    height: calc(var(--static-vp-height, 100vh));
  }

  /* line 926, resources/assets/styles/components/_elements.scss */

  .default-page-header + .page-builder > .map-module:first-child,
  .default-page-header--no-image + .page-builder > .map-module:first-child {
    margin-top: 0;
  }

  /* line 931, resources/assets/styles/components/_elements.scss */

  .default-page-header + .page-builder > .heading-block:first-child,
  .default-page-header--no-image + .page-builder > .heading-block:first-child,
  .default-page-header + .page-builder > .heading-block--no-intro:first-child,
  .default-page-header--no-image + .page-builder > .heading-block--no-intro:first-child {
    border-top: none;
  }

  /* line 938, resources/assets/styles/components/_elements.scss */

  .default-page-header.default-page-header--no-image + .page-builder > .map-module,
  .default-page-header--no-image + .page-builder > .map-module {
    margin-top: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.default-page-header__featured-image {
  position: relative;
  flex: 1;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.default-page-header__title {
  margin-left: -12px;
  display: inline-block;
  padding: 4px 9px 6px 9px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  grid-column: span 9;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .default-page-header__title {
    font-size: clamp(28px, 6.5vw, 6.5vw);
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .default-page-header__title {
    padding: 4px 11px 6px 1px;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.default-page-header--no-image {
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .default-page-header--no-image {
    height: auto;
  }
}

/* line 990, resources/assets/styles/components/_elements.scss */

.default-page-header .tag-header,
.default-page-header--no-image .tag-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* line 999, resources/assets/styles/components/_elements.scss */

.post-builder,
.page-builder {
  counter-reset: refs;
  counter-reset: figure-list;
}

/* line 1005, resources/assets/styles/components/_elements.scss */

.post-builder .is-figure,
.page-builder .is-figure {
  counter-increment: figure-list;
}

/* line 1009, resources/assets/styles/components/_elements.scss */

.post-builder .is-figure h5::before,
.page-builder .is-figure h5::before {
  content: "Fig " counter(figure-list) ". ";
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.complex-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: var(--highlight);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.news-details__row {
  padding: 6px 12px;
  border-bottom: 1px solid #000000;
}

/* line 1033, resources/assets/styles/components/_elements.scss */

.news-details__row:last-child {
  padding-bottom: 10px;
}

/* line 3, resources/assets/styles/components/_global.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/* line 10, resources/assets/styles/components/_global.scss */

::selection {
  color: #000000;
  background: var(--highlight);
}

/* line 16, resources/assets/styles/components/_global.scss */

body,
html {
  margin: 0 0;
  padding: 0 0;
}

/* line 23, resources/assets/styles/components/_global.scss */

:root {
  --header-height: 30px;
  --transition-bezier: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 29, resources/assets/styles/components/_global.scss */

body {
  background: #ffffff;
}

/* line 34, resources/assets/styles/components/_global.scss */

button {
  box-shadow: none;
  border: none;
  padding: 0 0;
  cursor: pointer;
  background: none;
  color: #000000;
}

/* line 44, resources/assets/styles/components/_global.scss */

a {
  color: #000000;
  text-decoration: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inner-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0 12px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.grid,
.gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex {
  display: grid;
  column-gap: 12px;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .grid,
  .gform_wrapper form .gform_body > .gform_fields,
  .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.svg-sprite {
  position: absolute;
  left: -999px;
  height: 0;
  visibility: hidden;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 112, resources/assets/styles/components/_global.scss */

.site-loader.active {
  opacity: 1;
  visibility: visible;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.site-loader__animation {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 4px;
}

/* line 126, resources/assets/styles/components/_global.scss */

.site-loader__animation span {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background: var(--highlight);
  max-width: 0;
}

@media (max-width: 540px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .mw-280 {
    max-width: 280px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.isolate {
  isolation: isolate;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.difference {
  mix-blend-mode: difference;
}

/* line 157, resources/assets/styles/components/_global.scss */

.difference path {
  mix-blend-mode: difference;
}

/* line 163, resources/assets/styles/components/_global.scss */

img {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

/* Margin bottom label */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.label-row,
.form-row label,
.gform_wrapper form .gform_body label,
.gform_wrapper form .gform_body > .gform_fields .gfield label,
.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address span.ginput_full label,
.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio li label,
.gform_wrapper form .gform_body > .gform_fields .gfield.title-block label,
.gform_wrapper form .gform_body > .gform_fields .gfield_label,
.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address span label {
  height: 0;
  visibility: collapse;
  opacity: 0;
  margin: 0 0;
  display: block;
}

/* * Margin bottom row */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.validation_message {
  font-size: 12px;
  line-height: 1.16;
  margin: 10px 0;
  color: #e61e2a;
}

/* Input row style */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.input-style,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"],
.gform_wrapper form .gform_body > .gform_fields .gfield select,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea {
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0 0;
  background: none;
  border-radius: 0 0;
  font-size: 16px;
  line-height: 1.375;
}

/* line 181, resources/assets/styles/helpers/_library.scss */

.input-style::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea::placeholder {
  color: #000000;
  opacity: 1;
}

/* line 187, resources/assets/styles/helpers/_library.scss */

.input-style:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input:-moz-placeholder[type="text"],
.gform_wrapper form .gform_body > .gform_fields .gfield input:-moz-placeholder[type="tel"],
.gform_wrapper form .gform_body > .gform_fields .gfield input:-moz-placeholder[type="email"],
.gform_wrapper form .gform_body > .gform_fields .gfield select:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 193, resources/assets/styles/helpers/_library.scss */

.input-style:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input:-ms-input-placeholder[type="text"],
.gform_wrapper form .gform_body > .gform_fields .gfield input:-ms-input-placeholder[type="tel"],
.gform_wrapper form .gform_body > .gform_fields .gfield input:-ms-input-placeholder[type="email"],
.gform_wrapper form .gform_body > .gform_fields .gfield select:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 199, resources/assets/styles/helpers/_library.scss */

.input-style::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 40, resources/assets/styles/components/_gforms.scss */

.input-style[aria-invalid="true"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[aria-invalid="true"][type="text"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[aria-invalid="true"][type="tel"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[aria-invalid="true"][type="email"],
.gform_wrapper form .gform_body > .gform_fields .gfield select[aria-invalid="true"],
.gform_wrapper form .gform_body > .gform_fields .gfield textarea[aria-invalid="true"] {
  border-color: #e61e2a !important;
}

/* Button style */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.form-button,
.gform_wrapper form .gform_footer .gform_button {
  box-shadow: none;
  border: none;
  padding: 0 0;
  cursor: pointer;
  background: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.375;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 63, resources/assets/styles/components/_gforms.scss */

.form-button:hover svg,
.gform_wrapper form .gform_footer .gform_button:hover svg {
  transform: translateX(20%);
}

/* line 69, resources/assets/styles/components/_gforms.scss */

.form-button svg,
.gform_wrapper form .gform_footer .gform_button svg {
  margin-left: 4px;
  padding-top: 0.1em;
  height: 13px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/**
 * Do any more custom
 * form styling below
 */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.gform_wrapper {
  box-sizing: border-box;
}

/* line 86, resources/assets/styles/components/_gforms.scss */

.gform_wrapper .gform_heading {
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 98, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields {
  row-gap: 20px;
  margin-bottom: 20px;
}

/* line 109, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset {
  padding: 0 0;
  border: none;
  grid-column: -1 / 1;
}

/* line 117, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset.time-field .ginput_complex {
  column-gap: 12px;
}

/* line 121, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset.time-field .ginput_complex .hour_minute_colon {
  display: none;
}

/* line 126, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset.time-field .ginput_complex .ginput_container_time {
  grid-column: span 4;
}

@media (max-width: 1200px) {
  /* line 126, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields fieldset.time-field .ginput_complex .ginput_container_time {
    grid-column: -1 / 1;
  }
}

/* line 138, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex {
  row-gap: 16px;
}

/* line 143, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex > span {
  grid-column: span 6;
}

@media (max-width: 900px) {
  /* line 143, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex > span {
    grid-column: -1 / 1;
  }
}

/* line 157, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gsection * {
  display: none;
}

/* line 163, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield {
  position: relative;
  padding-left: 0;
  grid-column: -1 / 1;
}

/* line 170, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield::before {
  display: none;
}

/* line 175, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield--width-half {
  grid-column: span 6;
}

@media (max-width: 900px) {
  /* line 175, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields .gfield--width-half {
    grid-column: -1 / 1;
  }
}

/* line 185, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_preview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

/* line 192, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_preview strong {
  font-weight: normal;
  margin-left: 10px;
}

/* line 203, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield + li .checkbox-wrapper > label {
  padding-top: 30px;
}

/* line 210, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 216, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address span {
  display: flex;
  flex-direction: column-reverse;
  width: 32%;
}

/* line 222, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address span.ginput_full {
  width: 100%;
}

/* line 228, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_address span label {
  display: block;
}

/* line 238, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_date > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 244, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_date > div .ginput_container {
  width: 31%;
  position: relative;
}

/* line 252, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 262, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio label {
  height: auto;
  visibility: visible;
  opacity: 1;
}

/* line 269, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

/* line 277, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio li::after {
  display: none;
}

/* line 282, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio li input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

/* line 291, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield.show-label {
  margin: 0 0 12px 0;
  font-weight: 700;
}

/* line 311, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield.show-label > label,
.gform_wrapper form .gform_body > .gform_fields .gfield.show-label > legend {
  display: block !important;
  height: auto;
  visibility: visible;
  opacity: 1;
  margin: 0 0 12px 0;
}

@media (max-width: 900px) {
  /* line 311, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields .gfield.show-label > label,
  .gform_wrapper form .gform_body > .gform_fields .gfield.show-label > legend {
    width: 100%;
    margin: 0 0 12px 0;
  }
}

/* line 351, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .checkbox-wrapper {
  font-size: 22px;
  line-height: 1.27;
}

/* line 355, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .checkbox-wrapper label {
  display: block !important;
  margin-bottom: 20px;
}

/* line 360, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .checkbox-wrapper label span {
  display: inline;
}

/* line 367, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_checkbox,
.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio {
  font-size: 16px;
  line-height: 1.375;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
}

/* line 382, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_checkbox .gchoice label,
.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio .gchoice label {
  display: block !important;
  height: auto;
  visibility: visible;
  opacity: 1;
  font-weight: 400;
}

/* line 391, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_checkbox .gchoice:not(:last-child),
.gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio .gchoice:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  /* line 391, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields .gfield .gfield_checkbox .gchoice:not(:last-child),
  .gform_wrapper form .gform_body > .gform_fields .gfield .gfield_radio .gchoice:not(:last-child) {
    margin: 0 0 2px 0;
  }
}

/* line 403, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_select {
  position: relative;
  width: 100%;
}

/* line 408, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_select::before {
  height: 13px;
  width: 13px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjk5OTkgNS41TDYuNTUwNjcgMTAuODk5NUwwLjk5OTk0NSA1LjM5OTQ4IiBzdHJva2U9ImJsYWNrIi8+CjxsaW5lIHgxPSI2LjU1NDY5IiB5MT0iMTEiIHgyPSI2LjU1NDY5IiB5Mj0iMi4xODU1N2UtMDgiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
}

/* line 421, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding-right: 30px;
}

/* line 433, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_multiselect option {
  padding: 0.3em;
  -webkit-transition: background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 439, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_multiselect option:checked,
.gform_wrapper form .gform_body > .gform_fields .gfield .ginput_container_multiselect select:focus option:checked {
  color: #ffffff;
  background-image: linear-gradient(0deg, #000000 0%, #000000 100%);
  border-radius: 14px;
}

/* line 453, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"],
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"],
.gform_wrapper form .gform_body > .gform_fields .gfield select,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  resize: none;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 469, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]:focus,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]:focus,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]:focus,
.gform_wrapper form .gform_body > .gform_fields .gfield select:focus,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea:focus {
  outline: 0;
}

/* line 181, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select::placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea::placeholder {
  color: #000000;
  opacity: 1;
}

/* line 187, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 193, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 199, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="tel"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields .gfield textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 477, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield textarea {
  height: calc(1.375em + 1px);
}

/* line 483, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .gfield_html {
  margin-top: 100px;
  margin-bottom: 1.2em;
}

@media (max-width: 900px) {
  /* line 483, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields .gfield_html {
    margin-top: 85px;
  }
}

/* line 496, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
}

/* line 502, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}

/* line 508, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button:focus {
  outline: 0;
}

/**
 * Resets / Defaults
 */

/* line 523, resources/assets/styles/components/_gforms.scss */

.gf_clear,
.gform_card_icon_container,
.ginput_card_security_code_icon,
img.gform_ajax_spinner,
.validation_error {
  display: none !important;
}

/* line 532, resources/assets/styles/components/_gforms.scss */

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden;
}

/* line 539, resources/assets/styles/components/_gforms.scss */

.gform_confirmation_message {
  font-size: 16px;
  line-height: 1.375;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.ui-datepicker {
  color: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  border: 1px solid #ffffff;
  padding: 0.3em 0.6em;
  font-size: 16px;
}

/* line 554, resources/assets/styles/components/_gforms.scss */

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

/* line 560, resources/assets/styles/components/_gforms.scss */

.ui-datepicker .ui-datepicker-header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 567, resources/assets/styles/components/_gforms.scss */

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 0;
}

/* line 575, resources/assets/styles/components/_gforms.scss */

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: calc(50% - 6px);
  border-radius: 6px;
  border: 1px solid #000000;
  padding: 0.3em;
  font-size: 16px;
  background: #ffffff;
}

@media (max-width: 900px) {
  /* line 575, resources/assets/styles/components/_gforms.scss */

  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    width: 100%;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.gform_validation_errors {
  display: block;
  margin-bottom: 1em;
}

/* line 598, resources/assets/styles/components/_gforms.scss */

.gform_validation_errors > * {
  font-size: 12px;
  line-height: 1.16;
  color: #e61e2a;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.gform_confirmation_message {
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.16 !important;
  font-family: "neue-haas-grotesk-text", sans-serif !important;
}

/* line 614, resources/assets/styles/components/_gforms.scss */

.page-builder .gform_confirmation_message {
  color: #000000 !important;
  font-size: 16px !important;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.gform_confirmation_message .wp-block-code {
  display: none !important;
}

/* line 631, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields .form-caption.gfield_html {
  margin-top: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-general,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before,
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  top: 0.225em;
  height: 14px;
  width: 14px;
  border: 1px solid #000000;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-unchecked,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  border: 1px solid #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-checked,
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  background: #000000;
  border: 1px solid #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  padding-left: 20px !important;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-disabled,
[type="radio"]:disabled:not(:checked) + label::before,
[type="checkbox"]:disabled:checked + label::before {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.label-disabled,
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: rgba(0, 0, 0, 0.4);
}

/**
 * radio
 */

/* line 43, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative !important;
  cursor: pointer !important;
}

/* line 51, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  content: '';
}

/* line 59, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
  content: '';
  opacity: 1;
}

/* line 69, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 74, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:checked + label::after {
  opacity: 1;
}

/* disabled radio */

/* line 80, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:not(:checked) + label::before {
  box-shadow: none;
}

/**
 * Checkbox
 */

/* line 94, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  cursor: pointer !important;
}

/* line 102, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  content: '';
}

/* line 110, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  content: '';
}

/* line 118, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 123, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* disabled checkbox */

/* line 129, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled:checked + label::before {
  box-shadow: none;
}

/**
 * Hide default radios
 */

/* line 143, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked),
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

/* line 1, resources/assets/styles/components/_waypoints.scss */

*[data-wp="card"] {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 200ms;
}

/* line 8, resources/assets/styles/components/_waypoints.scss */

*[data-wp="card"].active {
  transform: none;
  opacity: 1;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.transition-fade {
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 7, resources/assets/styles/components/_swup.scss */

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.black-block-title {
  display: flex;
  flex-flow: column;
  position: relative;
  padding-right: 3rem;
  padding-bottom: 6px;
  max-width: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__tag-header {
  width: calc(var(--title-size) + 1rem);
  position: relative;
}

/* line 17, resources/assets/styles/components/_black-block-title.scss */

.black-block-title__tag-header .tag-header {
  flex-direction: row;
}

/* line 21, resources/assets/styles/components/_black-block-title.scss */

.black-block-title__tag-header .tag-header::after {
  content: none !important;
}

@media (max-width: 900px) {
  /* line 17, resources/assets/styles/components/_black-block-title.scss */

  .black-block-title__tag-header .tag-header {
    display: flex;
    flex-direction: column;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__title-lockup {
  position: relative;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__title {
  color: white;
  position: relative;
  margin-top: 4px;
}

@media (pointer: fine) {
  /* line 47, resources/assets/styles/components/_black-block-title.scss */

  .black-block-title--link:hover .black-block-title__title {
    color: black;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__background {
  background: black;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: calc(100% + 6px);
  width: calc(var(--title-size) + 1rem);
}

@media (pointer: fine) {
  /* line 68, resources/assets/styles/components/_black-block-title.scss */

  .black-block-title--link:hover .black-block-title__background {
    background: var(--highlight);
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__title-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(0.5rem);
  font-weight: 600;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__title-justifier {
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.black-block-title__sizer {
  display: inline;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.home-filters {
  display: flex;
  justify-content: flex-end;
}

/* line 14, resources/assets/styles/layouts/_home.scss */

.home-filters .menu-logo {
  display: none;
  margin-left: auto;
}

@media (max-width: 900px) {
  /* line 14, resources/assets/styles/layouts/_home.scss */

  .home-filters .menu-logo {
    display: inline-block;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.home-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: calc(var(--header-height) + 2px);
  left: 0;
  z-index: 30;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 200ms;
}

/* line 42, resources/assets/styles/layouts/_home.scss */

.home-nav.active .home-nav__parent-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/* line 52, resources/assets/styles/layouts/_home.scss */

.scrolled-up .home-nav.active {
  opacity: 1;
  transform: translate3d(0, calc(var(--header-height) + 2px), 0);
  visibility: visible;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.home-nav__parent-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(1) {
  transition-delay: 50ms;
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(2) {
  transition-delay: 100ms;
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(3) {
  transition-delay: 150ms;
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(4) {
  transition-delay: 200ms;
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(5) {
  transition-delay: 250ms;
}

/* line 72, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:nth-child(6) {
  transition-delay: 300ms;
}

/* line 78, resources/assets/styles/layouts/_home.scss */

.home.has-landing .home-nav__parent-menu,
.home.landing-leaving .home-nav__parent-menu {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-20px, 0, 0);
}

/* line 86, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu:not(:last-child),
.home-nav__parent-menu li:not(:last-child) {
  margin-bottom: 2px;
}

/* line 92, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(1) {
  transition-delay: 50ms;
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(2) {
  transition-delay: 100ms;
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(3) {
  transition-delay: 150ms;
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(4) {
  transition-delay: 200ms;
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(5) {
  transition-delay: 250ms;
}

/* line 100, resources/assets/styles/layouts/_home.scss */

.home-nav__parent-menu.active li:nth-child(6) {
  transition-delay: 300ms;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.home-nav__sub-menu {
  display: none;
  margin-top: 2px;
}

/* line 113, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li {
  padding-left: 34px;
  transform: translate3d(-20px, 0, 0);
  display: block;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(1) {
  transition-delay: 50ms;
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(2) {
  transition-delay: 100ms;
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(3) {
  transition-delay: 150ms;
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(4) {
  transition-delay: 200ms;
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(5) {
  transition-delay: 250ms;
}

/* line 123, resources/assets/styles/layouts/_home.scss */

.home-nav__sub-menu li:nth-child(6) {
  transition-delay: 300ms;
}

@media (max-width: 900px) {
  /* line 113, resources/assets/styles/layouts/_home.scss */

  .home-nav__sub-menu li {
    padding-left: 16px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.live-feed {
  overflow: hidden;
  padding-top: 400px;
  margin-bottom: 200px;
  position: relative;
  min-height: 100vh;
}

@media (max-width: 1200px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .live-feed {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .live-feed {
    margin-top: 0;
    padding-top: 230px;
    margin-bottom: 36px;
  }
}

/* line 160, resources/assets/styles/layouts/_home.scss */

.live-feed__inner::after {
  content: '';
  display: block;
  clear: both;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.live-feed__item {
  transition: left 300ms var(--transition-bezier), top 300ms var(--transition-bezier), right 300ms var(--transition-bezier), bottom 300ms var(--transition-bezier), opacity 150ms var(--transition-bezier);
}

/* line 180, resources/assets/styles/layouts/_home.scss */

.live-feed__item.inactive {
  opacity: 0.2;
}

/* line 187, resources/assets/styles/layouts/_home.scss */

.live-feed__item.child-filter > * {
  pointer-events: none;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.live-feed__grid-sizer {
  width: calc(25% - ((12px * 3) / 4));
}

/* line 204, resources/assets/styles/layouts/_home.scss */

.live-feed .menu-logo {
  display: none;
}

@media (max-width: 900px) {
  /* line 204, resources/assets/styles/layouts/_home.scss */

  .live-feed .menu-logo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 220, resources/assets/styles/layouts/_home.scss */

.live-feed .hidden-item {
  display: none;
}

/* line 3, resources/assets/styles/layouts/_projects.scss */

.template-projects .body-wrapper {
  padding-top: calc(20px + var(--header-height));
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.projects-archive {
  margin-bottom: 140px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .projects-archive {
    margin-bottom: 100px;
  }
}

/* line 21, resources/assets/styles/layouts/_projects.scss */

.projects-archive-intro .one-column,
.projects-archive-intro .one-column--inline,
.projects-archive-intro .one-column--logo,
.projects-archive-intro .one-column--row {
  margin-bottom: 100px;
}

/* line 26, resources/assets/styles/layouts/_projects.scss */

.projects-archive-intro .heading-block--no-subheading {
  border-top: none;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.projects-archive-intro__copy {
  display: block;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .projects-archive-intro__copy {
    display: none;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.projects-archive-intro--mobile-copy {
  display: none;
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .projects-archive-intro--mobile-copy {
    display: block;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.projects-section {
  border-top: 1px solid #000000;
}

/* line 62, resources/assets/styles/layouts/_projects.scss */

.projects-section:not(:last-child) {
  margin-bottom: 100px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.projects-section__header {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .projects-section__header {
    margin-bottom: 26px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-card {
  display: block;
  cursor: pointer;
}

/* line 83, resources/assets/styles/layouts/_projects.scss */

.project-card:not(:last-child) {
  margin-bottom: 42px;
}

@media (max-width: 900px) {
  /* line 83, resources/assets/styles/layouts/_projects.scss */

  .project-card:not(:last-child) {
    margin-bottom: 26px;
  }
}

/* line 92, resources/assets/styles/layouts/_projects.scss */

.project-card:not(:last-child)::after {
  content: '';
  display: block;
  height: 0;
  -webkit-transition: height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (pointer: fine) and (min-width: 900px) {
  /* line 106, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover::after {
    height: 42px;
  }
}

@media (pointer: fine) and (min-width: 900px) and (max-width: 900px) {
  /* line 106, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover::after {
    height: 26px;
  }
}

@media (pointer: fine) and (min-width: 900px) {
  /* line 116, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .project-card-slider {
    opacity: 1;
    pointer-events: all;
  }

  /* line 122, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .black-block,
  .project-card:hover .black-block--themed,
  .project-card:hover .black-block--large {
    color: black;
  }

  /* line 127, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .tag-header::after {
    opacity: 1;
  }

  /* line 132, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .project-card-slider__slide::after {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 400ms;
  }
}

@media (pointer: fine) and (min-width: 900px) and (min-width: 900px) and (max-width: 1480px) {
  /* line 141, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .one-column,
  .project-card:hover .one-column--inline,
  .project-card:hover .one-column--logo,
  .project-card:hover .one-column--row {
    opacity: 0;
    visibility: hidden;
  }
}

@media (pointer: fine) and (min-width: 900px) and (max-width: 900px) {
  /* line 150, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .one-column,
  .project-card:hover .one-column--inline,
  .project-card:hover .one-column--logo,
  .project-card:hover .one-column--row {
    opacity: 1;
    visibility: visible;
  }

  /* line 156, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .tag-header::after {
    opacity: 0;
  }

  /* line 161, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .black-block,
  .project-card:hover .black-block--themed,
  .project-card:hover .black-block--large {
    color: #ffffff;
  }

  /* line 165, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .black-block:hover,
  .project-card:hover .black-block--themed:hover,
  .project-card:hover .black-block--large:hover {
    color: #000000;
  }

  /* line 167, resources/assets/styles/layouts/_projects.scss */

  .project-card:hover .black-block:hover .tag-header::after,
  .project-card:hover .black-block--themed:hover .tag-header::after,
  .project-card:hover .black-block--large:hover .tag-header::after {
    opacity: 1;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-card__body {
  position: relative;
}

/* line 183, resources/assets/styles/layouts/_projects.scss */

.project-card__body .one-column,
.project-card__body .one-column--inline,
.project-card__body .one-column--logo,
.project-card__body .one-column--row {
  min-height: 4.125em;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-card__header {
  display: block;
  margin-bottom: 12px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-card-slider {
  position: absolute;
  margin: 0 -1px;
  top: 0;
  left: 0;
  z-index: 5;
  max-width: 88.61111%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-card-slider {
    display: none;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-card-slider__slide {
  padding: 0 1px;
  position: relative;
}

/* line 221, resources/assets/styles/layouts/_projects.scss */

.project-card-slider__slide::after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100%);
  background: var(--highlight);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0;
}

/* line 235, resources/assets/styles/layouts/_projects.scss */

.project-card-slider__slide .image-ratio,
.project-card-slider__slide .image-ratio--wide,
.project-card-slider__slide .post-card__thumbnail {
  position: relative;
}

/* line 240, resources/assets/styles/layouts/_projects.scss */

.project-card-slider__slide .image-ratio > *,
.project-card-slider__slide .image-ratio--wide > *,
.project-card-slider__slide .post-card__thumbnail > * {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--1 {
  width: calc(((1.375em * 3) + 54px) * 1);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--1 .project-card-slider__slide {
  width: 100%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--2 {
  width: calc(((1.375em * 3) + 54px) * 2);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--2 .project-card-slider__slide {
  width: 50%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--3 {
  width: calc(((1.375em * 3) + 54px) * 3);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--3 .project-card-slider__slide {
  width: 33.33333%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--4 {
  width: calc(((1.375em * 3) + 54px) * 4);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--4 .project-card-slider__slide {
  width: 25%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--5 {
  width: calc(((1.375em * 3) + 54px) * 5);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--5 .project-card-slider__slide {
  width: 20%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--6 {
  width: calc(((1.375em * 3) + 54px) * 6);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--6 .project-card-slider__slide {
  width: 16.66667%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--7 {
  width: calc(((1.375em * 3) + 54px) * 7);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--7 .project-card-slider__slide {
  width: 14.28571%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--8 {
  width: calc(((1.375em * 3) + 54px) * 8);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--8 .project-card-slider__slide {
  width: 12.5%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--9 {
  width: calc(((1.375em * 3) + 54px) * 9);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--9 .project-card-slider__slide {
  width: 11.11111%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--10 {
  width: calc(((1.375em * 3) + 54px) * 10);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--10 .project-card-slider__slide {
  width: 10%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--11 {
  width: calc(((1.375em * 3) + 54px) * 11);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--11 .project-card-slider__slide {
  width: 9.09091%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--12 {
  width: calc(((1.375em * 3) + 54px) * 12);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--12 .project-card-slider__slide {
  width: 8.33333%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--13 {
  width: calc(((1.375em * 3) + 54px) * 13);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--13 .project-card-slider__slide {
  width: 7.69231%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--14 {
  width: calc(((1.375em * 3) + 54px) * 14);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--14 .project-card-slider__slide {
  width: 7.14286%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--15 {
  width: calc(((1.375em * 3) + 54px) * 15);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--15 .project-card-slider__slide {
  width: 6.66667%;
}

/* line 253, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--16 {
  width: calc(((1.375em * 3) + 54px) * 16);
}

/* line 257, resources/assets/styles/layouts/_projects.scss */

.project-card-slider.project-card-slider--16 .project-card-slider__slide {
  width: 6.25%;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-builder {
  margin-bottom: 100px;
}

/* line 10, resources/assets/styles/layouts/_post.scss */

.post-builder .module:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  /* line 10, resources/assets/styles/layouts/_post.scss */

  .post-builder .module:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-footer {
  position: relative;
  margin-bottom: 160px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .post-footer {
    margin-bottom: 100px;
  }
}

/* line 31, resources/assets/styles/layouts/_post.scss */

.post-footer::before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 24px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-intro {
  display: block;
  margin-bottom: 60px;
}

/* line 50, resources/assets/styles/layouts/_post.scss */

.post-intro.one-column .grid,
.post-intro.one-column--inline .grid,
.post-intro.one-column--logo .grid,
.post-intro.one-column--row .grid,
.post-intro.one-column .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .post-intro.one-column .gform_body > .gform_fields,
.post-intro.one-column--inline .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .post-intro.one-column--inline .gform_body > .gform_fields,
.post-intro.one-column--logo .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .post-intro.one-column--logo .gform_body > .gform_fields,
.post-intro.one-column--row .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .post-intro.one-column--row .gform_body > .gform_fields,
.post-intro.one-column .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .post-intro.one-column .ginput_complex,
.post-intro.one-column--inline .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .post-intro.one-column--inline .ginput_complex,
.post-intro.one-column--logo .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .post-intro.one-column--logo .ginput_complex,
.post-intro.one-column--row .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .post-intro.one-column--row .ginput_complex {
  row-gap: 60px;
}

@media (max-width: 900px) {
  /* line 55, resources/assets/styles/layouts/_post.scss */

  .post-intro .content,
  .post-intro body#tinymce.wp-editor,
  .post-intro .info-column__heading,
  .post-intro .info-column__body {
    order: 99;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-meta {
  grid-column: span 3;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .post-meta {
    order: 1;
    grid-column: -1 / 1;
    padding-top: 6px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-meta__row {
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
}

/* line 82, resources/assets/styles/layouts/_post.scss */

.post-meta__row span:first-child {
  padding-right: 12px;
  font-weight: 700;
}

/* line 88, resources/assets/styles/layouts/_post.scss */

.post-meta__row span:last-child {
  text-align: right;
}

/* line 93, resources/assets/styles/layouts/_post.scss */

.post-meta__row:not(:last-child) {
  margin-bottom: 6px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.share-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 107, resources/assets/styles/layouts/_post.scss */

.share-link svg {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 13px;
}

/* line 115, resources/assets/styles/layouts/_post.scss */

.share-link:hover svg {
  transform: translateX(20%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-header {
  height: calc(var(--static-vp-height, 100vh) - var(--footer-height, 2rem));
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding-top: var(--header-height);
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-header {
    height: calc(var(--static-vp-height, 100vh));
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-header__featured-image {
  flex: 1;
  position: relative;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-header__caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  max-width: 33%;
  padding: 0.25em 0.5em;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-header__caption {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.16;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.project-header__caption--black {
  color: #000000;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.project-header__caption--white {
  color: #ffffff;
}

/* line 48, resources/assets/styles/layouts/_single-project.scss */

.project-header .black-block--large {
  align-self: start;
}

/* line 56, resources/assets/styles/layouts/_single-project.scss */

.project-info:not(body) {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}

/* line 62, resources/assets/styles/layouts/_single-project.scss */

.project-info:not(body) > *:not(:last-child) {
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  /* line 62, resources/assets/styles/layouts/_single-project.scss */

  .project-info:not(body) > *:not(:last-child) {
    padding-bottom: 80px;
  }
}

/* line 75, resources/assets/styles/layouts/_single-project.scss */

.project-info__cta .inner-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-info__cta {
    order: 1000;
  }
}

@media (max-width: 900px) {
  /* line 89, resources/assets/styles/layouts/_single-project.scss */

  .project-info .module {
    order: 999;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.project-info--team {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 101, resources/assets/styles/layouts/_single-project.scss */

.project-info--team .project-accordian__title {
  padding-bottom: 12px !important;
}

/* line 106, resources/assets/styles/layouts/_single-project.scss */

.project-info--team.project-info--team:not(:last-child),
.project-info--team:not(:last-child),
.project-info--team:not(body) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-details {
    order: 1;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-details__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 4 / span 6;
  row-gap: 20px;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__inner {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__inner {
    grid-column: -1 / 1;
  }
}

@media (max-width: 1480px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .info-column {
    grid-column: -1 / 1;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.info-column__heading {
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-team {
  overflow: hidden;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-accordians {
  border-top: 1px solid #000000;
  margin-bottom: 160px;
}

/* line 179, resources/assets/styles/layouts/_single-project.scss */

.project-accordian .prev,
.whats-next .prev {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 179, resources/assets/styles/layouts/_single-project.scss */

  .project-accordian .prev,
  .whats-next .prev {
    display: none;
  }
}

/* line 193, resources/assets/styles/layouts/_single-project.scss */

.project-accordian .prev:hover,
.whats-next .prev:hover {
  transform: translate(-20%, -50%);
}

/* line 198, resources/assets/styles/layouts/_single-project.scss */

.project-accordian .prev svg,
.whats-next .prev svg {
  height: 24px;
}

/* line 204, resources/assets/styles/layouts/_single-project.scss */

.project-accordian:not(:last-child),
.whats-next:not(:last-child) {
  border-bottom: 1px solid #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-accordian__title {
  width: 100%;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 218, resources/assets/styles/layouts/_single-project.scss */

.project-accordian__title h3 {
  font-weight: 600;
}

/* line 223, resources/assets/styles/layouts/_single-project.scss */

.project-accordian__title svg {
  height: 22px;
  transform: rotate(90deg) scaleX(-1);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 229, resources/assets/styles/layouts/_single-project.scss */

.show-hide.active .project-accordian__title svg {
  transform: rotate(-90deg) scaleX(-1);
}

/* line 237, resources/assets/styles/layouts/_single-project.scss */

.project-accordian__title:hover svg {
  transform: rotate(90deg) scaleX(-1) translateX(-20%);
}

/* line 247, resources/assets/styles/layouts/_single-project.scss */

.show-hide.active .project-accordian__title:hover svg {
  transform: rotate(-90deg) scaleX(-1) translateX(-20%);
}

/* line 258, resources/assets/styles/layouts/_single-project.scss */

.project-info .prev {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 258, resources/assets/styles/layouts/_single-project.scss */

  .project-info .prev {
    display: none;
  }
}

/* line 272, resources/assets/styles/layouts/_single-project.scss */

.project-info .prev:hover {
  transform: translate(-20%, -50%);
}

/* line 277, resources/assets/styles/layouts/_single-project.scss */

.project-info .prev svg {
  height: 24px;
}

/* line 283, resources/assets/styles/layouts/_single-project.scss */

.project-info:not(:last-child) {
  border-bottom: 1px solid #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-info__title {
  width: 100%;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 297, resources/assets/styles/layouts/_single-project.scss */

.project-info__title h3 {
  font-weight: 600;
}

/* line 302, resources/assets/styles/layouts/_single-project.scss */

.project-info__title svg {
  height: 22px;
  transform: rotate(90deg) scaleX(-1);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 308, resources/assets/styles/layouts/_single-project.scss */

.show-hide.active .project-info__title svg {
  transform: rotate(-90deg) scaleX(-1);
}

/* line 316, resources/assets/styles/layouts/_single-project.scss */

.project-info__title:hover svg {
  transform: rotate(90deg) scaleX(-1) translateX(-20%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.team-slider {
  padding: 0 6px;
  overflow: visible;
}

/* line 329, resources/assets/styles/layouts/_single-project.scss */

.team-slider .flickity-slider,
.team-slider .flickity-viewport {
  overflow: visible;
}

/* line 336, resources/assets/styles/layouts/_single-project.scss */

.team-slider .flickity-slider {
  margin-left: 8.33%;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 336, resources/assets/styles/layouts/_single-project.scss */

  .team-slider .flickity-slider {
    margin-left: 0;
  }
}

/* line 349, resources/assets/styles/layouts/_single-project.scss */

.team-slider.active .flickity-slider {
  margin-left: 0;
}

/* line 355, resources/assets/styles/layouts/_single-project.scss */

.team-slider .team-card,
.team-slider .team-card--primary,
.team-slider .team-card--secondary {
  padding: 0 6px;
  width: 25%;
}

@media (max-width: 900px) {
  /* line 355, resources/assets/styles/layouts/_single-project.scss */

  .team-slider .team-card,
  .team-slider .team-card--primary,
  .team-slider .team-card--secondary {
    width: 83.33%;
  }
}

/* line 366, resources/assets/styles/layouts/_single-project.scss */

.team-slider .post-card-wrapper {
  padding: 0 6px;
  width: 33.33%;
}

@media (max-width: 900px) {
  /* line 366, resources/assets/styles/layouts/_single-project.scss */

  .team-slider .post-card-wrapper {
    width: 83.33%;
  }
}

/* line 379, resources/assets/styles/layouts/_single-project.scss */

.team-slider .post-card .post-card__row:last-child,
.team-slider .post-card--large .post-card__row:last-child {
  padding-bottom: 0;
  border: none;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.team-slider__wrapper {
  position: relative;
  margin-bottom: 40px;
}

/* line 393, resources/assets/styles/layouts/_single-project.scss */

.team-slider__wrapper.active .prev {
  opacity: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.local-contributors {
  margin-bottom: 100px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.local-contributors__header {
  margin-bottom: 20px;
}

/* line 413, resources/assets/styles/layouts/_single-project.scss */

.contributor-list a {
  grid-column: span 3;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 422, resources/assets/styles/layouts/_single-project.scss */

.contributor-list a:hover {
  text-decoration: none;
}

@media (max-width: 540px) {
  /* line 413, resources/assets/styles/layouts/_single-project.scss */

  .contributor-list a {
    grid-column: -1 / 1;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-nav {
  margin-bottom: 88px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .post-nav {
    margin-bottom: 40px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-nav__inner {
  margin-bottom: -4px;
  overflow: hidden;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-filters {
  padding-top: 4px;
  position: relative;
  grid-column: span 9;
  display: flex;
}

/* line 458, resources/assets/styles/layouts/_single-project.scss */

.post-filters::before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: 1px;
  background: #000000;
  position: absolute;
  transform: translateX(-12px);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-filters__heading {
  padding-right: 20px;
  font-weight: 700;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-filters__list {
  display: flex;
  flex-wrap: wrap;
}

/* line 482, resources/assets/styles/layouts/_single-project.scss */

.post-filters__list li {
  padding: 0 20px 4px 0;
}

/* line 487, resources/assets/styles/layouts/_single-project.scss */

.post-filters__list button {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 493, resources/assets/styles/layouts/_single-project.scss */

.post-filters__list button:hover,
.post-filters__list button.active {
  text-decoration-color: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inline-post {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.inline-post__inner {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.inline-post__header {
  margin-bottom: 80px;
}

/* line 517, resources/assets/styles/layouts/_single-project.scss */

.inline-post:not(:last-child) {
  margin-bottom: 160px;
}

@media (max-width: 900px) {
  /* line 517, resources/assets/styles/layouts/_single-project.scss */

  .inline-post:not(:last-child) {
    margin-bottom: 100px;
  }
}

/* line 527, resources/assets/styles/layouts/_single-project.scss */

.inline-post .show-hide__body {
  display: block;
}

/* line 532, resources/assets/styles/layouts/_single-project.scss */

.loading .inline-post {
  opacity: 0.5;
}

/* line 537, resources/assets/styles/layouts/_single-project.scss */

.replacing-posts .inline-post {
  opacity: 0;
  transform: translateY(50px);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-footer {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-footer {
    margin-bottom: 0;
  }
}

/* line 558, resources/assets/styles/layouts/_single-project.scss */

.project-footer:hover .project-footer__overlay {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0;
  opacity: 1;
}

/* line 564, resources/assets/styles/layouts/_single-project.scss */

.project-footer:hover .project-footer__overlay h5 {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 200ms;
  transform: none;
  opacity: 1;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-footer__image {
  position: relative;
  width: 100%;
}

/* line 579, resources/assets/styles/layouts/_single-project.scss */

.project-footer__image::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((420 / 1440) * 100%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-posts {
  margin-bottom: 100px;
}

@keyframes active {
  0%, 33.33%, 100% {
    color: #000000;
  }

  16.66% {
    color: #e61e2a;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.status--active {
  animation-name: active;
  animation-duration: 2200ms;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  animation-timing-function: ease-out;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.info-wrapper {
  padding-top: var(--header-height);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.error-wrapper {
  margin-top: var(--header-height);
}

/* line 5, resources/assets/styles/layouts/_404.scss */

.error-wrapper p > a {
  text-decoration-color: #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-colophon__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-colophon__body {
  margin-bottom: 40px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-colophon__footer {
  margin-bottom: 148px;
}

/* line 20, resources/assets/styles/layouts/_project-info.scss */

.project-colophon__footer .grid > *,
.project-colophon__footer .gform_wrapper form .gform_body > .gform_fields > *,
.gform_wrapper form .project-colophon__footer .gform_body > .gform_fields > *,
.project-colophon__footer .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex > *,
.gform_wrapper form .gform_body > .gform_fields fieldset .project-colophon__footer .ginput_complex > * {
  grid-column: 4 / span 6;
}

@media (max-width: 1200px) {
  /* line 20, resources/assets/styles/layouts/_project-info.scss */

  .project-colophon__footer .grid > *,
  .project-colophon__footer .gform_wrapper form .gform_body > .gform_fields > *,
  .gform_wrapper form .project-colophon__footer .gform_body > .gform_fields > *,
  .project-colophon__footer .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex > *,
  .gform_wrapper form .gform_body > .gform_fields fieldset .project-colophon__footer .ginput_complex > * {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 20, resources/assets/styles/layouts/_project-info.scss */

  .project-colophon__footer .grid > *,
  .project-colophon__footer .gform_wrapper form .gform_body > .gform_fields > *,
  .gform_wrapper form .project-colophon__footer .gform_body > .gform_fields > *,
  .project-colophon__footer .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex > *,
  .gform_wrapper form .gform_body > .gform_fields fieldset .project-colophon__footer .ginput_complex > * {
    grid-column: -1 / 1;
  }
}

/* line 39, resources/assets/styles/layouts/_project-info.scss */

.info-block:not(:last-child) {
  margin-bottom: 100px;
}

/* line 3, resources/assets/styles/layouts/_default-page.scss */

.body-wrapper > .page-builder:first-child {
  padding-top: var(--header-height);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.page-builder {
  margin-bottom: 140px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-builder {
    margin-bottom: 100px;
  }
}

/* line 18, resources/assets/styles/layouts/_default-page.scss */

.page-builder > .module {
  position: relative;
}

/* line 22, resources/assets/styles/layouts/_default-page.scss */

.page-builder > .module::before {
  position: absolute;
  content: '';
  width: calc(100% - 24px);
  top: 0;
  left: 50%;
  height: 1px;
  display: block;
  transform: translateX(-50%);
  background: #000000;
}

/* line 38, resources/assets/styles/layouts/_default-page.scss */

.page-builder:last-child > .module:last-child {
  margin-bottom: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.contact-hub {
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .contact-hub {
    margin-bottom: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.hub-link {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 19, resources/assets/styles/layouts/_hubs.scss */

.hub-link::before {
  background: #000000;
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((622 / 1440) * 100%);
}

@media (max-width: 900px) {
  /* line 19, resources/assets/styles/layouts/_hubs.scss */

  .hub-link::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((1 / 1) * 100%);
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.hub-link__heading {
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 9px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .hub-link__heading {
    padding: 4px 11px;
    font-size: 28px;
    line-height: 1.07;
  }
}

/* line 51, resources/assets/styles/layouts/_hubs.scss */

.hub-builder > .module {
  position: relative;
}

/* line 55, resources/assets/styles/layouts/_hubs.scss */

.hub-builder > .module::before {
  position: absolute;
  content: '';
  width: calc(100% - 24px);
  top: 0;
  left: 50%;
  height: 1px;
  display: block;
  transform: translateX(-50%);
  background: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.test {
  border: 1px solid red;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.disabled {
  display: none;
}

/* line 12, resources/assets/styles/layouts/_landing.scss */

.disabled ~ .home-filters .home-nav__parent-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.landing-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  z-index: 100;
}

/* line 32, resources/assets/styles/layouts/_landing.scss */

.landing-header svg {
  height: 30px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.landing-content {
  background: #ffffff;
  position: relative;
  height: 100vh;
  display: block;
  padding: 0;
  text-align: center;
}

@supports (height: -webkit-fill-available) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .landing-content {
    height: -webkit-fill-available;
  }
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .landing-content {
    z-index: 60;
    height: 100vh;
  }

@supports (height: -webkit-fill-available) {
    /* line 51, resources/assets/styles/helpers/_bem.scss */

    .landing-content {
      height: -webkit-fill-available;
    }
}
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.landing-content__inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 70, resources/assets/styles/layouts/_landing.scss */

.landing-content__inner > svg {
  height: 21px;
  margin-bottom: 4px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.landing-typewriter {
  font-size: 28px;
  line-height: 1.07;
  text-align: center;
  font-weight: 700;
  position: relative;
}

/* line 85, resources/assets/styles/layouts/_landing.scss */

.landing-typewriter .flickity-slider {
  transform: none !important;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.landing-typewriter__wrapper {
  font-size: 28px;
  line-height: 1.07;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 2.5em;
  height: 3.3em;
  text-align: center;
  position: relative;
}

/* line 101, resources/assets/styles/layouts/_landing.scss */

.landing-typewriter__wrapper p {
  font: inherit;
}

@media (max-width: 900px) {
  /* line 101, resources/assets/styles/layouts/_landing.scss */

  .landing-typewriter__wrapper p {
    display: inline;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .landing-typewriter__wrapper {
    height: 4.4em;
  }

  /* line 115, resources/assets/styles/layouts/_landing.scss */

  .landing-typewriter__wrapper br {
    display: none;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.landing-darr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

/* line 130, resources/assets/styles/layouts/_landing.scss */

.landing-darr * {
  pointer-events: none;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.landing-darr--mobile {
  display: none;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .landing-darr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 12px;
  }

  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .landing-darr--desktop {
    display: none;
  }

  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .landing-darr--mobile {
    display: flex;
  }
}

/* line 164, resources/assets/styles/layouts/_landing.scss */

.landing-darr svg {
  margin-bottom: 6px;
  width: 25px;
  transform: rotate(-90deg);
}

/* line 172, resources/assets/styles/layouts/_landing.scss */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

/* line 178, resources/assets/styles/layouts/_landing.scss */

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* line 187, resources/assets/styles/layouts/_landing.scss */

html.has-landing,
html.has-landing body {
  height: 100vh;
  overflow: hidden;
}

@supports (height: -webkit-fill-available) {
  /* line 187, resources/assets/styles/layouts/_landing.scss */

  html.has-landing,
  html.has-landing body {
    height: -webkit-fill-available;
  }
}

/* line 3, resources/assets/styles/layouts/_single-team.scss */

.single-teammember .team-card,
.single-teammember .team-card--primary,
.single-teammember .team-card--secondary {
  grid-column: 5 / span 4;
}

@media (max-width: 900px) {
  /* line 3, resources/assets/styles/layouts/_single-team.scss */

  .single-teammember .team-card,
  .single-teammember .team-card--primary,
  .single-teammember .team-card--secondary {
    grid-column: 2 / span 4;
  }
}

@media (max-width: 540px) {
  /* line 3, resources/assets/styles/layouts/_single-team.scss */

  .single-teammember .team-card,
  .single-teammember .team-card--primary,
  .single-teammember .team-card--secondary {
    grid-column: -1 / 1;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.single-teammember {
  margin: 100px 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.single-projectpost {
  margin: 100px 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 30;
  row-gap: 20px;
  font-size: 12px;
  line-height: 1.16;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer {
    padding-top: 20px;
    position: static;
  }

  /* line 16, resources/assets/styles/common/_footer.scss */

  .home .footer {
    opacity: 0;
  }

  /* line 21, resources/assets/styles/common/_footer.scss */

  .scrolled .footer {
    opacity: 1;
  }
}

/* line 30, resources/assets/styles/common/_footer.scss */

.footer .button-link,
.footer .footer-credit__tagline {
  mix-blend-mode: difference;
  color: #ffffff;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__column {
  grid-column: span 12;
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  column-gap: 12px;
  width: 100%;
  align-items: center;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  mix-blend-mode: difference;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__column {
    grid-column: span 3;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer-credit {
  padding: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 30;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-credit__tagline {
  text-align: left;
  grid-column: span 4;
}

/* line 74, resources/assets/styles/common/_footer.scss */

.footer-credit__tagline br {
  display: none;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-credit__tagline {
    grid-column: span 6;
  }

  /* line 83, resources/assets/styles/common/_footer.scss */

  .footer-credit__tagline br {
    display: inline;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-credit__logo {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

/* line 96, resources/assets/styles/common/_footer.scss */

.footer-credit__logo svg {
  height: 20px;
}

@media (max-width: 900px) {
  /* line 96, resources/assets/styles/common/_footer.scss */

  .footer-credit__logo svg {
    height: 12px;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-credit__logo {
    grid-column: span 3;
    display: none;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-logo--icon {
  position: fixed;
  bottom: 0;
  z-index: 30;
  right: 127px;
  margin-bottom: 12px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-logo--text {
  position: fixed;
  bottom: 0;
  right: 12px;
  z-index: 30;
  margin-bottom: 12px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-signup__column {
  grid-column: span 3;
  position: relative;
  align-items: center;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-signup__column {
    align-items: flex-start;
    grid-column: span 6;
  }
}

/* line 157, resources/assets/styles/common/_footer.scss */

.footer-signup .form-active .footer-signup__toggle {
  opacity: 0;
  visibility: hidden;
}

/* line 163, resources/assets/styles/common/_footer.scss */

.footer-signup .form-active .footer-signup__form {
  opacity: 1;
  visibility: visible;
}

/* line 172, resources/assets/styles/common/_footer.scss */

.footer-signup .gfield_error .validation_message,
.footer-signup .gfield_error .gform_validation_errors,
.footer-signup .gfield_error .gform_submission_error {
  color: #1dddcd !important;
}

/* line 179, resources/assets/styles/common/_footer.scss */

.footer-signup .gfield_error input {
  border-color: #1dddcd !important;
}

/* line 185, resources/assets/styles/common/_footer.scss */

.footer-signup .gform_wrapper form .gform_body > .gform_fields .gfield input[aria-invalid="true"][type="email"],
.footer-signup .gform_submission_error {
  border-color: #1dddcd !important;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-signup__form {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 198, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form {
  margin-bottom: 0;
  display: flex;
  align-items: top;
  position: relative;
}

/* line 205, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form * {
  mix-blend-mode: difference;
}

/* line 210, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form input,
.footer-signup__form .gform_wrapper form button {
  font-weight: 700;
  color: #ffffff !important;
  border-color: #ffffff !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* line 219, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form input::placeholder,
.footer-signup__form .gform_wrapper form button::placeholder {
  color: #ffffff !important;
}

/* line 224, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form input svg,
.footer-signup__form .gform_wrapper form button svg {
  fill: #ffffff !important;
}

/* line 230, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form .gform_body {
  width: 100%;
}

/* line 234, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form .gform_body input {
  padding-right: 48px !important;
}

/* line 239, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form .gform_body > .gform_fields {
  margin-bottom: 0;
}

/* line 245, resources/assets/styles/common/_footer.scss */

.footer-signup__form .gform_wrapper form .gform_footer {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-signup__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 50;
  transition: opacity 200ms var(--transition-bezier), background-color 200ms var(--transition-bezier), transform 200ms var(--transition-bezier);
}

/* line 17, resources/assets/styles/common/_header.scss */

.home.has-landing .header,
.home.landing-leaving .header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

/* line 25, resources/assets/styles/common/_header.scss */

.window-scrolled .header,
.landing-scrolled .header {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* line 33, resources/assets/styles/common/_header.scss */

.scrolled .header {
  background-color: #ffffff;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .header-nav {
    display: none;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header-nav__menu {
  display: flex;
  justify-content: space-between;
}

/* line 51, resources/assets/styles/common/_header.scss */

.header-nav__menu li {
  flex: 1;
  font-weight: 700;
  display: flex;
}

/* line 58, resources/assets/styles/common/_header.scss */

.header-nav__menu li a {
  width: 100%;
  padding: 4px 12px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 64, resources/assets/styles/common/_header.scss */

.header-nav__menu li a:hover {
  background: #000000;
  color: #ffffff;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.header-nav--mobile {
  width: 100%;
  display: none;
  background: #ffffff;
}

/* line 79, resources/assets/styles/common/_header.scss */

.menu-active .header-nav--mobile {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .header-nav--mobile {
    display: flex;
    justify-content: space-between;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-logo {
  display: inline-flex;
  padding: 9px 12px;
}

/* line 99, resources/assets/styles/common/_header.scss */

.menu-logo svg {
  height: 14px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-trigger {
  padding: 4px 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 114, resources/assets/styles/common/_header.scss */

.menu-trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 150%;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.popup-menu {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .popup-menu {
    display: block;
  }
}

/* line 146, resources/assets/styles/common/_header.scss */

.popup-menu .menu-trigger {
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
  mix-blend-mode: exclusion;
  background: #ffffff;
}

/* line 158, resources/assets/styles/common/_header.scss */

.menu-active .popup-menu {
  opacity: 1;
  visibility: visible;
}

/* line 163, resources/assets/styles/common/_header.scss */

.menu-active .popup-menu li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.popup-menu__menu {
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

/* line 177, resources/assets/styles/common/_header.scss */

.popup-menu__menu li {
  flex: 1;
  display: flex;
  min-height: 16.666vh;
  min-height: calc(var(--vh, 1vh) * 100 / 6);
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(1) {
  transition-delay: 50ms;
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(2) {
  transition-delay: 100ms;
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(3) {
  transition-delay: 150ms;
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(4) {
  transition-delay: 200ms;
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(5) {
  transition-delay: 250ms;
}

/* line 189, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:nth-child(6) {
  transition-delay: 300ms;
}

/* line 195, resources/assets/styles/common/_header.scss */

.popup-menu__menu li:not(:last-child) {
  border-bottom: 1px solid #000000;
}

/* line 200, resources/assets/styles/common/_header.scss */

.popup-menu__menu li a {
  padding: 12px;
  width: 100%;
  align-items: center;
  display: flex;
  font-weight: 700;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 210, resources/assets/styles/common/_header.scss */

.popup-menu__menu li a:hover {
  background: #000000;
  color: #ffffff;
}

/* line 215, resources/assets/styles/common/_header.scss */

.popup-menu__menu li a:hover svg {
  opacity: 1;
  transform: translateX(0);
}

/* line 222, resources/assets/styles/common/_header.scss */

.popup-menu__menu li a svg {
  margin-left: 8px;
  padding-top: 0.1em;
  height: 13px;
  fill: #ffffff;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.two-column {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 7, resources/assets/styles/modules/two-columns.scss */

.two-column > .inner-wrapper > .grid,
.gform_wrapper form .two-column > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .gform_body > .gform_fields fieldset .two-column > .inner-wrapper > .ginput_complex {
  row-gap: 160px;
}

@media (max-width: 900px) {
  /* line 7, resources/assets/styles/modules/two-columns.scss */

  .two-column > .inner-wrapper > .grid,
  .gform_wrapper form .two-column > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .gform_body > .gform_fields fieldset .two-column > .inner-wrapper > .ginput_complex {
    row-gap: 100px;
  }
}

/* line 17, resources/assets/styles/modules/two-columns.scss */

.page-builder .two-column {
  margin-bottom: 40px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.two-column__inner {
  grid-column: 4 / span 6;
  display: grid;
  column-gap: 12px;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .two-column__inner {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .two-column__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column: -1 / 1;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.two-column__inner--1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.two-column__footer-wrapper {
  overflow: hidden;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.two-column__footer {
  margin: 0 -10px -20px -10px;
}

/* line 58, resources/assets/styles/modules/two-columns.scss */

.two-column .two-column__footer {
  margin-top: 20px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.two-column__footer--button {
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 540px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .two-column__footer--button {
    justify-content: center;
  }
}

/* line 73, resources/assets/styles/modules/two-columns.scss */

.two-column .two-column__footer--button {
  margin-top: 24px;
}

/* line 78, resources/assets/styles/modules/two-columns.scss */

.two-column__footer--button a {
  text-align: center;
  min-width: 130px;
  margin: 0 10px 20px 10px;
}

@media (max-width: 900px) {
  /* line 78, resources/assets/styles/modules/two-columns.scss */

  .two-column__footer--button a {
    min-width: 105px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.one-column,
.one-column--inline,
.one-column--logo,
.one-column--row {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 5, resources/assets/styles/modules/one-column.scss */

.one-column > .inner-wrapper > .grid,
.one-column--inline > .inner-wrapper > .grid,
.one-column--logo > .inner-wrapper > .grid,
.one-column--row > .inner-wrapper > .grid,
.gform_wrapper form .one-column > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .one-column--inline > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .one-column--logo > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .one-column--row > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column > .inner-wrapper > .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--inline > .inner-wrapper > .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--logo > .inner-wrapper > .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--row > .inner-wrapper > .ginput_complex {
  row-gap: 160px;
}

@media (max-width: 900px) {
  /* line 5, resources/assets/styles/modules/one-column.scss */

  .one-column > .inner-wrapper > .grid,
  .one-column--inline > .inner-wrapper > .grid,
  .one-column--logo > .inner-wrapper > .grid,
  .one-column--row > .inner-wrapper > .grid,
  .gform_wrapper form .one-column > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .one-column--inline > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .one-column--logo > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .one-column--row > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .gform_body > .gform_fields fieldset .one-column > .inner-wrapper > .ginput_complex,
  .gform_wrapper form .gform_body > .gform_fields fieldset .one-column--inline > .inner-wrapper > .ginput_complex,
  .gform_wrapper form .gform_body > .gform_fields fieldset .one-column--logo > .inner-wrapper > .ginput_complex,
  .gform_wrapper form .gform_body > .gform_fields fieldset .one-column--row > .inner-wrapper > .ginput_complex {
    row-gap: 100px;
  }
}

/* line 15, resources/assets/styles/modules/one-column.scss */

.page-builder .one-column,
.page-builder .one-column--inline,
.page-builder .one-column--logo,
.page-builder .one-column--row {
  margin-bottom: 40px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.one-column__inner {
  grid-column: 4 / span 6;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .one-column__inner {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .one-column__inner {
    grid-column: -1 / 1;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.one-column__heading {
  grid-column: -1 / 1;
}

/* line 39, resources/assets/styles/modules/one-column.scss */

.team-block .one-column__heading {
  padding-top: 4px;
}

/* line 44, resources/assets/styles/modules/one-column.scss */

.one-column__heading img {
  padding-top: 8px;
  height: 54px;
}

@media (max-width: 900px) {
  /* line 44, resources/assets/styles/modules/one-column.scss */

  .one-column__heading img {
    height: 34px;
  }
}

/* line 58, resources/assets/styles/modules/one-column.scss */

.page-builder .one-column--no-heading {
  padding-top: 40px;
}

/* line 68, resources/assets/styles/modules/one-column.scss */

.page-builder .one-column--inline,
.page-builder .one-column--logo {
  padding-top: 40px;
}

/* line 73, resources/assets/styles/modules/one-column.scss */

.one-column--inline .inner-wrapper .grid,
.one-column--logo .inner-wrapper .grid,
.one-column--inline .inner-wrapper .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .one-column--inline .inner-wrapper .gform_body > .gform_fields,
.one-column--logo .inner-wrapper .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .one-column--logo .inner-wrapper .gform_body > .gform_fields,
.one-column--inline .inner-wrapper .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--inline .inner-wrapper .ginput_complex,
.one-column--logo .inner-wrapper .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--logo .inner-wrapper .ginput_complex {
  row-gap: 30px;
}

/* line 78, resources/assets/styles/modules/one-column.scss */

.one-column--inline .one-column__heading,
.one-column--logo .one-column__heading {
  grid-column: span 3;
}

@media (max-width: 1480px) {
  /* line 78, resources/assets/styles/modules/one-column.scss */

  .one-column--inline .one-column__heading,
  .one-column--logo .one-column__heading {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 1200px) {
  /* line 78, resources/assets/styles/modules/one-column.scss */

  .one-column--inline .one-column__heading,
  .one-column--logo .one-column__heading {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 78, resources/assets/styles/modules/one-column.scss */

  .one-column--inline .one-column__heading,
  .one-column--logo .one-column__heading {
    grid-column: -1 / 1;
  }
}

/* line 103, resources/assets/styles/modules/one-column.scss */

.one-column--row > .inner-wrapper > .grid,
.gform_wrapper form .one-column--row > .gform_body.inner-wrapper > .gform_fields,
.gform_wrapper form .gform_body > .gform_fields fieldset .one-column--row > .inner-wrapper > .ginput_complex {
  row-gap: 84px;
}

@media (max-width: 900px) {
  /* line 103, resources/assets/styles/modules/one-column.scss */

  .one-column--row > .inner-wrapper > .grid,
  .gform_wrapper form .one-column--row > .gform_body.inner-wrapper > .gform_fields,
  .gform_wrapper form .gform_body > .gform_fields fieldset .one-column--row > .inner-wrapper > .ginput_complex {
    row-gap: 42px;
  }
}

/* line 113, resources/assets/styles/modules/one-column.scss */

.one-column--row .one-column__heading {
  padding-top: 4px;
}

@media (max-width: 900px) {
  /* line 119, resources/assets/styles/modules/one-column.scss */

  .one-column--row .one-column__heading h3 {
    font-size: 16px;
    line-height: 1.375;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.one-column__icon {
  display: block;
}

/* line 131, resources/assets/styles/modules/one-column.scss */

.one-column__icon img {
  height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  /* line 131, resources/assets/styles/modules/one-column.scss */

  .one-column__icon img {
    height: 34px;
  }
}

/* line 147, resources/assets/styles/modules/one-column.scss */

.one-column .one-column__footer,
.one-column--inline .one-column__footer,
.one-column--logo .one-column__footer,
.one-column--row .one-column__footer {
  margin-top: 20px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-one-column__footer,
.two-column__footer,
.one-column__footer {
  margin-top: 40px;
  grid-column: 4 / span 6;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .post-one-column__footer,
  .two-column__footer,
  .one-column__footer {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .post-one-column__footer,
  .two-column__footer,
  .one-column__footer {
    grid-column: -1 / 1;
  }
}

/* line 19, resources/assets/styles/modules/post-one-column.scss */

.post-one-column__footer .arrow-button,
.two-column__footer .arrow-button,
.one-column__footer .arrow-button,
.post-one-column__footer .arrow-button--back,
.two-column__footer .arrow-button--back,
.one-column__footer .arrow-button--back {
  font-weight: 700;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-content {
  overflow: hidden;
  counter-reset: refs;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-content__row {
  overflow: hidden;
  display: flex;
  padding: 0 12px;
  margin: 0 -6px;
  justify-content: flex-start;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 44, resources/assets/styles/modules/post-one-column.scss */

  .post-content__row.active > *:nth-child(1) {
    transform: translateX(calc(-50% - 6px));
  }

  /* line 49, resources/assets/styles/modules/post-one-column.scss */

  .post-content__row.active > *:nth-child(2) {
    transform: translateX(-100%);
  }
}

/* line 56, resources/assets/styles/modules/post-one-column.scss */

.post-content__row::before {
  content: '';
  display: block;
  width: 25%;
}

@media (max-width: 900px) {
  /* line 56, resources/assets/styles/modules/post-one-column.scss */

  .post-content__row::before {
    display: none;
  }
}

/* line 68, resources/assets/styles/modules/post-one-column.scss */

.post-content__row .content,
.post-content__row body#tinymce.wp-editor,
.post-content__row .info-column__heading,
.post-content__row .info-column__body {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 50%;
  padding: 0 6px;
}

/* line 79, resources/assets/styles/modules/post-one-column.scss */

.post-content__row .content .ref__symbol,
.post-content__row body#tinymce.wp-editor .ref__symbol,
.post-content__row .info-column__heading .ref__symbol,
.post-content__row .info-column__body .ref__symbol {
  counter-increment: refs;
}

/* line 83, resources/assets/styles/modules/post-one-column.scss */

.post-content__row .content .ref__symbol::after,
.post-content__row body#tinymce.wp-editor .ref__symbol::after,
.post-content__row .info-column__heading .ref__symbol::after,
.post-content__row .info-column__body .ref__symbol::after {
  content: counter(refs);
}

@media (max-width: 900px) {
  /* line 68, resources/assets/styles/modules/post-one-column.scss */

  .post-content__row .content,
  .post-content__row body#tinymce.wp-editor,
  .post-content__row .info-column__heading,
  .post-content__row .info-column__body {
    width: calc(100% - 12px);
    flex-shrink: 0;
  }
}

/* line 96, resources/assets/styles/modules/post-one-column.scss */

.post-content__row .footnotes {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  padding: 0 6px;
  width: 25%;
}

@media (max-width: 900px) {
  /* line 96, resources/assets/styles/modules/post-one-column.scss */

  .post-content__row .footnotes {
    width: 50%;
    display: none;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-content__mobile-footnotes {
  display: none;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .post-content__mobile-footnotes {
    display: block;
    margin-top: 50px;
  }
}

/* line 124, resources/assets/styles/modules/post-one-column.scss */

.post-content .post-builder:last-of-type {
  margin-bottom: 0;
}

/* line 135, resources/assets/styles/modules/post-one-column.scss */

.footnotes ol li {
  border-top: 1px solid #000000;
  padding: 4px 0 0 0;
  font-size: 12px;
  line-height: 1.16;
}

/* line 141, resources/assets/styles/modules/post-one-column.scss */

.footnotes ol li::before {
  display: block;
  width: 100%;
  position: relative;
}

/* line 149, resources/assets/styles/modules/post-one-column.scss */

.footnotes ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  /* line 154, resources/assets/styles/modules/post-one-column.scss */

  .footnotes ol li a {
    pointer-events: none;
  }
}

/* line 168, resources/assets/styles/modules/post-one-column.scss */

.footnotes--info ol li {
  font-size: 12px;
  line-height: 1.16;
  padding-left: 3.33em;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* line 168, resources/assets/styles/modules/post-one-column.scss */

  .footnotes--info ol li {
    padding-left: 2.33em;
  }
}

/* line 184, resources/assets/styles/modules/post-one-column.scss */

.footnotes--info ol li p {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

/* line 191, resources/assets/styles/modules/post-one-column.scss */

.footnotes--info ol li br {
  display: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.table-block {
  position: relative;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.table-block__header {
  display: flex;
  margin-bottom: 20px;
}

/* line 10, resources/assets/styles/modules/table-block.scss */

.table-block__header span:first-child {
  margin-right: 20px;
}

/* line 16, resources/assets/styles/modules/table-block.scss */

.table-block .grid,
.table-block .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .table-block .gform_body > .gform_fields,
.table-block .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .table-block .ginput_complex {
  position: relative;
}

/* line 20, resources/assets/styles/modules/table-block.scss */

.table-block .grid::before,
.table-block .gform_wrapper form .gform_body > .gform_fields::before,
.gform_wrapper form .table-block .gform_body > .gform_fields::before,
.table-block .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex::before,
.gform_wrapper form .gform_body > .gform_fields fieldset .table-block .ginput_complex::before {
  content: '';
  display: block;
  width: 33%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #ffffff);
  height: 100%;
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 12;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 34, resources/assets/styles/modules/table-block.scss */

.table-block .grid.active::before,
.table-block .gform_wrapper form .gform_body > .active.gform_fields::before,
.gform_wrapper form .table-block .gform_body > .active.gform_fields::before,
.table-block .gform_wrapper form .gform_body > .gform_fields fieldset .active.ginput_complex::before,
.gform_wrapper form .gform_body > .gform_fields fieldset .table-block .active.ginput_complex::before {
  opacity: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.table-block__inner {
  border-top: 1px solid #000000;
  grid-column: -1 / 1;
  margin: 0 -12px;
  overflow-x: scroll;
  /* stylelint-disable */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* stylelint-enable */
  position: relative;
}

/* line 52, resources/assets/styles/modules/table-block.scss */

.table-block__inner::-webkit-scrollbar {
  display: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.data-table {
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 66, resources/assets/styles/modules/table-block.scss */

.data-table > div {
  margin: 0 -6px;
}

/* line 71, resources/assets/styles/modules/table-block.scss */

.data-table tbody {
  border-top: none;
  display: flex;
  flex-direction: column;
}

/* line 78, resources/assets/styles/modules/table-block.scss */

.data-table tr {
  display: flex;
  padding-left: 12px;
}

/* line 84, resources/assets/styles/modules/table-block.scss */

.data-table td,
.data-table th {
  flex: 1;
  flex-shrink: 0;
  padding: 0 6px;
  font-weight: 400;
  min-width: 200px;
  max-width: 200px;
  background: #ffffff;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  /* line 84, resources/assets/styles/modules/table-block.scss */

  .data-table td,
  .data-table th {
    min-width: 150px;
    max-width: 150px;
  }
}

/* line 103, resources/assets/styles/modules/table-block.scss */

.data-table td::before,
.data-table th::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}

/* line 116, resources/assets/styles/modules/table-block.scss */

.data-table td:first-child,
.data-table th:first-child {
  z-index: 30;
  position: sticky;
  top: 0;
  left: 12px;
  padding-left: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.data-table__heading {
  margin-bottom: 20px;
  position: relative;
}

/* line 131, resources/assets/styles/modules/table-block.scss */

.data-table__heading::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000000;
  z-index: 10;
  position: absolute;
}

/* line 144, resources/assets/styles/modules/table-block.scss */

.data-table__heading th {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
}

/* line 154, resources/assets/styles/modules/table-block.scss */

.data-table__row:last-child {
  position: relative;
}

/* line 158, resources/assets/styles/modules/table-block.scss */

.data-table__row:last-child td {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

/* line 164, resources/assets/styles/modules/table-block.scss */

.data-table__row:last-child::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000000;
  z-index: 10;
  position: absolute;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-gallery {
  overflow: hidden;
}

/* line 5, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .active .slider__button {
  opacity: 1;
  visibility: visible;
}

/* line 12, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .slider__button {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 12, resources/assets/styles/modules/gallery-block.scss */

  .post-gallery .slider__button {
    display: none;
  }
}

/* line 25, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .slider__button svg {
  height: 24px;
}

/* line 31, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .prev {
  left: 12px;
}

/* line 35, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .prev:hover {
  transform: translate(-20%, -50%);
}

/* line 41, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .next {
  right: 12px;
  opacity: 0;
  visibility: hidden;
}

/* line 47, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .next svg {
  transform: rotate(180deg);
}

/* line 52, resources/assets/styles/modules/gallery-block.scss */

.post-gallery .next:hover {
  transform: translate(20%, -50%);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-slider {
  padding: 0 6px;
  overflow: visible;
}

/* line 69, resources/assets/styles/modules/gallery-block.scss */

.post-slider .flickity-slider,
.post-slider .flickity-viewport {
  overflow: visible;
}

/* line 76, resources/assets/styles/modules/gallery-block.scss */

.post-slider .flickity-slider {
  margin-left: 25%;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 900px) {
  /* line 76, resources/assets/styles/modules/gallery-block.scss */

  .post-slider .flickity-slider {
    margin-left: 0;
  }
}

/* line 89, resources/assets/styles/modules/gallery-block.scss */

.post-slider.active .flickity-slider {
  margin-left: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.post-slider__wrapper {
  position: relative;
  margin-bottom: 6px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.image-slide {
  padding: 0 6px;
  width: 33.33%;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .image-slide {
    width: 83.33%;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.media-block,
.media-block--regular {
  position: relative;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.media-block__content {
  margin-left: -12px;
  grid-column: span 9;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .media-block__content {
    grid-column: -1 / 1;
    margin: 0 0;
  }
}

/* line 16, resources/assets/styles/modules/media-block.scss */

.media-block--align-right .media-block__content {
  margin-left: 0;
  margin-right: -12px;
  grid-column: 4 / span 9;
}

@media (max-width: 900px) {
  /* line 16, resources/assets/styles/modules/media-block.scss */

  .media-block--align-right .media-block__content {
    grid-column: -1 / 1;
    margin: 0 0;
  }
}

/* line 29, resources/assets/styles/modules/media-block.scss */

.media-block--regular .media-block__content {
  margin-left: 0;
  margin-right: 0;
  grid-column: 4 / span 6;
}

/* line 35, resources/assets/styles/modules/media-block.scss */

.media-block--regular .media-block__content .image-ratio--wide::before {
  padding-top: 100%;
}

@media (max-width: 1200px) {
  /* line 29, resources/assets/styles/modules/media-block.scss */

  .media-block--regular .media-block__content {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 29, resources/assets/styles/modules/media-block.scss */

  .media-block--regular .media-block__content {
    grid-column: -1 / 1;
    margin: 0 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.media-block__caption,
.post-gallery__caption {
  margin-top: 6px;
  grid-column: 4 / span 6;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .media-block__caption,
  .post-gallery__caption {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .media-block__caption,
  .post-gallery__caption {
    grid-column: -1 / 1;
  }
}

/* line 80, resources/assets/styles/modules/media-block.scss */

.media-figure.active .media-figure__overlay,
.media-figure .active .media-figure__overlay {
  opacity: 0;
  pointer-events: none;
}

/* line 88, resources/assets/styles/modules/media-block.scss */

.post-card .media-figure,
.post-card--large .media-figure,
.figure-slide .media-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 105, resources/assets/styles/modules/media-block.scss */

.media-figure__content iframe,
.media-figure__content .flourish-embed,
.media-figure__content .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  transform: none;
}

/* line 116, resources/assets/styles/modules/media-block.scss */

.media-figure__content iframe iframe,
.media-figure__content .flourish-embed iframe,
.media-figure__content .acf-map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.media-figure__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

/* line 136, resources/assets/styles/modules/media-block.scss */

.media-figure__overlay:hover::after {
  opacity: 0.1;
}

/* line 142, resources/assets/styles/modules/media-block.scss */

.media-figure__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: black;
  opacity: 0.3;
  content: '';
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 161, resources/assets/styles/modules/media-block.scss */

.media-figure__overlay svg {
  fill: #ffffff;
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  /* line 161, resources/assets/styles/modules/media-block.scss */

  .media-figure__overlay svg {
    width: 30px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.flourish-credit {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: collapse;
}

/* line 187, resources/assets/styles/modules/media-block.scss */

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

/* line 192, resources/assets/styles/modules/media-block.scss */

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

/* line 197, resources/assets/styles/modules/media-block.scss */

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

/* line 204, resources/assets/styles/modules/media-block.scss */

.gmnoprint div {
  background: none !important;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.team-block {
  margin-bottom: 100px;
  max-width: 100%;
  overflow: hidden auto;
}

/* line 7, resources/assets/styles/modules/team-block.scss */

.team-block > .module {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  /* line 7, resources/assets/styles/modules/team-block.scss */

  .team-block > .module {
    margin-bottom: 20px;
  }
}

/* line 17, resources/assets/styles/modules/team-block.scss */

.team-block .grid,
.team-block .gform_wrapper form .gform_body > .gform_fields,
.gform_wrapper form .team-block .gform_body > .gform_fields,
.team-block .gform_wrapper form .gform_body > .gform_fields fieldset .ginput_complex,
.gform_wrapper form .gform_body > .gform_fields fieldset .team-block .ginput_complex {
  row-gap: 40px;
}

/* line 22, resources/assets/styles/modules/team-block.scss */

.team-block .team-card,
.team-block .team-card--primary,
.team-block .team-card--secondary {
  grid-column: span 3;
}

@media (max-width: 540px) {
  /* line 22, resources/assets/styles/modules/team-block.scss */

  .team-block .team-card,
  .team-block .team-card--primary,
  .team-block .team-card--secondary {
    grid-column: -1 / 1;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.team-list {
  display: block;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .team-list {
    display: none;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.team-list--mobile {
  display: none;
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .team-list--mobile {
    display: block;
  }
}

/* line 1, resources/assets/styles/modules/heading-block.scss */

.heading-block + .heading-block--section,
.heading-block--no-intro + .heading-block--section,
.heading-block--no-intro + .heading-block--section,
.module + .heading-block--section {
  margin-top: 100px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.heading-block,
.heading-block--no-intro {
  border-top: 1px solid #000000;
  margin-bottom: 40px;
}

/* line 13, resources/assets/styles/modules/heading-block.scss */

.heading-block .one-column,
.heading-block--no-intro .one-column,
.heading-block .one-column--inline,
.heading-block--no-intro .one-column--inline,
.heading-block .one-column--logo,
.heading-block--no-intro .one-column--logo,
.heading-block .one-column--row,
.heading-block--no-intro .one-column--row {
  position: relative;
  z-index: 20;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.heading-block__subheading {
  margin-bottom: 120px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .heading-block__subheading {
    margin-bottom: 60px;
  }

  /* line 27, resources/assets/styles/modules/heading-block.scss */

  .heading-block__subheading h3 {
    font-size: 16px;
    line-height: 1.375;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.heading-block__heading {
  padding: 0 12px;
  margin-bottom: 48px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .heading-block__heading {
    margin-bottom: 60px;
  }
}

/* line 44, resources/assets/styles/modules/heading-block.scss */

.heading-block__heading h1 {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 40px 0;
}

/* line 52, resources/assets/styles/modules/heading-block.scss */

.heading-block__heading + .one-column--no-heading,
.heading-block__heading + .two-column {
  padding-top: 60px;
}

@media (max-width: 900px) {
  /* line 52, resources/assets/styles/modules/heading-block.scss */

  .heading-block__heading + .one-column--no-heading,
  .heading-block__heading + .two-column {
    padding-top: 0;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.heading-block--no-intro {
  margin-bottom: 120px;
  border-top: none;
}

/* line 70, resources/assets/styles/modules/heading-block.scss */

.heading-block--no-intro .heading-block__heading {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .heading-block--no-intro {
    margin-bottom: 60px;
  }
}

/* line 85, resources/assets/styles/modules/heading-block.scss */

.contact .heading-block--no-subheading:first-child {
  border-top: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.mouse-trail {
  position: relative;
  display: inline-block;
}

/* line 98, resources/assets/styles/modules/heading-block.scss */

.mouse-trail * {
  cursor: default;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.mouse-trail__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 109, resources/assets/styles/modules/heading-block.scss */

.mouse-trail__inner::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((225 / 300) * 100%);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.mouse-trail__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  pointer-events: none;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 300ms ease-out;
}

/* line 126, resources/assets/styles/modules/heading-block.scss */

.mouse-trail__image img {
  z-index: -1;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .mouse-trail__image {
    display: none;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.map-module {
  margin-bottom: 160px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .map-module {
    margin-bottom: 100px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.map-block {
  position: relative;
}

/* line 15, resources/assets/styles/modules/map.scss */

.map-block:not(:last-child) {
  margin-bottom: 54px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.map-block__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.map-block__embed {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.map-block__inner {
  grid-column: 4 / span 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 12px;
}

@media (max-width: 1200px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .map-block__inner {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .map-block__inner {
    grid-column: -1 / 1;
  }
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .map-block__column {
    grid-column: -1 / 1;
  }
}

/* line 65, resources/assets/styles/modules/map.scss */

.acf-map > * {
  pointer-events: none;
}

/* line 70, resources/assets/styles/modules/map.scss */

.post-card .acf-map,
.post-card--large .acf-map,
.figure-slide .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, resources/assets/styles/modules/map.scss */

.map-block__embed .acf-map::before {
  pointer-events: none;
  background: var(--highlight);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((180 / 1440) * 100%);
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/modules/map.scss */

  .map-block__embed .acf-map::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((140 / 372) * 100%);
  }
}

/* line 96, resources/assets/styles/modules/map.scss */

.acf-map > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  object-fit: cover;
}

/* line 111, resources/assets/styles/modules/map.scss */

.map-block__embed .acf-map.active::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((484 / 1440) * 100%);
}

@media (max-width: 900px) {
  /* line 111, resources/assets/styles/modules/map.scss */

  .map-block__embed .acf-map.active::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((372 / 372) * 100%);
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-list {
  margin-bottom: 40px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-list__header {
  padding-top: 4px;
  margin-bottom: 84px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-list__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

/* line 17, resources/assets/styles/modules/project-list.scss */

.project-list__body > *:not(:last-child) {
  margin-bottom: 12px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.whats-next {
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.whats-next__heading {
  padding-top: 4px;
  margin-bottom: 80px;
}

/* line 13, resources/assets/styles/modules/whats-next.scss */

.whats-next .team-slider__wrapper {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* line 22, resources/assets/styles/modules/whats-next.scss */

  .hub-builder .whats-next:last-child {
    margin-bottom: 0;
  }
}

/* line 3, resources/assets/styles/modules/book-appointment.scss */

.page-builder .book-appointment {
  margin-bottom: 40px;
}

/* line 8, resources/assets/styles/modules/book-appointment.scss */

.book-appointment .heading-block__subheading {
  margin-bottom: 0;
}

/* line 13, resources/assets/styles/modules/book-appointment.scss */

.book-appointment .one-column,
.book-appointment .one-column--inline,
.book-appointment .one-column--logo,
.book-appointment .one-column--row {
  padding-top: 0;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.book-appointment__button-wrapper {
  padding: 100px 0;
}

/* line 22, resources/assets/styles/modules/book-appointment.scss */

.book-appointment__button-wrapper > .inner-wrapper {
  display: flex;
  justify-content: center;
}

/* line 27, resources/assets/styles/modules/book-appointment.scss */

.book-appointment__button-wrapper > .inner-wrapper .button:not(:last-child) {
  margin-right: 20px;
}


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