@charset "UTF-8";
/*!
Theme Name: Pigment Boilerplate
Theme URI: http://pigment.se/
Author: Pigment AB
Author URI: http://pigment.se/
Version: 1.0
*/
/*! EDITET BY PIGMENT 2017 
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  height: 100%;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-y: scroll;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/**
 * Remove default margin.
 */
body {
  height: 100%;
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* this make it possible to work with rem and em with a similar kind metrix. 1.6rem and em(16px)

@media (min-width: em(501px)) {
  font-size: 1.6rem;
}

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* import fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Replica */
@font-face {
  font-family: "Replica-Regular";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../assets/fonts/Replica/ReplicaProTT.woff2") format("woff2"), url("../assets/fonts/Replica/ReplicaProTT.woff") format("woff");
}
/* Replica */
@font-face {
  font-family: "Replica-Bold";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../assets/fonts/Replica/ReplicaProTT-Bold.woff2") format("woff"); /* IE9 Compat Modes */
  src: url("../assets/fonts/Replica/ReplicaProTT-Bold.woff") format("woff");
}
/* Replica */
@font-face {
  font-family: "Replica-Heavy";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../assets/fonts/Replica/ReplicaProTT-Heavy.woff2") format("woff2"), url("../assets/fonts/Replica/ReplicaProTT-Heavy.woff") format("woff");
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../assets/fonts/Montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("../assets/fonts/Montserrat/montserrat-v12-latin-regular.woff") format("woff");
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../assets/fonts/Montserrat/montserrat-v12-latin-600.woff2") format("woff2"), url("../assets/fonts/Montserrat/montserrat-v12-latin-600.woff") format("woff");
}
/* Fonts styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout scss are based on 10px sizing. 
So basically 1.5rem = 15px */
html {
  font-size: 62.5%; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html *, html *:before, html *:after { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #668eb4;
  background: #0b0d2e;
  text-align: center;
  transition: 0.2s ease-in-out;
}
@media (min-width: 550px) {
  body {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1;
  word-break: break-word;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e8f2f9;
}
@media (min-width: 550px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e8f2f9;
}
@media (min-width: 550px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.35;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e8f2f9;
}
@media (min-width: 550px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e8f2f9;
}
@media (min-width: 550px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

b,
strong {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

blockquote {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 4rem;
  -webkit-margin-end: 4rem;
}
@media (min-width: 48em) {
  blockquote {
    font-size: 2rem;
  }
}

/* General stuff
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #e8f2f9;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-width: 0;
  border-top: 0.1rem solid #e1e1e1;
}

code {
  font-size: 90%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  border: 0.1rem solid #e1e1e1;
  border-radius: 0.4rem;
  background: #f1f1f1;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

img {
  height: auto;
  width: auto;
}
img.responsive {
  width: 100%;
}

.row:before,
.row:after,
.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: " ";
}

.videoWrapper {
  position: relative;
  height: 0;
  margin-bottom: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 56.25%;
}
.videoWrapper video {
  width: 100% !important;
  height: auto !important;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

li {
  margin-bottom: 0.5rem;
}

section {
  position: relative;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0b0d2e;
}

.secondary {
  background-color: #eed55c;
}

.tertiary {
  background-color: #d7d8d6;
}

.no-page-found {
  display: flex;
  flex-direction: column;
  height: 60vh;
  padding: 0 3rem;
  align-items: center;
  justify-content: center;
}
.no-page-found .no-page-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #eed55c;
}

.pdf-item {
  list-style: none;
}
.pdf-item a {
  color: #668eb4;
}
.pdf-item:before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  margin-bottom: -0.9rem;
  content: "";
  border-radius: 0;
  background-color: transparent;
  background-image: url("../assets/images/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-wrapper-content {
  padding: 5rem;
  color: #fff;
  background: #0b0d2e;
}
.search-wrapper-content input[type=search] {
  font-size: 1.6rem;
  color: #fff;
  border: 0.1rem solid #9B9A9D;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}
.search-wrapper-content input:-moz-placeholder {
  color: #9B9A9D;
}
.search-wrapper-content input::-webkit-input-placeholder {
  color: #9B9A9D;
}

/* Classes from lazyload js */
.lazyload,
.lazyloading {
  opacity: 0;
  transition: 0.2s ease-in-out !important;
}

.lazyloaded:not(.boxes-single) {
  opacity: 1;
  transition: 0.2s ease-in-out !important;
}

.sub-heading {
  color: #eed55c;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* custom grid
––––––––––––––––––––––––––––––––––––––––– */
.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  max-width: 160rem;
}
@media (min-width: 48em) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wrapper {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 92.5em) {
  .wrapper {
    max-width: 150rem;
  }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1.85rem 2rem;
  color: #9B9A9D;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.2rem solid #668eb4;
  background: none;
  box-shadow: none;
  outline: none;
}

select {
  height: 5.5rem;
  color: #9B9A9D;
  border-top: 0.2rem solid #668eb4;
  border-left: 0.2rem solid #668eb4;
  border-right: 0.2rem solid #668eb4;
  border-bottom: 0.2rem solid #668eb4;
  background-size: 1.7rem 1.7rem;
  background-position: 93% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 48em) {
  select {
    background-position: 98% 50%;
  }
}

label {
  font-weight: normal;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/* Removes awkward default styles on some inputs for iOS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 8.5rem;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #fff;
  outline: 0;
}

label,
legend {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  font-size: 1.6rem;
  display: inline-block;
  min-width: 10rem;
  letter-spacing: 0.05rem;
  padding: 1.5rem 3.5rem 1.5rem;
  text-align: center;
  color: #eed55c;
  border: 2px solid #eed55c;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.btn-trans,
button.btn-trans,
input[type=submit].btn-trans,
input[type=reset].btn-trans,
input[type=button].btn-trans {
  text-transform: none;
  padding: 1.5rem 0 0 0;
  border: none;
  background: none;
  min-width: 0;
  color: #e8f2f9;
}
.btn.btn-trans:hover,
button.btn-trans:hover,
input[type=submit].btn-trans:hover,
input[type=reset].btn-trans:hover,
input[type=button].btn-trans:hover {
  background: none;
  color: #e8f2f9;
}

.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.btn:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: 0;
  background: #f2df81;
  color: #0b0d2e;
}

.btn.btn-primary,
button.btn-primary,
input[type=submit].btn-primary,
input[type=reset].btn-primary,
input[type=button].btn-primary {
  color: #FFF;
  border-color: #fff;
  background-color: #eed55c;
}

.btn.btn-primary:hover,
button.btn-primary:hover,
input[type=submit].btn-primary:hover,
input[type=reset].btn-primary:hover,
input[type=button].btn-primary:hover,
.btn.btn-primary:focus,
button.btn-primary:focus,
input[type=submit].btn-primary:focus,
input[type=reset].btn-primary:focus,
input[type=button].btn-primary:focus {
  color: #fff;
  border-color: #fff;
  background-color: #eed55c;
}

/* Arrow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn-arrow {
  display: inline-block;
  width: 1.1rem;
  height: 0.9rem;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem 1.1rem;
  transition: margin-left 0.83s ease-in-out;
}

.btn-arrow {
  background-image: url("../assets/images/icons/arrow.svg");
}

/* Checkbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.checkbox-wrap {
  font-size: 1.4rem;
  position: relative;
  top: 0;
  left: 3rem;
  display: block;
  cursor: default;
  pointer-events: initial;
}
.checkbox-wrap input {
  position: absolute;
  width: auto;
  opacity: 0;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.checkbox-wrap label {
  color: #000000;
  cursor: pointer;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: -2.8rem;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #fff;
  background-color: white;
  border-radius: 0.1rem;
  cursor: default;
}
.checkbox-wrap .checkmark:after {
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  display: none;
  width: 0.7rem;
  height: 1rem;
  content: "";
  transform: rotate(45deg);
  border: solid #eed55c;
  border-width: 0 0.1rem 0.1rem 0;
}
.checkbox-wrap input:checked ~ .checkmark {
  background-color: white;
}
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gform_wrapper .gfield {
  position: relative;
}
@media (min-width: 48em) {
  .gform_wrapper .gfield {
    width: 50%;
    display: inline-block;
  }
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
  width: 100% !important;
}
.gform_wrapper .gfield select {
  padding: 2px 0 2px 2rem !important;
  background-image: url("../assets/images/icons/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gform_wrapper .gfield .gfield_label {
  font-weight: normal;
}
.gform_wrapper .gfield input[type=text] label {
  position: absolute;
  top: -2.5rem;
}
.gform_wrapper .gfield.form-field-full {
  width: 100%;
}
.gform_wrapper .gfield .gfield_required {
  color: #668eb4;
}

/* custom hubspot styling
––––––––––––––––––––––––––––––––––––––––– */
.hs-form label {
  display: inline-block;
}
.hs-form .hs-input {
  width: 100% !important;
  color: #668eb4;
  background: #0c0f34;
}
.hs-form select {
  height: auto;
  color: #668eb4;
}
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form .hs-error-msgs {
  list-style: none;
}
.hs-form .hs-error-msg,
.hs-form .hs-form-required {
  font-size: 1.2rem;
  margin-top: -0.5rem;
  color: red;
}
.hs-form .hs-richtext {
  font-size: 1.4rem;
  width: 100%;
}
.hs-form .hs-form-booleancheckbox-display input {
  width: auto !important;
}
.hs-form .hs-form-booleancheckbox {
  list-style: none;
}
.hs-form .hs-form-booleancheckbox input[type=checkbox] {
  margin-top: 0.5rem;
}
.hs-form .hs-button {
  margin-top: 3rem;
  color: #eed55c;
  background-color: #0b0d2e;
}

.cookie-message {
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0;
  right: 0;
  padding: 1rem;
  max-width: 100rem;
  color: #fff;
  background: #080a22;
}
@media (min-width: 48em) {
  .cookie-message {
    padding: 1.6rem;
  }
}
.cookie-message p {
  margin-bottom: 1rem;
}
.cookie-message a {
  margin-left: 0rem;
  cursor: pointer;
  display: block;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .cookie-message a {
    display: inline-block;
  }
}

.close-cookie {
  font-size: 1.3rem;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1.3rem 2.5rem;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #eed55c;
  border: 0.1rem solid #eed55c;
  outline: none;
  background: #080a22;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .close-cookie {
    width: auto;
  }
}
.close-cookie:hover {
  text-decoration: none;
  color: #0b0d2e;
  background: #eed55c;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel {
  touch-action: manipulation;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-wrapper {
  width: 100%;
  margin: 0 auto;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-prev {
  position: absolute;
  top: 38%;
  left: 0 !important;
  display: block !important;
  width: 4rem;
  height: 4rem;
  transform: rotate(90deg);
  border: 0 solid black;
  background: url("../assets/images/icons/arrow-down.svg") no-repeat 0.4rem center;
  background-size: 2rem 2rem;
}
.owl-theme .owl-next {
  position: absolute;
  top: 38%;
  right: 0 !important;
  display: block !important;
  width: 4rem;
  height: 4rem;
  transform: rotate(-90deg);
  border: 0 solid black;
  background: url("../assets/images/icons/arrow-down.svg") no-repeat 1.5rem center;
  background-size: 2rem 2rem;
}

.owl-theme .owl-nav {
  margin-top: 1rem;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0.5rem;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
  color: #FFF;
  border-radius: 0.3rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
  color: #FFF;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0 auto;
}

.owl-theme .owl-dots {
  margin-bottom: -4rem;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem 0.3rem;
  transition: opacity 0.2s ease;
  border-radius: 3rem;
  background: #222;
  -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #eed55c;
}

.owl-quotes .owl-dots .owl-dot span {
  background: #fff;
}

.owl-service-people .owl-dots .owl-dot span,
.owl-quotes .owl-dots .owl-dot span {
  display: none !important;
  background: #fff;
}
@media (min-width: 56.875em) {
  .owl-service-people .owl-dots .owl-dot span,
  .owl-quotes .owl-dots .owl-dot span {
    display: block !important;
  }
}

.owl-service-people .owl-dots .owl-dot.active span,
.owl-service-people .owl-dots .owl-dot:hover span {
  background: #eed55c;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 7rem;
  text-align: left;
  background: #0b0d2e;
  transition: all 0.23s ease-in-out;
}
header .logo {
  position: relative;
  top: 2.3rem;
  left: 2.5rem;
  float: left;
  width: 10rem;
  height: auto;
  transition: height 0.23s ease-in-out;
}
header .dropdown {
  position: relative;
  z-index: 10;
  right: 0;
  display: none;
  margin-top: 5rem;
  padding: 1.5rem 2rem 1.2rem 2rem;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.93s ease-in-out;
}
header .dropdown li {
  list-style: none;
}
header .dropdown.showMe {
  display: block;
  opacity: 1;
}
header .search-lang-wrapper {
  background: #0b0d2e;
}
@media (min-width: 56.875em) {
  header .search-lang-wrapper {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    left: auto;
  }
}

.header-puscher {
  display: block;
  width: 100%;
  padding-top: 7rem;
}

.menu-wrapper {
  height: 4rem;
}
@media (min-width: 56.875em) {
  .menu-wrapper {
    height: 0;
  }
}
.menu-wrapper ul li ul {
  display: none;
}
.menu-wrapper .main-menu {
  font-size: 1.4rem;
  display: none;
  margin: 1rem 5rem 0 3rem;
}
@media (min-width: 56.875em) {
  .menu-wrapper .main-menu {
    margin: 0 5rem 0 3rem;
    display: inline-block;
    float: right;
  }
}
.menu-wrapper .main-menu .active a {
  color: #eed55c;
}
.menu-wrapper .main-menu li {
  display: inline-block;
  margin: 0;
  padding: 1.3rem 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 56.875em) {
  .menu-wrapper .main-menu li {
    padding: 2.5rem 1.2rem;
  }
}
.menu-wrapper .main-menu li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.menu-wrapper .main-menu li:hover a {
  color: #eed55c;
}
.menu-wrapper .main-menu li:hover ul li ul {
  display: block;
}
.menu-wrapper .main-menu li:hover .sub-menu-wrapper {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper .main-menu .menu-item-has-children .secondLevel:hover:after {
  display: none;
}
.menu-wrapper .main-menu .menu-item-has-children:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
}

.menu-actions {
  position: absolute;
  z-index: 999;
  display: inline-block;
  right: 0;
  top: 0;
}
@media (min-width: 56.875em) {
  .menu-actions {
    display: none;
  }
}

#main-menu-wrapper {
  position: fixed;
  z-index: 333;
  top: 7rem;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease;
  transform: translateX(100%);
  background: rgba(0, 0, 0, 0.85);
}
@media (min-width: 56.875em) {
  #main-menu-wrapper {
    width: 50rem;
  }
}
#main-menu-wrapper * {
  text-decoration: none;
  color: #fff;
}
#main-menu-wrapper *:hover {
  color: #ccc;
}
#main-menu-wrapper .main-menu {
  padding: 9rem 2rem 2rem 2rem;
}
#main-menu-wrapper .main-menu li {
  position: relative;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0rem;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 56.875em) {
  #main-menu-wrapper .main-menu li {
    font-size: 1.8rem;
  }
}
#main-menu-wrapper .main-menu li.active {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
#main-menu-wrapper .main-menu li:last-child {
  border: none;
}
#main-menu-wrapper .main-menu .active {
  opacity: 1;
}
#main-menu-wrapper .main-menu .sub-menu {
  display: none;
  margin: 0;
}
#main-menu-wrapper .main-menu .sub-menu.showMe {
  display: block;
}
#main-menu-wrapper .main-menu .sub-menu.showMe .ul {
  display: block;
}
#main-menu-wrapper .main-menu .sub-menu li {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  border-bottom: none;
}
#main-menu-wrapper .main-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.7);
}
#main-menu-wrapper .main-menu .sub-menu li:first-child {
  padding-top: 2.5rem;
}
#main-menu-wrapper .main-menu .sub-menu li:last-child {
  padding-bottom: 2.7rem;
  border: none;
}
#main-menu-wrapper .main-menu .sub-menu li ul {
  display: block;
}
#main-menu-wrapper .main-menu .sub-menu li ul.showSub {
  display: block;
}
#main-menu-wrapper .main-menu .sub-menu li ul li {
  font-size: 1.3rem;
  padding-bottom: 0.51rem;
}
#main-menu-wrapper .main-menu .sub-menu li ul li:first-child {
  padding-top: 0.51rem;
}
#main-menu-wrapper .main-menu .sub-menu li ul li:last-child {
  padding-bottom: 0.5rem;
}
.menu-active #main-menu-wrapper {
  transform: translateX(0);
}
#main-menu-wrapper .menuArrow {
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  content: "";
  cursor: pointer;
  /* IE 9 */
  /* Safari */
  transform: rotate(0deg);
  background-image: url("../assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem 1.6rem;
  transition: 0.2s ease-in-out;
}
#main-menu-wrapper .menuArrow:hover {
  transform: scale(1.08);
}
#main-menu-wrapper .menuArrow.open {
  /* IE 9 */
  /* Safari */
  transform: rotate(180deg);
  background-image: url("../assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem 1.6rem;
}
#main-menu-wrapper .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin-left: auto;
  margin-right: auto;
}
#main-menu-wrapper .social-icons li {
  text-align: center;
  float: none;
}
#main-menu-wrapper .social-icons li a {
  color: #eed55c;
}

.menu-trigger {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 7rem;
  cursor: pointer;
}
.menu-trigger .burger {
  margin: 1.2rem;
}
.menu-trigger .burger, .menu-trigger .burger:before, .menu-trigger .burger:after {
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 0.4rem;
  background: #eed55c;
  border-radius: 0.8rem;
}
.menu-trigger .burger:before, .menu-trigger .burger:after {
  content: "";
}
.menu-trigger .burger {
  top: 50%;
  margin-top: -2px;
  transition: transform 115ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-trigger .burger:before {
  top: -8px;
  width: 2.4rem;
  transition: top 115ms ease 0.12s, opacity 115ms ease;
}
.menu-trigger .burger:after {
  bottom: -8px;
  width: 2.4rem;
  transition: bottom 115ms ease 0.12s, transform 115ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-active .menu-trigger .burger {
  transition-delay: 120ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.menu-active .menu-trigger .burger:before {
  top: 0;
  width: 2.4rem;
  transition: top 115ms ease, opacity 115ms ease 120ms;
  opacity: 0;
}
.menu-active .menu-trigger .burger:after {
  bottom: 0;
  width: 2.4rem;
  transition: bottom 115ms ease, transform 115ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper {
  position: absolute;
  top: 4.6rem;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem;
  text-align: left;
  opacity: 0;
  background: #0b0d2e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
  flex-flow: row nowrap;
  display: flex;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .secondLevel {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #fff;
  text-transform: none;
  z-index: 2;
  margin: 0;
  padding: 0 4rem;
  border-right: 0.1rem solid #ccc;
  flex: 0 1 25%;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .secondLevel:last-child {
  border-right: none;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .secondLevel a {
  display: block;
  padding: 0 0 2rem 0;
  color: #fff;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .secondLevel a:hover {
  color: #eed55c;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .sub-menu {
  margin: 0;
  padding: 0;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .sub-menu li {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  display: block;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .sub-menu li a {
  padding: 0;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper .sub-menu li a:hover {
  color: #eed55c;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper #menu-image-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 18rem;
  list-style: none;
  opacity: 0.25;
  border: none;
  background-repeat: no-repeat;
}
.menu-wrapper .main-menu .mega-menu .sub-menu-wrapper #menu-image-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30rem;
  height: 15rem;
  list-style: none;
  opacity: 0.25;
  border: none;
  background-repeat: no-repeat;
}
.menu-wrapper .main-menu .sub-menu-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
  opacity: 0;
  top: 7rem;
  background: #0b0d2e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.menu-wrapper .main-menu .sub-menu-wrapper .secondLevel {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 1rem;
}
.menu-wrapper .main-menu .sub-menu-wrapper .secondLevel a {
  display: block;
  color: #fff;
}
.menu-wrapper .main-menu .sub-menu-wrapper .secondLevel a:hover {
  color: #eed55c;
}
.menu-wrapper .main-menu .sub-menu-wrapper .sub-menu {
  margin: 0;
  padding: 0;
}
.menu-wrapper .main-menu .sub-menu-wrapper .sub-menu li {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  padding: 0;
  text-align: left;
  text-transform: none;
  display: block;
}
.menu-wrapper .main-menu .sub-menu-wrapper .sub-menu li a {
  padding: 0;
}

#menu-overlay {
  position: fixed;
  display: none;
  top: 7rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-active #menu-overlay {
  display: block;
  animation: fadeIn 250ms ease-in-out both;
}
.login-active #menu-overlay {
  display: block;
  animation: fadeIn 250ms ease-in-out both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.social-icons-wrapper .menu-active .social-icons {
  display: block;
  position: absolute;
  bottom: 0;
}
@media (min-width: 56.875em) {
  .social-icons-wrapper .menu-active .social-icons {
    display: none;
  }
}
.social-icons-wrapper .social-icons {
  position: absolute;
  display: none;
  bottom: 0;
  left: 1rem;
  margin-right: 5.5rem;
}
@media (min-width: 56.875em) {
  .social-icons-wrapper .social-icons {
    display: block;
    top: 1.3rem;
  }
}
.social-icons-wrapper .social-icons li {
  display: inline-block;
  text-align: left;
  width: 3rem;
  height: 3rem;
  color: #eed55c;
}
.social-icons-wrapper .social-icons li * {
  color: #eed55c;
}
.social-icons-wrapper .social-icons li a {
  color: #eed55c;
}
.social-icons-wrapper .social-icons .icon {
  display: block;
  margin: 1.05rem auto;
  color: #eed55c;
}

.menu-active .search-wrapper {
  display: block;
  position: relative;
  z-index: 334;
}

.search-wrapper {
  position: absolute;
  float: left;
  margin: 0;
  top: 6rem;
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 56.875em) {
  .search-wrapper {
    top: 0;
    position: relative;
    display: inline-block;
    width: auto;
  }
}
.search-wrapper input[type=search] {
  background: #0b0d2e url("../assets/images/icons/search.svg") no-repeat right 1rem center;
  padding: 0.8rem 1rem 0.9rem 2rem;
  width: 80%;
  border: 0.1rem solid #0b0d2e;
  border-radius: 0;
  outline: none;
  transition: all 0.5s;
  margin: 0 0 2rem 0;
  z-index: 999;
  font-size: 1.3rem;
  color: #fff;
}
@media (min-width: 56.875em) {
  .search-wrapper input[type=search] {
    width: 0.5rem;
  }
}
.search-wrapper input[type=search]:focus {
  width: 13rem;
  border: 0.1rem solid #eed55c;
  margin: 0 1rem 0 0;
  box-shadow: 0 0 0.5rem rgba(109, 207, 246, 0.5);
}
.search-wrapper input:-moz-placeholder {
  color: #999;
}
.search-wrapper input::-webkit-input-placeholder {
  color: #999;
}
.search-wrapper #search input[type=search] {
  width: 80%;
  margin: 2rem;
  padding-right: 1rem;
  cursor: pointer;
}
@media (min-width: 56.875em) {
  .search-wrapper #search input[type=search] {
    margin: 0;
    padding-right: 1rem;
    width: 1.5rem;
  }
}
.search-wrapper #search input[type=search]:hover {
  border: 0.1rem solid #0b0d2e;
}
.search-wrapper #search input[type=search]:focus {
  width: 85%;
  padding-right: 3.2rem;
  margin-left: 1rem;
  color: #fff;
  cursor: auto;
  border: 0.1rem solid #eed55c;
}
@media (min-width: 56.875em) {
  .search-wrapper #search input[type=search]:focus {
    width: 13rem;
  }
}
.search-wrapper #search input:-moz-placeholder {
  color: #fff;
}
@media (min-width: 56.875em) {
  .search-wrapper #search input:-moz-placeholder {
    color: transparent;
  }
}
.search-wrapper #search input::-webkit-input-placeholder {
  color: #fff;
}
@media (min-width: 56.875em) {
  .search-wrapper #search input::-webkit-input-placeholder {
    color: transparent;
  }
}

.language-toggle {
  display: block;
  position: absolute;
  z-index: 333;
  top: 2.5rem;
  right: 7rem;
}
@media (min-width: 56.875em) {
  .language-toggle {
    top: 0.75rem;
    left: 1rem;
    margin: 0 1.75rem 0 0;
    position: relative;
    display: inline-block;
    float: left;
  }
}
.language-toggle .language-icon {
  cursor: pointer;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url("../assets/images/icons/language.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem 1.8rem;
}
@media (min-width: 56.875em) {
  .language-toggle .language-icon {
    background-size: 1.6rem 1.6rem;
  }
}
.language-toggle select {
  width: 20rem;
  height: 4rem;
  padding: 0 1rem;
}
.language-toggle .language-content {
  background: #eed55c;
  left: -1.6rem;
  top: 3.8rem;
  position: absolute;
  display: none;
  padding: 2rem;
}
@media (min-width: 56.875em) {
  .language-toggle .language-content {
    left: auto;
    right: -1.6rem;
  }
}
.language-toggle .language-content:before {
  position: absolute;
  margin-top: -3rem;
  margin-left: -0.7rem;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #eed55c;
  border-left: 1.4rem solid transparent;
  opacity: 1;
  transition: all 0.5s ease;
}
@media (min-width: 56.875em) {
  .language-toggle .language-content:before {
    margin-left: 18rem;
  }
}
.language-toggle .language-content.active {
  display: block;
}

.footer {
  background: #0b0d2e;
}
.footer .footer-wrapper {
  margin: 0 auto;
  padding: 5rem 2.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}
@media (min-width: 48em) {
  .footer .footer-wrapper {
    flex-flow: row nowrap;
    padding: 10rem 2.5rem;
  }
}
@media (min-width: 92.5em) {
  .footer .footer-wrapper {
    max-width: 150rem;
  }
}
.footer .footer-wrapper .footer-item {
  flex: 0 1 auto;
  margin-bottom: 2rem;
}
.footer .footer-wrapper .footer-item h3 {
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item {
    flex: 0 1 24%;
    margin: 0;
  }
}
.footer .footer-wrapper .footer-item li {
  list-style: none;
  font-size: 1.6rem;
}
.footer .footer-wrapper .footer-item a {
  color: #eed55c;
}
.footer .footer-wrapper .footer-item .btn {
  color: #eed55c;
}
.footer .footer-wrapper .footer-item .btn:hover {
  color: #0b0d2e;
}
.footer .footer-wrapper .footer-item .search-wrapper {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 3rem 0 1rem 0;
  top: 0;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item .search-wrapper {
    margin: 0;
  }
}
.footer .footer-wrapper .footer-item .search-wrapper #search input[type=search] {
  color: #fff;
  margin: 0;
  width: 100%;
  border: 0.1rem solid #eed55c;
}
.footer .footer-wrapper .footer-item .site-links {
  padding: 3rem 0 0 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item .site-links {
    float: right;
    text-align: right;
    padding: 2rem 0 0 0;
  }
}
.footer .footer-wrapper .footer-item .social-icons {
  position: relative;
  left: auto;
  top: auto;
  display: block;
}
.footer .footer-wrapper .footer-item .social-icons li {
  width: auto;
  margin-right: 1rem;
}
.footer .footer-wrapper .footer-item:nth-child(1) {
  width: 50%;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item:nth-child(1) {
    max-width: 15%;
    width: auto;
  }
}
.footer .footer-wrapper .footer-item:nth-child(2) {
  order: 3;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item:nth-child(2) {
    order: 2;
    min-width: 30%;
    width: auto;
  }
}
.footer .footer-wrapper .footer-item:nth-child(3) {
  order: 2;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item:nth-child(3) {
    order: 3;
  }
}
.footer .footer-wrapper .footer-item:nth-child(4) {
  right: 3rem;
  width: 100%;
  order: 4;
}
@media (min-width: 48em) {
  .footer .footer-wrapper .footer-item:nth-child(4) {
    position: relative;
    right: auto;
    width: auto;
  }
}

.footer-bottom {
  max-width: 120rem;
  padding: 0 3rem 4rem 3rem;
  margin: 0 auto;
  background: #0b0d2e;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .footer-bottom {
    flex-flow: row wrap;
    padding: 0 2.5rem 4rem 2.5rem;
  }
}
@media (min-width: 71.25em) {
  .footer-bottom {
    max-width: 150rem;
  }
}
.footer-bottom .footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  order: 1;
}
@media (min-width: 48em) {
  .footer-bottom .footer-copyright {
    text-align: left;
    order: 2;
  }
}
.footer-bottom .footer-copyright p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 3rem;
}
@media (min-width: 48em) {
  .footer-bottom .footer-copyright p {
    padding: 0;
  }
}
.footer-bottom .footer-copyright a {
  display: inline-block;
  text-transform: uppercase;
  color: #668eb4;
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .footer-bottom .footer-copyright a {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .footer-bottom .footer-copyright {
    flex: 0 1 48%;
    width: 48%;
  }
}
.footer-bottom .footer-logo img {
  max-width: 10rem;
}
@media (min-width: 48em) {
  .footer-bottom .footer-logo {
    order: 2;
    flex: 0 1 48%;
    width: 48%;
  }
  .footer-bottom .footer-logo img {
    float: right;
  }
}
.footer-bottom:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  margin: 0 0 2rem 0;
  background: #eed55c;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 68%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cac71",endColorstr="#025133",GradientType=1);
}

/* front hero styles
––––––––––––––––––––––––––––––––––––––––––––––––– */
.videoInsert {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

.owl-front-banner {
  display: block;
  width: 100%;
}

/* front hero styles
––––––––––––––––––––––––––––––––––––––––––––––––– */
.home .banner {
  height: calc(100vh - 6rem);
  min-height: 30rem;
}
@media (min-width: 48em) {
  .home .banner {
    height: calc(80vh - 12rem);
    min-height: 70rem;
  }
}
.home .banner .banner-overlay {
  opacity: 1;
}
.home h1 {
  color: #000000;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 45rem;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}
@media (min-width: 48em) {
  .banner {
    min-height: 58rem;
  }
}
.banner .banner-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.83s ease-in-out;
}
.banner h1 {
  color: #fff;
}
@media (min-width: 48em) {
  .banner h1 {
    font-size: 6.8rem;
  }
}
.banner p {
  font-size: 1.6rem;
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .banner p {
    font-size: 1.7rem;
  }
}
.banner .small-heading {
  font-family: "Replica-Heavy", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #eed55c;
}
.banner .banner-bg-color {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .banner-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.banner .btn-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 37rem;
}
@media (min-width: 48em) {
  .banner .btn-wrapper {
    flex-direction: row;
    max-width: 100%;
  }
}
.banner .btn {
  margin: 0 1rem 0.5rem 0;
  color: #eed55c;
  border: 2px solid #eed55c;
}
.banner .btn:hover {
  color: #0b0d2e;
  background: #fff;
  border: 2px solid #fff;
}
.banner .banner-wrapper {
  margin: 0 auto;
}
@media (min-width: 48em) {
  .banner .banner-wrapper {
    max-width: 120rem;
  }
}
@media (min-width: 71.25em) {
  .banner .banner-wrapper {
    max-width: 120rem;
  }
}
@media (min-width: 92.5em) {
  .banner .banner-wrapper {
    max-width: 150rem;
  }
}
.banner .content-wrap {
  position: relative;
  z-index: 1;
  top: 7rem;
  margin-bottom: 20rem;
  padding: 0 2rem;
  opacity: 0;
  /* Animation */
  animation: ani-heading 0.8s 0.6s cubic-bezier(0.49, 0.01, 0.55, 0.99) forwards;
}
@media (min-width: 48em) {
  .banner .content-wrap {
    position: relative;
    width: 70rem;
    max-width: 160rem;
    margin-top: 4rem;
  }
}
@keyframes ani-heading {
  0% {
    transform: translateY(1.2rem);
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.archive-wrapper {
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 0 2rem 0;
  /* Filter */
}
@media (min-width: 48em) {
  .archive-wrapper {
    padding: 7rem 0;
  }
}
.archive-wrapper h2 {
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .archive-wrapper h2 {
    margin: 0 0 4rem 0;
  }
}
.archive-wrapper .btn {
  z-index: 2;
  margin: 4rem 0 0 0;
}
.archive-wrapper .archive {
  position: relative;
  z-index: 2;
  flex-flow: column nowrap;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .archive-wrapper .archive {
    flex-flow: row wrap;
  }
}
.archive-wrapper .archive .box {
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 4rem;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
  /* img */
}
@media (min-width: 48em) {
  .archive-wrapper .archive .box {
    margin: 0;
    padding: 2.5rem 2.5rem 7.5rem 2.5rem;
  }
}
.archive-wrapper .archive .box h3 a {
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding: 2rem 0 0 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  color: #eed55c;
}
.archive-wrapper .archive .box .category-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
}
.archive-wrapper .archive .box .text-wrapper {
  width: 100%;
  padding: 3rem 0 0 0;
}
.archive-wrapper .archive .box .text-wrapper p {
  margin-bottom: 1rem;
}
.archive-wrapper .archive .box .text-wrapper a {
  color: #e8f2f9;
}
.archive-wrapper .archive .box .img-wrapper {
  position: relative;
  width: 100%;
  height: 19rem;
  margin: 0 3rem 0 0;
}
.archive-wrapper .archive .box .img-wrapper .img {
  width: 100%;
  height: 19rem;
  margin: 0 auto;
  background-position: center;
  background-size: 100%;
}
.archive-wrapper .archive .box .img-wrapper .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transition: all 0.23s ease-in-out;
}
.archive-wrapper .archive .box .img-wrapper .img-overlay:hover {
  opacity: 0;
}
.archive-wrapper .archive .box .img-empty {
  float: left;
  width: 100%;
  height: 19rem;
  margin: 0 3rem 0 0;
  background: #13164f;
}
@media (min-width: 48em) {
  .archive-wrapper .archive .box .img-empty {
    float: left;
    width: 100%;
    margin: 0 3rem 3rem 0;
  }
}
.archive-wrapper .searchandfilter {
  display: inline-block;
  width: 100%;
}
@media (min-width: 48em) {
  .archive-wrapper .searchandfilter {
    padding: 0 2.5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 48em) {
  .archive-wrapper .search-filter-result-item {
    width: 33%;
    display: flex;
  }
}
.archive-wrapper .searchandfilter label {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.archive-wrapper .searchandfilter input[type=text] {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 1.5rem !important;
  margin-bottom: 4rem;
}
.archive-wrapper .sf-field-search label {
  width: 100%;
}
.archive-wrapper .sf-field-post_type label,
.archive-wrapper .sf-field-taxonomy-content label {
  width: 100%;
}
@media (min-width: 48em) {
  .archive-wrapper .sf-field-post_type label,
  .archive-wrapper .sf-field-taxonomy-content label {
    float: left;
    width: 49%;
  }
}
@media (min-width: 48em) {
  .archive-wrapper .sf-field-post_type label {
    margin-right: 1%;
  }
}
@media (min-width: 48em) {
  .archive-wrapper .sf-field-taxonomy-content label {
    margin-left: 1%;
  }
}
.archive-wrapper .searchandfilter input[type=text]::-webkit-input-placeholder {
  color: #668eb4;
}
.archive-wrapper .searchandfilter input[type=text],
.archive-wrapper .searchandfilter select {
  font-size: 1.6rem;
  padding: 1.2rem;
  color: #668eb4;
  border: 0.1rem solid #668eb4;
  border-radius: 0;
  background-color: transparent;
}
.archive-wrapper .searchandfilter select {
  background-image: url("../assets/images/icons/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-wrapper .searchandfilter ul li {
  padding: 0;
}
.archive-wrapper .search-filter-scroll-loading {
  margin: 0 auto;
  border: 5px solid #eed55c;
  border-right-color: rgba(238, 213, 92, 0.2);
}

.post-single .smaller-width {
  max-width: 80rem;
}
.post-single .post-item {
  max-width: 90rem;
  padding: 3rem 2rem;
  text-align: left;
}
@media (min-width: 48em) {
  .post-single .post-item {
    padding: 10rem 0;
  }
}
.post-single h2 {
  padding: 0 0 2rem 0;
}
.post-single .date {
  margin: 0 0 2rem 0;
}
.post-single p img {
  float: left;
  margin: 2rem 0;
}
@media (min-width: 48em) {
  .post-single p img {
    margin: 0 2rem 2rem 0;
  }
}
@media (max-width: 48em) {
  .post-single p img {
    width: 100%;
  }
}
.post-single figure {
  float: left;
  margin: 2rem 0;
  width: auto !important;
}
@media (min-width: 48em) {
  .post-single figure {
    margin: 0 2rem 2rem 0;
  }
}
@media (max-width: 48em) {
  .post-single figure {
    width: 100% !important;
  }
  .post-single figure img {
    width: 100% !important;
  }
}
.post-single figcaption {
  font-size: 1.3rem;
}
.post-single .meta .name span {
  color: #668eb4;
}
.post-single .meta:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0 0 2rem 0;
  background: #eed55c;
  background: #eed55c;
  background: linear-gradient(90deg, rgb(238, 213, 92) 0%, rgb(238, 213, 92) 61%, rgba(255, 255, 255, 0) 100%);
}
.post-single .single-article__sharing-icon {
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.6;
}
.post-single .single-article__sharing-icon .icon-facebook,
.post-single .single-article__sharing-icon .icon-twitter,
.post-single .single-article__sharing-icon .icon-email,
.post-single .single-article__sharing-icon .icon-linkedin {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.7rem;
  margin-bottom: -0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-single .single-article__sharing-icon .icon-facebook {
  background-image: url("../assets/images/icons/facebook.svg");
}
.post-single .single-article__sharing-icon .icon-linkedin {
  background-image: url("../assets/images/icons/linkin.svg");
}
.post-single .single-article__sharing-icon .icon-email {
  background-image: url("../assets/images/icons/email.svg");
}
.post-single .single-article__sharing-icon .icon-twitter {
  background-image: url("../assets/images/icons/twitter.svg");
}

/* Search results page */
.search-wrap {
  padding: 10rem 0;
}
.search-wrap .search-item {
  margin: 0 0 1.3rem 0;
}
.search-wrap .search-item .small-wrap {
  display: block;
}
.search-wrap .search-item .small-wrap p {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0;
  opacity: 0.7;
}
.search-wrap .search-item .small-wrap p:first-of-type {
  font-size: 1.1rem;
}
.search-wrap .search-item h4 {
  display: inline-block;
  margin: 0.2rem 0 0 0;
}

.intro-boxes-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-boxes {
  /* Box */
}
.intro-boxes.less-margin .intro-boxes__wrap {
  padding: 2rem 0 7rem 0;
}
@media (min-width: 48em) {
  .intro-boxes.less-margin .intro-boxes__wrap {
    padding: 2rem 0 7rem 0;
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.intro-boxes__wrap {
  position: relative;
  z-index: 2;
  padding: 6rem 2rem 0rem 2rem;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  display: flex;
}
@media (min-width: 48em) {
  .intro-boxes__wrap {
    max-width: 100rem;
    padding: 10rem 0;
    flex-flow: row wrap;
  }
}
.intro-boxes__wrap.center-content .intro-boxes__box-wrap {
  text-align: center;
}
.intro-boxes__wrap.center-content .intro-boxes__box-wrap .ingress {
  text-align: center;
}
.intro-boxes__wrap h2 {
  width: 100%;
  margin: 0 0 4rem 0;
}
.intro-boxes__wrap .btn {
  padding: 2rem 0 2rem 0;
  color: #e8f2f9;
  background: none;
  border: 0;
}
@media (min-width: 48em) {
  .intro-boxes__wrap .btn {
    padding: 2rem 0 0 0;
  }
}
.intro-boxes__wrap h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem 0;
}
@media (min-width: 48em) {
  .intro-boxes__wrap h3 {
    font-size: 2.3rem;
  }
}
.intro-boxes__wrap .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 1rem 0 2rem 0;
  color: #eed55c;
}
@media (min-width: 48em) {
  .intro-boxes__wrap .text {
    font-size: 2rem;
  }
}
.intro-boxes__box-wrap {
  z-index: 3;
  margin: 0 0 3rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 0.1rem solid #eed55c;
  align-self: stretch;
  text-align: left;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .intro-boxes__box-wrap {
    margin: 0;
    border-right: 0.1rem solid #eed55c;
    border-bottom: none;
    padding: 0 4rem 0 4rem;
  }
}
@media (min-width: 48em) {
  .intro-boxes__box-wrap {
    align-self: stretch;
    width: 33.33%;
    margin: 0;
    flex: 0 auto 33.33%;
  }
}
.intro-boxes__box-wrap:last-of-type {
  border-bottom: none;
}
@media (min-width: 48em) {
  .intro-boxes__box-wrap:last-of-type {
    border-right: none;
  }
}
.intro-boxes__box-wrap .box-icon-wrapper {
  width: 4rem;
}
.intro-boxes__box-wrap .box-icon-wrapper img {
  width: auto;
  height: auto;
}
.intro-boxes__box-wrap .ingress {
  text-align: left;
}

.box-icon-text-link-grid-2col.less-margin .box-text-link-grid-wrap {
  padding: 2rem 0 7rem 0;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col.less-margin .box-text-link-grid-wrap {
    padding: 2rem 0 7rem 0;
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap {
    padding: 7rem 0;
    flex-flow: row wrap;
    max-width: 100rem;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap h2 {
  width: 100%;
  margin: 0 0 4rem 0;
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap {
  z-index: 3;
  margin: 0 0 3rem 0;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #eed55c;
  text-align: left;
  width: 100%;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap {
    align-self: stretch;
    display: flex;
    margin: 0;
    border-right: 0.1rem solid #eed55c;
    border-bottom: none;
    width: 50%;
    margin: 0;
    padding: 0 2rem;
    flex: 0 auto 50%;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap:last-of-type {
  border-bottom: none;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap:last-of-type {
    padding: 0 4rem;
    border-right: none;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .col {
  width: 100%;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .col {
    width: 40%;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .col img {
  float: left;
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .col-last {
  width: 100%;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .col-last {
    width: 60%;
    margin-left: 2rem;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .box-icon-wrapper {
  display: inline-block;
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .box-icon-wrapper .box-icon {
  margin: 0 0 3rem 0;
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .box-wrap .ingress {
  text-align: left;
  color: #668eb4;
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .btn {
  padding: 2rem 0 2rem 0;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .btn {
    padding: 2rem 0 0 0;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap h3 {
  font-size: 1.9rem;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap h3 {
    font-size: 2rem;
  }
}
.box-icon-text-link-grid-2col .box-text-link-grid-wrap .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 1rem 0 2rem 0;
  color: #eed55c;
}
@media (min-width: 48em) {
  .box-icon-text-link-grid-2col .box-text-link-grid-wrap .text {
    font-size: 2rem;
  }
}

.banner-block {
  /* Box */
  /* img */
}
.banner-block__wrap {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: left;
  display: flex;
}
@media (min-width: 48em) {
  .banner-block__wrap {
    padding: 8rem 2rem;
    flex-flow: row wrap;
  }
}
.banner-block__wrap h2 {
  color: #fff;
}
.banner-block__box-wrap {
  z-index: 3;
  font-size: 1.6rem;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .banner-block__box-wrap {
    width: 66rem;
    font-size: 1.7rem;
  }
}
.banner-block__img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gridboxes {
  /* Box */
}
.gridboxes__wrap {
  position: relative;
  padding: 8rem 2rem;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  display: flex;
}
@media (min-width: 48em) {
  .gridboxes__wrap {
    padding: 10rem 0;
    flex-flow: row wrap;
  }
}
.gridboxes__wrap h2 {
  width: 100%;
  margin: 0 0 4rem 0;
}
.gridboxes__wrap .btn {
  margin-top: 1rem;
  color: #eed55c;
  background: none;
}
.gridboxes__wrap h3 {
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #eed55c;
}
@media (min-width: 48em) {
  .gridboxes__wrap h3 {
    font-size: 1.4rem;
  }
}
.gridboxes__wrap .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 2rem 0 2rem 0;
  color: #eed55c;
}
@media (min-width: 48em) {
  .gridboxes__wrap .text {
    font-size: 2rem;
  }
}
.gridboxes__wrap .video-pdf-list {
  margin-top: 1rem;
}
.gridboxes__box-wrap {
  margin: 0 0 3rem 0;
  padding: 0 0 2rem 0;
  text-align: left;
  border-bottom: 0.1rem solid #eed55c;
  align-self: stretch;
  justify-content: stretch;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .gridboxes__box-wrap {
    margin: 0;
    padding: 0 2rem;
    border-right: 0.1rem solid #eed55c;
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .gridboxes__box-wrap {
    width: 25%;
    margin: 0;
    flex: 0 auto 25%;
  }
}
.gridboxes__box-wrap:last-of-type {
  border-bottom: none;
}
@media (min-width: 48em) {
  .gridboxes__box-wrap:last-of-type {
    border-right: none;
  }
}
.gridboxes__icon {
  margin-bottom: 1rem;
}
.gridboxes__play-video {
  position: relative;
  width: 100%;
  height: 15rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
@media (min-width: 48em) {
  .gridboxes__play-video {
    height: 15rem;
  }
}
.gridboxes__play-video.modal-wrapper {
  min-height: 30rem;
  max-width: 90rem;
}
.gridboxes__play-video.modal {
  z-index: 1;
}
.gridboxes__modal-video-wrapper {
  min-height: 30rem;
}
@media (min-width: 48em) {
  .gridboxes__modal-video-wrapper {
    min-height: 51rem;
    max-width: 90rem !important;
    width: 100%;
  }
}
.gridboxes__video-thumb {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridboxes__video-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-text-link-wrap {
  padding: 3rem 2rem;
  overflow: hidden;
  flex-flow: column nowrap;
  align-items: center;
  display: flex;
}
@media (min-width: 48em) {
  .video-text-link-wrap {
    padding: 7rem 2rem;
    flex-flow: row nowrap;
  }
}
.video-text-link-wrap:hover .left-wrap .overlay-class {
  transform: scale(1.03);
}
.video-text-link-wrap .right-wrap,
.video-text-link-wrap .left-wrap {
  overflow: hidden;
  align-items: center;
  display: flex;
  flex: 0 1 auto;
}
@media (min-width: 48em) {
  .video-text-link-wrap .right-wrap,
  .video-text-link-wrap .left-wrap {
    margin: 0;
    flex: 0 1 50%;
  }
}
.video-text-link-wrap .left-wrap {
  position: relative;
  display: block;
  align-self: auto;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 48em) {
  .video-text-link-wrap .left-wrap {
    padding: 2rem;
    padding: 0;
    max-height: auto;
  }
}
.video-text-link-wrap .left-wrap .embed-container {
  height: 100%;
}
.video-text-link-wrap .left-wrap .overlay-class {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transition: all 0.63s ease-in-out;
}
.video-text-link-wrap .left-wrap .overlay-class:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transform: scale(1.03);
}
.video-text-link-wrap .left-wrap .play-video {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: -2.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5rem 5rem;
}
.video-text-link-wrap .right-wrap {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  text-align: left;
  align-self: stretch;
  flex-shrink: 1;
}
@media (min-width: 48em) {
  .video-text-link-wrap .right-wrap {
    margin: 0;
    padding: 4rem;
  }
}
.video-text-link-wrap .right-wrap .right-wrap-content {
  display: block;
  margin-right: 0%;
  width: 100%;
}
@media (min-width: 48em) {
  .video-text-link-wrap .right-wrap .right-wrap-content {
    margin-right: 20%;
  }
}
.video-text-link-wrap .right-wrap .right-wrap-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.video-text-link-wrap video {
  width: 100% !important;
  height: auto !important;
}
.video-text-link-wrap .video-pdf-list {
  width: 100%;
}
.video-text-link-wrap .text-list {
  color: #668eb4;
  padding: 1rem 0;
  text-transform: uppercase;
}
.video-text-link-wrap .text-list:before {
  content: "";
  background-image: url("../assets/images/icons/play-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-bottom: -1rem;
  margin-right: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-text-link-wrap .slider-wrapper {
  max-width: 85rem;
  margin: 0 auto;
}
.video-text-link-wrap .slider-wrapper .gallery {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.video-text-link-wrap .slider-wrapper .slick-track {
  margin: 0;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination {
  position: relative;
  margin-bottom: 0;
  padding-top: 1rem;
}
@media (min-width: 84.375em) {
  .video-text-link-wrap .slider-wrapper .gallery-pagination {
    padding-top: 2rem;
  }
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .play-slide-video {
  position: relative;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: -2.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem 3rem;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .text-list {
  display: block;
  width: 100%;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide {
  cursor: pointer;
  outline: none;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide img {
  padding: 0 0.8rem 0 0;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide img:hover {
  opacity: 0.9;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide.slick-current img {
  opacity: 1;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide-arrow {
  font-size: 2rem;
  line-height: 32px;
  position: absolute;
  z-index: 22;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 0;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide-arrow:before {
  display: none;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .slide-arrow:hover {
  background: #1a1e6c;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .preview-prev {
  left: 0;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .preview-prev:after {
  position: absolute;
  bottom: 0.9rem;
  left: 1.2rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  transform: rotate(-135deg);
  vertical-align: top;
  color: #eed55c;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  display: none;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .preview-next {
  right: 0;
}
.video-text-link-wrap .slider-wrapper .gallery-pagination .preview-next:after {
  position: absolute;
  right: 1.2rem;
  bottom: 0.9rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  transform: rotate(45deg);
  vertical-align: top;
  color: #eed55c;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  transform: rotate(135deg);
}
.video-text-link-wrap .slider-wrapper .preview-pagination-slider {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  margin: 0;
  letter-spacing: -0.4rem;
  width: 100%;
  text-align: left;
}
.video-text-link-wrap .slider-wrapper .preview-pagination-slider .slide {
  width: 15%;
  float: left;
}
.video-text-link-wrap .slider-wrapper .preview-pagination-slider .slide img {
  width: 100%;
  float: left;
}
.video-text-link-wrap .slider-wrapper .preview-pagination-slider .slick-list {
  overflow: hidden;
}
.video-text-link-wrap .overlay-class {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transition: all 0.63s ease-in-out;
}
.video-text-link-wrap .overlay-class:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transform: scale(1.03);
}
.video-text-link-wrap .play-slide-video {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin: -2.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6rem 6rem;
}

.bullet-list .bullet-list-wrap {
  position: relative;
  z-index: 2;
  padding: 2rem;
  flex-flow: column nowrap;
  flex-direction: column;
  text-align: left;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .bullet-list .bullet-list-wrap {
    padding: 6rem 2rem;
    flex-flow: row wrap;
  }
}
.bullet-list .bullet-list-wrap h2 {
  padding: 0 0 4rem 0;
}
.bullet-list .bullet-list-wrap h2,
.bullet-list .bullet-list-wrap .ingress {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.bullet-list .bullet-list-wrap .ingress {
  padding: 1rem 0 5rem 0;
}
.bullet-list .bullet-list-wrap .box-wrap {
  text-align: left;
  z-index: 3;
  flex: 0 1 auto;
  padding: 0 5rem 0 0;
  margin: 0 0 3rem 0;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .bullet-list .bullet-list-wrap .box-wrap {
    margin: 0 0 2rem 0;
  }
}
.bullet-list .bullet-list-wrap h3 {
  position: relative;
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #eed55c;
}
.bullet-list .bullet-list-wrap h3:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  border-radius: 0.75rem;
  background-color: #eed55c;
}
.bullet-list .bullet-list-wrap .text {
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #eed55c;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 48em) {
  .bullet-list .bullet-list-wrap .text {
    font-size: 2rem;
  }
}
@media (min-width: 48em) {
  .bullet-list .count-3 .box-wrap, .bullet-list .count-5 .box-wrap, .bullet-list .count-6 .box-wrap, .bullet-list .count-7 .box-wrap, .bullet-list .count-9 .box-wrap, .bullet-list .count-11 .box-wrap {
    width: 33%;
  }
}
.bullet-list .count-2, .bullet-list .count-4, .bullet-list .count-8, .bullet-list .count-10, .bullet-list .count-12 {
  max-width: 110rem;
}
@media (min-width: 48em) {
  .bullet-list .count-2 .box-wrap, .bullet-list .count-4 .box-wrap, .bullet-list .count-8 .box-wrap, .bullet-list .count-10 .box-wrap, .bullet-list .count-12 .box-wrap {
    width: 50%;
  }
}

.list-material-wrapper {
  padding: 6rem 0.5rem;
}
@media (min-width: 48em) {
  .list-material-wrapper {
    padding: 10rem 0;
  }
}
.list-material-wrapper .wrapper {
  padding: 0 2rem;
}
@media (min-width: 48em) {
  .list-material-wrapper h2 {
    margin: 0 0 4rem 0;
  }
}
.list-material-wrapper .btn {
  z-index: 2;
  margin: 4rem 0 0 0;
}
@media (min-width: 48em) {
  .list-material-wrapper .horizontal {
    display: flex;
  }
}
.list-material-wrapper .horizontal .box-heading {
  font-size: 4.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .list-material-wrapper .horizontal .box-heading {
    flex: 0 auto 25%;
    width: 25%;
  }
}
@media (min-width: 48em) {
  .list-material-wrapper .horizontal .list-material .box {
    width: 33.33%;
    margin: 0;
    padding: 1rem;
    flex: 0 auto 33.33%;
  }
}
.list-material-wrapper .vertical {
  max-width: 100rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .list-material-wrapper .vertical .list-material .box {
    width: 100%;
    margin: 0;
    padding: 3rem;
    flex: 0 auto 100%;
  }
}
.list-material-wrapper .vertical .list-material .box .img-wrapper {
  float: left;
  width: 100%;
  margin: 0 3rem 0 0;
}
@media (min-width: 48em) {
  .list-material-wrapper .vertical .list-material .box .img-wrapper {
    float: left;
    width: 40%;
    margin: 0 3rem 0 0;
  }
}
.list-material-wrapper .vertical .list-material .box .img-empty {
  float: left;
  width: 100%;
  height: 24rem;
  margin: 0 3rem 0 0;
  background: #13164f;
}
@media (min-width: 48em) {
  .list-material-wrapper .vertical .list-material .box .img-empty {
    float: left;
    width: 40%;
    margin: 0 3rem 0 0;
  }
}
.list-material-wrapper .list-material {
  position: relative;
  z-index: 2;
  flex-flow: column nowrap;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .list-material-wrapper .list-material {
    flex-flow: row wrap;
  }
}
.list-material-wrapper .list-material .box {
  width: 100%;
  text-align: left;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
  /* img */
}
@media (min-width: 48em) {
  .list-material-wrapper .list-material .box {
    margin: 0;
    padding: 3rem;
  }
}
.list-material-wrapper .list-material .box h3 a {
  position: relative;
  display: inline-block;
  padding: 2rem 0 0 0;
  text-align: left;
  text-transform: initial;
}
.list-material-wrapper .list-material .box h4 a {
  color: #e8f2f9;
}
.list-material-wrapper .list-material .box .date {
  font-style: italic;
  margin: 0 0 1rem 0;
}
.list-material-wrapper .list-material .box .img-wrapper {
  position: relative;
  height: 24rem;
  margin: 0 0 2rem 0;
}
.list-material-wrapper .list-material .box .img-wrapper .img {
  width: 100%;
  height: 24rem;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.list-material-wrapper .list-material .box .img-wrapper .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transition: all 0.23s ease-in-out;
}
.list-material-wrapper .list-material .box .img-wrapper .img-overlay:hover {
  opacity: 0;
}

.text-link .smaller-width {
  max-width: 80rem;
}
.text-link .text-link-wrap {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  /* Box */
}
@media (min-width: 48em) {
  .text-link .text-link-wrap {
    padding: 12rem 2rem;
    flex-flow: row wrap;
  }
}
.text-link .text-link-wrap .box-wrap {
  z-index: 3;
  flex: 0 1 auto;
}
@media (min-width: 48em) {
  .text-link .text-link-wrap .box-wrap {
    flex: 0 auto 100%;
    width: 100%;
    margin: 0;
  }
}
.text-link .text-link-wrap .btn {
  background: none;
  color: #eed55c;
}
.text-link .text-link-wrap h3 {
  font-size: 1.7rem;
  text-transform: initial;
}
@media (min-width: 48em) {
  .text-link .text-link-wrap h3 {
    font-size: 2rem;
  }
}
.text-link .text-link-wrap .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #eed55c;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 48em) {
  .text-link .text-link-wrap .text {
    font-size: 2rem;
  }
}

.text-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-block .text-block-wrap {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  /* Box */
}
@media (min-width: 48em) {
  .text-block .text-block-wrap {
    padding: 6rem 2rem;
    flex-flow: row wrap;
  }
}
.text-block .text-block-wrap .box-wrap {
  text-align: left;
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap {
    display: flex;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap.reversed {
    flex-direction: row-reverse;
  }
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap.reversed .col-1 {
    margin: 0 6% 0 6%;
  }
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap .col-1 {
    margin: 0 6% 0 0;
    width: 26%;
    min-width: 30rem;
    display: inline-block;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-all;
  }
}
.text-block .text-block-wrap .box-wrap .col-1.heading-background {
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  padding: 3rem 0;
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap .col-1.heading-background {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap .col-2 {
    width: 69%;
    display: inline-block;
  }
}
.text-block .text-block-wrap .box-wrap .col-2 p {
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .box-wrap .col-2 p {
    font-size: 1.7rem;
  }
}
.text-block .text-block-wrap .box-wrap .col-2 p:last-child {
  margin-bottom: 0;
}
.text-block .text-block-wrap .icon {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.text-block .text-block-wrap .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #eed55c;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 48em) {
  .text-block .text-block-wrap .text {
    font-size: 2rem;
  }
}

.image-block {
  padding: 4rem 2rem;
}
.image-block img {
  width: 100%;
}
@media (min-width: 48em) {
  .image-block {
    padding: 8rem 0;
  }
}

.quotes-wrapper {
  padding: 1rem 0;
  /* Box count specifics */
}
.quotes-wrapper .quotes-material {
  position: relative;
  z-index: 2;
  flex-flow: column nowrap;
  justify-content: space-between;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .quotes-wrapper .quotes-material {
    flex-flow: row wrap;
  }
}
.quotes-wrapper .quotes-material .box {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  padding: 4rem;
  color: #d7d8d6;
  background: #668eb4;
  flex: 0 1 auto;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.3);
  transition: all 0.23s ease-in-out;
  /* img */
}
.quotes-wrapper .quotes-material .box .quote {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 48em) {
  .quotes-wrapper .quotes-material .box .quote {
    font-size: 2.3rem;
  }
}
.quotes-wrapper .quotes-material .box .name {
  color: #eed55c;
}
.quotes-wrapper .quotes-material .box .location {
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}
.quotes-wrapper .quotes-material .box .img-wrapper {
  position: relative;
  margin: 1.5rem 0 3rem 0;
}
.quotes-wrapper .quotes-material .box .img-wrapper .img {
  width: 100%;
  width: 17rem;
  height: 17rem;
  margin: 0 auto;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
}
@media (min-width: 56.875em) {
  .quotes-wrapper .quotes-material.count-3 .box {
    width: 33%;
    flex: 0 auto 33%;
  }
}
.quotes-wrapper .quotes-material.count-3 .box:nth-child(2) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.quotes-wrapper .quotes-material.count-3 .box:nth-child(2) .img-wrapper .img {
  width: 18rem;
  height: 18rem;
}
.quotes-wrapper .quotes-material.count-3 .box:nth-child(1), .quotes-wrapper .quotes-material.count-3 .box:nth-child(3) {
  display: none;
}
@media (min-width: 56.875em) {
  .quotes-wrapper .quotes-material.count-3 .box:nth-child(1), .quotes-wrapper .quotes-material.count-3 .box:nth-child(3) {
    display: block;
  }
}
@media (min-width: 56.875em) {
  .quotes-wrapper .quotes-material.count-2 .box {
    width: 49%;
    text-align: left;
    flex: 0 auto 49%;
  }
  .quotes-wrapper .quotes-material.count-2 .box .quote-text-wrapper {
    width: 60%;
  }
  .quotes-wrapper .quotes-material.count-2 .box .img-wrapper {
    width: 30%;
  }
}
.quotes-wrapper .quotes-material.count-2 .box .quote-text-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}
.quotes-wrapper .quotes-material.count-2 .box .img-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 3rem 0 0;
}
.quotes-wrapper .quotes-material.count-2 .box .img-wrapper .img {
  width: 16rem;
  height: 16rem;
}
.quotes-wrapper .quotes-material.count-2 .box:nth-child(2) {
  display: none;
}
@media (min-width: 56.875em) {
  .quotes-wrapper .quotes-material.count-2 .box:nth-child(2) {
    display: block;
  }
}
@media (min-width: 56.875em) {
  .quotes-wrapper .quotes-material.count-1 .box {
    width: 100%;
    text-align: left;
    flex: 0 auto 100%;
  }
  .quotes-wrapper .quotes-material.count-1 .box .quote-text-wrapper {
    width: 60%;
  }
  .quotes-wrapper .quotes-material.count-1 .box .img-wrapper {
    width: 30%;
  }
}
.quotes-wrapper .quotes-material.count-1 .box .quote-text-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}
.quotes-wrapper .quotes-material.count-1 .box .img-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 3rem 0 0;
}
.quotes-wrapper .quotes-material.count-1 .box .img-wrapper .img {
  width: 16rem;
  height: 16rem;
}

.clients {
  padding: 0 1.5rem;
  /* Box */
}
.clients.black {
  background: #0b0d2e;
}
.clients__wrapper {
  padding: 3rem 0;
  max-width: 120rem;
  margin: 0 auto;
}
.clients__wrapper .heading {
  font-size: 1.6rem;
  color: #5CAC71;
  margin: 0 0 3rem 0;
}
@media (min-width: 48em) {
  .clients__wrapper .heading {
    font-size: 1.8rem;
  }
}
.secondary .clients__wrapper .green-heading {
  color: #fff;
}
.clients__rows {
  margin: 2rem 0 0 0;
}
.clients__rows .owl-stage {
  white-space: nowrap;
  min-height: 70px;
}
.clients__rows .owl-stage .owl-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.secondary .clients__rows .owl-nav .owl-prev,
.secondary .clients__rows .owl-nav .owl-next {
  filter: brightness(6);
}
.clients__box {
  width: 100%;
  /* img */
}
@media (min-width: 48em) {
  .clients__box {
    padding: 0 3rem;
    width: auto;
  }
}
.clients__box .client__img {
  cursor: pointer;
  width: 10rem !important;
  margin: 1rem auto;
  transition: all 0.23s ease-in-out;
}
.clients .owl-prev {
  margin: -0.5rem 0 0 0 !important;
}
.clients .owl-next {
  margin: -0.5rem 0 0 0 !important;
}

.gallery-wrapper {
  padding: 4rem 0 8rem 0;
}
@media (min-width: 48em) {
  .gallery-wrapper {
    padding: 8rem 0 12rem 0;
  }
}
.gallery-wrapper .gallery {
  position: relative;
  z-index: 2;
  /* Box */
}
.gallery-wrapper .gallery .slider-wrapper {
  max-width: 125rem;
  margin: 0 auto;
}
.gallery-wrapper .gallery .slider-wrapper .slick-gallery {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.gallery-wrapper .gallery .slider-wrapper .slide-arrow {
  font-size: 2rem;
  line-height: 32px;
  position: absolute;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 0;
}
.gallery-wrapper .gallery .slider-wrapper .slide-arrow:before {
  display: none;
}
.gallery-wrapper .gallery .slider-wrapper .preview-prev {
  left: 0;
}
.gallery-wrapper .gallery .slider-wrapper .preview-prev:after {
  position: absolute;
  bottom: 0.9rem;
  left: 1.2rem;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  content: "";
  transform: rotate(90deg);
  vertical-align: top;
  color: #eed55c;
  background: url("../assets/images/icons/arrow-down.svg") no-repeat center;
  background-size: 2rem 2rem;
}
.gallery-wrapper .gallery .slider-wrapper .preview-next {
  right: 0;
}
.gallery-wrapper .gallery .slider-wrapper .preview-next:after {
  position: absolute;
  right: 1.2rem;
  bottom: 0.9rem;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  content: "";
  transform: rotate(-90deg);
  vertical-align: top;
  color: #eed55c;
  background: url("../assets/images/icons/arrow-down.svg") no-repeat center;
  background-size: 2rem 2rem;
}
.gallery-wrapper .gallery .slider-wrapper .slick-dots {
  display: flex;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  justify-content: center;
}
.gallery-wrapper .gallery .slider-wrapper .slick-dots li {
  margin: 0 0.25rem;
}
.gallery-wrapper .gallery .slider-wrapper .slick-dots button {
  display: block;
  width: 1rem;
  min-width: auto;
  height: 1rem;
  padding: 0;
  text-indent: -9999px;
  border: none;
  border-radius: 100%;
  background-color: #000000;
}
.gallery-wrapper .gallery .slider-wrapper .slick-dots li.slick-active button {
  background-color: #eed55c;
}
.gallery-wrapper .gallery .box {
  width: 100%;
  padding: 2rem;
  text-align: left;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 56.875em) {
  .gallery-wrapper .gallery .box {
    margin: 0;
    padding: 3rem;
  }
}
.gallery-wrapper .gallery .box img {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.gallery-wrapper .gallery .box .video-container {
  max-width: 70rem;
  margin: 0 auto;
}
.gallery-wrapper .gallery .border-bottom {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin-top: -4rem;
  border-bottom: 0.1rem solid #eed55c;
}
.gallery-wrapper .bottom-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 50%;
}

.video-gallery h2 {
  margin: 0 0 4rem 0;
}
.video-gallery .slider-wrapper {
  max-width: 85rem;
  margin: 0 auto;
  padding: 6rem 2rem;
}
@media (min-width: 48em) {
  .video-gallery .slider-wrapper {
    padding: 10rem 0;
    height: 2rem;
  }
}
.video-gallery .slider-wrapper .gallery,
.video-gallery .slider-wrapper .preview-pagination-slider {
  white-space: nowrap;
}
.video-gallery .slider-wrapper .gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 1;
}
.video-gallery .slider-wrapper .gallery-pagination {
  position: relative;
  margin-bottom: 5rem;
  padding-top: 1rem;
  height: auto;
  height: 0;
}
@media (min-width: 84.375em) {
  .video-gallery .slider-wrapper .gallery-pagination {
    padding-top: 20px;
  }
}
.video-gallery .slider-wrapper .gallery-pagination .slide {
  cursor: pointer;
  outline: none;
}
.video-gallery .slider-wrapper .gallery-pagination .slide img {
  padding: 0.4rem;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.video-gallery .slider-wrapper .gallery-pagination .slide img:hover {
  opacity: 0.9;
}
.video-gallery .slider-wrapper .gallery-pagination .slide.slick-current img {
  opacity: 1;
}
.video-gallery .slider-wrapper .gallery-pagination .slide-arrow {
  font-size: 2rem;
  line-height: 32px;
  position: absolute;
  z-index: 22;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 0;
}
.video-gallery .slider-wrapper .gallery-pagination .slide-arrow:before {
  display: none;
}
.video-gallery .slider-wrapper .gallery-pagination .slide-arrow:hover {
  background: #1a1e6c;
}
.video-gallery .slider-wrapper .gallery-pagination .preview-prev {
  left: 0;
}
.video-gallery .slider-wrapper .gallery-pagination .preview-prev:after {
  position: absolute;
  bottom: 0.9rem;
  left: 1.2rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  transform: rotate(-135deg);
  vertical-align: top;
  color: #eed55c;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
}
.video-gallery .slider-wrapper .gallery-pagination .preview-next {
  right: 0;
}
.video-gallery .slider-wrapper .gallery-pagination .preview-next:after {
  position: absolute;
  right: 1.2rem;
  bottom: 0.9rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  transform: rotate(45deg);
  vertical-align: top;
  color: #eed55c;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
}
.video-gallery .slider-wrapper .preview-pagination-slider {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  letter-spacing: -0.4rem;
}
.video-gallery .slider-wrapper .preview-pagination-slider .slide {
  width: 33.33%;
  height: 16rem;
}
.video-gallery .slider-wrapper .preview-pagination-slider .slide img {
  width: 100%;
}
.video-gallery .slider-wrapper .preview-pagination-slider .slick-list {
  overflow: hidden;
}
.video-gallery .overlay-class {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transition: all 0.63s ease-in-out;
}
.video-gallery .overlay-class:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  transform: scale(1.03);
}
.video-gallery .play-slide-video {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin: -2.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6rem 6rem;
}

.table .table-wrap {
  clear: both;
  position: relative;
  z-index: 2;
  padding: 12rem 0;
  overflow-x: auto;
}
@media (min-width: 48em) {
  .table .table-wrap {
    padding: 12rem 0;
  }
}
.table .table-wrap table {
  /* margin-bottom: 3rem; */
  /* Avoid scrollbar when not necessary */
  width: 99.9%;
  /* General */
  /* Thead */
  /* Tbody */
}
.table .table-wrap table th,
.table .table-wrap table td {
  padding: 1.5rem 1.3rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 0.1rem solid #000000;
}
.table .table-wrap table thead {
  background: #0b0d2e;
  font-family: "Replica-Heavy", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eed55c;
  padding: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.table .table-wrap table thead tr th {
  padding: 3rem 2rem;
  border: 0.1rem solid #000000;
}
.table .table-wrap table tbody {
  background: #0b0d2e;
}
.table .table-wrap table tbody tr {
  transition: 0.08s ease-in-out;
  background: #0b0d2e;
}
.table .table-wrap table tbody tr:hover {
  background: #0b0d2e;
}
.table .table-wrap table tbody tr td {
  border: 0.1rem solid #000000;
}
.table .table-wrap caption {
  text-align: left;
  font-family: "Replica-Heavy", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table h2 {
  margin: 0 0 2rem 0;
}
.table .ingress {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 0 4rem 0;
}
.table .btn {
  margin: 4rem 0 0 0;
}

.cta {
  background: #eed55c;
}
.cta .smaller-layout {
  max-width: 80rem;
}
.cta .smaller-layout .cta-wrap {
  padding: 3rem 0;
}
.cta .cta-wrap {
  padding: 6rem 0;
}
@media (min-width: 48em) {
  .cta .cta-wrap {
    padding: 12rem 0;
    flex: 0 auto 100%;
    width: 100%;
  }
}
.cta .cta-wrap-small {
  padding: 3.3rem 0 2.8rem 0;
  /* Box */
}
.cta .cta-wrap-small h2 {
  font-size: 3rem;
}
@media (min-width: 48em) {
  .cta .cta-wrap-small h2 {
    float: left;
  }
}
.cta .cta-wrap-small .btn {
  margin: 0.3rem 0 0 0;
}
@media (min-width: 48em) {
  .cta .cta-wrap-small .btn {
    float: left;
    margin: 0.3rem 0 0 3rem;
  }
}
.cta .cta-wrap-small .box-wrap {
  width: auto;
}
@media (min-width: 48em) {
  .cta .cta-wrap-small .box-wrap {
    width: auto;
  }
}
.cta .cta-wrap,
.cta .cta-wrap-small {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  /* Box */
}
@media (min-width: 48em) {
  .cta .cta-wrap,
  .cta .cta-wrap-small {
    flex-flow: row wrap;
  }
}
.cta .cta-wrap .box-wrap,
.cta .cta-wrap-small .box-wrap {
  z-index: 3;
  color: #000000;
  flex: 0 1 auto;
}
@media (min-width: 48em) {
  .cta .cta-wrap .box-wrap,
  .cta .cta-wrap-small .box-wrap {
    margin: 0;
  }
}
.cta .cta-wrap .btn,
.cta .cta-wrap-small .btn {
  background: #000000;
  color: #fff;
}
.cta .cta-wrap h2,
.cta .cta-wrap-small h2 {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  color: #000000;
}
@media (min-width: 48em) {
  .cta .cta-wrap h2,
  .cta .cta-wrap-small h2 {
    font-size: 4.5rem;
  }
}
.cta .cta-wrap h3, .cta .cta-wrap h4,
.cta .cta-wrap-small h3,
.cta .cta-wrap-small h4 {
  text-transform: initial;
}
.cta .cta-wrap .text,
.cta .cta-wrap-small .text {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 48em) {
  .cta .cta-wrap .text,
  .cta .cta-wrap-small .text {
    font-size: 2rem;
  }
}

.downloads {
  background: #d7d8d6;
}
.downloads .ingress {
  max-width: 70rem;
  margin: 0 auto;
}
.downloads .downloads-wrap {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
  align-items: center;
  justify-content: center;
  color: #000000;
  display: flex;
  flex-flow: column nowrap;
  /* Box */
}
@media (min-width: 48em) {
  .downloads .downloads-wrap {
    padding: 10rem 0;
    flex-flow: row wrap;
  }
}
.downloads .downloads-wrap .box-wrap {
  z-index: 3;
  flex: 0 1 auto;
}
@media (min-width: 48em) {
  .downloads .downloads-wrap .box-wrap {
    flex: 0 auto 100%;
    width: 100%;
    margin: 0;
  }
}
.downloads .downloads-wrap .box-wrap .box {
  margin: 0 0 2rem 0;
}
.downloads .downloads-wrap .box-wrap .box a {
  font-size: 1.4rem;
  color: #000000;
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.downloads .downloads-wrap .box-wrap .box a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 1rem 0 0;
  background-image: url("../assets/images/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3rem 1.3rem;
}
.downloads .downloads-wrap .btn {
  background: none;
  color: #eed55c;
}
.downloads .downloads-wrap h2 {
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  color: #000000;
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .downloads .downloads-wrap h2 {
    font-size: 4.5rem;
  }
}

.team-wrapper {
  padding: 6rem 0;
}
@media (min-width: 48em) {
  .team-wrapper {
    padding: 10rem 0;
  }
}
.team-wrapper .ingress {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}
.team-wrapper .team {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  /* Box */
}
@media (min-width: 34.375em) {
  .team-wrapper .team {
    flex-flow: row wrap;
  }
}
.team-wrapper .team .box {
  flex: 0 1 auto;
  padding: 2.5rem;
  text-align: left;
  width: 100%;
  transition: all 0.23s ease-in-out;
  /* img */
}
@media (min-width: 34.375em) {
  .team-wrapper .team .box {
    flex: 0 1 50%;
    width: 50%;
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 48em) {
  .team-wrapper .team .box {
    flex: 0 1 33.33%;
    width: 33.33%;
  }
}
@media (min-width: 71.25em) {
  .team-wrapper .team .box {
    flex: 0 1 25%;
    width: 25%;
  }
}
.team-wrapper .team .box .text-wrapper {
  position: relative;
  width: 100%;
  padding: 2rem;
  z-index: 1;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .team-wrapper .team .box .text-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 71.25em) {
  .team-wrapper .team .box .text-wrapper {
    padding: 2rem;
  }
}
.team-wrapper .team .box .text-wrapper--read-more {
  display: none;
}
.team-wrapper .team .box .text-wrapper .js-team-read-more {
  cursor: pointer;
  font-size: 1.4rem;
  color: #aac1d6;
}
.team-wrapper .team .box .text-wrapper .name {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Replica-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  color: #fff;
}
.team-wrapper .team .box .text-wrapper .position {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  color: #fff;
  text-transform: uppercase;
}
.team-wrapper .team .box .text-wrapper .text {
  color: #668eb4;
  font-size: 1.3rem;
  line-height: 1.2;
}
.team-wrapper .team .box .text-wrapper p {
  margin: 0;
}
.team-wrapper .team .box .text-wrapper .team-icon {
  display: inline-block;
  margin: 2rem 0 0 0;
}
.team-wrapper .team .box .text-wrapper .mail:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 1rem 0 0;
  background-image: url("../assets/images/icons/mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.team-wrapper .team .box .text-wrapper .phone {
  color: #eed55c;
}
.team-wrapper .team .box .text-wrapper .phone:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 1rem 0 0;
  background-image: url("../assets/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.team-wrapper .team .box .text-wrapper .linkedin:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 1rem 0 0;
  background-image: url("../assets/images/icons/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.team-wrapper .team .box .img-wrap {
  position: relative;
  width: 100%;
  padding-top: 92%;
  background-position: top center;
}

/* map
––––––––––––––––––––––––––––––––––––––––––––––––– */
.map-content {
  padding: 4rem 0;
}
@media (min-width: 48em) {
  .map-content {
    padding: 10rem 2rem;
  }
}
.map-content .map-wrapper .wrapper {
  padding: 0 2rem;
}
.map-content #map {
  height: 20rem;
}
@media (min-width: 48em) {
  .map-content #map {
    height: 50rem;
  }
}
.map-content .ingress {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.map-content .contact-info {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 5rem;
  color: #eed55c;
}
.map-content .contact-info p {
  margin: 0;
}
.map-content .office-boxes {
  margin: 6rem 0;
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
}
@media (min-width: 48em) {
  .map-content .office-boxes {
    flex-flow: row nowrap;
  }
}
.map-content .office-boxes .office-list-item {
  padding: 1.5rem 0;
  display: block;
}
.map-content .office-boxes .office-list-item h3 {
  font-size: 1.9rem;
}
.map-content .office-boxes .office-list-item p {
  display: block;
  color: #eed55c;
}
@media (min-width: 48em) {
  .map-content .office-boxes .office-list-item {
    margin: 0;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

/* popup styles
––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 10rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.video-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
  background-color: rgb(11, 13, 46);
  background-color: rgba(11, 13, 46, 0.8);
}
.modal.video-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content .modal-wrapper {
  padding: 2rem;
  background-color: #0b0d2e;
  max-width: 70rem;
  margin: 0 auto;
}
.modal-content .hbspt-form {
  text-align: left;
  margin: 0 auto;
  max-width: 67rem;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -30rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.modal-close {
  position: absolute;
  right: 3rem;
  top: 2rem;
  color: #eed55c;
  float: right;
  font-size: 4.7rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.modal-close:hover,
.modal-close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.wysiwyg {
  padding: 4rem 0;
}
@media (min-width: 48em) {
  .wysiwyg {
    padding: 8rem 0;
  }
}
.wysiwyg img {
  max-width: 100%;
}

.separator {
  background: #eed55c;
  background: linear-gradient(90deg, rgb(238, 213, 92) 0%, rgb(238, 213, 92) 61%, rgba(255, 255, 255, 0) 100%);
  height: 0.2rem;
  width: 100%;
  display: block;
}
.separator.separator--right {
  background: #eed55c;
  background: linear-gradient(-90deg, rgb(238, 213, 92) 0%, rgb(238, 213, 92) 61%, rgba(255, 255, 255, 0) 100%);
}

.box-img-link-image-reverse {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* img */
}
.box-img-link-image-reverse.reverse .box-img-link-image-wrap {
  flex-direction: column;
}
@media (min-width: 48em) {
  .box-img-link-image-reverse.reverse .box-img-link-image-wrap {
    flex-direction: row-reverse;
  }
}
.box-img-link-image-reverse .box-img-link-image-wrapper {
  max-width: 130rem;
  margin: 0 auto;
}
.box-img-link-image-reverse .box-img-link-image-wrap {
  position: relative;
  padding: 2rem 2rem;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  /* Box */
}
@media (min-width: 48em) {
  .box-img-link-image-reverse .box-img-link-image-wrap {
    padding: 5rem 2rem;
    flex-flow: row wrap;
  }
}
.box-img-link-image-reverse .box-img-link-image-wrap .box-wrap {
  width: 100%;
  padding: 2rem;
  text-align: left;
  flex: 0 1 auto;
  transition: all 0.23s ease-in-out;
}
@media (min-width: 48em) {
  .box-img-link-image-reverse .box-img-link-image-wrap .box-wrap {
    width: 50%;
    margin: 0;
    padding: 4rem;
    flex: 0 auto 50%;
  }
}
.box-img-link-image-reverse .box-img-link-image-wrap .box .img {
  min-height: 20rem;
}
@media (min-width: 48em) {
  .box-img-link-image-reverse .box-img-link-image-wrap .box .img {
    min-height: 30rem;
  }
}
.box-img-link-image-reverse .box-img-link-image-wrap h2 {
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #eed55c;
}
.box-img-link-image-reverse .box-img-link-image-wrap .ingress {
  font-family: "Replica-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 1rem 0 2rem 0;
  text-transform: uppercase;
  color: #e8f2f9;
}
@media (min-width: 48em) {
  .box-img-link-image-reverse .box-img-link-image-wrap .ingress {
    font-size: 2rem;
  }
}
.box-img-link-image-reverse .box-img-link-image-wrap p:last-child {
  margin-bottom: 0;
}
.box-img-link-image-reverse .img {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.social-feed {
  padding: 3rem 1rem;
}
@media (min-width: 48em) {
  .social-feed {
    padding: 6rem 2rem;
  }
}
