/**
 * Based on
 *
 *  - reset.css 2.0 by Eric Meyer
      (public domain)
 *    http://meyerweb.com/eric/tools/css/reset/
 *
 *  - normalize.css 8.0.1 by Nicolas Gallagher and Jonathan Neal
 *    (licensed under MIT)
 *    https://github.com/necolas/normalize.css
 *
 *  - Based on Reboot from Bootstrap 4.2.1
 *    (licensed under MIT)
 *    https://github.com/twbs/bootstrap
 */
/**
 * IE10+ doesn't honor `<meta name="viewport">` in some cases
 */
/**
   * general reset
   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
}

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

/**
   * inherit box model for all elements
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
   * html root rules
   * 1. set border-box for inheritance
   * 2. avoid 300ms click delay on touch devices that support the `touch-action`
   *    CSS property
   * 3. Prevent adjustments of font size after orientation changes in IE, on
   *    Windows Phone and iOS.
   * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
   *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
   * 5. Change the default tap highlight to be completely transparent in iOS.
   */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
   * body rules
   * 1. reset line-height to 1
   * 2. set base font-family to sans-serif
   * 3. Set an explicit initial text-align value so that we can later use the
   *    `inherit` value on things like `<th>` elements.
   */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}

/**
   * Lists
   */
ol,
ul {
  list-style: none;
}

/**
   * Quotes
   */
blockquote,
q {
  quotes: none;
}

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

/**
   * Tables
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

/**
   * Table Headers
   * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
   *    closest parent with a set `text-align`.
   */
th {
  /* 1 */
  text-align: inherit;
}

/**
   * Horizontal Lines
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
}

/**
   * Preformatted Text
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Don't allow content to break outside
   * 3. We have @viewport set which causes scrollbars to overlap content in IE11
   *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
   *    counteract.
   */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}

pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}

/**
   * Links
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   * 3. Add explicit cursor to indicate changed behavior.
   * 4. Prevent the text-decoration to be skipped.
   */
abbr[title] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/**
   * Hide SVG overflow in IE
   */
svg:not(:root) {
  overflow: hidden;
}

/**
   * Remove the default `border-radius` that macOS Chrome adds.
   * Details at https://github.com/twbs/bootstrap/issues/24093
   */
button {
  border-radius: 0;
}

/**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   * Credit: https://github.com/suitcss/base/
   */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
   * form element resets
   * 1. Remove the margin in Firefox and Safari
   * 2. inherit font rules
   */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}

/**
   * Remove the default appearance of temporal inputs to avoid a Mobile Safari
   * bug where setting a custom line-height prevents text from being vertically
   * centered within the input.
   * See https://bugs.webkit.org/show_bug.cgi?id=139848
   * and https://github.com/twbs/bootstrap/issues/11266
   */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
   * 1. Remove the default vertical scrollbar in IE.
   * 2. Textareas should really only resize vertically so they don't break their
   *    (horizontal) containers.
   */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
   * Show the overflow in IE.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   */
button,
select {
  text-transform: none;
}

/**
   * Remove the inheritance of word-wrap in Safari.
   * See https://github.com/twbs/bootstrap/issues/24990
   */
select {
  word-wrap: normal;
}

/**
   * Remove inner border and padding from Firefox, but don't restore the outline
   * like Normalize.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * 1. Add the correct box sizing in IE 10-
   * 2. Remove the padding in IE 10-
   */
input[type=radio],
input[type=checkbox] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
   * Suppress the focus outline on elements that cannot be accessed via keyboard.
   * This prevents an unwanted focus outline from appearing around elements that
   * might still respond to pointer events.
   * Credit: https://github.com/suitcss/base
   */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/**
   * Browsers set a default `min-width: min-content` on fieldsets,
   * unlike e.g. `<div>`s, which have `min-width: 0` by default.
   * So we reset that to ensure fieldsets behave more like a standard block element.
   * See https://github.com/twbs/bootstrap/issues/12359
   * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
   */
fieldset {
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Set display to block for all browsers
   */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}

/**
   * 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] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
   * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/**
   * Correct element display for output
   */
output {
  display: inline-block;
}

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "skolar-sans-latin", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

p {
  font-weight: 400;
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  color: #00273d;
  font-family: "skolar-sans-latin-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

.color-white {
  color: #fff;
}

.number {
  font-weight: 800;
  font-size: 24px;
  font-family: "skolar-sans-latin-condensed", sans-serif;
  color: #fff;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin: 0 auto 20px auto;
}
.number:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: gray;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -10px -20px;
  width: 100%;
}
.columns > * {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .columns {
    margin: 0 -15px -30px;
  }
  .columns > * {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

/* Settings */
:root {
  --offset: 24px;
  --max_width: 1200px;
  --columns: 12;
  --gutter: 24px;
  --baseline: 16px;
  --baseline-shift: 0px;
  --color: hsla(204, 80%, 72%, 0.25);
  --color-text: hsla(204, 80%, 72%, 1);
  --media-query: "base";
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--gutter));
  --background-width: calc(100% + var(--gutter));
  --background-columns: repeating-linear-gradient(
  	to right,
  	var(--color),
  	var(--color) var(--column-width),
  	transparent var(--column-width),
  	transparent var(--repeating-width)
  );
  --background-baseline: repeating-linear-gradient(
  	to bottom,
  	var(--color),
  	var(--color) 1px,
  	transparent 1px,
  	transparent var(--baseline)
  );
}

@media (min-width: 500px) {
  :root {
    --columns: 2;
    --color: hsla(286, 51%, 44%, 0.15);
    --color-text: hsla(286, 51%, 44%, 1);
    --media-query: "small";
  }
}
@media (min-width: 1024px) {
  :root {
    --columns: 12;
    --gutter: 26px;
    --color: hsla(286, 51%, 44%, 0.15);
    --color-text: hsla(286, 51%, 44%, 1);
    --media-query: "large";
  }
}
.debug {
  position: relative;
}
.debug::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 2 * var(--offset));
  max-width: var(--max_width);
  min-height: 100vh;
  content: "";
  background-image: var(--background-columns), var(--background-baseline);
  background-size: var(--background-width) 100%;
  background-position: 0 var(--baseline-shift);
  z-index: 1000;
  pointer-events: none;
}
.debug::after {
  content: var(--media-query);
  position: fixed;
  top: 1rem;
  left: 1rem;
  color: var(--color-text);
  pointer-events: none;
}

body.interior {
  position: relative;
}
body.interior .interior-banner {
  background-color: #ecf0f1;
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.interior .interior-heading {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  body.interior .interior-heading {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
body.interior .interior-heading h1 {
  text-transform: uppercase;
  grid-column: col-start 1/span 4;
  margin-top: 25px;
  padding-left: 40px;
}
@media (min-width: 1024px) {
  body.interior .interior-heading h1 {
    grid-column: col-start 2/span 10;
  }
}
body.interior .interior-heading--decorative h1 {
  text-transform: uppercase;
}
body.interior main.interior {
  min-height: 500px;
}

body.page-template-page_decorative-heading .container--line-art {
  position: relative;
}
body.page-template-page_decorative-heading .line-art {
  width: 98vw;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 15px;
}
@media (min-width: 1024px) {
  body.page-template-page_decorative-heading .line-art {
    width: 100vw;
    left: 50px;
  }
}

body.page-template-page_decorative-heading-short .container--line-art-short {
  position: relative;
}
body.page-template-page_decorative-heading-short .line-art {
  width: 98vw;
  height: 285px;
  position: absolute;
  top: 0;
  left: 15px;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 15px;
}
@media (min-width: 1024px) {
  body.page-template-page_decorative-heading-short .line-art {
    width: 100vw;
    left: 50px;
  }
}

body.single-projects .container--line-art-short {
  position: relative;
}
body.single-projects .line-art {
  width: 98vw;
  height: 285px;
  position: absolute;
  top: 0;
  left: 15px;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 15px;
}
@media (min-width: 1024px) {
  body.single-projects .line-art {
    width: 100vw;
    left: 50px;
  }
}

#pxMainContent .interior-heading + .pxblock {
  padding-top: 20px;
}
#pxMainContent .interior-heading + .pxblock .container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
#pxMainContent .interior-heading + .pxblock .container:before {
  content: "";
  width: 100%;
  height: 295px;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
  max-width: 1046px;
}
@media (min-width: 1024px) {
  #pxMainContent .interior-heading + .pxblock .container:before {
    border-radius: 15px 15px 0 0;
  }
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.btn {
  border: 2px solid #f8c462;
  background-color: #f8c462;
  border-radius: 15px;
  color: #000;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 8px 30px 11px 18px;
  margin: 20px auto;
  text-decoration: none;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-family: "skolar-sans-latin-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.btn:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../assets/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: transform 400ms ease-in-out;
}
.btn:hover {
  background-color: #fff;
  cursor: pointer;
}
.btn:hover:after {
  transform: translateY(-50%) translateX(4px);
}

.wysiwyg > *:last-child,
.mce-content-body > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > *:last-child .btn,
.mce-content-body > *:last-child .btn {
  margin-bottom: 0;
}
.wysiwyg *:first-child,
.mce-content-body *:first-child {
  margin-top: 0;
}
.wysiwyg *:last-child,
.mce-content-body *:last-child {
  margin-bottom: 0;
}
.wysiwyg ul,
.mce-content-body ul {
  list-style: disc;
  padding-left: 1em;
}
.wysiwyg ol,
.mce-content-body ol {
  list-style: num;
  padding-left: 1.2em;
}
.wysiwyg a:not(.btn),
.mce-content-body a:not(.btn) {
  color: #7d98a1;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: text-decoration-color 300ms;
}
.wysiwyg a:not(.btn):hover,
.mce-content-body a:not(.btn):hover {
  text-decoration-color: #7d98a1;
}

.pxblock {
  padding: 50px 0;
}
.pxblock.bg--black {
  background-color: #000;
}
.pxblock.bg--white {
  background-color: #fff;
}

.site-header {
  padding: 20px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
}
.site-header > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .site-header {
    background-color: transparent;
    padding: 0;
  }
  .site-header > .container {
    padding: 20px;
    border-radius: 0 0 45px 45px;
    box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.1);
  }
}
.site-header__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.site-header__nav .logo {
  padding-right: 15px;
  z-index: 20;
}
.site-header__nav .logo svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.site-header__nav .nav-items {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  padding: 75px 0 50px 0;
  background-color: #fff;
  z-index: 11;
  transition: 0.25s ease-in-out;
  transform: translateX(100%);
  font-family: "skolar-sans-latin-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.site-header__nav .nav-items .yellow {
  margin: 15px;
  border-bottom: 0;
}
.site-header__nav .nav-items .yellow a {
  background-color: #f8c462;
  border: 2px solid #f8c462;
  border-radius: 16px;
  padding: 6px 18px 9px 18px;
  transition: background 400ms ease-in-out;
}
.site-header__nav .nav-items .yellow:hover {
  background-color: transparent !important;
}
.site-header__nav .nav-items .yellow:hover a {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .site-header__nav .nav-items .yellow {
    margin: 0 0 0 15px;
  }
}
.site-header__nav .nav-items .menu-item-has-children {
  position: relative;
}
.site-header__nav .nav-items .menu-item-has-children > a:not(.next) {
  padding-right: 38px;
  position: relative;
}
.site-header__nav .nav-items li.previous {
  position: relative;
  border-bottom: 1px solid #D1D3D4;
  padding: 20px 0;
}
.site-header__nav .nav-items li.previous button {
  text-transform: uppercase;
}
.site-header__nav .nav-items li {
  position: relative;
  border-bottom: 1px solid #D1D3D4;
}
.site-header__nav .nav-items li.back {
  background-color: #EAEAEA;
}
.site-header__nav .nav-items li a {
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 50%;
}
.site-header__nav .nav-items li a.next {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0;
}
.site-header__nav .nav-items li a.next:after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("../assets/images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 1200px) {
  .site-header__nav .nav-items li a.next {
    display: none;
  }
}
.site-header__nav .nav-items li .sub-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  z-index: 11;
  padding-top: 75px;
  transform: translateX(100%);
  transition: transform 400ms ease-in-out;
}
.site-header__nav .nav-items li .sub-menu li .sub-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  z-index: 11;
  padding-top: 75px;
  transform: translateX(100%);
  transition: transform 400ms ease-in-out;
}
.site-header__nav .nav-items li .sub-menu .previous {
  background-color: #EAEAEA;
  padding-left: 40px;
}
.site-header__nav .nav-items li .sub-menu .previous button {
  font-weight: 800;
}
.site-header__nav .nav-items li .sub-menu .previous button:focus {
  outline: none;
}
.site-header__nav .nav-items li .sub-menu .previous:after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("../assets/images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1200px) {
  .site-header__nav .nav-items li .sub-menu .previous {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header__nav .nav-items {
    display: flex;
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
    color: inherit;
    transform: none;
  }
  .site-header__nav .nav-items li {
    padding: 0;
    border-bottom: none;
  }
  .site-header__nav .nav-items li.menu-item-has-children {
    border-radius: 15px 15px 0 0;
  }
  .site-header__nav .nav-items li.menu-item-has-children > a:after {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url("../assets/images/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .site-header__nav .nav-items li.menu-item-has-children:hover a {
    border-radius: 15px 15px 0 0;
  }
  .site-header__nav .nav-items li a {
    width: auto;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 400ms ease-in-out;
    padding: 8px 18px 11px 18px;
    border-radius: 15px;
    border: none;
    position: relative;
    display: block;
    transition: border-radius 400ms ease-in-out, background 400ms ease-in-out;
  }
  .site-header__nav .nav-items li + li {
    margin-left: 25px;
  }
  .site-header__nav .nav-items li.current-menu-item a, .site-header__nav .nav-items li.current-menu-ancestor a {
    background-color: #f8c462;
  }
  .site-header__nav .nav-items li:hover a {
    background-color: #f8c462;
  }
  .site-header__nav .nav-items li:hover .sub-menu:first-child {
    opacity: 1;
    pointer-events: all;
  }
  .site-header__nav .nav-items li:hover .sub-menu:first-child > .menu-item-has-children a:not(.next):after {
    transform: rotate(0) translateY(-50%) !important;
  }
  .site-header__nav .nav-items li .next,
  .site-header__nav .nav-items li .back {
    display: none;
  }
  .site-header__nav .nav-items .sub-menu:first-child {
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    border-top: 5px solid #f8c462;
    border-bottom: 5px solid #f8c462;
    transition: opacity 400ms ease-in-out;
    pointer-events: none;
    transform: translateX(0);
    bottom: auto;
    right: auto;
    width: auto;
  }
  .site-header__nav .nav-items .sub-menu:first-child .previous {
    display: none;
  }
  .site-header__nav .nav-items .sub-menu:first-child li:after {
    right: 20px;
  }
  .site-header__nav .nav-items .sub-menu:first-child li a {
    text-transform: none;
    border-radius: 0;
    padding: 10px 45px 10px 30px;
    width: 250px;
    background-color: #fff;
    transition: color 400ms ease-in-out, background 400ms ease-in-out;
  }
  .site-header__nav .nav-items .sub-menu:first-child li + li {
    margin-left: 0;
  }
  .site-header__nav .nav-items .sub-menu:first-child li .sub-menu {
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    bottom: auto;
    background-color: #fff;
    padding-top: 0;
  }
  .site-header__nav .nav-items .sub-menu:first-child li .sub-menu li a {
    font-weight: 400;
  }
  .site-header__nav .nav-items .sub-menu:first-child li .sub-menu li:hover {
    color: #7d98a1;
  }
  .site-header__nav .nav-items .sub-menu:first-child li:hover > a, .site-header__nav .nav-items .sub-menu:first-child li.current-menu-item > a {
    background-color: #ecf0f1;
  }
  .site-header__nav .nav-items .sub-menu:first-child li:hover .sub-menu, .site-header__nav .nav-items .sub-menu:first-child li.current-menu-item .sub-menu {
    display: block;
  }
}
.mobile-nav-open .site-header__nav .nav-items {
  transform: translateX(0);
}
.site-header__mobile-trigger {
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  z-index: 12;
}
.site-header__mobile-trigger:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .site-header__mobile-trigger {
    display: none;
  }
}
.site-header__mobile-trigger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #7d98a1;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 2px;
}
.site-header__mobile-trigger span:nth-child(1) {
  top: 0px;
}
.site-header__mobile-trigger span:nth-child(2), .site-header__mobile-trigger span:nth-child(3) {
  top: 14px;
}
.site-header__mobile-trigger span:nth-child(4) {
  top: 28px;
}
.site-header__mobile-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-header__mobile-trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.site-header__mobile-trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-header__mobile-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-footer {
  background-color: #ecf0f1;
  padding: 30px 15px 0 15px;
}
.site-footer .container.footer__lower {
  border-radius: 45px 45px 0 0;
  background-color: #fff;
  box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px 30px;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__lower {
    padding: 30px 25px 50px 25px;
  }
}
.site-footer .container.footer__contact {
  padding: 50px 0 55px 0;
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact {
    text-align: left;
  }
}
.site-footer .container.footer__contact .form {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact .form {
    grid-column: col-start 3/span 4;
  }
}
.site-footer .container.footer__contact .form .form-holder .gform_title {
  display: none;
}
.site-footer .container.footer__contact .form .form-holder .gfield_label {
  font-weight: 400;
  margin-bottom: 5px;
}
.site-footer .container.footer__contact .form .form-holder .gform_fields input {
  border: 2px solid #033462;
  border-radius: 5px;
  margin-bottom: 10px;
}
.site-footer .container.footer__contact .form .form-holder .gform_footer .button {
  position: relative !important;
  border: 2px solid #f8c462;
  background-color: #f8c462;
  border-radius: 15px;
  color: #000;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 10px 30px 10px 18px;
  margin: 20px auto;
  text-decoration: none;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 10px 18px;
  margin: 0;
}
.site-footer .container.footer__contact .form .form-holder .gform_footer .button:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../assets/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.site-footer .container.footer__contact .form .form-holder .gform_footer .button:hover {
  background-color: #fff;
  cursor: pointer;
}
.site-footer .container.footer__contact .form .error {
  color: red;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact .form {
    padding-right: 40px;
  }
}
.site-footer .container.footer__contact .contact {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact .contact {
    grid-column: col-start 7/span 5;
  }
}
.site-footer .container.footer__contact .contact .phone .line,
.site-footer .container.footer__contact .contact .email .line,
.site-footer .container.footer__contact .contact .address .line {
  width: 75px;
  height: 4px;
  background-color: #f8c462;
  margin: 25px auto 25px auto;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact .contact .phone .line,
  .site-footer .container.footer__contact .contact .email .line,
  .site-footer .container.footer__contact .contact .address .line {
    margin: 25px 0;
  }
}
.site-footer .container.footer__contact .contact .contact__social-links {
  display: flex;
  justify-content: center;
}
.site-footer .container.footer__contact .contact .contact__social-links li {
  width: 45px;
  height: 45px;
}
.site-footer .container.footer__contact .contact .contact__social-links li + li {
  margin-left: 20px;
}
.site-footer .container.footer__contact .contact .contact__social-links li img {
  transition: opacity 400ms ease-in-out;
}
.site-footer .container.footer__contact .contact .contact__social-links li:hover img {
  opacity: 0.75;
}
@media (min-width: 1024px) {
  .site-footer .container.footer__contact .contact .contact__social-links {
    justify-content: left;
  }
}
.site-footer .container .footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.site-footer .container .footer__main .footer__logo .logo-link {
  width: 100%;
}
.site-footer .container .footer__main .footer__logo .logo-link svg {
  width: 100%;
}
.site-footer .container .footer__main .footer__menu .footer-menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-around;
}
.site-footer .container .footer__main .footer__menu .footer-menu .current-menu-item a {
  background-color: #f8c462;
}
.site-footer .container .footer__main .footer__menu .footer-menu li {
  margin: 10px;
}
.site-footer .container .footer__main .footer__menu .footer-menu li a {
  text-decoration: none;
  color: #00273d;
  padding: 8px 18px 11px 18px;
  border-radius: 15px;
  transition: background 400ms ease-in-out;
}
@media (min-width: 1024px) {
  .site-footer .container .footer__main .footer__menu .footer-menu li + li {
    margin: 0 0 0 20px;
  }
}
.site-footer .container .footer__main .footer__menu .footer-menu li:hover a {
  background-color: #f8c462;
}
.site-footer .container .footer__main .footer__menu .footer-menu li.yellow a {
  background-color: #f8c462;
  border: 2px solid #f8c462;
  border-radius: 16px;
  padding: 8px 18px 9px 18px;
  transition: background 400ms ease-in-out;
}
.site-footer .container .footer__main .footer__menu .footer-menu li.yellow:hover {
  background-color: transparent !important;
}
.site-footer .container .footer__main .footer__menu .footer-menu li.yellow:hover a {
  background-color: #fff;
}
.site-footer .container .footer__sub-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.site-footer .container .footer__sub-footer .sub-footer__copyright {
  margin-bottom: 10px;
  width: 100%;
}
.site-footer .container .footer__sub-footer .sub-footer__links {
  width: 100%;
}
.site-footer .container .footer__sub-footer .sub-footer__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer .container .footer__sub-footer .sub-footer__links ul li {
  margin: 10px 10px;
}
.site-footer .container .footer__sub-footer .sub-footer__links ul li a {
  color: #7d98a1;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: text-decoration-color 300ms;
}
.site-footer .container .footer__sub-footer .sub-footer__links ul li a:hover {
  text-decoration-color: #7d98a1;
}
@media (min-width: 1024px) {
  .site-footer .container .footer__sub-footer .sub-footer__copyright {
    width: auto;
    margin: 0 30px;
  }
  .site-footer .container .footer__sub-footer .sub-footer__links {
    width: auto;
    margin: 0 30px;
  }
  .site-footer .container .footer__sub-footer .sub-footer__links ul {
    justify-content: space-around;
  }
  .site-footer .container .footer__sub-footer .sub-footer__links ul li {
    margin-top: 0;
  }
  .site-footer .container .footer__sub-footer .sub-footer__links ul li a {
    text-decoration: none;
  }
  .site-footer .container .footer__sub-footer .sub-footer__links ul li + li {
    margin-left: 65px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer__main {
    flex-wrap: nowrap row;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer .container .footer__sub-footer {
    flex-wrap: nowrap row;
  }
}

.block-editor .editor-styles-wrapper {
  font-family: inherit;
}
.block-editor .editor-styles-wrapper .wp-block {
  max-width: 100%;
}

.edit-post-sidebar {
  width: auto;
}
@media (min-width: 768px) {
  .edit-post-sidebar {
    width: 30vw;
  }
}

.block-badge {
  background-color: #1a89c0;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.acf-block-component.acf-block-panel {
  padding: 16px;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.skip_to_main_link {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
  border-bottom: 1px solid #333;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.skip_to_main_link:focus {
  padding: 20px 40px;
  width: 100%;
  height: auto;
}

.cookie-banner {
  color: #fff;
  background-color: #333;
}
.cookie-banner > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cookie-banner p {
  margin: 0;
  margin-right: 20px;
}

.pxblock {
  padding: 50px 0;
}
.pxblock .container {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .pxblock .container {
    padding: 0px;
  }
}
.pxblock.padding--none {
  padding: 0;
}
.pxblock.padding--small {
  padding: 40px 0;
}
.pxblock.padding--medium {
  padding: 75px 0;
}
.pxblock.padding--large {
  padding: 100px 0;
}
.pxblock.bg--light-blue {
  background-color: #ecf0f1;
}
.pxblock.bg--white {
  background-color: #fff;
}
.pxblock.overlap--overlap {
  padding-bottom: 225px;
  margin-bottom: -225px;
}
@media (min-width: 1024px) {
  .pxblock.overlap--overlap {
    padding-bottom: 200px;
    margin-bottom: -175px;
  }
}

#pxMainContent {
  overflow: hidden;
}
#pxMainContent .pxblock + .pxblock {
  z-index: 2;
  position: relative;
}
#pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects),
#pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects) {
  padding-top: 20px;
}
#pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects) .container,
#pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects) .container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
#pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects) .container:before,
#pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects) .container:before {
  content: "";
  width: 100%;
  height: 295px;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
  max-width: 1046px;
}
@media (min-width: 1024px) {
  #pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects) .container:before,
  #pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects) .container:before {
    border-radius: 15px 15px 0 0;
  }
}
#pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container,
#pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container {
  position: relative;
  z-index: 2;
}
#pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container .media:after,
#pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container .media:after {
  content: "";
  width: 100vw;
  height: 150%;
  position: absolute;
  left: -15px;
  bottom: 40px;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 15px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #pxMainContent .interior-heading:first-child + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container .media:after,
  #pxMainContent .interior-heading--decorative + .pxblock:not(.pxblock--projects).pxblock--text-and-media.gallery .container .media:after {
    left: -55px;
  }
}

@media (min-width: 768px) {
  .animate-in:not(.animate-children), .animate-in.animate-children > * {
    opacity: 0;
    transition: all 400ms ease-in-out;
    transform: translate3d(0, 25px, 0);
  }
  .animate-in.animate-children > *:nth-child(1) {
    transition: opacity 0.4s linear 0ms, transform 0.4s linear 0ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(2) {
    transition: opacity 0.4s linear 250ms, transform 0.4s linear 250ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(3) {
    transition: opacity 0.4s linear 500ms, transform 0.4s linear 500ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(4) {
    transition: opacity 0.4s linear 750ms, transform 0.4s linear 750ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(5) {
    transition: opacity 0.4s linear 1000ms, transform 0.4s linear 1000ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(6) {
    transition: opacity 0.4s linear 1250ms, transform 0.4s linear 1250ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(7) {
    transition: opacity 0.4s linear 1500ms, transform 0.4s linear 1500ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(8) {
    transition: opacity 0.4s linear 1750ms, transform 0.4s linear 1750ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(9) {
    transition: opacity 0.4s linear 2000ms, transform 0.4s linear 2000ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(10) {
    transition: opacity 0.4s linear 2250ms, transform 0.4s linear 2250ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(11) {
    transition: opacity 0.4s linear 2500ms, transform 0.4s linear 2500ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(12) {
    transition: opacity 0.4s linear 2750ms, transform 0.4s linear 2750ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(13) {
    transition: opacity 0.4s linear 3000ms, transform 0.4s linear 3000ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(14) {
    transition: opacity 0.4s linear 3250ms, transform 0.4s linear 3250ms, background 400ms ease-in-out;
  }
  .animate-in.animate-children > *:nth-child(15) {
    transition: opacity 0.4s linear 3500ms, transform 0.4s linear 3500ms, background 400ms ease-in-out;
  }
  .animate-in.animated:not(.animate-children) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .animate-in.animated.animate-children > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body.wp-admin .animate-in:not(.animate-children), body.wp-admin .animate-in.animate-children > * {
    opacity: 1;
  }
}
.pxblock.fpo {
  border: 5px solid #666;
  background: #ccc !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 300px;
}
.pxblock.fpo *:not(.fpo-title) {
  display: none !important;
}
.pxblock.fpo .fpo-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #666;
}

body.wp-admin .ui-sortable > tr:nth-child(odd) .acf-field,
body.wp-admin .ui-sortable > tr:nth-child(odd) .acf-row-handle {
  background: #f9f9f9;
}
body.wp-admin .ui-sortable > tr:nth-child(even) .acf-field,
body.wp-admin .ui-sortable > tr:nth-child(even) .acf-row-handle {
  background: #fff !important;
}
body.wp-admin #wp-link-wrap #link-selector {
  font-size: 14px;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  display: block;
  height: auto;
  margin: 0px auto;
  flex: 0 0 auto;
  width: 100%;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle svg,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon svg {
  width: 32px;
  height: 32px;
  background-color: #007cba;
  border-radius: 2px;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle:hover svg,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover svg {
  background-color: #006ba1;
}
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  margin-left: -5px;
}
body.wp-admin .interface-complementary-area .components-panel {
  font-size: 14px;
}
body.wp-admin .pxblock--slider .slider .slide {
  z-index: 1;
}
body.wp-admin .pxblock--slider .slider .slide .slide__content {
  position: relative;
  z-index: 2;
}
body.wp-admin .pxblock--slider .slider .slide .slide__image {
  z-index: 1;
}

body#tinymce {
  padding: 20px;
}
body#tinymce .color-white {
  text-shadow: 1px 0 3px #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.acf-block-preview a:active {
  pointer-events: none;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__dialog {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__dialog {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay, .modal__dialog {
  will-change: transform;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.modal__dialog {
  padding: 50px 30px;
  background: #fff;
  position: relative;
}
.modal__dialog button[data-micromodal-close] {
  position: absolute;
  top: 10px;
  right: 10px;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dev-documentation {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.dev-documentation .section {
  margin-bottom: 100px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.dev-documentation code {
  padding: 20px;
  background: #181818;
  margin: 20px 0;
  display: block;
  width: 100%;
}

.pxblock--accordion .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--accordion .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--accordion .container .accordion__content {
  grid-column: col-start 1/span 4;
}
.pxblock--accordion .container .accordion__drawers {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--accordion .container .accordion__drawers,
  .pxblock--accordion .container .accordion__content {
    grid-column: col-start 2/span 10;
  }
}
.pxblock--accordion.terms {
  background-color: #ecf0f1;
  padding: 45px 0;
}
.pxblock--accordion .accordion__drawers .drawer {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
}
.pxblock--accordion .accordion__drawers .drawer + .drawer {
  margin-top: 20px;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__title {
  cursor: pointer;
  padding: 20px;
  position: relative;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  background-image: url("../assets/images/arrow.svg");
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 12px;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__title.active:after {
  transform: translateY(-50%) rotate(-90deg);
}
.pxblock--accordion .accordion__drawers .drawer .drawer__content {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__content.with-image .content__text {
  width: 100%;
  padding-top: 15px;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__content.with-image .content__image {
  max-width: 400px;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__content.with-image .content__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .pxblock--accordion .accordion__drawers .drawer .drawer__content.with-image .content__text {
    width: 60%;
    padding-right: 40px;
  }
  .pxblock--accordion .accordion__drawers .drawer .drawer__content.with-image .content__image {
    width: 40%;
    max-height: 256px;
  }
}

.pxblock--featured-projects.terms {
  padding: 40px 0;
  background-color: #ecf0f1;
}
.pxblock--featured-projects .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .pxblock--featured-projects .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--featured-projects .container h2 {
  grid-column: col-start 1/span 4;
  text-align: center;
}
.pxblock--featured-projects .container .featured-projects__content {
  grid-column: col-start 1/span 4;
  margin-bottom: 30px;
}
.pxblock--featured-projects .container .featured-projects__projects {
  grid-column: col-start 1/span 4;
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pxblock--featured-projects .container .featured-projects__projects .project {
  background-color: #fff;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
  padding: 20px 15px 70px 15px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.pxblock--featured-projects .container .featured-projects__projects .project:hover {
  background-color: #ecf0f1;
}
.pxblock--featured-projects .container .featured-projects__projects .project:hover .btn {
  background-color: #fff;
}
@media (min-width: 768px) {
  .pxblock--featured-projects .container .featured-projects__projects {
    padding: 0px;
    justify-content: space-evenly;
  }
  .pxblock--featured-projects .container .featured-projects__projects .project {
    width: 276px;
    margin-bottom: 0;
  }
}
.pxblock--featured-projects .container .featured-projects__projects a {
  text-decoration: none;
}
.pxblock--featured-projects .container .featured-projects__projects .featured-image {
  width: 100%;
  height: 165px;
  margin-bottom: 15px;
}
.pxblock--featured-projects .container .featured-projects__projects .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.pxblock--featured-projects .container .featured-projects__projects .industry {
  color: #7d98a1;
  text-transform: uppercase;
  font-weight: 800;
}
.pxblock--featured-projects .container .featured-projects__projects h3 {
  font-weight: 800;
  font-size: 20px;
}
.pxblock--featured-projects .container .featured-projects__projects .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .pxblock--featured-projects .container h2 {
    grid-column: col-start 2/span 10;
  }
  .pxblock--featured-projects .container .featured-projects__content {
    grid-column: col-start 2/span 10;
  }
  .pxblock--featured-projects .container .featured-projects__projects {
    grid-column: col-start 2/span 10;
  }
}

.pxblock--form .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--form .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--form .container .form__heading {
  grid-column: col-start 2/span 10;
}
.pxblock--form .container .form__form-holder {
  grid-column: col-start 2/span 10;
}
.pxblock--form .container .form__form-holder .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.pxblock--form .container .form__form-holder .gform_title {
  display: none;
}
.pxblock--form .container .form__form-holder .gfield_label {
  font-weight: 400;
  margin-bottom: 5px;
}
.pxblock--form .container .form__form-holder .ginput_complex label {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.pxblock--form .container .form__form-holder .gform_fields select {
  border: 2px solid #033462;
  border-radius: 5px;
  background-color: #fff;
}
.pxblock--form .container .form__form-holder .gform_fields input {
  border: 2px solid #033462;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}
.pxblock--form .container .form__form-holder .gform_fields textarea {
  border: 2px solid #033462;
  border-radius: 5px;
  max-height: 100px;
  background-color: #fff;
}
.pxblock--form .container .form__form-holder .gform_footer .button {
  position: relative !important;
  border: 2px solid #f8c462;
  background-color: #f8c462;
  border-radius: 15px;
  color: #000;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 10px 30px 10px 18px;
  margin: 20px auto;
  text-decoration: none;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 10px 18px;
  margin: 0;
}
.pxblock--form .container .form__form-holder .gform_footer .button:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../assets/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.pxblock--form .container .form__form-holder .gform_footer .button:hover {
  background-color: #fff;
  cursor: pointer;
}
.pxblock--form .container .form__form-holder .empty {
  text-align: center;
  color: red;
}
.pxblock--form .gform_wrapper .gform_title {
  display: none;
}
.pxblock--form .gform_wrapper .gform_fields input,
.pxblock--form .gform_wrapper .gform_fields textarea {
  background-color: rgb(219, 219, 219);
  border: none;
}

.pxblock--gallery {
  background-image: url("../assets/images/logo-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pxblock--gallery.hide-graphic {
  background-image: none;
}
.pxblock--gallery .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .pxblock--gallery .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--gallery .container .image-viewer {
  grid-column: col-start 1/span 4;
}
.pxblock--gallery .container .thumbnail-nav {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--gallery .container {
    padding: 0px;
  }
  .pxblock--gallery .container .image-viewer {
    grid-column: col-start 3/span 8;
  }
  .pxblock--gallery .container .thumbnail-nav {
    grid-column: col-start 3/span 8;
  }
}
.pxblock--gallery .container .image-viewer {
  width: 100%;
  height: 60vh;
  position: relative;
}
.pxblock--gallery .container .image-viewer .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxblock--gallery .container .image-viewer .preview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pxblock--gallery .container .thumbnail-nav {
  display: flex;
  margin-top: 15px;
}
.pxblock--gallery .container .thumbnail-nav a {
  width: 100%;
  height: 85px;
  position: relative;
}
.pxblock--gallery .container .thumbnail-nav a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 4px solid #f8c462;
}
.pxblock--gallery .container .thumbnail-nav a + a {
  margin-left: 10px;
}
.pxblock--gallery .container .thumbnail-nav a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border: 4px solid #f8c462;
  border-radius: 15px;
  opacity: 0.6;
  transition: opacity 400ms ease-in-out;
}
.pxblock--gallery .container .thumbnail-nav a.image-preview--active:after {
  opacity: 0;
}

.pxblock--hompage-banner {
  position: relative;
  z-index: 1;
  grid-column: col-start 1/span 11 !important;
  padding: 0;
}
.pxblock--hompage-banner .banner__background {
  width: 100vw;
  height: 350px;
  position: relative;
  z-index: -1;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .pxblock--hompage-banner .banner__background {
    margin-top: 0;
    height: 570px;
  }
}
.pxblock--hompage-banner .banner__background .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pxblock--hompage-banner .banner__background .video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxblock--hompage-banner .banner__background .video .iframe {
  height: 100%;
  padding: 0;
}
.pxblock--hompage-banner .banner__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxblock--hompage-banner .banner__background:after {
  content: "";
  width: 98%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 10px;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 45px;
  opacity: 0;
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .banner__background:after {
    width: 90%;
    left: 13%;
  }
}
.pxblock--hompage-banner .banner__background.animated:after {
  animation-name: draw;
  animation-duration: 2s;
  animation-iteration-count: 1;
  opacity: 1;
}
@keyframes draw {
  from {
    height: 0;
    width: 0;
  }
  50% {
    height: 110%;
    width: 0%;
  }
  to {
    height: 110%;
    width: 98%;
  }
}
.pxblock--hompage-banner .container {
  margin-top: -80px;
}
.pxblock--hompage-banner .container .banner__cta {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 45px;
  padding: 20px;
  z-index: 2;
}
.pxblock--hompage-banner .container .banner__cta h1, .pxblock--hompage-banner .container .banner__cta h2, .pxblock--hompage-banner .container .banner__cta h3 {
  color: #fff !important;
}
.pxblock--hompage-banner .container .banner__content {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .container .banner__content {
    margin-top: 160px;
  }
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .container {
    display: grid;
    grid-template-columns: repeat(4, [col-start] 1fr);
    gap: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .pxblock--hompage-banner .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .container .banner__cta {
    grid-column: col-start 2/span 6;
  }
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .container .banner__content {
    grid-column: col-start 8/span 5;
  }
}
.pxblock--hompage-banner .container .columns {
  grid-column: col-start 2/span 10;
}
.pxblock--hompage-banner .section-one {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .section-one {
    padding: 0;
    margin-bottom: 0px;
  }
}
.pxblock--hompage-banner .section-two {
  z-index: -2;
  position: relative;
  padding-top: 120px;
  margin-top: -70px;
  padding: 120px 20px 0 20px;
}
.pxblock--hompage-banner .section-two .section-two__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url("../assets/images/logo-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
}
.pxblock--hompage-banner .section-two .columns {
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .pxblock--hompage-banner .section-two {
    padding: 220px 0px 0px 0px;
    margin-top: -50px;
  }
  .pxblock--hompage-banner .section-two .section-two__background {
    background-size: 100% auto;
    height: 100%;
  }
  .pxblock--hompage-banner .section-two .columns .text-column {
    margin-top: 40px;
  }
}

.pxblock--industries .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--industries .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--industries .industry__content {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--industries .industry__content {
    grid-column: col-start 3/span 8;
  }
}
.pxblock--industries .industry__types {
  grid-column: col-start 1/span 4;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(1, [col-start] 1fr);
  padding: 0 20px;
}
@media (min-width: 768px) {
  .pxblock--industries .industry__types {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .pxblock--industries .industry__types {
    grid-column: col-start 2/span 10;
    padding: 0px;
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
}
.pxblock--industries .industry__types a {
  text-decoration: none;
}
.pxblock--industries .industry__types .industry {
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px;
  height: auto;
  padding-bottom: 100px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.pxblock--industries .industry__types .industry h3 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pxblock--industries .industry__types .industry {
    min-height: 264px;
  }
}
.pxblock--industries .industry__types .industry .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
}
.pxblock--industries .industry__types .industry:hover {
  background-color: #ecf0f1;
}
.pxblock--industries .industry__types .industry:hover .btn {
  background-color: #fff;
}

.pxblock--latest-news .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--latest-news .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--latest-news .latest-news__content {
  grid-column: col-start 1/span 4;
  padding: 0px 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .pxblock--latest-news .latest-news__content {
    grid-column: col-start 3/span 8;
    padding: 0px;
  }
}
.pxblock--latest-news .latest-news__articles {
  text-align: center;
  grid-column: col-start 1/span 4;
}
.pxblock--latest-news .latest-news__articles a.article {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
}
.pxblock--latest-news .latest-news__articles a.article + .article {
  margin-top: 40px;
}
.pxblock--latest-news .latest-news__articles a.article:hover {
  background-color: #ecf0f1;
}
.pxblock--latest-news .latest-news__articles a.article:hover .btn {
  background-color: #fff;
}
.pxblock--latest-news .latest-news__articles a.article h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.pxblock--latest-news .latest-news__articles a.article .btn {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .pxblock--latest-news .latest-news__articles {
    grid-column: col-start 3/span 8;
    padding: 0px;
  }
}

.pxblock--media .image {
  text-align: center;
}
.pxblock--media .video--file video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pxblock--projects {
  padding: 0 0 50px 0;
  position: relative;
}
.pxblock--projects .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
  row-gap: 0 !important;
}
@media (min-width: 1024px) {
  .pxblock--projects .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--projects .projects__filtering {
  grid-column: col-start 1/span 4;
  background-color: #fff;
  padding: 30px 26px 50px 26px;
  display: flex;
  flex-wrap: wrap;
}
.pxblock--projects .projects__filtering h3 {
  margin: 3px 0 0 0;
  width: 100%;
}
.pxblock--projects .projects__filtering .styled-select {
  position: relative;
}
.pxblock--projects .projects__filtering .styled-select:after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("../assets/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.pxblock--projects .projects__filtering select {
  border: 2px solid #c3c3c3 !important;
  border-radius: 15px;
  margin-top: 20px;
  padding: 8px 30px 10px 20px;
  font-weight: 800;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 225px;
  position: relative;
}
@media (min-width: 1024px) {
  .pxblock--projects .projects__filtering {
    grid-column: col-start 2/span 10;
    border-radius: 15px 15px 0 0;
  }
  .pxblock--projects .projects__filtering h3 {
    width: auto;
  }
  .pxblock--projects .projects__filtering select {
    margin-left: 30px;
    margin-top: 0;
  }
}
.pxblock--projects .projects__project-posts {
  grid-column: col-start 1/span 4;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(1, [col-start] 1fr);
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.pxblock--projects .projects__project-posts a {
  text-decoration: none;
}
.pxblock--projects .projects__project-posts .project {
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
  padding: 20px 15px 85px 15px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  transition: background 400ms ease-in-out;
  position: relative;
}
.pxblock--projects .projects__project-posts .project:hover {
  background-color: #ecf0f1;
}
.pxblock--projects .projects__project-posts .project:hover .btn {
  background-color: #fff;
}
.pxblock--projects .projects__project-posts .project__featured-image {
  width: 100%;
  height: 165px;
  margin-bottom: 15px;
}
.pxblock--projects .projects__project-posts .project__featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.pxblock--projects .projects__project-posts .project .industry {
  text-transform: uppercase;
  color: #7d98a1;
  font-weight: 800;
}
.pxblock--projects .projects__project-posts .project .title {
  font-size: 20px;
  font-weight: 800;
}
.pxblock--projects .projects__project-posts .project button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pxblock--projects .projects__project-posts:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 768px) {
  .pxblock--projects .projects__project-posts {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .pxblock--projects .projects__project-posts {
    padding: 30px 0px;
    grid-template-columns: repeat(4, [col-start] 1fr);
    grid-column: col-start 1/span 12;
  }
}

.pxblock--sign-types .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--sign-types .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--sign-types .sign-types__content {
  margin-bottom: 20px;
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--sign-types .sign-types__content {
    grid-column: col-start 3/span 8;
  }
}
.pxblock--sign-types .sign-types__types {
  grid-column: col-start 1/span 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -13px;
}
.pxblock--sign-types .sign-types__types a.sign-type {
  text-decoration: none;
  pointer-events: all;
  position: relative;
}
.pxblock--sign-types .sign-types__types .sign-type {
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  width: 100%;
  margin: 0 13px 20px 13px;
}
@media (min-width: 1024px) {
  .pxblock--sign-types .sign-types__types .sign-type {
    width: 31%;
    margin: 0 13px 20px 13px;
  }
}
.pxblock--sign-types .sign-types__types .sign-type:hover {
  background-color: #ecf0f1;
}
.pxblock--sign-types .sign-types__types .sign-type:hover .btn {
  background-color: #fff;
}
.pxblock--sign-types .sign-types__types .sign-type h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.pxblock--sign-types .sign-types__types .sign-type__content {
  display: flex;
}
.pxblock--sign-types .sign-types__types .sign-type__content div {
  width: 100%;
  text-align: left;
}
.pxblock--sign-types .sign-types__types .sign-type__content .icon {
  max-width: 115px;
  max-height: 115px;
  text-align: center;
}
.pxblock--sign-types .sign-types__types .sign-type__content .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.pxblock--sign-types .sign-types__types .sign-type__content .excerpt {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .pxblock--sign-types .sign-types__types {
    grid-column: col-start 1/span 12;
  }
}
.pxblock--sign-types.terms {
  padding-bottom: 200px;
  margin-bottom: -175px;
}
.pxblock--sign-types.terms h2 {
  text-align: center;
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--sign-types.terms h2 {
    grid-column: col-start 2/span 10;
  }
}

.pxblock--slider .slider {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.pxblock--slider .slider .slick-autoplay-toggle-button {
  display: none;
}
.pxblock--slider .slider .slick-track {
  display: flex;
}
.pxblock--slider .slider .slick-slide {
  transition: 400ms ease-in-out;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.pxblock--slider .slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .pxblock--slider .slider .slick-slide > div {
    justify-content: center;
  }
}
.pxblock--slider .slider .slick-slide > div li {
  align-items: center;
  justify-content: center;
}
.pxblock--slider .slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.pxblock--slider .slider .slick-dots li {
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
}
.pxblock--slider .slider .slick-dots li + li {
  margin-left: 10px;
}
.pxblock--slider .slider .slick-dots li button:focus {
  outline: none;
}
.pxblock--slider .slider .slick-dots li.slick-active {
  background-color: rgb(219, 219, 219);
}
.pxblock--slider .slider .slide {
  height: 400px;
  position: relative;
}
.pxblock--slider .slider .slide .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pxblock--slider .slider .slide .slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.pxblock--slider .slider .slide .slide__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pxblock--stats {
  padding: 0 20px;
}
.pxblock--stats .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--stats .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--stats .container .stats-container {
  background-color: #f8c462;
  border-radius: 15px;
  padding: 20px;
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--stats .container .stats-container {
    grid-column: col-start 2/span 10;
  }
}
.pxblock--stats .container .stats__featured-image {
  width: 100%;
  height: 250px;
  margin-bottom: 35px;
}
.pxblock--stats .container .stats__featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pxblock--stats .container .stats__stat-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 30px;
}
.pxblock--stats .container .stats__stat-items li {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.pxblock--stats .container .stats__stat-items li span {
  width: 100%;
}
.pxblock--stats .container .stats__stat-items li .stat-number {
  font-size: 60px;
  font-weight: 800;
  font-family: "skolar-sans-latin-condensed", sans-serif;
  color: #00273d;
}
@media (min-width: 768px) {
  .pxblock--stats .container .stats__stat-items {
    flex-wrap: nowrap;
  }
  .pxblock--stats .container .stats__stat-items li {
    width: 100%;
  }
}

.pxblock--steps .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--steps .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--steps .container .steps__content {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--steps .container .steps__content {
    grid-column: col-start 3/span 8;
  }
}
.pxblock--steps .container .steps__step-counter {
  grid-column: col-start 1/span 4;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, [col-start] 1fr);
}
@media (min-width: 1024px) {
  .pxblock--steps .container .steps__step-counter {
    grid-column: col-start 3/span 8;
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
}
.pxblock--steps .container .steps__step-counter a {
  text-decoration: none;
}
.pxblock--steps .container .steps__step-counter .step__number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  max-width: 161px;
}
.pxblock--steps .container .steps__step-counter .step__number:after {
  content: "";
  width: 100%;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f8c462;
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%);
  z-index: -1;
  transition: background 400ms ease-in-out;
}
.pxblock--steps .container .steps__step-counter .step__number span {
  width: 37px;
  height: 37px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.pxblock--steps .container .steps__step-counter .step__number h2 {
  width: 100%;
}
.pxblock--steps .container .steps__step-counter .step__number:hover:after {
  background-color: #FFE2A9;
}
.pxblock--steps .container .steps__step-items {
  grid-column: col-start 1/span 4;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .pxblock--steps .container .steps__step-items {
    grid-column: col-start 2/span 10;
    padding: 0px;
  }
}
.pxblock--steps .container .steps__step-items .step-item {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, [col-start] 1fr);
}
.pxblock--steps .container .steps__step-items .step-item .step__image {
  grid-column: col-start 1/span 4;
  max-height: 255px;
}
.pxblock--steps .container .steps__step-items .step-item .step__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxblock--steps .container .steps__step-items .step-item .step__content {
  grid-column: col-start 1/span 4;
  padding-top: 40px;
}
.pxblock--steps .container .steps__step-items .step-item + .step-item {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .pxblock--steps .container .steps__step-items .step-item {
    grid-template-columns: repeat(10, [col-start] 1fr);
  }
  .pxblock--steps .container .steps__step-items .step-item .step__image {
    grid-column: col-start 1/span 4;
  }
  .pxblock--steps .container .steps__step-items .step-item .step__content {
    grid-column: col-start 5/span 6;
  }
}

.pxblock--testimonial.terms {
  padding: 40px 0;
}
.pxblock--testimonial.terms .container .testimonial-holder {
  flex-wrap: wrap;
}
.pxblock--testimonial.terms .container .testimonial-holder .testimonial {
  width: 100%;
}
.pxblock--testimonial.terms .container .testimonial-holder .testimonial__image {
  width: 100%;
}
@media (min-width: 768px) {
  .pxblock--testimonial.terms .container .testimonial-holder .testimonial {
    width: 50%;
  }
  .pxblock--testimonial.terms .container .testimonial-holder .testimonial__image {
    width: 50%;
  }
}
.pxblock--testimonial .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .pxblock--testimonial .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.pxblock--testimonial .container .testimonial-holder {
  grid-column: col-start 1/span 4;
  background-color: #f8c462;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap row;
  align-items: center;
}
.pxblock--testimonial .container .testimonial-holder .testimonial {
  width: 100%;
  padding: 40px;
  font-size: 25px;
  text-align: center;
}
.pxblock--testimonial .container .testimonial-holder .testimonial .logo {
  width: 91px;
  height: 58px;
  background-image: url("../assets/images/test-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 25px auto;
}
.pxblock--testimonial .container .testimonial-holder .testimonial__image {
  height: 312px;
  width: 100%;
}
.pxblock--testimonial .container .testimonial-holder .testimonial__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .pxblock--testimonial .container .testimonial-holder {
    grid-column: col-start 2/span 10;
  }
}

.pxblock--text-and-media.gallery {
  padding: 40px 0;
  position: relative;
}
.pxblock--text-and-media.gallery .media {
  grid-column: col-start 2/span 6;
}
.pxblock--text-and-media.gallery .text {
  grid-column: col-start 8/span 4;
  margin: auto 0;
  background-color: #fff;
}
.pxblock--text-and-media.gallery .text.full-width {
  grid-column: col-start 2/span 6;
}
.pxblock--text-and-media.gallery .text.full-width:after {
  content: "";
  width: 100vw;
  height: 250%;
  position: absolute;
  left: -15px;
  bottom: 0px;
  border-left: 4px solid #f8c462;
  border-bottom: 4px solid #f8c462;
  border-radius: 0 0 0 15px;
  z-index: -1;
}
.pxblock--text-and-media.terms {
  padding: 40px 0;
  position: relative;
}
.pxblock--text-and-media.terms .media {
  grid-column: col-start 2/span 5;
}
.pxblock--text-and-media.terms .media .image {
  height: 256px;
}
.pxblock--text-and-media.terms .text {
  grid-column: col-start 7/span 5;
  margin: auto 0;
  background-color: #fff;
}
.pxblock--text-and-media .container {
  display: flex;
  flex-wrap: wrap;
}
.pxblock--text-and-media .container .text {
  width: 100%;
}
.pxblock--text-and-media .container .media {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .pxblock--text-and-media .container {
    display: grid;
    grid-template-columns: repeat(4, [col-start] 1fr);
    gap: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .pxblock--text-and-media .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .pxblock--text-and-media .container .text {
    grid-column: col-start 7/span 5;
  }
}
@media (min-width: 1024px) {
  .pxblock--text-and-media .container .media {
    grid-column: col-start 2/span 5;
    margin-bottom: 0px;
  }
}
.pxblock--text-and-media .media {
  position: relative;
}
.pxblock--text-and-media .media .image {
  width: 100%;
  height: 320px;
}
.pxblock--text-and-media .media .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pxblock--text-and-media .media .image-viewer {
  width: 100%;
  height: 330px;
  position: relative;
}
.pxblock--text-and-media .media .image-viewer .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: display 400ms ease-in-out;
}
.pxblock--text-and-media .media .image-viewer .preview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pxblock--text-and-media .media .thumbnail-nav {
  display: flex;
  margin-top: 15px;
}
.pxblock--text-and-media .media .thumbnail-nav a {
  width: 100%;
  height: 85px;
  position: relative;
}
.pxblock--text-and-media .media .thumbnail-nav a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border: 4px solid #f8c462;
  border-radius: 15px;
  opacity: 0.6;
  transition: opacity 400ms ease-in-out;
}
.pxblock--text-and-media .media .thumbnail-nav a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 4px solid #f8c462;
}
.pxblock--text-and-media .media .thumbnail-nav a + a {
  margin-left: 10px;
}
.pxblock--text-and-media .media .thumbnail-nav a.image-preview--active:after {
  opacity: 0;
}
.pxblock--text-and-media .media .thumbnail-nav a:hover:after {
  opacity: 0;
}

.pxblock--text {
  position: relative;
  z-index: 1;
}
.pxblock--text .container {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 10px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .pxblock--text .container {
    gap: 26px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .pxblock--text .container {
    padding: 0px;
  }
}
.pxblock--text .container .text {
  grid-column: col-start 1/span 4;
}
@media (min-width: 1024px) {
  .pxblock--text .container .text {
    grid-column: col-start 2/span 10;
  }
}
.pxblock--text.text-columns .container .text-columns {
  grid-column: col-start 1/span 4;
}
.pxblock--text.text-columns .container .text-columns .column {
  width: 100%;
}
@media (min-width: 1024px) {
  .pxblock--text.text-columns .container .text-columns {
    display: flex;
    flex-wrap: nowrap row;
    grid-column: col-start 2/span 10;
  }
  .pxblock--text.text-columns .container .text-columns .column {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map*/