/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/import-glob-loader/index.js!./src/scss/general.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

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

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

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

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

p {
  margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
}

button {
  border: none;
  background: none;
  outline: 0;
  padding: 0;
}

button,
[type=submit] {
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "Spezia Extended";
  src: url(fonts/subset-SpeziaExtended-SemiBold.7cce1cbf..eot);
  src: url(fonts/subset-SpeziaExtended-SemiBold.7cce1cbf..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaExtended-SemiBold.8b130552..woff2) format("woff2"), url(fonts/subset-SpeziaExtended-SemiBold.ba8cde26..woff) format("woff"), url(fonts/subset-SpeziaExtended-SemiBold.de5e34df..ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spezia";
  src: url(fonts/subset-Spezia-Regular.8e9c97ac..eot);
  src: url(fonts/subset-Spezia-Regular.8e9c97ac..eot?#iefix) format("embedded-opentype"), url(fonts/subset-Spezia-Regular.f04a0609..woff2) format("woff2"), url(fonts/subset-Spezia-Regular.ad753a29..woff) format("woff"), url(fonts/subset-Spezia-Regular.9cc8ff7c..ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spezia Extended";
  src: url(fonts/subset-SpeziaExtended-Regular.07752800..eot);
  src: url(fonts/subset-SpeziaExtended-Regular.07752800..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaExtended-Regular.e7d2d1bd..woff2) format("woff2"), url(fonts/subset-SpeziaExtended-Regular.543871dc..woff) format("woff"), url(fonts/subset-SpeziaExtended-Regular.0e96fc1f..ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spezia";
  src: url(fonts/subset-Spezia-SemiBoldItalic.47d796b4..eot);
  src: url(fonts/subset-Spezia-SemiBoldItalic.47d796b4..eot?#iefix) format("embedded-opentype"), url(fonts/subset-Spezia-SemiBoldItalic.135be4b0..woff2) format("woff2"), url(fonts/subset-Spezia-SemiBoldItalic.bf0a1136..woff) format("woff"), url(fonts/subset-Spezia-SemiBoldItalic.4799605d..ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spezia";
  src: url(fonts/subset-Spezia-SemiBold.3705c70f..eot);
  src: url(fonts/subset-Spezia-SemiBold.3705c70f..eot?#iefix) format("embedded-opentype"), url(fonts/subset-Spezia-SemiBold.67531a52..woff2) format("woff2"), url(fonts/subset-Spezia-SemiBold.1b09e065..woff) format("woff"), url(fonts/subset-Spezia-SemiBold.86feb07c..ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spezia";
  src: url(fonts/subset-Spezia-RegularItalic.428e5999..eot);
  src: url(fonts/subset-Spezia-RegularItalic.428e5999..eot?#iefix) format("embedded-opentype"), url(fonts/subset-Spezia-RegularItalic.112252ce..woff2) format("woff2"), url(fonts/subset-Spezia-RegularItalic.bd8c85fc..woff) format("woff"), url(fonts/subset-Spezia-RegularItalic.10fd30bf..ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spezia Extended";
  src: url(fonts/subset-SpeziaExtended-SemiBoldItalic.1f96a673..eot);
  src: url(fonts/subset-SpeziaExtended-SemiBoldItalic.1f96a673..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaExtended-SemiBoldItalic.5ee44192..woff2) format("woff2"), url(fonts/subset-SpeziaExtended-SemiBoldItalic.b31ebed6..woff) format("woff"), url(fonts/subset-SpeziaExtended-SemiBoldItalic.3280ee5e..ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spezia Extended";
  src: url(fonts/subset-SpeziaExtended-RegularItalic.99dd90f4..eot);
  src: url(fonts/subset-SpeziaExtended-RegularItalic.99dd90f4..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaExtended-RegularItalic.b157a45f..woff2) format("woff2"), url(fonts/subset-SpeziaExtended-RegularItalic.d69f6475..woff) format("woff"), url(fonts/subset-SpeziaExtended-RegularItalic.2e798368..ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
h6,
.h6, h5,
.h5, p, body {
  font-size: 18px;
  line-height: 26px;
}

.cta, .button {
  font-size: 17px;
  line-height: 24px;
}

.module-gallery .slider-captions .caption, .footer-socket, .wp-caption-text {
  font-size: 15px;
  line-height: 24px;
}

.glide {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.glide * {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide__arrow {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  --size: 56px;
  width: 72px;
  width: var(--size, 72px);
  height: 72px;
  height: var(--size, 72px);
}
@media screen and (min-width: 640px) {
  .glide__arrow {
    --size: calc( 			56px + ( 					72 - 56 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .glide__arrow {
    --size: 72px;
  }
}
.glide__arrow svg {
  width: 100%;
  height: 100%;
  stroke: #a7a7a9;
  transition: stroke 0.23s ease-out;
}
.glide__arrow--right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .glide__arrow:hover svg {
    stroke: #ffffff;
  }
}
.glide__bullet {
  box-shadow: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #ff2400 !important;
  margin: 0 4px;
  transition: background-color 0.23s ease-out;
}
.glide__bullet:focus, .glide__bullet--active {
  background-color: #ff2400;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .glide__bullet:hover {
    background-color: #ff2400;
  }
}

.container {
  width: 100%;
  max-width: calc(1110px + 30px);
  max-width: calc(1110px + var(--grid-gap, 30px));
  padding: 0 calc(30px / 2);
  padding: 0 calc(var(--grid-gap, 30px) / 2);
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 30px;
  gap: 0 30px;
  grid-gap: 0 var(--grid-gap, 30px);
  gap: 0 var(--grid-gap, 30px);
}
.grid.columns-12 {
  -ms-grid-columns: 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width: 768px) {
  .grid.columns-12 {
    -ms-grid-columns: 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr var(--grid-gap, 30px) 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
}

/* default wp styles*/
.alignnone {
  margin: 24px 0 24px 0;
  width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 24px auto 24px auto;
}

.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}

.alignnone:first-child,
.aligncenter:first-child,
div.aligncenter:first-child,
.alignright:first-child,
.alignleft:first-child {
  margin-top: 0;
}

a img {
  position: relative;
}
a img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}
a img.alignnone {
  margin: 24px 0px 24px 0;
  width: 100%;
}
a img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: auto !important;
  max-width: 100%;
}
.wp-caption a:before {
  content: none;
}
.wp-caption.alignleft {
  float: left;
  text-align: left;
}
.wp-caption.aligncenter {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.wp-caption.alignright {
  float: right;
  text-align: right;
}
.wp-caption.alignnone {
  position: relative;
  margin-bottom: 48px;
}
.wp-caption.alignnone img {
  width: 100%;
}

.wp-caption-text {
  padding-top: 8px;
  margin-bottom: 0 !important;
}

:root {
  --grid-gap: 30px;
  --header-height: 88px;
}
@media screen and (min-width: 640px) {
  :root {
    --header-height: calc( 			88px + ( 					96 - 88 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --header-height: 96px;
  }
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  font-family: "Spezia", helvetica, arial, sans-serif;
  color: #ffffff;
  background-color: #232427;
}
body.inverted-colors {
  color: #232427;
  background-color: #E0E4E8;
}
body.green-color {
  color: #263238;
  background-color: #F8F9EE;
}
.header-is-expanded body, .freeze body {
  overflow: hidden;
}

p {
  margin-bottom: 32px;
}
p + h1,
p + h2,
p + h3 {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  p + h1,
p + h2,
p + h3 {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  p + h1,
p + h2,
p + h3 {
    margin-top: 80px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Spezia Extended", helvetica, arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -2px;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  h1,
.h1 {
    font-size: calc( 			32px + ( 					64 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h1,
.h1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 320px) {
  h1,
.h1 {
    line-height: calc( 			40px + ( 					80 - 40 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h1,
.h1 {
    line-height: 80px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}
@media screen and (min-width: 320px) {
  h2,
.h2 {
    font-size: calc( 			32px + ( 					48 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h2,
.h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 320px) {
  h2,
.h2 {
    line-height: calc( 			40px + ( 					56 - 40 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h2,
.h2 {
    line-height: 56px;
  }
}
@media screen and (min-width: 320px) {
  h2,
.h2 {
    letter-spacing: calc( 			-1px + ( 					-2 - -1 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h2,
.h2 {
    letter-spacing: -2px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 320px) {
  h3,
.h3 {
    font-size: calc( 			20px + ( 					32 - 20 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h3,
.h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 320px) {
  h3,
.h3 {
    line-height: calc( 			32px + ( 					40 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h3,
.h3 {
    line-height: 40px;
  }
}
@media screen and (min-width: 320px) {
  h3,
.h3 {
    letter-spacing: calc( 			-0.5px + ( 					-1 - -0.5 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h3,
.h3 {
    letter-spacing: -1px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 320px) {
  h4,
.h4 {
    font-size: calc( 			18px + ( 					20 - 18 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h4,
.h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) {
  h4,
.h4 {
    line-height: calc( 			26px + ( 					32 - 26 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  h4,
.h4 {
    line-height: 32px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 1em;
}

h5,
.h5,
h6,
.h6 {
  margin-bottom: 0;
}

.text-hero {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .text-hero {
    font-size: calc( 			36px + ( 					120 - 36 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .text-hero {
    font-size: 120px;
  }
}
@media screen and (min-width: 320px) {
  .text-hero {
    line-height: calc( 			48px + ( 					128 - 48 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .text-hero {
    line-height: 128px;
  }
}
@media screen and (min-width: 320px) {
  .text-hero {
    letter-spacing: calc( 			-1px + ( 					-5 - -1 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .text-hero {
    letter-spacing: -5px;
  }
}
.text-lead {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 320px) {
  .text-lead {
    font-size: calc( 			20px + ( 					28 - 20 				) * (100vw - 320px) / (768 - 320) 		);
  }
}
@media screen and (min-width: 768px) {
  .text-lead {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) {
  .text-lead {
    line-height: calc( 			32px + ( 					40 - 32 				) * (100vw - 320px) / (768 - 320) 		);
  }
}
@media screen and (min-width: 768px) {
  .text-lead {
    line-height: 40px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]):not([href$=".svg"]):not([href$=".jpg"]):not([href$=".png"]), a.link-default {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  transition: color 0.23s ease-out;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  a:not([class]):not([href$=".svg"]):not([href$=".jpg"]):not([href$=".png"]):hover, a.link-default:hover {
    color: #ff2400;
  }
}

ul,
ol {
  padding-left: 1.5em;
}
ul.cul, ul.menu, ul.sub-menu,
ol.cul,
ol.menu,
ol.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-text-content ul:not([class]) {
  list-style-type: none;
  margin-bottom: 32px;
}
.page-text-content ul:not([class]) li {
  position: relative;
}
.page-text-content ul:not([class]) li:before {
  content: "─";
  position: absolute;
  left: -1.5em;
}

small {
  font-size: 70%;
  line-height: 1.5;
}

.main {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.logo img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.23s ease-out;
}
.logo img:not(:first-child) {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo img.red {
  opacity: 1;
}
.header-inverted .logo img.red {
  opacity: 0;
}
.header-inverted .logo img.white {
  opacity: 1;
}

.page-navigation-button {
  --size: 56px;
  width: 72px;
  width: var(--size, 72px);
  height: 72px;
  height: var(--size, 72px);
}
@media screen and (min-width: 640px) {
  .page-navigation-button {
    --size: calc( 			56px + ( 					72 - 56 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-navigation-button {
    --size: 72px;
  }
}
.page-navigation-button.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-navigation-button svg {
  width: 100%;
  height: 100%;
  -webkit-animation: bounce 0.7s alternate infinite ease-in-out;
          animation: bounce 0.7s alternate infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

.module {
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .module {
    margin-bottom: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module {
    margin-bottom: 160px;
  }
}
.module:last-child {
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .module:last-child {
    margin-bottom: calc( 			80px + ( 					140 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module:last-child {
    margin-bottom: 140px;
  }
}
.module .subtitle {
  font-weight: 400;
  color: #a7a7a9;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .module .subtitle {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 768px) / (1280 - 768) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module .subtitle {
    margin-bottom: 80px;
  }
}
.module .subtitle hr {
  position: relative;
  left: 0;
  border: 1px solid #a7a7a9;
}
.module .title {
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .module .title {
    margin-bottom: 120px;
  }
}

.button {
  --padding: 16px;
  padding: 24px;
  padding: var(--padding, 24px);
  min-width: 220px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  color: #ff2400;
  border: 2px solid #ff2400;
  transition-property: color, background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 320px) {
  .button {
    --padding: calc( 			16px + ( 					26 - 16 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .button {
    --padding: 26px;
  }
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .button:hover {
    color: #ffffff;
    background-color: #ff2400;
  }
}

.cta {
  position: fixed;
  z-index: 98;
  --size: 56px;
  width: 104px;
  width: var(--size, 104px);
  height: 104px;
  height: var(--size, 104px);
  right: 15px;
  bottom: 40px;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s ease-out;
}
@media screen and (min-width: 768px) {
  .cta {
    --size: calc( 			56px + ( 					104 - 56 				) * (100vw - 768px) / (1024 - 768) 		);
  }
}
@media screen and (min-width: 1024px) {
  .cta {
    --size: 104px;
  }
}
@media screen and (min-width: 320px) {
  .cta {
    right: calc( 			15px + ( 					40 - 15 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .cta {
    right: 40px;
  }
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff2400;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .cta:hover:before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.cta .text,
.cta svg {
  position: relative;
}
.cta .text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cta .text {
    display: block;
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .cta svg {
    display: none;
  }
}
.show-cta .cta {
  opacity: 1;
  pointer-events: auto;
}

.arrow-link {
  color: #ff2400;
  font-weight: 600;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body,
.main {
    display: block;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-logo {
  position: relative;
  --height: 24px;
  height: 32px;
  height: var(--height, 32px);
  display: block;
}
@media screen and (min-width: 640px) {
  .header-logo {
    --height: calc( 			24px + ( 					32 - 24 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .header-logo {
    --height: 32px;
  }
}
.home .header-logo img.red {
  opacity: 0;
}
.has-header-light .header-logo img.red, .header-is-expanded .header-logo img.red, .page-is-scrolled .header-logo img.red {
  opacity: 0;
}
.has-header-light .header-logo img.white, .header-is-expanded .header-logo img.white, .page-is-scrolled .header-logo img.white {
  opacity: 1;
}

.header-menu-toggle {
  position: relative;
  font-size: 32px;
  width: 1em;
  height: 1em;
}

.burger:before, .burger:after {
  content: "";
  width: 0.8em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #232427;
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
.has-header-light .burger:before, .header-is-expanded .burger:before, .page-is-scrolled .burger:before, .has-header-light .burger:after, .header-is-expanded .burger:after, .page-is-scrolled .burger:after {
  background-color: #ffffff;
}
.burger:before {
  --y: calc(-50% - 0.12em);
  -webkit-transform: translate(-50%, -0.12em);
          transform: translate(-50%, -0.12em);
  -webkit-transform: translate(-50%, var(--y, -0.12em));
          transform: translate(-50%, var(--y, -0.12em));
}
.burger:after {
  --y: calc(-50% + 0.12em);
  -webkit-transform: translate(-50%, 0.12em);
          transform: translate(-50%, 0.12em);
  -webkit-transform: translate(-50%, var(--y, 0.12em));
          transform: translate(-50%, var(--y, 0.12em));
}
.burger.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.burger.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.menu-main .menu-item {
  padding: 40px 0;
  border-bottom: 1px solid #a7a7a9;
  opacity: 0;
  -webkit-transform: translate(0px, 40px) scale(0.95);
          transform: translate(0px, 40px) scale(0.95);
  transition: none;
}
.menu-main .menu-item:first-child {
  padding-top: 0;
}
.header-is-expanded .menu-main .menu-item {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 300ms, 460ms;
  transition-timing-function: ease, ease-out;
}
.menu-main .menu-item:nth-child(1) {
  transition-delay: 250ms, 150ms;
}
.menu-main .menu-item:nth-child(2) {
  transition-delay: 300ms, 200ms;
}
.menu-main .menu-item:nth-child(3) {
  transition-delay: 350ms, 250ms;
}
.menu-main .menu-item:nth-child(4) {
  transition-delay: 400ms, 300ms;
}
.menu-main .menu-item:nth-child(5) {
  transition-delay: 450ms, 350ms;
}
.menu-main .menu-item:nth-child(6) {
  transition-delay: 500ms, 400ms;
}
.menu-main .menu-item:nth-child(7) {
  transition-delay: 550ms, 450ms;
}
.menu-main .menu-item:nth-child(8) {
  transition-delay: 600ms, 500ms;
}
.menu-main .menu-item:nth-child(9) {
  transition-delay: 650ms, 550ms;
}
.menu-main .menu-item:nth-child(10) {
  transition-delay: 700ms, 600ms;
}
.menu-main .menu-item:nth-child(11) {
  transition-delay: 750ms, 650ms;
}
.menu-main .menu-item:nth-child(12) {
  transition-delay: 800ms, 700ms;
}
.menu-main .menu-item:nth-child(13) {
  transition-delay: 850ms, 750ms;
}
.menu-main .menu-item:nth-child(14) {
  transition-delay: 900ms, 800ms;
}
.menu-main .menu-item:nth-child(15) {
  transition-delay: 950ms, 850ms;
}
.menu-main .menu-item:nth-child(16) {
  transition-delay: 1000ms, 900ms;
}
.menu-main .menu-item:nth-child(17) {
  transition-delay: 1050ms, 950ms;
}
.menu-main .menu-item:nth-child(18) {
  transition-delay: 1100ms, 1000ms;
}
.menu-main .menu-item:nth-child(19) {
  transition-delay: 1150ms, 1050ms;
}
.menu-main .menu-item:nth-child(20) {
  transition-delay: 1200ms, 1100ms;
}
.menu-main .menu-item-link {
  display: block;
  text-align: center;
  font-family: "Spezia Extended", helvetica, arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #ffffff;
  transition: color 0.23s ease-out;
}
@media screen and (min-width: 320px) {
  .menu-main .menu-item-link {
    font-size: calc( 			40px + ( 					120 - 40 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .menu-main .menu-item-link {
    font-size: 120px;
  }
}
@media screen and (min-width: 320px) {
  .menu-main .menu-item-link {
    line-height: calc( 			48px + ( 					128 - 48 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .menu-main .menu-item-link {
    line-height: 128px;
  }
}
@media screen and (min-width: 320px) {
  .menu-main .menu-item-link {
    letter-spacing: calc( 			-1px + ( 					-5 - -1 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .menu-main .menu-item-link {
    letter-spacing: -5px;
  }
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .menu-main .menu-item-link:hover {
    color: #ff2400;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  height: 88px;
  height: var(--header-height, 96px);
  transition: height 0.23s ease-out;
}
.header-is-expanded .header {
  height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232427;
  --translate: calc(var(--header-height, 96px) * -1);
  -webkit-transform: translate(0, -96px);
          transform: translate(0, -96px);
  -webkit-transform: translate(0, var(--translate, -96px));
          transform: translate(0, var(--translate, -96px));
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
.header-is-expanded .header-background {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header-bar {
  height: 88px;
  height: var(--header-height, 96px);
  --padding: 15px;
  padding: 0 60px;
  padding: 0 var(--padding, 60px);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  transition: background-color 0.23s ease-out;
}
@media screen and (min-width: 1024px) {
  .header-bar {
    --padding: calc( 			15px + ( 					60 - 15 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .header-bar {
    --padding: 60px;
  }
}
.page-is-scrolled .header-bar {
  background-color: #232427;
}
.header-navigation {
  position: absolute;
  width: 100%;
  height: calc(100% - 88px);
  height: calc(100% - var(--header-height, 96px));
  bottom: 0;
  overflow-y: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.header-navigation nav {
  margin-top: auto;
  margin-bottom: auto;
}

.header + .symbol {
  position: absolute;
  height: 100px;
  top: 37px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  transition: opacity 0.23s ease-out;
}
.page-is-scrolled .header + .symbol {
  opacity: 0;
}

.footer-icon {
  text-align: center;
}
.footer-icon .page-navigation-button {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .footer-icon .page-navigation-button {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .footer-icon .page-navigation-button {
    margin-bottom: 40px;
  }
}
.footer-socket {
  padding: 40px 0 32px;
  color: #ffffff;
  text-align: center;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .footer-socket {
    text-align: left;
  }
}
.footer-socket-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-socket-inner {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}
.footer-copyright {
  color: #a7a7a9;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
.footer-menu {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .menu-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.footer .menu-footer .menu-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer .menu-footer .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
  .footer .menu-footer .menu-item:not(:last-child):after {
    content: "|";
    margin: 0 12px;
  }
}
.footer .menu-footer .menu-item-link {
  transition: color 0.23s ease-out;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .footer .menu-footer .menu-item-link:hover {
    color: #ff2400;
  }
}

.page-text-hero {
  margin-bottom: 80px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 1024px) {
  .page-text-hero {
    margin-bottom: calc( 			80px + ( 					120 - 80 				) * (100vw - 1024px) / (1440 - 1024) 		);
  }
}
@media screen and (min-width: 1440px) {
  .page-text-hero {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .page-text-hero {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .page-text-hero {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .page-text-hero {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
}
.page-text-hero > *:last-child {
  margin-bottom: 0;
}
.page-text-title {
  --margin-top: calc(max(30vh, 200px));
  margin-top: 250px;
  margin-top: var(--margin-top, 250px);
  margin-bottom: 40px;
}
.page-text-lead {
  color: #ff2400;
}
.page-text-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-text-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .page-text-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .page-text-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 640px) {
  .page-text-content {
    margin-bottom: calc( 			80px + ( 					140 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-text-content {
    margin-bottom: 140px;
  }
}
.page-text-content > *:last-child {
  margin-bottom: 0;
}

.media {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .media {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .media {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 640px) {
  .media {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .media {
    margin-bottom: 80px;
  }
}
.media > .image,
.media > .video {
  max-width: calc(100% + 30px);
  max-width: calc(100% + var(--grid-gap, 30px));
  margin: 0 calc(30px * -1 / 2);
  margin: 0 calc(var(--grid-gap, 30px) * -1 / 2);
}
@media screen and (min-width: 1024px) {
  .media > .image,
.media > .video {
    max-width: 100%;
    margin: 0;
  }
}
.media .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.media .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .video .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: #a7a7a9;
}
.media .video .image svg {
  --size: 56px;
  width: 72px;
  width: var(--size, 72px);
  height: 72px;
  height: var(--size, 72px);
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
@media screen and (min-width: 640px) {
  .media .video .image svg {
    --size: calc( 			56px + ( 					72 - 56 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .media .video .image svg {
    --size: 72px;
  }
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .media .video .image:hover svg {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.media .video-ready .image {
  pointer-events: auto;
  cursor: pointer;
}
.media .video-playing .image {
  display: none;
}

.single-post .location-section,
.single-post .team-section,
.single-office .location-section,
.single-office .team-section,
.single-job .location-section,
.single-job .team-section {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin-bottom: 50px;
}
.single-post .team-section,
.single-office .team-section,
.single-job .team-section {
  margin-bottom: 130px;
}

.module-animated-numbers {
  overflow: hidden;
}
.module-animated-numbers .item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .module-animated-numbers .item:not(:last-child) {
    margin-bottom: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-animated-numbers .item:not(:last-child) {
    margin-bottom: 160px;
  }
}
.module-animated-numbers .item .graphic {
  margin-bottom: 40px;
}
.module-animated-numbers .item .chart {
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-animated-numbers .item .chart {
    margin-bottom: 0;
  }
}
.module-animated-numbers .item .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.module-animated-numbers .item .chart:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.module-animated-numbers .item .number {
  font-size: 120px;
  line-height: 128px;
  letter-spacing: -5px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .module-animated-numbers .item .number {
    font-size: calc( 			120px + ( 					352 - 120 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-animated-numbers .item .number {
    font-size: 352px;
  }
}
@media screen and (min-width: 320px) {
  .module-animated-numbers .item .number {
    line-height: calc( 			128px + ( 					380 - 128 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-animated-numbers .item .number {
    line-height: 380px;
  }
}
@media screen and (min-width: 320px) {
  .module-animated-numbers .item .number {
    letter-spacing: calc( 			-5px + ( 					-10 - -5 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-animated-numbers .item .number {
    letter-spacing: -10px;
  }
}
.module-animated-numbers .item .description {
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .module-animated-numbers .item .description {
    text-align: left;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-animated-numbers .item .description {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 768px) {
  .module-animated-numbers .item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .module-animated-numbers .item.item-chart .description {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .module-animated-numbers .item .number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .module-animated-numbers .item.align-text-left .chart {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .module-animated-numbers .item.align-text-left .description {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .module-animated-numbers .item.align-text-right .chart {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .module-animated-numbers .item.align-text-right .description {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.module-animation-teaser .subtitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .subtitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.module-animation-teaser .animation {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/span 4;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .animation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .animation {
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-animation-teaser .animation {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.module-animation-teaser .content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .content {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-animation-teaser .content {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.module-animation-teaser .text {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .text {
    font-size: calc( 			18px + ( 					20 - 18 				) * (100vw - 768px) / (1280 - 768) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-animation-teaser .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .module-animation-teaser .text {
    line-height: calc( 			26px + ( 					32 - 26 				) * (100vw - 768px) / (1280 - 768) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-animation-teaser .text {
    line-height: 32px;
  }
}
.module-animation-teaser .text p {
  font-size: inherit;
  line-height: inherit;
}
.module-animation-teaser .text > *:last-child {
  margin-bottom: 0;
}
.module-animation-teaser .item {
  color: #a7a7a9;
}
.module-animation-teaser .item:not(:last-child) {
  margin-bottom: 40px;
}
.module-animation-teaser .item-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
}
.module-animation-teaser .item-text > *:last-child {
  margin-bottom: 0;
}

.module-contact .subtitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-contact .subtitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.module-contact .title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  font-size: 32px;
  line-height: 30px;
  color: #e0c1a4;
}
@media screen and (min-width: 320px) {
  .module-contact .title {
    font-size: calc( 			32px + ( 					80 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-contact .title {
    font-size: 80px;
  }
}
@media screen and (min-width: 320px) {
  .module-contact .title {
    line-height: calc( 			30px + ( 					88 - 30 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-contact .title {
    line-height: 88px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-contact .title {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.module-contact .info {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-contact .info {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 1280px) {
  .module-contact .info {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-contact .info {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.module-contact .links {
  margin-bottom: 36px;
}
.module-contact .icons {
  margin-bottom: 16px;
}
.module-contact .text {
  color: #a7a7a9;
}

.module-content .page-text-content {
  margin-bottom: 0;
}
.module-content + .module-video {
  margin-top: -80px;
}

.module-gallery {
  position: relative;
  margin-bottom: 0;
  --padding: 80px;
  padding-bottom: 160px;
  padding-bottom: var(--padding, 160px);
}
@media screen and (min-width: 640px) {
  .module-gallery {
    --padding: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-gallery {
    --padding: 160px;
  }
}
.module-gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  height: calc(100% - var(--padding, 160px));
  bottom: 0;
  background-color: #F8F9EE;
}
.module-gallery:last-child {
  margin-bottom: -80px;
}
@media screen and (min-width: 640px) {
  .module-gallery:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-gallery:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (max-width: 1279px) {
  .module-gallery .container:first-child {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .module-gallery .slider-images {
    --max-size: min(100vw, 1920px);
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
    width: calc(100% + (var(--max-size, 100vw) - 100%) / 2);
  }
}
.module-gallery .slider-images .slide {
  height: auto;
}
.module-gallery .slider-images .slide-image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
.module-gallery .slider-images .slide-image img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1280px) {
  .module-gallery .slider-images .slide-image img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-gallery .slider-images .glide__arrow {
    -webkit-transform: none;
            transform: none;
    bottom: 24px;
    top: auto;
  }
  .module-gallery .slider-images .glide__arrow--left {
    left: 15px;
  }
  .module-gallery .slider-images .glide__arrow--right {
    right: 15px;
  }
}
.module-gallery .slider-images .glide__arrow svg {
  stroke: #ffffff;
}
.module-gallery .slider-captions {
  margin-top: 16px;
  color: #232427;
}
@media screen and (min-width: 640px) {
  .module-gallery .slider-captions {
    margin-top: calc( 			16px + ( 					20 - 16 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-gallery .slider-captions {
    margin-top: 20px;
  }
}
.module-gallery .slider-captions .caption {
  margin-right: 30px;
}
.module-gallery .slider-captions .glide__bullets {
  display: none;
  left: auto;
  bottom: auto;
  top: 12px;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 -4px;
}
@media screen and (min-width: 768px) {
  .module-gallery .slider-captions .glide__bullets {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .module-gallery.position-left .slider-images {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.module-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.module-hero .background,
.module-hero .overlay,
.module-hero .image,
.module-hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-hero .background + * {
  position: relative;
}
.module-hero .video {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.module-hero .video.video-ready {
  opacity: 1;
}
.module-hero .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-hero .overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 37.75%, rgba(0, 0, 0, 0) 100%);
}
.module-hero .title {
  --margin-top: calc(max(30vh, 200px));
  margin-top: 250px;
  margin-top: var(--margin-top, 250px);
  margin-bottom: 20vmin;
  text-align: center;
}
.module-hero .hero-icon {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.module-hero .sound {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: right;
  pointer-events: none;
}
.module-hero .sound-toggle {
  --padding: 15px;
  padding: 0 60px;
  padding: 0 var(--padding, 60px);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .module-hero .sound-toggle {
    --padding: calc( 			15px + ( 					60 - 15 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-hero .sound-toggle {
    --padding: 60px;
  }
}
.module-hero .sound-toggle > div {
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.module-hero .sound-toggle svg {
  margin-left: 16px;
}
.module-hero .sound-toggle[data-sound=false] .off {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.module-hero .sound-toggle[data-sound=true] .on {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.module-hero.type-video .sound {
  display: block;
}

.module-image .container {
  position: relative;
}
.module-image .content {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .module-image .content {
    padding-bottom: 0 !important;
  }
}
.module-image .content img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1280px) {
  .module-image .content img {
    position: relative;
    max-width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}
.module-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.18) 37.75%, rgba(0, 0, 0, 0) 100%);
}
.module-image .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-family: "Spezia Extended", helvetica, arial, sans-serif;
  color: #ffffff;
}
.module-image .text-medium {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -1px;
}
@media screen and (min-width: 320px) {
  .module-image .text-medium {
    font-size: calc( 			40px + ( 					176 - 40 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-medium {
    font-size: 176px;
  }
}
@media screen and (min-width: 320px) {
  .module-image .text-medium {
    line-height: calc( 			56px + ( 					184 - 56 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-medium {
    line-height: 184px;
  }
}
@media screen and (min-width: 320px) {
  .module-image .text-medium {
    letter-spacing: calc( 			-1px + ( 					-4 - -1 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-medium {
    letter-spacing: -4px;
  }
}
.module-image .text-large {
  font-size: 120px;
  line-height: 128px;
  letter-spacing: -5px;
}
@media screen and (min-width: 320px) {
  .module-image .text-large {
    font-size: calc( 			120px + ( 					352 - 120 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-large {
    font-size: 352px;
  }
}
@media screen and (min-width: 320px) {
  .module-image .text-large {
    line-height: calc( 			128px + ( 					380 - 128 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-large {
    line-height: 380px;
  }
}
@media screen and (min-width: 320px) {
  .module-image .text-large {
    letter-spacing: calc( 			-5px + ( 					-10 - -5 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-image .text-large {
    letter-spacing: -10px;
  }
}
.module-image.image-full .container {
  max-width: none;
  padding: 0;
}
.module-image.image-full:last-child {
  margin-bottom: -80px;
}
@media screen and (min-width: 640px) {
  .module-image.image-full:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-image.image-full:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (max-width: 1279px) {
  .module-image.image-large .container {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .module-image.image-large .content {
    --max-size: min(100vw, 1920px);
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
    width: calc(100% + (var(--max-size, 100vw) - 100%) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .module-image.image-left .content {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.module-images {
  --padding: 80px;
  padding-bottom: 160px;
  padding-bottom: var(--padding, 160px);
}
@media screen and (min-width: 640px) {
  .module-images {
    --padding: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-images {
    --padding: 160px;
  }
}
.module-images:last-child {
  margin-bottom: -80px;
  --padding: 160px;
}
@media screen and (min-width: 640px) {
  .module-images:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-images:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (min-width: 640px) {
  .module-images:last-child {
    --padding: calc( 			160px + ( 					252 - 160 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-images:last-child {
    --padding: 252px;
  }
}
.module-images .wrap {
  position: relative;
  width: 100%;
  padding-top: 54.15%;
  overflow: hidden;
}
.module-images .wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
}
.module-images .row {
  margin-bottom: 30px;
}
.module-images .row-full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-full {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
.module-images .row-half {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-half {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
}
.module-images .row-half:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-half:first-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
}
.module-images .row-70-30 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-70-30 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
}
.module-images .row-70-30 .wrap {
  height: 100%;
}
.module-images .row-70-30:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-70-30:first-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
}
.module-images .row-70-30:first-child .wrap {
  padding-top: 54.15%;
}
.module-images .row-30-70 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-30-70 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
}
.module-images .row-30-70:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-images .row-30-70:first-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
}
.module-images .row-30-70:first-child .wrap {
  height: 100%;
}

.module-job-listing {
  --padding: 80px;
  padding-bottom: 160px;
  padding-bottom: var(--padding, 160px);
}
@media screen and (min-width: 640px) {
  .module-job-listing {
    --padding: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing {
    --padding: 160px;
  }
}
.module-job-listing:last-child {
  margin-bottom: -80px;
  --padding: 160px;
}
@media screen and (min-width: 640px) {
  .module-job-listing:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (min-width: 640px) {
  .module-job-listing:last-child {
    --padding: calc( 			160px + ( 					252 - 160 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing:last-child {
    --padding: 252px;
  }
}
.module-job-listing-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.module-job-listing-title span {
  display: block;
}
.module-job-listing-title .location {
  color: #a7a7a9;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .module-job-listing-title .location {
    font-size: calc( 			18px + ( 					24 - 18 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing-title .location {
    font-size: 24px;
  }
}
@media screen and (min-width: 640px) {
  .module-job-listing-title .location {
    line-height: calc( 			26px + ( 					32 - 26 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing-title .location {
    line-height: 32px;
  }
}
.module-job-listing-title .position {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .module-job-listing-title .position {
    font-size: calc( 			18px + ( 					32 - 18 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing-title .position {
    font-size: 32px;
  }
}
@media screen and (min-width: 640px) {
  .module-job-listing-title .position {
    line-height: calc( 			26px + ( 					40 - 26 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing-title .position {
    line-height: 40px;
  }
}
.module-job-listing .jobs {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-job-listing .jobs .job {
  --icon-width-height: 56px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #a7a7a9;
  padding: 16px 0;
  padding-right: 72px;
  padding-right: var(--icon-width-height, 72px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 640px) {
  .module-job-listing .jobs .job {
    --icon-width-height: calc( 			56px + ( 					72 - 56 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing .jobs .job {
    --icon-width-height: 72px;
  }
}
.module-job-listing .jobs .job:hover {
  background: black;
}
.module-job-listing .jobs .job:hover > .arrow svg > path {
  stroke: #ffffff;
}
.module-job-listing .jobs .job:first-child {
  border-top: 1px solid #a7a7a9;
}
.module-job-listing .jobs .job > h3 {
  margin-bottom: 0;
}
.module-job-listing .jobs .job > a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.module-job-listing .jobs .job > .title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/span 10;
  -ms-grid-row: 2;
  grid-row: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .module-job-listing .jobs .job > .title {
    font-size: calc( 			18px + ( 					32 - 18 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing .jobs .job > .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 640px) {
  .module-job-listing .jobs .job > .title {
    line-height: calc( 			26px + ( 					40 - 26 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing .jobs .job > .title {
    line-height: 40px;
  }
}
.module-job-listing .jobs .job > .location {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/span 10;
  -ms-grid-row: 1;
  grid-row: 1;
  font-weight: 400;
  color: #a7a7a9;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .module-job-listing .jobs .job > .location {
    font-size: calc( 			18px + ( 					24 - 18 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing .jobs .job > .location {
    font-size: 24px;
  }
}
@media screen and (min-width: 640px) {
  .module-job-listing .jobs .job > .location {
    line-height: calc( 			26px + ( 					32 - 26 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-job-listing .jobs .job > .location {
    line-height: 32px;
  }
}
.module-job-listing .jobs .job > .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 56px;
  height: var(--icon-width-height, 56px);
  width: 56px;
  width: var(--icon-width-height, 56px);
}
.module-job-listing .jobs .job > .arrow > svg {
  height: 100%;
  width: 100%;
}

.module-map {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .module-map .subtitle {
    margin-bottom: 32px;
  }
}
.module-map .title {
  color: #e0c1a4;
}
.module-map .image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .module-map .image {
    padding-bottom: 0 !important;
  }
}
.module-map .image img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1280px) {
  .module-map .image img {
    position: relative;
    max-width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}
@media screen and (max-width: 1279px) {
  .module-map .container:nth-child(2) {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .module-map .image {
    --max-size: min(100vw, 1920px);
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
    width: calc(100% + (var(--max-size, 100vw) - 100%) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .module-map.image-left .image {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.module-map .map {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .module-map .map {
    height: calc( 			500px + ( 					880 - 500 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-map .map {
    height: 880px;
  }
}
.module-map .map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-map .map svg.map-large {
  display: none;
}
@media screen and (min-width: 768px) {
  .module-map .map svg.map-large {
    display: block;
  }
  .module-map .map svg.map-small {
    display: none;
  }
}

.module-offices {
  background-color: #F8F9EE;
  --padding: 80px;
  padding-bottom: 160px;
  padding-bottom: var(--padding, 160px);
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .module-offices {
    --padding: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-offices {
    --padding: 160px;
  }
}
.module-offices:last-child {
  margin-bottom: -80px;
  --padding: 160px;
}
@media screen and (min-width: 640px) {
  .module-offices:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-offices:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (min-width: 640px) {
  .module-offices:last-child {
    --padding: calc( 			160px + ( 					252 - 160 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-offices:last-child {
    --padding: 252px;
  }
}
.module-offices .offices {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  grid-row-gap: 24px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .module-offices .offices {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    grid-row-gap: 30px;
    row-gap: 30px;
  }
}
.module-offices .office {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  position: relative;
  overflow: hidden;
  padding-top: 82.75%;
  color: #232427;
}
@media screen and (min-width: 768px) {
  .module-offices .office {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    padding-top: 75.37%;
  }
}
.module-offices .office:nth-child(even) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-offices .office:nth-child(even) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 768px) {
  .module-offices .office:hover > .overlay-gradient {
    opacity: 0;
  }
}
.module-offices .office > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.module-offices .office > .overlay-gradient {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 16px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .module-offices .office > .overlay-gradient {
    padding: 30px;
  }
}
.module-offices .office > .overlay-gradient > .title {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.module-parallax {
  background-color: #F8F9EE;
  margin-bottom: 0;
}
.module-parallax .title {
  font-size: 32px;
  line-height: 30px;
  color: black;
}
@media screen and (min-width: 320px) {
  .module-parallax .title {
    font-size: calc( 			32px + ( 					80 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-parallax .title {
    font-size: 80px;
  }
}
@media screen and (min-width: 320px) {
  .module-parallax .title {
    line-height: calc( 			30px + ( 					88 - 30 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-parallax .title {
    line-height: 88px;
  }
}
.module-parallax .parallax {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .module-parallax .parallax {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.module-parallax .parallax .text {
  text-align: center;
  color: #e0c1a4;
}
.module-parallax .parallax .text .transformer {
  font-size: 44px;
  line-height: 44px;
  --pv: 24px;
  --ph: 0px;
  padding: var(--pv) var(--ph);
  font-family: "Spezia Extended", helvetica, arial, sans-serif;
}
@media screen and (min-width: 640px) {
  .module-parallax .parallax .text .transformer {
    font-size: calc( 			44px + ( 					200 - 44 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-parallax .parallax .text .transformer {
    font-size: 200px;
  }
}
@media screen and (min-width: 640px) {
  .module-parallax .parallax .text .transformer {
    line-height: calc( 			44px + ( 					200 - 44 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-parallax .parallax .text .transformer {
    line-height: 200px;
  }
}
@media screen and (min-width: 640px) {
  .module-parallax .parallax .text .transformer {
    --pv: calc( 			24px + ( 					32 - 24 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-parallax .parallax .text .transformer {
    --pv: 32px;
  }
}
@media screen and (min-width: 640px) {
  .module-parallax .parallax .text .transformer {
    --ph: calc( 			0px + ( 					64 - 0 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-parallax .parallax .text .transformer {
    --ph: 64px;
  }
}
.module-parallax .parallax .image {
  position: relative;
  padding-bottom: 75%;
}
.module-parallax .parallax .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-parallax .parallax .text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
.module-parallax .parallax .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/span 5;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}
.module-parallax .parallax .image:nth-of-type(1) {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.module-parallax .parallax .image:nth-of-type(6n + 1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/span 5;
}
.module-parallax .parallax .image:nth-of-type(6n + 2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/span 4;
}
.module-parallax .parallax .image:nth-of-type(6n + 3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}
.module-parallax .parallax .image:nth-of-type(6n + 4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/span 5;
}
.module-parallax .parallax .image:nth-of-type(6n + 5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}
.module-parallax .parallax .image:nth-of-type(6n + 6) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/span 4;
}
@media screen and (min-width: 768px) {
  .module-parallax .parallax .image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .module-parallax .parallax .image:nth-of-type(6n + 6) {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
}
.module-parallax .parallax:nth-of-type(even) .title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/span 5;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/span 4;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/span 5;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/span 4;
}
.module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 6) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}
@media screen and (min-width: 768px) {
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 1) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 3) {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .module-parallax .parallax:nth-of-type(even) .image:nth-of-type(6n + 6) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}

[data-parallax] {
  position: relative;
}
[data-parallax] .runway {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-height: 50vh;
}
[data-parallax] .transformer {
  opacity: 0;
  display: block;
  will-change: transform, opacity;
}

.module-team {
  position: relative;
  color: #232427;
  background-color: #F8F9EE;
  --padding: 80px;
  padding-bottom: 160px;
  padding-bottom: var(--padding, 160px);
  padding-top: 160px;
  padding-top: var(--padding, 160px);
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .module-team {
    --padding: calc( 			80px + ( 					160 - 80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-team {
    --padding: 160px;
  }
}
.module-team:last-child {
  margin-bottom: -80px;
  --padding: 160px;
}
@media screen and (min-width: 640px) {
  .module-team:last-child {
    margin-bottom: calc( 			-80px + ( 					-112 - -80 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-team:last-child {
    margin-bottom: -112px;
  }
}
@media screen and (min-width: 640px) {
  .module-team:last-child {
    --padding: calc( 			160px + ( 					252 - 160 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-team:last-child {
    --padding: 252px;
  }
}
.module-team .title {
  font-size: 32px;
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .module-team .title {
    font-size: calc( 			32px + ( 					80 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-team .title {
    font-size: 80px;
  }
}
@media screen and (min-width: 320px) {
  .module-team .title {
    line-height: calc( 			30px + ( 					88 - 30 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-team .title {
    line-height: 88px;
  }
}
.module-team > .container {
  position: relative;
  z-index: 1;
}
.module-team .team-item {
  position: relative;
}
.module-team .team-item:nth-child(n+2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .module-team .team-item:nth-child(n+2) {
    display: block;
  }
  .module-team .team-item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-team .team-item:nth-child(n+2) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .module-team .team-item:nth-child(n+3) {
    -ms-grid-column: 5;
    grid-column: 5;
  }
}
.module-team .team-members-list {
  display: none;
}
.module-team .read-more-button-wrapper {
  display: block;
  text-align: center;
  --margin-top: 40px;
  margin-top: 80px;
  margin-top: var(--margin-top, 80px);
}
@media screen and (min-width: 640px) {
  .module-team .read-more-button-wrapper {
    --margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .module-team .read-more-button-wrapper {
    --margin-top: 80px;
  }
}
.module-team .read-more-button-wrapper > a.button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .module-team .read-more-button-wrapper > a.button {
    width: auto;
  }
}

.team {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .team {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .team {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
  }
}
.team-member {
  opacity: 0;
  transition: opacity 1s linear;
}
.team-member:not(:first-child) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.team-member.is-visible {
  opacity: 1;
}
.team-member .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 82.75%;
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .team-member .image {
    padding-bottom: 68.57%;
  }
}
.team-member .image img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.team-member .image.landscape img {
  height: 100%;
}
.team-member .image.portrait img {
  width: 100%;
}
.team-member .name {
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.team-member .position {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .team-member .position {
    font-size: calc( 			15px + ( 					18 - 15 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .team-member .position {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) {
  .team-member .position {
    line-height: calc( 			24px + ( 					26 - 24 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .team-member .position {
    line-height: 26px;
  }
}

.slider-teasers .slide-teaser {
  --margin: 16px;
  position: relative;
}
@media screen and (min-width: 320px) {
  .slider-teasers .slide-teaser {
    --margin: calc( 			16px + ( 					32 - 16 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .slider-teasers .slide-teaser {
    --margin: 32px;
  }
}
.slider-teasers .slide-teaser:before {
  content: "";
  position: absolute;
  bottom: 32px;
  bottom: var(--margin, 32px);
  right: 32px;
  right: var(--margin, 32px);
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.slider-teasers .slide-teaser-content {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 32px;
  margin-right: var(--margin, 32px);
  margin-bottom: 32px;
  margin-bottom: var(--margin, 32px);
  min-height: 320px;
  padding: 16px;
  color: #232427;
  background-color: #ffffff;
  transition: opacity 0.23s ease-out;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .slider-teasers .slide-teaser-content {
    min-height: calc( 			320px + ( 					480 - 320 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .slider-teasers .slide-teaser-content {
    min-height: 480px;
  }
}
@media screen and (min-width: 320px) {
  .slider-teasers .slide-teaser-content {
    padding: calc( 			16px + ( 					32 - 16 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .slider-teasers .slide-teaser-content {
    padding: 32px;
  }
}
.slider-teasers .slide-teaser-content .claim {
  margin-bottom: 40px;
}
@media screen and (min-width: 480px) {
  .slider-teasers .slide-teaser-content .claim {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 480px) / (1280 - 480) 		);
  }
}
@media screen and (min-width: 1280px) {
  .slider-teasers .slide-teaser-content .claim {
    margin-bottom: 80px;
  }
}
.slider-teasers .slide-teaser-content .title {
  font-weight: normal;
  margin-bottom: 40px;
}
.slider-teasers .slide-teaser-content .arrow {
  --size: 56px;
  width: 72px;
  width: var(--size, 72px);
  height: 72px;
  height: var(--size, 72px);
  margin-top: auto;
}
@media screen and (min-width: 640px) {
  .slider-teasers .slide-teaser-content .arrow {
    --size: calc( 			56px + ( 					72 - 56 				) * (100vw - 640px) / (1280 - 640) 		);
  }
}
@media screen and (min-width: 1280px) {
  .slider-teasers .slide-teaser-content .arrow {
    --size: 72px;
  }
}
.slider-teasers .slide-teaser-content .arrow svg {
  width: 100%;
  height: 100%;
}
.slider-teasers .slide-teaser-image {
  position: absolute;
  top: 32px;
  top: var(--margin, 32px);
  left: 32px;
  left: var(--margin, 32px);
  bottom: 0;
  right: 0;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .slider-teasers .slide-teaser:hover .slide-teaser-content {
    opacity: 0;
  }
}
.slider-teasers .glide__arrows {
  margin-top: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.slider-teasers .glide__arrow {
  position: static;
  -webkit-transform: none;
          transform: none;
  --margin: 5px;
  margin: 0 15px;
  margin: 0 var(--margin, 15px);
}
@media screen and (min-width: 480px) {
  .slider-teasers .glide__arrow {
    --margin: calc( 			5px + ( 					15 - 5 				) * (100vw - 480px) / (1280 - 480) 		);
  }
}
@media screen and (min-width: 1280px) {
  .slider-teasers .glide__arrow {
    --margin: 15px;
  }
}

.module-content-teaser .title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  color: #cfd690;
}
@media screen and (min-width: 768px) {
  .module-content-teaser .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 768px) {
  .module-content-teaser .title {
    margin-bottom: 0;
  }
}
.module-content-teaser .content,
.module-content-teaser .links {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-content-teaser .content,
.module-content-teaser .links {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
.module-content-teaser .content p {
  font-size: inherit;
  line-height: inherit;
}
.module-content-teaser .content > *:last-child {
  margin-bottom: 0;
}
.module-content-teaser .links {
  --space: 24px;
  padding-top: 32px;
  margin: calc(32px * -1 / 2);
  margin: calc(var(--space, 32px) * -1 / 2);
}
@media screen and (min-width: 320px) {
  .module-content-teaser .links {
    --space: calc( 			24px + ( 					32 - 24 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-content-teaser .links {
    --space: 32px;
  }
}
@media screen and (min-width: 320px) {
  .module-content-teaser .links {
    padding-top: calc( 			32px + ( 					72 - 32 				) * (100vw - 320px) / (1440 - 320) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-content-teaser .links {
    padding-top: 72px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-content-teaser .links {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.module-content-teaser .links .button {
  margin: calc(32px * 1 / 2);
  margin: calc(var(--space, 32px) * 1 / 2);
  width: calc(100% - 32px);
  width: calc(100% - var(--space, 32px));
}
@media screen and (min-width: 480px) {
  .module-content-teaser .links .button {
    width: auto;
  }
}

.module-video .video-wrapper,
.module-video .wp-caption-text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .module-video .video-wrapper,
.module-video .wp-caption-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}

.page-template-template-team .page-text-hero {
  margin-bottom: 40px;
}
.page-template-template-team .page-text-title {
  color: #232427;
}
.page-template-template-team .office-links-label {
  font-size: 15px;
  line-height: 24px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-team .office-links-label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    margin-bottom: 16px;
  }
}
.page-template-template-team .office-links {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
  margin-bottom: 80px;
  border-top: 1px solid #ff2400;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-template-template-team .office-links {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-team .office-links {
    border-bottom: 1px solid #ff2400;
    margin-bottom: 160px;
  }
}
.page-template-template-team .office-links .office-link {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  color: #ff2400;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ff2400;
  padding: 24px 0;
}
@media screen and (min-width: 1024px) {
  .page-template-template-team .office-links .office-link {
    height: 100%;
    width: auto;
    max-width: 150px;
    border-bottom: none;
    padding: 20px;
  }
  .page-template-template-team .office-links .office-link:hover {
    background-color: #ff2400;
    color: #ffffff;
  }
}
.page-template-template-team .team-member-listing {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .page-template-template-team .team-member-listing {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.page-template-template-team .team-member-listing .office {
  margin-bottom: 80px;
}
.page-template-template-team .team-member-listing .office:last-child {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-team .team-member-listing .office {
    margin-bottom: 160px;
  }
}
.page-template-template-team .team-member-listing .office .office-name {
  display: block;
  font-family: "Spezia Extended", helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #232427;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-team .team-member-listing .office .office-name {
    font-size: 120px;
    line-height: 128px;
    margin-bottom: 80px;
  }
}

[data-animation=vertical-reveal] {
  opacity: 0 !important;
  -webkit-transform: translate(0, 15px) scale(0.99) !important;
          transform: translate(0, 15px) scale(0.99) !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  transition-duration: 0.8s, 0.3s !important;
  transition-timing-function: ease, ease-in !important;
}
[data-animation=vertical-reveal].animate {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) scale(1) !important;
          transform: translate(0, 0) scale(1) !important;
}

[data-animation=horizontal-reveal] {
  opacity: 0 !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  transition-duration: 1s, 0.3s !important;
  transition-timing-function: ease-out, ease-in !important;
}
[data-animation=horizontal-reveal].from-left {
  -webkit-transform: translate(-40px, 0) scale(0.99) !important;
          transform: translate(-40px, 0) scale(0.99) !important;
}
[data-animation=horizontal-reveal].from-right {
  -webkit-transform: translate(40px, 0) scale(0.99) !important;
          transform: translate(40px, 0) scale(0.99) !important;
}
[data-animation=horizontal-reveal].animate {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) scale(1) !important;
          transform: translate(0, 0) scale(1) !important;
}

[data-animation=horizontal-width-reveal] {
  opacity: 0 !important;
  -webkit-transform: scale(0.5) !important;
          transform: scale(0.5) !important;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  transition-duration: 0.8s, 0.3s !important;
  transition-timing-function: ease, ease-in !important;
}
[data-animation=horizontal-width-reveal].animate {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

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