/*!
Theme Name: gsi
Theme URI: http://www.magnusson.co.nz
Author: Vaughan M
Author URI: http://www.magnusson.co.nz
Description: GSI Theme.
Version: 1
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.m-t-12 {
  margin-top: 12rem !important;
}

.p-t-12 {
  padding-top: 12rem !important;
}

.m-b-12 {
  margin-bottom: 12rem !important;
}

.p-b-12 {
  padding-bottom: 12rem !important;
}

.m-l-12 {
  margin-left: 12rem !important;
}

.p-l-12 {
  padding-left: 12rem !important;
}

.m-r-12 {
  margin-right: 12rem !important;
}

.p-r-12 {
  padding-right: 12rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.m-t-15 {
  margin-top: 15rem !important;
}

.p-t-15 {
  padding-top: 15rem !important;
}

.m-b-15 {
  margin-bottom: 15rem !important;
}

.p-b-15 {
  padding-bottom: 15rem !important;
}

.m-l-15 {
  margin-left: 15rem !important;
}

.p-l-15 {
  padding-left: 15rem !important;
}

.m-r-15 {
  margin-right: 15rem !important;
}

.p-r-15 {
  padding-right: 15rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.m-t-20 {
  margin-top: 20rem !important;
}

.p-t-20 {
  padding-top: 20rem !important;
}

.m-b-20 {
  margin-bottom: 20rem !important;
}

.p-b-20 {
  padding-bottom: 20rem !important;
}

.m-l-20 {
  margin-left: 20rem !important;
}

.p-l-20 {
  padding-left: 20rem !important;
}

.m-r-20 {
  margin-right: 20rem !important;
}

.p-r-20 {
  padding-right: 20rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.p-20 {
  padding: 20rem !important;
}

@media only screen and (min-width: 1181px) {
  .pd-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pd-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pd-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pd-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pd-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pd-xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .pds-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pds-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pds-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pds-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pds-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pds-xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media only screen and (max-width: 1180px) {
  .pm-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pm-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pm-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pm-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pm-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pm-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pms-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pms-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pms-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pms-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pms-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pms-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.m--block {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 769px) {
  .m--block {
    margin-bottom: 2rem;
  }
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.f-s-xs {
  font-size: 10px !important;
}

.f-s-s {
  font-size: 12px !important;
}

.f-s-m {
  font-size: 13px !important;
}

.f-s-l {
  font-size: 14px !important;
}

.f-s-xl {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-row {
    flex-direction: row-reverse;
  }
}

.flex-start {
  justify-content: flex-start !important;
}

@font-face {
  font-family: "Tusker Grotesk";
  src: url("/wp-content/themes/gsi/assets/fonts/TuskerGrotesk-6700Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: block;
}
h1, h2, h3 {
  font-family: "Tusker Grotesk";
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading {
  font-size: 6rem;
  text-transform: uppercase;
}

h3.wp-block-heading {
  font-size: 5rem;
}

h4, h5, h6 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}
p.p--narrow {
  max-width: 100rem;
  margin-right: auto;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000000 !important;
}

.color-orange {
  color: #ff5f00 !important;
}

.button, .button:active, .button:visited {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem 2rem;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  margin: 1rem auto;
  transition: all 0.3s;
  text-transform: uppercase;
  background-color: transparent;
}
.button:hover, .button:active:hover, .button:visited:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.button--white, .button--white:active, .button--white:visited {
  border-color: #fff !important;
  color: #fff !important;
}

.button--white:hover {
  background-color: #fff !important;
  color: #000000 !important;
  border-color: #fff !important;
}

.button--white-fill, .button--white-fill:active, .button--white-fill:visited {
  border-color: #fff !important;
  color: #000000 !important;
  background-color: #fff !important;
}

.button--white-fill:hover {
  background-color: #fff !important;
  color: #ff5f00 !important;
  border-color: #fff !important;
}

.button--black-fill, .button--black-fill:active, .button--black-fill:visited {
  border-color: #000000 !important;
  color: #fff !important;
  background-color: #000000 !important;
}

.button--black-fill:hover {
  background-color: #fff !important;
  color: #ff5f00 !important;
  border-color: #fff !important;
}

.button--orange, .button--orange:active, .button--orange:visited {
  border-color: #ff5f00 !important;
  color: #ff5f00 !important;
}

.button--orange:hover {
  background-color: #ff5f00 !important;
  color: #000000 !important;
  border-color: #ff5f00 !important;
}

.button--black, .button--black:active, .button--black:visited {
  border-color: #000000 !important;
  color: #000000 !important;
}

.button--black:hover {
  background-color: #000000 !important;
  color: #fff !important;
  border-color: #000000 !important;
}

.wpcf7-submit {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem 2rem;
  border: 1px solid #ff5f00;
  background: transparent;
  color: #ff5f00;
  display: inline-block;
  text-decoration: none;
  margin: 1rem auto;
  transition: background 0.3s;
  text-transform: uppercase;
  line-height: 1.5;
}
.wpcf7-submit:hover {
  background-color: #ff5f00;
  color: #fff;
  border-color: #ff5f00;
}

.wpcf7 form {
  padding: 0;
}
.wpcf7 form label {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.wpcf7 form .textfield, .wpcf7 form textarea {
  padding: 1.2rem;
  font-size: 2rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #fff;
  border: 1px solid #fff;
}
.wpcf7 form .textfield:focus, .wpcf7 form textarea:focus {
  outline: 0;
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  .wpcf7 form .textfield, .wpcf7 form textarea {
    width: 100%;
  }
}
.wpcf7 form h3 {
  font-size: 3rem;
}
.wpcf7 form textarea {
  min-height: 12rem;
}
.wpcf7 form .row {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.wpcf7 form .row .field {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .wpcf7 form .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1rem 2rem;
  background: #fff;
}

.wpcf7-not-valid-tip {
  margin-top: 7px;
}

.custom-group--bg-color-dark-grey .wpcf7 form label {
  color: #fff;
}
.custom-group--bg-color-dark-grey .wpcf7 form .textfield, .custom-group--bg-color-dark-grey .wpcf7 form textarea {
  background: #000000;
  border: 1px solid #000000;
  color: #ff5f00;
}

.site-header {
  background: #004b86;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  font-family: "presicav", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.site-header .container {
  position: relative;
}
.site-header .rapid-response {
  background: rgba(0, 75, 134, 0.85);
  position: absolute;
  right: 0;
  top: 100%;
  text-align: center;
  padding: 2rem;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.site-header .rapid-response p {
  margin-bottom: 0;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.site-header .rapid-response .button {
  text-decoration: none;
}
.site-header .rapid-response .button--orange {
  color: #ff5f00;
}
.site-header .rapid-response .button--orange:hover {
  color: #fff;
}
.site-header .rapid-response.fade-in {
  opacity: 1;
}
.site-header .rapid-response.fade-out {
  opacity: 0;
}
.site-header .site-branding {
  margin-left: 2rem;
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 0;
}
.site-header .site-branding .site-title a {
  line-height: 0;
  display: block;
}
.site-header .site-branding .site-title .site-logo {
  transition: all 0.5s;
  width: 29rem;
  height: 5rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .site-header .site-branding .site-title .site-logo {
    height: 4rem;
    width: 23.2rem;
  }
}
@media only screen and (max-width: 400px) {
  .site-header .site-branding .site-title .site-logo {
    max-width: 80%;
  }
}
.site-header__inner {
  min-height: 17rem;
  transition: min-height 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.site-header.short .site-header__inner {
  min-height: 11.9rem;
}
.site-header.short .site-header__inner .site-logo {
  height: 3.5rem;
  width: 20.3rem;
  max-width: 100%;
}
@media only screen and (max-width: 400px) {
  .site-header.short .site-header__inner .site-logo {
    max-width: 80%;
  }
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-header ul#primary-menu li {
  padding: 0 1.6rem;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .site-header ul#primary-menu li {
    padding: 0 1.2rem;
  }
}
.site-header ul#primary-menu li.hide-on-desktop {
  display: none;
}
.site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  padding: 1rem 0;
  text-transform: uppercase;
}
.site-header ul#primary-menu a:hover {
  color: #ff5f00;
}
.site-header ul#primary-menu .current-menu-item a {
  color: #ff5f00;
}
.site-header ul#primary-menu .sub-menu {
  background: #014377;
  position: absolute;
  padding: 1rem 0;
  margin: 0;
  width: 30rem;
  top: 4rem;
  border-top: 1rem solid #004b86;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 999;
  text-transform: uppercase;
}
.site-header ul#primary-menu .sub-menu li {
  list-style: none;
}
.site-header ul#primary-menu .sub-menu a, .site-header ul#primary-menu .sub-menu a:active, .site-header ul#primary-menu .sub-menu a:visited {
  font-size: 1.3rem;
  white-space: wrap;
  color: #fff;
  padding: 0.5rem;
}
.site-header ul#primary-menu .sub-menu a:hover {
  color: #ff5f00;
}
.site-header ul#primary-menu .sub-menu .sub-menu {
  display: block;
  opacity: 1;
  position: initial;
  max-width: 100%;
  padding-top: 0;
  border-top: none;
}
.site-header ul#primary-menu .sub-menu .sub-menu li {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  font-size: 1.2rem;
}
.site-header ul#primary-menu .sub-menu .sub-menu li a, .site-header ul#primary-menu .sub-menu .sub-menu li a:active, .site-header ul#primary-menu .sub-menu .sub-menu li a:visited {
  text-transform: none;
  padding: 0;
  padding-bottom: 0.5rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-header ul#primary-menu .sub-menu .sub-menu li::before {
  content: "> ";
  color: #ff5f00;
}

@media screen and (max-width: 1800px) {
  ul#primary-menu li.menu-item-1464 .sub-menu {
    right: 2rem;
  }
}
ul#primary-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
}

.mobile-navigation {
  margin: 2rem;
}
.mobile-navigation a {
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  text-indent: -1000rem;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  font-family: "Barlow", Arial, sans-serif;
}
.mobile-navigation a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 26px;
  background-color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {
  .mobile-navigation {
    display: block;
  }
  .site-navigation,
  .site-description,
  .rapid-response {
    display: none;
  }
}
@media only screen and (min-width: 1101px) {
  .mobile-navigation {
    display: none;
  }
  .site-navigation {
    display: block;
  }
}
.rapid-response--mobile {
  margin-top: 3rem;
}
.rapid-response--mobile p {
  margin-bottom: 0;
}
.rapid-response--mobile .button {
  color: #ff5f00 !important;
}
.rapid-response--mobile .button:active {
  color: #fff !important;
}

#mobile-menu {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu a {
  padding: 0.5rem 1rem;
  display: block;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Tusker Grotesk";
  font-weight: 700;
  font-style: normal;
}
#mobile-menu .sub-menu {
  list-style: none;
  padding: 2rem;
  padding-top: 0;
}
#mobile-menu .sub-menu a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  white-space: normal;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mobile-menu .sub-menu .sub-menu a {
  text-transform: none;
  font-weight: 300;
}
#mobile-menu .nav-icon {
  display: inline-block;
  margin-top: 5rem;
}
#mobile-menu .nav-icon a {
  min-width: 5rem;
  display: inline-block;
  font-size: 3rem;
}

#mobile-nav .sub-menu {
  display: none;
}

#mobile-nav li.is-open .sub-menu {
  display: block;
}

.page .featherlight .featherlight-close-icon, .single .featherlight .featherlight-close-icon {
  font-size: 5rem;
  color: #004b86;
  background: #fff;
}
.page .featherlight:last-of-type, .single .featherlight:last-of-type {
  background: #fff;
}
.page .featherlight .featherlight-content, .single .featherlight .featherlight-content {
  background: #fff;
}
.page .featherlight-inner a, .single .featherlight-inner a {
  color: #004b86;
}

.footer {
  background-color: #004b86;
  font-size: 1.6rem;
  padding: 10rem 2rem;
  height: 50rem;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 620px) {
  .footer {
    height: auto;
    text-align: center;
  }
}
.footer a, .footer a:active, .footer a:visited {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer a:hover {
  color: #ff5f00;
}
.footer img {
  max-width: 100%;
}
.footer__strap {
  max-width: 60rem;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #fff;
  text-transform: none;
}
@media screen and (max-width: 620px) {
  .footer__strap {
    max-width: 100%;
    width: 100%;
  }
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  font-family: "presicav", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer__menu .menu-item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 620px) {
  .footer__menu {
    font-size: 1.6rem;
    text-align: center;
  }
  .footer__menu .menu-item {
    display: inline-block;
    margin: 1rem;
  }
}
@media only screen and (max-width: 769px) {
  .footer__menu {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.footer__container {
  width: 140rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 620px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
}
.footer__section {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .footer__section {
    display: block;
  }
}
.footer__section p {
  margin: 0;
  max-width: 60rem;
}
.footer__section p strong {
  color: #fff;
  margin-right: 0.5rem;
}
.footer__section:nth-child(1) {
  align-items: start;
}
.footer__section:nth-child(2) {
  align-items: end;
}
.footer__logo {
  width: 24rem;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 60rem) {
  .footer__logo {
    width: 13rem;
  }
}
.footer__contact {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.footer__copyright {
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
@media screen and (max-width: 60rem) {
  .footer__copyright {
    display: block;
  }
}
.footer__copyright_label {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.footer .terms__menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 60rem) {
  .footer .terms__menu {
    flex-direction: column;
    display: block;
  }
}
.footer .terms__menu li {
  padding: 0;
}
.footer .terms__menu a {
  text-decoration: underline;
  color: #fff;
}
.footer__logos {
  background: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  padding-left: 1000px;
  margin-left: -1000px;
}
@media screen and (max-width: 600px) {
  .footer__logos {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    margin: 0;
  }
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 1100px) {
  .contacts {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .contacts {
    grid-template-columns: 1fr;
  }
}
.contacts__heading {
  font-size: 4rem;
  color: #000000;
}

.cta-simple {
  background: #ff5f00;
  padding-top: 10rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .cta-simple {
    text-align: center;
  }
}
.cta-simple__heading {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 7rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 400px) {
  .cta-simple__heading {
    font-size: 5rem;
  }
}
.cta-simple__content {
  font-family: "Tusker Grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.cta-simple__content a, .cta-simple__content a:active, .cta-simple__content a:hover, .cta-simple__content a:visited {
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  .cta-simple__content {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .cta-simple .container {
    max-width: 90%;
  }
}

.custom-group__inner-container {
  max-width: 140rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-group--narrow .custom-group__inner-container {
  max-width: 100rem;
  margin: 0 auto;
}

.custom-group--boxed,
.group--boxed {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-group--boxed.custom-group--narrow,
.group--boxed.custom-group--narrow {
  max-width: 100rem;
}
@media only screen and (max-width: 769px) {
  .custom-group--boxed,
  .group--boxed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.custom-group--text-color-black {
  color: #000000;
}
.custom-group--text-color-black h1, .custom-group--text-color-black h2, .custom-group--text-color-black h3, .custom-group--text-color-black h4 {
  color: #000000;
}

.custom-group--bg-color-black {
  background-color: #000000;
}

.custom-group--text-color-dark-grey {
  color: #252525;
}
.custom-group--text-color-dark-grey h1, .custom-group--text-color-dark-grey h2, .custom-group--text-color-dark-grey h3, .custom-group--text-color-dark-grey h4 {
  color: #252525;
}

.custom-group--bg-color-dark-grey {
  background-color: #252525;
}

.custom-group--text-color-orange {
  color: #ff5f00;
}
.custom-group--text-color-orange h1, .custom-group--text-color-orange h2, .custom-group--text-color-orange h3, .custom-group--text-color-orange h4 {
  color: #ff5f00;
}

.custom-group--bg-color-orange {
  background-color: #ff5f00;
}

.custom-group--text-color-white {
  color: #fff;
}
.custom-group--text-color-white h1, .custom-group--text-color-white h2, .custom-group--text-color-white h3, .custom-group--text-color-white h4 {
  color: #fff;
}

.custom-group--bg-color-white {
  background-color: #fff;
}

.custom-group--text-color-pale-grey {
  color: #e0e0e0;
}
.custom-group--text-color-pale-grey h1, .custom-group--text-color-pale-grey h2, .custom-group--text-color-pale-grey h3, .custom-group--text-color-pale-grey h4 {
  color: #e0e0e0;
}

.custom-group--bg-color-pale-grey {
  background-color: #e0e0e0;
}

.custom-group--text-color-blue {
  color: #004b86;
}
.custom-group--text-color-blue h1, .custom-group--text-color-blue h2, .custom-group--text-color-blue h3, .custom-group--text-color-blue h4 {
  color: #004b86;
}

.custom-group--bg-color-blue {
  background-color: #004b86;
}

.custom-group--text-color-default {
  color: inherit;
}
.custom-group--text-color-default h1, .custom-group--text-color-default h2, .custom-group--text-color-default h3, .custom-group--text-color-default h4 {
  color: inherit;
}

.custom-group--bg-color-default {
  background-color: #fff;
}

.custom-group--bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-group__anchor {
  position: relative;
  top: -10rem;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 769px) {
  .services {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}

.service {
  background: #e0e0e0;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
.service__name {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.service__name a, .service__name a:active, .service__name a:visited {
  text-decoration: none;
}
.service__tile_photo {
  aspect-ratio: 6/4;
  position: relative;
  display: block;
  overflow: hidden;
  color: #000000;
}
@media only screen and (max-width: 769px) {
  .service__tile_photo {
    aspect-ratio: 6/3;
  }
}
.service__tile_photo:active, .service__tile_photo:visited {
  color: #000000;
}
.service__tile_photo_bg {
  background-size: cover;
  background-position: center;
  display: block;
  transition: scale 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service__tile_photo:hover .service__tile_photo_bg {
  scale: 1.03;
}
.service__details {
  padding: 3rem 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service__tile_overview {
  padding-bottom: 4rem;
}
.service__description {
  margin-bottom: 6rem;
}
.service__description h2 {
  font-size: 6rem;
}
.service__description p {
  margin-right: auto;
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  .service__description p {
    max-width: 100%;
  }
}
.service__description__intro {
  font-size: 2.4rem;
}
.service .button--service {
  margin: 0;
}

.custom-group--bg-color-orange .service {
  background: transparent;
  color: #fff;
}
.custom-group--bg-color-orange .service__name a {
  color: #fff;
}
.custom-group--bg-color-orange .service .button--service {
  border-color: #fff;
  color: #fff;
}
.custom-group--bg-color-orange .service .button--service:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
}

.custom-group--bg-color-blue .service {
  background: transparent;
  color: #fff;
}
.custom-group--bg-color-blue .service__name a {
  color: #fff;
}
.custom-group--bg-color-blue .service .button--service {
  border-color: #fff;
  color: #fff;
}
.custom-group--bg-color-blue .service .button--service:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
}

.custom-group--bg-color-black .service {
  background: transparent;
  color: #fff;
}
.custom-group--bg-color-black .service__name a {
  color: #ff5f00;
}
.custom-group--bg-color-black .service .button--service {
  border-color: #fff;
  color: #fff;
}
.custom-group--bg-color-black .service .button--service:hover {
  background-color: #ff5f00;
  border-color: #ff5f00;
  color: #000000;
}

.custom-group--bg-color-white .service {
  background: transparent;
  color: #000000;
}
.custom-group--bg-color-white .service__name a {
  color: #000000;
}
.custom-group--bg-color-white .service .button--service {
  border-color: #ff5f00;
  color: #ff5f00;
}
.custom-group--bg-color-white .service .button--service:hover {
  background-color: #ff5f00;
  border-color: #ff5f00;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .related-block .services {
    grid-template-columns: 1fr;
  }
  .related-block .services .service__tile_photo {
    aspect-ratio: 6/3;
  }
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .service-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .service-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-gallery__item-inner {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.service-gallery__info {
  position: absolute;
  z-index: 2;
  background: #ff5f00;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}
.service-gallery__info .button--white:hover {
  background: transparent !important;
  color: #fff !important;
}
.service-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .service-gallery__item:hover .service-gallery__info {
    transform: translateY(0%);
  }
}

.projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1180px) {
  .projects {
    gap: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .projects {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.project {
  background: #eee;
}
.project__tile_photo {
  aspect-ratio: 6/3;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .project__tile_photo {
    aspect-ratio: 6/3;
  }
}
.project__tile_photo_bg {
  background-size: cover;
  background-position: center;
  display: block;
  transition: scale 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project__tile_photo:hover .project__tile_photo_bg {
  scale: 1.03;
}
.project__name {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.project__name a, .project__name a:visited, .project__name a:active {
  text-decoration: none;
  color: #fff;
}
.project__details {
  padding: 2rem;
  position: relative;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .project__details {
    max-width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .project__details {
    max-width: 100%;
  }
}
.project__tile_overview {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .project__tile_overview {
    display: none;
  }
}
.project__tile_bg {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  display: block;
  transition: scale 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project__overview {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 1000px) {
  .project__overview {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .project__overview {
    grid-template-columns: 1fr;
  }
}
.project__overview .project__overview_image_wrap {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .project__overview .project__overview_image_wrap {
    aspect-ratio: 8/5;
  }
}
@media screen and (max-width: 600px) {
  .project__overview .project__overview_image_wrap {
    aspect-ratio: 8/5;
  }
}
.project__overview_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.project__particulars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.project__particulars li {
  display: flex;
  flex-direction: column;
}
.project__particulars strong {
  flex: 0 0 30%;
  text-transform: uppercase;
  font-size: 120%;
}
.project__description {
  margin-bottom: 6rem;
}
.project__description h2 {
  font-size: 6rem;
}
.project__description p {
  margin-right: auto;
  font-size: 2.4rem;
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  .project__description p {
    max-width: 100%;
  }
}

.custom-group--bg-color-default .button--white.button--project,
.custom-group--bg-color-pale-grey .button--white.button--project {
  color: #fff;
  border-color: #fff;
}
.custom-group--bg-color-default .button--white.button--project:hover,
.custom-group--bg-color-pale-grey .button--white.button--project:hover {
  background-color: #ff5f00;
  border-color: #ff5f00;
  color: #fff;
}

.related-block .projects {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 769px) {
  .related-block .projects {
    grid-template-columns: 1fr;
  }
  .related-block .projects .project__tile_photo {
    aspect-ratio: 6/3;
  }
}

.related-block .projects__filters {
  display: none;
}

.project__dbd_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .project__dbd_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .project__dbd_items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project__dbd_item {
  display: flex;
  flex-direction: column;
}
.project__dbd_item_photo {
  overflow: hidden;
  margin-bottom: 4rem;
}
.project__dbd_item_photo:hover .project__dbd_item_photo_bg {
  scale: 1.05;
}
.project__dbd_item_photo_bg {
  transition: scale 0.3s;
  aspect-ratio: 8/5;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .project__dbd_item_photo_bg {
    aspect-ratio: 4/2;
  }
}
.project__dbd_item_heading {
  font-size: 6rem;
  margin-bottom: 1rem;
  color: #fff;
}

.custom-group--bg-color-orange a.project__link, .custom-group--bg-color-orange a.project__link:visited, .custom-group--bg-color-orange a.project__link:active {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
.custom-group--bg-color-orange a.project__link:hover {
  color: #fff;
  transition: all 0.3s;
}

.project.is-hidden {
  display: none !important;
}

.button--black.is-active {
  color: #fff !important;
  background-color: #ff5f00 !important;
  border-color: #ff5f00 !important;
}

.feature-content-image {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 769px) {
  .feature-content-image {
    flex-direction: column;
    gap: 2rem;
  }
}

.feature-ci__block_image {
  flex: 0 0 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .feature-ci__block_image {
    flex: 0 0 100%;
    aspect-ratio: 6/3;
  }
}

.feature-content-image--bg-contain .feature-ci__block_image {
  background-size: contain;
}

.feature-content-image--bg-cover .feature-ci__block_image {
  background-size: cover;
}

.feature-ci__block_content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  min-height: 46rem;
}
@media only screen and (max-width: 769px) {
  .feature-ci__block_content {
    flex: 0 0 100%;
    padding: 0;
    min-height: auto;
  }
}

.feature-ci__intro {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 769px) {
  .feature-ci__intro {
    margin-bottom: 2rem;
  }
}
.feature-ci__intro .feature-ci__content {
  margin-bottom: 4rem;
}

.feature-ci__header {
  padding-bottom: 2rem;
}
.feature-ci__header .feature-ci__kicker {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.feature-ci__header .feature-ci__kicker:before {
  content: "";
}
.feature-ci__header .feature-ci__heading {
  font-size: 6rem;
  text-transform: none;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media only screen and (max-width: 769px) {
  .feature-ci__header .feature-ci__heading {
    font-size: 6rem;
  }
}

.custom-group--bg-color-orange .feature-ci__heading {
  color: #fff;
  font-size: 10rem;
}
@media only screen and (max-width: 769px) {
  .custom-group--bg-color-orange .feature-ci__heading {
    font-size: 6rem;
  }
}

.custom-group--bg-color-black .feature-ci__heading,
.custom-group--bg-color-dark-grey .feature-ci__heading {
  color: #ff5f00 !important;
}

@media only screen and (min-width: 770px) {
  .feature-content-image--image_last .feature-ci__block_content {
    order: -1;
  }
}
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__kicker,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__block_content,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__heading,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content strong,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content {
  color: white;
}
.feature-content-image--fixed .feature-ci__block_image {
  aspect-ratio: 16/9;
}
.feature-content-image--regular .feature-ci__heading {
  font-size: 5rem;
  line-height: 1.2;
}

.feature-content-related {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6rem;
}
@media only screen and (max-width: 1400px) {
  .feature-content-related {
    padding: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .feature-content-related {
    display: block;
  }
}

.feature-cr__heading {
  font-size: 6rem;
}
.feature-cr__content_cta {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .feature-cr__link {
    margin-bottom: 4rem;
  }
}
.related-items {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  .related-items {
    grid-template-columns: 1fr 1fr;
  }
}
.related-items .related-item {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.related-items .related-item:hover .related-item__bg {
  scale: 1.02;
}
.related-items .related-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  content: "";
  opacity: 0.5;
}
.related-items .related-item .related-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background-size: cover;
  background-position: center;
  transition: scale 0.2s;
}
.related-items .related-item .related-item__name {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}
@media only screen and (min-width: 770px) {
  .feature-content-image--image_last .feature-ci__block_content {
    order: -1;
  }
}
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__kicker,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__block_content,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__heading,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content strong,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content {
  color: white;
}
.feature-content-image--fixed .feature-ci__block_image {
  aspect-ratio: 16/9;
}

.custom-group--bg-color-black .feature-cr__heading,
.custom-group--bg-color-dark-grey .feature-cr__heading {
  color: #ff5f00;
}

.custom-group--bg-color-black .button,
.custom-group--bg-color-dark-grey .button {
  border-color: #ff5f00;
  color: #ff5f00;
}
.custom-group--bg-color-black .button:hover,
.custom-group--bg-color-dark-grey .button:hover {
  background-color: #ff5f00;
  color: #000000;
}
.custom-group--bg-color-black h3,
.custom-group--bg-color-dark-grey h3 {
  color: #ff5f00;
}

.custom-group--bg-color-pale-grey .button {
  border-color: #ff5f00;
  color: #ff5f00;
}
.custom-group--bg-color-pale-grey .button:hover {
  background-color: #ff5f00;
  color: #000000;
}

.custom-group--bg-color-default h3 {
  color: #ff5f00;
}
.custom-group--bg-color-default .button {
  border-color: #ff5f00;
  color: #ff5f00;
}
.custom-group--bg-color-default .button:hover {
  background-color: #ff5f00;
  color: #000000;
}

.intro-wrapper.intro--color-white_on_black {
  background: #252525;
  color: #fff;
}
.intro-wrapper.intro--color-black_on_white {
  background: #fff;
  color: #000000;
}

.intro {
  max-width: 85%;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}
.intro__content {
  font-size: 2.4rem;
}
.intro__heading {
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 4rem;
}
.intro--small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1180px) {
  .intro--small {
    font-size: 2.4rem;
  }
}
.intro--large .intro__heading {
  font-size: 6rem;
}
@media only screen and (max-width: 769px) {
  .intro--large .intro__heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1180px) {
  .intro--large {
    font-size: 4rem;
  }
}
.intro--smaller {
  font-size: 2.2rem;
}
.intro--80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 769px) {
  .intro--80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .intro--padding-small {
    padding: 4rem 0;
  }
}
.intro--padding-large {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1180px) {
  .intro--padding-large {
    padding: 2rem 0;
  }
}
.intro--padding-large-hold {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1180px) {
  .intro--padding-large-hold {
    padding: 8rem 0;
  }
}
.intro--padding-large-hold .intro__heading {
  margin-bottom: 0;
}

.phc__content {
  min-height: 72rem;
  position: relative;
  background-color: white;
}
@media screen and (max-height: 700px) {
  .phc__content {
    min-height: 55rem;
  }
}
.phc__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.6;
  pointer-events: none;
  z-index: 2;
}
.phc__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.phc .container {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 72rem;
}
@media screen and (max-height: 700px) {
  .phc .container {
    min-height: 55rem;
  }
}
.phc__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-height: 700px) {
  .phc__inner {
    padding-bottom: 10rem;
  }
}
.phc__heading {
  color: #fff;
  font-family: "Tusker Grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 8rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .phc__heading {
    font-size: 6rem;
  }
}
.phc__kicker {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.phc__contents {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  max-width: 80rem;
}
.phc a {
  text-decoration: none;
}
.phc__link a {
  color: #ff5f00;
  border: 1px solid #ff5f00;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  transition: all 0.3s;
  padding: 1rem 2rem;
}
.phc__link a:hover {
  color: #000000;
  border-color: #ff5f00;
  background: #ff5f00;
}
.phc__link a:active, .phc__link a:visited {
  text-decoration: none;
}

.slick-prev, .slick-next {
  padding: 2rem;
  z-index: 10;
  display: block;
  width: 5.6rem;
  height: 7.2rem;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  transition: margin-left 0.5s, margin-right 0.5s;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev:hover, .slick-next:hover {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev:focus, .slick-next:focus {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 50%;
  margin-left: -68rem;
  bottom: 0;
  top: auto;
  background-image: url("/wp-content/themes/gsi/assets/images/icon-arrow--left.png");
}

.slick-prev:hover {
  margin-left: -68.5rem;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 50%;
  margin-right: -68rem;
  bottom: 0;
  top: auto;
  background-image: url("/wp-content/themes/gsi/assets/images/icon-arrow--right.png");
}

.slick-next:hover {
  margin-right: -68.5rem;
}

@media screen and (max-width: 1400px) {
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    margin-left: -48%;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    margin-right: -48%;
  }
}
.phm {
  margin: 0 auto;
  display: flex;
  background-color: #004b86;
  background-size: cover;
  background-position: center center;
  min-height: 72rem;
  position: relative;
}
.phm.wp-block-acf-page-header {
  min-height: 55rem;
}
@media screen and (max-height: 700px) {
  .phm {
    min-height: 55rem;
  }
}
.phm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.6;
  pointer-events: none;
}

.phm__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.phm__inner .container {
  width: 100%;
}
@media screen and (max-height: 700px) {
  .phm__inner {
    padding-bottom: 10rem;
  }
}
.phm__inner h1, .phm__inner h2, .phm__inner h3, .phm__inner h4, .phm__inner h5, .phm__inner p {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media only screen and (max-width: 760px) {
  .phm__inner h1, .phm__inner h2, .phm__inner h3, .phm__inner h4, .phm__inner h5, .phm__inner p {
    max-width: 100%;
    min-width: 100%;
  }
}
.phm__inner .phm__heading {
  color: #fff;
  font-family: "Tusker Grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 8rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .phm__inner .phm__heading {
    font-size: 6rem;
  }
}
.phm__inner .phm__kicker {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.phm__inner .phm__contents {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  max-width: 80rem;
  margin: 0 auto;
}
.phm__inner h3, .phm__inner h4, .phm__inner h5 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.phm__inner a {
  color: #fff;
  text-decoration: underline;
}
.phm__inner a.phm__link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  transition: all 0.3s;
  position: absolute;
  left: 2rem;
  top: 8rem;
}
@media only screen and (max-width: 769px) {
  .phm__inner a.phm__link {
    display: none;
  }
}
.phm__inner a.phm__link:hover {
  color: #ff5f00;
}
.phm__inner--align-left .phm__heading,
.phm__inner--align-left .phm__kicker,
.phm__inner--align-left .phm__contents,
.phm__inner--align-left h3, .phm__inner--align-left h4, .phm__inner--align-left h5 {
  text-align: left;
}
.phm__inner--align-center .phm__heading,
.phm__inner--align-center .phm__kicker,
.phm__inner--align-center .phm__contents,
.phm__inner--align-center h3, .phm__inner--align-center h4, .phm__inner--align-center h5 {
  text-align: center;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .photo-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.photo-gallery__item-inner {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.photo-gallery__info {
  position: absolute;
  z-index: 2;
  background: #ff5f00;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}
.photo-gallery__info .button--white:hover {
  background: transparent !important;
  color: #fff !important;
}
.photo-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .photo-gallery__item:hover .photo-gallery__info {
    transform: translateY(0%);
  }
}

/* Lightbox container */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
#lightbox img {
  max-width: 95%;
  max-height: 80vh;
}
#lightbox__caption {
  color: #000000;
  margin: 1rem;
  text-align: center;
}
#lightbox button {
  border: none;
  padding: 1rem;
  cursor: pointer;
  background: transparent;
}
#lightbox #lightbox__close {
  font-size: 5rem;
  color: #004b86;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: white;
  line-height: 0.8;
}
#lightbox #next-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  background: white;
  z-index: 10;
  color: #004b86;
}
#lightbox #prev-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  background: white;
  z-index: 10;
  color: #004b86;
}

.lightbox__content {
  position: relative;
  text-align: center;
}
.lightbox__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 95%;
  margin: 1rem auto;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (min-width: 321px) and (max-width: 400px), only screen and (min-width: 401px) and (max-width: 600px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  html {
    font-size: 9px;
  }
}

body {
  font-optical-sizing: auto;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  overflow-x: hidden;
  color: #000000;
  background-color: #004b86;
}

.site {
  position: relative;
  padding-top: 12rem;
}

a, a:visited, a:active {
  color: #ff5f00;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

:target {
  scroll-margin-top: 98px;
}

section {
  scroll-snap-align: start;
  position: relative;
}

main {
  overflow-x: hidden;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}

.container {
  max-width: 140rem;
  margin: 0 auto;
}

.error-404 {
  padding: 20rem 0;
  text-align: center;
}

.related-block__heading {
  font-size: 7rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 769px) {
  .related-block__heading {
    font-size: 4rem;
  }
}

.related-block__link {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

.custom-group--bg-color-black .related-block__heading {
  color: #ff5f00;
}
.custom-group--bg-color-black .related-block__link {
  color: #ff5f00;
}/*# sourceMappingURL=style.css.map */