@charset "UTF-8";
/* ### TEXT AND FONTS ### */
/* ### COLORS ### */
/* ### ELEMENTS ### */
/* ### LAYOUT ### */
/* ### GRID ### */
/* ### RESPONSIVE ### */
/* ### PATHS ### */
.foo {
  width: 1.6180339887;
}

/*! 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 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

img {
  vertical-align: middle;
}

table {
  width: 100%;
  font-size: 100%;
  line-height: inherit;
}

form, fieldset, legend {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.noscript {
  display: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

html {
  font-size: 1em;
  line-height: 1.6em;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #114477;
  background: #FFFFFF;
  letter-spacing: 0.01em;
}
body:not(.loaded) * {
  transition: none !important;
}

.bold, strong, em, b, th {
  font-weight: 800;
}

address, em {
  font-style: normal;
}

p, address {
  margin-block-start: 0;
  margin-block-end: 1.6em;
}

p.perex {
  font-size: 1.125em;
  line-height: 1.6em;
  margin-block-start: 0;
  margin-block-end: 1.6em;
}

ul, ol {
  margin: 1.5em 0;
}
ul.plain, ol.plain {
  margin: 0;
  padding: 0;
}
ul.plain li, ol.plain li {
  margin: 0;
  padding: 0;
}
ul.plain li, ul.list li, ol.plain li, ol.list li {
  list-style-type: none;
  list-style-position: inside;
}

ul.list {
  padding: 0;
}
ul.list li {
  margin: 0.5em 0 0.5em 0;
  padding-left: 2em;
  position: relative;
}
ul.list li:before {
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
}
ol li {
  list-style-type: decimal;
}
ol li ul {
  list-style-type: disc;
}

ol.alphabet li {
  list-style-type: lower-alpha;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a.underlined {
  color: inherit;
  border-bottom: 1px solid;
}
a.underlined:hover {
  color: inherit;
  border-bottom-width: 2px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child, address:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child, address:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

::selection {
  background: rgba(68, 197, 255, 0.75);
}

::-moz-selection {
  background: rgba(68, 197, 255, 0.75);
}

.hover-underline {
  text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}

.nooutline {
  outline: none;
}

.noselect {
  user-select: none;
}

.clear {
  clear: both;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.font-secondary, .font-secondary-bold {
  font-family: "Poppins", sans-serif;
}

.font-secondary {
  font-weight: 400;
}

.font-secondary-bold {
  font-weight: 800;
}

.size-small {
  font-size: 0.75em;
  line-height: 1.6em;
}

.size-large {
  font-size: 1.125em;
  line-height: 1.6em;
}

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

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

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

.align-justify {
  text-align: right !important;
}

.color-primary {
  color: #0099DD !important;
}

.color-secondary {
  color: #114477 !important;
}

.color-tertiary {
  color: #E5F5FC !important;
}

.color-quaternary {
  color: #0077AA !important;
}

.color-error {
  color: #E22;
}

.color-success {
  color: #45B145;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot?#iefix") format("embedded-opentype"), local("fontello"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  vertical-align: 0;
}
[class^=icon-].standalone:before, [class*=" icon-"].standalone:before {
  margin-left: 0;
  margin-right: 0;
}

.icon-worker:before {
  content: "";
}

/* '' */
.icon-warning:before {
  content: "";
}

/* '' */
.icon-user-alt:before {
  content: "";
}

/* '' */
.icon-trophy:before {
  content: "";
}

/* '' */
.icon-thumbs-up:before {
  content: "";
}

/* '' */
.icon-question:before {
  content: "";
}

/* '' */
.icon-plus:before, ul.list.plus li:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-paper-plane:before {
  content: "";
}

/* '' */
.icon-ok:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-marker:before {
  content: "";
}

/* '' */
.icon-info-alt:before {
  content: "";
}

/* '' */
.icon-handshake:before {
  content: "";
}

/* '' */
.icon-file-doc:before {
  content: "";
}

/* '' */
.icon-file-pdf:before {
  content: "";
}

/* '' */
.icon-file-ppt:before {
  content: "";
}

/* '' */
.icon-file-xls:before {
  content: "";
}

/* '' */
.icon-file-zip:before {
  content: "";
}

/* '' */
.icon-file:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-exclamation:before {
  content: "";
}

/* '' */
.icon-download:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before, ul.list li:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-email:before {
  content: "";
}

/* '' */
.icon-drop:before {
  content: "";
}

/* '' */
.icon-pencil:before {
  content: "";
}

/* '' */
.icon-money:before {
  content: "";
}

/* '' */
.icon-cad:before {
  content: "";
}

/* '' */
.icon-puzzle:before {
  content: "";
}

/* '' */
.icon-fire:before {
  content: "";
}

/* '' */
.icon-suitcase:before {
  content: "";
}

/* '' */
.icon-student:before {
  content: "";
}

/* '' */
.icon-cutlery:before {
  content: "";
}

/* '' */
.icon-umbrella:before {
  content: "";
}

/* '' */
.icon-road:before {
  content: "";
}

/* '' */
.icon-excavator:before {
  content: "";
}

/* '' */
.icon-valve:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-building:before {
  content: "";
}

/* '' */
.icon-courthouse:before {
  content: "";
}

/* '' */
.icon-drawing-compass:before {
  content: "";
}

/* '' */
.icon-lightbulb:before {
  content: "";
}

/* '' */
.icon-pen:before {
  content: "";
}

/* '' */
.icon-stats:before {
  content: "";
}

/* '' */
/* ### GRID ### */
.wrap {
  position: relative;
  text-align: left;
  width: 88%;
  max-width: 1920px;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}
.wrap.full {
  width: 100%;
}
.wrap.free {
  max-width: none;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.flex-row.reverse {
  flex-direction: row-reverse;
}
.flex-row > * {
  box-sizing: border-box;
  flex: 1 1 auto;
}
.flex-row.stretch {
  align-items: stretch;
}
.flex-row.stretch > * {
  flex-grow: 1;
}
.flex-row.spacing {
  margin-left: -1em;
  margin-right: -1em;
  max-width: none;
}
.flex-row.spacing > * {
  padding-right: 1em;
  padding-left: 1em;
}
.flex-row.spacing-double {
  margin-left: -2em;
  margin-right: -2em;
  max-width: none;
}
.flex-row.spacing-double > * {
  padding-right: 2em;
  padding-left: 2em;
}
.flex-row [class^=col-] {
  flex-grow: 1;
  flex-shrink: 0;
}
.flex-row .box {
  box-sizing: border-box;
  width: 100%;
}
.flex-row .box.indent {
  padding: 6vw;
}

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
}
.flex-col.reverse {
  flex-direction: column-reverse;
}
.flex-col.stretch {
  align-content: stretch;
}
.flex-col > * {
  flex: 0 0 auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.gt {
  padding-top: 12vh;
}

.gb {
  padding-bottom: 12vh;
}

.col-1 {
  flex-basis: 4.1666666667%;
  max-width: 4.1666666667%;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.col-2 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.col-3 {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.offset-3 {
  margin-left: 12.5%;
}

.col-4 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.col-5 {
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.col-6 {
  flex-basis: 25%;
  max-width: 25%;
}

.offset-6 {
  margin-left: 25%;
}

.col-7 {
  flex-basis: 29.1666666667%;
  max-width: 29.1666666667%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.col-8 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.col-9 {
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.offset-9 {
  margin-left: 37.5%;
}

.col-10 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.col-11 {
  flex-basis: 45.8333333333%;
  max-width: 45.8333333333%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.col-12 {
  flex-basis: 50%;
  max-width: 50%;
}

.offset-12 {
  margin-left: 50%;
}

.col-13 {
  flex-basis: 54.1666666667%;
  max-width: 54.1666666667%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.col-14 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.col-15 {
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.offset-15 {
  margin-left: 62.5%;
}

.col-16 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.col-17 {
  flex-basis: 70.8333333333%;
  max-width: 70.8333333333%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.col-18 {
  flex-basis: 75%;
  max-width: 75%;
}

.offset-18 {
  margin-left: 75%;
}

.col-19 {
  flex-basis: 79.1666666667%;
  max-width: 79.1666666667%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.col-20 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.col-21 {
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.offset-21 {
  margin-left: 87.5%;
}

.col-22 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.col-23 {
  flex-basis: 95.8333333333%;
  max-width: 95.8333333333%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

.col-24 {
  flex-basis: 100%;
  max-width: 100%;
}

.offset-24 {
  margin-left: 100%;
}

.offset-0 {
  margin-left: 0;
}

.flex-row.left, .flex-col.top {
  justify-content: flex-start;
}

.flex-row.center, .flex-col.middle {
  justify-content: center;
}

.flex-row.right, .flex-col.bottom {
  justify-content: flex-end;
}

.flex-row.top, .flex-col.left {
  align-items: flex-start;
}

.flex-row.middle, .flex-col.center {
  align-items: center;
}

.flex-row.bottom, .flex-col.right {
  align-items: flex-end;
}

.flex-row.around, .flex-col.around {
  align-content: space-around;
}

.flex-row.between, .flex-col.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.hidden {
  display: none !important;
}

.pt {
  padding-top: 3vw;
}

.pb {
  padding-bottom: 3vw;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

@media (max-width: 1279px) {
  .col-l-1 {
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .offset-l-1 {
    margin-left: 4.1666666667%;
  }

  .col-l-2 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-l-2 {
    margin-left: 8.3333333333%;
  }

  .col-l-3 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .offset-l-3 {
    margin-left: 12.5%;
  }

  .col-l-4 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-l-4 {
    margin-left: 16.6666666667%;
  }

  .col-l-5 {
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .offset-l-5 {
    margin-left: 20.8333333333%;
  }

  .col-l-6 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-l-6 {
    margin-left: 25%;
  }

  .col-l-7 {
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .offset-l-7 {
    margin-left: 29.1666666667%;
  }

  .col-l-8 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-l-8 {
    margin-left: 33.3333333333%;
  }

  .col-l-9 {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .offset-l-9 {
    margin-left: 37.5%;
  }

  .col-l-10 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-l-10 {
    margin-left: 41.6666666667%;
  }

  .col-l-11 {
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .offset-l-11 {
    margin-left: 45.8333333333%;
  }

  .col-l-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-l-12 {
    margin-left: 50%;
  }

  .col-l-13 {
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .offset-l-13 {
    margin-left: 54.1666666667%;
  }

  .col-l-14 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-l-14 {
    margin-left: 58.3333333333%;
  }

  .col-l-15 {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .offset-l-15 {
    margin-left: 62.5%;
  }

  .col-l-16 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-l-16 {
    margin-left: 66.6666666667%;
  }

  .col-l-17 {
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .offset-l-17 {
    margin-left: 70.8333333333%;
  }

  .col-l-18 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-l-18 {
    margin-left: 75%;
  }

  .col-l-19 {
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .offset-l-19 {
    margin-left: 79.1666666667%;
  }

  .col-l-20 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-l-20 {
    margin-left: 83.3333333333%;
  }

  .col-l-21 {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .offset-l-21 {
    margin-left: 87.5%;
  }

  .col-l-22 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-l-22 {
    margin-left: 91.6666666667%;
  }

  .col-l-23 {
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .offset-l-23 {
    margin-left: 95.8333333333%;
  }

  .col-l-24 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-l-24 {
    margin-left: 100%;
  }

  .offset-l-0 {
    margin-left: 0;
  }

  .flex-row.left-l, .flex-col.top-l {
    justify-content: flex-start;
  }

  .flex-row.center-l, .flex-col.middle-l {
    justify-content: center;
  }

  .flex-row.right-l, .flex-col.bottom-l {
    justify-content: flex-end;
  }

  .flex-row.top-l, .flex-col.left-l {
    align-items: flex-start;
  }

  .flex-row.middle-l, .flex-col.center-l {
    align-items: center;
  }

  .flex-row.bottom-l, .flex-col.right-l {
    align-items: flex-end;
  }

  .flex-row.around-l, .flex-col.around-l {
    align-content: space-around;
  }

  .flex-row.between-l, .flex-col.between-l {
    justify-content: space-between;
  }

  .first-l {
    order: -1;
  }

  .last-l {
    order: 1;
  }

  .hidden-l {
    display: none !important;
  }

  .pt, .pt-l {
    padding-top: 4vw;
  }

  .pb, .pb-l {
    padding-bottom: 4vw;
  }

  .pt0-l {
    padding-top: 0;
  }

  .pb0-l {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  .col-m-1 {
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .offset-m-1 {
    margin-left: 4.1666666667%;
  }

  .col-m-2 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-m-2 {
    margin-left: 8.3333333333%;
  }

  .col-m-3 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .offset-m-3 {
    margin-left: 12.5%;
  }

  .col-m-4 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-m-4 {
    margin-left: 16.6666666667%;
  }

  .col-m-5 {
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .offset-m-5 {
    margin-left: 20.8333333333%;
  }

  .col-m-6 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-m-6 {
    margin-left: 25%;
  }

  .col-m-7 {
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .offset-m-7 {
    margin-left: 29.1666666667%;
  }

  .col-m-8 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-m-8 {
    margin-left: 33.3333333333%;
  }

  .col-m-9 {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .offset-m-9 {
    margin-left: 37.5%;
  }

  .col-m-10 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-m-10 {
    margin-left: 41.6666666667%;
  }

  .col-m-11 {
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .offset-m-11 {
    margin-left: 45.8333333333%;
  }

  .col-m-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-m-12 {
    margin-left: 50%;
  }

  .col-m-13 {
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .offset-m-13 {
    margin-left: 54.1666666667%;
  }

  .col-m-14 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-m-14 {
    margin-left: 58.3333333333%;
  }

  .col-m-15 {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .offset-m-15 {
    margin-left: 62.5%;
  }

  .col-m-16 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-m-16 {
    margin-left: 66.6666666667%;
  }

  .col-m-17 {
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .offset-m-17 {
    margin-left: 70.8333333333%;
  }

  .col-m-18 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-m-18 {
    margin-left: 75%;
  }

  .col-m-19 {
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .offset-m-19 {
    margin-left: 79.1666666667%;
  }

  .col-m-20 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-m-20 {
    margin-left: 83.3333333333%;
  }

  .col-m-21 {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .offset-m-21 {
    margin-left: 87.5%;
  }

  .col-m-22 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-m-22 {
    margin-left: 91.6666666667%;
  }

  .col-m-23 {
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .offset-m-23 {
    margin-left: 95.8333333333%;
  }

  .col-m-24 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-m-24 {
    margin-left: 100%;
  }

  .offset-m-0 {
    margin-left: 0;
  }

  .flex-row.left-m, .flex-col.top-m {
    justify-content: flex-start;
  }

  .flex-row.center-m, .flex-col.middle-m {
    justify-content: center;
  }

  .flex-row.right-m, .flex-col.bottom-m {
    justify-content: flex-end;
  }

  .flex-row.top-m, .flex-col.left-m {
    align-items: flex-start;
  }

  .flex-row.middle-m, .flex-col.center-m {
    align-items: center;
  }

  .flex-row.bottom-m, .flex-col.right-m {
    align-items: flex-end;
  }

  .flex-row.around-m, .flex-col.around-m {
    align-content: space-around;
  }

  .flex-row.between-m, .flex-col.between-m {
    justify-content: space-between;
  }

  .first-m {
    order: -1;
  }

  .last-m {
    order: 1;
  }

  .hidden-m {
    display: none !important;
  }

  .pt, .pt-m {
    padding-top: 4vw;
  }

  .pb, .pb-m {
    padding-bottom: 4vw;
  }

  .pt0-m {
    padding-top: 0;
  }

  .pb0-m {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .col-s-1 {
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .offset-s-1 {
    margin-left: 4.1666666667%;
  }

  .col-s-2 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-s-2 {
    margin-left: 8.3333333333%;
  }

  .col-s-3 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .offset-s-3 {
    margin-left: 12.5%;
  }

  .col-s-4 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-s-4 {
    margin-left: 16.6666666667%;
  }

  .col-s-5 {
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .offset-s-5 {
    margin-left: 20.8333333333%;
  }

  .col-s-6 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-s-6 {
    margin-left: 25%;
  }

  .col-s-7 {
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .offset-s-7 {
    margin-left: 29.1666666667%;
  }

  .col-s-8 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-s-8 {
    margin-left: 33.3333333333%;
  }

  .col-s-9 {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .offset-s-9 {
    margin-left: 37.5%;
  }

  .col-s-10 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-s-10 {
    margin-left: 41.6666666667%;
  }

  .col-s-11 {
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .offset-s-11 {
    margin-left: 45.8333333333%;
  }

  .col-s-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-s-12 {
    margin-left: 50%;
  }

  .col-s-13 {
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .offset-s-13 {
    margin-left: 54.1666666667%;
  }

  .col-s-14 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-s-14 {
    margin-left: 58.3333333333%;
  }

  .col-s-15 {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .offset-s-15 {
    margin-left: 62.5%;
  }

  .col-s-16 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-s-16 {
    margin-left: 66.6666666667%;
  }

  .col-s-17 {
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .offset-s-17 {
    margin-left: 70.8333333333%;
  }

  .col-s-18 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-s-18 {
    margin-left: 75%;
  }

  .col-s-19 {
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .offset-s-19 {
    margin-left: 79.1666666667%;
  }

  .col-s-20 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-s-20 {
    margin-left: 83.3333333333%;
  }

  .col-s-21 {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .offset-s-21 {
    margin-left: 87.5%;
  }

  .col-s-22 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-s-22 {
    margin-left: 91.6666666667%;
  }

  .col-s-23 {
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .offset-s-23 {
    margin-left: 95.8333333333%;
  }

  .col-s-24 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-s-24 {
    margin-left: 100%;
  }

  .offset-s-0 {
    margin-left: 0;
  }

  .flex-row.left-s, .flex-col.top-s {
    justify-content: flex-start;
  }

  .flex-row.center-s, .flex-col.middle-s {
    justify-content: center;
  }

  .flex-row.right-s, .flex-col.bottom-s {
    justify-content: flex-end;
  }

  .flex-row.top-s, .flex-col.left-s {
    align-items: flex-start;
  }

  .flex-row.middle-s, .flex-col.center-s {
    align-items: center;
  }

  .flex-row.bottom-s, .flex-col.right-s {
    align-items: flex-end;
  }

  .flex-row.around-s, .flex-col.around-s {
    align-content: space-around;
  }

  .flex-row.between-s, .flex-col.between-s {
    justify-content: space-between;
  }

  .first-s {
    order: -1;
  }

  .last-s {
    order: 1;
  }

  .hidden-s {
    display: none !important;
  }

  .pt, .pt-m, .pt-s {
    padding-top: 6vw;
  }

  .pb, .pb-m, .pb-s {
    padding-bottom: 6vw;
  }

  .pt0-s {
    padding-top: 0;
  }

  .pb0-s {
    padding-bottom: 0;
  }
}
/* ### BUTTONS ### */
/* ### TABS ### */
.tabs .tabs-controller {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.tabs .tabs-controller li {
  margin: 0;
  padding: 0;
}
.tabs .tabs-controller.stretch-tabs li {
  flex-grow: 1;
  text-align: center;
}
.tabs .tabs-viewport {
  position: relative;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

/* ### TABLES ### */
table {
  margin: 1em 0;
  border-collapse: separate;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table td, table th {
  padding: 0.4em;
  border: 0px solid transparent;
  transition: background-color linear 0.2s;
  border-bottom-width: 1px;
}
table th {
  text-align: left;
}
table thead tr:last-child th {
  border-bottom-width: 3px;
}
table td {
  transition: background-color 0.2s linear, color 0.2s linear;
}
table .td-drag {
  position: relative;
  cursor: move;
  width: 1em;
}
table .td-drag:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
table .td-drag:hover:before {
  opacity: 1;
}
table a.sort {
  position: relative;
  display: block;
  padding-left: 18px;
  cursor: pointer;
  text-align: left;
}
table a.sort:after, table a.sort:before {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
table a.sort:before {
  border-bottom-color: #a0b4c9;
  margin-top: -12px;
}
table a.sort:after {
  border-top-color: #a0b4c9;
  margin-top: 2px;
}
table a.sort.sort-asc:before {
  border-bottom-color: inherit;
}
table a.sort.sort-desc:after {
  border-top-color: inherit;
}
table a.sort.sort-asc, table a.sort.sort-desc, table a.sort:hover {
  text-decoration: underline;
  color: inherit;
}

.table-wrapper {
  overflow-x: auto;
  margin-bottom: 1em;
}

.table-actions {
  display: table;
  width: 100%;
}
.table-actions > div {
  display: table-cell;
  width: 50%;
}
.table-actions .btn, .table-actions button {
  margin-bottom: 0;
}
.table-actions .pagination {
  text-align: right;
}
.table-actions .pagination a {
  display: inline-block;
  line-height: 1em;
  padding: 0.4rem;
  border: 1px solid;
}
.table-actions .pagination a.active {
  font-weight: 800;
}

/* ### NOTIFICATIONS ### */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ### SLIDESHOW ### */
.slideshow-slides {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
}

.slideshow-slide {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  overflow: hidden;
  background-size: cover;
  transition: all ease-in-out 0s;
}
.slideshow-slide.active {
  z-index: 10;
  position: relative;
}
.slideshow-slide.last-active {
  z-index: 9;
}
.slideshow-slide .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}
.slideshow-slide .slide-label {
  z-index: 14;
}

.slideshow-progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 13;
}
.slideshow-progress .progress-indicator {
  height: 4px;
  width: 1px;
}

.slideshow-controller {
  position: absolute;
  z-index: 13;
}

.slideshow {
  position: relative;
}
.slideshow[data-slideshow-transition=carousel] .slideshow-slide {
  transition-property: transform;
  transform: translateX(0);
}
.slideshow[data-slideshow-transition=opacity] .slideshow-slide {
  transition-property: opacity;
  opacity: 0;
}
.slideshow[data-slideshow-transition=opacity] .slideshow-slide.active, .slideshow[data-slideshow-transition=opacity] .slideshow-slide.last-active {
  opacity: 1;
}
.slideshow.slideshow-preset[data-slideshow-transition=carousel] .slideshow-slide {
  will-change: transform;
}
.slideshow.slideshow-preset[data-slideshow-transition=opacity] .slideshow-slide {
  will-change: opacity;
}
.slideshow.slideshow-opacity-transition .slideshow-slide.active {
  opacity: 1 !important;
}
.slideshow.slideshow-carousel-transition .slideshow-slide {
  transition-duration: 0.75s;
}
.slideshow.carousel-next .slideshow-slide:not(.last-active) {
  transform: translateX(100%);
}
.slideshow.carousel-next.slideshow-carousel-transition .slideshow-slide.active {
  transform: translateX(0);
}
.slideshow.carousel-next.slideshow-carousel-transition .slideshow-slide.last-active {
  transform: translateX(-100%);
}
.slideshow.carousel-prev .slideshow-slide:not(.last-active) {
  transform: translateX(-100%);
}
.slideshow.carousel-prev.slideshow-carousel-transition .slideshow-slide.active {
  transform: translateX(0);
}
.slideshow.carousel-prev.slideshow-carousel-transition .slideshow-slide.last-active {
  transform: translateX(100%);
}

.flexbin {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: -0.25em;
}
.flexbin:after {
  content: "";
  flex-grow: 999999999;
  min-width: 35vh;
  height: 0;
}
.flexbin > * {
  position: relative;
  display: block;
  height: 35vh;
  margin: 0.25em;
  flex-grow: 1;
  outline: none;
}
.flexbin > * > img {
  height: 35vh;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}
.flexbin.flexbin-margin {
  margin: 0.25em;
}
@media (max-width: 980px) {
  .flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -0.25em;
  }
  .flexbin:after {
    content: "";
    flex-grow: 999999999;
    min-width: 45vh;
    height: 0;
  }
  .flexbin > * {
    position: relative;
    display: block;
    height: 45vh;
    margin: 0.25em;
    flex-grow: 1;
    outline: none;
  }
  .flexbin > * > img {
    height: 45vh;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
  }
  .flexbin.flexbin-margin {
    margin: 0.25em;
  }
}
@media (max-width: 400px) {
  .flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -0.25em;
  }
  .flexbin:after {
    content: "";
    flex-grow: 999999999;
    min-width: 50vh;
    height: 0;
  }
  .flexbin > * {
    position: relative;
    display: block;
    height: 50vh;
    margin: 0.25em;
    flex-grow: 1;
    outline: none;
  }
  .flexbin > * > img {
    height: 50vh;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
  }
  .flexbin.flexbin-margin {
    margin: 0.25em;
  }
}

/* ### ANIMATIONS ### */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
button, .btn {
  position: relative;
  border-style: solid;
  text-decoration: none;
  text-align: center;
  background-clip: padding-box;
  outline: none;
  transition: all 0.1s ease-in-out;
  padding: 0.5em 1.25em;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  box-sizing: border-box;
  cursor: pointer;
}
button.btn-full-width, .btn.btn-full-width {
  clear: both;
  display: block;
  margin: 0.5em 0;
  width: 100%;
}
button.btn-small, .btn.btn-small {
  font-size: 0.75em;
}
button.btn-large, .btn.btn-large {
  padding: 1em 1.5em;
}
button.btn-pill, .btn.btn-pill {
  border-radius: 3em !important;
}
button.btn-circle, .btn.btn-circle {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 50% !important;
}
button.btn-solo, .btn.btn-solo {
  margin: 0;
}
button > i:before, .btn > i:before {
  line-height: 1em;
}
button:active, button.active, .btn:active, .btn.active {
  box-shadow: inset 0 0.125em 0.75em rgba(0, 119, 170, 0.2);
}
button:disabled, button:disabled:hover, button:disabled:focus, button.btn-disabled, button.btn-disabled:hover, button.btn-disabled:focus, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn.btn-disabled, .btn.btn-disabled:hover, .btn.btn-disabled:focus {
  cursor: not-allowed !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent;
}

.btn-group {
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
}
.btn-group button, .btn-group .btn {
  margin: 0;
}
.btn-group button:not(:last-child):not(:first-child), .btn-group .btn:not(:last-child):not(:first-child) {
  border-radius: 0px;
}
.btn-group button:first-child, .btn-group .btn:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group button:last-child, .btn-group .btn:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group button:not(:last-child), .btn-group .btn:not(:last-child) {
  border-right: 0;
}

table button, table .btn, table .btn-group {
  margin: 0;
}

.btn, button {
  color: #114477;
  background: #FFFFFF;
  border: 0px solid transparent;
  border-radius: 0;
  line-height: calc(1.6em + 2px);
}
.btn.btn-circle, button.btn-circle {
  width: calc(2.6em + 2px);
}
.btn.btn-circle.btn-large, button.btn-circle.btn-large {
  width: calc(3.6em + 2px);
}
.btn:hover, .btn.active, .btn:focus, a:hover .btn, button:hover, button.active, button:focus, a:hover button {
  color: #FFFFFF;
  background: #114477;
  border-color: transparent;
}
.btn:disabled, .btn.btn-disabled, button:disabled, button.btn-disabled {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

table td {
  border-color: rgba(17, 68, 119, 0.3);
}
table th {
  border-color: #114477;
  background-color: transparent;
}
table tbody td {
  background-color: transparent;
}
table tr.alt-row td {
  background-color: rgba(255, 255, 255, 0.02);
}
table.list tbody tr:hover td {
  background-color: transparent;
}
table .td-drag:before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='12px'><polygon points='0,5 5,0 10,5' style='fill:#114477'/><polygon points='0,7 10,7 5,12' style='fill:#114477'/></svg>") center center no-repeat;
}
table tr.dragged-row td {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent !important;
}

.table-actions .pagination a {
  border-color: #c4d0dd;
}
.table-actions .pagination a:hover {
  border-color: #114477;
}
.table-actions .pagination a.active {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.75);
}

.animation-fade-bottom {
  opacity: 0;
  transform: translate(0, 3em);
  transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.4s;
  transition-property: transform, opacity;
}
section.initialized .animation-fade-bottom {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.25s;
}
section.initialized.inview .animation-fade-bottom {
  will-change: transform;
}

.animation-fade-in {
  opacity: 0;
  transition: opacity cubic-bezier(0.45, 0, 0.55, 1) 0.4s;
}
section.initialized .animation-fade-in {
  opacity: 1;
  transition-delay: 0.25s;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.125em;
}

h2, .h2 {
  font-size: 2.5em;
  line-height: 1.125em;
}

h3, .h3 {
  font-size: 2em;
  line-height: 1.125em;
}

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h5, .h5 {
  font-size: 1.25em;
  line-height: 1.25em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin: 0.5em 0;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-weight: 800;
}
h1 em.underlined, h2 em.underlined, h3 em.underlined, h4 em.underlined, h5 em.underlined, h6 em.underlined {
  box-shadow: inset 0 -0.5em 0 #E5F5FC;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-style: normal;
  box-shadow: inset 0 -0.5em 0 rgba(0, 153, 221, 0.2);
}

h1, h2, h3, h4 {
  font-weight: 300;
}

.btn, button {
  font-weight: 800;
  box-shadow: 0 0.25em 1em rgba(0, 119, 170, 0.2);
}
.btn:hover, button:hover {
  box-shadow: 0 0 0 rgba(17, 68, 119, 0);
}
.btn.btn-offset, button.btn-offset {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.btn.btn-dot, .btn.btn-video, button.btn-dot, button.btn-video {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}
.btn.btn-dot:before, .btn.btn-video:before, button.btn-dot:before, button.btn-video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(2.6em + 2px);
  height: calc(2.6em + 2px);
  border-radius: 2em;
  transition: all ease-in-out 0.2s;
  transition-property: width, box-shadow;
  z-index: 0;
  background-color: #0077AA;
}
.btn.btn-dot:active:before, .btn.btn-video:active:before, button.btn-dot:active:before, button.btn-video:active:before {
  box-shadow: 0 0.25em 0.5em rgba(0, 119, 170, 0.2) inset;
}
.btn.btn-dot > *, .btn.btn-video > *, button.btn-dot > *, button.btn-video > * {
  position: relative;
  z-index: 1;
}
.btn.btn-dot.btn-primary:before, .btn.btn-video.btn-primary:before, button.btn-dot.btn-primary:before, button.btn-video.btn-primary:before {
  background-color: #0099DD;
}
.btn.btn-dot.btn-large:before, .btn.btn-video.btn-large:before, button.btn-dot.btn-large:before, button.btn-video.btn-large:before {
  width: calc(3.6em + 2px);
  height: calc(3.6em + 2px);
}
.btn.btn-video, button.btn-video {
  padding-left: 3.1em;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
}
.btn.btn-video > span:first-child:not(:last-child), button.btn-video > span:first-child:not(:last-child) {
  transform: translateY(-0.375em);
}
.btn.btn-video .video-param, button.btn-video .video-param {
  position: absolute;
  text-align: left;
  left: 3.1em;
  bottom: 0.125em;
  line-height: 1em;
}
.btn.btn-video .video-param i, button.btn-video .video-param i {
  font-style: normal;
  font-size: 0.75em;
  font-weight: 400;
}
.btn.btn-video:after, button.btn-video:after {
  position: absolute;
  content: "";
  left: calc(0.5em + 1px);
  top: calc(0.5em + 1px);
  width: 1.6em;
  height: 1.6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px'%3E%3Cpolygon points='6,0 22,11 6,24' fill='%23114477'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto 100%;
}
.btn.btn-video.btn-large, button.btn-video.btn-large {
  padding-left: 4.6em;
}

.btn, button, .link {
  white-space: nowrap;
}
.btn > span, button > span, .link > span {
  display: inline-block;
  vertical-align: middle;
}
.btn span.arrow, button span.arrow, .link span.arrow {
  position: relative;
  font-size: inherit;
  width: 1em;
  box-sizing: content-box;
}
.btn span.arrow:first-child, button span.arrow:first-child, .link span.arrow:first-child {
  margin-right: 0.5em;
}
.btn span.arrow:last-child, button span.arrow:last-child, .link span.arrow:last-child {
  margin-left: 0.5em;
}
.btn span.arrow:last-child:first-child, button span.arrow:last-child:first-child, .link span.arrow:last-child:first-child {
  margin-left: 0;
  margin-right: 0;
}
.btn span.arrow i, button span.arrow i, .link span.arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75em;
  box-sizing: content-box;
  border-bottom: 1px solid;
  transform: translateX(-50%);
  transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  transition-property: width;
}
.btn span.arrow i:after, .btn span.arrow i:before, button span.arrow i:after, button span.arrow i:before, .link span.arrow i:after, .link span.arrow i:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0.5em;
  border-bottom: 1px solid;
  transform-origin: right center;
}
.btn span.arrow i:after, button span.arrow i:after, .link span.arrow i:after {
  transform: rotate(45deg);
}
.btn span.arrow i:before, button span.arrow i:before, .link span.arrow i:before {
  transform: rotate(-45deg);
}
.btn span.arrow.arrow-up i, button span.arrow.arrow-up i, .link span.arrow.arrow-up i {
  transform: translateX(-50%) rotate(-90deg);
}
.btn span.arrow.arrow-down i, button span.arrow.arrow-down i, .link span.arrow.arrow-down i {
  transform: translateX(-50%) rotate(90deg);
}
.btn span.arrow.arrow-left i, button span.arrow.arrow-left i, .link span.arrow.arrow-left i {
  transform: translateX(-50%) rotate(180deg);
}
.btn:hover span.arrow i, a:hover .btn span.arrow i, button:hover span.arrow i, a:hover button span.arrow i, .link:hover span.arrow i, a:hover .link span.arrow i {
  width: 1em;
}
.btn:hover.btn-dot, .btn:hover.btn-video, a:hover .btn.btn-dot, a:hover .btn.btn-video, button:hover.btn-dot, button:hover.btn-video, a:hover button.btn-dot, a:hover button.btn-video, .link:hover.btn-dot, .link:hover.btn-video, a:hover .link.btn-dot, a:hover .link.btn-video {
  color: inherit;
}
.btn:hover.btn-dot:before, .btn:hover.btn-video:before, a:hover .btn.btn-dot:before, a:hover .btn.btn-video:before, button:hover.btn-dot:before, button:hover.btn-video:before, a:hover button.btn-dot:before, a:hover button.btn-video:before, .link:hover.btn-dot:before, .link:hover.btn-video:before, a:hover .link.btn-dot:before, a:hover .link.btn-video:before {
  width: 100%;
}

.btn-event:after, .btn-event:before {
  content: "";
  display: none;
  position: absolute;
}
.btn-event .event-processing button, .btn-event .event-processing .btn-event, .btn-event .event-done button, .btn-event .event-done .btn-event {
  cursor: not-allowed;
  pointer-events: none;
}

.event-processing button span.btn-label, .event-processing button span.arrow, .event-processing .btn-event span.btn-label, .event-processing .btn-event span.arrow {
  opacity: 0;
}
.event-processing button:after, .event-processing button:before, .event-processing .btn-event:after, .event-processing .btn-event:before {
  display: block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  border: 2px solid;
  animation: spin 1s linear infinite;
}
.event-processing button:before, .event-processing .btn-event:before {
  opacity: 0.5;
}
.event-processing button:after, .event-processing .btn-event:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}

.event-done button, .event-done .btn-event {
  background-color: #45B145;
}
.event-done button span.btn-label, .event-done button span.arrow, .event-done .btn-event span.btn-label, .event-done .btn-event span.arrow {
  opacity: 0;
}
.event-done button:after, .event-done button:before, .event-done .btn-event:after, .event-done .btn-event:before {
  display: block;
  top: 50%;
  margin-top: 0.35em;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 1px;
}
.event-done button:before, .event-done .btn-event:before {
  right: 60%;
  margin-right: -1px;
  width: 0.5em;
  transform-origin: right center;
  transform: rotate(45deg);
}
.event-done button:after, .event-done .btn-event:after {
  left: 40%;
  width: 1em;
  transform-origin: left center;
  transform: rotate(-45deg);
}

.box-indent {
  position: relative;
  padding: 4vw;
}

.border-radius, .divider.divider-overlay:before, .divider {
  border-radius: 4vw;
}

.breadcrumbs span, .breadcrumbs i, .breadcrumbs li, .pagination span, .pagination i, .pagination li {
  display: inline-block;
}
.breadcrumbs li, .pagination li {
  margin: 0;
  padding: 0;
}
.breadcrumbs li:before, .pagination li:before {
  display: none;
}

.pagination {
  margin-top: 1.6em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.pagination a {
  color: #FFFFFF;
  display: block;
  padding: 1em;
  line-height: 1em;
  background: #114477 linear-gradient(to bottom, #0099DD 0%, #114477 50%, #0099DD 100%) left 0% no-repeat;
  background-size: auto 200%;
  border-right: 1px solid;
  transition: background-position cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
}
.pagination a:hover {
  background-position: left 100%;
}
.pagination a.active {
  background-image: none;
}
.pagination li:first-child a {
  border-top-left-radius: 1em;
}
.pagination li:last-child a {
  border-bottom-right-radius: 1em;
  border-right-width: 0px;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 1em 0;
}
.breadcrumbs li {
  font-size: 0.75em;
}
.breadcrumbs i {
  margin: 0 0.25em;
}
.breadcrumbs a:hover, .breadcrumbs .active {
  color: #0099DD;
}

.infobox {
  margin-bottom: 1.6em;
  background-color: #FFF;
}
.infobox .infobox-content {
  position: relative;
  padding: 2em;
}
.infobox .infobox-content.offset {
  padding-left: 6.5em;
}
.infobox .infobox-content:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.infobox .infobox-icon {
  position: absolute;
  color: #0099DD;
  font-size: 3em;
  line-height: 1em;
  left: 3rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
.infobox .infobox-icon ~ * {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.infobox:last-child {
  margin-bottom: 0;
}

.box-shadow {
  box-shadow: 0 1em 2em rgba(0, 119, 170, 0.1), 0 0 0.25em 0 rgba(0, 119, 170, 0.15);
}

figure {
  display: block;
  width: 100%;
  margin: 0;
}
figure.figure-article {
  margin: 3em 0;
  text-align: center;
}

figcaption {
  font-size: 0.75em;
  line-height: 1.6em;
  padding-top: 1.6em;
  color: #708fad;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity ease-out 300ms;
  background: rgba(17, 68, 119, 0.05) url("../images/template/loader.svg") center center no-repeat;
}

.lazyloaded {
  opacity: 1;
  background: transparent;
}

.set-image-ratio {
  display: block;
  position: relative;
}
.set-image-ratio img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.box-download {
  margin-block-start: 3.2em;
  text-align: left;
  background-color: #FFFFFF;
}
.box-download h2 {
  color: #0099DD;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 2vw 4vw;
  margin-bottom: 0;
}

ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  border-top: 1px solid #d9d9d9;
}
ul.links a {
  display: block;
  padding: 1.5em 4vw;
}
ul.links a strong {
  display: block;
}
ul.links a:hover {
  color: #114477;
  background-color: #0099DD;
}
ul.links span.link-params {
  display: block;
  font-size: 0.75em;
}
ul.links span.arrow {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
ul.links:first-child li:first-child {
  border-top-width: 0;
}

.box-download ul a {
  padding-left: calc(4vw + 4em);
}
.box-download ul a > i {
  position: absolute;
  text-align: center;
  left: 4vw;
  font-size: 3em;
  line-height: 1em;
  top: 50%;
  margin-top: -0.5em;
  color: #0099DD;
}
.box-download ul a > i:before {
  margin: 0;
}

.toggle-list, .icon-list, .links-list {
  margin: 0 0 1.6em 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toggle-list li {
  display: block;
  background-color: transparent;
  box-shadow: 0 0 0 1px #d9d9d9;
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition-property: box-shadow background-color;
  border-radius: 0;
  margin: 0 0 1em 0;
  padding: 0;
}
.toggle-list li.open, .toggle-list li:hover {
  background-color: #FFF;
}
.toggle-list li.open {
  box-shadow: 0 1em 2em rgba(0, 119, 170, 0.1), 0 0 0.25em 0 rgba(0, 119, 170, 0.15);
}
.toggle-list li.open .item-label {
  border-bottom: 1px solid #d9d9d9;
}
.toggle-list li.open .item-arrow {
  transform: rotate(90deg);
}
.toggle-list li.open .item-content {
  display: block;
}
.toggle-list li:last-child {
  margin-bottom: 0;
}
.toggle-list .item-number, .toggle-list .item-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-list .item-number {
  color: #0099DD;
  font-size: 3em;
  line-height: 1em;
  left: 2vw;
}
.toggle-list .item-arrow {
  right: 4vw;
  width: 0.75em;
  transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
}
.toggle-list .item-arrow:after, .toggle-list .item-arrow:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0.75em;
  border-bottom: 1px solid;
  transform-origin: right center;
}
.toggle-list .item-arrow:after {
  transform: rotate(45deg);
}
.toggle-list .item-arrow:before {
  transform: rotate(-45deg);
}
.toggle-list .item-label, .toggle-list .item-content {
  padding: 1.5em 4vw;
}
.toggle-list .item-label {
  position: relative;
  cursor: pointer;
  padding-right: calc(4vw + 1.5em);
}
.toggle-list .item-content {
  display: none;
}
.toggle-list.numbered-list .item-label, .toggle-list.numbered-list .item-content {
  padding: 1.5em 4vw 1.5em calc(4vw + 3em);
}
.toggle-list:last-child {
  margin-bottom: 0;
}

.icon-list > li {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 0 4em;
}
.icon-list > li:last-child {
  margin-bottom: 0;
}
.icon-list > li > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  background: transparent linear-gradient(to bottom right, rgba(0, 153, 221, 0.2), rgba(0, 153, 221, 0), rgba(0, 153, 221, 0.2));
  color: #0099DD;
}
.icon-list > li > i:before {
  margin-left: 0;
  margin-right: 0;
}

.circle-icon {
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1.75em;
  line-height: 2em;
  background: transparent linear-gradient(to bottom right, rgba(0, 153, 221, 0.2), rgba(0, 153, 221, 0), rgba(0, 153, 221, 0.2));
  border-radius: 50%;
  text-align: center;
  color: #0099DD;
}

.section-title {
  color: #0099DD;
  font-size: 1.25em;
  line-height: 1.25em;
}
.section-title + * {
  margin-top: 0;
}

.divider {
  position: relative;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E5F5FC;
}
.divider.divider-image-only {
  height: 50vh;
}
.divider .wrap, .divider.wrap {
  min-height: 50vh;
}
.divider .wrap > .flex-row, .divider.wrap > .flex-row {
  position: relative;
}
.divider.divider-overlay {
  color: #FFFFFF;
}
.divider.divider-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0099DD;
  opacity: 0.5;
  z-index: 0;
}
.divider.divider-video {
  z-index: 0 !important;
  min-height: 66.667vh;
  background-color: transparent;
}
.divider.divider-video .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.divider.divider-video.inview .video-wrapper {
  position: fixed;
}

.overlay-video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: auto;
  min-width: 100%;
  min-height: 56.25vw;
  z-index: -1000;
  background-size: cover;
}

.overlay-video-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: background-color ease-out 0.5s;
}
.overlay-video-cover.play {
  background-color: rgba(255, 255, 255, 0.65);
}

.video-play {
  display: block;
  outline: none;
  width: 8em;
  height: 8em;
  background: #0099DD;
  transition: background-color ease-in-out 0.2s;
}
.video-play, .video-play:before, .video-play:after {
  position: absolute;
}
.video-play, .video-play:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-play:before, .video-play:after {
  content: "";
  width: 100%;
  height: 100%;
}
.video-play:before {
  background-color: rgba(0, 153, 221, 0);
  transition: all ease-in-out 0.2s;
  transition-property: background-color, transform;
}
.video-play:after {
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='10px'><path fill='%23114477' d='M7,4L3.4,0.4C3.2,0.2,2.8,0,2.4,0C1.6,0,1,0.6,1,1.4v7.2l0,0v0C1,9.4,1.6,10,2.4,10c0.4,0,0.7-0.2,1-0.4L7,6C7.6,5.4,7.6,4.6,7,4zM2,8.6L2,8.6V1.4C2,1.2,2.2,1,2.4,1c0.1,0,0.2,0,0.3,0.1l0,0l3.6,3.6c0.2,0.2,0.2,0.4,0,0.6L2.7,8.9l0,0C2.6,9,2.5,9,2.4,9C2.2,9,2,8.8,2,8.6z'/></svg>") center center no-repeat;
  background-size: auto 30%;
}
.video-play:hover:before {
  background-color: rgba(0, 153, 221, 0.5);
  transform: translate(-50%, -50%) scale(1.5, 1.5);
}

[class*=bg-img-] {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inview [class*=bg-img-] {
  background-attachment: fixed;
}

.bg-img-water, .brand-frame:before, #section-benefits:before {
  background-image: url("../images/template/bg-water.jpg");
}

.featured-number {
  text-align: center;
  font-size: 1.25em;
}
.featured-number strong {
  display: block;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
}
.featured-number strong span {
  font-size: 1.5em;
}

.matrix > * {
  border: 0px solid #d9d9d9;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.matrix > *:last-child {
  border-bottom-width: 0px !important;
}

.matrix-logo .box {
  padding: 1em;
  text-align: center;
}
.matrix-logo img {
  width: 100%;
  max-width: 180px;
  transform: scale(0.85, 0.85);
  opacity: 0.5;
  transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  transition-property: transform, opacity;
}
.matrix-logo a:hover img {
  transform: scale(1, 1);
  opacity: 1;
}

.matrix-links a {
  display: block;
  flex-grow: 1;
  position: relative;
  background-color: transparent;
  transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  transition-property: color, background-color;
}
.matrix-links a:hover {
  color: #114477 !important;
  background-color: #0099DD;
}
.matrix-links.hero a {
  text-align: center;
  white-space: normal;
}
.matrix-links.hero a > i {
  display: block;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.25em;
}
.matrix-links.hero a strong {
  display: block;
  font-size: 1.75em;
  line-height: 1.25em;
}
.matrix-links.hero a span.arrow {
  margin-left: 0;
}

.matrix-jobs {
  margin-bottom: -2em;
}
.matrix-jobs > div {
  margin-bottom: 2em;
}
.matrix-jobs strong.job-status {
  color: #45B145;
}
.matrix-jobs a {
  background-color: #FFFFFF;
}
.matrix-jobs a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
}
.matrix-jobs a > div > * {
  flex-basis: 1;
  flex-grow: 0;
}
.matrix-jobs a > div > p {
  flex-grow: 1;
}
.matrix-jobs a:hover {
  color: #FFFFFF;
  background-color: #0099DD;
}
.matrix-jobs a:hover strong.job-status {
  color: inherit;
}
.matrix-jobs a:hover .btn-dot {
  color: #0099DD;
}
.matrix-jobs a:hover .btn-dot:before {
  background-color: #114477;
}

.style-white {
  color: #114477;
  background-color: #FFFFFF !important;
}

.style-primary {
  background-color: #0099DD !important;
}
.style-primary .matrix > *, .style-primary ul.links li {
  border-color: #008ac7;
}
.style-primary .infobox {
  background-color: #1aa3e0;
}
.style-primary.divider-overlay:before {
  background-color: #0099DD !important;
}

.style-light {
  color: #114477;
  background-color: #E5F5FC !important;
}
.style-light .matrix > *, .style-light ul.links li {
  border-color: #e8f6fc;
}
.style-light .infobox {
  background-color: #e8f6fc;
}
.style-light.divider-overlay:before {
  background-color: #E5F5FC !important;
}

.style-success {
  background-color: #45B145 !important;
}

.style-primary, .style-success {
  color: #FFFFFF;
}
.style-primary .section-title, .style-success .section-title {
  color: inherit;
}
.style-primary .lazyloading, .style-success .lazyloading {
  background-color: rgba(17, 68, 119, 0.15);
  background-image: url("../images/template/loader-inverse.svg");
}
.style-primary .icon-list > li > i, .style-success .icon-list > li > i {
  background-color: #FFFFFF;
}
.style-primary .offset-icon i, .style-success .offset-icon i {
  background-color: #FFFFFF;
  color: #0099DD;
}

.brand-frame {
  position: relative;
}
.brand-frame:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #0099DD;
  border-radius: 4vw;
  transform: rotate(-5deg) translate(0.5em, 0.5em);
  z-index: 0;
  background-size: auto 100%;
}

.sliding-gallery .gallery-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 45vh;
  max-height: 65vh;
}
.sliding-gallery .gallery-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(0, 0);
  transition: transform ease-in-out 0.5s;
  z-index: 1;
}
.sliding-gallery .gallery-container a {
  display: block;
  height: 100%;
  margin-right: 1em;
}
.sliding-gallery .gallery-container a:first-child img {
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
}
.sliding-gallery .gallery-container a:last-child {
  margin-right: 0;
}
.sliding-gallery .gallery-container a:last-child img {
  border-top-right-radius: 4vw;
  border-bottom-right-radius: 4vw;
}
.sliding-gallery img {
  display: block;
  width: auto;
  height: 100%;
}
.sliding-gallery.first-slide .sliding-gallery-controller a.prev, .sliding-gallery.last-slide .sliding-gallery-controller a.next {
  opacity: 0.5;
  color: #114477 !important;
  pointer-events: none;
}

.sliding-gallery-controller {
  position: absolute;
  left: 2em;
  bottom: 2em;
  z-index: 13;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 1.5em;
  box-shadow: 0 1em 2em rgba(0, 119, 170, 0.1), 0 0 0.25em 0 rgba(0, 119, 170, 0.15);
  background-color: #FFFFFF;
}
.sliding-gallery-controller a {
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  color: #114477;
  transition: all ease-in-out 0.2s;
  transition-property: color;
  cursor: pointer;
  user-select: none;
  border-right: 1px solid #d9d9d9;
}
.sliding-gallery-controller a:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.sliding-gallery-controller a:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-right-width: 0;
}
.sliding-gallery-controller a:hover {
  color: #0099DD;
  background-color: #E5F5FC;
}
.sliding-gallery-controller i:before {
  margin-left: 0;
  margin-right: 0;
}

main#content {
  z-index: 1;
}

main#content > section, .overlay-viewport > section {
  position: relative;
  z-index: 1;
}

section .wrap {
  padding-top: 12vh;
  padding-bottom: 12vh;
}
section .wrap.pt0 {
  padding-top: 0;
}
section .wrap.pb0 {
  padding-bottom: 0;
}
section .wrap > .flex-row {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
section .fullscreen {
  min-height: 100vh;
}
section.solo-section .wrap {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
section:first-child:not(.solo-section) {
  padding-top: 100px;
}
section:first-child:not(.solo-section) .fullscreen {
  min-height: calc(100vh - 100px);
}

/* ### HEADER ### */
#main-header {
  position: relative;
  z-index: 98;
  user-select: none;
  color: #114477;
}

#header-wrapper {
  position: fixed;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  transition-property: transform, background-color, height, box-shadow;
}

#header-container {
  position: relative;
  width: calc(100% - 12vw);
  max-width: 1920px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-left: calc(100px + 4vw);
}

#logo {
  position: absolute;
  width: 100px;
  height: 60px;
  left: 0;
  top: 50%;
  z-index: 10;
  background: url("../images/template/logo.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

#header-nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 100%;
}

#header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: stretch;
  height: 100%;
}
#header-nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  list-style-position: inside;
  list-style-type: none;
  height: 100%;
}
#header-nav a {
  color: #114477;
  padding: 0 1em;
  line-height: 60px;
  transition: color cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  white-space: nowrap;
}
#header-nav a.active, #header-nav a:hover {
  color: #0099DD;
}

#header-contact, #header-social {
  display: none;
}

#header-contact a {
  position: relative;
  font-size: 1.25em;
  line-height: 1.6em;
  display: block;
  padding-left: 2em;
  transition: color ease-in-out 0.2s;
  font-weight: 800;
}
#header-contact a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header-contact a:hover {
  color: #FFFFFF;
}

#header-social {
  display: none;
}

#nav-toggle {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4vw;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 98;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  background: #114477;
  border-radius: 1px;
  opacity: 1;
  left: 25%;
  width: 50%;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}
#nav-toggle span:nth-child(1) {
  top: 25%;
}
#nav-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#nav-toggle span:nth-child(3) {
  bottom: 25%;
}
#nav-toggle:hover span {
  background: #0099DD;
}
body.nav-open #nav-toggle span {
  background: #FFFFFF;
}
body.nav-open #nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
  width: 66.5%;
}
body.nav-open #nav-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.nav-open #nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  width: 66.5%;
}
body.nav-open #nav-toggle:hover span {
  background: #FFFFFF;
}

#main-header.scroll #header-wrapper, body#project #header-wrapper {
  height: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 0 2em rgba(0, 119, 170, 0.2);
}

body:not(.nav-open).nav-hide #main-header #header-wrapper {
  transform: translateY(-100%);
  box-shadow: 0 0 0 rgba(0, 119, 170, 0);
}

@media (max-width: 959px) {
  #header-nav-wrapper {
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
    padding: 50px 6vw 6vw;
    height: 100vh;
    top: 0;
    left: calc(50% + 50vw);
    background-color: #0099DD;
    z-index: 20;
    overflow-y: auto;
    transition: transform 0.3s linear;
    color: #114477;
  }
  #header-nav-wrapper > * {
    padding-bottom: 1em;
  }
  #header-nav-wrapper > *:last-child {
    padding-bottom: 0;
  }

  #header-nav {
    flex-grow: 1;
  }
  #header-nav ul {
    flex-direction: column;
    height: auto;
  }
  #header-nav li {
    margin-bottom: 0.5em;
  }
  #header-nav li:last-child {
    margin-bottom: 0;
  }
  #header-nav a {
    font-size: 1.75em;
    line-height: 1.6em;
    color: #114477;
    padding: 0;
  }
  #header-nav a:before {
    display: none;
  }
  #header-nav a.active, #header-nav a:hover {
    color: #FFFFFF;
  }

  #header-contact, #header-social {
    display: block;
  }

  body.nav-open #header-nav-wrapper {
    transform: translateX(-100%);
  }

  #nav-toggle {
    display: block !important;
  }
}
@media (max-width: 767px) {
  body.nav-open div#wrapper {
    overflow: hidden;
    height: 100vh;
  }

  #header-nav-wrapper {
    width: 100vw;
  }
}
#section-hp-intro {
  overflow: hidden;
}

#intro-splash {
  position: absolute;
  left: 50vw;
  top: 50%;
  height: 100%;
  max-height: 1000px;
  min-height: 75vh;
  transform: translateY(-50%);
}

#section-portfolio {
  overflow: hidden;
}
#section-portfolio .portfolio-grid {
  position: relative;
}

#section-project-intro {
  padding-top: 0;
  background-size: cover;
  background-position: center center;
  min-height: 75vh;
}

#section-project-desc .wrap {
  padding-top: 6vh;
}
#section-project-desc #google-map {
  height: 100%;
  min-height: 480px;
}

#section-benefits {
  background-color: transparent !important;
}
#section-benefits:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #0099DD;
  z-index: 0;
  transform: skewY(-4deg);
  background-size: cover;
}

.person {
  margin-top: 2em;
}
.person:first-child, .person:nth-child(2) {
  margin-top: 0;
}
.person .name {
  margin-bottom: 0.25em;
}
.person .name span {
  font-size: 0.75em;
}
.person .occupation {
  font-size: 0.75em;
  line-height: 1.6em;
  color: #0099DD;
  font-weight: 800;
}
.person a {
  display: block;
}
.person a:hover {
  text-decoration: underline;
  color: #0099DD;
}

.toggle-list.team {
  margin-top: 3em;
}
.toggle-list.team li {
  border-radius: 1em;
}
.toggle-list.team .item-content {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.project-params span, .project-params strong {
  display: block;
}
.project-params span {
  font-size: 0.75em;
}

#section-job-offers .section-title {
  color: #45B145;
}

#section-job-description .section-title {
  color: #45B145;
}
#section-job-description ul.list:not(:last-child) {
  margin-bottom: 3.2em;
}
#section-job-description.closed .section-title {
  color: #E22;
}

.portfolio-grid {
  margin-bottom: -2em;
}
.portfolio-grid > div {
  margin-bottom: 2em;
}
.portfolio-grid a {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  transition: font-color cubic-bezier(0.45, 0, 0.55, 1) 0.2s;
}
.portfolio-grid a:hover {
  color: #FFFFFF;
}
.portfolio-grid a:hover .portfolio-item-label {
  background-color: #0099DD;
}
.portfolio-grid a:hover .btn {
  transform: translate(1em, -50%);
}
.portfolio-grid a > * {
  z-index: 2;
}
.portfolio-grid .portfolio-item-image {
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  overflow: hidden;
}
.portfolio-grid .portfolio-item-image img {
  display: block;
  width: 100%;
}
.portfolio-grid .portfolio-item-label {
  position: relative;
  flex-grow: 1;
  transition: background-color cubic-bezier(0.45, 0, 0.55, 1) 0.2s;
  border-bottom-left-radius: 4vw;
  border-bottom-right-radius: 4vw;
}
.portfolio-grid .btn {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

#splash-left, #splash-right {
  position: absolute;
  height: 110%;
  max-height: 720px;
  width: auto;
  top: 50%;
  transform: translateY(calc(-50% - 1em));
  z-index: -1;
}

#splash-left {
  right: 90%;
}

#splash-right {
  left: 90%;
}

#google-map {
  min-height: 540px;
}

.box-contact {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

a.featured-contact {
  display: block;
  position: relative;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  color: inherit;
}
a.featured-contact i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0099DD;
}
a.featured-contact:hover span {
  text-decoration: underline;
}
a.featured-contact:last-child {
  margin-bottom: 0;
}

.offset-icon {
  position: relative;
  padding-left: 4em;
  margin-bottom: 2em;
}
.offset-icon i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.5em;
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: #0099DD;
  transform: translateY(-50%);
}

#main-footer > * {
  position: relative;
  z-index: 1;
}
#main-footer .wrap {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-footer-contact {
  z-index: 2;
}
#main-footer-contact .divider.wrap {
  min-height: 0;
}
#main-footer-contact a.featured-contact {
  display: inline-block;
}
#main-footer-contact a.featured-contact i {
  color: inherit;
}

#footer-logo {
  display: inline-block;
  width: 100px;
  height: 60px;
  background: url("../images/template/logo.svg") center center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  margin-bottom: 1.6em;
}

#main-footer-nav .wrap {
  padding-top: 6em;
}
#main-footer-nav ul.footer-nav li {
  margin-bottom: 0.5em;
}
#main-footer-nav ul.footer-nav li:last-child {
  margin-bottom: 0;
}
#main-footer-nav ul.footer-nav a:hover, #main-footer-nav ul.footer-nav a.active {
  color: #0099DD;
}

#main-footer-nav, #main-footer-links {
  border-bottom: 1px solid #d9d9d9;
}

#main-footer-copyright {
  font-size: 0.75em;
  line-height: 1.6em;
}

.page-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  transform: translateX(100%);
  transition: all cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition-property: transform;
  background: #0099DD url("../images/template/loader-inverse.svg") center center no-repeat;
  background-attachment: fixed;
}
.page-overlay .overlay-viewport {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
  background-color: #FFFFFF;
  background-image: radial-gradient(circle at top left, #E5F5FC 0, rgba(229, 245, 252, 0) 50%), radial-gradient(circle at bottom right, #E5F5FC 0, rgba(229, 245, 252, 0) 50%);
  background-attachment: fixed;
}
.page-overlay .toggle-overlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  font-size: 2em;
  width: 3em;
  line-height: 3em;
  height: 3em;
  border-bottom-left-radius: 50%;
  background-color: #0099DD;
  text-align: center;
}
.page-overlay .toggle-overlay i {
  display: block;
  transition: transform ease-in-out 0.5s;
}
.page-overlay .toggle-overlay:hover i {
  transform: rotate(360deg);
}
.page-overlay.in-transition:not(.open) {
  background-image: none;
}
.page-overlay.open, .page-overlay.in-transition {
  z-index: 99;
}
.page-overlay.open.in-transition .overlay-viewport {
  transition-delay: 1s;
}
.page-overlay.open {
  transform: translateX(0);
}
.page-overlay.open .overlay-viewport {
  opacity: 1;
}

body.overlay-open {
  overflow: hidden;
}

div#wrapper {
  background-color: #FFFFFF;
  background-image: radial-gradient(circle at top left, #E5F5FC 0, rgba(229, 245, 252, 0) 50%), radial-gradient(circle at bottom right, #E5F5FC 0, rgba(229, 245, 252, 0) 50%);
  background-attachment: fixed;
}
body.overlay-open div#wrapper {
  position: absolute;
}

section#section-notification strong.code, section#section-notification strong.icon {
  display: block;
  font-size: 8em;
  line-height: 1em;
  color: #0099DD;
}
section#section-notification strong.code {
  font-family: "Poppins", sans-serif;
  font-weigh: 400;
}
section#section-notification h1 {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
}

@media (min-width: 960px) {
  .matrix > .col-12:nth-last-child(2):not(:nth-child(2n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-12:last-child:not(:nth-child(2n)):not(:first-child) {
    border-right-width: 1px;
  }
  .matrix > .col-12:nth-child(2n-1) {
    border-left-width: 0px;
  }
  .matrix > .col-8:nth-last-child(2):not(:nth-child(3n)), .matrix > .col-8:nth-last-child(3):not(:nth-child(3n-1)):not(:nth-child(3n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-8:last-child:not(:nth-child(3n)):not(:nth-child(-n+2)) {
    border-right-width: 1px;
  }
  .matrix > .col-8:nth-child(3n-2) {
    border-left-width: 0px;
  }
  .matrix > .col-6:nth-last-child(2):not(:nth-child(4n)), .matrix > .col-6:nth-last-child(3):not(:nth-child(4n-1)):not(:nth-child(4n)), .matrix > .col-6:nth-last-child(4):not(:nth-child(4n-2)):not(:nth-child(4n-1)):not(:nth-child(4n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-6:last-child:not(:nth-child(4n)):not(:nth-child(-n+3)) {
    border-right-width: 1px;
  }
  .matrix > .col-6:nth-child(4n-3) {
    border-left-width: 0px;
  }
  .matrix > .col-4:nth-last-child(2):not(:nth-child(6n)), .matrix > .col-4:nth-last-child(3):not(:nth-child(6n-1)):not(:nth-child(6n)), .matrix > .col-4:nth-last-child(4):not(:nth-child(6n-2)):not(:nth-child(6n-1)):not(:nth-child(6n)), .matrix > .col-4:nth-last-child(5):not(:nth-child(6n-3)):not(:nth-child(6n-2)):not(:nth-child(6n-1)):not(:nth-child(6n)), .matrix > .col-4:nth-last-child(6):not(:nth-child(6n-4)):not(:nth-child(6n-3)):not(:nth-child(6n-2)):not(:nth-child(6n-1)):not(:nth-child(6n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-4:last-child:not(:nth-child(6n)):not(:nth-child(-n+5)) {
    border-right-width: 1px;
  }
  .matrix > .col-4:nth-child(6n-5) {
    border-left-width: 0px;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .matrix > .col-m-24:nth-child(n) {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
  }
  .matrix > .col-m-12:nth-child(n) {
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
  .matrix > .col-m-12:nth-last-child(2):not(:nth-child(2n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-m-12:last-child:not(:nth-child(2n)):not(:first-child) {
    border-right-width: 1px;
  }
  .matrix > .col-m-12:nth-child(2n-1) {
    border-left-width: 0px;
  }
  .matrix > .col-m-8:nth-child(n) {
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
  .matrix > .col-m-8:nth-last-child(2):not(:nth-child(3n)), .matrix > .col-m-8:nth-last-child(3):not(:nth-child(3n-1)):not(:nth-child(3n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-m-8:last-child:not(:nth-child(3n)):not(:nth-child(-n+2)) {
    border-right-width: 1px;
  }
  .matrix > .col-m-8:nth-child(3n-2) {
    border-left-width: 0px;
  }
}
@media (max-width: 959px) {
  .person:nth-child(2) {
    margin-top: 2em;
  }

  .team {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }

  h2, .h2 {
    font-size: 2.25em;
    line-height: 1.125em;
  }

  h3, .h3 {
    font-size: 2em;
    line-height: 1.125em;
  }

  .box-indent {
    padding: 6vw;
  }

  .box-radius-top-left {
    border-top-left-radius: 6vw;
  }

  .box-radius-top-right {
    border-top-right-radius: 6vw;
  }

  .box-radius-bottom-left {
    border-bottom-left-radius: 6vw;
  }

  .box-radius-bottom-right {
    border-bottom-right-radius: 6vw;
  }

  .matrix > .col-s-24:nth-child(n) {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
  }
  .matrix > .col-s-12:nth-child(n) {
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
  .matrix > .col-s-12:nth-last-child(2):not(:nth-child(2n)) {
    border-bottom-width: 0px;
  }
  .matrix > .col-s-12:last-child:not(:nth-child(2n)):not(:first-child) {
    border-right-width: 1px;
  }
  .matrix > .col-s-12:nth-child(2n-1) {
    border-left-width: 0px;
  }

  .infobox .infobox-content.offset {
    padding-left: 1.5em;
  }
  .infobox .infobox-icon {
    position: relative;
    display: block;
    left: 0;
    top: auto;
    transform: none;
    margin-bottom: 0.25em;
  }

  .page-overlay .overlay-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }

  .toggle-list .item-arrow {
    right: 6vw;
  }
  .toggle-list .item-label {
    padding-left: 6vw;
    padding-right: calc(6vw + 1.5em);
  }
  .toggle-list .item-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  #intro-splash {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
    min-height: none;
    max-height: none;
    width: 100%;
  }

  #section-hp-about .btn-offset {
    position: relative;
    margin-top: 2em;
    transform: translateX(-50%);
  }

  .portfolio-grid a .btn {
    top: -1em;
  }
}
@media (max-width: 480px) {
  #logo, #footer-logo {
    width: 75px;
    height: 45px;
  }

  button:not(.btn-circle):not(.btn-offset):not(.btn-dot), .btn:not(.btn-circle):not(.btn-offset):not(.btn-dot) {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  button:not(.btn-solo):not(.btn-offset), .btn:not(.btn-solo):not(.btn-offset) {
    margin-bottom: 0.5em;
  }
}
body.mobile section.divider {
  background-attachment: scroll;
}
body.mobile video.autoplay {
  display: none;
}

/* ### NOTIFICATIONS ### */
.notification {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0.6rem 0;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: em(12);
}
.notification p {
  padding: 0 1rem;
  margin: 0;
}
.notification a:not(.btn) {
  color: #FFFFFF;
}
.notification button, .notification .btn {
  margin: 0 0.5rem;
}
.notification.bottom {
  top: auto;
  bottom: 0;
}

/* ### RESPONSIVE ### */
body .mobile, .responsive-l-inline, .responsive-m-inline, .responsive-s-inline, .responsive-xs-inline, .responsive-l-block, .responsive-m-block, .responsive-s-block, .responsive-xs-block {
  display: none;
}

body.mobile .mobile {
  display: block;
}

@media (min-width: 1600px) {
  #wrapper {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  #wrapper {
    font-size: calc(16px + 4 * (100vw - 1279px) / 320);
    line-height: 1.6em;
  }
}
@media (max-width: 1279px) {
  .responsive-l-inline {
    display: inline-block !important;
  }

  .responsive-l-block {
    display: block !important;
  }

  .responsive-l-hide {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .responsive-m-inline {
    display: inline-block !important;
  }

  .responsive-m-block {
    display: block !important;
  }

  .responsive-m-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #wrapper {
    font-size: 15px;
    line-height: 1.6em;
  }

  .responsive-s-inline {
    display: inline-block !important;
  }

  .responsive-s-block {
    display: block !important;
  }

  .responsive-s-hide {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #wrapper {
    font-size: calc(14px + 2 * (100vw - 480px) / 287);
    line-height: 1.6em;
  }

  .responsive-xs-inline {
    display: inline-block !important;
  }

  .responsive-xs-block {
    display: block !important;
  }

  .responsive-xs-hide {
    display: none !important;
  }
}
/* ### NOSCRIPT ### */
#noscript-alert {
  display: none;
  position: fixed;
  width: 100%;
  padding: 1em 2em;
  color: #fbc8c8;
  background-color: #E22;
}

body.nojs .noscript {
  display: block;
}
body.nojs .script {
  display: none;
}
body.nojs #noscript-alert {
  display: block;
}
body.nojs.preloader {
  overflow: auto;
}
body.nojs.preloader #preloader {
  display: none;
}

@media print {
  body {
    background-color: #fff;
    font-size: 12px;
    line-height: 15px;
  }

  body * {
    color: #000 !important;
    border-color: #000 !important;
  }

  header, footer {
    display: none !important;
  }
}
