/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 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,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
:root {
  --block-spacing-sm: 40px;
  --block-spacing: 80px;
  --block-spacing-md: 80px;
  --block-spacing-lg: 120px;
  --block-spacing-xl: 200px;
  --header-height: 110px;
}
.new-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  padding: 0 40px;
}
@media (max-width: 960px) {
  .new-grid {
    padding: 0 25px;
  }
}
.new-grid.is-flush {
  grid-column-gap: 0;
  padding: 0;
}
@font-face {
  font-family: 'Untitled Sans Web';
  src: url('../fonts/UntitledSansWeb-Regular.woff2'), url('../fonts/UntitledSansWeb-Regular.woff'), url('../fonts/UntitledSansWeb-Regular.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Untitled Sans Web';
  src: url('../fonts/UntitledSansWeb-RegularItalic.woff2'), url('../fonts/UntitledSansWeb-RegularItalic.woff'), url('../fonts/UntitledSansWeb-RegularItalic.eot');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Untitled Sans Web';
  src: url('../fonts/UntitledSansWeb-Medium.woff2'), url('../fonts/UntitledSansWeb-Medium.woff'), url('../fonts/UntitledSansWeb-Medium.eot');
  font-weight: 700;
}
@font-face {
  font-family: 'Gestura Display';
  src: url('../fonts/GesturaDisplay-Regular.woff2'), url('../fonts/GesturaDisplay-Regular.woff');
}
/*! Flickity v2.0.6
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.debug > * {
  outline: 1px solid #912eff;
}
.debug > * > * {
  outline: 1px solid #5497ff;
}
.debug > * > * > * {
  outline: 1px solid #51feff;
}
.debug > * > * > * > * {
  outline: 1px solid #ff0000;
}
.debug > * > * > * > * * {
  outline: 1px solid #00ff00;
}
* {
  box-sizing: border-box;
}
html,
body {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1em;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
button:focus {
  outline: none;
}
@media (min-width: 961px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 960px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
body {
  background-color: #FAFAFA;
  color: #2F378C;
}
body[data-template="first"] {
  background: #292929;
  color: #ffffff;
}
body[data-template="first"] .main-content {
  background: #191919;
  color: #ffffff;
}
body[data-template="first"] .main-content .first-dark-grey-bg {
  background: #292929;
  color: #ffffff;
}
@media (min-width: 961px) {
  [data-enter-in] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 777ms ease;
  }
}
@media (min-width: 961px) {
  .in-view {
    transform: translateY(0px);
    transition: all 777ms ease;
    transition-property: transform, opacity!important;
    transition-delay: 0ms;
    opacity: 1;
  }
}
.main-content {
  background: #FAFAFA;
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 960px) {
  .main-content {
    padding-bottom: 0;
    min-height: 0;
  }
}
.opening {
  height: 100vh;
}
@media (max-width: 960px) {
  .opening {
    height: 56.25vw;
  }
}
.text-section {
  margin-top: 7.2rem;
}
@media (max-width: 960px) {
  [lang="zh-Hans"] .text-section .col p {
    width: 83.33333333%;
    width: calc( 83.33333333%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .text-section {
    margin-top: 1.2rem;
  }
}
@media (max-width: 960px) {
  .text-section.intro {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .text-section.intro {
    margin-top: 25px;
  }
}
.text-section:before,
.text-section:after {
  display: table;
  content: "";
}
.text-section:after {
  clear: both;
}
.text-section .col {
  float: left;
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 960px) {
  .text-section .col {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 960px) {
  .text-section .col p:last-child {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .text-section .col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    float: none;
    margin-top: 0;
  }
}
.text-section.-two-col .col.-one {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 960px) {
  .text-section.-two-col .col.-one {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-section.-two-col .col.-one a,
.text-section.-two-col .col.-one button,
.text-section.-two-col .col.-one .selected {
  color: #A1A1A1;
}
@media (min-width: 961px) {
  .text-section.-two-col .col.-one a,
  .text-section.-two-col .col.-one button,
  .text-section.-two-col .col.-one .selected {
    color: #A1A1A1;
  }
}
.text-section.-two-col .col.-one a:hover,
.text-section.-two-col .col.-one button:hover,
.text-section.-two-col .col.-one .selected:hover {
  color: #2F378C !important;
  opacity: 1;
}
.text-section.-two-col .col.-one .text-large,
.text-section.-two-col .col.-one .title-2 {
  color: #2F378C;
}
@media (max-width: 960px) {
  .text-section.-two-col .col.-one .text-large,
  .text-section.-two-col .col.-one .title-2 {
    font-weight: bold;
    margin: 0;
  }
}
.text-section.-two-col .col.-one .text-large a,
.text-section.-two-col .col.-one .title-2 a,
.text-section.-two-col .col.-one .text-large button,
.text-section.-two-col .col.-one .title-2 button {
  color: #2F378C;
}
.text-section.-two-col .col.-one .text-large a:hover,
.text-section.-two-col .col.-one .title-2 a:hover,
.text-section.-two-col .col.-one .text-large button:hover,
.text-section.-two-col .col.-one .title-2 button:hover {
  color: #2F378C;
}
.text-section.-two-col .col.-two {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
.text-section.-two-col .col.-two .button {
  margin-top: var(--block-spacing-sm);
  display: inline-block;
}
@media (min-width: 1441px) {
}
@media (max-width: 960px) {
  .text-section.-two-col .col.-two {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-section.-two-col .col.-two.-full-width {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1441px) {
  .text-section.-two-col .col.-two.-full-width {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1801px) {
  .text-section.-two-col .col.-two.-full-width {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .text-section.-two-col .col.-two.-full-width {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-section.-two-col .col.-two.-full-width.-no-gutter {
  width: 66.66666667%;
  margin-right: 0;
}
@media (max-width: 960px) {
  .text-section.-two-col .col.-two.-full-width.-no-gutter {
    width: 100%;
    margin-right: 0;
  }
}
.text-section.-two-col .col.-two.-media {
  margin-top: 0.4rem;
}
@media (min-width: 1801px) {
}
.tile {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  position: relative;
  height: 0;
  padding-bottom: 20%;
  float: left;
  margin-bottom: 20px;
  background: #eee;
  background-size: cover;
}
@media (max-width: 960px) {
  .tile {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    padding-bottom: 30%;
  }
}
@media (max-width: 640px) {
  .tile {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    padding-bottom: 66%;
  }
}
.tile .tile-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.tile .tile-title {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 20px;
  line-height: 1;
}
.tile:hover .tile-image {
  filter: grayscale(1);
}
.tile:hover:after {
  content: '';
  position: absolute;
  background: #222764;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.tile.-dark {
  color: #2F378C;
}
.tile.-dark:hover {
  color: black!important;
}
.tile.-light {
  color: white;
}
.tile-left {
  float: left;
}
.tile-right {
  float: right;
}
.tile-large {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (min-width: 961px) {
  .tile-large {
    padding-bottom: calc(40% +  20px );
  }
}
@media (max-width: 960px) {
  .tile-large {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .tile-large {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.mosiac:before,
.mosiac:after {
  display: table;
  content: "";
}
.mosiac:after {
  clear: both;
}
.mosiac.asymmetric .tile {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  position: relative;
  height: 0;
  padding-bottom: 20%;
  float: left;
  margin-bottom: 20px;
  background: #eee;
  background-size: cover;
}
@media (max-width: 960px) {
  .mosiac.asymmetric .tile {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    padding-bottom: 30%;
  }
}
@media (max-width: 640px) {
  .mosiac.asymmetric .tile {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    padding-bottom: 66%;
  }
}
.mosiac.asymmetric .tile .tile-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.mosiac.asymmetric .tile .tile-title {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 20px;
  line-height: 1;
}
.mosiac.asymmetric .tile:hover .tile-image {
  filter: grayscale(1);
}
.mosiac.asymmetric .tile:hover:after {
  content: '';
  position: absolute;
  background: #222764;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.mosiac.asymmetric .tile.-dark {
  color: #2F378C;
}
.mosiac.asymmetric .tile.-dark:hover {
  color: black!important;
}
.mosiac.asymmetric .tile.-light {
  color: white;
}
.mosiac.asymmetric .tile:nth-child(3n + 1) {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (min-width: 961px) {
  .mosiac.asymmetric .tile:nth-child(3n + 1) {
    padding-bottom: calc(40% +  20px );
  }
}
@media (max-width: 960px) {
  .mosiac.asymmetric .tile:nth-child(3n + 1) {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .mosiac.asymmetric .tile:nth-child(3n + 1) {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.mosiac.asymmetric.-start-right .tile:nth-child(6n + 1),
.mosiac.asymmetric.-start-right .tile:nth-child(6n + 2),
.mosiac.asymmetric.-start-right .tile:nth-child(6n + 3) {
  float: right;
}
.mosiac.asymmetric.-start-left .tile:nth-child(6n + 4),
.mosiac.asymmetric.-start-left .tile:nth-child(6n + 5),
.mosiac.asymmetric.-start-left .tile:nth-child(6n + 6) {
  float: right;
}
.text-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.text-block ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.text-block ul li:before {
  content: '—';
  position: absolute;
  left: 0;
}
[data-spacing="1"] {
  margin-top: 3rem;
}
[data-spacing="2"] {
  margin-top: 6rem;
}
[data-spacing="3"] {
  margin-top: 9rem;
}
[data-spacing="4"] {
  margin-top: 12rem;
}
@media (max-width: 960px) {
  [data-spacing] {
    margin-top: 1.2rem;
  }
}
.segmented-content {
  display: none;
}
.segment-viewer .segmented-content {
  display: none;
}
[data-show-segment="development"] [data-segment="development"] {
  display: block;
}
[data-show-segment="bridging"] [data-segment="bridging"] {
  display: block;
}
[data-show-segment="bank"] [data-segment="bank"] {
  display: block;
}
[data-show-segment="mezzanine"] [data-segment="mezzanine"] {
  display: block;
}
[data-show-segment="development"] [data-id="development"] {
  color: #2F378C !important;
}
[data-show-segment="bridging"] [data-id="bridging"] {
  color: #2F378C !important;
}
[data-show-segment="bank"] [data-id="bank"] {
  color: #2F378C !important;
}
#intro {
  height: 100vh;
}
@media (max-width: 960px) {
  #intro {
    height: 56.25vw;
  }
}
.services-previews .services-label {
  grid-column: span 12;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 960px) {
  .services-previews .services-label {
    margin-bottom: 30px;
  }
}
.services-previews .service-preview {
  grid-column: span 4;
  float: left;
  display: block;
  padding: 46px 40px;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .services-previews .service-preview {
    grid-column: span 12;
    margin-bottom: 20px;
  }
}
.services-previews .service-preview:hover {
  border-color: #2F378C;
}
.services-previews .service-preview .service-name {
  margin-bottom: 20px;
}
.services-previews .service-preview .service-description {
  margin-bottom: 34px;
}
.services-previews .service-preview .service-link {
  margin-bottom: 0;
}
.figure-section .figure-area {
  grid-column: 5 / 13;
}
@media (max-width: 960px) {
  .figure-section .figure-area {
    grid-column: 1 / 13;
  }
}
.figure-section .figure-area.is-standard {
  grid-column: 5 / 13;
}
@media (max-width: 960px) {
  .figure-section .figure-area.is-standard {
    grid-column: 1 / 13;
  }
}
.figure-section .figure-area.is-full {
  grid-column: 1 / 13;
}
.figure-section .figure-area.is-flush {
  grid-column: 1 / 13;
  margin-top: 0;
}
.sticky-media-section {
  padding: 0 40px;
  padding-right: 20px;
  position: relative;
}
.sticky-media-section:before,
.sticky-media-section:after {
  display: table;
  content: "";
}
.sticky-media-section:after {
  clear: both;
}
@media (max-width: 960px) {
  .sticky-media-section {
    padding: 0 25px;
    padding-right: 5px;
  }
}
.sticky-media-section .text-area {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  20px );
  margin-right: 20px;
  float: left;
  position: sticky;
  top: var(--header-height);
}
@media (max-width: 960px) {
  .sticky-media-section .text-area {
    position: relative;
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: var(--block-spacing-md);
    top: 0;
  }
}
.sticky-media-section .figures-area {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: right;
}
@media (max-width: 960px) {
  .sticky-media-section .figures-area {
    position: relative;
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
.sticky-media-section .figures-area .figure-area {
  margin-bottom: 20px;
}
.sticky-media-section .figures-area .figure-area:last-child {
  margin-bottom: 0;
}
.explore-area {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.explore-headline {
  margin-bottom: 40px;
  color: #A1A1A1;
}
@media (max-width: 960px) {
  .explore-headline {
    margin-bottom: 30px;
    font-size: 1rem!important;
  }
}
.explore-nav .explore-nav-item {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 960px) {
  .explore-nav .explore-nav-item {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.explore-nav .explore-nav-item:hover + .explore-nav-figure {
  opacity: 1;
}
.explore-nav .explore-nav-figure {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  height: 0;
  float: left;
  position: relative;
  opacity: 0;
}
.explore-nav .explore-nav-figure img {
  width: 100%;
  height: 29.7rem;
  object-fit: cover;
}
@media (max-width: 960px) {
  .explore-nav .explore-nav-figure {
    display: none;
  }
}
.explore-nav .explore-nav-figure:nth-of-type(2) {
  top: -4.95rem;
}
.explore-nav .explore-nav-figure:nth-of-type(3) {
  top: -9.9rem;
}
.explore-nav .explore-nav-figure:nth-of-type(4) {
  top: -14.85rem;
}
.explore-nav .explore-nav-figure:nth-of-type(5) {
  top: -19.8rem;
}
.explore-nav .explore-nav-figure:nth-of-type(6) {
  top: -24.75rem;
}
.explore-nav .explore-nav-figure:nth-of-type(7) {
  top: -29.7rem;
}
.explore-nav .explore-nav-figure:nth-of-type(8) {
  top: -34.65rem;
}
.explore-nav .explore-nav-figure:nth-of-type(9) {
  top: -39.6rem;
}
.explore-nav .explore-nav-figure:nth-of-type(10) {
  top: -44.55rem;
}
.explore-nav .explore-nav-figure:nth-of-type(11) {
  top: -49.5rem;
}
.explore-nav .explore-nav-figure:nth-of-type(12) {
  top: -54.45rem;
}
.explore-nav .explore-nav-figure:nth-of-type(13) {
  top: -59.4rem;
}
.explore-nav .explore-nav-figure:nth-of-type(14) {
  top: -64.35rem;
}
.explore-nav .explore-nav-figure:nth-of-type(15) {
  top: -69.3rem;
}
.explore-nav .explore-nav-figure:nth-of-type(16) {
  top: -74.25rem;
}
.explore-nav .explore-nav-figure:nth-of-type(17) {
  top: -79.2rem;
}
.explore-nav .explore-nav-figure:nth-of-type(18) {
  top: -84.15rem;
}
.explore-nav .explore-nav-figure:nth-of-type(19) {
  top: -89.1rem;
}
.explore-nav .explore-nav-figure:nth-of-type(20) {
  top: -94.05rem;
}
.expertise-title {
  color: #A1A1A1;
  margin-bottom: 1rem;
}
.full-width {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.project-link-section .project-link-headline {
  margin-bottom: 40px;
  color: #A1A1A1;
}
@media (max-width: 960px) {
  .project-link-section .project-link-headline {
    margin-bottom: 30px;
    font-size: 1rem!important;
  }
}
.project-link-section .project-link-nav-item {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 33.33333333%;
  float: left;
}
@media (max-width: 960px) {
  .project-link-section .project-link-nav-item {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.project-link-section .project-link-nav-item:hover {
  opacity: 0.6;
}
.project-link-section .project-link-nav-item:hover + .project-link-nav-figure {
  opacity: 1!important;
}
@media (max-width: 960px) {
  .project-link-section .project-link-area {
    font-size: 1.75rem;
  }
}
.project-link-section .project-link-area .project-link-nav-item:first-child + .project-link-nav-figure {
  opacity: 1;
}
.project-link-section .project-link-area:hover .project-link-nav-item:first-child + .project-link-nav-figure {
  opacity: 0;
}
.project-link-section .project-link-nav-figure {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  height: 0;
  float: left;
  position: relative;
  opacity: 0;
}
@media (max-width: 960px) {
  .project-link-section .project-link-nav-figure {
    display: none;
  }
}
.project-link-section .project-link-nav-figure:nth-of-type(2) {
  top: -1.2rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(3) {
  top: -2.4rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(4) {
  top: -3.6rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(5) {
  top: -4.8rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(6) {
  top: -6rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(7) {
  top: -7.2rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(8) {
  top: -8.4rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(9) {
  top: -9.6rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(10) {
  top: -10.8rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(11) {
  top: -12rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(12) {
  top: -13.2rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(13) {
  top: -14.4rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(14) {
  top: -15.6rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(15) {
  top: -16.8rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(16) {
  top: -18rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(17) {
  top: -19.2rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(18) {
  top: -20.4rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(19) {
  top: -21.6rem;
}
.project-link-section .project-link-nav-figure:nth-of-type(20) {
  top: -22.8rem;
}
body[data-template="first"] {
  background: #191919;
  color: #ffffff;
}
body[data-template="first"] .main-content {
  background: #191919;
  color: #ffffff;
}
body[data-template="first"] .main-content .first-dark-grey-bg {
  background: #292929;
  color: #ffffff;
}
.nzms1st-opening-section {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
.nzms1st-opening-section .nzms1st-opening-media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nzms1st-opening-section .nzms1st-opening-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.nzms1st-opening-section .nzms1st-opening-media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nzms1st-opening-section .nzms1st-opening-headline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  color: #ffffff;
}
@media (max-width: 960px) {
  .nzms1st-opening-section .nzms1st-opening-headline {
    bottom: 100px;
    display: flex;
    padding: 25px;
    align-items: flex-end;
  }
}
@media (max-width: 960px) {
  [data-menu-open="true"] .nzms1st-opening-section .nzms1st-opening-headline {
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .nzms1st-opening-section .nzms1st-opening-headline br {
    display: none;
  }
}
.nzms1st-opening-section .nzms1st-opening-headline .opening-headline-inner {
  text-align: center;
}
.nzms-first-logo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #292929;
  transition: 777ms ease-in-out all;
}
.nzms-first-logo-overlay .nzms-first-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  width: 100%;
  height: calc(calc(100vw - 80px) * 0.31);
  transition: 777ms ease-in-out all;
  transform-origin: center;
}
@media (max-width: 960px) {
  .nzms-first-logo-overlay .nzms-first-logo {
    top: 50%;
    height: calc(calc(100vw - 50px) * 0.31);
    transform: translate3d(-50%, -50%, 0);
  }
}
.nzms-first-logo-overlay .nzms-first-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-box: fill-box;
}
.nzms-first-logo-overlay .nzms-first-logo svg path {
  fill: #C2EC7D;
  transition: 777ms ease-in-out all;
}
.nzms-first-logo-overlay.is-header-state {
  background: transparent;
  pointer-events: none;
  position: absolute;
}
.nzms-first-logo-overlay.is-header-state .nzms-first-logo {
  top: 40px;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  height: calc(162px * 0.31);
  opacity: 1;
}
@media (max-width: 960px) {
  .nzms-first-logo-overlay.is-header-state .nzms-first-logo {
    top: 100px;
    width: 100%;
    height: calc(calc(100vw - 50px) * 0.31);
  }
}
@media (max-width: 960px) {
  [data-menu-open="true"] .nzms-first-logo-overlay.is-header-state .nzms-first-logo {
    opacity: 0;
    transition: 222ms opacity ease-in-out;
  }
}
.nzms-first-logo-overlay.is-header-state .nzms-first-logo path {
  fill: #ffffff;
}
.nzms1st-headline-text-block .text-area {
  grid-column: 3 / 11;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .nzms1st-headline-text-block .text-area {
    grid-column: 1 / 13;
  }
}
.nzms1st-headline-text-block .text-area .first-headline {
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .nzms1st-headline-text-block .text-area .first-headline br {
    display: none;
  }
}
.nzms1st-headline-text-block .text-area .description {
  max-width: 670px;
  margin: 0 auto 2rem;
}
.first-headline-section .headline-area {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .first-headline-section .headline-area {
    padding: 10px 0;
  }
}
@media (max-width: 960px) {
  .first-headline-section .headline-area br {
    display: none;
  }
}
.first-headline-xl-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C2EC7D;
  background: url(/assets/media/bg/pill-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.first-headline-xl-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.725) 50%, #191919 100%);
}
.first-headline-xl-section .headline-area {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 40px;
}
@media (min-width: 1441px) {
  .first-headline-xl-section .headline-area {
    max-width: 1670px;
  }
}
@media (max-width: 960px) {
  .first-headline-xl-section .headline-area {
    padding: 0 25px;
  }
}
@media (max-width: 960px) {
  .first-headline-xl-section .headline-area br {
    display: none;
  }
}
.nzms1st-team-section .team-label {
  grid-column: span 12;
  text-align: center;
  margin-bottom: var(--block-spacing-lg);
  padding-bottom: 0!important;
}
@media (max-width: 960px) {
  .nzms1st-team-section .team-label {
    margin-bottom: var(--block-spacing-md);
  }
}
.nzms1st-team-section .person {
  grid-column: span 3;
}
@media (max-width: 960px) {
  .nzms1st-team-section .person {
    grid-column: span 6;
    margin-bottom: var(--block-spacing-md);
  }
}
.nzms1st-team-section .person .nzms1st-person-image {
  width: 100%;
  margin-bottom: 1rem;
}
.nzms1st-team-section .person .nzms1st-person-image .nzms1st-person-image-height {
  height: 0;
  padding-bottom: 122%;
  position: relative;
}
.nzms1st-team-section .person .nzms1st-person-image .nzms1st-person-image-height img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
@media (max-width: 960px) {
  .nzms1st-team-section .person-text .person-bio {
    font-size: 0.75rem;
  }
}
.nzms1st-dual-image-section .image-left {
  grid-column: 1 / 4;
}
@media (max-width: 960px) {
  .nzms1st-dual-image-section .image-left {
    grid-column: 1 / 13;
    margin-bottom: 80px;
  }
}
.nzms1st-dual-image-section .image-right {
  grid-column: 5 / 13;
}
@media (max-width: 960px) {
  .nzms1st-dual-image-section .image-right {
    grid-column: 1 / 13;
  }
}
@media (max-width: 960px) {
  .block-type-first-graphic {
    display: none;
  }
}
.nzms1st-graphic .graphic-label {
  grid-column: span 12;
  text-align: center;
  margin-bottom: 100px;
}
.graphic {
  grid-column: 2 / 12;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
  column-gap: 20px;
}
.graphic .graphic-block,
.graphic .key-item {
  transition: all 0.3s ease;
}
.graphic.is-focus-mode .graphic-block,
.graphic.is-focus-mode .key-item {
  opacity: 0.2;
}
.graphic.is-focus-mode .graphic-block.is-highlighted,
.graphic.is-focus-mode .key-item.is-highlighted {
  opacity: 1;
}
.graphic .header-col.is-axis,
.graphic .graphic-col.is-axis {
  grid-column: span 1;
}
.graphic .header-col.is-nzms,
.graphic .graphic-col.is-nzms {
  grid-column: span 3;
}
.graphic .header-col.is-competitor,
.graphic .graphic-col.is-competitor {
  grid-column: span 2;
}
.graphic .header-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.graphic .header-col.is-nzms {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.graphic .graphic-col {
  height: 40vw;
  max-height: 640px;
}
.graphic .graphic-col.is-axis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  width: 100%;
}
.graphic .graphic-col.is-axis .graphic-axis-col {
  height: 100%;
}
.graphic .graphic-col.is-axis .graphic-axis-label-text {
  font-size: 12px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  color: #9A9A9A;
  text-align: center;
  letter-spacing: -0.01em;
  transform: rotate(180deg);
}
.graphic .graphic-col.is-axis .graphic-number-scale {
  display: block;
  height: 100%;
  height: calc(100% + 10px);
  font-size: 10px;
  margin: -5px 0;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.graphic .graphic-col.is-axis .graphic-temperature-scale {
  display: block;
  height: 100%;
  width: 26px;
  background: linear-gradient(180deg, #901111 0%, #699B37 100%);
}
.graphic .graphic-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.graphic .graphic-col .graphic-block {
  width: 100%;
  height: auto;
  padding: 5px 10px;
  line-height: 1;
  min-height: calc( 3rem  + 10px);
}
.graphic .graphic-col .graphic-block .percentage-display:after {
  content: '%';
  font-size: 1rem;
  font-family: 'Untitled Sans Web', -apple-system, sans-serif;
  vertical-align: top;
  position: relative;
  top: 0.3rem;
  left: 0.1rem;
}
[data-type="equity"] {
  background: #4C4C4C;
  color: #E1E0DC;
}
[data-type="nzms-shareholder"] {
  background: #9A9A9A;
  color: #2d2d2d;
}
[data-type="investor-security"] {
  background: #C2EC7D;
  color: #2d2d2d;
}
[data-type="bank-debt"] {
  background: #171717;
  color: #ffffff;
}
[data-type="bank-debt"].graphic-block {
  border: 1px solid #4B4B4B;
  border-top: 0px solid transparent;
}
.key-area {
  grid-column: 2 / 7;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  margin-top: 2rem;
}
.key-area .key-label {
  grid-column: span 5;
  margin-bottom: 1rem;
}
.key-area .key-item {
  grid-column: span 2;
  cursor: pointer;
  pointer-events: all;
}
.key-area .key-item:hover {
  opacity: 1;
}
.key-area .key-item .key-item-color {
  width: 11px;
  height: 11px;
  margin: 2px 0;
  border-radius: 50%;
  border: 0.5px solid white;
  display: inline-block;
  margin-right: 12px;
}
.key-area .key-item .key-item-text {
  display: inline-block;
  line-height: 1em;
}
.nzms1st-faqs-section .faqs-label {
  grid-column: span 12;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 0!important;
}
@media (max-width: 960px) {
  .nzms1st-faqs-section .faqs-label {
    margin-bottom: var(--block-spacing-md);
  }
}
.nzms1st-faqs-section .faqs-area {
  grid-column: 2 / 12;
}
@media (max-width: 960px) {
  .nzms1st-faqs-section .faqs-area {
    grid-column: span 12;
    font-size: 1rem !important;
  }
}
.nzms1st-faqs-section .faqs-area .faq.is-animating {
  pointer-events: none;
}
.nzms1st-faqs-section .faqs-area .faq .faq-question {
  border-top: 1px solid;
  padding: 1rem 0;
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
}
.nzms1st-faqs-section .faqs-area .faq .faq-question:before,
.nzms1st-faqs-section .faqs-area .faq .faq-question:after {
  content: '';
  position: absolute;
  top: 2.1rem;
  right: 0;
  width: 1rem;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 111ms linear;
}
@media (max-width: 960px) {
  .nzms1st-faqs-section .faqs-area .faq .faq-question:before,
  .nzms1st-faqs-section .faqs-area .faq .faq-question:after {
    top: 1.2rem;
  }
}
.nzms1st-faqs-section .faqs-area .faq .faq-question:after {
  transform: translateY(-50%) rotate(90deg);
}
.nzms1st-faqs-section .faqs-area .faq .faq-answer {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 333ms ease-in-out;
}
.nzms1st-faqs-section .faqs-area .faq .faq-answer .answer-text {
  opacity: 0;
  transition: opacity 333ms ease-in-out;
  transition-delay: 333ms;
  padding-bottom: 1rem;
  color: #A1A1A1;
}
.nzms1st-faqs-section .faqs-area .faq.is-open .faq-question:before,
.nzms1st-faqs-section .faqs-area .faq.is-open .faq-question:after {
  transform: translateY(-50%) rotate(-45deg);
}
.nzms1st-faqs-section .faqs-area .faq.is-open .faq-question:after {
  transform: translateY(-50%) rotate(45deg);
}
.nzms1st-faqs-section .faqs-area .faq.is-open .faq-answer .answer-text {
  opacity: 1;
}
[data-template="first"] .block-type-first-dual-text-media-sticky .text-large {
  padding-bottom: 3.6rem;
}
[data-template="first"] .sticky-button-at-bottom {
  margin: 0;
}
@media (min-width: 961px) {
  [data-template="first"] .sticky-button-at-bottom {
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 20;
  }
}
@media (max-width: 960px) {
  [data-template="first"] .sticky-button-at-bottom {
    position: relative;
    margin: 0;
    margin: 1rem 0 80px;
  }
}
[data-template="first"] .block-type-first-faqs {
  background: #292929;
}
[data-template="first"] .first-full-black-bg .block-type-image {
  margin-bottom: 0!important;
}
[data-template="first"] .block-type-first-faqs {
  background: #292929;
}
[data-template="first"] .block-type-first-faqs + .block-type-first-headline-text {
  background: #292929;
}
[data-template="first"] .site-footer {
  background: #292929;
  margin-top: 0;
}
.accordian-label {
  padding: 0.396rem 0;
  border-top: 1px solid rgba(47, 55, 140, 0.12);
  margin: 0!important;
  cursor: pointer;
  position: relative;
}
@media (max-width: 960px) {
  .accordian-label {
    padding: 0.6rem 0;
  }
}
.accordian-label:after {
  content: '+';
  position: absolute;
  font-size: 3.6rem;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  .accordian-label:after {
    font-size: 2rem;
  }
}
.accordian-label:last-of-type {
  border-bottom: 1px solid rgba(47, 55, 140, 0.12);
}
.accordian-label.-open:after {
  content: '–';
}
.accordian-label.-open + .accordian-drawer {
  display: block!important;
}
.accordian-drawer {
  display: none;
  padding: 0.7992rem 0;
  border-top: 1px solid rgba(47, 55, 140, 0.12);
}
.accordian-drawer:last-of-type {
  border-bottom: 1px solid rgba(47, 55, 140, 0.12);
}
.accordian-drawer p:last-child {
  margin-bottom: 0;
}
.nav-trigger.-selected:after {
  content: '';
  display: inline-block;
  margin-left: 0.35em;
  position: relative;
  box-sizing: border-box;
  width: 0.275em;
  height: 0.55em;
  border-left: solid 0.275em;
  border-bottom: solid 0.275em transparent;
  border-top: solid 0.275em transparent;
  transition: 0.25s transform ease;
}
.nav-trigger.-selected.-back:before {
  content: '';
  display: inline-block;
  margin-right: 0.35rem;
  position: relative;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-right: solid 0.275rem;
  border-bottom: solid 0.275rem transparent;
  border-top: solid 0.275rem transparent;
  transition: 0.25s transform ease;
  transform: translateY(-1px);
}
.nav-trigger.-selected.-back:after {
  display: none;
  content: none;
}
.-back-large {
  position: relative;
  left: 0.5em;
}
.-back-large:before {
  content: '';
  display: inline-block;
  left: -1rem;
  top: 0.5em;
  position: absolute;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}
@media (max-width: 640px) {
  .-back-large:before {
    content: '';
    display: inline-block;
    left: -0.6rem;
    top: 0.4rem;
    position: absolute;
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: rotate(-45deg);
    display: none;
  }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9F9F9;
  z-index: 50;
  transition: 333ms opacity ease;
  opacity: 1;
  transition-delay: 0.3333s;
  opacity: 0;
  pointer-events: none;
}
.body-home .loader-overlay {
  background: #000000;
}
@media (max-width: 960px) {
  .body-home .loader-overlay {
    background: none!important;
  }
}
.loader-overlay .logo {
  display: none;
}
.body-home .loader-overlay .logo {
  display: block;
  opacity: 1;
}
.pace-done .loader-overlay .logo {
  opacity: 0!important;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #2F378C;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 0px;
}
@media (max-width: 960px) {
  .pace .pace-progress {
    opacity: 0;
  }
}
.chevron-link {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  z-index: 100;
}
@media (max-width: 640px) {
  .chevron-link {
    display: none;
  }
}
.chevron-link .chevron {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
  border-bottom: 2px solid #F9F9F9;
  border-right: 2px solid #F9F9F9;
  animation: hover-me 1.25s infinite ease-in-out alternate;
}
[data-theme="light"] .chevron-link .chevron {
  border-bottom: 2px solid #2F378C;
  border-right: 2px solid #2F378C;
}
@media (max-width: 960px) {
  .chevron-link .chevron {
    width: 1rem;
    height: 1rem;
  }
}
.chevron-link:hover .chevron {
  border-bottom: 2px solid #A1A1A1 !important;
  border-right: 2px solid #A1A1A1 !important;
}
@keyframes hover-me {
  0% {
    transform: translateY(-75%) rotate(45deg);
  }
  50% {
    transform: translateY(-25%) rotate(45deg);
  }
  100% {
    transform: translateY(-75%) rotate(45deg);
  }
}
@media (min-width: 641px) {
}
.flickity-viewport {
  z-index: 100;
  pointer-events: none;
}
.carousel-status {
  position: absolute;
  left: 0;
  right: 0;
}
.carousel-overlay {
  width: 100%;
  height: 70vh;
  background: #FAFAFA;
  display: block;
  cursor: none;
}
.carousel-overlay.-open {
  pointer-events: auto;
  opacity: 1;
  transition: 300ms opacity linear;
}
@media (max-width: 960px) {
  .carousel-overlay {
    cursor: pointer;
    height: 56.25vw;
  }
}
.carousel-cell {
  width: 100%;
  height: 70vh;
  margin-right: 0%;
  cursor: none;
}
@media (max-width: 960px) {
  .carousel-cell {
    cursor: pointer;
    height: 56.25vw;
  }
}
.carousel-cell.is-selected {
  opacity: 1;
}
.carousel-cell img {
  display: block;
  position: absolute;
  height: auto;
  max-height: 100%;
  width: auto;
  width: 100%;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.flickity-prev-next-button {
  background-color: transparent;
  background: none;
  width: 60px;
  height: 60px;
  cursor: none;
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
.flickity-prev-next-button:hover svg path {
  fill: #A1A1A1 !important;
}
.flickity-prev-next-button svg path {
  fill: #2F378C !important;
  display: none;
}
@media (max-width: 960px) {
  .flickity-prev-next-button svg path {
    display: block;
    fill: white!important;
  }
}
.flickity-prev-next-button.next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transform: none;
}
@media (max-width: 960px) {
  .flickity-prev-next-button.next {
    width: 40px;
    height: 40px;
    right: 25px;
    left: auto!important;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: #292929;
  }
}
.flickity-prev-next-button.previous {
  display: none;
}
.carousel-title {
  position: fixed;
  font-size: 12px;
  white-space: nowrap;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  z-index: 1000;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  cursor: none;
  opacity: 0;
  transition: 300ms transform ease-in-out;
}
.carousel-title.is-visible {
  opacity: 1;
}
@media (max-width: 960px) {
  .carousel-title {
    opacity: 0!important;
    cursor: pointer;
  }
}
.carousel-status {
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
html {
  font-size: 16px;
}
@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1801px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: 'Untitled Sans Web', -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
body input,
body textarea,
body button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.text a:hover,
p a:hover,
li a:hover {
  color: #A1A1A1;
}
.text-xl {
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 960px) {
  .text-xl {
    font-size: 2.5rem;
  }
}
.title-1,
.headline {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.title-1 p,
.headline p {
  margin: 0!important;
}
@media (min-width: 1441px) {
  .title-1,
  .headline {
    font-size: 3.6rem;
  }
}
@media (min-width: 1801px) {
  .title-1,
  .headline {
    font-size: 3.6rem;
  }
}
@media (max-width: 960px) {
  .title-1,
  .headline {
    font-size: 5.4vw;
  }
}
@media (max-width: 640px) {
  .title-1,
  .headline {
    font-size: 6vw;
  }
}
.title-1 .chinese,
.headline .chinese,
.title-1 [data-uri="ch"],
.headline [data-uri="ch"] {
  font-size: 80%;
}
.text-detail {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.text-large {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
[data-template="first"] .text-large {
  font-family: 'Gestura Display', 'Untitled Sans Web', -apple-system, sans-serif;
}
@media (max-width: 960px) {
  [data-template="first"] .text-large {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .text-large {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1441px) {
  .text-large {
    font-size: 3rem;
  }
}
@media (min-width: 1801px) {
  .text-large {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .text-large.-bold-small {
    font-weight: bold;
  }
}
.text-large p {
  margin-bottom: 3.6rem;
}
.first-headline {
  font-family: 'Gestura Display', 'Untitled Sans Web', -apple-system, sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 960px) {
  .first-headline {
    font-size: 40px;
  }
}
.first-xl {
  font-family: 'Gestura Display', 'Untitled Sans Web', -apple-system, sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .first-xl {
    font-size: 60px;
  }
}
p a,
ul a {
  opacity: 1;
}
p a:hover,
ul a:hover {
  opacity: 0.6;
}
.text-medium {
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .text-medium {
    font-size: 1.5rem;
  }
}
.title-2 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 7.2rem 0 3.6rem;
}
[data-template="first"] .title-2 {
  font-family: 'Gestura Display', 'Untitled Sans Web', -apple-system, sans-serif;
}
@media (max-width: 960px) {
  [data-template="first"] .title-2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .title-2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1441px) {
  .title-2 {
    font-size: 3rem;
  }
}
@media (min-width: 1801px) {
  .title-2 {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .title-2.-bold-small {
    font-weight: bold;
  }
}
.title-2 p {
  margin-bottom: 3.6rem;
}
@media (max-width: 960px) {
  .title-2 {
    margin: 1.2rem 0 1.2rem;
  }
}
.title-2 ul {
  padding: 0;
  margin: -0.5em 0 0;
  list-style-type: none;
  line-height: 1;
}
.title-2 ul li {
  border-top: 1px solid rgba(47, 55, 140, 0.12);
  padding: 0.5em 0 0.5em;
  margin: 0;
}
.title-2 ul li:before {
  display: none;
}
.title-2 ul li:last-child {
  border-bottom: 1px solid rgba(47, 55, 140, 0.12);
}
.video-prompt {
  padding-right: 0.6em;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .video-prompt {
    padding-right: 0.6em;
  }
}
.video-prompt::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #F9F9F9;
}
@media (max-width: 960px) {
  .video-prompt::after {
    border-width: 0.4em 0 0.4em 0.6em;
  }
}
p a:hover,
.title-2 a:hover {
  color: #A1A1A1 !important;
}
@media (max-width: 960px) {
  .md\:text-medium {
    font-size: 1.5rem;
  }
}
.caps {
  display: inline-block;
  letter-spacing: 0.04rem;
  margin: 0 -0.01rem;
}
a.secondary {
  color: #F9F9F9;
  opacity: 0.55;
}
a.secondary:hover {
  color: #F9F9F9;
  opacity: 1;
}
.capitalise {
  text-transform: capitalize;
}
.navy-link:hover {
  color: #A1A1A1 !important;
}
@media (max-width: 960px) {
  .navy-link {
    font-weight: normal;
  }
}
ul.line-break-list {
  list-style-type: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
ul.line-break-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lined-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
.lined-list ul li {
  border-top: 1px solid rgba(47, 55, 140, 0.12);
  padding: 0.5em 0 0.5em;
  margin: 0;
}
.lined-list ul li:before {
  display: none;
}
.lined-list ul li:last-child {
  border-bottom: 1px solid rgba(47, 55, 140, 0.12);
}
sup {
  font-size: 0.75em;
  vertical-align: super;
  position: relative;
  top: 0.15em;
}
.gallery .thumbnail {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.gallery .thumbnail .thumbnail-image {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 960px) {
  .gallery .thumbnail {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.opening-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  color: #F9F9F9;
}
@media (max-width: 960px) {
  .opening-block {
    height: 56.25vw;
  }
}
.opening-block .opening-media {
  width: 100%;
  height: 100vh;
  object-position: 50% 50%;
  object-fit: cover;
  position: relative;
}
@media (max-width: 960px) {
  .opening-block .opening-media {
    height: 56.25vw;
  }
}
.opening-block .opening-media video {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.opening-block .opening-media .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 960px) {
  .opening-block .opening-media .video-wrapper {
    height: 56.25vw;
  }
}
.opening-block .opening-media .video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .opening-block .opening-media .video-wrapper iframe {
    min-height: 0;
    min-width: 0;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  }
}
.opening-block .overlay-film {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.opening-logo {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 960px) {
  .opening-logo {
    height: 56.25vw;
  }
}
.opening-logo .logo {
  position: absolute;
  height: 6rem;
  width: auto;
  bottom: 40px;
  left: 40px;
  z-index: 60;
  opacity: 1;
}
@media (max-width: 960px) {
  .opening-logo .logo {
    width: 25%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .opening-logo .logo {
    bottom: 25px;
    left: 25px;
  }
}
.opening-logo .logo.hidden {
  opacity: 0;
}
.overlay-home {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #F9F9F9;
  transition: 555ms opacity ease;
}
@media (max-width: 960px) {
  .overlay-home {
    height: 56.25vw;
  }
}
.overlay-home.hidden {
  opacity: 0;
}
@media (max-width: 960px) {
  .overlay-home.hidden {
    opacity: 1;
  }
}
.overlay-home .tagline {
  position: absolute;
  margin: 0!important;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
}
@media (max-width: 960px) {
  .overlay-home .tagline {
    width: 91.66666667%;
    width: calc( 91.66666667%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .overlay-home .tagline {
    padding: 25px;
  }
}
.overlay-home .pinned-prompt {
  position: absolute;
  margin: 0!important;
  top: 40px;
  left: 40px;
}
@media (max-width: 640px) {
  .overlay-home .pinned-prompt {
    top: 25px;
    left: 25px;
  }
}
inner {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (max-width: 640px) {
  inner {
    padding-left: 25px;
    padding-right: 5px;
  }
}
.site-footer {
  padding-top: 7.2rem;
  padding-bottom: 4rem;
  color: #A1A1A1;
}
[data-template="first"] .site-footer {
  background: #191919;
}
@media (max-width: 960px) {
  .site-footer {
    padding-top: 8rem;
  }
}
.site-footer a:hover {
  color: #2F378C !important;
}
[data-template="first"] .site-footer a:hover {
  color: #C2EC7D !important;
  opacity: 1;
}
@media (max-width: 960px) {
  .site-footer {
    position: relative;
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  [data-template="first"] .site-footer .col {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
.site-footer .col.text-detail {
  width: 16.66666667%;
  float: right;
}
@media (max-width: 960px) {
  [data-template="first"] .site-footer .col.text-detail {
    width: 100%;
    float: left;
    margin-top: 2rem;
  }
  [data-template="first"] .site-footer .col.text-detail:before,
  [data-template="first"] .site-footer .col.text-detail:after {
    display: table;
    content: "";
  }
  [data-template="first"] .site-footer .col.text-detail:after {
    clear: both;
  }
}
.site-header {
  padding: 40px 0 1.2rem;
  background: #F9F9F9;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  line-height: 36px;
  height: var(--header-height);
  z-index: 710;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .site-header {
    padding: 1.2rem 0 1.2rem;
    height: auto;
    line-height: 1;
  }
}
[data-template="first"] .site-header {
  background: transparent;
  color: #ffffff;
  position: absolute;
}
.menu .site-header {
  background-color: #2F378C;
  color: #ffffff;
  margin-bottom: var(--block-spacing-md);
}
.site-header.is-centered {
  padding-top: 22px;
  text-align: center;
}
.site-header.is-absolute {
  position: absolute;
}
.site-header .header-col {
  float: left;
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.site-header .header-col.is-left {
  text-align: left;
}
@media (max-width: 960px) {
  .site-header .header-col.is-left {
    display: none;
  }
}
.site-header .header-col.is-right {
  text-align: right;
}
@media (max-width: 960px) {
  .site-header .header-col.is-right {
    display: none;
  }
}
.site-header .header-col.is-centered {
  text-align: center;
}
@media (max-width: 960px) {
  .site-header .header-col.is-centered {
    text-align: left;
  }
}
@media (max-width: 960px) {
  [data-template="first"] .site-header .header-col.is-centered {
    width: 100%;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 640px) {
  .site-header {
    padding: 25px 0 25px;
  }
}
.site-header .site-title {
  height: 22px;
  opacity: 1;
  transition: 222ms all ease;
  margin-top: 7px;
  margin-bottom: 7px;
}
.site-header .site-title.nzms-first {
  height: 50px;
  opacity: 0!important;
}
@media (max-width: 960px) {
  .site-header .site-title.nzms-first {
    width: 100%;
    padding-right: 25px;
    margin: 0 auto;
    height: auto;
  }
}
[data-menu-open="true"] .site-header .site-title.nzms-first {
  opacity: 0;
}
@media (max-width: 960px) {
  .site-header .site-title.nzms-first svg path {
    fill: #ffffff;
  }
}
.site-header .site-title img,
.site-header .site-title svg {
  height: 100%;
  width: auto;
}
[data-main-content="true"] .site-header .site-title,
.no-top-image .site-header .site-title {
  opacity: 1;
}
.site-header .with-download-icon {
  position: relative;
  padding-right: 1.2rem;
}
.site-header .with-download-icon:after {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 3px;
  background-image: url('/assets/media/icon/download-icon-navy.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
}
[data-template="first"] .site-header .with-download-icon:after {
  background-image: url('/assets/media/icon/download-icon-white.svg');
}
[data-menu-open="true"] .site-header .with-download-icon:after {
  background-image: url('/assets/media/icon/download-icon-white.svg');
}
.site-header .with-download-icon:hover:after {
  opacity: 1;
}
.site-header .with-download-icon.has-icon-showing:after {
  opacity: 1;
}
.mobile-header-col {
  display: none;
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
.mobile-header-col .button {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 960px) {
  .mobile-header-col {
    display: block;
  }
}
.menu-underlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 670;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  backdrop-filter: blur(0px);
}
[data-menu-open="true"] .menu-underlay {
  opacity: 1;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}
[data-template="first"] .menu-underlay {
  bottom: auto;
  height: 280px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.01);
  position: absolute;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #2F378C;
  padding-bottom: var(--block-spacing-lg);
  background: #2F378C;
  color: #ffffff;
  z-index: 720;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 960px) {
  .menu .site-header {
    margin-bottom: var(--block-spacing-sm);
  }
}
.menu.is-first {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .menu.is-first {
    position: absolute;
    height: 100%;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
}
.menu.is-first .site-header {
  position: relative;
  background: transparent!important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu.is-first a:hover {
  opacity: 1;
  color: #C2EC7D;
}
.menu a {
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease;
}
.menu a:hover {
  opacity: 0.6;
}
.menu.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu .nav-area {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu .main-nav {
  grid-column: 1 / 5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media (max-width: 960px) {
  .menu .main-nav {
    grid-column: 1 / 13;
    grid-template-columns: repeat(1, 1fr);
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
}
.menu .first-nav {
  grid-column: 1 / 5;
}
@media (max-width: 960px) {
  .menu .first-nav {
    grid-column: 1 / 13;
    font-family: 'Gestura Display', 'Untitled Sans Web', -apple-system, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    top: -40px;
  }
}
@media (max-width: 960px) {
  .menu .first-nav li {
    line-height: 1;
    padding: 12px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 960px) {
  .menu .first-nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.menu .secondary-nav {
  grid-column: 11 / 13;
  text-align: right;
  align-self: end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .menu .secondary-nav {
    grid-column: 1 / 13;
    font-size: 1rem;
    text-align: left;
  }
}
.menu .nav-link {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .menu .nav-link {
    margin-bottom: 0;
  }
}
.menu-prompt {
  position: fixed;
  top: calc( 25px  + 4px);
  padding: 4px;
  right: 40px;
  color: navy;
  z-index: 700;
  z-index: 1000;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s ease;
  transform: translateX(0) translateY(-12.5%);
  transition-property: width, transform;
  display: none;
}
.menu-prompt:before,
.menu-prompt:after {
  content: '';
  color: inherit;
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  top: 50%;
  background: currentColor;
  transition: all 222ms ease;
}
.menu-prompt:before {
  transform: translateY(-4px);
}
.menu-prompt:after {
  transform: translateY(4px);
}
.menu-prompt:hover:before {
  transform: translateY(-3.2px);
}
.menu-prompt:hover:after {
  transform: translateY(3.2px);
}
[data-menu-open="true"] .menu-prompt,
.carousel-overlay .menu-prompt,
.video-viewer .menu-prompt {
  transform: translateX(0px);
}
[data-menu-open="true"] .menu-prompt:before,
.carousel-overlay .menu-prompt:before,
.video-viewer .menu-prompt:before {
  transform: translateY(0px) rotate(-45deg);
}
[data-menu-open="true"] .menu-prompt:after,
.carousel-overlay .menu-prompt:after,
.video-viewer .menu-prompt:after {
  transform: translateY(0px) rotate(45deg);
}
[data-menu-open="true"] .menu-prompt:hover:before,
.carousel-overlay .menu-prompt:hover:before,
.video-viewer .menu-prompt:hover:before,
[data-menu-open="true"] .menu-prompt:hover:after,
.carousel-overlay .menu-prompt:hover:after,
.video-viewer .menu-prompt:hover:after {
  background: #A1A1A1;
}
@media (max-width: 960px) {
  .menu-prompt {
    display: block;
  }
}
@media (max-width: 640px) {
  .menu-prompt {
    right: 25px;
    transform: translateY(-12.5%);
  }
}
[data-menu-open="true"] .menu-prompt {
  color: #F9F9F9;
  z-index: 1000;
}
.nav-trigger:hover,
.nav-trigger.-selected {
  color: #A1A1A1;
}
#map {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
}
@media (max-width: 640px) {
  #map {
    padding-bottom: 150%;
  }
}
#map *,
#map div *,
#map svg {
  font-family: 'Untitled Sans Web', -apple-system, sans-serif !important;
}
#map .gm-style-pbt {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}
#map .gmnoprint a,
#map .gmnoprint span,
#map .gm-style-cc,
#map .gmnoprint div,
#map .gmnoprint,
#map [title="Report errors in the road map or imagery to Google"],
#map [title="Click to see this area on Google Maps"],
#map .gm-style-cc > *,
#map .gm-style-cc > * > * {
  background: none!important;
  color: #A1A1A1 !important;
  box-shadow: none!important;
  font-family: 'Untitled Sans Web', -apple-system, sans-serif !important;
  margin-bottom: 2px;
}
#map .gmnoprint a button,
#map .gmnoprint span button,
#map .gm-style-cc button,
#map .gmnoprint div button,
#map .gmnoprint button,
#map [title="Report errors in the road map or imagery to Google"] button,
#map [title="Click to see this area on Google Maps"] button,
#map .gm-style-cc > * button,
#map .gm-style-cc > * > * button {
  display: block!important;
  background: #F9F9F9 !important;
  border: none!important;
  margin-bottom: 4px!important;
}
#map .gmnoprint a button img,
#map .gmnoprint span button img,
#map .gm-style-cc button img,
#map .gmnoprint div button img,
#map .gmnoprint button img,
#map [title="Report errors in the road map or imagery to Google"] button img,
#map [title="Click to see this area on Google Maps"] button img,
#map .gm-style-cc > * button img,
#map .gm-style-cc > * > * button img {
  display: none;
}
#map .gmnoprint a button[title="Zoom out"],
#map .gmnoprint span button[title="Zoom out"],
#map .gm-style-cc button[title="Zoom out"],
#map .gmnoprint div button[title="Zoom out"],
#map .gmnoprint button[title="Zoom out"],
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"],
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"],
#map .gm-style-cc > * button[title="Zoom out"],
#map .gm-style-cc > * > * button[title="Zoom out"],
#map .gmnoprint a button[title="Zoom in"],
#map .gmnoprint span button[title="Zoom in"],
#map .gm-style-cc button[title="Zoom in"],
#map .gmnoprint div button[title="Zoom in"],
#map .gmnoprint button[title="Zoom in"],
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"],
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"],
#map .gm-style-cc > * button[title="Zoom in"],
#map .gm-style-cc > * > * button[title="Zoom in"] {
  position: relative!important;
  background: #F9F9F9 !important;
}
#map .gmnoprint a button[title="Zoom out"]:hover,
#map .gmnoprint span button[title="Zoom out"]:hover,
#map .gm-style-cc button[title="Zoom out"]:hover,
#map .gmnoprint div button[title="Zoom out"]:hover,
#map .gmnoprint button[title="Zoom out"]:hover,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"]:hover,
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"]:hover,
#map .gm-style-cc > * button[title="Zoom out"]:hover,
#map .gm-style-cc > * > * button[title="Zoom out"]:hover,
#map .gmnoprint a button[title="Zoom in"]:hover,
#map .gmnoprint span button[title="Zoom in"]:hover,
#map .gm-style-cc button[title="Zoom in"]:hover,
#map .gmnoprint div button[title="Zoom in"]:hover,
#map .gmnoprint button[title="Zoom in"]:hover,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:hover,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:hover,
#map .gm-style-cc > * button[title="Zoom in"]:hover,
#map .gm-style-cc > * > * button[title="Zoom in"]:hover {
  background: #2F378C !important;
}
#map .gmnoprint a button[title="Zoom out"]:hover:before,
#map .gmnoprint span button[title="Zoom out"]:hover:before,
#map .gm-style-cc button[title="Zoom out"]:hover:before,
#map .gmnoprint div button[title="Zoom out"]:hover:before,
#map .gmnoprint button[title="Zoom out"]:hover:before,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"]:hover:before,
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"]:hover:before,
#map .gm-style-cc > * button[title="Zoom out"]:hover:before,
#map .gm-style-cc > * > * button[title="Zoom out"]:hover:before,
#map .gmnoprint a button[title="Zoom in"]:hover:before,
#map .gmnoprint span button[title="Zoom in"]:hover:before,
#map .gm-style-cc button[title="Zoom in"]:hover:before,
#map .gmnoprint div button[title="Zoom in"]:hover:before,
#map .gmnoprint button[title="Zoom in"]:hover:before,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:hover:before,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:hover:before,
#map .gm-style-cc > * button[title="Zoom in"]:hover:before,
#map .gm-style-cc > * > * button[title="Zoom in"]:hover:before,
#map .gmnoprint a button[title="Zoom out"]:hover:after,
#map .gmnoprint span button[title="Zoom out"]:hover:after,
#map .gm-style-cc button[title="Zoom out"]:hover:after,
#map .gmnoprint div button[title="Zoom out"]:hover:after,
#map .gmnoprint button[title="Zoom out"]:hover:after,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"]:hover:after,
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"]:hover:after,
#map .gm-style-cc > * button[title="Zoom out"]:hover:after,
#map .gm-style-cc > * > * button[title="Zoom out"]:hover:after,
#map .gmnoprint a button[title="Zoom in"]:hover:after,
#map .gmnoprint span button[title="Zoom in"]:hover:after,
#map .gm-style-cc button[title="Zoom in"]:hover:after,
#map .gmnoprint div button[title="Zoom in"]:hover:after,
#map .gmnoprint button[title="Zoom in"]:hover:after,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:hover:after,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:hover:after,
#map .gm-style-cc > * button[title="Zoom in"]:hover:after,
#map .gm-style-cc > * > * button[title="Zoom in"]:hover:after {
  background: #F9F9F9 !important;
}
#map .gmnoprint a button[title="Zoom out"]:before,
#map .gmnoprint span button[title="Zoom out"]:before,
#map .gm-style-cc button[title="Zoom out"]:before,
#map .gmnoprint div button[title="Zoom out"]:before,
#map .gmnoprint button[title="Zoom out"]:before,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"]:before,
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"]:before,
#map .gm-style-cc > * button[title="Zoom out"]:before,
#map .gm-style-cc > * > * button[title="Zoom out"]:before,
#map .gmnoprint a button[title="Zoom in"]:before,
#map .gmnoprint span button[title="Zoom in"]:before,
#map .gm-style-cc button[title="Zoom in"]:before,
#map .gmnoprint div button[title="Zoom in"]:before,
#map .gmnoprint button[title="Zoom in"]:before,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:before,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:before,
#map .gm-style-cc > * button[title="Zoom in"]:before,
#map .gm-style-cc > * > * button[title="Zoom in"]:before,
#map .gmnoprint a button[title="Zoom out"]:after,
#map .gmnoprint span button[title="Zoom out"]:after,
#map .gm-style-cc button[title="Zoom out"]:after,
#map .gmnoprint div button[title="Zoom out"]:after,
#map .gmnoprint button[title="Zoom out"]:after,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom out"]:after,
#map [title="Click to see this area on Google Maps"] button[title="Zoom out"]:after,
#map .gm-style-cc > * button[title="Zoom out"]:after,
#map .gm-style-cc > * > * button[title="Zoom out"]:after,
#map .gmnoprint a button[title="Zoom in"]:after,
#map .gmnoprint span button[title="Zoom in"]:after,
#map .gm-style-cc button[title="Zoom in"]:after,
#map .gmnoprint div button[title="Zoom in"]:after,
#map .gmnoprint button[title="Zoom in"]:after,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:after,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:after,
#map .gm-style-cc > * button[title="Zoom in"]:after,
#map .gm-style-cc > * > * button[title="Zoom in"]:after {
  content: '';
  background: #2F378C;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  transform: translate3d(-50%, -50%, 0);
}
#map .gmnoprint a button[title="Zoom in"]:before,
#map .gmnoprint span button[title="Zoom in"]:before,
#map .gm-style-cc button[title="Zoom in"]:before,
#map .gmnoprint div button[title="Zoom in"]:before,
#map .gmnoprint button[title="Zoom in"]:before,
#map [title="Report errors in the road map or imagery to Google"] button[title="Zoom in"]:before,
#map [title="Click to see this area on Google Maps"] button[title="Zoom in"]:before,
#map .gm-style-cc > * button[title="Zoom in"]:before,
#map .gm-style-cc > * > * button[title="Zoom in"]:before {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.gm-style-iw {
  opacity: 0;
  transition: 333ms all ease;
  transition-property: opacity;
  transition-delay: 222ms;
}
.popup-window {
  background: #2F378C !important;
  padding: 1rem;
  min-height: 3.3rem;
  position: relative;
  opacity: 0;
  transition: 333ms all ease;
  transition-property: opacity;
  transition-delay: 222ms;
  max-width: 320px!important;
  top: 0!important;
  left: 0!important;
  transform: translateX(-50%) translateY(-100%) !important;
}
.popup-window::after {
  opacity: 0;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #2F378C;
  transform: translate3d(-50%, 50%, 0) rotate(45deg);
  transition: 333ms all ease;
  transition-property: opacity;
  transition-delay: 222ms;
}
.popup-window.-visible {
  opacity: 1;
}
.popup-window.-visible::after {
  opacity: 1;
}
.popup-window.-visible .gm-style-iw {
  opacity: 1;
}
.popup-window.-visible .popup-text {
  position: relative;
}
.popup-window > * {
  color: #F9F9F9 !important;
  font-size: 1rem !important;
}
.popup-window .popup-background {
  display: none!important;
}
.gm-style-iw + div {
  position: absolute !important;
  color: white !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  right: 9px !important;
  top: 9px !important;
  overflow: hidden;
  display: block !important;
  display: block;
  width: 12px;
  height: 12px;
}
.gm-style-iw + div:before,
.gm-style-iw + div:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: white;
}
.gm-style-iw + div:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.gm-style-iw + div:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.gm-style-iw + div img {
  opacity: 0;
}
@media (max-width: 960px) {
  div[style*="z-index: 123456"] img {
    transform: scale(0.66);
  }
}
div[style*="z-index: 123456"]:hover {
  overflow: visible!important;
}
div[style*="z-index: 123456"]::after {
  content: attr(title);
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 14px;
  border-radius: 40px;
  background: #2F378C;
  color: #ffffff;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  border: 2px solid #ffffff;
}
div[style*="z-index: 123456"]:hover::after {
  opacity: 1;
}
.grid-section {
  margin-top: 10.8rem;
}
@media (max-width: 960px) {
  .grid-section {
    margin-top: 1.2rem;
  }
}
.grid-module {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
.grid-module.is-project {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .grid-module.is-project {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.grid-module.is-project .module-image {
  padding-bottom: 80%;
}
.grid-module.is-project:nth-child(3n) {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.grid-module.is-project:nth-child(3n) .module-image {
  padding-bottom: 40%;
}
@media (max-width: 960px) {
  .grid-module.is-project:nth-child(3n) .module-image {
    padding-bottom: 80%;
  }
}
@media (max-width: 960px) {
  .grid-module.-title {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 960px) {
  .grid-module {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .grid-module {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.grid-module.-prevnext {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 960px) {
  .grid-module.-prevnext {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.grid-module .module-image {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.grid-module .module-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12.5%;
}
.grid-module .module-image:after {
  content: '';
  position: absolute;
  background: #222764;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  opacity: 0;
}
.grid-module:hover .module-image img {
  filter: grayscale(1);
}
.grid-module:hover .module-image:after {
  opacity: 1;
}
.grid-module p {
  margin-top: 1.2rem / 2;
  height: 3.6rem;
  margin-bottom: 1.2rem;
}
.person-image {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 33.33333333%;
}
@media (max-width: 960px) {
  .person-image {
    margin-left: 0%;
  }
}
@media (max-width: 960px) {
  .person-image {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.video-viewer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 45;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  display: block;
  transition: opacity 333ms ease;
  padding: 80px 0 40px;
  visibility: hidden;
}
@media (max-width: 960px) {
  .video-viewer {
    display: none;
  }
}
@media (max-width: 640px) {
  .video-viewer {
    padding: 50px 0 25px;
  }
}
.video-viewer.-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 960px) {
  .video-viewer.-visible {
    display: block;
  }
}
.video-viewer .video-wrapper {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 1.2rem;
  bottom: 1.2rem;
}
@media (max-width: 640px) {
  .video-viewer .video-wrapper {
    left: 0;
    right: 0;
  }
}
.video-viewer .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-inline {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-inline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-builder {
  width: 100%;
}
.form-builder input,
.form-builder textarea {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: transparent;
  color: currentColor;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.form-builder input:focus,
.form-builder textarea:focus {
  border: none;
  outline: none;
}
.form-builder textarea {
  resize: none;
}
.form-builder .form-row {
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 40px;
  border-bottom: 1px solid #2F378C;
}
.form-builder .form-row:before,
.form-builder .form-row:after {
  display: table;
  content: "";
}
.form-builder .form-row:after {
  clear: both;
}
@media (max-width: 960px) {
  .form-builder .form-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2F378C;
  }
}
.form-builder .form-row:last-child {
  border-bottom: none;
}
.form-builder .form-row:first-child {
  padding-top: 0;
}
@media (max-width: 960px) {
  .form-builder .form-row:first-child {
    margin-top: 1.2rem;
  }
}
.form-builder .form-row:last-child {
  border-top: 1px solid transparent;
}
.form-builder .form-row label {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 960px) {
  .form-builder .form-row label {
    display: none;
  }
}
.form-builder .form-row input[type="text"],
.form-builder .form-row input[type="email"],
.form-builder .form-row textarea {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 640px) {
  .form-builder .form-row input[type="text"],
  .form-builder .form-row input[type="email"],
  .form-builder .form-row textarea {
    width: 100%;
  }
}
.form-builder .form-row button {
  margin-left: 50%;
}
@media (max-width: 960px) {
  .form-builder .form-row button {
    margin-left: 0;
    margin-top: 0!important;
  }
}
.splash {
  width: 100%;
  height: 100vh;
  position: absolute;
  color: #F9F9F9;
}
.splash .overlay-headline {
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .splash .overlay-headline {
    opacity: 1;
  }
}
.splash[data-state="default"] .video-overlay-desktop .overlay-header[data-for="default"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="default"] .video-overlay-desktop .overlay-headline[data-for="default"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="nzms"] .video-overlay-desktop .overlay-header[data-for="default"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="nzms"] .video-overlay-desktop .overlay-headline[data-for="nzms"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="nzms"] .video-overlay-desktop {
  background: rgba(47, 55, 140, 0.85);
}
.splash[data-state="nzms1st"] .video-overlay-desktop .overlay-header[data-for="nzms1st"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="nzms1st"] .video-overlay-desktop .overlay-headline[data-for="nzms1st"] {
  opacity: 1;
  transition-delay: 111ms;
}
.splash[data-state="nzms1st"] .video-overlay-desktop {
  background: rgba(0, 0, 0, 0.85);
}
.splash .splash-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.splash .splash-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  object-position: 50% 50%;
  object-fit: cover;
}
.splash .video-overlay-desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .splash .video-overlay-desktop {
    display: none;
  }
}
.splash .video-overlay-desktop .overlay-button-wrapper {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.splash .video-overlay-desktop .overlay-button-wrapper .button {
  display: block;
}
.splash .video-overlay-mobile {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.splash .video-overlay-mobile .overlay-button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  font-size: 2rem;
  text-align: center;
}
.splash .video-overlay-mobile .overlay-button-wrapper .touch-cta {
  font-size: 2rem!important;
}
@media (min-width: 961px) {
  .splash .video-overlay-mobile {
    display: none;
  }
}
.splash .video-overlay-mobile .touch-overlay-area {
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  z-index: 20;
  display: block;
}
.splash .video-overlay-mobile .touch-overlay-area.is-nzms {
  top: 0;
  background: rgba(47, 55, 140, 0.85);
  color: #F9F9F9;
}
.splash .video-overlay-mobile .touch-overlay-area.is-nzms1st {
  top: 50%;
  background: rgba(0, 0, 0, 0.85);
  color: #C2EC7D;
}
.overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  padding-top: 22px;
}
@media (max-width: 960px) {
  .overlay-header {
    opacity: 1;
  }
}
.overlay-header .site-title {
  display: inline-block;
  height: 22px;
  width: auto;
}
.overlay-header .site-title img {
  height: 100%;
  width: auto;
}
.overlay-header .site-title.nzms-first {
  height: 50px;
}
.overlay-center {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  text-align: center;
  padding: 0 2rem;
}
@media (max-width: 960px) {
  .overlay-center {
    top: 50%;
    transform: translateY(-50%);
  }
}
.overlay-center[data-for="nzms"] {
  color: #F9F9F9;
}
.overlay-center[data-for="nzms1st"] {
  color: #C2EC7D;
}
.overlay-center .overlay-mini-note {
  margin-top: 1rem;
}
.button {
  border-radius: 2rem;
  padding: 8px 14px;
  line-height: 1;
  font-size: 1rem !important;
}
.button.has-arrow:after {
  content: "→";
  margin-left: 0.5em;
}
.button.is-splash {
  border: 1px solid currentColor;
  padding: 10px 32px;
  color: currentColor;
  background: transparent;
  transition: all 0.3s ease;
}
.button.is-splash:hover {
  background: rgba(249, 249, 249, 0.7);
  color: #292929;
  border-color: transparent;
}
.button.is-opaque-white {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.button.is-bg-grey {
  background: #F0F0F0;
  color: #2F378C;
  transition: 222ms ease-in-out all;
}
.button.is-bg-grey:hover {
  background: #2F378C;
  color: #ffffff;
}
.menu .button.is-bg-grey {
  background: rgba(240, 240, 240, 0.3);
  color: #ffffff;
}
.first-button {
  font-size: 12px;
  padding: 10px 23px;
  text-transform: uppercase;
  color: #292929;
  background: #ffffff;
  border-radius: 40px;
  margin: 0 10px;
  display: inline-block;
}
.first-button:hover {
  background: #C2EC7D;
}
.floating-toggle {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background: rgba(225, 224, 220, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 4px;
  border-radius: 2rem;
  color: #2F378C;
  font-size: 12px;
  cursor: pointer;
  transition: 222ms ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-gap: 4px;
}
@media (max-width: 960px) {
  .floating-toggle {
    bottom: 25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.floating-toggle .floating-button {
  border-radius: 2rem;
  padding: 8px 14px;
  line-height: 1;
  font-size: 1rem !important;
  transition: 222ms all ease-in-out;
}
.floating-toggle .floating-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.floating-toggle .floating-button.is-nzms {
  color: #ffffff;
}
.floating-toggle .floating-button.is-nzms.is-active {
  color: #ffffff;
  background: #2F378C;
}
.floating-toggle .floating-button.is-nzms1st {
  color: #292929;
}
.floating-toggle .floating-button.is-nzms1st.is-active {
  color: #292929;
  background: #C2EC7D;
}
.video-block {
  width: 100%;
  height: 56.25vw;
  position: relative;
  background: #292929;
  color: #F9F9F9;
  opacity: 1;
  transition: opacity 333ms ease;
}
.video-block.is-playing .video-overlay {
  opacity: 0;
}
.video-block .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 40px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 333ms ease;
}
@media (max-width: 960px) {
  .video-block .video-overlay {
    padding: 25px;
  }
}
.first-video-area {
  position: relative;
}
.first-video-area .first-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transition: opacity 333ms ease;
}
.first-video-area .first-video-overlay .first-video-prompt {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .first-video-area .first-video-overlay .first-video-prompt {
    width: 58px;
    height: 58px;
  }
}
.first-video-area .first-video-overlay .first-video-prompt:hover {
  background: #C2EC7D;
  border: 1px solid #C2EC7D;
}
.first-video-area .first-video-overlay .first-video-prompt:hover .play-icon {
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  display: block;
}
.first-video-area .first-video-overlay .first-video-prompt:hover .play-icon:focus {
  outline: 0;
}
.first-video-area .first-video-overlay .first-video-prompt:hover .play-icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-36%, -50%, 0);
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #000000;
}
@media (max-width: 960px) {
  .first-video-area .first-video-overlay .first-video-prompt:hover .play-icon {
    width: 58px;
    height: 58px;
    background: transparent;
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: relative;
    display: block;
  }
  .first-video-area .first-video-overlay .first-video-prompt:hover .play-icon:focus {
    outline: 0;
  }
  .first-video-area .first-video-overlay .first-video-prompt:hover .play-icon::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-36%, -50%, 0);
    border-style: solid;
    border-width: 11.33333333px 0 11.33333333px 17px;
    border-color: transparent transparent transparent #000000;
  }
}
.first-video-area .first-video-overlay .first-video-prompt .play-icon {
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  display: block;
}
.first-video-area .first-video-overlay .first-video-prompt .play-icon:focus {
  outline: 0;
}
.first-video-area .first-video-overlay .first-video-prompt .play-icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-36%, -50%, 0);
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 960px) {
  .first-video-area .first-video-overlay .first-video-prompt .play-icon {
    width: 58px;
    height: 58px;
    background: transparent;
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: relative;
    display: block;
  }
  .first-video-area .first-video-overlay .first-video-prompt .play-icon:focus {
    outline: 0;
  }
  .first-video-area .first-video-overlay .first-video-prompt .play-icon::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-36%, -50%, 0);
    border-style: solid;
    border-width: 11.33333333px 0 11.33333333px 17px;
    border-color: transparent transparent transparent #ffffff;
  }
}
.first-video-area.is-playing .first-video-overlay {
  opacity: 0;
}
.headline-section .headline-area {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.headline-section .headline-area p {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .headline-section .headline-area br {
    display: none;
  }
}
.block-type-headline {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .block-type-headline {
    margin-top: var(--block-spacing-sm);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-opening-video {
  margin-top: 0;
  margin-bottom: 0;
}
.block-type-dual-text {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .block-type-dual-text {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-text-area {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .block-type-text-area {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
@media (max-width: 960px) {
  .block-type-text-area .col.-one {
    display: none;
  }
}
.block-type-image {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .block-type-image {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-text {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
.block-type-services {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-services {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-expertise {
  padding-top: var(--block-spacing-lg);
  margin-top: calc(var(--block-spacing-lg) * -1);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-expertise {
    padding-top: var(--block-spacing-md);
    margin-top: calc(var(--block-spacing-md) * -1);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-large-link-list {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
.block-type-dual-text-media-sticky {
  margin-top: var(--block-spacing-md);
  margin-bottom: var(--block-spacing-lg);
}
@media (max-width: 960px) {
  .block-type-dual-text-media-sticky {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-headline-text {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-headline-text {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-video-area {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-video-area {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-headline-xl {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-headline-xl {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-team {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-team {
    margin-top: var(--block-spacing-md);
    margin-bottom: 0;
  }
}
.block-type-first-dual-images {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-dual-images {
    margin-top: 0;
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-dual-text-media-sticky {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-dual-text-media-sticky {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.block-type-first-faqs {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--block-spacing-xl);
  padding-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-faqs {
    padding-top: var(--block-spacing-md);
    padding-bottom: var(--block-spacing-md);
  }
}
.block-type-first-faqs + .block-type-first-headline-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--block-spacing-xl);
  padding-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-first-faqs + .block-type-first-headline-text {
    padding-top: var(--block-spacing-md);
    padding-bottom: var(--block-spacing-md);
  }
}
.block-type-map {
  margin-top: var(--block-spacing-lg);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .block-type-map {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.carousel-overlay {
  margin-top: var(--block-spacing-lg);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .carousel-overlay {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
.project-link-section {
  margin-top: var(--block-spacing-xl);
  margin-bottom: var(--block-spacing-xl);
}
@media (max-width: 960px) {
  .project-link-section {
    margin-top: var(--block-spacing-md);
    margin-bottom: var(--block-spacing-md);
  }
}
