/*$color-typography-primary: #3A435E;*/
/*! normalize.css v3.0.1 | 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.
 * 3. Box-sizing for all elements.
 * 4. Font size for REM use.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 62.25%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
  /* 3 Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* 3 Firefox, other Gecko */
  box-sizing: border-box;
  /* 3 Opera/IE 8+ */
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  height: 100%;
}

router-view, compose, dynamic-view {
  display: block;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: none;
}

/* 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,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

/**
 * 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;
}

/* Removes margins on all headers. */
h1, h2, h3, h4 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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: 600;
}

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

/**
 * 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.
 */
/**
 * 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 {
  margin: 0;
  overflow: auto;
}

/* 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 */
  -webkit-text-fill-color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  padding: 0;
}

form {
  margin: 0;
}

/**
 * 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;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input {
  line-height: normal;
  -webkit-overflow-scrolling: auto;
}

/**
 * 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;
  -moz-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 */
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: 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: 600;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* mixin for multiline */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.row-max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.row.nowrap {
  flex-wrap: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.column.column-max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.column.nowrap {
  flex-wrap: nowrap;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.flex-xs {
  display: flex;
  flex: 1 1 auto;
}

.col-xs-gutter {
  padding: 0 5px;
}

.start-xs {
  justify-content: flex-start;
}

.center-xs {
  justify-content: center;
}

.end-xs {
  justify-content: flex-end;
}

.stretch-xs {
  justify-content: stretch;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.content-start-xs {
  align-content: flex-start;
}

.content-center-xs {
  align-content: center;
}

.content-end-xs {
  align-content: flex-end;
}

.content-around-xs {
  align-content: space-around;
}

.content-between-xs {
  align-content: space-between;
}

.content-evenly-xs {
  align-content: space-evenly;
}

.self-start-xs {
  align-self: flex-start;
}

.self-center-xs {
  align-self: center;
}

.self-end-xs {
  align-self: flex-end;
}

.self-stretch-xs {
  align-self: stretch;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.grow-xs-1 {
  min-height: 0;
  flex-grow: 1;
}

.shrink-xs-0 {
  flex-shrink: 0;
}

@media only screen and (min-width: 48em) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-sm {
    display: flex;
    flex: 1 1 auto;
  }

  .col-sm-gutter {
    padding: 0 5px;
  }

  .start-sm {
    justify-content: flex-start;
  }

  .center-sm {
    justify-content: center;
  }

  .end-sm {
    justify-content: flex-end;
  }

  .stretch-sm {
    justify-content: stretch;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .content-start-sm {
    align-content: flex-start;
  }

  .content-center-sm {
    align-content: center;
  }

  .content-end-sm {
    align-content: flex-end;
  }

  .content-around-sm {
    align-content: space-around;
  }

  .content-between-sm {
    align-content: space-between;
  }

  .content-evenly-sm {
    align-content: space-evenly;
  }

  .self-start-sm {
    align-self: flex-start;
  }

  .self-center-sm {
    align-self: center;
  }

  .self-end-sm {
    align-self: flex-end;
  }

  .self-strech-sm {
    align-self: stretch;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }

  .grow-sm-1 {
    min-height: 0;
    flex-grow: 1;
  }

  .shrink-sm-0 {
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 64em) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-md {
    display: flex;
    flex: 1 1 auto;
  }

  .col-md-gutter {
    padding: 0 5px;
  }

  .start-md {
    justify-content: flex-start;
  }

  .center-md {
    justify-content: center;
  }

  .end-md {
    justify-content: flex-end;
  }

  .stretch-md {
    justify-content: stretch;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .content-start-md {
    align-content: flex-start;
  }

  .content-center-md {
    align-content: center;
  }

  .content-end-md {
    align-content: flex-end;
  }

  .content-around-md {
    align-content: space-around;
  }

  .content-between-md {
    align-content: space-between;
  }

  .content-evenly-md {
    align-content: space-evenly;
  }

  .self-start-md {
    align-self: flex-start;
  }

  .self-center-md {
    align-self: center;
  }

  .self-end-md {
    align-self: flex-end;
  }

  .self-strech-md {
    align-self: stretch;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }

  .grow-md-1 {
    min-height: 0;
    flex-grow: 1;
  }

  .shrink-md-0 {
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-lg {
    display: flex;
    flex: 1 1 auto;
  }

  .col-lg-gutter {
    padding: 0 5px;
  }

  .start-lg {
    justify-content: flex-start;
  }

  .center-lg {
    justify-content: center;
  }

  .end-lg {
    justify-content: flex-end;
  }

  .stretch-lg {
    justify-content: stretch;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .content-start-lg {
    align-content: flex-start;
  }

  .content-center-lg {
    align-content: center;
  }

  .content-end-lg {
    align-content: flex-end;
  }

  .content-around-lg {
    align-content: space-around;
  }

  .content-between-lg {
    align-content: space-between;
  }

  .content-evenly-lg {
    align-content: space-evenly;
  }

  .self-start-lg {
    align-self: flex-start;
  }

  .self-center-lg {
    align-self: center;
  }

  .self-end-lg {
    align-self: flex-end;
  }

  .self-strech-lg {
    align-self: stretch;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }

  .grow-lg-1 {
    min-height: 0;
    flex-grow: 1;
  }

  .shrink-lg-0 {
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 120em) {
  .col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-xl {
    display: flex;
    flex: 1 1 auto;
  }

  .col-xl-gutter {
    padding: 0 5px;
  }

  .start-xl {
    justify-content: flex-start;
  }

  .center-xl {
    justify-content: center;
  }

  .end-xl {
    justify-content: flex-end;
  }

  .stretch-xl {
    justify-content: stretch;
  }

  .top-xl {
    align-items: flex-start;
  }

  .middle-xl {
    align-items: center;
  }

  .bottom-xl {
    align-items: flex-end;
  }

  .content-start-lg {
    align-content: flex-start;
  }

  .content-center-xl {
    align-content: center;
  }

  .content-end-xl {
    align-content: flex-end;
  }

  .content-around-xl {
    align-content: space-around;
  }

  .content-between-xl {
    align-content: space-between;
  }

  .content-evenly-xl {
    align-content: space-evenly;
  }

  .self-start-xl {
    align-self: flex-start;
  }

  .self-center-xl {
    align-self: center;
  }

  .self-end-xl {
    align-self: flex-end;
  }

  .self-strech-xl {
    align-self: stretch;
  }

  .around-xl {
    justify-content: space-around;
  }

  .between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }

  .grow-xl-1 {
    min-height: 0;
    flex-grow: 1;
  }

  .shrink-xl-0 {
    flex-shrink: 0;
  }
}
html {
  font-family: "Roboto", sans-serif;
}

.body {
  min-width: 320px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #003745;
  background: #ffffff;
}

section {
  padding-top: 40px;
}
@media only screen and (min-width: 48em) {
  section {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 64em) {
  section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 75em) {
  section {
    padding-top: 120px;
  }
}

h1 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.35;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.35;
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.35;
}

h4 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.35;
}

h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.35;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  p {
    font-size: 2rem;
  }
}

a {
  color: #003745;
  font-size: 1.4rem;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #003745;
}
a:active {
  color: black;
}
a:hover {
  color: black;
}

pre {
  font-family: "Roboto", sans-serif;
}

ul {
  list-style-image: url("/Media/images/generic/icon-arrow-blue.svg");
  margin-left: 14px;
}
ul li {
  padding-left: 15px;
}

.caption {
  display: block;
  font-size: 1.4rem;
  color: #828894;
  font-weight: 500;
  text-transform: uppercase;
}

.display-none {
  display: none;
}

.display-none-imp {
  display: none !important;
}

.display-block {
  display: block;
}

.display-block-imp {
  display: block !important;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.text-bold {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-danger {
  color: #d9534f;
}

.text-success {
  color: #5cb85c;
}

.text-warning {
  color: #f0ad4e;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-10-5 {
  padding: 10px 5px;
}

.height-stretch {
  height: 100%;
}

.min-height-0 {
  min-height: 0;
}

.width-stretch {
  width: 100%;
}

.overflow-y {
  overflow-y: auto;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media print {
  .noprint {
    display: none;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.section-wrap {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width: 75em) {
  .section-wrap {
    padding: 0;
  }
}

.text-small {
  font-size: 1.4rem;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .text-small {
    font-size: 1.6rem;
  }
}

.animation-fadein {
  animation: keyframe-fadein 0.2s ease-in;
}

.animation-slide-top {
  animation: keyframe-slide-top 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-slide-bottom {
  animation: keyframe-slide-bottom 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-slide-left {
  animation: keyframe-slide-left 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-slide-right {
  animation: keyframe-slide-right 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-page-fadein {
  animation: keyframe-fadein 0.2s ease-in;
}

.animation-page-zoomin {
  animation: keyframe-zoomin 0.2s ease-in;
}

.animation-page-slide-bottom {
  animation: keyframe-slide-bottom 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-page-slide-top {
  animation: keyframe-slide-top 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-page-slide-left {
  animation: keyframe-slide-left 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-page-slide-right {
  animation: keyframe-slide-right 0.2s ease, keyframe-fadein 0.2s ease;
}

.animation-zoomin-top-right {
  animation: keyframe-zoomin 0.2s ease, keyframe-fadein 0.2s ease;
  transform-origin: top right;
}

.animation-zoomin-top-center {
  animation: keyframe-zoomin 0.2s ease, keyframe-fadein 0.2s ease;
  transform-origin: top center;
}

.animation-zoomin-top-right {
  animation: keyframe-zoomin 0.2s ease, keyframe-fadein 0.2s ease;
  transform-origin: top right;
}

.animation-zoomin-top-center {
  animation: keyframe-zoomin 0.2s ease, keyframe-fadein 0.2s ease;
  transform-origin: top center;
}

.fade-animation.au-enter-active {
  animation: keyframe-fadein 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
.fade-animation.au-leave-active {
  animation: keyframe-fadeout 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes keyframe-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes keyframe-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes keyframe-zoomin {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes keyframe-zoomout {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes keyframe-slide-top {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keyframe-slide-left {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes keyframe-slide-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes keyframe-slide-bottom {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keyframe-slide {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  25% {
    transform: scale(0.9);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
  75% {
    transform: scale(1.3);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
@keyframes moves {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-vertical {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keyframe-ghost-fadein {
  0% {
    opacity: 0.25;
  }
  35% {
    opacity: 0.7;
  }
  65% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.25;
  }
}
.iti {
  position: relative;
  display: inline-block;
}

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

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.iti__flag {
  background-image: url("./../../../../Media/images/intl-tel-input/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("./../../../../Media/images/intl-tel-input/flags@2x.png");
  }
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/opensans/opensans-light.woff2") format("woff2"), url("../../fonts/opensans/opensans-light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../../fonts/opensans/opensans-regular.woff2") format("woff2"), url("../../fonts/opensans/opensans-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../fonts/opensans/opensans-regular-italic.woff2") format("woff2"), url("../../fonts/opensans/opensans-regular-italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../fonts/opensans/opensans-bold.woff2") format("woff2"), url("../../fonts/opensans/opensans-bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../fonts/opensans/opensans-bold-italic.woff2") format("woff2"), url("../../fonts/opensans/opensans-bold-italic.woff") format("woff");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../../fonts/material-icons/material-icons.woff2") format("woff2"), url("../../fonts/material-icons/material-icons.woff") format("woff");
}
.material-icons {
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

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

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

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

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

.country-select {
  position: relative;
  display: inline-block;
}
.country-select * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.country-select .hide {
  display: none;
}
.country-select .v-hide {
  visibility: hidden;
}
.country-select input, .country-select input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.country-select .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.country-select .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.country-select .country-list .flag {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .country-select .country-list {
    white-space: normal;
  }
}
.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.country-select .country-list .country {
  padding: 5px 10px;
}
.country-select .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.country-select .country-list .flag, .country-select .country-list .country-name {
  vertical-align: middle;
}
.country-select .country-list .flag {
  margin-right: 6px;
}
.country-select.inside input, .country-select.inside input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.country-select.inside .flag-dropdown {
  right: auto;
  left: 0;
}
.country-select.inside .selected-flag {
  width: 46px;
}
.country-select.inside .flag-dropdown:hover {
  cursor: pointer;
}
.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.country-select.inside input[disabled] + .flag-dropdown:hover, .country-select.inside input[readonly] + .flag-dropdown:hover {
  cursor: default;
}
.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag, .country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
.country-select .flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/Media/images/country-picker/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url("/Media/images/country-picker/flags@2x.png");
  }
}

.country-select .flag {
  width: 20px;
}
.country-select .flag.be {
  width: 18px;
}
.country-select .flag.ch {
  width: 15px;
}
.country-select .flag.mc {
  width: 19px;
}
.country-select .flag.ne {
  width: 18px;
}
.country-select .flag.np {
  width: 13px;
}
.country-select .flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-size: 5630px 15px;
  }
}
.country-select .flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.country-select .flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.country-select .flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.country-select .flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.country-select .flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.country-select .flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.country-select .flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.country-select .flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.country-select .flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.country-select .flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.country-select .flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.country-select .flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.country-select .flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.country-select .flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.country-select .flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.country-select .flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.country-select .flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.country-select .flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.country-select .flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.country-select .flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.country-select .flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.country-select .flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.country-select .flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.country-select .flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.country-select .flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.country-select .flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.country-select .flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.country-select .flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.country-select .flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.country-select .flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.country-select .flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.country-select .flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.country-select .flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.country-select .flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.country-select .flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.country-select .flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.country-select .flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.country-select .flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.country-select .flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.country-select .flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.country-select .flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.country-select .flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.country-select .flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.country-select .flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.country-select .flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.country-select .flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.country-select .flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.country-select .flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.country-select .flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.country-select .flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.country-select .flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.country-select .flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.country-select .flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.country-select .flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.country-select .flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.country-select .flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.country-select .flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.country-select .flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.country-select .flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.country-select .flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.country-select .flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.country-select .flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.country-select .flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.country-select .flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.country-select .flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.country-select .flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.country-select .flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.country-select .flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.country-select .flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.country-select .flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.country-select .flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.country-select .flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.country-select .flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.country-select .flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.country-select .flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.country-select .flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.country-select .flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.country-select .flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.country-select .flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.country-select .flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.country-select .flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.country-select .flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.country-select .flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.country-select .flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.country-select .flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.country-select .flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.country-select .flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.country-select .flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.country-select .flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.country-select .flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.country-select .flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.country-select .flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.country-select .flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.country-select .flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.country-select .flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.country-select .flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.country-select .flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.country-select .flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.country-select .flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.country-select .flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.country-select .flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.country-select .flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.country-select .flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.country-select .flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.country-select .flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.country-select .flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.country-select .flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.country-select .flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.country-select .flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.country-select .flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.country-select .flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.country-select .flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.country-select .flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.country-select .flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.country-select .flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.country-select .flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.country-select .flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.country-select .flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.country-select .flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.country-select .flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.country-select .flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.country-select .flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.country-select .flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.country-select .flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.country-select .flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.country-select .flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.country-select .flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.country-select .flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.country-select .flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.country-select .flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.country-select .flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.country-select .flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.country-select .flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.country-select .flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.country-select .flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.country-select .flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.country-select .flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.country-select .flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.country-select .flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.country-select .flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.country-select .flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.country-select .flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.country-select .flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.country-select .flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.country-select .flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.country-select .flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.country-select .flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.country-select .flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.country-select .flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.country-select .flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.country-select .flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.country-select .flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.country-select .flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.country-select .flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.country-select .flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.country-select .flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.country-select .flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.country-select .flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.country-select .flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.country-select .flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.country-select .flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.country-select .flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.country-select .flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.country-select .flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.country-select .flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.country-select .flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.country-select .flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.country-select .flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.country-select .flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.country-select .flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.country-select .flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.country-select .flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.country-select .flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.country-select .flag.np {
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.country-select .flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.country-select .flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.country-select .flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.country-select .flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.country-select .flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.country-select .flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.country-select .flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.country-select .flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.country-select .flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.country-select .flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.country-select .flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.country-select .flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.country-select .flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.country-select .flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.country-select .flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.country-select .flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.country-select .flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.country-select .flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.country-select .flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.country-select .flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.country-select .flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.country-select .flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.country-select .flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.country-select .flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.country-select .flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.country-select .flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.country-select .flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.country-select .flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.country-select .flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.country-select .flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.country-select .flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.country-select .flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.country-select .flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.country-select .flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.country-select .flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.country-select .flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.country-select .flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.country-select .flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.country-select .flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.country-select .flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.country-select .flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.country-select .flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.country-select .flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.country-select .flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.country-select .flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.country-select .flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.country-select .flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.country-select .flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.country-select .flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.country-select .flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.country-select .flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.country-select .flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.country-select .flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.country-select .flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.country-select .flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.country-select .flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.country-select .flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.country-select .flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.country-select .flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.country-select .flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.country-select .flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.country-select .flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.country-select .flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.country-select .flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.country-select .flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.country-select .flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.country-select .flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.country-select .flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.country-select .flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.country-select .flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.country-select .flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.country-select .flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.country-select .flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.country-select .flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.country-select .flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.country-select .flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.country-select .flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.country-select .flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.country-select .flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.country-select .flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.country-select .flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.country-select .flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.country-select .flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

button {
  border: 2px solid #f7661f;
  background-color: #f7661f;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-radius: 5px;
  height: 40px;
  padding: 0 24px;
  outline: 0;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  font-weight: 500;
}
button:hover {
  background-color: #db4d08;
  border-color: #db4d08;
}
button:active {
  transform: scale(0.95);
}
button.secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
button.secondary:hover {
  border-color: #f7661f;
  color: #f7661f;
  -webkit-text-fill-color: #f7661f;
}
button.tertiary {
  background-color: #003745;
  border-color: #ffffff;
}
button.tertiary:hover {
  border-color: #003745;
  color: #003745;
  -webkit-text-fill-color: #003745;
  background: white;
}
button.arrow span {
  display: flex;
  align-items: center;
}
button.arrow span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-white.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
}
button.disabled {
  cursor: not-allowed;
  border-color: #E2E2E2;
  background-color: #E2E2E2;
  color: #828894;
  -webkit-text-fill-color: #828894;
}
button.disabled span {
  opacity: 0.5;
}
button.disabled span::after {
  background-image: url("/Media/images/generic/icon-arrow-grey.svg");
}
button.loading span::after {
  background-image: none;
  border-radius: 100%;
  border: 2px solid #ffffff;
  border-left-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  animation: rotate 0.7s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-breadcrumbs {
  border-bottom: 1px solid #E2E2E2;
  display: none;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .section-breadcrumbs {
    display: block;
    padding: 0;
  }
}
.section-breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 50%;
}
.section-breadcrumbs .breadcrumbs .breadcrumb {
  cursor: pointer;
  color: #828894;
  text-decoration: underline;
  margin-right: 10px;
  flex-shrink: 0;
}
.section-breadcrumbs .breadcrumbs .breadcrumb::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-grey.svg");
  background-size: cover;
  width: 4px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
}
.section-breadcrumbs .breadcrumbs .breadcrumb:last-child {
  text-decoration: none;
  cursor: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.section-breadcrumbs .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
.section-breadcrumbs::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #003745;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.user-input {
  position: relative;
  height: 40px;
}
.user-input label {
  position: absolute;
  font-size: 1.6rem;
  color: rgba(0, 55, 69, 0.5);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
}
.user-input input {
  border: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 1.6rem;
  color: #003745;
  background-color: transparent;
}
.user-input input:active, .user-input input:focus {
  border-bottom-color: #f7661f;
}
.user-input input:active + label, .user-input input:focus + label {
  top: -5px;
  font-size: 1.3rem;
}
.user-input input.has-value + label {
  top: -5px;
  font-size: 1.3rem;
}
.user-input .country-select {
  height: 100%;
  width: 100%;
}
.user-input .country-select input {
  color: rgba(0, 55, 69, 0);
  outline: 0;
  transition: color 0.3s ease;
}
.user-input .country-select .flag-dropdown {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.user-input .country-select .flag-dropdown .country-list {
  border: none;
}
.user-input .country-select .flag-dropdown .country-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.user-input .country-select .flag-dropdown .country-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.user-input .country-select .flag-dropdown .country-list::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 2.5px;
}
.user-input .country-select .flag-dropdown .country-list::-webkit-scrollbar-track {
  background-color: rgba(0, 55, 69, 0.05);
}
.user-input .country-select .flag-dropdown .country-list .country {
  padding: 10px;
}
.user-input .country-select .flag-dropdown .country-list .country .flag {
  margin-right: 10px;
}
.user-input .country-select .flag-dropdown .country-list .country .country-name {
  color: #003745;
  font-size: 1.6rem;
}
.user-input .country-select .flag-dropdown .country-list .divider {
  opacity: 0.5;
}
.user-input .country-select.focus input {
  color: #003745;
}
.user-input .country-select.focus .flag-dropdown {
  opacity: 1;
  pointer-events: all;
}
.user-input .country-select.focus ~ label {
  top: -5px;
  font-size: 1.3rem;
}
.user-input .iti {
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.user-input .iti .iti__flag-container, .user-input .iti input {
  opacity: 0;
  border: none;
}
.user-input .iti.focus {
  border-bottom-color: #f7661f;
}
.user-input .iti.focus .iti__flag-container, .user-input .iti.focus input {
  opacity: 1;
}
.user-input .iti.focus + label {
  top: -5px;
  font-size: 1.3rem;
}
.user-input .iti.has-value .iti__flag-container, .user-input .iti.has-value input {
  opacity: 1;
}
.user-input .iti.has-value + label {
  top: -5px;
  font-size: 1.3rem;
}
.user-input .iti .iti__flag-container {
  outline: none;
}
.user-input .iti .iti__flag-container .iti__selected-flag {
  outline: none;
}
.user-input .iti .iti__country-list {
  border: none;
}
.user-input .iti .iti__country-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.user-input .iti .iti__country-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.user-input .iti .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 2.5px;
}
.user-input .iti .iti__country-list::-webkit-scrollbar-track {
  background-color: rgba(0, 55, 69, 0.05);
}
.user-input .iti .iti__country-list .iti__country {
  padding: 10px;
}
.user-input .iti .iti__country-list .iti__country .iti__flag {
  margin-right: 10px;
}
.user-input .iti .iti__country-list .iti__country .iti__country-name {
  color: #003745;
  font-size: 1.6rem;
}
.user-input .iti .iti__country-list .iti__divider {
  opacity: 0.5;
}

.checkbox-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 30px;
}
.checkbox-container input[type=checkbox] {
  opacity: 0;
}
.checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #003745;
  border-color: #003745;
}
.checkbox-container input[type=checkbox]:checked ~ .checkmark::after {
  opacity: 1;
  transform: scale(1) rotate(0) translate(-50%, -50%);
}
.checkbox-container .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-container .checkmark::after {
  content: "";
  background-image: url("/Media/images/generic/icon-tick-white.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform: scale(0.4) rotate(-30deg);
  transform-origin: center;
  transition: all 0.2s ease;
  width: 14px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox-container .label {
  color: #003745;
  font-size: 1.6rem;
  padding-left: 25px;
  cursor: pointer;
  padding-top: 4px;
  flex-grow: 1;
  flex-basis: 0;
}
.checkbox-container .label a {
  color: #f7661f;
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: underline;
}

.owl-carousel .owl-nav .nav-arrow.owl-prev {
  transform: scaleX(-1);
}
.owl-carousel .owl-nav .nav-arrow.disabled {
  opacity: 0.6;
}
.owl-carousel .owl-dots {
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #007991;
  opacity: 0.4;
  margin: 0 12px;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.2s;
  z-index: 5;
}
.dialog-container .dialog-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.dialog-container .dialog-wrap {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: scale(0.8) translate(-50%, -50%);
  transition: all ease 0.2s;
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 48em) {
  .dialog-container .dialog-wrap {
    padding: 70px 60px 60px;
    width: auto;
  }
}
.dialog-container .dialog-wrap .close-dialog {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .close-dialog {
    top: 30px;
    right: 30px;
  }
}
.dialog-container .dialog-wrap .close-dialog span {
  font-size: 1.4rem;
  color: #003745;
  margin-right: 8px;
  display: none;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .close-dialog span {
    font-size: 1.4rem;
    display: block;
  }
}
.dialog-container .dialog-wrap .close-dialog img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .close-dialog img {
    width: 35px;
    height: 35px;
  }
}
.dialog-container .dialog-wrap .dialog-header .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .dialog-header .title {
    font-size: 5rem;
  }
}
.dialog-container .dialog-wrap .dialog-header .subtitle {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .dialog-header .subtitle {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .dialog-container .dialog-wrap .dialog-content {
    display: flex;
  }
}
.dialog-container .dialog-wrap .dialog-content .input-container {
  margin-bottom: 40px;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .dialog-content .input-container {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .dialog-content .input-container:nth-child(odd) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-container .dialog-wrap .dialog-content .input-container:nth-child(even) {
    padding-left: 20px;
  }
}
.dialog-container .dialog-wrap .dialog-content .hint {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  color: #003745;
  margin-top: -30px;
  margin-bottom: 40px;
}
.dialog-container .dialog-wrap .dialog-content .subscribe-to-news-message {
  font-size: 1.2rem;
  color: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 5px;
  background-color: rgba(217, 83, 79, 0.1);
  padding: 10px;
  display: block;
  margin: 30px auto;
}
.dialog-container .dialog-wrap .dialog-content .subscribe-to-news-message.hidden {
  display: none;
}
.dialog-container .dialog-wrap .dialog-content .subscribe-to-news-message.success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: rgba(92, 184, 92, 0.1);
}
.dialog-container .dialog-wrap .dialog-content .checkbox-container {
  margin-bottom: 30px;
}
.dialog-container .dialog-wrap .dialog-content button {
  display: block;
  margin: 0 auto;
}
.dialog-container.show {
  pointer-events: all;
  opacity: 1;
}
.dialog-container.show .dialog-wrap {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.content-controller:not(.alt-styles) {
  background-color: #ffffff;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) {
    border-top: 10px solid #3A435E;
    padding: 0 16px;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    max-width: 170px;
    position: absolute;
    top: 200px;
  }
}
.content-controller:not(.alt-styles) .content-selector {
  padding: 10px 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector {
    padding: 16px 0;
  }
  .content-controller:not(.alt-styles) .content-selector:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.content-controller:not(.alt-styles) .content-selector span {
  color: #003745;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector span {
    display: flex;
    text-align: left;
  }
  .content-controller:not(.alt-styles) .content-selector span::after {
    content: "";
    background-image: url("/Media/images/generic/icon-arrow.svg");
    width: 6px;
    height: 12px;
    background-size: cover;
    margin-left: 20px;
    display: block;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector span::after {
    background-image: url("/Media/images/generic/icon-arrow-blue.svg");
    transform: none;
    position: relative;
    right: 0;
  }
}
.content-controller:not(.alt-styles) .content-selector span:hover {
  text-decoration: underline;
}
.content-controller:not(.alt-styles) .content-selector.active {
  display: block;
  order: -1;
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector.active {
    order: 0;
  }
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector.active span {
    text-decoration: underline;
  }
}
.content-controller:not(.alt-styles) .content-selector.active::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector.active::after {
    display: none;
  }
}
.content-controller:not(.alt-styles) .content-selector:not(.active) {
  display: none;
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles) .content-selector:not(.active) {
    display: block;
  }
}
.content-controller:not(.alt-styles).green {
  border-top-color: #1A8574;
}
.content-controller:not(.alt-styles).fixed {
  position: fixed;
  bottom: 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .content-controller:not(.alt-styles).fixed {
    position: fixed;
    top: 50%;
    left: 0;
    bottom: auto;
    transform: none;
  }
}
.content-controller:not(.alt-styles).is-open .content-selector:not(.active) {
  display: block;
}
.content-controller:not(.alt-styles).is-open .content-selector::after {
  transform: translateY(-50%) rotate(270deg);
}

.cookie-policy {
  background-color: #f7661f;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 5;
}
@media only screen and (min-width: 64em) {
  .cookie-policy {
    padding: 60px 0;
  }
}
.cookie-policy .cookie-text {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .cookie-policy .cookie-text {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75em) {
  .cookie-policy .cookie-text {
    font-size: 2.1rem;
    margin-right: 50px;
  }
}
.cookie-policy .cookie-text a {
  text-decoration: underline;
  color: #003745;
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .cookie-policy .cookie-text a {
    font-size: 2.1rem;
  }
}
.cookie-policy .buttons {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .cookie-policy .buttons {
    width: 200px;
  }
}
.cookie-policy .buttons button {
  display: block;
  color: #003745;
  width: 100%;
  margin-bottom: 10px;
  width: 100%;
  -webkit-text-fill-color: #003745;
}
@media only screen and (min-width: 64em) {
  .cookie-policy .buttons button {
    font-size: 1.9rem;
  }
}
.cookie-policy .buttons button.button-agree {
  background-color: #ffffff;
}
.cookie-policy .buttons button.button-agree span {
  font-weight: 500;
}
.cookie-policy .buttons button.button-agree span::after {
  background-image: url("/Media/images/generic/icon-arrow-blue.svg");
}
.cookie-policy .buttons button.button-disagree {
  border-color: transparent;
  font-weight: 400;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.cookie-policy .buttons button span {
  text-transform: uppercase;
}
.cookie-policy .buttons button span::after {
  margin-left: auto;
}
.cookie-policy.hide {
  display: none;
}

.section-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  min-height: 375px;
  box-shadow: inset 0 0 250px 500px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64em) {
  .section-banner {
    min-height: 540px;
  }
}
.section-banner .section-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-banner .section-wrap .banner-content {
  text-align: center;
  padding: 100px 0 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 64em) {
  .section-banner .section-wrap .banner-content {
    padding: 50px 0 0 0;
  }
}
.section-banner .section-wrap .banner-content .banner-title {
  font-size: 6rem;
  text-align: center;
  font-weight: 400;
  font-size: 2.6rem;
  padding-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .section-banner .section-wrap .banner-content .banner-title {
    padding-bottom: 90px;
    font-size: 6rem;
  }
}
.section-banner .section-wrap .banner-content .banner-description {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  font-size: 1.7rem;
}
@media only screen and (min-width: 64em) {
  .section-banner .section-wrap .banner-content .banner-description {
    max-width: 450px;
    font-size: 2rem;
  }
}
.section-banner::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-layout {
  overflow-x: hidden;
}
.page-layout header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-radius: 0 0 60px 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, height 0.3s ease;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .page-layout header:hover {
    background-color: #003745;
  }
}
.page-layout header.scrolled {
  background-color: #003745;
}
.page-layout header .header-wrap {
  height: 150px;
  padding: 0 30px;
}
.page-layout header .header-wrap .rightship-logo {
  width: 140px;
  height: 41px;
}
.page-layout header .header-wrap .navigation {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-layout header .header-wrap .navigation {
    display: flex;
  }
}
.page-layout header .header-wrap .navigation .nav-item {
  display: flex;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media only screen and (min-width: 64em) {
  .page-layout header .header-wrap .navigation .nav-item {
    padding: 12px 12px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout header .header-wrap .navigation .nav-item {
    padding: 12px 24px;
  }
}
.page-layout header .header-wrap .navigation .nav-item:last-child {
  margin-right: 12px;
}
.page-layout header .header-wrap .navigation .nav-item::after {
  content: "";
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #f7661f;
  margin: 8px 0 0 8px;
}
.page-layout header .header-wrap .navigation .nav-item .nav-item-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}
.page-layout header .header-wrap .navigation .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu:hover .nested-nav-menu {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu .nested-nav-menu {
  position: absolute;
  background-color: #003847;
  border-radius: 5px;
  left: 12px;
  top: 100%;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.05);
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu .nested-nav-menu .nested-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu .nested-nav-menu .nested-nav-item:not(:last-child) {
  border-bottom: 1px solid #007494;
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu .nested-nav-menu .nested-nav-item .nested-nav-item-link {
  color: #ffffff;
  white-space: nowrap;
  display: block;
  font-size: 1.6rem;
  padding: 12px 24px;
}
.page-layout header .header-wrap .navigation .nav-item.has-nested-nav-menu .nested-nav-menu .nested-nav-item:hover {
  background-color: #004c61;
}
@media only screen and (min-width: 64em) {
  .page-layout header .header-wrap .navigation .nav-button {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 64em) {
  .page-layout header .header-wrap .mobile-navigation {
    display: none;
  }
}
.page-layout header .header-wrap .mobile-navigation .login {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout header .header-wrap .mobile-navigation .login img {
  width: 16px;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu {
  width: 40px;
  height: 3px;
  border-radius: 100vh;
  position: relative;
  background-color: #ffffff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu::before, .page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu::after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 100vh;
  position: absolute;
  background-color: #ffffff;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu::before {
  top: -12px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu::after {
  bottom: -12px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu.active {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu.active::before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.page-layout header .header-wrap .mobile-navigation .burger-menu-wrap .burger-menu.active::after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.page-layout header .mobile-navigation-dropdown {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0 30px;
}
@media only screen and (min-width: 420px) {
  .page-layout header .mobile-navigation-dropdown {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 500px) {
  .page-layout header .mobile-navigation-dropdown {
    padding: 0 110px;
  }
}
@media only screen and (min-width: 580px) {
  .page-layout header .mobile-navigation-dropdown {
    padding: 0 30px;
  }
}
.page-layout header .mobile-navigation-dropdown.is-active {
  display: flex;
}
.page-layout header .mobile-navigation-dropdown .mobile-nav-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 24px;
  border-radius: 7px;
  cursor: pointer;
}
.page-layout header .mobile-navigation-dropdown .mobile-nav-item:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-layout header .mobile-navigation-dropdown .mobile-nav-item .nav-item-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}
.page-layout header .navigation-dropdown {
  width: 100%;
  height: 0;
  padding: 0 30px;
  overflow-y: auto;
  transition: height 0.3s ease;
}
@media only screen and (min-width: 75em) {
  .page-layout header .navigation-dropdown {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1450px) {
  .page-layout header .navigation-dropdown {
    overflow: initial;
  }
}
.page-layout header .navigation-dropdown .navigation-drop {
  flex-basis: 100%;
}
@media only screen and (min-width: 48em) {
  .page-layout header .navigation-dropdown .navigation-drop {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-layout header .navigation-dropdown .navigation-drop.hidden {
  display: none;
}
.page-layout header .navigation-dropdown .navigation-drop .box {
  width: 220px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 48em) {
  .page-layout header .navigation-dropdown .navigation-drop .box {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout header .navigation-dropdown .navigation-drop .box {
    margin-bottom: 0;
  }
}
.page-layout header .navigation-dropdown .navigation-drop .box.width-200 {
  width: 200px;
}
.page-layout header .navigation-dropdown .navigation-drop .box .icon-title {
  width: 26px;
  height: 26px;
  margin: 6px 6px 0 0;
}
.page-layout header .navigation-dropdown .navigation-drop .box .icon-title path {
  fill: #f7661f;
}
.page-layout header .navigation-dropdown .navigation-drop .box .title {
  display: block;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .box .divider {
  width: 100%;
  height: 2px;
  margin: 4px 0 32px;
  background-color: #f7661f;
}
.page-layout header .navigation-dropdown .navigation-drop .box .contacts .contact {
  display: flex;
}
.page-layout header .navigation-dropdown .navigation-drop .box .contacts .contact .label {
  flex-basis: 80px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .box .contacts .contact .value {
  padding-left: 6px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .box .navs .nav {
  display: flex;
  align-items: center;
}
.page-layout header .navigation-dropdown .navigation-drop .box .navs .nav:not(:last-child) {
  margin-bottom: 18px;
}
.page-layout header .navigation-dropdown .navigation-drop .box .navs .nav:hover .value {
  text-decoration: underline;
}
.page-layout header .navigation-dropdown .navigation-drop .box .navs .nav .icon {
  width: 42px;
  height: 32px;
  margin-right: 18px;
}
.page-layout header .navigation-dropdown .navigation-drop .box .navs .nav .value {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap {
    right: -150px;
    padding: 20px 16px 0;
  }
}
@media only screen and (min-width: 1450px) {
  .page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap {
    right: -390px;
    background: url("/media/images/generic/bg-request-inspection.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .label {
  font-size: 3rem;
  color: #ffffff;
}
@media only screen and (min-width: 75em) {
  .page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .label {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1450px) {
  .page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .label {
    font-size: 3rem;
  }
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .div {
  width: 170px;
  height: 2px;
  margin: 12px 0;
  background-color: #f7661f;
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .info {
  font-size: 1.7rem;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .button {
  display: block;
  margin: 24px 0;
  padding: 0 40px;
  line-height: 34px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  font-weight: 600;
  color: #ffffff;
}
.page-layout header .navigation-dropdown .navigation-drop .request-an-inspection .request-an-inspection-wrap .button:hover {
  border-color: #f7661f;
  color: #f7661f;
}
.page-layout .content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}
.page-layout .content footer {
  background-color: #003847;
  padding: 50px 0 30px;
  color: #ffffff;
  border-radius: 0 60px 0 0;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer {
    padding: 50px 10px 30px;
  }
}
.page-layout .content footer .footer-wrap {
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap {
    padding: 0 10px;
  }
}
.page-layout .content footer .footer-wrap .footer-top {
  padding: 0 30px;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-top {
    padding: 0 0 50px;
  }
}
.page-layout .content footer .footer-wrap .footer-top .logo-rightship {
  width: 140px;
  height: 41px;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-top .logo-rightship {
    width: 169px;
    height: 56px;
  }
}
.page-layout .content footer .footer-wrap .footer-top .go-top {
  font-weight: 500;
  font-weight: 1.6rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.page-layout .content footer .footer-wrap .footer-top .go-top::after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ffffff;
  margin: 0 0 6px 8px;
}
.page-layout .content footer .footer-wrap .footer-content {
  padding-top: 50px;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section {
    padding-right: 30px;
    border-right: 1px solid #4D737D;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item {
  font-size: 1.8rem;
  padding-bottom: 20px;
  width: 175px;
  margin: 0 auto;
}
@media only screen and (min-width: 400px) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (min-width: 120em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item .title {
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 1.6rem;
  opacity: 0.8;
  text-align: center;
  font-weight: 500;
  color: #D6EDFC;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item .title {
    text-align: left;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item .contact-method {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item .contact-method {
    text-align: left;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item .contact-method a {
  color: #ffffff;
  font-size: 1.6rem;
  display: inline;
  text-decoration: underline;
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.contact {
  order: -1;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.contact {
    order: 0;
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.contact {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 120em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.contact a {
    display: inline;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.addresses {
  order: 1;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.addresses {
    order: -1;
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.addresses {
    order: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.addresses {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px 0;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.addresses .address-item {
  padding: 0 10px 0 10px;
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.page-links {
  order: 1;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.page-links {
    order: -1;
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.page-links {
    order: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.page-links {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.page-layout .content footer .footer-wrap .footer-content .contact-section .contact-item.page-links a {
  margin-bottom: 10px;
  display: block;
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section {
  border-top: 1px solid #4D737D;
  border-bottom: 1px solid #4D737D;
  margin-bottom: 30px;
  padding: 30px 30px 0;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section {
    padding: 30px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section {
    padding: 0 0 0 30px;
    border: none;
  }
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section .title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.6rem;
  opacity: 0.8;
  text-align: center;
  color: #D6EDFC;
  font-weight: 500;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .title {
    text-align: left;
  }
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section .description {
  text-align: center;
  max-width: 250px;
  margin: 0 auto 15px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .description {
    max-width: none;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .description {
    text-align: left;
  }
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section .button-subscribe {
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .button-subscribe {
    margin: 30px 0;
  }
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section .socials {
  padding-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .socials {
    padding: 0;
  }
}
.page-layout .content footer .footer-wrap .footer-content .subscribe-section .socials a {
  padding: 0 30px;
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-content .subscribe-section .socials a {
    padding: 0 30px 0 0;
  }
}
.page-layout .content footer .footer-wrap .footer-bottom {
  flex-wrap: wrap;
}
@media only screen and (min-width: 48em) {
  .page-layout .content footer .footer-wrap .footer-bottom {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 75em) {
  .page-layout .content footer .footer-wrap .footer-bottom {
    border-top: 1px solid #4D737D;
  }
}
.page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item {
    padding: 0 16px;
    font-size: 1.6rem;
    text-align: left;
    flex-grow: 0;
    flex-basis: auto;
    max-width: none;
    width: auto;
  }
  .page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item:first-child {
    padding-left: 0;
  }
}
.page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item.link {
  text-decoration: underline;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 64em) {
  .page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item.link {
    flex-grow: 0;
    flex-basis: auto;
  }
}
.page-layout .content footer .footer-wrap .footer-bottom .footer-bottom-item.link:not(:last-child) {
  border-right: 2px solid #ffffff;
}

.page-home .banner-carousel {
  position: relative;
  color: #ffffff;
}
.page-home .banner-carousel .section-banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 120px 0 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  .page-home .banner-carousel .section-banner {
    padding: 180px 0 60px;
    min-height: 600px;
    background-position-x: center;
  }
}
.page-home .banner-carousel .section-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-home .banner-carousel .section-banner .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .banner-carousel .section-banner .section-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  color: #ffffff;
}
.page-home .banner-carousel .section-banner .section-wrap .section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.page-home .banner-carousel .section-banner .section-wrap .section-text .title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-home .banner-carousel .section-banner .section-wrap .section-text .title {
    font-size: 6rem;
    max-width: 565px;
  }
}
.page-home .banner-carousel .section-banner .section-wrap .section-text .line {
  width: 3px;
  flex-grow: 1;
  margin: 30px 0;
  background-color: #ffffff;
}
.page-home .banner-carousel .section-banner .section-wrap .section-text .banner-description {
  font-size: 1.8rem;
  max-width: 300px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-home .banner-carousel .section-banner .section-wrap .section-text .banner-description {
    max-width: 400px;
  }
}
.page-home .banner-carousel .section-banner .section-wrap .section-text .bottom-line {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .page-home .banner-carousel .section-banner .section-wrap .section-text .bottom-line {
    height: 40px;
  }
}
.page-home .banner-carousel .section-banner .section-wrap .button-cta {
  margin-bottom: 40px;
}
.page-home .banner-carousel .section-banner.no-line .section-text {
  margin-bottom: auto;
}
.page-home .banner-carousel .section-banner.no-line .section-text .line, .page-home .banner-carousel .section-banner.no-line .section-text .bottom-line {
  display: none;
}
.page-home .banner-carousel .section-banner.no-line .banner-description {
  padding-top: 50px;
}
.page-home .banner-carousel .section-banner::after {
  content: none;
}
.page-home .banner-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
.page-home .banner-carousel .owl-nav .owl-prev, .page-home .banner-carousel .owl-nav .owl-next {
  height: auto;
}
.page-home .banner-carousel .owl-nav .owl-prev span, .page-home .banner-carousel .owl-nav .owl-next span {
  font-size: 10rem;
}
.page-home .section-about {
  position: relative;
}
.page-home .section-about::before {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about::before {
    height: 40px;
  }
}
.page-home .section-about .section-image {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-image {
    position: absolute;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-image.mobile {
    display: none;
  }
}
.page-home .section-about .section-image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-image.desktop {
    display: block;
  }
}
.page-home .section-about .section-image::after {
  content: "";
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50vw;
  height: 3px;
  background-color: #f7661f;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-image::after {
    display: none;
  }
}
.page-home .section-about .section-image.about {
  border-radius: 0 60px 4px 0;
  width: 100%;
  transform: translateX(-30px);
  max-width: 80%;
  background-size: cover;
  height: 220px;
}
@media only screen and (min-width: 48em) {
  .page-home .section-about .section-image.about {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-image.about {
    width: 50vw;
    position: absolute;
    left: 0;
    border-radius: 0 80px 6px 0;
    height: 575px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-text {
    max-width: 445px;
    margin-left: auto;
  }
}
.page-home .section-about .section-text .caption {
  margin-bottom: 10px;
}
.page-home .section-about .section-text .title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
}
@media only screen and (min-width: 48em) {
  .page-home .section-about .section-text .title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-text .title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-text .title::after {
    transform: translateX(-75%);
    content: "";
    height: 2px;
    width: 255px;
    background-color: #f7661f;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-home .section-about .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-text .description p {
    font-size: 2rem;
  }
}
.page-home .section-about .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-home .section-about .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-home .section-about .section-text .button-learn-more {
  margin-bottom: 40px;
}
.page-home .section-about .section-text .button-learn-more span {
  display: flex;
  align-items: center;
}
.page-home .section-about .section-text .button-learn-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-white.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
}
.page-home .section-video {
  position: relative;
}
.page-home .section-video .video-wrap {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-home .section-video .video-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-home .section-video .video-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home .section-video .video-wrap .video-thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-home .section-video .video-wrap .video-thumbnail {
    display: block;
  }
}
.page-home .section-video .video-wrap .video-thumbnail img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 48em) {
  .page-home .section-video .video-wrap .video-thumbnail img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-video .video-wrap .video-thumbnail img {
    width: 140px;
    height: 140px;
  }
}
.page-home .section-video .video-wrap .video-thumbnail.hide {
  display: none;
}
.page-home .section-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-home .section-video::after {
  content: "";
  height: 50%;
  background-color: #F7F6F4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-home .section-solutions {
  background-color: #F7F6F4;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .section-text {
    max-width: 445px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 75em) {
  .page-home .section-solutions .section-text {
    margin-left: 190px;
  }
}
.page-home .section-solutions .section-text .caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .section-text .caption {
    font-size: 1.4rem;
  }
}
.page-home .section-solutions .section-text .title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .page-home .section-solutions .section-text .title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .section-text .title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.page-home .section-solutions .section-text .title::after {
  transform: translateX(-75%);
  content: "";
  height: 2px;
  width: 255px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-home .section-solutions .section-text .description {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .section-text .description {
    font-size: 2rem;
  }
}
.page-home .section-solutions .section-text .description .text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .section-text .description .text-small {
    font-size: 1.6rem;
  }
}
.page-home .section-solutions .solutions {
  text-align: center;
  max-width: 1280px;
  padding: 120px 20px 0 20px;
  margin: auto;
}
.page-home .section-solutions .solutions h2 {
  color: #f7661f;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}
.page-home .section-solutions .solutions h2:before {
  content: "";
  width: 1px;
  height: 168px;
  background: #003745;
  position: absolute;
  left: 50%;
  bottom: 100px;
}
.page-home .section-solutions .solutions h2.secondary {
  color: #003745;
  margin: 0 auto 20px auto;
  font-size: 3rem;
}
.page-home .section-solutions .solutions h2.secondary:before {
  height: 77px;
}
.page-home .section-solutions .solutions ul {
  padding: 80px 0 160px 0;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px 0 0 0;
  }
}
.page-home .section-solutions .solutions ul li {
  padding: 40px 20px 40px 20px;
  border-radius: 0 80px 6px 0;
  box-shadow: 0px 0px 25px 0px rgba(112, 112, 112, 0.3);
  margin: 0 auto 40px auto;
  background: white;
  width: 100%;
  max-width: 340px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions ul li:nth-child(2) {
    margin: -100px 2.5% 140px 2.5%;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions ul li {
    flex-basis: calc(31% - 40px);
    width: calc(31% - 40px);
    max-width: calc(31% - 40px);
    margin: 0 2.5% 60px 2.5%;
  }
}
.page-home .section-solutions .solutions ul li img {
  margin: 0 0 20px 0;
}
.page-home .section-solutions .solutions ul li h3 {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.page-home .section-solutions .solutions ul li p {
  margin: 0 0 20px 0;
}
.page-home .section-solutions .solutions ul li a.secondary-cta {
  display: block;
  color: #f7661f;
  font-weight: bold;
  position: relative;
  margin: 40px 0 0 0;
}
.page-home .section-solutions .solutions ul li a.secondary-cta:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url("/Media/images/generic/icon-arrow.svg") no-repeat;
  position: absolute;
  margin: 4px 0 0 10px;
}
.page-home .section-solutions .solutions-images {
  position: relative;
}
.page-home .section-solutions .solutions-images .image-mobile {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions-images .image-mobile {
    display: none;
  }
}
.page-home .section-solutions .solutions-images .image-desktop {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions-images .image-desktop {
    display: block;
    margin-top: -25%;
  }
}
.page-home .section-solutions .solutions-images .section-image {
  max-width: 100%;
  transform: translateX(30%);
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solutions-images .section-image {
    position: absolute;
    right: -50px;
    bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solution-images {
    display: flex;
    justify-content: space-between;
  }
}
.page-home .section-solutions .solution-images .solution-image {
  width: 75%;
  background-size: cover;
  height: 220px;
}
@media only screen and (min-width: 48em) {
  .page-home .section-solutions .solution-images .solution-image {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solution-images .solution-image {
    width: 45vw;
    height: 510px;
  }
}
.page-home .section-solutions .solution-images .solution-image:nth-child(1) {
  border-radius: 0 80px 6px 0;
  transform: translateY(0);
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solution-images .solution-image:nth-child(1) {
    transform: translateY(-200px);
  }
}
.page-home .section-solutions .solution-images .solution-image:nth-child(2) {
  border-radius: 80px 0 0 6px;
  display: block;
  margin-left: auto;
  transform: translateY(-50px);
}
@media only screen and (min-width: 64em) {
  .page-home .section-solutions .solution-images .solution-image:nth-child(2) {
    transform: translateY(0);
  }
}
.page-home .section-testimonials {
  background-color: #F7F6F4;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-home .section-testimonials {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-testimonials {
    padding-bottom: 80px;
  }
}
.page-home .section-testimonials .section-caption {
  color: #828894;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  max-width: 170px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .page-home .section-testimonials .section-caption {
    max-width: none;
  }
}
@media only screen and (min-width: 75em) {
  .page-home .section-testimonials .section-caption {
    margin-left: 185px;
  }
}
.page-home .section-testimonials .testimonials-carousel .testimonial {
  background-color: #007991;
  border-radius: 6px;
  padding: 50px 30px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-testimonials .testimonials-carousel .testimonial {
    padding: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-home .section-testimonials .testimonials-carousel .testimonial .icon-quotes {
  width: 55px;
  height: 36px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-home .section-testimonials .testimonials-carousel .testimonial .icon-quotes {
    margin-right: 40px;
  }
}
.page-home .section-testimonials .testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-testimonials .testimonials-carousel .testimonial .testimonial-text {
    font-size: 2.6rem;
  }
}
.page-home .section-testimonials .testimonials-carousel .testimonial .testimonial-author {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.page-home .section-history {
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .section-text {
    max-width: 635px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 75em) {
  .page-home .section-history .section-text {
    margin-left: 190px;
  }
}
.page-home .section-history .section-text .caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .section-text .caption {
    font-size: 1.4rem;
  }
}
.page-home .section-history .section-text .title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .section-text .title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.page-home .section-history .section-text .title::after {
  content: "";
  height: 2px;
  width: 255px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-home .section-history .section-text .description {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .section-text .description {
    font-size: 2rem;
    max-width: 445px;
  }
}
.page-home .section-history .section-text .description .text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .section-text .description .text-small {
    font-size: 1.6rem;
  }
}
.page-home .section-history .years-carousel-wrap {
  position: relative;
  margin-bottom: 95px;
}
.page-home .section-history .years-carousel-wrap .years-carousel {
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .years-carousel-wrap .years-carousel {
    padding: 0 50px;
  }
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 110px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 140px;
  }
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item.selected .year {
  color: #f7661f;
  font-size: 3.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item.selected .year {
    font-size: 4rem;
  }
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item .year {
  color: #B2C3C7;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item .year {
    font-size: 3rem;
  }
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-stage-outer .owl-stage .owl-item .year span {
  white-space: nowrap;
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  z-index: -1;
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-nav .owl-prev span, .page-home .section-history .years-carousel-wrap .years-carousel .owl-nav .owl-next span {
  display: none;
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-nav .owl-prev::after, .page-home .section-history .years-carousel-wrap .years-carousel .owl-nav .owl-next::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  display: block;
}
.page-home .section-history .years-carousel-wrap .years-carousel .owl-nav .owl-prev::after {
  transform: scaleX(-1);
}
.page-home .section-history .years-carousel-wrap::after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #f7661f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-home .section-history .year-information {
  background-color: #F7F6F4;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .year-information {
    padding-bottom: 80px;
  }
}
.page-home .section-history .year-information::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100vw;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-home .section-history .year-information .year-info-container .description {
  color: #003745;
  font-size: 2rem;
  max-width: 460px;
  margin: 20px auto 60px;
  text-align: center;
}
.page-home .section-history .year-information .year-info-container .year-image {
  position: relative;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}
.page-home .section-history .year-information .year-info-container .year-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 45.045045045%;
}
.page-home .section-history .year-information .year-info-container .year-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .page-home .section-history .year-information .year-info-container .year-image {
    margin-bottom: 80px;
  }
}
.page-home .section-history .year-information .year-info-container .year-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .section-history .year-information .year-info-container.year-2021 .year-image::before {
  content: none;
}
.page-home .section-history .year-information .year-info-container.year-2021 .year-image img {
  position: static;
}
.page-home .section-history .year-information .button-learn-more {
  margin: 0 auto;
  display: block;
}
.page-home .section-history .year-information .button-learn-more span {
  display: flex;
  align-items: center;
}
.page-home .section-history .year-information .button-learn-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-white.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
}
.page-home .section-history::after {
  content: "";
  background-color: #F7F6F4;
  height: 100px;
  width: 100%;
  top: 100%;
  z-index: -1;
  position: absolute;
}

.page-solutions .section-banner {
  background-image: url("/Media/images/solutions-page/solutions-banner.png");
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-banner {
    background-position-y: -180px;
  }
}
.page-solutions .section-banner .banner-title {
  max-width: 600px;
}
.page-solutions .section-description {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description {
    padding: 80px 0;
  }
}
.page-solutions .section-description .description-text {
  max-width: 540px;
  margin: 0 auto;
}
.page-solutions .section-description .description-text p {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description .description-text p {
    font-size: 2rem;
  }
}
.page-solutions .section-description .description-text p.text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description .description-text p.text-small {
    font-size: 1.6rem;
  }
}
.page-solutions .section-solutions {
  background-color: #F7F6F4;
  position: relative;
}
.page-solutions .section-solutions::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution {
    position: relative;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text {
    max-width: 445px;
  }
}
.page-solutions .section-solutions .solution .solution-text .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.page-solutions .section-solutions .solution .solution-text .title {
  font-size: 3rem;
  color: #3A435E;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text .title {
    font-size: 5rem;
  }
}
.page-solutions .section-solutions .solution .solution-text .title::after {
  content: "";
  height: 2px;
  width: 255px;
  background-color: #3A435E;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-solutions .section-solutions .solution .solution-text .description p {
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text .description p {
    font-size: 1.6rem;
  }
}
.page-solutions .section-solutions .solution.safety {
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.safety {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images {
    position: absolute;
  }
}
.page-solutions .section-solutions .solution.safety .solution-images .image-platform {
  width: 550px;
  transform: translateX(-200px);
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    width: 50vw;
    transform: translateX(-30px);
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    width: 55vw;
    transform: translateX(-60px);
  }
}
.page-solutions .section-solutions .solution.safety .solution-images .image-safety {
  width: 260px;
  transform: translateX(-30px) translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-safety {
    width: 335px;
    position: absolute;
    left: 0;
    top: 90%;
  }
}
.page-solutions .section-solutions .solution.safety .section-wrap {
  width: 100%;
}
.page-solutions .section-solutions .solution.safety .section-wrap .solution-text {
  margin-left: auto;
}
.page-solutions .section-solutions .solution.sustainability {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-text .title::after {
  width: 100vw;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
  width: 550px;
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
    margin-left: auto;
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
    width: 50vw;
    margin: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
  width: 260px;
  transform: translateY(-90px);
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-150px);
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-150px);
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-200px);
  }
}
.page-solutions .section-solutions .solution.sustainability .section-wrap {
  width: 100%;
}
.page-solutions .section-solutions .solution.sustainability .section-wrap .solution-text .title {
  color: #1A8574;
}
.page-solutions .section-solutions .solution.sustainability .section-wrap .solution-text .title::after {
  background-color: #1A8574;
}

.page-sustainability-solution {
  min-height: 100vh;
}
@media only screen and (max-width: 764px) {
  .page-sustainability-solution .section-banner {
    background-image: url("/Media/images/sustainability-solution-page/sustainability-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-banner {
    background-image: url("/Media/images/sustainability-solution-page/sustainability-banner.png");
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-banner {
    padding-bottom: 120px;
  }
}
.page-sustainability-solution .section-banner::after {
  bottom: 30px;
  height: 25px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-banner::after {
    bottom: 72px;
    height: 40px;
  }
}
.page-sustainability-solution .content-controller-wrap {
  background-color: #F7F6F4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .section-wrap {
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs {
  border-bottom-width: 0;
}
.page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
  display: none;
  transform: translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0;
  }
}
.page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb {
  cursor: pointer;
  color: #ffffff;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 1.4rem;
}
.page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child {
  text-decoration: none;
  cursor: initial;
}
.page-sustainability-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
.page-sustainability-solution .content-controller-wrap .content-controller {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller {
    transform: translateY(-80px);
    flex-direction: row;
    max-width: 730px;
    margin: 0 auto;
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller.hidden {
  display: none;
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector {
  display: none;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: transform 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px 0;
    cursor: pointer;
  }
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector:not(:last-child) {
    border-right: 1px solid #828894;
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector .icon {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector .icon {
    width: 40px;
    height: 40px;
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector .icon path {
  fill: #003745;
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector .icon circle {
  stroke: #003745;
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector .title {
  color: #003745;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translateX(-50%);
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector::after {
    top: calc(100% - 20px);
    right: 50%;
    transform: rotate(90deg) translateY(-25%);
    display: block;
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active {
  display: block;
  order: -1;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active {
    background-color: #003745;
    order: 0;
  }
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active .customer-type-icon {
    fill: #ffffff;
  }
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active .title {
    color: #ffffff;
  }
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active .icon path {
    fill: #ffffff;
  }
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active .icon circle {
    stroke: #ffffff;
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active::after {
  display: block;
  transform: rotate(90deg) translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller .content-selector.active::after {
    transform: rotate(90deg) translateY(-25%);
  }
}
.page-sustainability-solution .content-controller-wrap .content-controller.is-open .content-selector {
  display: block;
}
.page-sustainability-solution .content-controller-wrap .content-controller.is-open .content-selector::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap .content-controller.is-open .content-selector::after {
    transform: rotate(90deg) translateY(-50%);
  }
}
.page-sustainability-solution .content-controller-wrap::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: cover;
  transform: scaleY(-1);
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .content-controller-wrap::after {
    height: 90px;
  }
}
.page-sustainability-solution .section-description {
  padding-bottom: 0;
}
.page-sustainability-solution .section-description .description-text {
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-description .description-text {
    max-width: 540px;
  }
}
.page-sustainability-solution .section-description .description-text p {
  font-size: 1.6rem;
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-description .description-text p {
    text-align: center;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-description .description-text p {
    font-size: 2rem;
  }
}
.page-sustainability-solution .section-description .description-text p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-description .description-text p.small-text {
    font-size: 1.6rem;
  }
}
.page-sustainability-solution .section-description .description-text .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-description .description-text .large-text {
    font-size: 2rem;
  }
}
.page-sustainability-solution .section-ghg-rating {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-sustainability-solution .section-ghg-rating .section-title {
  font-size: 3rem;
  font-weight: 400;
  color: #1A8574;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 5rem;
  }
}
.page-sustainability-solution .section-ghg-rating .section-title::after {
  content: "";
  height: 2px;
  width: 1000px;
  background-color: #1A8574;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-sustainability-solution .section-ghg-rating .section-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content {
    flex-direction: row;
  }
}
.page-sustainability-solution .section-ghg-rating .section-content .section-text {
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-text {
    max-width: 445px;
  }
}
.page-sustainability-solution .section-ghg-rating .section-content .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-text .description p {
    font-size: 2rem;
  }
}
.page-sustainability-solution .section-ghg-rating .section-content .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-sustainability-solution .section-ghg-rating .section-content .section-text .description .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-text .description .large-text {
    font-size: 2rem;
  }
}
.page-sustainability-solution .section-ghg-rating .section-content .section-image .image {
  border-radius: 6px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-image .image {
    width: auto;
    max-width: calc(100% - 40px);
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-ghg-rating .section-content .section-image .image {
    margin: 0 auto;
  }
}
.page-sustainability-solution .section-carousel {
  position: relative;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel {
  position: relative;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-stage-outer {
  overflow: visible;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-stage-outer .owl-stage img {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-17px);
  width: 240px;
  margin: 0 auto;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-dots {
  padding-top: 60px;
}
.page-sustainability-solution .section-carousel .safety-solutions-carousel .owl-dots .owl-dot {
  background-color: #1A8574;
}
.page-sustainability-solution .section-carousel::after {
  content: "";
  height: 50%;
  background-color: #F7F6F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-sustainability-solution .section-inspections {
  padding-bottom: 140px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-inspections {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-inspections .section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-inspections .section-wrap .section-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-inspections .section-wrap .section-text {
    max-width: 460px;
  }
}
.page-sustainability-solution .section-inspections .section-wrap .section-text .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-inspections .section-wrap .section-text .title {
    font-size: 2.6rem;
  }
}
.page-sustainability-solution .section-inspections .section-wrap .section-text .description {
  font-size: 1.4rem;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-inspections .section-wrap .section-text .description {
    font-size: 1.6rem;
  }
}
.page-sustainability-solution .section-inspections .section-wrap .cta {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-inspections .section-wrap .cta {
    padding-top: 0;
  }
}
.page-sustainability-solution .section-inspections .section-wrap .cta .icon {
  width: 35px;
  display: block;
  margin: 0 auto 20px;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: #003745;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .button-request-inspection {
  display: block;
  margin: 0 auto;
}
.page-sustainability-solution .section-inspections .section-wrap .cta hr {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #828894;
  display: block;
  margin: 30px auto;
  border: none;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .link-more {
  display: flex;
  margin: 0 auto;
  align-items: center;
  cursor: pointer;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .link-more img {
  height: 40px;
  margin-right: 15px;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .link-more span {
  font-weight: 600;
  color: #3A435E;
  display: flex;
  align-items: center;
  max-width: 260px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.page-sustainability-solution .section-inspections .section-wrap .cta .link-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-blue.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 15px;
  display: block;
  flex-shrink: 0;
}
.page-sustainability-solution .section-sustainability-features {
  background-color: #F7F6F4;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-sustainability-features {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 120em) {
  .page-sustainability-solution .section-sustainability-features {
    padding-bottom: 120px;
  }
}
.page-sustainability-solution .section-sustainability-features::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-sustainability-solution .section-sustainability-features .image {
  background-image: url("/Media/images/sustainability-solution-page/sustainability-image.png");
  border-radius: 0 60px 4px 0;
  width: 300px;
  background-size: cover;
  height: 250px;
  background-position: center;
  margin-left: -30px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 30em) {
  .page-sustainability-solution .section-sustainability-features .image {
    height: 300px;
    width: 325px;
  }
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-sustainability-features .image {
    height: 350px;
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .image {
    width: 50%;
    height: 500px;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 0 80px 6px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-sustainability-solution .section-sustainability-features .image {
    height: 575px;
    top: -145px;
  }
}
.page-sustainability-solution .section-sustainability-features .image::after {
  content: "";
  top: 50%;
  left: 50vw;
  width: 50vw;
  height: 2px;
  background-color: #1A8574;
  position: absolute;
}
@media only screen and (min-width: 500px) {
  .page-sustainability-solution .section-sustainability-features .image::after {
    right: -100px;
    left: auto;
  }
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-sustainability-features .image::after {
    left: 50vw;
    right: auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .image::after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .image.mobile {
    display: none;
  }
}
.page-sustainability-solution .section-sustainability-features .image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .image.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .section-text {
    max-width: 445px;
    margin-left: auto;
    margin-bottom: 150px;
  }
}
.page-sustainability-solution .section-sustainability-features .section-text .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
}
.page-sustainability-solution .section-sustainability-features .section-text .title {
  font-size: 3rem;
  color: #1A8574;
  font-weight: 400;
  padding-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .section-text .title {
    font-size: 5rem;
    position: relative;
    margin-bottom: 30px;
    min-height: 150px;
  }
  .page-sustainability-solution .section-sustainability-features .section-text .title::after {
    content: "";
    width: 255px;
    height: 2px;
    background-color: #1A8574;
    position: absolute;
    bottom: 0;
    right: calc(100% - 70px);
  }
}
.page-sustainability-solution .section-sustainability-features .section-text .description {
  color: #1A8574;
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .section-text .description {
    font-size: 2rem;
    min-height: 220px;
  }
}
.page-sustainability-solution .section-sustainability-features .features {
  padding-top: 40px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-sustainability-features .features {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    flex-wrap: wrap;
  }
}
.page-sustainability-solution .section-sustainability-features .features .feature {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-sustainability-features .features .feature {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .features .feature {
    margin: 0;
  }
}
.page-sustainability-solution .section-sustainability-features .features .feature .icon {
  display: block;
  margin: 0 auto 30px;
  background-color: #1A8574;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-sustainability-solution .section-sustainability-features .features .feature .title {
  color: #1A8574;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .features .feature .title {
    font-size: 2.6rem;
    margin: 0 auto;
    min-height: 87px;
  }
}
.page-sustainability-solution .section-sustainability-features .features .feature .desc {
  color: #003745;
  font-size: 1.4rem;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-sustainability-features .features .feature .desc {
    font-size: 1.6rem;
  }
}
.page-sustainability-solution .section-video {
  position: relative;
  background-image: url("/Media/images/sustainability-solution-page/carousel-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 60%;
}
.page-sustainability-solution .section-video .video-wrap {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-sustainability-solution .section-video .video-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-sustainability-solution .section-video .video-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-sustainability-solution .section-video .video-wrap .video-thumbnail {
  background-image: url("/Media/images/sustainability-solution-page/");
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-video .video-wrap .video-thumbnail {
    display: block;
  }
}
.page-sustainability-solution .section-video .video-wrap .video-thumbnail img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-video .video-wrap .video-thumbnail img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-video .video-wrap .video-thumbnail img {
    width: 140px;
    height: 140px;
  }
}
.page-sustainability-solution .section-video .video-wrap .video-thumbnail.hide {
  display: none;
}
.page-sustainability-solution .section-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-sustainability-solution .section-advantages .section-header {
  padding-bottom: 60px;
}
.page-sustainability-solution .section-advantages .section-header .caption {
  font-size: 1.4rem;
  color: #828894;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.page-sustainability-solution .section-advantages .section-header .title {
  font-size: 3rem;
  color: #1A8574;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-advantages .section-header .title {
    font-size: 5rem;
  }
}
.page-sustainability-solution .section-advantages .section-header .description {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-advantages .advantages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.page-sustainability-solution .section-advantages .advantages .advantage {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-advantages .advantages .advantage {
    padding: 0 20px 30px;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-advantages .advantages .advantage:nth-child(1) {
    margin-top: 80px;
  }
  .page-sustainability-solution .section-advantages .advantages .advantage:nth-child(3) {
    margin-top: 90px;
  }
}
.page-sustainability-solution .section-advantages .advantages .advantage .advantage-content {
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 60px;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-advantages .advantages .advantage .advantage-content {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-advantages .advantages .advantage .advantage-content {
    border-radius: 6px 80px 6px 6px;
    max-width: none;
    margin: 0;
  }
}
.page-sustainability-solution .section-advantages .advantages .advantage .advantage-content .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-sustainability-solution .section-advantages .advantages .advantage .advantage-content .title {
  font-size: 1.8rem;
  color: #1A8574;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-advantages .advantages .advantage .advantage-content .title {
    font-size: 2.6rem;
  }
}
.page-sustainability-solution .section-advantages .advantages .advantage .advantage-content .description {
  font-size: 1.4rem;
  color: #003745;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-advantages .advantages .advantage .advantage-content .description {
    font-size: 1.6rem;
  }
}
.page-sustainability-solution .section-testimonials .section-caption {
  color: #828894;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  max-width: 170px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .page-sustainability-solution .section-testimonials .section-caption {
    max-width: none;
  }
}
@media only screen and (min-width: 75em) {
  .page-sustainability-solution .section-testimonials .section-caption {
    margin-left: 185px;
  }
}
.page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial {
  background-color: #1A8574;
  border-radius: 6px;
  padding: 50px 30px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial {
    padding: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial .icon-quotes {
  width: 55px;
  height: 36px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial .icon-quotes {
    margin-right: 40px;
  }
}
.page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-text {
    font-size: 2.6rem;
  }
}
.page-sustainability-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-author {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.page-sustainability-solution .section-testimonials .safety-testimonials-carousel .owl-dots .owl-dot {
  background-color: #1A8574;
}
.page-sustainability-solution .section-request-inspection {
  padding-bottom: 110px;
}
.page-sustainability-solution .section-request-inspection .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-sustainability-solution .section-request-inspection .title {
  font-size: 2.6rem;
  text-align: center;
  color: #1A8574;
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-sustainability-solution .section-request-inspection .title {
    font-size: 3.5rem;
  }
}
.page-sustainability-solution .section-request-inspection .button-request-inspection {
  display: block;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.page-safety-solution {
  min-height: 100vh;
}
@media only screen and (max-width: 764px) {
  .page-safety-solution .section-banner {
    background-image: url("/Media/images/safety-solution-page/safety-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-banner {
    background-image: url("/Media/images/safety-solution-page/safety-banner.png");
    background-size: cover;
    background-position: center 20%;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-banner {
    padding-bottom: 120px;
  }
}
.page-safety-solution .section-banner::after {
  bottom: 30px;
  height: 25px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-banner::after {
    bottom: 72px;
    height: 40px;
  }
}
.page-safety-solution .content-controller-wrap {
  background-color: #F7F6F4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .section-wrap {
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs {
  border-bottom-width: 0;
}
.page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
  display: none;
  transform: translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0;
  }
}
.page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb {
  cursor: pointer;
  color: #ffffff;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 1.4rem;
}
.page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child {
  text-decoration: none;
  cursor: initial;
}
.page-safety-solution .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
.page-safety-solution .content-controller-wrap .content-controller {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller {
    transform: translateY(-80px);
    flex-direction: row;
    max-width: 730px;
    margin: 0 auto;
  }
}
.page-safety-solution .content-controller-wrap .content-controller.hidden {
  display: none;
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector {
  display: none;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: transform 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller .content-selector {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px 0;
    cursor: pointer;
  }
  .page-safety-solution .content-controller-wrap .content-controller .content-selector:not(:last-child) {
    border-right: 1px solid #828894;
  }
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector .icon {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .content-controller-wrap .content-controller .content-selector .icon {
    width: 40px;
    height: 40px;
  }
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector .icon path {
  fill: #003745;
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector .icon circle {
  stroke: #003745;
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector .title {
  color: #003745;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translateX(-50%);
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller .content-selector::after {
    top: calc(100% - 20px);
    right: 50%;
    transform: rotate(90deg) translateY(-25%);
    display: block;
  }
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector.active {
  display: block;
  order: -1;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active {
    background-color: #003745;
    order: 0;
  }
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active .customer-type-icon {
    fill: #ffffff;
  }
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active .title {
    color: #ffffff;
  }
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active .icon path {
    fill: #ffffff;
  }
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active .icon circle {
    stroke: #ffffff;
  }
}
.page-safety-solution .content-controller-wrap .content-controller .content-selector.active::after {
  display: block;
  transform: rotate(90deg) translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller .content-selector.active::after {
    transform: rotate(90deg) translateY(-25%);
  }
}
.page-safety-solution .content-controller-wrap .content-controller.is-open .content-selector {
  display: block;
}
.page-safety-solution .content-controller-wrap .content-controller.is-open .content-selector::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap .content-controller.is-open .content-selector::after {
    transform: rotate(90deg) translateY(-50%);
  }
}
.page-safety-solution .content-controller-wrap::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: cover;
  transform: scaleY(-1);
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .content-controller-wrap::after {
    height: 90px;
  }
}
.page-safety-solution .section-description {
  padding-bottom: 0;
}
.page-safety-solution .section-description .description-text {
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-description .description-text {
    max-width: 540px;
  }
}
.page-safety-solution .section-description .description-text p {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-description .description-text p {
    font-size: 2rem;
  }
}
.page-safety-solution .section-description .description-text p.text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-description .description-text p.text-small {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-vessel-inspections {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-safety-solution .section-vessel-inspections .section-title {
  font-size: 3rem;
  font-weight: 400;
  color: #3A435E;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 5rem;
  }
}
.page-safety-solution .section-vessel-inspections .section-title::after {
  content: "";
  height: 2px;
  width: 1000px;
  background-color: #3A435E;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-safety-solution .section-vessel-inspections .section-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content {
    flex-direction: row;
  }
}
.page-safety-solution .section-vessel-inspections .section-content .section-text {
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-text {
    max-width: 445px;
  }
}
.page-safety-solution .section-vessel-inspections .section-content .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-text .description p {
    font-size: 2rem;
  }
}
.page-safety-solution .section-vessel-inspections .section-content .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-vessel-inspections .section-content .section-text .description .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-text .description .large-text {
    font-size: 2rem;
  }
}
.page-safety-solution .section-vessel-inspections .section-content .section-image .image {
  border-radius: 6px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-image .image {
    width: auto;
    max-width: calc(100% - 40px);
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-vessel-inspections .section-content .section-image .image {
    margin: 0 auto;
  }
}
.page-safety-solution .section-carousel {
  position: relative;
}
.page-safety-solution .section-carousel .safety-solutions-carousel {
  position: relative;
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-stage-outer {
  overflow: visible;
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-stage-outer .owl-stage img {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-17px);
  width: 240px;
  margin: 0 auto;
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-dots {
  padding-top: 60px;
}
.page-safety-solution .section-carousel .safety-solutions-carousel .owl-dots .owl-dot {
  background-color: #3A435E;
}
.page-safety-solution .section-carousel::after {
  content: "";
  height: 50%;
  background-color: #F7F6F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-safety-solution .section-tanker-inspections {
  padding-bottom: 140px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-tanker-inspections {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-tanker-inspections .section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-tanker-inspections .section-wrap .section-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-tanker-inspections .section-wrap .section-text {
    max-width: 460px;
  }
}
.page-safety-solution .section-tanker-inspections .section-wrap .section-text .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-tanker-inspections .section-wrap .section-text .title {
    font-size: 2.6rem;
  }
}
.page-safety-solution .section-tanker-inspections .section-wrap .section-text .description {
  font-size: 1.4rem;
  color: #003745;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-tanker-inspections .section-wrap .section-text .description {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-tanker-inspections .section-wrap .cta {
    padding-top: 0;
  }
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .icon {
  width: 35px;
  display: block;
  margin: 0 auto 20px;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: #003745;
  max-width: 100%;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .button-request-inspection {
  display: block;
  margin: 0 auto;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta hr {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #828894;
  display: block;
  margin: 30px auto;
  border: none;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .link-more {
  display: flex;
  margin: 0 auto;
  align-items: center;
  cursor: pointer;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .link-more img {
  height: 40px;
  margin-right: 15px;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .link-more span {
  font-weight: 600;
  color: #3A435E;
  display: flex;
  align-items: center;
  max-width: 260px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.page-safety-solution .section-tanker-inspections .section-wrap .cta .link-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-blue.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 15px;
  display: block;
  flex-shrink: 0;
}
.page-safety-solution .section-inspection-features {
  padding: 40px 0;
  background-color: #F7F6F4;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features {
    padding: 80px 0;
  }
}
.page-safety-solution .section-inspection-features::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-safety-solution .section-inspection-features .image {
  background-image: url("/Media/images/safety-solution-page/tanker-inspection-image.png");
  border-radius: 0 60px 4px 0;
  width: 300px;
  background-size: cover;
  height: 250px;
  background-position: center;
  margin-left: -30px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 30em) {
  .page-safety-solution .section-inspection-features .image {
    height: 300px;
    width: 325px;
  }
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-inspection-features .image {
    height: 350px;
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .image {
    width: 50%;
    height: 500px;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 0 80px 6px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-safety-solution .section-inspection-features .image {
    height: 575px;
    top: -145px;
  }
}
.page-safety-solution .section-inspection-features .image::after {
  content: "";
  top: 50%;
  left: 50vw;
  width: 50vw;
  height: 2px;
  background-color: #3A435E;
  position: absolute;
}
@media only screen and (min-width: 500px) {
  .page-safety-solution .section-inspection-features .image::after {
    right: -100px;
    left: auto;
  }
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-inspection-features .image::after {
    right: auto;
    left: 50vw;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .image::after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .image.mobile {
    display: none;
  }
}
.page-safety-solution .section-inspection-features .image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .image.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text {
    max-width: 445px;
    margin-left: auto;
  }
}
.page-safety-solution .section-inspection-features .section-text .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
}
.page-safety-solution .section-inspection-features .section-text .title {
  font-size: 3rem;
  color: #3A435E;
  font-weight: 400;
  padding-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text .title {
    font-size: 5rem;
    position: relative;
    margin-bottom: 30px;
  }
  .page-safety-solution .section-inspection-features .section-text .title::after {
    content: "";
    width: 255px;
    height: 2px;
    background-color: #3A435E;
    position: absolute;
    bottom: 0;
    right: calc(100% - 70px);
  }
}
.page-safety-solution .section-inspection-features .section-text .description {
  color: #3A435E;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text .description {
    font-size: 2rem;
    min-height: 220px;
  }
}
.page-safety-solution .section-inspection-features .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text .description p {
    font-size: 2rem;
  }
}
.page-safety-solution .section-inspection-features .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-inspection-features .section-text .description .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .section-text .description .large-text {
    font-size: 2rem;
  }
}
.page-safety-solution .section-inspection-features .features {
  padding-top: 40px;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-inspection-features .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
  }
}
.page-safety-solution .section-inspection-features .features .feature {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-inspection-features .features .feature {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .features .feature {
    margin: 0;
  }
}
.page-safety-solution .section-inspection-features .features .feature .icon {
  display: block;
  margin: 0 auto 30px;
  background-color: #3A435E;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-safety-solution .section-inspection-features .features .feature .title {
  color: #3A435E;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .features .feature .title {
    font-size: 2.6rem;
    margin: 0 auto;
    min-height: 87px;
  }
}
.page-safety-solution .section-inspection-features .features .feature .desc {
  color: #003745;
  font-size: 1.4rem;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-inspection-features .features .feature .desc {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-video {
  position: relative;
  background-image: url("/Media/images/safety-solution-page/carousel-background.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 65%;
  padding-top: 0;
}
.page-safety-solution .section-video .video-wrap {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-safety-solution .section-video .video-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-safety-solution .section-video .video-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-safety-solution .section-video .video-wrap .video-thumbnail {
  background-image: url("/Media/images/safety-solution-page/video-thumbnail.jpg");
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-video .video-wrap .video-thumbnail {
    display: block;
  }
}
.page-safety-solution .section-video .video-wrap .video-thumbnail img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-video .video-wrap .video-thumbnail img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-video .video-wrap .video-thumbnail img {
    width: 140px;
    height: 140px;
  }
}
.page-safety-solution .section-video .video-wrap .video-thumbnail.hide {
  display: none;
}
.page-safety-solution .section-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-safety-solution .section-advantages .section-header {
  padding-bottom: 60px;
}
.page-safety-solution .section-advantages .section-header .caption {
  font-size: 1.4rem;
  color: #828894;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.page-safety-solution .section-advantages .section-header .title {
  font-size: 3rem;
  color: #3A435E;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-advantages .section-header .title {
    font-size: 5rem;
  }
}
.page-safety-solution .section-advantages .section-header .description {
  font-size: 1.6rem;
  color: #3A435E;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-advantages .advantages {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
    flex-wrap: wrap;
  }
}
.page-safety-solution .section-advantages .advantages .advantage {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-advantages .advantages .advantage {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-advantages .advantages .advantage {
    margin: 0;
  }
  .page-safety-solution .section-advantages .advantages .advantage:nth-child(1) {
    margin-top: 80px;
  }
  .page-safety-solution .section-advantages .advantages .advantage:nth-child(3) {
    margin-top: 90px;
  }
}
.page-safety-solution .section-advantages .advantages .advantage .advantage-content {
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 60px;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-advantages .advantages .advantage .advantage-content {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-advantages .advantages .advantage .advantage-content {
    border-radius: 6px 80px 6px 6px;
    max-width: none;
    margin: 0;
  }
}
.page-safety-solution .section-advantages .advantages .advantage .advantage-content .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-safety-solution .section-advantages .advantages .advantage .advantage-content .title {
  font-size: 1.8rem;
  color: #3A435E;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-advantages .advantages .advantage .advantage-content .title {
    font-size: 2.6rem;
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
.page-safety-solution .section-advantages .advantages .advantage .advantage-content .description {
  font-size: 1.4rem;
  color: #3A435E;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-advantages .advantages .advantage .advantage-content .description {
    font-size: 1.6rem;
  }
}
.page-safety-solution .section-testimonials .section-caption {
  color: #828894;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  max-width: 170px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .page-safety-solution .section-testimonials .section-caption {
    max-width: none;
  }
}
@media only screen and (min-width: 75em) {
  .page-safety-solution .section-testimonials .section-caption {
    margin-left: 185px;
  }
}
.page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial {
  background-color: #3A435E;
  border-radius: 6px;
  padding: 50px 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial {
    padding: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial .icon-quotes {
  width: 55px;
  height: 36px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial .icon-quotes {
    margin-right: 40px;
  }
}
.page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-text {
    font-size: 2.6rem;
  }
}
.page-safety-solution .section-testimonials .safety-testimonials-carousel .testimonial .testimonial-author {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.page-safety-solution .section-testimonials .safety-testimonials-carousel .owl-dots .owl-dot {
  background-color: #3A435E;
}
.page-safety-solution .section-request-inspection {
  padding-bottom: 110px;
}
.page-safety-solution .section-request-inspection .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-safety-solution .section-request-inspection .title {
  font-size: 2.6rem;
  text-align: center;
  color: #3A435E;
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-safety-solution .section-request-inspection .title {
    font-size: 3.5rem;
  }
}
.page-safety-solution .section-request-inspection .button-request-inspection {
  display: block;
  margin: 0 auto;
}

.page-solutions .section-banner {
  background-image: url("/Media/images/solutions-page/solutions-banner.png");
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-banner {
    background-position-y: -180px;
  }
}
.page-solutions .section-banner .banner-title {
  max-width: 600px;
}
.page-solutions .section-description {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description {
    padding: 80px 0;
  }
}
.page-solutions .section-description .description-text {
  max-width: 540px;
  margin: 0 auto;
}
.page-solutions .section-description .description-text p {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description .description-text p {
    font-size: 2rem;
  }
}
.page-solutions .section-description .description-text p.text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-description .description-text p.text-small {
    font-size: 1.6rem;
  }
}
.page-solutions .section-solutions {
  background-color: #F7F6F4;
  position: relative;
}
.page-solutions .section-solutions::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution {
    position: relative;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text {
    max-width: 445px;
  }
}
.page-solutions .section-solutions .solution .solution-text .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.page-solutions .section-solutions .solution .solution-text .title {
  font-size: 3rem;
  color: #3A435E;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text .title {
    font-size: 5rem;
  }
}
.page-solutions .section-solutions .solution .solution-text .title::after {
  content: "";
  height: 2px;
  width: 255px;
  background-color: #3A435E;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-solutions .section-solutions .solution .solution-text .description p {
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution .solution-text .description p {
    font-size: 1.6rem;
  }
}
.page-solutions .section-solutions .solution.safety {
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.safety {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images {
    position: absolute;
  }
}
.page-solutions .section-solutions .solution.safety .solution-images .image-platform {
  width: 550px;
  transform: translateX(-200px);
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    width: 50vw;
    transform: translateX(-30px);
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-platform {
    width: 55vw;
    transform: translateX(-60px);
  }
}
.page-solutions .section-solutions .solution.safety .solution-images .image-safety {
  width: 260px;
  transform: translateX(-30px) translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.safety .solution-images .image-safety {
    width: 335px;
    position: absolute;
    left: 0;
    top: 90%;
  }
}
.page-solutions .section-solutions .solution.safety .section-wrap {
  width: 100%;
}
.page-solutions .section-solutions .solution.safety .section-wrap .solution-text {
  margin-left: auto;
}
.page-solutions .section-solutions .solution.sustainability {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-text .title::after {
  width: 100vw;
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
  width: 550px;
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
    margin-left: auto;
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-platform {
    width: 50vw;
    margin: 0;
  }
}
.page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
  width: 260px;
  transform: translateY(-90px);
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-150px);
  }
}
@media only screen and (min-width: 64em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-150px);
  }
}
@media only screen and (min-width: 75em) {
  .page-solutions .section-solutions .solution.sustainability .solution-images .image-sustainability {
    transform: translateY(-200px);
  }
}
.page-solutions .section-solutions .solution.sustainability .section-wrap {
  width: 100%;
}
.page-solutions .section-solutions .solution.sustainability .section-wrap .solution-text .title {
  color: #1A8574;
}
.page-solutions .section-solutions .solution.sustainability .section-wrap .solution-text .title::after {
  background-color: #1A8574;
}

.hidden {
  display: none;
}

.page-solution-item {
  min-height: 100vh;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-banner {
    background-size: cover;
    background-position: center 20%;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-banner {
    padding-bottom: 120px;
  }
}
.page-solution-item .section-banner::after {
  bottom: 30px;
  height: 25px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-banner::after {
    bottom: 0px;
    height: 40px;
  }
}
.page-solution-item .content-controller-wrap {
  background-color: #F7F6F4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .section-wrap {
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs {
  border-bottom-width: 0;
}
.page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
  display: none;
  transform: translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0;
  }
}
.page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb {
  cursor: pointer;
  color: #ffffff;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 1.4rem;
}
.page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child {
  text-decoration: none;
  cursor: initial;
}
.page-solution-item .content-controller-wrap .section-wrap .section-breadcrumbs .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
.page-solution-item .content-controller-wrap .content-controller {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller {
    transform: translateY(-80px);
    flex-direction: row;
    max-width: 730px;
    margin: 0 auto;
  }
}
.page-solution-item .content-controller-wrap .content-controller.hidden {
  display: none;
}
.page-solution-item .content-controller-wrap .content-controller .content-selector {
  display: none;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: transform 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller .content-selector {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px 0;
    cursor: pointer;
  }
  .page-solution-item .content-controller-wrap .content-controller .content-selector:not(:last-child) {
    border-right: 1px solid #828894;
  }
}
.page-solution-item .content-controller-wrap .content-controller .content-selector .icon {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .content-controller-wrap .content-controller .content-selector .icon {
    width: 40px;
    height: 40px;
  }
}
.page-solution-item .content-controller-wrap .content-controller .content-selector .icon path {
  fill: #003745;
}
.page-solution-item .content-controller-wrap .content-controller .content-selector .icon circle {
  stroke: #003745;
}
.page-solution-item .content-controller-wrap .content-controller .content-selector .title {
  color: #003745;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
.page-solution-item .content-controller-wrap .content-controller .content-selector::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translateX(-50%);
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller .content-selector::after {
    top: calc(100% - 20px);
    right: 50%;
    transform: rotate(90deg) translateY(-25%);
    display: block;
  }
}
.page-solution-item .content-controller-wrap .content-controller .content-selector.active {
  display: block;
  order: -1;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active {
    background-color: #003745;
    order: 0;
  }
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active .customer-type-icon {
    fill: #ffffff;
  }
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active .title {
    color: #ffffff;
  }
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active .icon path {
    fill: #ffffff;
  }
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active .icon circle {
    stroke: #ffffff;
  }
}
.page-solution-item .content-controller-wrap .content-controller .content-selector.active::after {
  display: block;
  transform: rotate(90deg) translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller .content-selector.active::after {
    transform: rotate(90deg) translateY(-25%);
  }
}
.page-solution-item .content-controller-wrap .content-controller.is-open .content-selector {
  display: block;
}
.page-solution-item .content-controller-wrap .content-controller.is-open .content-selector::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap .content-controller.is-open .content-selector::after {
    transform: rotate(90deg) translateY(-50%);
  }
}
.page-solution-item .content-controller-wrap::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: cover;
  transform: scaleY(-1);
}
@media only screen and (min-width: 64em) {
  .page-solution-item .content-controller-wrap::after {
    height: 90px;
  }
}
.page-solution-item .section-description {
  padding-bottom: 0;
}
.page-solution-item .section-description .description-text {
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-description .description-text {
    max-width: 540px;
  }
}
.page-solution-item .section-description .description-text p {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-description .description-text p {
    font-size: 2rem;
  }
}
.page-solution-item .section-description .description-text p.text-small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-description .description-text p.text-small {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-solution-intro {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-solution-item .section-solution-intro .section-title {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 5rem;
  }
}
.page-solution-item .section-solution-intro .section-title::after {
  content: "";
  height: 2px;
  width: 1000px;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-solution-item .section-solution-intro .section-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-content {
    flex-direction: row;
  }
}
.page-solution-item .section-solution-intro .section-content .section-text {
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-content .section-text {
    max-width: 445px;
    padding-bottom: 0;
  }
}
.page-solution-item .section-solution-intro .section-content .section-text .description .offers p {
  margin-bottom: 30px !important;
}
.page-solution-item .section-solution-intro .section-content .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-content .section-text .description p {
    font-size: 2rem;
  }
}
.page-solution-item .section-solution-intro .section-content .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-content .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-solution-intro .section-content .section-text .description p:last-child {
  margin-bottom: 0px;
}
.page-solution-item .section-solution-intro .section-content .section-text .description .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-solution-intro .section-content .section-text .description .large-text {
    font-size: 2rem;
  }
}
.page-solution-item .section-solution-intro .section-content .section-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 40px;
}
.page-solution-item .section-carousel {
  position: relative;
}
.page-solution-item .section-carousel .solution-item-carousel {
  position: relative;
}
.page-solution-item .section-carousel .solution-item-carousel .owl-stage-outer {
  overflow: visible;
}
.page-solution-item .section-carousel .solution-item-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}
.page-solution-item .section-carousel .solution-item-carousel .owl-stage-outer .owl-stage img {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.page-solution-item .section-carousel .solution-item-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-17px);
  width: 240px;
  margin: 0 auto;
}
.page-solution-item .section-carousel .solution-item-carousel .owl-dots {
  padding-top: 60px;
}
.page-solution-item .section-carousel::after {
  content: "";
  height: 50%;
  background-color: #F7F6F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-solution-item .section-first-cta {
  padding-bottom: 140px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-first-cta {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-first-cta .section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-first-cta .section-wrap .section-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-first-cta .section-wrap .section-text {
    max-width: 460px;
  }
}
.page-solution-item .section-first-cta .section-wrap .section-text .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-first-cta .section-wrap .section-text .title {
    font-size: 2.6rem;
  }
}
.page-solution-item .section-first-cta .section-wrap .section-text .description {
  font-size: 1.4rem;
  color: #003745;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-first-cta .section-wrap .section-text .description {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-first-cta .section-wrap .cta {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-first-cta .section-wrap .cta {
    padding-top: 0;
  }
}
.page-solution-item .section-first-cta .section-wrap .cta .icon {
  width: 35px;
  display: block;
  margin: 0 auto 20px;
}
.page-solution-item .section-first-cta .section-wrap .cta .title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: #003745;
  max-width: 100%;
}
.page-solution-item .section-first-cta .section-wrap .cta .button-cta {
  display: block;
  margin: 0 auto;
}
.page-solution-item .section-first-cta .section-wrap .cta hr {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #828894;
  display: block;
  margin: 30px auto;
  border: none;
}
.page-solution-item .section-first-cta .section-wrap .cta .link-more {
  display: flex;
  margin: 0 auto;
  align-items: center;
  cursor: pointer;
}
.page-solution-item .section-first-cta .section-wrap .cta .link-more img {
  height: 40px;
  margin-right: 15px;
}
.page-solution-item .section-first-cta .section-wrap .cta .link-more span {
  font-weight: 600;
  display: flex;
  align-items: center;
  max-width: 260px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.page-solution-item .section-first-cta .section-wrap .cta .link-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-blue.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 15px;
  display: block;
  flex-shrink: 0;
}
.page-solution-item .section-features {
  padding: 40px 0;
  background-color: #F7F6F4;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features {
    padding: 80px 0;
  }
}
.page-solution-item .section-features::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-solution-item .section-features .image {
  border-radius: 0 60px 4px 0;
  width: 300px;
  background-size: cover;
  height: 250px;
  background-position: center;
  margin-left: -30px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 30em) {
  .page-solution-item .section-features .image {
    height: 300px;
    width: 325px;
  }
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-features .image {
    height: 350px;
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .image {
    width: 50%;
    height: 500px;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 0 80px 6px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-solution-item .section-features .image {
    height: 575px;
    top: -145px;
  }
}
.page-solution-item .section-features .image::after {
  content: "";
  top: 50%;
  left: 50vw;
  width: 50vw;
  height: 2px;
  position: absolute;
}
@media only screen and (min-width: 500px) {
  .page-solution-item .section-features .image::after {
    right: -100px;
    left: auto;
  }
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-features .image::after {
    right: auto;
    left: 50vw;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .image::after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .image.mobile {
    display: none;
  }
}
.page-solution-item .section-features .image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .image.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text {
    max-width: 445px;
    margin-left: auto;
  }
}
.page-solution-item .section-features .section-text .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
}
.page-solution-item .section-features .section-text .title {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text .title {
    font-size: 5rem;
    position: relative;
    margin-bottom: 30px;
  }
  .page-solution-item .section-features .section-text .title::after {
    content: "";
    width: 255px;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: calc(100% - 70px);
  }
}
.page-solution-item .section-features .section-text .description {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text .description {
    /*font-size: 2rem;*/
    min-height: 220px;
  }
}
.page-solution-item .section-features .section-text .description p {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text .description p {
    font-size: 2rem;
  }
}
.page-solution-item .section-features .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-features .section-text .description .large-text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .section-text .description .large-text {
    font-size: 2rem;
  }
}
.page-solution-item .section-features .features {
  padding-top: 40px;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-features .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
  }
}
.page-solution-item .section-features .features .feature {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-features .features .feature {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .features .feature {
    margin: 0;
  }
}
.page-solution-item .section-features .features .feature .icon {
  display: block;
  margin: 0 auto 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-solution-item .section-features .features .feature .title {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .features .feature .title {
    font-size: 2.6rem;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 87px;
  }
}
.page-solution-item .section-features .features .feature .desc {
  color: #003745;
  font-size: 1.4rem;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-features .features .feature .desc {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-video {
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 65%;
  padding-top: 0;
}
.page-solution-item .section-video .video-wrap {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-solution-item .section-video .video-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-solution-item .section-video .video-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-solution-item .section-video .video-wrap .video-thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-video .video-wrap .video-thumbnail {
    display: block;
  }
}
.page-solution-item .section-video .video-wrap .video-thumbnail img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-video .video-wrap .video-thumbnail img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-video .video-wrap .video-thumbnail img {
    width: 140px;
    height: 140px;
  }
}
.page-solution-item .section-video .video-wrap .video-thumbnail.hide {
  display: none;
}
.page-solution-item .section-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-solution-item .section-advantages .section-header {
  padding-bottom: 60px;
}
.page-solution-item .section-advantages .section-header .caption {
  font-size: 1.4rem;
  color: #828894;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.page-solution-item .section-advantages .section-header .title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-advantages .section-header .title {
    font-size: 5rem;
  }
}
.page-solution-item .section-advantages .section-header .description {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-advantages .advantages {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
    flex-wrap: wrap;
  }
}
.page-solution-item .section-advantages .advantages .advantage {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-advantages .advantages .advantage {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-advantages .advantages .advantage {
    margin: 0;
  }
  .page-solution-item .section-advantages .advantages .advantage:nth-child(1) {
    margin-top: 80px;
  }
  .page-solution-item .section-advantages .advantages .advantage:nth-child(3) {
    margin-top: 90px;
  }
}
.page-solution-item .section-advantages .advantages .advantage .advantage-content {
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 60px;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-advantages .advantages .advantage .advantage-content {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-advantages .advantages .advantage .advantage-content {
    border-radius: 6px 80px 6px 6px;
    max-width: none;
    margin: 0;
  }
}
.page-solution-item .section-advantages .advantages .advantage .advantage-content .icon {
  display: block;
  margin: 0 auto 30px;
}
.page-solution-item .section-advantages .advantages .advantage .advantage-content .title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-advantages .advantages .advantage .advantage-content .title {
    font-size: 2.6rem;
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
.page-solution-item .section-advantages .advantages .advantage .advantage-content .description {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-advantages .advantages .advantage .advantage-content .description {
    font-size: 1.6rem;
  }
}
.page-solution-item .section-testimonials .section-caption {
  color: #828894;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  max-width: 170px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .page-solution-item .section-testimonials .section-caption {
    max-width: none;
  }
}
@media only screen and (min-width: 75em) {
  .page-solution-item .section-testimonials .section-caption {
    margin-left: 185px;
  }
}
.page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial {
  background-color: #3A435E;
  border-radius: 6px;
  padding: 50px 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial {
    padding: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial .icon-quotes {
  width: 55px;
  height: 36px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial .icon-quotes {
    margin-right: 40px;
  }
}
.page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial .testimonial-text {
    font-size: 2.6rem;
  }
}
.page-solution-item .section-testimonials .solution-item-testimonials-carousel .testimonial .testimonial-author {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.page-solution-item .section-testimonials .solution-item-testimonials-carousel .owl-dots .owl-dot {
  background-color: #3A435E;
}
.page-solution-item .section-second-cta {
  padding-bottom: 110px;
}
.page-solution-item .section-second-cta .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-solution-item .section-second-cta .title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-solution-item .section-second-cta .title {
    font-size: 3.5rem;
  }
}
.page-solution-item .section-second-cta .button-cta {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 764px) {
  .page-customers .section-banner {
    background-image: url("/Media/images/customers-page/customers-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-customers .section-banner {
    background-image: url("/Media/images/customers-page/customers-banner.png");
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-banner {
    padding-bottom: 120px;
  }
}
.page-customers .section-banner::after {
  bottom: 30px;
  height: 25px;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-banner::after {
    bottom: 72px;
    height: 40px;
  }
}
.page-customers .content-container {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-customers .content-container .content-controller {
    position: absolute;
    top: 200px;
  }
}
.page-customers .content-container .content-controller.hidden {
  display: none;
}
.page-customers .content-container .content-controller.fixed {
  position: fixed;
  bottom: 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .page-customers .content-container .content-controller.fixed {
    position: fixed;
    top: 50%;
    left: 0;
    bottom: auto;
    transform: none;
  }
}
.page-customers .section-customer-type {
  background-color: #F7F6F4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type {
    margin-bottom: 90px;
  }
}
.page-customers .section-customer-type .breadcrumbs {
  display: none;
  transform: translateY(-80px);
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .breadcrumbs {
    display: block;
    margin-bottom: 10px;
  }
}
.page-customers .section-customer-type .breadcrumbs .breadcrumb {
  cursor: pointer;
  color: #ffffff;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 1.4rem;
}
.page-customers .section-customer-type .breadcrumbs .breadcrumb:last-child {
  text-decoration: none;
  cursor: initial;
}
.page-customers .section-customer-type .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
.page-customers .section-customer-type .customer-types {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .customer-types {
    transform: translateY(-80px);
    flex-direction: row;
  }
}
.page-customers .section-customer-type .customer-types.hidden {
  display: none;
}
.page-customers .section-customer-type .customer-types .customer-type {
  display: none;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .customer-types .customer-type {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px 0;
    cursor: pointer;
  }
  .page-customers .section-customer-type .customer-types .customer-type:not(:last-child) {
    border-right: 1px solid #828894;
  }
}
.page-customers .section-customer-type .customer-types .customer-type .customer-type-icon {
  height: 25px;
  width: 25px;
  display: block;
  margin: 0 auto 15px;
  fill: #003745;
}
.page-customers .section-customer-type .customer-types .customer-type .customer-type-title {
  color: #003745;
  font-weight: 500;
  text-align: center;
}
.page-customers .section-customer-type .customer-types .customer-type::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translateX(-50%);
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .customer-types .customer-type::after {
    top: calc(100% - 20px);
    right: 50%;
    transform: rotate(90deg) translateY(-50%);
    display: block;
  }
}
.page-customers .section-customer-type .customer-types .customer-type.active {
  display: block;
  order: -1;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .customer-types .customer-type.active {
    background-color: #003745;
    order: 0;
  }
  .page-customers .section-customer-type .customer-types .customer-type.active .customer-type-icon {
    fill: #ffffff;
  }
  .page-customers .section-customer-type .customer-types .customer-type.active .customer-type-title {
    color: #ffffff;
  }
}
.page-customers .section-customer-type .customer-types .customer-type.active::after {
  display: block;
  transform: rotate(90deg);
}
.page-customers .section-customer-type .customer-types.is-open .customer-type {
  display: block;
}
.page-customers .section-customer-type .customer-types.is-open .customer-type::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type .customer-types.is-open .customer-type::after {
    transform: rotate(90deg) translateY(-50%);
  }
}
.page-customers .section-customer-type::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: cover;
  transform: scaleY(-1);
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-type::after {
    height: 90px;
  }
}
.page-customers .section-customer-information.safety .section-image {
  border-radius: 0 60px 4px 0;
  width: 100%;
  transform: translateX(-30px);
  max-width: 75%;
  background-size: cover;
  height: 220px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page-customers .section-customer-information.safety .section-image {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-image {
    width: 50vw;
    position: absolute;
    left: 0;
    border-radius: 0 80px 6px 0;
    height: 575px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-image.mobile {
    display: none;
  }
}
.page-customers .section-customer-information.safety .section-image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-image.desktop {
    display: block;
  }
}
.page-customers .section-customer-information.safety .section-image::after {
  content: "";
  width: 50vw;
  height: 2px;
  position: absolute;
  background-color: #3A435E;
  left: 50vw;
  top: 50%;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-image::after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-text {
    max-width: 450px;
    margin-left: auto;
  }
}
.page-customers .section-customer-information.safety .section-text .title {
  font-size: 3rem;
  color: #3A435E;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-text .title {
    font-size: 5rem;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-text .title::after {
    content: "";
    height: 2px;
    width: 255px;
    background-color: #3A435E;
    margin: 30px 0;
    transform: translateX(calc(-100% + 70px));
    display: block;
  }
}
@media only screen and (min-width: 64em) and (-ms-high-contrast: active), only screen and (min-width: 64em) and (-ms-high-contrast: none) {
  .page-customers .section-customer-information.safety .section-text .title::after {
    transform: translateX(-90%);
  }
}
.page-customers .section-customer-information.safety .section-text .description p {
  color: #003745;
  margin-top: 30px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-text .description p {
    font-size: 1.6rem;
  }
}
.page-customers .section-customer-information.safety .section-text .description p:first-child {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.safety .section-text .description p:first-child {
    font-size: 2rem;
  }
}
.page-customers .section-customer-information.sustainability {
  background-color: #F7F6F4;
  position: relative;
}
.page-customers .section-customer-information.sustainability .section-text .title::after {
  width: 100vw;
}
.page-customers .section-customer-information.sustainability .section-image {
  border-radius: 60px 0 4px 0px;
  width: 100%;
  transform: translateX(30px);
  max-width: 75%;
  background-image: url("/Media/images/home-page/home-about-rightship.png");
  background-size: cover;
  height: 220px;
  position: relative;
  display: block;
  margin-left: auto;
}
@media only screen and (min-width: 48em) {
  .page-customers .section-customer-information.sustainability .section-image {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.sustainability .section-image {
    width: 50vw;
    position: absolute;
    left: auto;
    right: 0;
    border-radius: 80px 0px 0px 6px;
    height: 575px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.sustainability .section-image.mobile {
    display: none;
  }
}
.page-customers .section-customer-information.sustainability .section-image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.sustainability .section-image.desktop {
    display: block;
  }
}
.page-customers .section-customer-information.sustainability .section-image::after {
  content: "";
  width: 50vw;
  height: 2px;
  position: absolute;
  background-color: #1A8574;
  right: 50vw;
  left: auto;
  top: 50%;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.sustainability .section-image::after {
    display: none;
  }
}
.page-customers .section-customer-information.sustainability::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  z-index: -1;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.sustainability .section-text {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-customers .section-customer-information.sustainability .section-text .title {
  color: #1A8574;
}
.page-customers .section-customer-information.sustainability .section-text .title::after {
  background-color: #1A8574;
}
.page-customers .section-customer-information.features .section-header {
  padding-bottom: 60px;
  max-width: 730px;
  margin: 0 auto;
}
.page-customers .section-customer-information.features .section-header .title {
  font-size: 3rem;
  color: #3A435E;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .section-header .title {
    font-size: 5rem;
  }
}
.page-customers .section-customer-information.features .section-header .description {
  font-size: 1.6rem;
  color: #3A435E;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-customers .section-customer-information.features .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .features {
    margin: 0 -20px;
    max-width: none;
  }
}
.page-customers .section-customer-information.features .features .feature {
  padding: 0 0 30px;
}
@media only screen and (min-width: 48em) {
  .page-customers .section-customer-information.features .features .feature {
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .features .feature:nth-child(1) {
    margin-top: 80px;
  }
  .page-customers .section-customer-information.features .features .feature:nth-child(3) {
    margin-top: 90px;
  }
}
.page-customers .section-customer-information.features .features .feature .feature-content {
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  background-color: #ffffff;
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .features .feature .feature-content {
    border-radius: 6px 80px 6px 6px;
    height: auto;
  }
}
.page-customers .section-customer-information.features .features .feature .feature-content .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-customers .section-customer-information.features .features .feature .feature-content .title {
  font-size: 1.8rem;
  color: #3A435E;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .features .feature .feature-content .title {
    font-size: 2.6rem;
  }
}
.page-customers .section-customer-information.features .features .feature .feature-content .description p {
  font-size: 1.4rem;
  color: #3A435E;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-customer-information.features .features .feature .feature-content .description p {
    font-size: 1.6rem;
  }
}
.page-customers .section-customer-information.features.sustainability {
  background-color: #F7F6F4;
}
.page-customers .section-customer-information.features.sustainability .section-header .title {
  color: #1A8574;
}
.page-customers .section-customer-information.features.sustainability .features .feature .feature-content .title {
  color: #1A8574;
}
.page-customers .section-get-started {
  background-color: #F7F6F4;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-customers .section-get-started {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-customers .section-get-started {
    padding-bottom: 80px;
  }
}
.page-customers .section-get-started .title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #003745;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-customers .section-get-started .title {
    font-size: 3.5rem;
  }
}
.page-customers .section-get-started .button-cta {
  display: block;
  margin: 0 auto;
}

.page-careers .section-message {
  padding: 40px 0 140px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap {
    display: flex;
  }
}
.page-careers .section-message .section-wrap .section-images-wrap .section-image {
  border-radius: 0 60px 4px 0;
  width: 300px;
  background-size: cover;
  height: 250px;
  background-position: center;
}
@media only screen and (min-width: 30em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image {
    height: 300px;
    width: 325px;
  }
}
@media only screen and (min-width: 48em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image {
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image {
    width: 50%;
    height: 500px;
    position: absolute;
    top: 100px;
    left: 0;
    border-radius: 0 80px 6px 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image {
    height: 575px;
  }
}
.page-careers .section-message .section-wrap .section-images-wrap .section-image::after {
  content: "";
  top: 50%;
  left: calc(50% + 30px);
  width: 50vw;
  height: 2px;
  background-color: #f7661f;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image::after {
    display: none;
  }
}
.page-careers .section-message .section-wrap .section-images-wrap .image-caption {
  color: #003745;
  font-size: 1.1rem;
  width: 300px;
  text-align: right;
  display: block;
  padding-top: 10px;
  position: relative;
}
@media only screen and (min-width: 30em) {
  .page-careers .section-message .section-wrap .section-images-wrap .image-caption {
    width: 325px;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap .image-caption {
    width: 435px;
    position: absolute;
    font-size: 1.6rem;
    right: calc(50% + 10px);
    top: calc(600px + 10px);
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-careers .section-message .section-wrap .section-images-wrap .image-caption {
    top: calc(675px + 10px);
  }
}
.page-careers .section-message .section-wrap .section-images-wrap .image-caption::before {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
  position: absolute;
  top: 4px;
  right: 100%;
}
.page-careers .section-message .section-wrap .section-images-wrap .section-image-quote {
  position: absolute;
  top: calc(500px + 200px);
  right: 50%;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image-quote {
    width: 350px;
  }
}
@media only screen and (min-width: 75em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image-quote {
    top: calc(575px + 200px);
  }
}
.page-careers .section-message .section-wrap .section-images-wrap .section-image-quote img {
  border-radius: 6px;
}
.page-careers .section-message .section-wrap .section-images-wrap .section-image-quote .image-quote::before {
  content: "";
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  background-size: contain;
  width: 55px;
  height: 36px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap .section-image-quote .image-quote::before {
    top: 60%;
    position: absolute;
    right: calc(100% + 30px);
  }
}
.page-careers .section-message .section-wrap .section-images-wrap.mobile {
  width: 100%;
  transform: translate(-30px);
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap.mobile {
    display: none;
  }
}
.page-careers .section-message .section-wrap .section-images-wrap.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-images-wrap.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text {
    max-width: 445px;
    flex-basis: 445px;
    width: 445px;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.page-careers .section-message .section-wrap .section-text p {
  margin-bottom: 30px;
}
.page-careers .section-message .section-wrap .section-text .message-caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-caption {
    font-size: 1.4rem;
  }
}
.page-careers .section-message .section-wrap .section-text .message-title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-message .section-wrap .section-text .message-title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-title::after {
    content: "";
    height: 2px;
    width: 255px;
    background-color: #f7661f;
    position: absolute;
    bottom: 0;
    right: calc(100% - 70px);
  }
}
.page-careers .section-message .section-wrap .section-text .message-subtitle {
  color: #f7661f;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-subtitle {
    font-size: 3.5rem;
  }
}
.page-careers .section-message .section-wrap .section-text .message-description {
  padding-top: 80px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-description {
    padding-top: 0;
  }
}
.page-careers .section-message .section-wrap .section-text .message-description p {
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-text .message-description p {
    padding-top: 0;
  }
}
.page-careers .section-message .section-wrap .section-image-quote {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-message .section-wrap .section-image-quote {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-image-quote {
    display: block;
  }
}
.page-careers .section-message .section-wrap .section-image-quote img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-message .section-wrap .section-image-quote img {
    width: 50%;
    margin-right: 30px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-image-quote img {
    width: 100%;
    margin: 0;
  }
}
.page-careers .section-message .section-wrap .section-image-quote .image-quote {
  font-size: 2rem;
  margin: 30px 0 20px;
  color: #003745;
}
.page-careers .section-message .section-wrap .section-image-quote .image-quote::before {
  content: "";
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  background-size: contain;
  width: 55px;
  height: 36px;
  display: block;
  margin-bottom: 10px;
}
.page-careers .section-message .section-wrap .section-image-quote .author-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #003745;
  display: block;
}
.page-careers .section-message .section-wrap .section-image-quote .role {
  font-size: 1.4rem;
  color: #003745;
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-message .section-wrap .section-image-quote.mobile {
    display: none;
  }
}
.page-careers .section-benefits {
  background-color: #F7F6F4;
  padding: 60px 0;
  position: relative;
}
.page-careers .section-benefits::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-careers .section-benefits .section-text .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.page-careers .section-benefits .section-text .title {
  color: #f7661f;
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-benefits .section-text .title {
    font-size: 5rem;
  }
}
.page-careers .section-benefits .section-text .description {
  color: #003745;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-benefits .section-text .description {
    font-size: 2rem;
  }
}
.page-careers .section-benefits .benefits {
  display: flex;
  flex-wrap: wrap;
}
.page-careers .section-benefits .benefits .benefit {
  margin-bottom: 50px;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-benefits .benefits .benefit {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 30px;
  }
}
.page-careers .section-benefits .benefits .benefit .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7661f;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-careers .section-benefits .benefits .benefit .benefit-title {
  font-size: 1.8rem;
  color: #f7661f;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-benefits .benefits .benefit .benefit-title {
    font-size: 2.6rem;
  }
}
.page-careers .section-benefits .benefits .benefit .benefit-description {
  color: #003745;
  text-align: center;
  font-size: 1.4rem;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-benefits .benefits .benefit .benefit-description {
    font-size: 1.6rem;
  }
}
.page-careers .section-team {
  padding: 40px 0;
  position: relative;
  background-color: #F7F6F4;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-header {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-header .caption {
  color: #828894;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.page-careers .section-team .owl-stage .section-wrap .section-header .title {
  color: #f7661f;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-header .title {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-header.mobile {
    display: none;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-header.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-header.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-header::after {
    content: "";
    height: 2px;
    width: 225px;
    background-color: #f7661f;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-80%);
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-image {
    height: 515px;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-image .image {
  background-size: cover;
  border-radius: 0 60px 4px 0;
  height: 220px;
  transform: translateX(-30px);
  width: 80%;
  background-size: cover;
  background-position: center;
  margin: 30px 0 0;
  background-color: grey;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-team .owl-stage .section-wrap .section-image .image {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-image .image {
    width: 40vw;
    height: 515px;
    position: absolute;
    left: 0;
    border-radius: 0 80px 6px 0;
    top: 100px;
    left: 0;
    transform: none;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-careers .section-team .owl-stage .section-wrap .section-image .image {
    width: 43vw;
    top: 0;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-image .image::after {
  content: "";
  height: 2px;
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50vw;
  background-color: #f7661f;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-team .owl-stage .section-wrap .section-image .image::after {
    display: none;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-image .dots {
  display: none;
}
.page-careers .section-team .owl-stage .section-wrap .section-text {
  margin-top: 50px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-text {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-top: 0;
    margin-left: auto;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-text .quote {
  color: #003745;
  position: relative;
}
.page-careers .section-team .owl-stage .section-wrap .section-text .quote p {
  margin-bottom: 50px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-text .quote p {
    ont-size: 2rem;
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-text .quote::before {
  content: "";
  width: 55px;
  height: 36px;
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-stage .section-wrap .section-text .quote::before {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
  }
}
.page-careers .section-team .owl-stage .section-wrap .section-text .author {
  font-size: 1.4rem;
  font-weight: 600;
  color: #003745;
  display: block;
}
.page-careers .section-team .owl-stage .section-wrap .section-text .author-position {
  font-size: 1.4rem;
  color: #003745;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-team .owl-dots {
    width: 40vw;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 75em) {
  .page-careers .section-team .owl-dots {
    width: 43vw;
  }
}
.page-careers .section-job-posts {
  padding-bottom: 120px;
}
.page-careers .section-job-posts .caption {
  color: #828894;
  display: block;
  text-align: center;
}
.page-careers .section-job-posts .title {
  font-size: 3rem;
  text-align: center;
  color: #f7661f;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-job-posts .title {
    font-size: 5rem;
  }
}
.page-careers .section-job-posts .description {
  text-align: center;
  font-size: 2rem;
  color: #003745;
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-job-posts .positions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
  }
}
.page-careers .section-job-posts .positions .position-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 0 30px;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-job-posts .positions .position-wrap {
    padding: 0 15px 30px;
  }
}
.page-careers .section-job-posts .positions .position-wrap .position-content {
  border-radius: 4px 60px 4px 4px;
  padding: 40px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-job-posts .positions .position-wrap .position-content {
    border-radius: 6px 80px 6px 6px;
  }
}
.page-careers .section-job-posts .positions .position-wrap .position-content .icon {
  height: 40px;
  width: 100%;
  max-width: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-careers .section-job-posts .positions .position-wrap .position-content .position-title {
  color: #003745;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 15px;
  text-align: center;
}
.page-careers .section-job-posts .positions .position-wrap .position-content .position-location {
  color: #828894;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}
.page-careers .section-job-posts .positions .position-wrap .position-content .position-description {
  flex-grow: 1;
}
.page-careers .section-job-posts .positions .position-wrap .position-content .position-description p {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
}
.page-careers .section-job-posts .positions .position-wrap .position-content .button-read-more {
  margin: 0 auto;
  display: block;
}
.page-careers .section-job-posts .contact-us {
  text-align: center;
  font-weight: 500;
  padding: 30px 0;
  color: #003745;
  font-size: 1.6rem;
}
.page-careers .section-job-posts .contact-us a {
  color: #f7661f;
  font-size: 1.6rem;
  cursor: pointer;
}
.page-careers .section-job-posts .contact-us a::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 8px;
  display: inline-block;
}
.page-careers .section-gallery {
  background-color: #F7F6F4;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-gallery {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-careers .section-gallery {
    padding-bottom: 80px;
  }
}
.page-careers .section-gallery::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-careers .section-gallery .section-header {
  max-width: 635px;
  margin: 0 auto;
  position: relative;
}
.page-careers .section-gallery .section-header .caption {
  color: #828894;
  font-weight: #828894;
  font-weight: 500;
}
.page-careers .section-gallery .section-header .title {
  color: #f7661f;
  font-size: 3rem;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-gallery .section-header .title {
    font-size: 5rem;
  }
}
.page-careers .section-gallery .section-header .title::after {
  content: "";
  background-color: #f7661f;
  height: 2px;
  width: 255px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-90%);
}
.page-careers .section-gallery .gallery-carousel {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer {
  padding: 24px 0;
  overflow: visible;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer .owl-stage .image-wrap {
  position: relative;
  background-color: gray;
  position: relative;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer .owl-stage .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer .owl-stage .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-careers .section-gallery .gallery-carousel .owl-stage-outer .owl-stage .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-careers .section-gallery .gallery-carousel .owl-nav {
  order: -1;
  display: flex;
  justify-content: flex-end;
}
.page-careers .section-gallery .gallery-carousel .owl-nav .nav-arrow {
  margin-left: 24px;
}
.page-careers .section-gallery .social-media {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 635px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .page-careers .section-gallery .social-media {
    justify-content: flex-start;
  }
}
.page-careers .section-gallery .social-media .text p {
  color: #003745;
}
.page-careers .section-gallery .social-media .text .tag {
  font-size: 1.8rem;
  color: #f7661f;
}
@media only screen and (min-width: 64em) {
  .page-careers .section-gallery .social-media .text .tag {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 48em) {
  .page-careers .section-gallery .social-media .icons {
    margin-left: 80px;
    padding-bottom: 8px;
  }
}
.page-careers .section-gallery .social-media .icons .icon {
  margin-right: 24px;
  cursor: pointer;
}
.page-careers .section-gallery .social-media .icons .icon img {
  height: 20px;
}

@media only screen and (max-width: 764px) {
  .page-knowledge-base .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner.png");
  }
}
.page-knowledge-base .page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 16px;
}
@media only screen and (min-width: 64em) {
  .page-knowledge-base .page-wrapper {
    padding: 80px 16px 230px;
  }
}
.page-knowledge-base .page-wrapper .go-back {
  color: #f7661f;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin: 0 0 10px 15px;
  text-decoration: none;
  display: block;
}
.page-knowledge-base .page-wrapper .go-back::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%) scaleX(-1);
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 5px;
  height: 8px;
  display: block;
}
.page-knowledge-base .page-wrapper .page-title {
  font-size: 3.8rem;
  margin-bottom: 45px;
  color: #003745;
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .page-wrapper .page-content {
    display: flex;
  }
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 12px 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .page-wrapper .page-content .page-nav-menu {
    flex-basis: 220px;
    width: 220px;
    max-width: 220px;
    padding-right: 24px;
    border-right: 1px solid #e2e3e4;
    border-top: none;
    border-bottom: none;
    margin-right: 54px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-knowledge-base .page-wrapper .page-content .page-nav-menu {
    flex-basis: 270px;
    width: 270px;
    max-width: 270px;
  }
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler {
  transition: margin 0.3s ease;
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler {
    display: none;
  }
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler h5 {
  color: #f7661f;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler .icon-collapsible {
  transition: transform 0.3s ease;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler.active {
  margin-bottom: 12px;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .toggler.active .icon-collapsible {
  transform: rotate(180deg);
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .is-open {
  padding-top: 0;
  max-height: none !important;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections {
    padding-top: 0;
    max-height: none !important;
  }
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section {
  margin-bottom: 30px;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section .section-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 400;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section .section-menu-items {
  list-style-image: none;
  margin: 0;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section .section-menu-items .section-menu-item {
  padding: 5px 12px;
  border-left: 3px solid #e2e3e4;
  font-size: 1.5rem;
  color: #003745;
  cursor: pointer;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section .section-menu-items .section-menu-item.selected {
  border-color: #003745;
  color: #003745;
  font-weight: 500;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section .section-menu-items .section-menu-item:hover {
  border-color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .page-nav-menu .sections .section.selected .section-title {
  font-weight: 500;
}
.page-knowledge-base .page-wrapper .page-content .subject-content {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .go-back {
  color: #f7661f;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-left: 12px;
  margin-bottom: 24px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .page-knowledge-base .page-wrapper .page-content .subject-content .go-back {
    display: none;
  }
}
.page-knowledge-base .page-wrapper .page-content .subject-content .go-back::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%) scaleX(-1);
  background-image: url("/Media//images//generic/icon-arrow-back.svg");
  width: 5px;
  height: 8px;
  display: block;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .subject-information {
  display: none;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .subject-information.show {
  display: block;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .section-title {
  color: #828894;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .subject-title {
  font-size: 3.2rem;
  margin-bottom: 12px;
  line-height: 1.375;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .subject-subtitle {
  font-size: 2.1rem;
  margin-bottom: 12px;
  line-height: 1.375;
  margin-bottom: 6px;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .text-large {
  font-size: 1.8rem;
}
.page-knowledge-base .page-wrapper .page-content .subject-content p, .page-knowledge-base .page-wrapper .page-content .subject-content sup, .page-knowledge-base .page-wrapper .page-content .subject-content sub {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .subject-content p.no-margin, .page-knowledge-base .page-wrapper .page-content .subject-content sup.no-margin, .page-knowledge-base .page-wrapper .page-content .subject-content sub.no-margin {
  margin: 0;
}
.page-knowledge-base .page-wrapper .page-content .subject-content sup, .page-knowledge-base .page-wrapper .page-content .subject-content sub {
  font-size: 1.3rem;
}
.page-knowledge-base .page-wrapper .page-content .subject-content ul, .page-knowledge-base .page-wrapper .page-content .subject-content ol {
  margin-bottom: 24px;
  padding-left: 30px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content ul.numbered {
  list-style: decimal;
}
.page-knowledge-base .page-wrapper .page-content .subject-content ul.numbered li {
  min-height: 24px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content ul ul {
  list-style: circle;
}
.page-knowledge-base .page-wrapper .page-content .subject-content > ul {
  margin-bottom: 24px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content li {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .subject-content img {
  width: 100%;
  margin-bottom: 24px;
  height: auto;
}
.page-knowledge-base .page-wrapper .page-content .subject-content img.width-75 {
  width: 75%;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table {
  margin-bottom: 42px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .head {
  display: none;
  border-bottom: 1px solid #e2e3e4;
}
@media only screen and (min-width: 64em) {
  .page-knowledge-base .page-wrapper .page-content .subject-content .table .head {
    display: flex;
  }
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .head .cell {
  padding: 15px 0;
  font-weight: 500;
  flex-basis: 70%;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .head .cell:first-child {
  flex-basis: 30%;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e3e4;
}
@media only screen and (min-width: 64em) {
  .page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row {
    display: flex;
  }
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell {
  padding: 15px 0;
  flex-basis: 70%;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell:first-child {
  flex-basis: 30%;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell .title {
  display: block;
  flex-basis: 100%;
  padding: 15px 0;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell .title {
    display: none;
  }
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell .item {
  display: flex;
  flex-wrap: wrap;
  min-height: 24px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .table .body .body-row .cell .item .val {
  min-width: 80px;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .safety-score-table {
  overflow: hidden;
  border-top-right-radius: 50px;
  width: auto !important;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .safety-score-table thead tr:nth-child(1) th {
  background-color: #003745;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .safety-score-table thead tr th span {
  text-align: center;
  display: block;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .safety-score-table td, .page-knowledge-base .page-wrapper .page-content .subject-content .safety-score-table th {
  border: 1px solid #003745;
  padding: 10px;
  color: #003745;
}
.page-knowledge-base .page-wrapper .page-content .subject-content a {
  color: #f7661f;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-knowledge-base .page-wrapper .page-content .subject-content .ul-li-ei-issue {
    position: relative;
    top: -22px;
  }
}
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator {
  margin-top: 12px;
  padding: 38px 12px;
  border-top: 1px solid #808184;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .prev,
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .next {
  color: #f7661f;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .prev.disabled,
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .next.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%) scaleX(-1);
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 5px;
  height: 8px;
  display: block;
}
.page-knowledge-base .page-wrapper .page-content .subject-content .paginator .next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 5px;
  height: 8px;
  display: block;
}

.page-job-description .section-banner {
  background-image: url("/Media/images/careers-page/careers-banner.png");
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-banner {
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 120em) {
  .page-job-description .section-banner {
    background-position: 50% -150px;
  }
}
.page-job-description .section-go-back {
  padding: 0;
}
.page-job-description .section-go-back .section-wrap .go-back {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.page-job-description .section-go-back .section-wrap .go-back img {
  height: 25px;
  width: 35px;
}
.page-job-description .section-go-back .section-wrap .go-back span {
  display: none;
  font-size: 2.6rem;
  color: #828894;
  margin-left: 20px;
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-go-back .section-wrap .go-back span {
    display: block;
  }
}
.page-job-description .section-job-description {
  padding: 0 0 160px;
}
.page-job-description .section-job-description .section-header {
  margin-bottom: 50px;
  position: relative;
}
.page-job-description .section-job-description .section-header .icon-job {
  height: 30px;
  display: block;
  margin: 0 auto 30px;
}
.page-job-description .section-job-description .section-header .job-title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-job-description .section-header .job-title {
    font-size: 5rem;
  }
}
.page-job-description .section-job-description .section-header .job-location {
  font-weight: 500;
  color: #828894;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.page-job-description .section-job-description .section-header::after {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #f7661f;
  margin: 0 auto;
  display: block;
}
.page-job-description .section-job-description .sub-section {
  max-width: 730px;
  margin: 0 auto;
}
.page-job-description .section-job-description .sub-section .subtitle {
  font-size: 2.6rem;
  color: #f7661f;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-job-description .sub-section .subtitle {
    font-size: 3.5rem;
  }
}
.page-job-description .section-job-description .sub-section .subtitle::after {
  content: "";
  height: 2px;
  width: 270px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-job-description .section-job-description .sub-section .description p, .page-job-description .section-job-description .sub-section .description a, .page-job-description .section-job-description .sub-section .description li {
  font-size: 1.6rem;
  color: #003745;
  margin-bottom: 30px;
}
.page-job-description .section-job-description .sub-section .description ul {
  display: flex;
  flex-wrap: wrap;
}
.page-job-description .section-job-description .sub-section .description ul li {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-job-description .sub-section .description ul li {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .page-job-description .section-job-description .sub-section .description ul li:nth-child(even) {
    padding-left: 20px;
  }
  .page-job-description .section-job-description .sub-section .description ul li:nth-child(odd) {
    padding-right: 20px;
  }
}
.page-job-description .section-apply {
  background-color: #F7F6F4;
  position: relative;
  padding: 40px 0 80px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-apply {
    padding: 60px 0 80px;
  }
}
.page-job-description .section-apply::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-job-description .section-apply .section-title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .section-title {
    font-size: 5rem;
  }
}
.page-job-description .section-apply .section-description {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .section-description {
    font-size: 2rem;
  }
}
.page-job-description .section-apply .form-application {
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-apply .form-application .inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.page-job-description .section-apply .form-application .inputs .input-container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-apply .form-application .inputs .input-container {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
.page-job-description .section-apply .form-application .hint {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  color: #003745;
  margin-top: -20px;
}
.page-job-description .section-apply .form-application .upload-resume .instructions {
  font-size: 1.6rem;
  color: #003745;
  margin-top: 30px;
  max-width: 700px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .form-application .upload-resume .instructions {
    font-size: 2rem;
  }
}
.page-job-description .section-apply .form-application .upload-resume .file-name {
  font-size: 1.4rem;
  color: #003745;
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .form-application .upload-resume .file-name {
    font-size: 1.6rem;
  }
}
.page-job-description .section-apply .form-application .upload-resume .file-name > span {
  display: flex;
  align-items: center;
  border: 1px solid #003745;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 6px;
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  .page-job-description .section-apply .form-application .upload-resume .file-name > span {
    max-width: 350px;
  }
}
.page-job-description .section-apply .form-application .upload-resume .file-name > span span {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-job-description .section-apply .form-application .upload-resume .file-name > span .delete-item {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.page-job-description .section-apply .form-application .upload-resume .button-upload-file {
  margin: 20px 0;
}
.page-job-description .section-apply .form-application .upload-resume .accepted-file-types {
  color: #003745;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .form-application .upload-resume .accepted-file-types {
    font-size: 1.6rem;
  }
}
.page-job-description .section-apply .form-application .checkbox-container {
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .page-job-description .section-apply .form-application .checkbox-container {
    margin-bottom: 30px;
  }
}
.page-job-description .section-apply .form-application .button-submit {
  display: block;
  margin: 0 auto;
}
.page-job-description .section-apply .form-application .message {
  font-size: 1.2rem;
  color: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 5px;
  background-color: rgba(217, 83, 79, 0.1);
  padding: 10px;
  display: block;
  margin: 30px auto 0;
}
.page-job-description .section-apply .form-application .message.hidden {
  display: none;
}
.page-job-description .section-apply .form-application .message.success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: rgba(92, 184, 92, 0.1);
}

.page-request-inspection .section-banner {
  background-image: url("/Media/images/safety-solution-page/safety-banner-mobile.png");
  background-size: cover;
  background-position: 10% center;
}
@media only screen and (min-width: 48em) {
  .page-request-inspection .section-banner {
    background-position: center;
    background-image: url("/Media/images/safety-solution-page/safety-banner.png");
  }
}
.page-request-inspection .section-page-title .caption {
  text-align: center;
}
.page-request-inspection .section-page-title .title {
  color: #003745;
  text-align: center;
  margin: 0 auto 60px;
  font-size: 3rem;
  font-weight: 400;
  max-width: 650px;
}
@media only screen and (min-width: 64em) {
  .page-request-inspection .section-page-title .title {
    font-size: 5rem;
  }
}
.page-request-inspection .section-page-title .description {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-request-inspection .section-page-title .description {
    font-size: 2rem;
  }
}
.page-request-inspection .section-inspection-type {
  position: relative;
  padding-bottom: 180px;
}
.page-request-inspection .section-inspection-type .inspections {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .page-request-inspection .section-inspection-type .inspections {
    display: flex;
  }
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap {
  padding: 0 25px 50px;
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection {
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 30px;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection {
    border-radius: 6px 80px 6px 6px;
  }
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection .icon {
  border: 2px solid #003745;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection .title {
  color: #003745;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection .title {
    font-size: 2.6rem;
  }
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection .description p {
  color: #003745;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection .description p {
    font-size: 1.6rem;
  }
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection.active {
  background-color: #3A435E;
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection.active .icon {
  border-color: #ffffff;
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection.active .title {
  color: #ffffff;
}
.page-request-inspection .section-inspection-type .inspections .inspection-wrap .inspection.active .description p {
  color: #ffffff;
}
.page-request-inspection .section-inspection-type .next-link.disabled {
  cursor: not-allowed;
}
.page-request-inspection .section-inspection-type .next-link.disabled .button-next {
  pointer-events: none;
}
.page-request-inspection .section-inspection-type .next-link .button-next {
  display: block;
  margin: 50px auto 0;
}
.page-request-inspection .section-inspection-type::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.page-request-inspection .section-inspection-type::before {
  content: "";
  background-color: #F7F6F4;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100%;
  z-index: -1;
}

.page-team-member .section-banner {
  background-image: url("/Media/images/team-member-page/team-member-banner.png");
}
.page-team-member .section-team-member-information {
  padding-top: 0;
  padding-bottom: 80px;
}
.page-team-member .section-team-member-information .go-back {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.page-team-member .section-team-member-information .go-back img {
  height: 25px;
  width: 35px;
}
.page-team-member .section-team-member-information .go-back span {
  display: none;
  font-size: 2.6rem;
  color: #828894;
  margin-left: 20px;
}
@media only screen and (min-width: 48em) {
  .page-team-member .section-team-member-information .go-back span {
    display: block;
  }
}
.page-team-member .section-team-member-information .team-member-title {
  position: relative;
}
.page-team-member .section-team-member-information .team-member-title .name {
  color: #f7661f;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .team-member-title .name {
    font-size: 5rem;
  }
}
.page-team-member .section-team-member-information .team-member-title .position {
  color: #f7661f;
  font-size: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .team-member-title .position {
    font-size: 3.5rem;
  }
}
.page-team-member .section-team-member-information .team-member-title::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #f7661f;
  margin: 40px auto;
  display: block;
}
.page-team-member .section-team-member-information .image-wrap {
  position: relative;
  margin-bottom: 40px;
  border-radius: 0 80px 0 0;
  background-color: grey;
  background-position: center;
  background-size: cover;
}
.page-team-member .section-team-member-information .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.page-team-member .section-team-member-information .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .image-wrap {
    margin-bottom: 90px;
    width: 25%;
    float: left;
  }
}
.page-team-member .section-team-member-information .quote {
  position: relative;
  color: #003745;
  font-size: 2.1rem;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .quote {
    font-size: 2.6rem;
    padding: 30px 95px 110px;
    width: calc(75% - 80px);
    float: left;
  }
}
.page-team-member .section-team-member-information .quote::before {
  content: "";
  width: 55px;
  height: 36px;
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .quote::before {
    position: absolute;
    top: 30px;
    left: 0;
  }
}
.page-team-member .section-team-member-information .team-social {
  color: #f7661f;
  font-size: 1.8rem;
  line-height: 40px;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .team-social {
    position: absolute;
    margin-left: -95px;
    margin-top: -8px;
  }
}
.page-team-member .section-team-member-information .team-social::before {
  content: "";
  width: 40px;
  height: 40px;
  /*background-image: url('/Media/images/generic/icon-linked-in.svg');*/
  background-image: url("/media/j3chyfwj/icon-linked-in.svg");
  /*change this to the above after uploading the image to blob storage*/
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .team-social::before {
    position: absolute;
    top: 40px;
  }
}
.page-team-member .section-team-member-information .description {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-team-member-information .description {
    padding: 0 95px;
    clear: both;
  }
}
.page-team-member .section-team-member-information .description::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 850px;
  right: calc(100% - 155px);
  top: -40px;
  background-color: #f7661f;
}
.page-team-member .section-team-member-information .description p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #003745;
}
.page-team-member .section-pagination {
  background-color: #F7F6F4;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-pagination {
    padding: 40px 0;
  }
}
.page-team-member .section-pagination::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 50px;
  background-size: cover;
}
.page-team-member .section-pagination .pagination-container {
  display: flex;
  justify-content: space-between;
}
.page-team-member .section-pagination .pagination-container .prev-member, .page-team-member .section-pagination .pagination-container .next-member {
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-pagination .pagination-container .prev-member, .page-team-member .section-pagination .pagination-container .next-member {
    display: flex;
    align-items: center;
  }
}
.page-team-member .section-pagination .pagination-container .prev-member img, .page-team-member .section-pagination .pagination-container .next-member img {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-pagination .pagination-container .prev-member img, .page-team-member .section-pagination .pagination-container .next-member img {
    margin: 0;
  }
}
.page-team-member .section-pagination .pagination-container .prev-member span, .page-team-member .section-pagination .pagination-container .next-member span {
  display: block;
  font-size: 2.6rem;
  color: #003745;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-pagination .pagination-container .prev-member span, .page-team-member .section-pagination .pagination-container .next-member span {
    margin: 0 20px;
  }
}
.page-team-member .section-pagination .pagination-container .next-member {
  padding-left: 30px;
}
.page-team-member .section-pagination .pagination-container .next-member img {
  transform: scaleX(-1);
  margin-left: auto;
}
@media only screen and (min-width: 64em) {
  .page-team-member .section-pagination .pagination-container .next-member img {
    order: 1;
  }
}
.page-team-member .section-pagination .pagination-container .next-member span {
  text-align: right;
}
.page-team-member .section-pagination .pagination-container .prev-member {
  padding-right: 30px;
}

@media only screen and (max-width: 764px) {
  .page-resources .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-resources .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner.png");
  }
}
.page-resources .section-page-title .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.page-resources .section-page-title .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-page-title .title {
    font-size: 5rem;
    max-width: 445px;
  }
}
.page-resources .section-page-title .title::after {
  content: "";
  background-color: #f7661f;
  width: 2px;
  height: 40px;
  display: block;
  margin: 40px auto;
}
.page-resources .section-latest-article {
  padding: 0;
}
.page-resources .section-latest-article .section-wrap {
  max-width: 920px;
}
.page-resources .section-latest-article .section-wrap .article-image-wrap {
  position: relative;
  border-radius: 4px 60px 4px 4px;
  background-color: grey;
  margin-bottom: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-resources .section-latest-article .section-wrap .article-image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 83.3333333333%;
}
.page-resources .section-latest-article .section-wrap .article-image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-latest-article .section-wrap .article-image-wrap {
    border-radius: 6px 80px 6px 6px;
    margin-bottom: 60px;
    position: relative;
  }
  .page-resources .section-latest-article .section-wrap .article-image-wrap:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 50%;
  }
  .page-resources .section-latest-article .section-wrap .article-image-wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.page-resources .section-latest-article .section-wrap .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #828894;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.page-resources .section-latest-article .section-wrap .title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #003745;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-article .section-wrap .title {
    font-size: 3.5rem;
  }
}
.page-resources .section-latest-article .section-wrap .link-article {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.page-resources .section-latest-article .section-wrap .link-article span {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-article .section-wrap .link-article span {
    font-size: 1.6rem;
  }
}
.page-resources .section-latest-article .section-wrap .link-article span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-resources .section-latest-articles .caption {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.page-resources .section-latest-articles .resources-articles-carousel {
  position: relative;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer {
  overflow: visible;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .image-wrap {
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
  background-color: grey;
  position: relative;
  background-position: center;
  background-size: cover;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 57.1428571429%;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .image-wrap {
    border-radius: 6px;
  }
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .date {
  color: #828894;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: block;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003745;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .title {
    font-size: 2.6rem;
  }
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .link-article {
  display: flex;
  align-items: center;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .link-article span {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .link-article span {
    font-size: 1.6rem;
  }
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-stage-outer .article .link-article span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-nav {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}
.page-resources .section-latest-articles .resources-articles-carousel .owl-nav .nav-arrow {
  margin-left: 20px;
}
.page-resources .section-latest-articles .resources-articles-carousel::before, .page-resources .section-latest-articles .resources-articles-carousel::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 1000px;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.page-resources .section-latest-articles .resources-articles-carousel::before {
  left: 100%;
}
.page-resources .section-latest-articles .resources-articles-carousel::after {
  right: 100%;
}
.page-resources .section-latest-articles .button-view-more {
  display: block;
  margin: 30px auto 0;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-latest-articles .button-view-more {
    margin: 50px auto 0;
  }
}
.page-resources .section-knowledge-centre {
  position: relative;
}
.page-resources .section-knowledge-centre .section-image {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-image {
    position: static;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-image.mobile {
    display: none;
  }
}
.page-resources .section-knowledge-centre .section-image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-image.desktop {
    display: block;
  }
}
.page-resources .section-knowledge-centre .section-image::after {
  content: "";
  width: 50vw;
  position: absolute;
  top: 50%;
  right: 0;
  height: 3px;
  background-color: #f7661f;
  transform: translateX(30px);
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-image::after {
    display: none;
  }
}
.page-resources .section-knowledge-centre .section-image .image-about {
  border-radius: 0 80px 6px 0;
  width: 100%;
  transform: translateX(-30px);
  background-position: center;
  background-size: cover;
  height: 250px;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-knowledge-centre .section-image .image-about {
    width: 75%;
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-image .image-about {
    width: 50vw;
    position: absolute;
    left: 0;
    height: 500px;
    background-position-y: 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text {
    max-width: 445px;
    margin-left: auto;
  }
}
.page-resources .section-knowledge-centre .section-text .caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text .caption {
    font-size: 1.4rem;
  }
}
.page-resources .section-knowledge-centre .section-text .title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-knowledge-centre .section-text .title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text .title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text .title::after {
    transform: translateX(-75%);
    content: "";
    height: 2px;
    width: 255px;
    background-color: #f7661f;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-resources .section-knowledge-centre .section-text .description {
  color: #003745;
  margin-bottom: 50px;
}
.page-resources .section-knowledge-centre .section-text .description p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text .description p {
    font-size: 2rem;
  }
}
.page-resources .section-knowledge-centre .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-knowledge-centre .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-resources .section-knowledge-centre .section-text .button-learn-more {
  margin-bottom: 40px;
}
.page-resources .section-knowledge-centre .section-text .button-learn-more span {
  display: flex;
  align-items: center;
}
.page-resources .section-knowledge-centre .section-text .button-learn-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-white.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
}
.page-resources .section-how-to {
  position: relative;
}
.page-resources .section-how-to .section-image {
  position: relative;
  margin-bottom: 50px;
  text-align: right;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-image {
    position: static;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-image.mobile {
    display: none;
  }
}
.page-resources .section-how-to .section-image.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-image.desktop {
    display: block;
  }
}
.page-resources .section-how-to .section-image::after {
  content: "";
  width: 50vw;
  position: absolute;
  top: 50%;
  right: 50%;
  height: 3px;
  background-color: #f7661f;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-image::after {
    display: none;
  }
}
.page-resources .section-how-to .section-image .image-about {
  border-radius: 80px 0 0 6px;
  width: 100%;
  transform: translateX(30px);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-how-to .section-image .image-about {
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-image .image-about {
    width: 50vw;
    position: absolute;
    top: 80px;
    right: 0;
    background-position-y: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-resources .section-how-to .section-image .image-about {
    top: 120px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text {
    max-width: 445px;
    margin-right: auto;
    min-height: 500px;
  }
}
.page-resources .section-how-to .section-text .caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text .caption {
    font-size: 1.4rem;
  }
}
.page-resources .section-how-to .section-text .title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-how-to .section-text .title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text .title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text .title::after {
    content: "";
    height: 2px;
    width: 50vw;
    background-color: #f7661f;
    position: absolute;
    bottom: 0;
    right: calc(100% - 70px);
  }
}
.page-resources .section-how-to .section-text .description {
  color: #003745;
  margin-bottom: 50px;
}
.page-resources .section-how-to .section-text .description p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text .description p {
    font-size: 2rem;
  }
}
.page-resources .section-how-to .section-text .description p.small-text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-how-to .section-text .description p.small-text {
    font-size: 1.6rem;
  }
}
.page-resources .section-how-to .section-text .button-learn-more {
  margin-bottom: 40px;
}
.page-resources .section-how-to .section-text .button-learn-more span {
  display: flex;
  align-items: center;
}
.page-resources .section-how-to .section-text .button-learn-more span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-white.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  display: block;
}
.page-resources .section-subscribe {
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-resources .section-subscribe {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .page-resources .section-subscribe {
    padding-bottom: 80px;
  }
}
.page-resources .section-subscribe .icon {
  width: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-resources .section-subscribe .title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #003745;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-subscribe .title {
    font-size: 3.5rem;
  }
}
.page-resources .section-subscribe .description {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 370px;
}
@media only screen and (min-width: 64em) {
  .page-resources .section-subscribe .description {
    font-size: 2rem;
  }
}
.page-resources .section-subscribe .button-subscribe {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 764px) {
  .page-news .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner-mobile.png");
  }
}
@media only screen and (min-width: 48em) {
  .page-news .section-banner {
    background-image: url("/Media/images/resources-page/resources-banner.png");
  }
}
.page-news .section-page-title {
  padding-bottom: 0;
}
.page-news .section-page-title .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.page-news .section-page-title .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-news .section-page-title .title {
    font-size: 5rem;
  }
}
.page-news .section-page-title .title::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #f7661f;
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 64em) {
  .page-news .section-page-title .title::after {
    height: 40px;
    margin: 30px auto 40px;
  }
}
.page-news .section-news-articles {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .page-news .section-news-articles .news-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.page-news .section-news-articles .news-articles .news-article-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-news .section-news-articles .news-articles .news-article-wrap {
    padding: 0 15px;
    margin-bottom: 90px;
  }
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap {
  position: relative;
  border-radius: 6px;
  background-color: grey;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .date {
  font-size: 1.4rem;
  color: #828894;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003745;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .page-news .section-news-articles .news-articles .news-article-wrap .news-article .title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .link {
  display: flex;
  align-items: center;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .link span {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .page-news .section-news-articles .news-articles .news-article-wrap .news-article .link span {
    font-size: 1.6rem;
  }
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .link.article span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-news .section-news-articles .news-articles .news-article-wrap .news-article .link.download span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-download.svg");
  width: 40px;
  height: 36px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .page-news .section-news-articles .news-articles.first-page .news-article-wrap:nth-child(-n+4) {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .page-news .section-news-articles .news-articles.first-page .news-article-wrap:nth-child(-n+4) .title {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .page-news .section-news-articles .news-articles.first-page .news-article-wrap:nth-child(-n+4) .link span {
    font-size: 1.6rem;
  }
}
.page-news .section-pagination {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (min-width: 48em) {
  .page-news .section-pagination {
    padding-bottom: 170px;
  }
}
.page-news .section-pagination::before {
  content: "";
  width: 2px;
  height: 80px;
  background-color: #f7661f;
  display: block;
  margin: 0 auto 70px;
}
.page-news .section-pagination .pagination {
  width: 100%;
}
.page-news .section-pagination .pagination .prev, .page-news .section-pagination .pagination .next {
  padding: 0 35px;
}
.page-news .section-pagination .pagination .prev {
  transform: scaleX(-1);
}
.page-news .section-pagination .pagination .page-number, .page-news .section-pagination .pagination .ellipsis {
  padding: 0 10px;
  font-size: 3rem;
  color: #003745;
  opacity: 0.3;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .page-news .section-pagination .pagination .page-number, .page-news .section-pagination .pagination .ellipsis {
    padding: 0 35px;
  }
}
.page-news .section-pagination .pagination .page-number.active, .page-news .section-pagination .pagination .ellipsis.active {
  color: #f7661f;
  opacity: 1;
}
.page-news .section-subscribe {
  padding: 40px 0;
  background-color: #F7F6F4;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-news .section-subscribe {
    padding: 80px 0;
  }
}
.page-news .section-subscribe::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-news .section-subscribe .icon {
  width: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-news .section-subscribe .title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #003745;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-news .section-subscribe .title {
    font-size: 3.5rem;
  }
}
.page-news .section-subscribe .description {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 370px;
}
@media only screen and (min-width: 64em) {
  .page-news .section-subscribe .description {
    font-size: 2rem;
  }
}
.page-news .section-subscribe .button-subscribe {
  display: block;
  margin: 0 auto;
}

.page-news-article .section-banner {
  background-image: url("/Media/images/resources-page/resources-banner.png");
}
.page-news-article .section-go-back {
  padding: 0;
}
.page-news-article .section-go-back .section-wrap .go-back {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.page-news-article .section-go-back .section-wrap .go-back img {
  height: 25px;
  width: 35px;
}
.page-news-article .section-go-back .section-wrap .go-back span {
  display: none;
  font-size: 2.6rem;
  color: #828894;
  margin-left: 20px;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-go-back .section-wrap .go-back span {
    display: block;
  }
}
.page-news-article .section-page-title {
  padding-bottom: 0;
  padding-top: 0;
}
.page-news-article .section-page-title .date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
  display: block;
  text-align: center;
}
.page-news-article .section-page-title .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-page-title .title {
    font-size: 5rem;
  }
}
.page-news-article .section-page-title .title::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #f7661f;
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-page-title .title::after {
    height: 40px;
    margin: 30px auto 40px;
  }
}
.page-news-article .section-news-article {
  padding: 0;
}
.page-news-article .section-news-article .section-wrap {
  max-width: 920px;
}
.page-news-article .section-news-article .section-wrap .article-image-wrap {
  border-radius: 4px 60px 4px 4px;
  background-color: grey;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-news-article .section-news-article .section-wrap .article-image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 83.3333333333%;
}
.page-news-article .section-news-article .section-wrap .article-image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-news-article .section-wrap .article-image-wrap {
    position: relative;
  }
  .page-news-article .section-news-article .section-wrap .article-image-wrap:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 50%;
  }
  .page-news-article .section-news-article .section-wrap .article-image-wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-news-article .section-wrap .article-image-wrap {
    border-radius: 6px 80px 6px 6px;
    margin-bottom: 60px;
  }
}
.page-news-article .section-news-article .section-wrap .opening-paragraph {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003745;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-news-article .section-wrap .opening-paragraph {
    font-size: 2.6rem;
  }
}
.page-news-article .section-news-article .section-wrap .opening-paragraph::after {
  content: "";
  height: 2px;
  width: 1000px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-news-article .section-news-article .section-wrap .share-article {
  margin-bottom: 30px;
}
@media only screen and (min-width: 120em) {
  .page-news-article .section-news-article .section-wrap .share-article {
    position: relative;
  }
}
.page-news-article .section-news-article .section-wrap .share-article .text {
  color: #f7661f;
  margin-bottom: 10px;
}
@media only screen and (min-width: 120em) {
  .page-news-article .section-news-article .section-wrap .share-article .text {
    position: absolute;
    left: -200px;
    top: 21px;
  }
}
@media only screen and (min-width: 120em) {
  .page-news-article .section-news-article .section-wrap .share-article .socials {
    position: absolute;
    left: -200px;
    top: 56px;
  }
}
.page-news-article .section-news-article .section-wrap .share-article .socials .social {
  cursor: pointer;
}
.page-news-article .section-news-article .section-wrap .share-article .socials .social:not(:last-child) {
  margin-right: 10px;
}
.page-news-article .section-news-article .section-wrap .article-content a {
  font-size: inherit;
  font-weight: inherit;
  color: #f7661f;
  text-decoration: underline;
}
.page-news-article .section-news-article .section-wrap .article-content a:visited {
  color: #f7661f;
}
.page-news-article .section-news-article .section-wrap .article-content a:active {
  color: #792b04;
}
.page-news-article .section-news-article .section-wrap .article-content a:hover {
  color: #aa3c06;
}
.page-news-article .section-news-article .section-wrap .article-content p {
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-news-article .section-wrap .article-content p {
    font-size: 1.6rem;
  }
}
.page-news-article .section-news-article .section-wrap .article-content ul, .page-news-article .section-news-article .section-wrap .article-content ol {
  margin-bottom: 30px;
}
.page-news-article .section-news-article .section-wrap .article-content ul li, .page-news-article .section-news-article .section-wrap .article-content ol li {
  color: #003745;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-news-article .section-wrap .article-content ul li, .page-news-article .section-news-article .section-wrap .article-content ol li {
    font-size: 1.6rem;
  }
}
.page-news-article .section-news-article .section-wrap .article-content .video-wrapper {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.page-news-article .section-news-article .section-wrap .article-content .video-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-news-article .section-news-article .section-wrap .article-content .video-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-news-article .section-news-article .section-wrap .article-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-news-article .section-news-article .section-wrap .article-content img {
  margin: 0 auto 30px;
  max-width: 100%;
}
.page-news-article .section-form {
  padding: 30px 0;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-form {
    padding: 60px 0;
  }
}
.page-news-article .section-form .section-wrap {
  max-width: 920px;
}
.page-news-article .section-form .section-wrap .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-form .section-wrap .title {
    text-align: center;
  }
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-form .section-wrap .title {
    font-size: 5rem;
  }
}
.page-news-article .section-form .section-wrap .subtitle-container {
  color: #003745;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-form .section-wrap .subtitle-container {
    text-align: center;
  }
}
.page-news-article .section-form .section-wrap .form-news-subscription .input-container {
  margin-bottom: 40px;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-form .section-wrap .form-news-subscription .input-container {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-form .section-wrap .form-news-subscription .input-container:nth-child(odd) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-form .section-wrap .form-news-subscription .input-container:nth-child(even) {
    padding-left: 20px;
  }
}
.page-news-article .section-form .section-wrap .form-news-subscription .hint {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  color: #003745;
  margin-top: -30px;
  margin-bottom: 40px;
}
.page-news-article .section-form .section-wrap .form-news-subscription .checkbox-container {
  margin-bottom: 30px;
}
.page-news-article .section-form .section-wrap .form-news-subscription button {
  display: block;
  margin: 0 auto;
}
.page-news-article .section-form .section-wrap .form-news-subscription .download-report-message {
  font-size: 1.2rem;
  color: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 5px;
  background-color: rgba(217, 83, 79, 0.1);
  padding: 10px;
  display: block;
  margin: 30px auto;
}
.page-news-article .section-form .section-wrap .form-news-subscription .download-report-message.hidden {
  display: none;
}
.page-news-article .section-form .section-wrap .form-news-subscription .download-report-message.success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: rgba(92, 184, 92, 0.1);
}
.page-news-article .section-quote {
  position: relative;
}
.page-news-article .section-quote .section-image {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-image {
    position: absolute;
    top: 80px;
    left: 0;
    width: 40vw;
  }
}
.page-news-article .section-quote .section-image .image {
  border-radius: 0 80px 6px 0;
  background-color: grey;
  width: 100%;
  display: block;
  height: 250px;
  margin-bottom: 30px;
  transform: translateX(-30px);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .page-news-article .section-quote .section-image .image {
    height: 350px;
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-image .image {
    height: 510px;
    transform: none;
    width: 100%;
  }
}
.page-news-article .section-quote .section-image::after {
  content: "";
  height: 2px;
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50vw;
  background-color: #f7661f;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-image::after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-text {
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
    margin-left: auto;
    padding-top: 110px;
    min-height: 540px;
  }
}
.page-news-article .section-quote .section-text .quote {
  color: #003745;
  position: relative;
}
.page-news-article .section-quote .section-text .quote p {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-text .quote p {
    font-size: 3.5rem;
  }
}
.page-news-article .section-quote .section-text .quote::before {
  content: "";
  width: 55px;
  height: 36px;
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-text .quote::before {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
  }
}
.page-news-article .section-quote .section-text .quote::after {
  content: "";
  width: 250px;
  height: 2px;
  background-color: #f7661f;
  position: absolute;
  top: -40px;
  right: calc(100% - 30px);
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .section-text .quote::after {
    display: block;
  }
}
.page-news-article .section-quote .section-text .author {
  font-size: 1.4rem;
  font-weight: 600;
  color: #003745;
  display: block;
}
.page-news-article .section-quote .section-text .author-position {
  font-size: 1.4rem;
  color: #003745;
  display: block;
}
.page-news-article .section-quote .testimonial-description {
  padding-top: 60px;
  max-width: 920px;
  margin: 0 auto;
}
.page-news-article .section-quote .testimonial-description p {
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-quote .testimonial-description p {
    font-size: 1.6rem;
  }
}
.page-news-article .section-download-link .section-wrap {
  max-width: 920px;
}
.page-news-article .section-download-link .section-wrap .link {
  display: flex;
  align-items: center;
}
.page-news-article .section-download-link .section-wrap .link span {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-download-link .section-wrap .link span {
    font-size: 1.6rem;
  }
}
.page-news-article .section-download-link .section-wrap .link.download span::before {
  content: "";
  background-image: url("/Media/images/generic/icon-download.svg");
  width: 40px;
  height: 36px;
  background-size: cover;
  margin-right: 10px;
  display: inline-block;
}
.page-news-article .section-subscribe .icon {
  width: 40px;
  display: block;
  margin: 0 auto 30px;
}
.page-news-article .section-subscribe .title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #003745;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-subscribe .title {
    font-size: 3.5rem;
  }
}
.page-news-article .section-subscribe .description {
  color: #003745;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 385px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-subscribe .description {
    font-size: 2rem;
  }
}
.page-news-article .section-subscribe .button-subscribe {
  display: block;
  margin: 0 auto;
}
.page-news-article .section-latest-articles {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-latest-articles {
    padding: 80px 0;
  }
}
.page-news-article .section-latest-articles .caption {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.page-news-article .section-latest-articles .latest-articles-carousel {
  position: relative;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer {
  overflow: visible;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .image-wrap {
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
  background-color: grey;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 57.1428571429%;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .image-wrap {
    border-radius: 6px;
  }
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .date {
  color: #828894;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .title {
    font-size: 2.6rem;
  }
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .link-article {
  display: flex;
  align-items: center;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .link-article span {
  color: #f7661f;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .link-article span {
    font-size: 1.6rem;
  }
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-stage-outer .article .link-article span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-nav {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}
.page-news-article .section-latest-articles .latest-articles-carousel .owl-nav .nav-arrow {
  margin-left: 20px;
}
.page-news-article .section-latest-articles .latest-articles-carousel::before, .page-news-article .section-latest-articles .latest-articles-carousel::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 1000px;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.page-news-article .section-latest-articles .latest-articles-carousel::before {
  left: 100%;
}
.page-news-article .section-latest-articles .latest-articles-carousel::after {
  right: 100%;
}

.page-memberships .section-banner {
  background-image: url("/Media/images/safety-solution-page/safety-banner.png");
}
.page-memberships .section-page-title {
  padding: 40px 0;
}
@media only screen and (min-width: 48em) {
  .page-memberships .section-page-title {
    padding: 80px 0;
  }
}
.page-memberships .section-page-title .caption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828894;
  display: block;
  text-align: center;
}
.page-memberships .section-page-title .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-page-title .title {
    font-size: 5rem;
  }
}
.page-memberships .section-page-title .description {
  font-size: 1.6rem;
  color: #003745;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-page-title .description {
    font-size: 2rem;
  }
}
.page-memberships .section-memberships {
  padding: 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 48em) {
  .page-memberships .section-memberships .section-wrap {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap {
    padding: 0 10px;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership {
  padding: 60px 30px;
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap .membership {
    border-radius: 6px 80px 6px 6px;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .type {
  font-size: 1.8rem;
  font-weight: 600;
  color: #003745;
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap .membership .type {
    font-size: 2.6rem;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .description {
  font-size: 1.4rem;
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap .membership .description {
    font-size: 1.6rem;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .price {
  color: #f7661f;
  margin-bottom: 30px;
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .price .value {
  font-size: 3rem;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap .membership .price .value {
    font-size: 5rem;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .price .month {
  font-size: 1.6rem;
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .features {
  margin-bottom: 30px;
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .features li {
  color: #003745;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .page-memberships .section-memberships .section-wrap .membership-wrap .membership .features li {
    font-size: 1.6rem;
  }
}
.page-memberships .section-memberships .section-wrap .membership-wrap .membership .button-register {
  display: block;
  margin: 0 auto;
}

.page-register .section-customer-type {
  padding-bottom: 0;
  padding-top: 80px;
}
.page-register .section-customer-type .customer-types {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .page-register .section-customer-type .customer-types {
    display: flex;
    border: 1px solid #003745;
  }
}
.page-register .section-customer-type .customer-types .customer-type {
  display: none;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-register .section-customer-type .customer-types .customer-type {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px 0;
    cursor: pointer;
  }
  .page-register .section-customer-type .customer-types .customer-type:not(:last-child) {
    border-right: 1px solid #003745;
  }
}
.page-register .section-customer-type .customer-types .customer-type .customer-type-icon {
  height: 25px;
  width: 25px;
  display: block;
  margin: 0 auto 15px;
  fill: #003745;
}
.page-register .section-customer-type .customer-types .customer-type .customer-type-icon path {
  fill: #003745;
}
.page-register .section-customer-type .customer-types .customer-type .customer-type-title {
  color: #003745;
  font-weight: 500;
  text-align: center;
}
.page-register .section-customer-type .customer-types .customer-type::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translateX(-50%);
}
@media only screen and (min-width: 64em) {
  .page-register .section-customer-type .customer-types .customer-type::after {
    top: calc(100% - 20px);
    right: 50%;
    transform: rotate(90deg) translateY(-50%);
  }
}
.page-register .section-customer-type .customer-types .customer-type.active {
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-register .section-customer-type .customer-types .customer-type.active {
    background-color: #003745;
  }
  .page-register .section-customer-type .customer-types .customer-type.active .customer-type-icon path {
    fill: #ffffff;
  }
  .page-register .section-customer-type .customer-types .customer-type.active .customer-type-title {
    color: #ffffff;
  }
  .page-register .section-customer-type .customer-types .customer-type.active::after {
    background-image: url("/Media/images/generic/icon-arrow-white.svg");
  }
}
.page-register .section-register-form {
  position: relative;
  padding-bottom: 160px;
}
.page-register .section-register-form .form-register {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-register .section-register-form .form-register .input-container {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 20px 0 0;
}
@media only screen and (min-width: 48em) {
  .page-register .section-register-form .form-register .input-container {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 40px 20px 0;
  }
}
.page-register .section-register-form .form-register .hint {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  color: #003745;
  margin-top: 5px;
  padding: 10px 0 40px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .page-register .section-register-form .form-register .hint {
    padding: 10px 20px 40px;
  }
}
.page-register .section-register-form .form-register .checkbox-container {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .page-register .section-register-form .form-register .checkbox-container {
    margin: 0 20px 10px;
  }
}
.page-register .section-register-form .form-register .button-submit {
  margin: 50px auto 30px;
  display: block;
  z-index: 1;
}
.page-register .section-register-form .message {
  font-size: 1.2rem;
  color: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 5px;
  background-color: rgba(217, 83, 79, 0.1);
  padding: 10px;
  display: block;
  margin: 30px auto 0;
  max-width: 690px;
}
.page-register .section-register-form .message.hidden {
  display: none;
}
.page-register .section-register-form .message.success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: rgba(92, 184, 92, 0.1);
}
.page-register .section-register-form::before {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.page-register .section-register-form::after {
  content: "";
  height: 150px;
  width: 100%;
  background-color: #F7F6F4;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
}

.page-policies {
  max-width: 910px;
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .page-policies {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 64em) {
  .page-policies {
    padding: 80px 0;
  }
}
.page-policies p {
  color: #003745;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-policies p {
    font-size: 1.6rem;
  }
}
.page-policies .link-item, .page-policies a {
  text-decoration: underline;
  color: #f7661f;
  font-size: 1.6rem;
  cursor: pointer;
}
.page-policies ul li, .page-policies ol li {
  font-size: 1.6rem;
  color: #003745;
  line-height: 1.6;
}
.page-policies table {
  border: none;
  margin-bottom: 30px;
}
.page-policies table td {
  border: none;
  border-left: 1px solid #f7661f;
  border-right: 1px solid #f7661f;
  color: #003745;
  font-size: 1.6rem;
  padding: 0 20px 20px 0;
  vertical-align: top;
}
@media only screen and (min-width: 64em) {
  .page-policies table td {
    font-size: 2rem;
  }
}
.page-policies table td:first-child {
  border-left: none;
}
.page-policies table td:last-child {
  border-right: none;
}
.page-policies table td:not(:first-child) {
  padding: 0 20px 20px;
}

.umb-grid .container .clearfix {
  display: block;
}

.section-banner.policies {
  padding-bottom: 0;
}
.section-banner.policies .banner-content .banner-title {
  padding-bottom: 30px;
}
.section-banner.policies .banner-content .banner-description {
  display: none;
}
.section-banner.policies .banner-content::after {
  content: "";
  width: 2px;
  flex-grow: 1;
  margin: 0 auto;
  background-color: #ffffff;
  transform: translateX(1px);
}
.section-banner.policies::after {
  display: none;
}

.page-about .section-message {
  padding: 40px 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message .section-text {
    max-width: 635px;
    margin-left: auto;
  }
}
.page-about .section-message .section-text .message-caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message .section-text .message-caption {
    font-size: 1.4rem;
  }
}
.page-about .section-message .section-text .message-title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.35;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message .section-text .message-title {
    font-size: 4.5rem;
    padding-bottom: 80px;
    margin-bottom: 50px;
    max-width: 450px;
  }
}
.page-about .section-message .section-text .message-title::after {
  content: "";
  height: 2px;
  width: 255px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-about .section-message .section-text .message-subtitle {
  color: #003745;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message .section-text .message-subtitle {
    font-size: 3.5rem;
  }
}
.page-about .section-message .section-text .message-description {
  color: #003745;
}
.page-about .section-message .section-text .message-description p {
  margin-bottom: 30px;
}
.page-about .section-message.ceo-message {
  position: relative;
}
.page-about .section-message.ceo-message .section-text {
  padding-bottom: 100px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.ceo-message .section-text {
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-about .section-message.ceo-message .section-text {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.ceo-message .section-text .message-description {
    position: relative;
  }
}
.page-about .section-message.ceo-message .section-text .message-description::before {
  content: "";
  background-image: url("/Media/images/generic/icon-open-quotes.svg");
  display: block;
  width: 55px;
  height: 36px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.ceo-message .section-text .message-description::before {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
  }
}
.page-about .section-message.ceo-message .section-image {
  width: 150%;
  transform: translateX(-25%);
  z-index: -1;
}
@media only screen and (min-width: 48em) {
  .page-about .section-message.ceo-message .section-image {
    width: 110%;
    transform: translateX(-5%);
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.ceo-message .section-image {
    width: 70vw;
    transform: translateY(80px);
  }
}
@media only screen and (min-width: 75em) {
  .page-about .section-message.ceo-message .section-image {
    max-width: 1000px;
    width: 60vw;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-10px);
  }
}
.page-about .section-message.ceo-message::after {
  content: "";
  background-image: url("/Media/images/generic/graphic-curve-grey.png");
  width: 100%;
  background-size: cover;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-about .section-message.mission-statement {
  background-color: #F7F6F4;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.mission-statement .section-wrap {
    display: flex;
  }
}
.page-about .section-message.mission-statement .section-wrap .section-image {
  width: 100%;
  transition: transform 0.3s linear;
  transform-origin: center;
}
@media only screen and (min-width: 48em) {
  .page-about .section-message.mission-statement .section-wrap .section-image {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.mission-statement .section-wrap .section-image {
    width: 450px;
    height: 450px;
    transform: translateX(20%);
    order: 1;
    flex-shrink: 0;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 75em) {
  .page-about .section-message.mission-statement .section-wrap .section-image {
    width: 700px;
    height: 700px;
  }
}
.page-about .section-message.mission-statement .section-wrap .section-text {
  margin-top: 40px;
  flex-shrink: 0;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.mission-statement .section-wrap .section-text {
    max-width: 445px;
  }
}
.page-about .section-message.zero-incident {
  position: relative;
}
.page-about .section-message.zero-incident .section-wrap .section-image-wrap {
  background-size: cover;
  border-radius: 0 60px 4px 0;
  height: 220px;
  transform: translateX(-30px);
}
@media only screen and (min-width: 48em) {
  .page-about .section-message.zero-incident .section-wrap .section-image-wrap {
    height: 350px;
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-image-wrap {
    width: 50vw;
    position: absolute;
    left: 0;
    border-radius: 0 80px 6px 0;
    top: 100px;
    left: 0;
    transform: none;
    background-position: right;
    height: 515px;
  }
}
@media only screen and (min-width: 75em) {
  .page-about .section-message.zero-incident .section-wrap .section-image-wrap {
    height: 575px;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-image-wrap.mobile {
    display: none;
  }
}
.page-about .section-message.zero-incident .section-wrap .section-image-wrap.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-image-wrap.desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-text {
    max-width: 445px;
    flex-basis: 445px;
    width: 445px;
    flex-shrink: 0;
  }
}
.page-about .section-message.zero-incident .section-wrap .section-text .message-title {
  line-height: 1.35;
}
.page-about .section-message.zero-incident .section-wrap .section-text .message-title::after {
  display: none;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-text .message-title::after {
    display: block;
  }
}
.page-about .section-message.zero-incident .section-wrap .section-text .section-image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .section-text .section-image-wrap {
    display: none;
  }
}
.page-about .section-message.zero-incident .section-wrap .section-text .section-image-wrap::after {
  content: "";
  top: 50%;
  left: 50vw;
  width: 50vw;
  height: 2px;
  background-color: #f7661f;
  position: absolute;
}
.page-about .section-message.zero-incident .section-wrap .small-image {
  margin-top: 30px;
  width: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 48em) {
  .page-about .section-message.zero-incident .section-wrap .small-image {
    width: 400px;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-message.zero-incident .section-wrap .small-image {
    width: 350px;
    position: absolute;
    top: calc(700px);
    right: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-about .section-message.zero-incident .section-wrap .small-image {
    top: calc(1000px);
    right: calc(50% + 100px);
  }
}
.page-about .section-double-column {
  padding-bottom: 0;
  background-color: #F7F6F4;
}
@media only screen and (min-width: 64em) {
  .page-about .section-double-column .section-columns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-double-column .section-columns .section-column {
    flex-basis: 445px;
    width: 445px;
    max-width: 445px;
    margin-left: 30px;
  }
}
.page-about .section-double-column .section-columns .section-column .column-image {
  border-radius: 6px 80px 6px 6px;
  margin-bottom: 50px;
  background-color: grey;
  width: 350px;
  display: block;
  transform: translateX(-30px);
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-about .section-double-column .section-columns .section-column .column-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 84.5714285714%;
}
.page-about .section-double-column .section-columns .section-column .column-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 48em) {
  .page-about .section-double-column .section-columns .section-column .column-image {
    width: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-double-column .section-columns .section-column .column-image {
    transform: none;
    width: 100%;
  }
}
.page-about .section-double-column .section-columns .section-column .column-title {
  color: #007991;
  font-size: 3.5rem;
  margin-bottom: 40px;
  font-weight: 400;
}
.page-about .section-double-column .section-columns .section-column .column-text {
  color: #003745;
  font-size: 2rem;
}
.page-about .section-double-column .section-columns .section-column .column-text .small-text {
  font-size: 1.6rem;
}
.page-about .section-double-column .section-columns .section-column .column-logos {
  margin-top: 50px;
}
.page-about .section-double-column .section-columns .section-column .column-logos img {
  margin-right: 30px;
  /* &:nth-child(1) { max-width: 60px;
      @include media-md { max-width: 95px; }
  }
  &:nth-child(2) { max-width: 120px;
      @include media-md { max-width: 200px; }
  }*/
}
@media only screen and (min-width: 64em) {
  .page-about .section-double-column .section-columns .section-column:last-child {
    transform: translateY(-160px);
  }
}
.page-about .section-double-column .section-columns .section-column.green {
  padding-top: 80px;
}
.page-about .section-double-column .section-columns .section-column.green .column-title {
  color: #1A8574;
}
.page-about .section-ceo-credentials {
  padding: 0;
  background-color: #F7F6F4;
}
.page-about .section-ceo-credentials .ceo-credentials {
  color: #003745;
  transform: translateY(-30px);
}
.page-about .section-ceo-credentials .ceo-credentials .name {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-about .section-ceo-credentials .ceo-credentials .position {
  font-size: 1.4rem;
}
.page-about .section-carousel {
  position: relative;
}
.page-about .section-carousel .owl-carousel .carousel-item .carousel-caption {
  font-size: 1.6rem;
  color: #003745;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.page-about .section-carousel .owl-carousel .carousel-item .carousel-caption::before {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  width: 4px;
  height: 8px;
  background-size: cover;
  display: block;
  margin-right: 6px;
}
.page-about .section-carousel .owl-carousel .carousel-item .image-wrap {
  position: relative;
  border-radius: 6px;
  background-color: grey;
}
.page-about .section-carousel .owl-carousel .carousel-item .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-about .section-carousel .owl-carousel .carousel-item .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-about .section-carousel .owl-carousel .carousel-item .image-wrap img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-about .section-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #F7F6F4;
}
.page-about .section-cta .image {
  width: 40px;
  margin: 0 auto 20px;
  display: block;
}
.page-about .section-cta .section-title {
  color: #003745;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-cta .section-title {
    font-size: 3.5rem;
  }
}
.page-about .section-cta .section-text {
  color: #003745;
  text-align: center;
  max-width: 380px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-cta .section-text {
    font-size: 2rem;
  }
}
.page-about .section-cta .button-cta {
  margin: 0 auto;
  display: block;
}
.page-about .section-cta.join-us {
  padding-bottom: 110px;
}
.page-about .section-team {
  padding-top: 0;
}
.page-about .section-team .section-info {
  max-width: 462px;
  margin: 0 auto;
}
.page-about .section-team .section-info .section-caption {
  color: #828894;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .page-about .section-team .section-info .section-caption {
    font-size: 1.4rem;
  }
}
.page-about .section-team .section-info .section-title {
  color: #f7661f;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .page-about .section-team .section-info .section-title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 64em) {
  .page-about .section-team .section-info .section-title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.page-about .section-team .section-info .section-title::after {
  content: "";
  height: 2px;
  width: 1000px;
  background-color: #f7661f;
  position: absolute;
  bottom: 0;
  right: calc(100% - 70px);
}
.page-about .section-team .section-description {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-team .section-description {
    margin-bottom: 100px;
    font-size: 2rem;
  }
}
.page-about .section-team .team-members {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-about .section-team .team-members .team-member {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 20px 40px;
}
@media only screen and (min-width: 48em) {
  .page-about .section-team .team-members .team-member {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}
.page-about .section-team .team-members .team-member .image-wrap {
  position: relative;
  border-radius: 0 80px 0 0;
  background-color: grey;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}
.page-about .section-team .team-members .team-member .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.page-about .section-team .team-members .team-member .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-about .section-team .team-members .team-member .image-wrap .image {
  object-fit: cover;
}
.page-about .section-team .team-members .team-member .name {
  color: #003745;
  font-size: 1.6rem;
  margin-bottom: 2px;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .page-about .section-team .team-members .team-member .name {
    font-size: 2rem;
  }
}
.page-about .section-team .team-members .team-member .position {
  color: #003745;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .page-about .section-team .team-members .team-member .position {
    font-size: 1.6rem;
  }
}
.page-about .section-team .team-members .team-member .link-more-info {
  color: #f7661f;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #f7661f;
  padding: 5px 20px 0 0;
}
.page-about .section-team .team-members .team-member .link-more-info::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow.svg");
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: calc(50% + 3px);
  right: 10px;
  transform: translate(50%, -50%);
}

.page-confirmation .section-banner {
  /* @include media(max-width, 764px) {            
      background-image: url('/media/kmddn3l2/confirmation-banner-1004.png');
  }

  @include media-sm {
      background-image: url('/media/svzfaljj/confirmation-banner-mobile.png');
  }*/
}
.page-confirmation .section-banner .section-wrap .banner-content .banner-title {
  font-weight: 500;
  padding-bottom: 0px;
}
@media only screen and (min-width: 64em) {
  .page-confirmation .section-banner .section-wrap .banner-content .banner-title {
    font-size: 6rem;
  }
}
.page-confirmation .section-banner .section-wrap .banner-content .banner-description {
  max-width: 850px;
}
@media only screen and (min-width: 64em) {
  .page-confirmation .section-banner .section-wrap .banner-content .banner-description {
    font-size: 6rem;
  }
}
.page-confirmation .section-triple-column {
  background-image: url("/media/0q1p0tkx/graphic-curve-grey-reverse.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.page-confirmation .section-triple-column:before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #f7661f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-confirmation .section-triple-column h3 {
  font-size: 3rem;
  color: #003745;
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-confirmation .section-triple-column h3 {
    font-size: 5rem;
  }
}
.page-confirmation .section-triple-column ul {
  padding: 40px 0 160px 0;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .page-confirmation .section-triple-column ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.page-confirmation .section-triple-column ul li {
  padding: 40px 20px 40px 20px;
  border-radius: 0 80px 6px 0;
  box-shadow: 0px 0px 25px 0px rgba(112, 112, 112, 0.3);
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 64em) {
  .page-confirmation .section-triple-column ul li {
    flex-basis: 340px;
    width: 340px;
    max-width: 340px;
    margin: 0 0 0 30px;
  }
}
.page-confirmation .section-triple-column ul li img {
  margin: 0 0 20px 0;
}
.page-confirmation .section-triple-column ul li h4 {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.page-confirmation .section-triple-column ul li p {
  margin: 0 0 20px 0;
}

.page-aggregator section.alt-background {
  background: #F7F6F4;
}
.page-aggregator .section-page-title {
  padding-bottom: 0;
  text-align: center;
}
.page-aggregator .section-page-title .section-jump-list {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 40px 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .section-page-title .section-jump-list {
    display: block;
  }
}
.page-aggregator .section-page-title .section-jump-list li {
  padding: 0 20px 0 20px;
  display: inline;
}
.page-aggregator .section-page-title .section-jump-list li a {
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ffffff;
}
.page-aggregator .section-page-title .section-jump-list li a:hover {
  font-weight: bold;
  border-bottom: 2px solid #f7661f;
}
.page-aggregator .section-page-title .title {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 64em) {
  .page-aggregator .section-page-title .title {
    font-size: 5rem;
  }
}
.page-aggregator .section-page-title p {
  color: #003745;
  position: relative;
  padding: 0 0 70px 0;
  margin: 0 0 40px 0;
}
.page-aggregator .section-page-title p:after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #003745;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-aggregator .section-news-articles {
  padding: 60px 0 0 0;
  text-align: center;
}
.page-aggregator .section-news-articles h2 {
  font-size: 3rem;
  color: #003745;
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 64em) {
  .page-aggregator .section-news-articles h2 {
    font-size: 5rem;
  }
}
.page-aggregator .section-news-articles p {
  max-width: 400px;
  color: #003745;
  margin: auto;
}
.page-aggregator .section-news-articles .news-articles {
  text-align: left;
  padding: 60px 0 0 0;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .section-news-articles .news-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .section-news-articles .news-articles .news-article-wrap {
    padding: 0 15px;
    margin-bottom: 90px;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap {
  position: relative;
  border-radius: 6px;
  background-color: grey;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .date {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: #003745;
  border-bottom: 2px solid #f7661f;
  padding: 0 0 10px 0;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003745;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 64em) {
  .page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .title {
    font-size: 2.6rem;
  }
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link {
  display: flex;
  align-items: center;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link span {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link span {
    font-size: 1.6rem;
  }
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link.article {
  border-top: 2px solid #f7661f;
  padding: 15px 0 0 0;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link.article span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-arrow-blue.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-aggregator .section-news-articles .news-articles .news-article-wrap .news-article .link.download span::after {
  content: "";
  background-image: url("/Media/images/generic/icon-download.svg");
  width: 40px;
  height: 36px;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
}
.page-aggregator .connect-with-us {
  position: relative;
  margin: 120px 0 0 0;
}
.page-aggregator .connect-with-us:before {
  content: "";
  background-image: url(/Media/images/generic/graphic-curve-grey.png);
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
}
.page-aggregator .connect-with-us:after {
  content: "";
  width: 2px;
  height: 169px;
  background-color: #003745;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}
.page-aggregator .connect-with-us .connect-image-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-aggregator .connect-with-us .connect-image-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 54.8502994012%;
}
.page-aggregator .connect-with-us .connect-image-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .connect-with-us .connect-image-wrap {
    float: right;
    width: 60%;
  }
}
.page-aggregator .connect-with-us .connect-wrap {
  text-align: left;
  padding: 0 0 140px 0;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .connect-with-us .connect-wrap {
    float: left;
    width: 40%;
  }
}
.page-aggregator .connect-with-us .connect-wrap h2 {
  font-size: 3rem;
  color: #f7661f;
  font-weight: 400;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 64em) {
  .page-aggregator .connect-with-us .connect-wrap h2 {
    font-size: 5rem;
  }
}
.page-aggregator .connect-with-us .connect-wrap p {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 48em) {
  .page-aggregator .connect-with-us .connect-wrap p {
    width: 80%;
  }
}

.page-form-embed .section-banner .section-wrap .banner-content .banner-title {
  font-weight: 500;
  padding-bottom: 0px;
}
@media only screen and (min-width: 64em) {
  .page-form-embed .section-banner .section-wrap .banner-content .banner-title {
    font-size: 6rem;
  }
}
.page-form-embed .section-banner .section-wrap .banner-content .banner-description {
  max-width: 850px;
}
@media only screen and (min-width: 64em) {
  .page-form-embed .section-banner .section-wrap .banner-content .banner-description {
    font-size: 6rem;
  }
}
.page-form-embed .section-embed-form {
  /*background-image: url('/media/0q1p0tkx/graphic-curve-grey-reverse.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;*/
  position: relative;
  text-align: center;
}
.page-form-embed .section-embed-form:before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #f7661f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-form-embed .section-embed-form h3 {
  font-size: 3rem;
  color: #003745;
  padding: 40px 0 60px 0;
}
@media only screen and (min-width: 64em) {
  .page-form-embed .section-embed-form h3 {
    font-size: 5rem;
  }
}
.page-form-embed .section-embed-form .form-wrapper {
  padding: 10px 20% 100px 20%;
  margin: 10px 0 100px 0;
}

.page-get-started .section-banner {
  /* &:after {
      content: '';
      width: 0px;
  }*/
}
.page-get-started .section-banner .section-wrap .banner-content .banner-title {
  font-weight: 500;
  padding-bottom: 0px;
}
@media only screen and (min-width: 64em) {
  .page-get-started .section-banner .section-wrap .banner-content .banner-title {
    font-size: 6rem;
  }
}
.page-get-started .section-features {
  background-color: #F7F6F4;
  position: relative;
}
.page-get-started .section-features:before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #f7661f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-get-started .section-features .features {
  text-align: center;
  max-width: 1280px;
  padding: 20px 20px 0 20px;
  margin: auto;
  /*h1 {
      color: $color-primary;
      font-size: 4.75rem;
      font-weight: 400;
      position: relative;

      @include media-md {
          &:after {
              content: '';
              width: 3px;
              height: 90px;
              background: $color-primary;
              position: absolute;
              left: 50%;
              top: 120px;
          }
      }
  }*/
}
.page-get-started .section-features .features ul {
  padding: 0px 0 160px 0;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .page-get-started .section-features .features ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 0;
  }
}
.page-get-started .section-features .features ul li {
  padding: 40px 20px 60px 20px;
  border-radius: 0 80px 6px 0;
  box-shadow: 0px 0px 25px 0px rgba(112, 112, 112, 0.3);
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 340px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .page-get-started .section-features .features ul li {
    flex-basis: calc(31% - 40px);
    width: calc(31% - 40px);
    max-width: calc(31% - 40px);
    margin: 0 2.5% 60px 2.5%;
  }
}
.page-get-started .section-features .features ul li img {
  margin: 0 0 20px 0;
}
.page-get-started .section-features .features ul li h3 {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.page-get-started .section-features .features ul li p {
  margin: 0 0 20px 0;
}
.page-get-started .section-features .features ul li .cta-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}
.page-get-started .section-features .features ul li a {
  display: block;
  font-weight: bold;
  position: relative;
  margin: 40px 0 0 0;
}