/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.tippy-box[data-theme~=light-border] {
  padding: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -10px;
  left: 5px;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-arrow {
  width: 14px;
  height: 14px;
  color: transparent;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-top: 0;
  border-left: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.tippy-content {
  font-size: 14px;
  line-height: 24px;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow {
  background: #008194 !important;
}

.splide__arrow svg path {
  fill: #fff;
}

.splide__list {
  height: auto !important;
}

/* -------------------------------------------------------------------------- */
/*                          Import Mixins & Variables                         */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Variables                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Mixins                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Customize Variables                            */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                           Customize Cookie Notice                          */
/* -------------------------------------------------------------------------- */
.si-cookie-notice {
  color: #393939;
  font-family: "SourceSansRegular";
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  /**
      * Cookie Notice Type: Categories
      */
  /**
      * Cookie Notice Type: Basic
      */
}
.si-cookie-notice p {
  line-height: 22px;
}
.si-cookie-notice a {
  color: #008194;
  font-weight: initial !important;
}
.si-cookie-notice a:hover {
  color: #006b7b;
}
.si-cookie-notice__details-link {
  font-size: 16px;
  font-family: "SourceSansRegular";
  text-decoration: none !important;
}
.si-cookie-notice__details-link svg {
  fill: #008194;
}
.si-cookie-notice__intro a {
  font-family: "SourceSansBold";
  font-weight: initial;
}
.si-cookie-notice__categories {
  padding-left: 0px;
}
.si-cookie-notice__category {
  color: #393939;
  background: white;
  border-color: #393939;
}
.si-cookie-notice__category label {
  font-weight: initial;
}
.si-cookie-notice__category-expand-button {
  color: #393939;
}
.si-cookie-notice__category-expand-button svg {
  fill: #393939;
}
.si-cookie-notice__button--accept {
  color: white;
  font-family: "SourceSansBold";
  font-size: 16px;
  background: #008194;
  border-radius: 5px;
}
.si-cookie-notice__button--accept:hover {
  background: #006b7b;
}
.si-cookie-notice__button--accept-selection, .si-cookie-notice__button--reject {
  color: #008194;
  font-family: "SourceSansBold";
  font-size: 15px;
  border: 2px solid #008194;
  border-radius: 5px;
  transition: color 0.2s background 0.2s;
}
.si-cookie-notice__button--accept-selection:hover, .si-cookie-notice__button--reject:hover {
  border-color: #007283;
  color: #007283;
}
.si-cookie-notice__title, .si-cookie-notice__subtitle {
  font-family: "GothamBold";
}
@media (min-width: 768px) {
  .si-cookie-notice__option {
    border-bottom: 1px solid rgba(57, 57, 57, 0.25);
  }
}
.si-cookie-notice__option-button-primary {
  color: white;
  font-family: "SourceSansBold";
  font-size: 16px;
  text-transform: uppercase;
  background: #008194;
  border: 0;
  border-radius: 5px !important;
  min-height: 48px;
}
.si-cookie-notice__option-button-primary:hover {
  background: #006b7b;
}
@media (min-width: 768px) {
  .si-cookie-notice__option-button-primary {
    min-height: 70px;
  }
}
.si-cookie-notice__option-button-secondary {
  color: #008194;
  font-family: "SourceSansBold";
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #008194;
  border-radius: 5px !important;
  transition: color 0.2s background 0.2s;
  min-height: 48px;
}
.si-cookie-notice__option-button-secondary:hover {
  border-color: #007283;
  color: #007283;
}
@media (min-width: 768px) {
  .si-cookie-notice__option-button-secondary {
    min-height: 70px;
  }
}

/* -------------------------------------------------------------------------- */
/*                           Customize Cookie Modal                           */
/* -------------------------------------------------------------------------- */
.si-cookie-modal p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .si-cookie-modal__container {
    border-radius: 5px;
  }
}
.si-cookie-modal a {
  color: #008194;
  font-weight: initial !important;
}
.si-cookie-modal a:hover {
  color: #006b7b;
}
.si-cookie-modal svg {
  fill: #393939;
}
.si-cookie-modal__container {
  color: #393939;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.si-cookie-modal__intro p {
  color: #4a4a4a;
}
.si-cookie-modal__intro a {
  font-family: "SourceSansBold";
  text-decoration: none;
}
.si-cookie-modal__title, .si-cookie-modal__group-title {
  font-family: "GothamBold";
}
.si-cookie-modal__close-group svg {
  fill: rgba(57, 57, 57, 0.3);
}
.si-cookie-modal__close-group:hover svg {
  fill: rgba(57, 57, 57, 0.5);
}
.si-cookie-modal__group-list > li {
  border-top: 1px solid rgba(57, 57, 57, 0.25);
}
.si-cookie-modal__cookie-title {
  font-family: "SourceSansBold";
  font-size: 16px;
  line-height: 1.1;
}
.si-cookie-modal__cookie-title svg {
  fill: #fa9c1f;
}
.si-cookie-modal__cookie- .si-cookie-modal__label, .si-cookie-modal__value {
  font-family: "SourceSansRegular";
}
.si-cookie-modal__label {
  color: rgba(57, 57, 57, 0.75);
}
.si-cookie-modal__value {
  font-family: "SourceSansBold";
}
.si-cookie-modal__value a {
  text-decoration: none;
}

.si-cookie-notice__toggle-checkbox:checked + .si-cookie-notice__toggle-switch {
  background-color: #72b760;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: "SourceSansBold";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansSemi";
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansRegular";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamRegular";
  src: url("../fonts/GothamPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* App colors
*/
/* Font weights
*/
/* Breakpoints
*/
/* Transition Speeds
*/
/* Transition types
*/
/* Min Breakpoint mixin
*/
/* Max Breakpoint mixin
*/
/* Linear gradient
*/
/* Placeholder styling
*/
/**
 * Line Clamp
 */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

button {
  font-family: inherit;
  padding: 0;
  border: none;
  background: none;
}

a,
button {
  transition: 125ms ease;
  transition-property: background, color, opacity;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  font-family: inherit;
}

.e-responsive-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.e-responsive-image-contain {
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
}

.e-responsive-image-left {
  background-position: left;
  -o-object-position: left;
     object-position: left;
}

.e-responsive-image-right {
  background-position: right;
  -o-object-position: right;
     object-position: right;
}

h1,
h2,
h3,
.m-about-header__title,
h4,
h5,
h6 {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  margin: 0;
}
h1 span,
h2 span,
h3 span,
.m-about-header__title span,
h4 span,
h5 span,
h6 span {
  color: #FA9C1F;
  font-family: "SourceSansBold";
}

h1 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.4px;
}
@media (min-width: 969px) {
  h1 {
    font-size: 104px;
    line-height: 112px;
    letter-spacing: -2px;
  }
}

h2 {
  font-size: 72px;
  line-height: 72px;
}

h3, .m-about-header__title {
  font-size: 64px;
  line-height: 68px;
}

h4 {
  font-size: 48px;
  line-height: 52px;
}

h5 {
  font-size: 28px;
  line-height: 32px;
}

h6 {
  font-size: 24px;
  line-height: 28px;
}

p {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (min-width: 969px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
p strong {
  font-family: "SourceSansSemi";
}

.e-subtitle,
.m-pricing-form-header .e-subtitle {
  font-family: "GothamRegular";
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .e-subtitle,
  .m-pricing-form-header .e-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
}
.e-subtitle p,
.m-pricing-form-header .e-subtitle p {
  font-family: "GothamRegular";
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .e-subtitle p,
  .m-pricing-form-header .e-subtitle p {
    font-size: 24px;
    line-height: 34px;
  }
}

.guide-section {
  margin: 0 0 48px 0;
}

.guide-title {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 24px 0;
}

.e-head-text {
  font-family: "GothamRegular";
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .e-head-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 26px;
  }
}
.e-head-text strong {
  font-family: "GothamBold";
}
.e-head-text p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .e-head-text p {
    font-size: 24px;
    line-height: 34px;
  }
}

.e-quote-text {
  font-style: italic;
  opacity: 0.75;
  margin-bottom: 26px;
}
.e-quote-text:last-child {
  margin-bottom: 0;
}
.e-quote-text p {
  opacity: 1;
}
@media (min-width: 969px) {
  .e-quote-text p {
    font-size: 24px;
    line-height: 32px;
  }
}

.e-normal-text {
  opacity: 0.75;
  margin-bottom: 26px;
}
.e-normal-text b {
  font-weight: bold;
}
.e-normal-text p {
  opacity: 1 !important;
  margin-bottom: 26px;
}
.e-normal-text p:last-child {
  margin-bottom: 0;
}
.e-normal-text ul,
.e-normal-text ol {
  padding: 0 16px;
  margin: 24px 0;
  list-style-type: none;
  text-align: left;
}
@media (min-width: 969px) {
  .e-normal-text ul,
  .e-normal-text ol {
    padding: 0;
  }
}
.e-normal-text ul li,
.e-normal-text ol li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 9px 0;
}
@media (min-width: 969px) {
  .e-normal-text ul li,
  .e-normal-text ol li {
    font-size: 18px;
    line-height: 28px;
  }
}
.e-normal-text ul li:before,
.e-normal-text ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  opacity: 1;
  background-color: #008194;
}
.e-normal-text ul li strong,
.e-normal-text ol li strong {
  font-family: "SourceSansSemi";
}
.e-normal-text ul li p,
.e-normal-text ol li p {
  opacity: 1 !important;
}
.e-normal-text ul li p:last-child,
.e-normal-text ol li p:last-child {
  margin-bottom: 0;
}
.e-normal-text ol {
  list-style-type: decimal !important;
}
.e-normal-text ol li:before {
  display: none;
}
.e-normal-text--capitalized p:first-child::first-letter {
  font-family: "GothamBold";
  color: #008194;
  font-size: 62px;
  line-height: 36px;
  margin-top: 16px;
  margin-right: 8px;
  float: left;
}
@media (min-width: 969px) {
  .e-normal-text--capitalized p:first-child::first-letter {
    font-size: 124px;
    margin-right: 10px;
    margin-top: 20px;
    line-height: 80px;
  }
}
.e-normal-text--italic {
  font-style: italic;
  opacity: 0.75;
}
@media (min-width: 969px) {
  .e-normal-text--italic p {
    font-size: 24px;
    line-height: 32px;
  }
}

.e-accent-bg {
  background-color: #F8FBF8;
}

.e-white-bg {
  background-color: white;
}
.e-white-bg:before {
  background-image: none !important;
}

.e-pattern-bg {
  position: relative;
}
.e-pattern-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern/noise.png);
  background-repeat: repeat;
}

a {
  color: #008194;
}
a:hover {
  color: #007283;
}

select option {
  font-family: Arial, Helvetica, sans-serif;
}

label {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 4px;
  display: inline-block;
}
@media (min-width: 767px) {
  label {
    font-size: 18px;
    line-height: 28px;
  }
}

input[type=file] {
  display: block;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email],
textarea {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(76, 76, 76, 0.15);
  padding: 0 18px;
  transition: border 125ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid rgba(0, 129, 148, 0.45);
}
input[type=text].error,
input[type=number].error,
input[type=date].error,
input[type=email].error,
textarea.error {
  border-color: #ee6d6d;
}
input[type=text].error + label,
input[type=number].error + label,
input[type=date].error + label,
input[type=email].error + label,
textarea.error + label {
  color: #ee6d6d;
}
input[type=text].succes,
input[type=number].succes,
input[type=date].succes,
input[type=email].succes,
textarea.succes {
  border-color: #36a836;
}
input[type=text].succes + label,
input[type=number].succes + label,
input[type=date].succes + label,
input[type=email].succes + label,
textarea.succes + label {
  color: #36a836;
}

input[type=file].error {
  border-color: #ee6d6d;
  color: #ee6d6d;
}

textarea {
  height: auto;
  min-height: 120px;
  resize: none;
  padding: 12px 18px;
}
@media (min-width: 767px) {
  textarea {
    min-height: 190px;
  }
}

.e-button {
  position: relative;
  transition: padding 0.3s;
}
@media (min-width: 767px) {
  .e-button.loading {
    padding-left: 54px !important;
  }
}
.e-button.loading:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("../img/icons/loader.svg");
  background-size: 32px;
}
.e-button:disabled {
  opacity: 0.75;
  pointer-events: none;
}
.e-button--simple {
  height: 48px;
  width: 100%;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  transition: background-color 0.2s;
}
@media (min-width: 479px) {
  .e-button--simple {
    height: 58px;
    width: auto;
    white-space: wrap;
    font-size: 18px;
  }
}
.e-button--simple-white {
  color: #008194;
  background: white;
}
.e-button--simple-white:hover {
  background: #f2f2f2;
}
.e-button--simple-orange {
  color: white;
  background-color: #FA9C1F;
}
.e-button--simple-orange:hover {
  color: white;
  background-color: #EF8905;
}
.e-button--outline {
  height: 48px;
  width: auto;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: background-color 0.2s;
}
@media (min-width: 479px) {
  .e-button--outline {
    height: 48px;
  }
}
.e-button--outline-teal {
  color: #008194;
  border-color: #008194;
}
.e-button--outline-teal:hover {
  color: #007283;
  border-color: #007283;
}
.e-button--outline-orange {
  color: #FA9C1F;
  border-color: #FA9C1F;
}
.e-button--outline-orange:hover {
  color: #EF8905;
  border-color: #EF8905;
}

.e-tag {
  font-family: "SourceSansSemi";
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
}
.e-tag--more--marketing {
  color: #72b760;
}
.e-tag--more--sales {
  color: #fa9c1f;
}
.e-tag--more--compliance {
  color: #008194;
}
.e-tag--more--data-analyse {
  color: #257282;
}
.e-tag--marketing {
  color: #72b760;
  background-color: rgba(114, 183, 96, 0.08);
  border: 0.5px solid #72b760;
}
.e-tag--sales {
  color: #fa9c1f;
  background-color: rgba(250, 156, 31, 0.08);
  border: 0.5px solid #fa9c1f;
}
.e-tag--compliance {
  color: #008194;
  background-color: rgba(0, 129, 148, 0.08);
  border: 0.5px solid #008194;
}
.e-tag--data-analyse {
  color: #257282;
  background-color: rgba(37, 114, 130, 0.08);
  border: 0.5px solid #257282;
}
.e-tag--data-analytics {
  color: #257282;
  background-color: rgba(37, 114, 130, 0.08);
  border: 0.5px solid #257282;
}

.e-primary-button {
  font-family: "SourceSansBold";
  border-radius: 5px;
  text-decoration: none;
  background-color: #008194;
  border: 2px solid #008194;
  display: inline-block;
  color: white;
  line-height: 29px;
  padding: 8px 15px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 18px;
}
.e-primary-button svg {
  width: 16px;
  height: 16px;
  transform: translateY(2px);
  fill: currentColor;
}
@media (min-width: 767px) {
  .e-primary-button {
    padding: 8px 72px;
  }
}
.e-primary-button:hover {
  background-color: #007283;
  border-color: #007283;
  color: white;
}
.e-primary-button--outline {
  color: #008194;
  border: 2px solid #008194;
  background-color: transparent;
}
@media (min-width: 767px) {
  .e-primary-button--outline {
    padding: 8px 24px;
  }
}
.e-primary-button--outline:hover {
  background: transparent;
  border-color: #007283;
  color: #007283;
}
.e-primary-button--outline.e-primary-button--faded {
  border-color: #cccccc;
}
.e-primary-button--inverted {
  background-color: white;
  color: #008194;
  border-color: white;
}
.e-primary-button--inverted:hover {
  background-color: white;
  border-color: white;
  color: #007283;
}
.e-primary-button--inverted-border {
  background-color: white;
  color: #008194;
}
.e-primary-button--inverted-border:hover {
  background-color: white;
  color: #007283;
}
.e-primary-button--large {
  height: 58px;
  line-height: 52px;
  font-size: 16px;
}
.e-primary-button--pattern {
  position: relative;
}
.e-primary-button--pattern:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: -1;
  width: calc(100% + 12px);
  height: 100%;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
  display: block;
}

.e-cta-button, body .m-form .gform_wrapper .gform_footer .gform_button {
  background-color: #FA9C1F;
  border: 2px solid #FA9C1F;
  font-family: "SourceSansBold";
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  color: white;
  height: 48px;
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.e-cta-button svg, body .m-form .gform_wrapper .gform_footer .gform_button svg {
  width: 16px;
  height: 16px;
  transform: translateY(2px);
  fill: currentColor;
}
@media (min-width: 767px) {
  .e-cta-button, body .m-form .gform_wrapper .gform_footer .gform_button {
    width: auto;
    padding: 0 72px;
  }
}
@media (min-width: 969px) {
  .e-cta-button, body .m-form .gform_wrapper .gform_footer .gform_button {
    font-size: 18px;
  }
}
.e-cta-button--large {
  height: 48px;
  line-height: 44px;
  font-size: 16px;
}
.e-cta-button--pattern {
  position: relative;
}
.e-cta-button--pattern:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: -1;
  width: calc(100% + 14px);
  height: 100%;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
  display: block;
}
.e-cta-button--inverted {
  background-color: #FFF;
  color: #FA9C1F;
}
.e-cta-button:hover, body .m-form .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #EF8905;
  border-color: #EF8905;
  color: white;
}

.e-checkbox {
  position: relative;
}
.e-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
.e-checkbox input[type=checkbox]:checked + label:after {
  width: 9px;
  height: 9px;
  opacity: 1;
}
.e-checkbox label {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.e-checkbox label:hover {
  cursor: pointer;
}
.e-checkbox label a {
  color: #008194;
}
.e-checkbox label a:hover {
  color: #007283;
}
.e-checkbox label:before, .e-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(76, 76, 76, 0.15);
  background-color: white;
}
.e-checkbox label:after {
  background-color: #008194;
  width: 0;
  height: 0;
  transition: all;
  top: 7px;
  left: 1px;
  opacity: 0;
}
.e-checkbox.error {
  color: #ee6d6d;
  font-weight: bold;
}

.e-list {
  padding: 0;
  margin: 0 0 24px 0;
  padding: 0 16px;
  list-style-type: none;
  text-align: left;
}
.e-list:last-child {
  margin-bottom: 0;
}
@media (min-width: 969px) {
  .e-list {
    padding: 0;
  }
}
.e-list__title {
  font-family: "SourceSansBold";
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.e-list__title:before {
  display: none;
}
.e-list li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 9px 0;
}
.e-list li strong {
  font-family: "SourceSansSemi";
}
.e-list li p {
  opacity: 1;
}
.e-list li p:last-child {
  margin-bottom: 0;
}
.e-list li ul {
  margin: 20px 0;
}
.e-list li ul li {
  list-style-type: none;
}
.e-list li ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: black;
  opacity: 0.75;
}
.e-list--bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: black;
  opacity: 0.75;
}
.e-list--bullets.e-list--green li:before {
  opacity: 1;
  background-color: #008194;
}
.e-list--bullets.e-list--orange li:before {
  opacity: 1;
  background-color: #FA9C1F;
}
.e-list--numbers li {
  counter-increment: int;
  position: relative;
}
.e-list--numbers li:before {
  content: counter(int) ". ";
  font-family: "SourceSansSemi";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: inherit;
  color: black;
  opacity: 0.75;
}
.e-list--numbers.e-list--green li:before {
  opacity: 1;
  color: #008194;
}
.e-list--numbers.e-list--orange li:before {
  opacity: 1;
  color: #FA9C1F;
}
.e-list--checkmarks > li {
  padding-left: 24px;
}
.e-list--checkmarks > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 11px;
  background-image: url(../img/icons/checkmark-black.svg);
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}
.e-list--checkmarks.e-list--green > li:before {
  opacity: 1;
  background-image: url(../img/icons/checkmark-green.svg);
}
.e-list--checkmarks.e-list--orange > li:before {
  opacity: 1;
  background-image: url(../img/icons/checkmark-orange.svg);
}
.e-list--checkmarks-outline > li {
  padding-left: 30px;
}
.e-list--checkmarks-outline > li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/icons/checkmark-outline-black.svg);
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}
.e-list--checkmarks-outline.e-list--green > li:before {
  opacity: 1;
  background-image: url(../img/icons/checkmark-outline-green.svg);
}
.e-list--checkmarks-outline.e-list--orange > li:before {
  opacity: 1;
  background-image: url(../img/icons/checkmark-outline-orange.svg);
}
.e-list--popular li {
  position: relative;
  line-height: 28px;
}
.e-list--popular li > span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-family: "GothamBold";
}
@media (min-width: 969px) {
  .e-list--popular li > span {
    font-size: 28px;
  }
}
.e-list--popular li > span > span {
  color: #FA9C1F;
}
.e-list--popular li a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
.e-list--popular li a:hover {
  text-decoration: underline;
}

.e-accent-bg .e-list li p,
.e-pattern-bg .e-list li p {
  opacity: 0.75 !important;
}

.e-links {
  position: relative;
}
.e-links h4 {
  font-size: 18px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .e-links h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.e-links ul {
  list-style: none;
  padding-left: 0;
}
.e-links li {
  list-style: none;
  margin-bottom: 8px;
}
.e-links li a {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: #008194;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.e-links li a strong {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
.e-links li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: 1px;
  background: currentColor;
  width: 100%;
}
.e-links li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  display: inline-block;
  background-image: url(../img/icons/cheveron-right-green.svg);
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}
.e-links li a:hover:before {
  display: block;
}
.e-links li a svg {
  fill: currentColor;
  transform: translateY(5px);
}

.e-nav-button {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 10px 0 10px;
}
.e-nav-button span {
  transition: all 125ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  width: 22px;
  height: 1px;
  background: black;
}
.e-nav-button span:nth-child(2) {
  margin: 7px 0;
}

.e-text-anchor {
  padding-right: 24px;
  position: relative;
  display: inline;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #008194;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  background-image: url("../img/icons/cheveron-right-green.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: bottom 1px right;
}
.e-text-anchor:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: 1px;
  background: currentColor;
  width: 100%;
}
.e-text-anchor:hover:before {
  display: block;
}

.e-content-cta {
  background-color: #008194;
  padding: 28px;
  border-radius: 5px;
  color: white !important;
  margin: 28px 0 0;
}
@media (min-width: 969px) {
  .e-content-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.e-content-cta__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 4px;
  color: white !important;
}
.e-content-cta__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.e-content-cta__content {
  padding-right: 36px;
}
.e-content-cta__content p {
  color: white !important;
}
.e-content-cta__actions .e-primary-button {
  margin: 0;
}
@media (min-width: 969px) {
  .e-content-cta__actions .e-primary-button {
    padding: 8px 32px;
  }
}

.e-content-image {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.e-content-image *:first-child {
  margin-top: 0;
}
.e-content-image:last-child {
  margin-bottom: 0;
}
.e-content-image__background {
  position: absolute;
  width: 100vw;
  right: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}
.e-content-image__background2 {
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}
@media (min-width: 969px) {
  .e-content-image {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px;
    position: relative;
    margin: 60px auto;
  }
}
.e-content-image img {
  width: auto;
  max-width: 100%;
  border-radius: 8px;
}
@media (min-width: 969px) {
  .e-content-image img {
    border-radius: 8px;
    max-width: 710px;
  }
  .e-content-image-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .e-content-image-contain {
    display: flex;
    height: auto;
  }
  .e-content-image-contain img {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    position: relative;
  }
  .e-content-image-left img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    border-radius: 8px;
  }
  .e-content-image-right img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    border-radius: 8px;
  }
}
.e-content-image--mobile {
  max-width: 600px;
  margin: 32px auto;
}
@media (min-width: 969px) {
  .e-content-image--mobile {
    display: none;
  }
}
@media (min-width: 767px) {
  .e-content-image__content {
    max-width: 710px;
    margin: 0 auto;
  }
}
.e-content-image__content--large img {
  width: 100%;
}
@media (min-width: 767px) {
  .e-content-image__content--large img {
    max-width: 1008px;
  }
}

.e-anchor-offset {
  position: relative;
  top: -106px;
  opacity: 0;
}
@media (min-width: 969px) {
  .e-anchor-offset {
    top: -200px;
  }
}

.e-preloader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.e-preloader--hidden {
  display: none;
}

.e-preloader .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.e-preloader .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #999;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.e-preloader .e-preloader2 {
  transform: rotate(30deg);
}

.e-preloader .e-preloader3 {
  transform: rotate(60deg);
}

.e-preloader .e-preloader4 {
  transform: rotate(90deg);
}

.e-preloader .e-preloader5 {
  transform: rotate(120deg);
}

.e-preloader .e-preloader6 {
  transform: rotate(150deg);
}

.e-preloader .e-preloader7 {
  transform: rotate(180deg);
}

.e-preloader .e-preloader8 {
  transform: rotate(210deg);
}

.e-preloader .e-preloader9 {
  transform: rotate(240deg);
}

.e-preloader .e-preloader10 {
  transform: rotate(270deg);
}

.e-preloader .e-preloader11 {
  transform: rotate(300deg);
}

.e-preloader .e-preloader12 {
  transform: rotate(330deg);
}

.e-preloader .e-preloader2:before {
  animation-delay: -1.1s;
}

.e-preloader .e-preloader3:before {
  animation-delay: -1s;
}

.e-preloader .e-preloader4:before {
  animation-delay: -0.9s;
}

.e-preloader .e-preloader5:before {
  animation-delay: -0.8s;
}

.e-preloader .e-preloader6:before {
  animation-delay: -0.7s;
}

.e-preloader .e-preloader7:before {
  animation-delay: -0.6s;
}

.e-preloader .e-preloader8:before {
  animation-delay: -0.5s;
}

.e-preloader .e-preloader9:before {
  animation-delay: -0.4s;
}

.e-preloader .e-preloader10:before {
  animation-delay: -0.3s;
}

.e-preloader .e-preloader11:before {
  animation-delay: -0.2s;
}

.e-preloader .e-preloader12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.e-container {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1444px;
  word-break: break-word;
}
@media (min-width: 969px) {
  .e-container {
    padding: 0 74px;
  }
}

.e-select {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 100%;
  padding: 0 18px;
  background-image: url(../img/icons/cheveron-down.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  margin: 0 0 18px;
}
@media (min-width: 767px) {
  .e-select {
    max-width: 326px;
  }
}

.e-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: black;
}
.e-video.cookie-notice .e-video__cookies {
  display: flex;
}
.e-video.paused .e-video__thumbnail {
  display: block;
}
.e-video.playing .e-video__iframe {
  display: block;
}
.e-video__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.e-video__container:hover .e-video__thumbnail:after {
  opacity: 0;
}
.e-video__container:hover .e-video__thumbnail .e-responsive-image {
  transform: scale(1.05);
}
.e-video__cookies {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  background: #005c6a;
}
.e-video__cookies-container {
  display: flex;
}
.e-video__cookies-icon {
  width: 72px;
  height: 72px;
}
.e-video__cookies-text {
  width: 100%;
  max-width: 260px;
  padding-left: 20px;
}
.e-video__cookies-text p {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.e-video__cookies-text p:last-child {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.e-video__thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  cursor: pointer;
  background: none;
  border: 0;
  overflow: hidden;
}
.e-video__thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #007283;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s;
}
.e-video__thumbnail .e-responsive-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}
.e-video__thumbnail .e-responsive-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-video__thumbnail .e-responsive-image img.desktop {
  display: none;
}
@media (min-width: 969px) {
  .e-video__thumbnail .e-responsive-image img.desktop {
    display: block;
  }
  .e-video__thumbnail .e-responsive-image img.mobile {
    display: none;
  }
}
.e-video__play {
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 479px) {
  .e-video__play {
    width: 100px;
    height: 100px;
  }
}
.e-video__play svg {
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}
.e-video__iframe {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.e-video__iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.e-arrow-link {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .e-arrow-link {
    font-size: 18px;
  }
}
.e-arrow-link:hover svg {
  transform: translateX(2px);
}
.e-arrow-link svg {
  margin-left: 4px;
  position: relative;
  top: 6px;
  fill: #008194;
  transition: transform 0.2s;
}

.e-section-margin {
  margin: 80px 0 !important;
}
@media (min-width: 969px) {
  .e-section-margin {
    margin: 200px 0 !important;
  }
}

.e-section-spacing {
  margin: 40px 0 60px 0;
}
@media (min-width: 969px) {
  .e-section-spacing {
    margin: 60px 0 100px 0;
  }
}

.m-pagination {
  margin: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .m-pagination {
    justify-content: center;
  }
}
.m-pagination .page-numbers {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  display: none;
  height: 45px;
  border-radius: 5px;
  background-color: #EAEAEA;
  color: rgba(26, 28, 29, 0.75);
  margin: 0 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 24px;
}
@media (min-width: 767px) {
  .m-pagination .page-numbers {
    width: 45px;
    display: inline-flex;
    padding: 0;
  }
}
.m-pagination .page-numbers:first-child, .m-pagination .page-numbers:last-child {
  display: inline-flex;
  flex-basis: 50%;
}
@media (min-width: 767px) {
  .m-pagination .page-numbers:first-child, .m-pagination .page-numbers:last-child {
    flex-basis: auto;
  }
}
.m-pagination .page-numbers:hover, .m-pagination .page-numbers.current {
  background: #008194;
  color: white;
}
.m-pagination .page-numbers:hover {
  background-color: #555;
}
.m-pagination .page-numbers svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.m-pagination .page-numbers span {
  font-size: 14px;
  color: inherit;
  transform: translateY(-1px);
}
@media (min-width: 767px) {
  .m-pagination .page-numbers span {
    display: none;
  }
}

.m-form {
  padding: 28px 18px;
}
@media (min-width: 969px) {
  .m-form {
    padding: 36px 27px;
  }
}
.m-form__title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 969px) {
  .m-form__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-form__fieldset-title {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 9px;
}
@media (min-width: 767px) {
  .m-form__fieldset-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.m-form__row {
  position: relative;
  display: flex;
  left: -9px;
  width: calc(100% + 18px);
  margin: 9px 0;
}
.m-form__row--robots {
  display: none;
}
.m-form__col {
  margin: 0 9px;
  flex-grow: 1;
}
.m-form__iframe-contianer {
  width: 100%;
}
.m-form__main-description {
  margin: 0 0 18px;
}
.m-form__light-description {
  opacity: 0.5;
  margin: 9px 0 0;
}
.m-form__error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #ee6d6d;
  font-weight: bold;
}
@media (min-width: 767px) {
  .m-form__error-message {
    font-size: 16px;
  }
}
.m-form__error-message.hidden {
  display: none;
}
.m-form__success {
  display: none;
}
.m-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.m-form button[type=submit] {
  margin: 28px 0 0;
}
@media (min-width: 767px) {
  .m-form button[type=submit] {
    padding: 0 32px;
  }
}
.m-form select {
  height: 50px;
  width: 100%;
  margin: 0 0 18px;
  padding: 0 18px;
  background-image: url(../img/icons/cheveron-down.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.m-form--compact .m-form__title {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-form--compact .m-form__title {
    margin: 0 0 9px;
    font-size: 32px;
    line-height: 42px;
  }
}
.m-form--loading label,
.m-form--loading input,
.m-form--loading textarea,
.m-form--loading button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.m-form iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.m-form__break {
  width: 100%;
  height: 1px;
  margin: 36px 0;
  background: #dee0de;
}
.m-form__hpfield {
  display: none;
}
.m-form__message {
  margin-top: 12px;
}
.m-form__message p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}
.m-form__privacy-statement {
  margin-top: 20px;
}
.m-form__error-msg {
  color: red;
  margin-top: 8px;
  font-size: 14px;
}
.m-form__error-msg.hidden {
  display: none;
}

.m-new-on-companyinfo-cta {
  margin: 80px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta {
    margin: 128px 0;
  }
}
.m-new-on-companyinfo-cta__content {
  width: 100%;
}
.m-new-on-companyinfo-cta__content span {
  color: #008194;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-right: 40px;
  display: block;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta__content span {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
}
.m-new-on-companyinfo-cta__content h4 {
  max-width: 760px;
  font-size: 18px;
  line-height: 26px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
.m-new-on-companyinfo-cta__content h4 strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta__content h4 {
    font-size: 20px;
  }
}
.m-new-on-companyinfo-cta__content p {
  max-width: 760px;
}
.m-new-on-companyinfo-cta__button {
  flex-shrink: 0;
  margin-top: 32px;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta__button {
    margin-left: 40px;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.m-new-on-companyinfo-cta__container {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #f6f6f6;
  padding: 32px;
  border-radius: 8px;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta__container {
    padding: 40px;
    padding-top: 36px;
    display: flex;
  }
}
.m-new-on-companyinfo-cta__container .e-primary-button {
  padding: 8px 24px;
}
.m-new-on-companyinfo-cta svg {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 32px;
  right: 48px;
}
@media (min-width: 969px) {
  .m-new-on-companyinfo-cta svg {
    position: static;
    height: 24px;
    width: 32px;
    margin-right: 32px;
  }
}

.m-company-search {
  background-color: #F6FAFB;
  padding: 36px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-company-search {
    padding: 0;
    padding: 64px 0;
  }
}
.m-company-search:before {
  content: "";
  width: 100%;
  height: 40px;
  z-index: -1;
  position: absolute;
  background-color: inherit;
  display: block;
  bottom: 100%;
  left: 0;
  display: none;
}
@media (min-width: 767px) {
  .m-company-search:before {
    display: block;
  }
}
@media (min-width: 969px) {
  .m-company-search:before {
    height: 20px;
  }
}
@media (min-width: 1419px) {
  .m-company-search:before {
    height: 130px;
  }
}
.m-company-search h2 {
  margin: 0 0 8px;
}
@media (min-width: 1279px) {
  .m-company-search__row {
    width: calc(100% + 120px);
    transform: translateX(-60px);
    display: flex;
  }
}
.m-company-search__col {
  flex-grow: 1;
}
@media (min-width: 1279px) {
  .m-company-search__col {
    margin: 0 60px;
    width: 100%;
  }
}
.m-company-search__form {
  margin: 18px 0 0;
  position: relative;
}
.m-company-search__form input {
  border: none;
  border-radius: 3px;
  padding: 0 18px 0 52px;
  background-image: url(../img/icons/search.svg);
  background-size: 16px;
  background-position: left 18px center;
  background-repeat: no-repeat;
  margin: 0 0 8px;
  transition: box-shadow 125ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 2px 4px 1px rgba(219, 230, 231, 0.5);
  height: 50px;
}
.m-company-search__form input:focus {
  border: none;
  box-shadow: none;
}
@media (min-width: 767px) {
  .m-company-search__form input {
    padding: 0 218px 0 52px;
  }
}
@media (min-width: 1279px) {
  .m-company-search__form input {
    height: 55px;
  }
}
@media (min-width: 767px) {
  .m-company-search__form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
  }
}
@media (min-width: 1279px) {
  .m-company-search__form button {
    height: 55px;
  }
}

.m-company-autocomplete__list {
  position: absolute;
  z-index: 101;
  padding: 0 18px;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
@media (min-width: 969px) {
  .m-company-autocomplete__list {
    padding: 0 9px;
  }
}
.m-company-autocomplete__result {
  margin: 0.15rem auto;
  padding: 0.6rem;
  border: 0.05rem solid #e3e3e3;
  list-style: none;
  text-align: left;
  font-size: 1.1rem;
  color: rgb(123, 123, 123);
  background-color: #fff;
}
.m-company-autocomplete__result::-moz-selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}
.m-company-autocomplete__result::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}
.m-company-autocomplete__result:hover, .m-company-autocomplete__result.autoComplete_selected {
  color: #FFF;
  background-color: #4cadc4;
  cursor: pointer;
}
.m-company-autocomplete__result:focus {
  outline: none;
  background-color: #4cadc4;
}
.m-company-autocomplete .autoComplete_highlighted {
  opacity: 1;
  color: rgb(255, 122, 122);
  font-weight: bold;
}
.m-company-autocomplete .autoComplete_highlighted::-moz-selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}
.m-company-autocomplete .autoComplete_highlighted::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}
.m-company-autocomplete .autoComplete_selected {
  cursor: pointer;
  background-color: rgba(255, 248, 248, 0.9);
  border-left: 2px solid rgb(255, 122, 122);
  border-right: 2px solid rgb(255, 122, 122);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 600px) {
  .m-company-autocomplete .autoComplete_result:first-child {
    border-radius: 1rem 1rem 0 0;
  }
  .m-company-autocomplete .autoComplete_result:last-child {
    border-radius: 0 0 1rem 1rem;
  }
  .m-company-autocomplete .autoComplete_result:only-child {
    border-radius: 1rem;
  }
}

.m-product-overview {
  text-align: center;
  padding: 36px 0;
}
@media (min-width: 969px) {
  .m-product-overview {
    padding: 72px 0;
  }
}
.m-product-overview__content {
  padding: 0 34px;
}
@media (min-width: 767px) {
  .m-product-overview__content {
    padding: 0;
  }
}
.m-product-overview__content h3, .m-product-overview__content .m-about-header__title {
  margin: 0 0 8px;
}
.m-product-overview__content p {
  margin: 0;
}
.m-product-overview__row {
  padding: 42px 0;
}
@media (min-width: 767px) {
  .m-product-overview__row {
    padding: 46px 0;
    display: flex;
    width: calc(100% + 36px);
    transform: translateX(-18px);
  }
}
@media (min-width: 1279px) {
  .m-product-overview__row {
    display: flex;
    width: calc(100% + 72px);
    transform: translateX(-36px);
  }
}
.m-product-overview__col {
  flex-grow: 1;
  margin: 0 0 18px;
}
.m-product-overview__col:last-child {
  margin: 0;
}
@media (min-width: 767px) {
  .m-product-overview__col:last-child {
    margin: 0 18px;
  }
}
@media (min-width: 1279px) {
  .m-product-overview__col:last-child {
    margin: 0 36px;
  }
}
@media (min-width: 767px) {
  .m-product-overview__col {
    width: 100%;
    margin: 0px 18px;
  }
}
@media (min-width: 1279px) {
  .m-product-overview__col {
    width: 100%;
    margin: 0px 36px;
  }
}

.m-card {
  height: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  color: #1A1C1D;
  text-decoration: none;
  border-radius: 3px;
}
.m-card__data {
  display: flex;
  justify-content: space-between;
  padding: 18px 10px 0px;
}
@media (min-width: 969px) {
  .m-card__data {
    padding: 18px 27px 0px;
  }
}
.m-card__date, .m-card__readtime {
  opacity: 0.5;
  font-size: 14px;
}
@media (min-width: 969px) {
  .m-card__date, .m-card__readtime {
    font-size: 16px;
  }
}
.m-card__date svg, .m-card__readtime svg {
  width: 14px;
  height: 14px;
  fill: inherit;
  margin: 0 4px 0 0;
  transform: translateY(2px);
}
.m-card__anchor {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1A1C1D;
  background: white;
  box-shadow: 0px 2px 4px 1px rgba(219, 230, 231, 0.5);
  transition-property: box-shadow background;
}
.m-card__anchor:hover {
  color: #1A1C1D;
  background-color: #f9f9f9;
  box-shadow: none;
}
.m-card__anchor:hover figure {
  transform: scale(1.1);
}
.m-card__image-wrap {
  position: relative;
  padding: 0 0 52.25%;
  width: 100%;
  overflow: hidden;
}
.m-card__image-wrap figure {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 3px 3px 0 0;
  transition-property: all;
}
.m-card__content {
  padding: 18px 10px 22px;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .m-card__content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 969px) {
  .m-card__content {
    padding: 32px 27px 36px;
  }
}
.m-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 30px;
  color: #1A1C1D;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}
.m-card__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-card__body {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  opacity: 0.75;
}
.m-card__body p {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.m-card__body--no-clamp p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 20;
}
.m-card__body ul {
  font-size: 16px;
  line-height: 26px;
  margin-left: 0;
  padding-left: 18px;
}
.m-card__body ul li {
  margin: 8px 0;
  padding-left: 0;
}
.m-card__body ul li:first-child {
  margin-top: 0;
}
.m-card__body ul li:last-child {
  margin-bottom: 0;
}
.m-card__body .e-list li::before {
  left: -20px;
}
.m-card__label {
  font-size: 14px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  color: #008194;
}
.m-card__label span {
  color: #008194;
  text-decoration: none;
}
@media (min-width: 969px) {
  .m-card__label {
    font-size: 18px;
  }
}
.m-card .e-button {
  margin: 18px 0 0;
}
@media (min-width: 767px) {
  .m-card .e-button {
    align-self: flex-start;
    margin-top: auto;
  }
}
.m-card--alt .m-card__image-wrap {
  background-color: rgba(217, 229, 214, 0.15);
  height: 230px;
  padding: 0;
}
.m-card--alt .m-card__image-wrap svg {
  width: 125px;
  height: 125px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-card--alt .m-card__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
.m-card--alt .m-card__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-card .e-primary-button {
    display: inline-block;
    align-self: flex-start;
    padding: 8px 32px;
  }
}
.m-card .e-responsive-image-right {
  background-size: auto;
}
.m-card .e-responsive-image-left {
  background-size: auto;
}

.m-plugins {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 969px) {
  .m-plugins {
    margin-top: 128px;
    margin-bottom: 160px;
  }
}
.m-plugins__filter {
  border-bottom: 1px solid #EAEAEA;
  margin-top: -16px;
  display: none;
}
@media (min-width: 767px) {
  .m-plugins__filter {
    display: flex;
  }
}
.m-plugins__filter-mobile {
  position: relative;
  width: auto;
}
.m-plugins__filter-mobile select {
  border: 1px solid #D0D0D0;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: white;
  padding: 0 16px;
  color: #008194;
  font-size: 16px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.m-plugins__filter-mobile select::-ms-expand {
  display: none;
}
@media (min-width: 479px) {
  .m-plugins__filter-mobile select {
    width: auto;
  }
  .m-plugins__filter-mobile {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 767px) {
  .m-plugins__filter-mobile {
    display: none;
  }
}
.m-plugins__filter-mobile svg {
  position: absolute;
  top: 50%;
  right: 16px;
  fill: #008194;
  transform: translateY(-50%);
}
.m-plugins__filter-item {
  color: #727272;
  font-size: 16px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}
.m-plugins__filter-item:not(:last-of-type) {
  margin-right: 32px;
}
.m-plugins__filter-item--active {
  color: #008194;
}
.m-plugins__filter-item--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008194;
}
.m-plugins__tab {
  margin-top: 40px;
  display: none;
  grid-template-columns: 100%;
  grid-gap: 32px;
}
@media (min-width: 767px) {
  .m-plugins__tab {
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }
}
@media (min-width: 969px) {
  .m-plugins__tab {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m-plugins__tab--active {
  display: grid;
}
.m-plugins__tab h6 {
  color: #393939;
}
.m-plugins__plugin {
  color: #393939;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 32px;
}
@media (min-width: 767px) {
  .m-plugins__plugin {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #f6f6f6;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
  }
}
.m-plugins__plugin:hover {
  color: #393939;
}
@media (min-width: 767px) {
  .m-plugins__plugin:hover {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
  }
}
.m-plugins__plugin:hover svg {
  margin-left: 8px;
}
.m-plugins__plugin h5 {
  font-size: 22px;
  line-height: 26px;
  color: #393939;
  margin-bottom: 12px;
}
.m-plugins__plugin-logo {
  margin-bottom: 24px;
  height: 64px;
}
.m-plugins__plugin-logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.m-plugins__plugin-link {
  display: flex;
  align-items: center;
  color: #008194;
  text-decoration: underline;
  margin-top: 32px;
  font-size: 18px;
}
@media (min-width: 767px) {
  .m-plugins__plugin-link {
    margin-top: 40px;
  }
}
.m-plugins__plugin-link svg {
  fill: #008194;
  margin-left: 4px;
  margin-top: 1px;
  transition: margin 0.2s ease;
}

.m-plugins-lead {
  margin-bottom: 40px;
  position: relative;
  padding-top: 50px;
}
@media (min-width: 969px) {
  .m-plugins-lead {
    margin-bottom: 128px;
    padding-top: 82px;
  }
}
.m-plugins-lead .e-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 969px) {
  .m-plugins-lead .e-container {
    flex-direction: row;
  }
}
.m-plugins-lead__content {
  order: 2;
}
@media (min-width: 969px) {
  .m-plugins-lead__content {
    padding-top: 30px;
    order: 1;
  }
}
.m-plugins-lead__content h1 {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 52px;
  color: #393939;
  letter-spacing: 0;
  margin-bottom: 16px;
  display: none;
}
@media (min-width: 969px) {
  .m-plugins-lead__content h1 {
    display: block;
  }
}
.m-plugins-lead__content h1 strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-plugins-lead__content p {
  max-width: 580px;
}
.m-plugins-lead__content a {
  display: block;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 969px) {
  .m-plugins-lead__content a {
    font-size: 18px;
  }
}
.m-plugins-lead__content a svg {
  fill: #008194;
  margin-top: 1px;
  margin-left: 4px;
}
.m-plugins-lead__container {
  order: 1;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 969px) {
  .m-plugins-lead__container {
    margin-left: 120px;
    width: 390px;
  }
}
@media (min-width: 1279px) {
  .m-plugins-lead__container {
    margin-right: 110px;
    margin-left: 160px;
    order: 2;
  }
}
.m-plugins-lead__container h1 {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #393939;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media (min-width: 969px) {
  .m-plugins-lead__container h1 {
    display: none;
  }
}
.m-plugins-lead__container h1 strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-plugins-lead__wrap {
  padding: 32px;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 32px;
  background: #fff;
}
@media (min-width: 479px) {
  .m-plugins-lead__wrap {
    max-width: 490px;
  }
}
@media (min-width: 969px) {
  .m-plugins-lead__wrap {
    margin-bottom: 0;
  }
}
.m-plugins-lead__logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  justify-items: center;
}
.m-plugins-lead__logos img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 52px;
}
.m-plugins-lead__usps {
  margin-top: 40px;
  display: grid;
  grid-gap: 16px;
}
.m-plugins-lead__usp {
  color: #393939;
  display: flex;
}
.m-plugins-lead__usp svg {
  fill: #FA9C1F;
  margin-right: 8px;
  flex-shrink: 0;
}
.m-plugins-lead__usp span {
  position: relative;
  top: -2px;
}
.m-plugins-lead__background {
  display: none;
  opacity: 0.18;
  pointer-events: none;
}
@media (min-width: 767px) {
  .m-plugins-lead__background {
    display: block;
  }
}
.m-plugins-lead__background img {
  position: absolute;
  top: -40px;
  left: -90px;
  width: 105%;
}
@media (min-width: 1279px) {
  .m-plugins-lead__background img {
    top: -85px;
  }
}

.m-plugin-lead {
  padding-top: 32px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 969px) {
  .m-plugin-lead {
    margin-bottom: 128px;
    padding-top: 128px;
  }
}
.m-plugin-lead .e-container {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.m-plugin-lead__content {
  color: #393939;
}
.m-plugin-lead__content h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-plugin-lead__content h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
  }
}
.m-plugin-lead__buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.m-plugin-lead__buttons .e-link svg {
  fill: #008194;
  position: relative;
  top: 2px;
  margin-left: 2px;
  transition: margin 0.2s ease;
}
.m-plugin-lead__buttons .e-link:hover svg {
  margin-left: 6px;
}
.m-plugin-lead__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.m-plugin-lead__lines span {
  width: 1px;
  position: absolute;
  background: #FA9C1F;
  opacity: 0.64;
  height: calc(100% - 47px - 74px);
  top: 47px;
  left: 186px;
  z-index: -1;
}
.m-plugin-lead__lines::after {
  content: "";
  width: 42px;
  height: 1px;
  position: absolute;
  background: #FA9C1F;
  opacity: 0.64;
  top: 47px;
  left: 144px;
  z-index: -1;
}
.m-plugin-lead__lines::before {
  content: "";
  width: 42px;
  height: 1px;
  position: absolute;
  background: #FA9C1F;
  opacity: 0.64;
  bottom: 73px;
  left: 186px;
  z-index: -1;
}
.m-plugin-lead__wrap {
  display: none;
  width: 490px;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-plugin-lead__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 80px;
  }
}
@media (min-width: 1279px) {
  .m-plugin-lead__wrap {
    margin-left: 120px;
  }
}
@media (min-width: 1365px) {
  .m-plugin-lead__wrap {
    margin-right: 100px;
    margin-left: 140px;
  }
}
.m-plugin-lead__wrap-ci-logo {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  background: white;
  padding: 24px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.m-plugin-lead__wrap-ci-logo img {
  max-width: 60px;
  max-height: 60px;
}
.m-plugin-lead__wrap-usps {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  background: white;
  padding: 24px;
  margin-left: 40px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: flex;
  gap: 40px;
}
.m-plugin-lead__usps {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-gap: 16px;
}
.m-plugin-lead__price {
  align-self: flex-end;
}
.m-plugin-lead__price span {
  color: #9f9f9f;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.m-plugin-lead__price div {
  display: flex;
  align-items: flex-end;
}
.m-plugin-lead__price div h6 {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 30px;
  margin-right: 8px;
  color: #393939;
}
.m-plugin-lead__price div span {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 4px;
}
.m-plugin-lead__usp {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  color: #393939;
}
.m-plugin-lead__usp svg {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.m-plugin-lead__wrap-logo {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  background: white;
  padding: 24px;
  width: 240px;
  height: 146px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-plugin-lead__wrap-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96px;
}
.m-plugin-lead__wrap-logo svg {
  position: absolute;
  top: 20px;
  right: -20px;
}
.m-plugin-lead__background {
  display: none;
  opacity: 0.18;
  pointer-events: none;
}
@media (min-width: 767px) {
  .m-plugin-lead__background {
    display: block;
  }
}
.m-plugin-lead__background img {
  position: absolute;
  top: -40px;
  left: -90px;
  width: 105%;
}
@media (min-width: 1279px) {
  .m-plugin-lead__background img {
    top: -85px;
  }
}

.m-case-archive-lead {
  padding: 32px 0px;
}
@media (min-width: 969px) {
  .m-case-archive-lead {
    padding-top: 60px;
  }
}
.m-case-archive-lead__content {
  position: relative;
  z-index: 2;
  color: #393939;
  width: 100%;
}
@media (min-width: 969px) {
  .m-case-archive-lead__content {
    display: flex;
    align-self: center;
  }
}
.m-case-archive-lead__content h1 {
  font-size: 36px;
  line-height: 62px;
  margin-bottom: 16px;
  font-family: "SourceSansRegular";
}
@media (min-width: 969px) {
  .m-case-archive-lead__content h1 {
    font-size: 52px;
  }
}
.m-case-archive-lead__content strong {
  font-family: "SourceSansBold";
}
.m-case-archive-lead__content ul {
  padding: 0px;
  margin-bottom: 40px;
  list-style-type: none;
}
.m-case-archive-lead__content ul li {
  margin-bottom: 8px;
  font-size: 16px;
  display: flex;
}
@media (min-width: 969px) {
  .m-case-archive-lead__content ul li {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.m-case-archive-lead__content ul li span {
  margin-right: 12px;
}
.m-case-archive-lead .e-subtitle {
  font-size: 16px;
  font-family: "SourceSansRegular";
  line-height: 27px;
  margin-bottom: 32px;
}
@media (min-width: 969px) {
  .m-case-archive-lead .e-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.m-case-archive-lead .e-button {
  padding: 0 32px;
  font-size: 16px;
}
@media (min-width: 969px) {
  .m-case-archive-lead .e-button {
    font-size: 18px;
  }
}
.m-case-archive-lead__background {
  display: none;
}
.m-case-archive-lead__background img {
  position: absolute;
  top: -40px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 969px) {
  .m-case-archive-lead__background {
    display: block;
  }
}
.m-case-archive-lead__text, .m-case-archive-lead__images {
  flex: 1 0 50%;
}
@media (min-width: 969px) {
  .m-case-archive-lead__text {
    padding: 60px 0px;
  }
}
.m-case-archive-lead__images img {
  z-index: 3;
  position: relative;
  display: none;
}
@media (min-width: 969px) {
  .m-case-archive-lead__images img {
    display: block;
    margin-top: 180px;
    margin-left: 85px;
  }
}
@media (min-width: 1279px) {
  .m-case-archive-lead__images img {
    display: block;
    margin-top: 120px;
    margin-left: 100px;
  }
}
.m-case-archive-lead__images img:first-of-type {
  position: absolute;
  right: 0;
  margin-right: 50px;
  margin-left: 0px;
  z-index: 1;
  margin-top: 0px;
}
.m-case-archive-lead__images img:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin-top: 0px;
  margin-left: 0px;
}
.m-case-archive-lead__image-mobile {
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 969px) {
  .m-case-archive-lead__image-mobile {
    display: none;
  }
}

.m-case-archive-highlighted {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: "SourceSansRegular";
}
@media (min-width: 969px) {
  .m-case-archive-highlighted {
    margin-top: 128px;
    margin-bottom: 200px;
  }
}
.m-case-archive-highlighted h3, .m-case-archive-highlighted .m-about-header__title {
  font-family: "SourceSansRegular";
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.m-case-archive-highlighted__grid {
  display: grid;
  grid-row-gap: 32px;
}
@media (min-width: 767px) {
  .m-case-archive-highlighted__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
}
@media (min-width: 1279px) {
  .m-case-archive-highlighted__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.m-case-archive-highlighted__col {
  border: 1px solid #f6f6f6;
  box-shadow: 3px 3px 8px 0px rgb(246, 246, 246);
  position: relative;
  min-width: 200px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1279px) {
  .m-case-archive-highlighted__col {
    min-height: 550px;
  }
}
.m-case-archive-highlighted__col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
@media (min-width: 767px) {
  .m-case-archive-highlighted__col img {
    min-height: 168px;
  }
}
.m-case-archive-highlighted__textarea {
  padding: 20px 20px 0px 20px;
  margin-bottom: 32px;
}
.m-case-archive-highlighted__textarea h5 {
  color: #393939;
  font-size: 22px;
  font-family: "SourceSansBold";
  font-weight: 700;
}
.m-case-archive-highlighted__text {
  color: #393939;
  font-size: 16px;
}
.m-case-archive-highlighted__subtitle {
  color: #727272;
  margin-top: 4px;
  margin-bottom: 16px;
}
.m-case-archive-highlighted__tag-container {
  margin-top: auto;
  padding: 0px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1279px) {
  .m-case-archive-highlighted__tag-container {
    margin-bottom: 20px;
  }
}

.m-case-archive-overview {
  margin-bottom: 128px;
  scroll-margin-top: 150px;
}
@media (min-width: 969px) {
  .m-case-archive-overview {
    margin-bottom: 200px;
  }
}
.m-case-archive-overview__title {
  font-size: 18px;
  font-family: "SourceSansBold";
  margin-bottom: 28px;
  text-transform: uppercase;
}
@media (min-width: 969px) {
  .m-case-archive-overview__content {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
.m-case-archive-overview__content .m-card-container__content-wrap {
  flex: 1;
  min-width: 0;
}
@media (min-width: 969px) {
  .m-case-archive-overview__content .m-card-container__content-wrap {
    margin-left: 32px;
  }
}
@media (min-width: 1279px) {
  .m-case-archive-overview__content .m-card-container__content-wrap {
    margin-left: 32px;
  }
}
.m-case-archive-overview__content .m-card-container__first-column {
  flex: 0 0 288px;
}
.m-case-archive-overview__container {
  display: grid;
  grid-row-gap: 32px;
}
@media (min-width: 767px) {
  .m-case-archive-overview__container {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }
}
@media (min-width: 1279px) {
  .m-case-archive-overview__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.m-case-archive-overview__col a:first-of-type {
  text-decoration: none;
}
.m-case-archive-overview__col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 389px) {
  .m-case-archive-overview__col img {
    min-height: 200px;
  }
}
.m-case-archive-overview__textarea {
  margin-top: 16px;
}
.m-case-archive-overview__textarea h5 {
  color: #393939;
  font-size: 22px;
  font-family: "SourceSansBold";
  font-weight: 700;
}
.m-case-archive-overview__textarea span {
  margin-left: 6px;
}
.m-case-archive-overview__text {
  color: #393939;
  font-size: 16px;
  margin-bottom: 32px;
}
.m-case-archive-overview__subtitle {
  color: #727272;
  margin-top: 4px;
  margin-bottom: 16px;
}
.m-case-archive-overview__filter {
  margin-bottom: 32px;
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-case-archive-overview__filter {
    margin-bottom: 0px;
  }
  .m-case-archive-overview__filter__wrapper {
    padding: 32px;
    background-color: #f8fbf8;
  }
}
@media (max-width: 969px) {
  .m-case-archive-overview__filter__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.m-case-archive-overview__filter h5 {
  font-family: "SourceSansBold";
  font-size: 16px;
}
.m-case-archive-overview__filter h6 {
  font-family: "SourceSansRegular";
  font-size: 16px;
  font-weight: bold;
}
.m-case-archive-overview__filter span {
  font-family: "SourceSansRegular";
  font-size: 16px;
  margin-left: 16px;
}
.m-case-archive-overview__filter input {
  cursor: pointer;
}
.m-case-archive-overview__filter #taxonomy-filter {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.m-case-archive-overview__read-more {
  text-decoration: underline;
}
.m-case-archive-overview__read-more svg {
  margin-left: 4px;
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.m-case-archive-overview__taxonomy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 969px) {
  .m-case-archive-overview__taxonomy-group {
    padding-bottom: 16px;
    margin-top: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 969px) {
  .m-case-archive-overview__taxonomy-group {
    margin-top: 32px;
  }
}

#load-more-button-container {
  margin-top: 64px;
}
@media (min-width: 969px) {
  #load-more-button-container {
    margin-top: 128px;
    grid-column: 2/4;
  }
}
#load-more-button-container .load-more-text {
  display: flex;
  align-items: center;
  width: 201px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
#load-more-button-container .load-more-text p {
  font-size: 14px;
  color: #393939;
}
#load-more-button-container .load-more-bar {
  display: inline-block;
  width: 0px;
  height: 2px;
  margin-left: 12px;
  background-color: #fa9c1f;
  margin-top: 3px;
  position: relative;
}

.load-more-bar:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  opacity: 0.24;
  background-color: #fa9c1f;
}

.load-more-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}

#taxonomy-filter {
  cursor: pointer;
}

.no-cases-message {
  display: block !important;
  padding-top: 50px !important;
}

.hide-element {
  display: none;
}

.active-state {
  color: #008194;
}

.rotate-90-deg {
  transform: rotate(90deg);
}

.-rotate-90-deg {
  transform: rotate(-90deg);
}

.m-case-archive-target-groups {
  margin-bottom: 128px;
}
@media (min-width: 767px) {
  .m-case-archive-target-groups {
    margin-bottom: 200px;
  }
}
.m-case-archive-target-groups__container {
  display: grid;
  grid-row-gap: 64px;
}
@media (min-width: 767px) {
  .m-case-archive-target-groups__container {
    grid-template-columns: auto auto;
    grid-column-gap: 128px;
    grid-row-gap: 48px;
  }
}
.m-case-archive-target-groups__title {
  color: #393939;
  font-size: 22px;
  font-family: "SourceSansBold";
  font-weight: bold;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .m-case-archive-target-groups__title {
    font-size: 32px;
  }
}
.m-case-archive-target-groups h5 {
  color: #393939;
  font-size: 16px;
  font-family: "SourceSansBold";
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .m-case-archive-target-groups h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.m-case-archive-target-groups p {
  color: #393939;
  font-family: "SourceSansRegular";
  margin-bottom: 24px;
}
.m-case-archive-target-groups__textlink {
  text-decoration: underline;
}

.m-case-single-lead {
  margin-bottom: 10px;
}
@media (min-width: 969px) {
  .m-case-single-lead {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}
.m-case-single-lead__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1279px) {
  .m-case-single-lead__container {
    display: flex;
    align-items: center;
    margin-top: 80px;
  }
}
.m-case-single-lead__title {
  font-size: 22px;
  font-family: "SourceSansBold";
  color: #008194;
  margin-bottom: 8px;
  line-height: 52px;
}
@media (min-width: 969px) {
  .m-case-single-lead__title {
    font-size: 24px;
  }
}
.m-case-single-lead__subtitle {
  font-family: "SourceSansRegular";
  font-size: 32px;
  color: #393939;
  margin-bottom: 26px;
  line-height: 38px;
}
.m-case-single-lead__subtitle strong {
  font-family: "SourceSansBold";
}
@media (min-width: 969px) {
  .m-case-single-lead__subtitle {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 52px;
  }
}
.m-case-single-lead__highlighted {
  display: none;
  font-family: "SourceSansRegular";
  margin-bottom: 50px;
  color: #393939;
}
@media (min-width: 969px) {
  .m-case-single-lead__highlighted {
    display: block;
  }
}
.m-case-single-lead__highlighted__mobile {
  margin-top: 32px;
}
@media (min-width: 969px) {
  .m-case-single-lead__highlighted__mobile {
    display: none;
  }
}
.m-case-single-lead__col1 {
  padding-top: 40px;
}
@media (min-width: 767px) {
  .m-case-single-lead__col1 {
    padding-right: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 1279px) {
  .m-case-single-lead__col1 {
    padding-top: 0px;
    padding-right: 156px;
  }
}
.m-case-single-lead__image img {
  margin-top: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: relative;
  z-index: 5;
  border-radius: 8px;
}
@media (min-width: 969px) {
  .m-case-single-lead__image img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1279px) {
  .m-case-single-lead__image img {
    margin-top: 0px;
    height: 480px;
    width: 560px;
  }
}
.m-case-single-lead__image__mobile img {
  margin-top: 0px;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 969px) {
  .m-case-single-lead__image__mobile img {
    display: none;
  }
}
.m-case-single-lead__background {
  display: none;
}
.m-case-single-lead__background img {
  position: absolute;
  top: -40px;
  left: -90px;
  width: 105%;
}
@media (min-width: 969px) {
  .m-case-single-lead__background {
    display: block;
  }
}

.m-case-page p,
.m-case-page h2,
.m-case-page h3,
.m-case-page .m-about-header__title,
.m-case-page h4,
.m-case-page h5,
.m-case-page h6 {
  font-family: "SourceSansRegular";
  color: #393939;
}
.m-case-page .e-normal-text {
  opacity: 1;
}
.m-case-page .e-subtitle {
  font-family: "SourceSansRegular" !important;
  color: #393939;
}
.m-case-page .e-list {
  font-family: "SourceSansRegular" !important;
  color: #393939;
  opacity: 1;
}
.m-case-page .e-list li {
  opacity: 1 !important;
}

.m-more-cases {
  margin: 96px 0;
}
@media (min-width: 969px) {
  .m-more-cases {
    margin: 160px 0;
  }
}
.m-more-cases__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
.m-more-cases__title strong {
  color: #008194;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 700;
}
@media (min-width: 969px) {
  .m-more-cases__title {
    font-size: 48px;
    line-height: 56px;
    max-width: 640px;
    margin: 0 auto;
  }
}
.m-more-cases__wrap {
  margin-top: 32px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .m-more-cases__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 969px) {
  .m-more-cases__wrap {
    margin-top: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m-more-cases__wrap--1 {
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .m-more-cases__wrap--1 {
    grid-template-columns: 1fr;
  }
  .m-more-cases__wrap--1 .m-more-cases-item {
    display: flex;
  }
  .m-more-cases__wrap--1 .m-more-cases-item__image {
    aspect-ratio: 1/1;
    max-width: 426px;
    width: 100%;
    flex-shrink: 0;
  }
  .m-more-cases__wrap--1 .m-more-cases-item__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 64px;
  }
}
@media (min-width: 969px) {
  .m-more-cases__wrap--1 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
  }
}
.m-more-cases__wrap--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .m-more-cases__wrap--2 {
    grid-template-columns: 1fr 1fr;
    max-width: 1028px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-more-cases__wrap--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .m-more-cases__wrap--3 {
    grid-template-columns: 1fr 1fr;
  }
  .m-more-cases__wrap--3 .m-more-cases-item:last-of-type {
    transform: translateX(50%);
  }
}
@media (min-width: 969px) {
  .m-more-cases__wrap--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-more-cases__wrap--3 .m-more-cases-item:last-of-type {
    transform: translateX(0);
  }
}

.m-more-cases-item {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  color: #393939;
  background: #fff;
  text-decoration: none;
}
.m-more-cases-item:hover {
  color: #393939;
  background: #F9F9F9;
  transition: background 0.2s ease;
}
.m-more-cases-item__image {
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
}
.m-more-cases-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-more-cases-item__wrap {
  padding: 24px 20px;
}
@media (min-width: 969px) {
  .m-more-cases-item__wrap {
    padding: 32px 20px 24px 20px;
  }
}
.m-more-cases-item__wrap h4 {
  font-size: 28px;
  line-height: 36px;
  color: #008194;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.m-more-cases-item__content {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.m-more-cases-item__tags {
  margin-top: 24px;
}

.m-content-block {
  padding: 18px 0;
}
@media (min-width: 969px) {
  .m-content-block {
    padding: 36px 0;
  }
}
.m-content-block__image-wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
  background-color: #F6FAFB;
}
.m-content-block__body {
  text-align: center;
}
@media (min-width: 767px) {
  .m-content-block__body {
    text-align: left;
  }
}
.m-content-block__body h3, .m-content-block__body .m-about-header__title {
  margin: 18px 0;
}
@media (min-width: 969px) {
  .m-content-block__body h3, .m-content-block__body .m-about-header__title {
    margin: 0 0 20px;
  }
}
.m-content-block__body p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 969px) {
  .m-content-block__body p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-content-block__body p:not(:last-child) {
  margin: 0 0 28px;
}
.m-content-block__row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 767px) {
  .m-content-block__row {
    flex-direction: row;
    align-items: center;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
@media (min-width: 969px) {
  .m-content-block__row {
    width: calc(100% + 80px);
    transform: translateX(-40px);
  }
}
@media (min-width: 767px) {
  .m-content-block__col {
    width: 100%;
    flex-grow: 1;
    margin: 0 20px;
  }
}
@media (min-width: 969px) {
  .m-content-block__col {
    margin: 0 40px;
  }
}
@media (min-width: 767px) {
  .m-content-block--reversed .m-content-block__row {
    flex-direction: row-reverse;
  }
}

.m-content-copy-simple {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-content-copy-simple {
    margin: 160px 0;
  }
  .m-content-copy-simple__container {
    display: flex;
    align-items: flex-start;
  }
  .m-content-copy-simple__container--reversed {
    flex-direction: row-reverse;
  }
}
.m-content-copy-simple__container--reversed .m-content-copy-simple__image {
  margin-right: 0;
}
@media (min-width: 969px) {
  .m-content-copy-simple__container--reversed .m-content-copy-simple__image {
    margin-left: 64px;
  }
}
@media (min-width: 1279px) {
  .m-content-copy-simple__container--reversed .m-content-copy-simple__image {
    margin-right: 0;
    margin-left: 128px;
  }
}
.m-content-copy-simple__image {
  width: 100%;
  height: 250px;
  flex-shrink: 0;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 767px) {
  .m-content-copy-simple__image {
    height: 350px;
    margin-right: 64px;
  }
}
@media (min-width: 969px) {
  .m-content-copy-simple__image {
    margin-bottom: 0;
    width: 460px;
    height: 480px;
  }
}
@media (min-width: 1279px) {
  .m-content-copy-simple__image {
    margin-right: 128px;
    width: 560px;
  }
}
.m-content-copy-simple__image img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04);
}
@media (min-width: 969px) {
  .m-content-copy-simple__image-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .m-content-copy-simple__image-contain {
    display: flex;
    height: auto;
  }
  .m-content-copy-simple__image-contain img {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    position: relative;
  }
  .m-content-copy-simple__image-left img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    border-radius: 8px;
  }
  .m-content-copy-simple__image-right img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    border-radius: 8px;
  }
}
.m-content-copy-simple__content {
  color: #393939;
}
@media (min-width: 969px) {
  .m-content-copy-simple__content {
    padding-top: 48px;
  }
}
.m-content-copy-simple__content h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 969px) {
  .m-content-copy-simple__content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.m-content-copy-simple__content a {
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 479px) {
  .m-content-copy-simple__content a {
    width: auto;
  }
}
@media (min-width: 969px) {
  .m-content-copy-simple__content a {
    margin-top: 40px;
  }
}
.m-content-copy-simple__content ul,
.m-content-copy-simple__content ol {
  margin: 16px 0;
  display: grid;
  grid-row-gap: 8px;
  font-family: "SourceSansRegular";
  font-size: 16px;
  color: #393939;
  padding-left: 24px;
  list-style: none;
}
@media (min-width: 969px) {
  .m-content-copy-simple__content ul,
  .m-content-copy-simple__content ol {
    font-size: 18px;
  }
}
.m-content-copy-simple__content ul li,
.m-content-copy-simple__content ol li {
  position: relative;
}
.m-content-copy-simple__content ul li::before,
.m-content-copy-simple__content ol li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  background: url("../img/icons/checkmark-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.m-content-copy-columns {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-content-copy-columns {
    margin: 200px 0;
  }
}
.m-content-copy-columns__title {
  max-width: 580px;
}
@media (min-width: 767px) {
  .m-content-copy-columns__title {
    text-align: center;
    margin: auto;
  }
}
.m-content-copy-columns__title h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  color: #393939;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .m-content-copy-columns__title h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 64px;
  }
}
.m-content-copy-columns__title h2 span:not(:last-of-type) {
  color: #008194;
}
.m-content-copy-columns__container {
  display: grid;
  grid-gap: 48px;
}
@media (min-width: 767px) {
  .m-content-copy-columns__container--2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 128px;
  }
}
@media (min-width: 969px) {
  .m-content-copy-columns__container--3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
  }
}
.m-content-copy-columns__column h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #393939;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-content-copy-columns__column h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.m-content-copy-columns__content {
  color: #393939;
}

.m-content-copy {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-content-copy {
    margin: 160px 0;
  }
}
.m-content-copy__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 969px) {
  .m-content-copy__container {
    flex-direction: row;
  }
}
.m-content-copy__image {
  width: 100%;
  height: 250px;
  flex-shrink: 0;
  margin-bottom: 40px;
  position: relative;
  order: 1;
}
@media (min-width: 767px) {
  .m-content-copy__image {
    height: 350px;
  }
}
@media (min-width: 969px) {
  .m-content-copy__image {
    margin-bottom: 0;
    height: 480px;
    width: 480px;
    order: 2;
  }
}
@media (min-width: 1279px) {
  .m-content-copy__image {
    width: 600px;
  }
}
.m-content-copy__image img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-content-copy__content {
  color: #393939;
  margin-right: 40px;
  order: 2;
}
@media (min-width: 969px) {
  .m-content-copy__content {
    order: 1;
    width: 100%;
  }
}
.m-content-copy__content h3, .m-content-copy__content .m-about-header__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 969px) {
  .m-content-copy__content h3, .m-content-copy__content .m-about-header__title {
    font-size: 32px;
    line-height: 36px;
    max-width: 480px;
  }
}
@media (min-width: 1279px) {
  .m-content-copy__content h3, .m-content-copy__content .m-about-header__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-content-copy__content .e-normal-text {
  opacity: 1;
}
.m-content-copy__content a {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 479px) {
  .m-content-copy__content a {
    width: auto;
  }
}

.m-companyinfo-page .m-main-lead__background {
  opacity: 0.5;
}

.m-companyinfo-lead {
  margin: 40px 0;
  padding: 0;
}
@media (min-width: 767px) {
  .m-companyinfo-lead {
    padding: 60px 0 80px;
    margin: 0;
    background: #F8FBF8;
  }
}
.m-companyinfo-lead__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 969px) {
  .m-companyinfo-lead__container {
    grid-gap: 12px;
    grid-template-columns: 500px 1fr;
  }
}
@media (min-width: 1365px) {
  .m-companyinfo-lead__container {
    grid-gap: 50px;
    grid-template-columns: 650px 1fr;
  }
}
.m-companyinfo-lead__content {
  max-width: 100%;
}
@media (min-width: 1365px) {
  .m-companyinfo-lead__content {
    max-width: 600px;
  }
}
.m-companyinfo-lead__title {
  font-size: 36px;
  line-height: 46px;
  font-family: "SourceSansBold";
  margin-bottom: 10px;
  max-width: 517px;
}
@media (min-width: 767px) {
  .m-companyinfo-lead__title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 30px;
    margin-right: 5px;
    color: #393939;
  }
}
.m-companyinfo-lead__title span {
  color: #FA9C1F;
}
.m-companyinfo-lead__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 517px;
  color: #000;
}
@media (min-width: 767px) {
  .m-companyinfo-lead__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #393939;
  }
}
.m-companyinfo-lead__button {
  width: 228px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  background: #008194;
  border: none;
  transition: background 0.2s;
}
.m-companyinfo-lead__button:hover {
  background: #257282;
}
@media (max-width: 767px) {
  .m-companyinfo-lead__button {
    display: none;
  }
}
.m-companyinfo-lead__image {
  display: block;
  width: 100%;
}
.m-companyinfo-lead__image img {
  max-width: 100%;
}
@media (max-width: 969px) {
  .m-companyinfo-lead__image {
    display: none;
  }
}

.m-companyinfo-content {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .m-companyinfo-content {
    margin-top: 150px;
    margin-bottom: 120px;
  }
}
.m-companyinfo-content__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media (min-width: 767px) {
  .m-companyinfo-content__container {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 969px) {
  .m-companyinfo-content__container {
    grid-template-columns: 420px 1fr;
    grid-gap: 50px;
  }
}
@media (min-width: 1279px) {
  .m-companyinfo-content__container {
    grid-template-columns: 520px 1fr;
    grid-gap: 60px;
  }
}
@media (min-width: 1419px) {
  .m-companyinfo-content__container {
    grid-template-columns: 592px 1fr;
    grid-gap: 82px;
  }
}
.m-companyinfo-content__image {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  max-height: 300px;
  background-size: cover !important;
  background-position: center !important;
}
.m-companyinfo-content__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 767px) {
  .m-companyinfo-content__image {
    height: 300px;
    border-radius: 0 150px 150px 0;
    max-height: unset;
  }
}
@media (min-width: 969px) {
  .m-companyinfo-content__image {
    height: 420px;
    border-radius: 0 210px 210px 0;
  }
}
@media (min-width: 1279px) {
  .m-companyinfo-content__image {
    height: 520px;
    border-radius: 0 260px 260px 0;
  }
}
@media (min-width: 1419px) {
  .m-companyinfo-content__image {
    height: 592px;
    border-radius: 0 296px 296px 0;
  }
}
.m-companyinfo-content__text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .m-companyinfo-content__text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.m-companyinfo-content__title {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .m-companyinfo-content__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.m-companyinfo-content__list {
  margin-top: 60px;
}
.m-companyinfo-content__list-item {
  display: flex;
}
.m-companyinfo-content__list-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.m-companyinfo-content__list-item svg {
  fill: #FA9C1F;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .m-companyinfo-content__list-item {
    flex-direction: column;
    align-items: center;
  }
  .m-companyinfo-content__list-item svg {
    margin-bottom: 15px;
    margin-right: 0;
    width: 36px;
  }
  .m-companyinfo-content__list-item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.m-companyinfo-content__list-content {
  font-size: 22px;
  line-height: 26px;
  font-family: "SourceSansBold";
  color: #393939;
  text-align: center;
  max-width: 300px;
}
@media (min-width: 767px) {
  .m-companyinfo-content__list-content {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    max-width: 100%;
  }
}
.m-companyinfo-content__list-content span {
  font-size: 16px;
  line-height: 27px;
  font-family: "SourceSansRegular";
  color: #000;
  margin-top: 5px;
  display: block;
}
@media (min-width: 767px) {
  .m-companyinfo-content__list-content span {
    font-size: 18px;
    line-height: 27px;
    margin-top: 2px;
  }
}

.m-companyinfo-data {
  margin: 100px 0 80px 0;
}
@media (min-width: 767px) {
  .m-companyinfo-data {
    margin: 80px 0;
  }
}
.m-companyinfo-data__title {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 479px) {
  .m-companyinfo-data__title--center {
    text-align: center;
  }
}
.m-companyinfo-data__title h2 {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: "SourceSansBold";
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .m-companyinfo-data__title h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.m-companyinfo-data__text {
  max-width: 650px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 479px) {
  .m-companyinfo-data__text--center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .m-companyinfo-data__text {
    font-size: 18px;
    line-height: 27px;
  }
}
.m-companyinfo-data__container--mobile {
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
}
@media (min-width: 969px) {
  .m-companyinfo-data__container--mobile {
    display: none;
  }
}
.m-companyinfo-data__container--desktop {
  display: none;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 969px) {
  .m-companyinfo-data__container--desktop {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 10px;
  }
}
@media (min-width: 1279px) {
  .m-companyinfo-data__container--desktop {
    width: 1008px;
    margin: auto;
    margin-top: 40px;
    grid-template-columns: 300px 1fr;
  }
}
.m-companyinfo-data__categories {
  position: relative;
  border-left: 1px solid #e5e5e5;
  max-height: 577px;
}
.m-companyinfo-data__categories--inner {
  padding: 40px;
  padding-bottom: 60px;
  max-height: 577px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.m-companyinfo-data__categories--inner::-webkit-scrollbar {
  display: none;
}
.m-companyinfo-data__categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 60px;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.m-companyinfo-data__categories::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% + 1px);
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
.m-companyinfo-data__category {
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "SourceSansRegular";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-companyinfo-data__category:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.m-companyinfo-data__category svg {
  fill: #008194;
}
.m-companyinfo-data__category.current {
  color: #008194;
  font-family: "SourceSansSemi";
  border-color: #FA9C1F;
}
.m-companyinfo-data__category.current svg {
  fill: #FA9C1F;
}
.m-companyinfo-data__category-scroll {
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: white;
  cursor: pointer;
  display: none;
}
.m-companyinfo-data__category-scroll.active {
  display: flex;
}
.m-companyinfo-data__category-scroll svg {
  fill: #727272;
}
.m-companyinfo-data__tab {
  background: #f8fbf8;
  padding: 40px 50px 144px;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.m-companyinfo-data__tab.current {
  display: block;
}
.m-companyinfo-data__tab-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m-companyinfo-data__tab-title svg {
  margin-right: 10px;
  flex-shrink: 0;
}
.m-companyinfo-data__tab-title h3, .m-companyinfo-data__tab-title .m-about-header__title {
  font-size: 32px;
  line-height: 46px;
  font-family: "SourceSansBold";
  color: #393939;
}
.m-companyinfo-data__tab-desc {
  font-size: 18px;
  line-height: 27px;
  color: #393939;
  margin: 24px 0;
}
@media (min-width: 969px) {
  .m-companyinfo-data__tab-desc {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.m-companyinfo-data__tab-desc strong {
  font-family: "SourceSansBold";
}
.m-companyinfo-data__tab-links {
  display: grid;
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  grid-gap: 16px;
  margin-top: 30px;
}
.m-companyinfo-data__tab-link {
  display: flex;
  align-items: center;
}
@media (max-width: 969px) {
  .m-companyinfo-data__tab-link {
    margin-bottom: 16px;
  }
  .m-companyinfo-data__tab-link:last-of-type {
    margin-bottom: 60px;
  }
}
.m-companyinfo-data__tab-link strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-companyinfo-data__tab-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.m-companyinfo-data__tab-link a svg {
  fill: #008194;
  flex-shrink: 0;
  margin-top: 1px;
}
.m-companyinfo-data__tab-link a:hover {
  text-decoration: underline;
}
.m-companyinfo-data__tab-link a strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-companyinfo-data__tab-link svg {
  margin-right: 4px;
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-companyinfo-data__tab-cta {
    position: absolute;
    bottom: 38px;
    border-radius: 8px;
    padding: 9px;
    border: 1px solid #008194;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
  }
  .m-companyinfo-data__tab-cta > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
  }
}
.m-companyinfo-data__tab-cta > div .e-primary-button {
  width: 100%;
  padding: 0;
  height: 55px;
  line-height: 49px;
  max-width: 300px;
}
.m-companyinfo-data__tab-cta > div:first-of-type {
  font-size: 18px;
  color: #008194;
  font-family: "SourceSansBold";
  margin-bottom: 20px;
}
@media (min-width: 969px) {
  .m-companyinfo-data__tab-cta > div:first-of-type {
    margin-bottom: 0;
  }
}
.m-companyinfo-data__mobile-tab:not(:last-of-type) {
  margin-bottom: 10px;
}
.m-companyinfo-data__mobile-tab.active .m-companyinfo-data__mobile-content {
  display: block;
}
.m-companyinfo-data__mobile-tab.active .m-companyinfo-data__mobile-header svg {
  transform: rotate(180deg);
}
.m-companyinfo-data__mobile-header {
  padding: 0 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fbf8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #008194;
  font-size: 18px;
  font-family: "SourceSansBold";
}
.m-companyinfo-data__mobile-header svg {
  fill: #008194;
}
.m-companyinfo-data__mobile-content {
  padding-bottom: 27px;
  display: none;
}
.m-companyinfo-data--target-audience {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-companyinfo-data--target-audience {
    margin: 160px 0;
  }
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tabs {
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
}
.m-companyinfo-data--target-audience .m-companyinfo-data__categories {
  border-left: none;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__title {
  max-width: unset;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__title h2 {
  font-size: 24px;
  line-height: 28px;
  margin: auto;
  margin-bottom: 10px;
  max-width: unset;
}
@media (min-width: 969px) {
  .m-companyinfo-data--target-audience .m-companyinfo-data__title h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    max-width: 680px;
  }
}
.m-companyinfo-data--target-audience .m-companyinfo-data__text {
  margin: 0;
}
@media (min-width: 969px) {
  .m-companyinfo-data--target-audience .m-companyinfo-data__text {
    margin: auto;
    max-width: 680px;
  }
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tab {
  padding: 48px 50px 64px;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tab-links {
  grid-template-columns: 1fr;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tab-link {
  font-size: 18px;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tab-title {
  margin-bottom: 10px;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__tab-title h2 {
  font-size: 24px;
  line-height: 28px;
}
.m-companyinfo-data--target-audience .m-companyinfo-data__container--mobile {
  max-width: unset;
}

.m-channel-blocks {
  margin: 80px 0;
}
.m-channel-blocks__title {
  max-width: 650px;
  margin: auto;
}
.m-channel-blocks__title h3, .m-channel-blocks__title .m-about-header__title {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: "SourceSansBold";
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .m-channel-blocks__title h3, .m-channel-blocks__title .m-about-header__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.m-channel-blocks__text {
  max-width: 650px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .m-channel-blocks__text {
    font-size: 18px;
    line-height: 27px;
  }
}
.m-channel-blocks__blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .m-channel-blocks__blocks {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1279px) {
  .m-channel-blocks__blocks {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.m-channel-blocks__block {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.m-channel-blocks__header {
  height: 178px;
  background: #f8fbf8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-channel-blocks__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 178px);
}
.m-channel-blocks__content h4 {
  font-size: 22px;
  line-height: 26px;
  color: #393939;
  margin-bottom: 20px;
}
.m-channel-blocks__content p {
  color: #393939;
  margin-bottom: 30px;
}
.m-channel-blocks__content .e-button {
  width: 100%;
  padding: 0 10px;
}
.m-channel-blocks__image {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.m-channel-blocks__image-left {
  background-size: auto !important;
  background-position: left !important;
}
.m-channel-blocks__image-right {
  background-size: auto !important;
  background-position: right !important;
}
@media (min-width: 969px) {
  .m-channel-blocks--extra-margin {
    margin: 160px 0;
  }
}

.m-companyinfo-outro {
  margin: 80px 0;
}
@media (min-width: 767px) {
  .m-companyinfo-outro {
    margin: 80px 0 160px 0;
  }
}
.m-companyinfo-outro__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
@media (min-width: 767px) {
  .m-companyinfo-outro__container {
    grid-template-columns: 1fr 330px;
    grid-gap: 40px;
  }
}
@media (min-width: 969px) {
  .m-companyinfo-outro__container {
    grid-template-columns: 1fr 440px;
    grid-gap: 80px;
  }
}
@media (min-width: 1279px) {
  .m-companyinfo-outro__container {
    grid-template-columns: 1fr 440px;
    grid-gap: 120px;
  }
}
.m-companyinfo-outro__image {
  display: flex;
}
.m-companyinfo-outro__image img {
  max-width: 350px;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .m-companyinfo-outro__image img {
    width: 100%;
    height: 512px;
    margin: 0;
    max-width: unset;
  }
}
@media (min-width: 969px) {
  .m-companyinfo-outro__image img {
    height: 683px;
  }
}
.m-companyinfo-outro__image img.desktop {
  display: none;
}
@media (min-width: 767px) {
  .m-companyinfo-outro__image img.desktop {
    display: block;
  }
  .m-companyinfo-outro__image img.mobile {
    display: none;
  }
  .m-companyinfo-outro__content {
    margin-top: 16px;
  }
}
.m-companyinfo-outro__content p {
  margin-bottom: 40px;
}
.m-companyinfo-outro__content h1, .m-companyinfo-outro__content h2, .m-companyinfo-outro__content h3, .m-companyinfo-outro__content .m-about-header__title, .m-companyinfo-outro__content h4, .m-companyinfo-outro__content h5, .m-companyinfo-outro__content h6 {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #393939;
}
@media (min-width: 767px) {
  .m-companyinfo-outro__content h1, .m-companyinfo-outro__content h2, .m-companyinfo-outro__content h3, .m-companyinfo-outro__content .m-about-header__title, .m-companyinfo-outro__content h4, .m-companyinfo-outro__content h5, .m-companyinfo-outro__content h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.m-companyinfo-outro__content .m-companyinfo-outro__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #393939;
  max-width: 500px;
}
@media (min-width: 767px) {
  .m-companyinfo-outro__content .m-companyinfo-outro__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.m-cta-text {
  background: transparent linear-gradient(117deg, #008194 0%, #03536c 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0;
  color: white;
  position: relative;
}
@media (min-width: 969px) {
  .m-cta-text {
    padding: 180px 0 150px 0;
  }
}
.m-cta-text::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pattern/background-pattern-cta-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  display: none;
}
@media (min-width: 767px) {
  .m-cta-text::after {
    display: block;
  }
}
.m-cta-text__container {
  z-index: 2;
  position: relative;
}
@media (min-width: 969px) {
  .m-cta-text__container {
    display: flex;
    justify-content: space-between;
  }
}
.m-cta-text__content {
  width: 100%;
  max-width: 540px;
}
@media (min-width: 969px) {
  .m-cta-text__content {
    margin-right: 80px;
  }
}
.m-cta-text__content a:not([class]) {
  color: white;
  text-decoration: underline;
}
.m-cta-text__content h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.m-cta-text__content h2 strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-cta-text__content h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-cta-text__content h3, .m-cta-text__content .m-about-header__title {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 969px) {
  .m-cta-text__content h3, .m-cta-text__content .m-about-header__title {
    font-size: 18px;
    line-height: 27px;
  }
  .m-cta-text__content .e-subtitle {
    margin-bottom: 28px;
  }
}
.m-cta-text__content .e-list {
  padding: 0 2px;
}
.m-cta-text__content .e-links li a {
  color: white;
}
.m-cta-text__content .e-links li a::after {
  background-image: url("../img/icons/cheveron-right-white.svg");
}
.m-cta-text__content .e-normal-text {
  opacity: 1;
}
.m-cta-text__content .e-quote-text {
  opacity: 1;
}
.m-cta-text__image {
  display: none;
  position: relative;
}
@media (min-width: 969px) {
  .m-cta-text__image {
    width: 452px;
    flex-shrink: 0;
    display: block;
    height: 480px;
  }
}
@media (min-width: 1279px) {
  .m-cta-text__image {
    width: 552px;
    height: 540px;
  }
}
.m-cta-text__image img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04);
}
@media (min-width: 969px) {
  .m-cta-text__image-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .m-cta-text__image-contain {
    height: auto;
  }
  .m-cta-text__image-contain img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    border-radius: 8px;
    position: relative;
  }
  .m-cta-text__image-left img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    border-radius: 8px;
  }
  .m-cta-text__image-right img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    border-radius: 8px;
  }
  .m-cta-text__image-mobile {
    display: none;
  }
}
.m-cta-text__image-mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 479px) {
  .m-cta-text__image-mobile img {
    max-width: 560px;
  }
}
.m-cta-text__button {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .m-cta-text__button {
    display: block;
  }
}
.m-cta-text__link {
  display: block;
  text-align: center;
  margin-top: 24px;
  color: white;
  position: relative;
}
.m-cta-text__link:hover {
  color: white;
}
.m-cta-text__link svg {
  fill: white;
  transform: translateY(3px);
}
@media (min-width: 767px) {
  .m-cta-text__link {
    text-align: left;
  }
}
@media (min-width: 969px) {
  .m-cta-text__link {
    display: inline-block;
  }
}
.m-cta-text__anchor {
  position: relative;
  top: -105px;
}
@media (min-width: 969px) {
  .m-cta-text__anchor {
    top: -310px;
  }
}

.m-cta-blocks {
  background: #F8FBF8;
  padding: 64px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-cta-blocks {
    padding: 80px 0 100px;
  }
}
.m-cta-blocks .e-container {
  position: relative;
  z-index: 2;
}
.m-cta-blocks__intro {
  color: #393939;
}
.m-cta-blocks__intro h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 969px) {
  .m-cta-blocks__intro h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-cta-blocks__intro p {
  max-width: 560px;
}
.m-cta-blocks__blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-top: 40px;
}
@media (min-width: 969px) {
  .m-cta-blocks__blocks {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.m-cta-blocks__block {
  background: white;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  color: #393939;
}
@media (min-width: 969px) {
  .m-cta-blocks__block {
    padding: 20px;
  }
}
@media (min-width: 1279px) {
  .m-cta-blocks__block {
    padding: 40px;
  }
}
.m-cta-blocks__block h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-cta-blocks__button {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393939;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  padding: 13px 20px 13px 10px;
  font-size: 18px;
  text-align: center;
  border-color: #008194;
  color: #008194;
}
.m-cta-blocks__button svg {
  transition: transform 0.2s ease, fill 0.2s ease;
  position: absolute;
  right: 8px;
  fill: #9F9F9F;
}
.m-cta-blocks__button strong {
  font-family: "SourceSansBold";
}
@media (min-width: 969px) {
  .m-cta-blocks__button:hover svg {
    transform: translateX(-8px);
  }
}
.m-cta-blocks__button--1, .m-cta-blocks__button--compliance {
  border-color: #008194;
  color: #008194;
}
.m-cta-blocks__button--1:hover, .m-cta-blocks__button--compliance:hover {
  background: rgba(0, 129, 148, 0.04);
  color: #008194;
}
.m-cta-blocks__button--1:hover svg, .m-cta-blocks__button--compliance:hover svg {
  fill: #008194;
}
.m-cta-blocks__button--2, .m-cta-blocks__button--marketing {
  border-color: #72B760;
  color: #72B760;
}
.m-cta-blocks__button--2:hover, .m-cta-blocks__button--marketing:hover {
  background: rgba(114, 183, 96, 0.08);
  color: #72B760;
}
.m-cta-blocks__button--2:hover svg, .m-cta-blocks__button--marketing:hover svg {
  fill: #72B760;
}
.m-cta-blocks__button--3, .m-cta-blocks__button--sales {
  border-color: #FA9C1F;
  color: #FA9C1F;
}
.m-cta-blocks__button--3:hover, .m-cta-blocks__button--sales:hover {
  background: rgba(250, 156, 31, 0.04);
  color: #FA9C1F;
}
.m-cta-blocks__button--3:hover svg, .m-cta-blocks__button--sales:hover svg {
  fill: #FA9C1F;
}
.m-cta-blocks__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern/background-pattern.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media (min-width: 969px) {
  .m-cta-blocks__background {
    display: block;
  }
}

.m-data-page__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 767px) {
  .m-data-page__container {
    grid-gap: 12px;
    grid-template-columns: 650px 1fr;
  }
}
@media (min-width: 1365px) {
  .m-data-page__container {
    grid-gap: 50px;
  }
}
.m-data-page__lead {
  padding: 30px 0;
}
@media (min-width: 767px) {
  .m-data-page__lead {
    min-height: 594px;
    padding: 70px 0;
    background: #F8FBF8;
  }
}
.m-data-page__lead-title {
  font-size: 32px;
  line-height: 38px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #393939;
}
@media (min-width: 767px) {
  .m-data-page__lead-title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 30px;
  }
}
.m-data-page__lead-title span {
  color: #393939;
}
@media (min-width: 767px) {
  .m-data-page__lead-title span {
    color: #008194;
  }
}
.m-data-page__lead-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #000;
}
@media (min-width: 767px) {
  .m-data-page__lead-text {
    font-size: 18px;
    line-height: 26px;
    color: #393939;
  }
}
.m-data-page__lead-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .m-data-page__lead-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
.m-data-page__lead-list-item {
  display: flex;
  align-items: center;
}
.m-data-page__lead-list-item svg {
  fill: #FA9C1F;
  margin-right: 7px;
}
.m-data-page__lead-button {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
}
@media (min-width: 479px) {
  .m-data-page__lead-button {
    width: auto;
    font-size: 18px;
  }
}
.m-data-page__lead-image img {
  max-width: 100%;
}
@media (max-width: 1279px) {
  .m-data-page__lead-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-data-page__lead-image {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.m-data-page .anchor {
  position: relative;
  bottom: 130px;
}

.m-data-attributes {
  padding: 80px 0;
  display: none;
}
@media (min-width: 969px) {
  .m-data-attributes {
    display: block;
  }
}
@media (min-width: 1279px) {
  .m-data-attributes {
    padding: 125px 0;
  }
}
.m-data-attributes__characteristics {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.m-data-attributes__characteristics-item {
  display: flex;
  align-items: center;
}
.m-data-attributes__characteristics-item svg {
  margin-right: 5px;
}
.m-data-attributes__characteristics-item:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 969px) {
  .m-data-attributes__data-wrap {
    display: grid;
    grid-template-columns: 121px 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1279px) {
  .m-data-attributes__data-wrap {
    grid-template-columns: 186px 1fr;
    grid-gap: 30px;
  }
}
.m-data-attributes__data-wrap.search-active .m-data-attributes__data-list {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 969px) {
  .m-data-attributes__data-wrap.search-active .m-data-attributes__data {
    margin-left: -141px;
  }
}
@media (min-width: 1279px) {
  .m-data-attributes__data-wrap.search-active .m-data-attributes__data {
    margin-left: -216px;
  }
}
.m-data-attributes__data-wrap.search-active .m-data-attributes__nav {
  opacity: 0;
  pointer-events: none;
}
.m-data-attributes__data-wrap.search-active .m-data-attributes__content.active {
  display: none;
}
.m-data-attributes__data-wrap.search-active .m-data-attributes__content--search {
  display: block;
}
.m-data-attributes__data-wrap.search-active .m-data-attributes__stop-search--desktop {
  display: flex;
}
.m-data-attributes__data {
  margin-left: 0;
  transition: margin-left 0.3s;
}
.m-data-attributes__data-list {
  opacity: 1;
  transition: opacity 0.3s;
}
.m-data-attributes__data-list-title {
  display: flex;
  align-items: center;
}
.m-data-attributes__data-list-item {
  font-size: 16px;
  line-height: 18px;
  color: #393939;
  padding: 10px 0;
}
.m-data-attributes__data-list-item h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSansBold";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s;
}
@media (min-width: 1279px) {
  .m-data-attributes__data-list-item h4 {
    font-size: 18px;
  }
}
.m-data-attributes__data-list-item span {
  display: none;
  margin-top: 10px;
}
.m-data-attributes__data-list-item svg {
  margin-left: 8px;
  margin-top: 1px;
  fill: #FA9C1F;
  display: none;
}
.m-data-attributes__data-list-item:hover {
  cursor: pointer;
}
.m-data-attributes__data-list-item:hover h4 {
  color: #008194;
}
.m-data-attributes__data-list-item.active {
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #FA9C1F;
}
.m-data-attributes__data-list-item.active h4 {
  color: #008194;
}
.m-data-attributes__data-list-item.active span {
  display: block;
}
.m-data-attributes__data-list-item.active svg {
  display: block;
}
.m-data-attributes__data-list-item:not(:first-of-type).active {
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
}
.m-data-attributes__header {
  background: #F6F6F6;
  border: 1px solid #E5E5E5;
  border-radius: 10px 10px 0 0;
  height: 82px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-data-attributes__stop-search {
  position: absolute;
  height: 45px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  cursor: pointer;
  display: none;
}
.m-data-attributes__stop-search svg {
  fill: #393939;
}
.m-data-attributes__search {
  position: relative;
}
@media (max-width: 969px) {
  .m-data-attributes__search {
    margin-top: 20px;
    width: 206px;
  }
}
.m-data-attributes__search input {
  border-radius: 5px;
  padding-left: 44px;
  padding-right: 10px;
  height: 45px;
  width: 206px;
}
.m-data-attributes__search::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  height: 18px;
  width: 18px;
  background: url("../img/icons/magnify.svg");
  background-size: cover;
  background-position: center;
}
.m-data-attributes__nav {
  display: none;
  flex-wrap: wrap;
}
.m-data-attributes__nav.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.3s;
}
.m-data-attributes__nav-item {
  margin-right: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #727272;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m-data-attributes__nav-item:hover {
  cursor: pointer;
}
.m-data-attributes__nav-item.current {
  color: #008194;
  text-decoration: underline;
}
.m-data-attributes__content {
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 30px 30px 20px 30px;
  display: none;
}
.m-data-attributes__content.active {
  display: block;
}
@media (min-width: 1419px) {
  .m-data-attributes__content {
    padding: 30px 20px 45px 30px;
  }
}
.m-data-attributes__content--search {
  display: none;
}
.m-data-attributes__content-row {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: calc(20% - 19px) calc(27% - 19px) 95px calc(18% - 19px) calc(12% - 34px) calc(15% - 19px);
  padding: 15px 0;
  font-size: 16px;
  line-height: 23px;
  color: #393939;
}
@media (max-width: 1279px) {
  .m-data-attributes__content-row {
    grid-template-columns: calc(47% - 38px) 95px calc(15% - 19px) calc(12% - 0px) calc(19% - 38px);
  }
}
.m-data-attributes__content-row.hidden {
  display: none;
}
.m-data-attributes__content-row:not(:nth-child(3)) {
  border-top: 1px solid #e5e5e5;
}
.m-data-attributes__content-row.fix-border {
  border-top: none !important;
}
.m-data-attributes__content-row--first {
  font-family: "SourceSansSemi";
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: #727272;
  padding: 0;
  padding-bottom: 25px;
  border-top: none !important;
}
.m-data-attributes__content-row--search {
  grid-template-columns: calc(14% - 19px) calc(18% - 19px) calc(24% - 19px) 95px calc(13% - 19px) calc(10% - 19px) calc(13% - 19px);
}
@media (max-width: 1279px) {
  .m-data-attributes__content-row--search {
    grid-template-columns: calc(15% - 19px) calc(40% - 38px) 95px calc(12% - 19px) calc(10% - 19px) calc(16% - 19px);
  }
}
.m-data-attributes__content__no-results {
  display: none;
}
.m-data-attributes__niveau ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-data-attributes__attribute {
  font-family: "SourceSansSemi";
}
@media (max-width: 1279px) {
  .m-data-attributes__attribute {
    display: none;
  }
}
.m-data-attributes__attribute-description {
  display: none;
  position: relative;
}
.m-data-attributes__attribute-description .m-data-attributes__attribute {
  display: none;
  padding-right: 25px;
}
.m-data-attributes__attribute-description .m-data-attributes__description {
  display: none;
  position: static;
}
@media (max-width: 1279px) {
  .m-data-attributes__attribute-description {
    display: block;
  }
  .m-data-attributes__attribute-description .m-data-attributes__attribute, .m-data-attributes__attribute-description .m-data-attributes__description {
    display: block;
  }
}
.m-data-attributes__product {
  display: flex;
  flex-wrap: wrap;
  max-height: 56px;
}
@media (min-width: 1279px) {
  .m-data-attributes__product {
    margin-right: -20px;
    height: 28px;
  }
}
.m-data-attributes__product-item {
  position: relative;
}
.m-data-attributes__product-item:not(:last-of-type) {
  margin-right: 6px;
}
@media (min-width: 1279px) {
  .m-data-attributes__product-item:not(:last-of-type) {
    margin-right: 5px;
  }
}
.m-data-attributes__product-item:hover {
  cursor: pointer;
}
.m-data-attributes__product-item:hover .m-data-attributes__product-desc {
  display: block;
}
.m-data-attributes__product-desc {
  position: absolute;
  text-align: center;
  transform: translate(calc(-50% + 13px), calc(-100% - 9px));
  background: #FA9C1F;
  color: white;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 14px;
  display: none;
}
.m-data-attributes__product-desc::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FA9C1F;
}
.m-data-attributes__product-desc--api {
  width: 42px;
}
.m-data-attributes__product-desc--losse-levering {
  width: 115px;
}
.m-data-attributes__product-desc--online-portal {
  width: 108px;
}
.m-data-attributes__product-desc--marktview {
  width: 90px;
}
.m-data-attributes__categories span {
  display: block;
  padding: 2px 0;
  border-bottom: 1px solid #e5e5e5;
}
.m-data-attributes__categories span:last-of-type, .m-data-attributes__categories span:first-of-type {
  border-bottom: none;
}
.m-data-attributes__categories .bold {
  font-weight: bold;
}
.m-data-attributes__cover-box {
  background: rgba(0, 129, 148, 0.05);
  border: 1px solid #008194;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 6px;
  color: #008194;
  font-family: "SourceSansSemi";
  margin-top: -3px;
}
.m-data-attributes__description {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 1279px) {
  .m-data-attributes__description {
    display: none;
  }
}
.m-data-attributes__extra-information {
  position: absolute;
  right: 0;
  top: 0;
}
.m-data-attributes__extra-information:hover {
  cursor: pointer;
}
.m-data-attributes__extra-information svg {
  fill: #727272;
}

.m-data-attributes-mobile {
  display: block;
  padding-top: 80px;
  padding-bottom: 42px;
}
@media (min-width: 969px) {
  .m-data-attributes-mobile {
    display: none;
  }
}
.m-data-attributes-mobile.search-active .m-data-attributes-mobile__search-list {
  display: block;
}
.m-data-attributes-mobile.search-active .m-data-attributes-mobile__dropdowns {
  display: none;
}
.m-data-attributes-mobile.search-active .m-data-attributes__stop-search--mobile {
  display: flex;
}
.m-data-attributes-mobile__characteristics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 300px;
}
.m-data-attributes-mobile__characteristics-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.m-data-attributes-mobile__characteristics-item svg {
  margin-right: 5px;
}
.m-data-attributes-mobile__characteristics-item:not(:last-of-type) {
  margin-right: 20px;
}
.m-data-attributes-mobile__dropdowns {
  margin-top: 30px;
}
.m-data-attributes-mobile__dropdown-item {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #F8FBF8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m-data-attributes-mobile__dropdown-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.m-data-attributes-mobile__dropdown-item span {
  color: #008194;
  font-family: "SourceSansSemi";
  font-size: 18px;
  line-height: 29px;
}
.m-data-attributes-mobile__dropdown-item svg {
  fill: #008194;
  transition: transform 0.2s;
}
.m-data-attributes-mobile__dropdown-item.visible svg {
  transform: rotate(180deg);
}
.m-data-attributes-mobile__dropdown-content {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.m-data-attributes-mobile__dropdown-content.visible {
  display: block;
}
.m-data-attributes-mobile__dropdown-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.m-data-attributes-mobile__dropdown-buttons .choices__inner, .m-data-attributes-mobile__dropdown-buttons .choices__list--dropdown {
  font-family: SourceSansRegular, sans-serif;
  font-weight: 300;
  display: block;
  border: 1px solid rgba(76, 76, 76, 0.15) !important;
  background: white;
  border-radius: 5px !important;
  width: 170px;
}
.m-data-attributes-mobile__dropdown-buttons .choices__item.choices__item--selectable {
  padding-right: 10px;
}
.m-data-attributes-mobile__dropdown-buttons .choices__item.choices__item--selectable::after {
  display: none;
}
.m-data-attributes-mobile__sublist-item {
  border-top: 0.5px solid #E5E5E5;
}
.m-data-attributes-mobile__sublist-item .m-data-attributes-mobile__sublist-content {
  display: none;
}
.m-data-attributes-mobile__sublist-item .icon-minus {
  display: none;
  transform: rotate(90deg);
}
.m-data-attributes-mobile__sublist-item.hidden {
  display: none;
}
.m-data-attributes-mobile__sublist-item.visible .m-data-attributes-mobile__sublist-content {
  display: block;
}
.m-data-attributes-mobile__sublist-item.visible .icon-minus {
  display: block;
}
.m-data-attributes-mobile__sublist-item.visible .icon-plus {
  display: none;
}
.m-data-attributes-mobile__sublist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SourceSansSemi";
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 0;
}
.m-data-attributes-mobile__sublist-header svg {
  fill: #FA9C1F;
}
.m-data-attributes-mobile__sublist-content {
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
  display: none;
}
.m-data-attributes-mobile__sublist-content.visible {
  display: block;
}
.m-data-attributes-mobile__sublist-data {
  margin-top: 16px;
  display: grid;
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  grid-gap: 16px;
}
.m-data-attributes-mobile__sublist-data span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #727272;
  margin-bottom: 5px;
}
.m-data-attributes-mobile__extra-information {
  position: absolute;
  right: 0;
  top: 0;
}
.m-data-attributes-mobile__search-list {
  margin-top: 20px;
  display: none;
}

.m-users {
  text-align: center;
  padding: 52px 0;
}
@media (min-width: 767px) {
  .m-users {
    padding: 72px 0;
  }
}
.m-users p {
  max-width: 404px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .m-users p {
    font-size: 24px;
    line-height: 34px;
    max-width: 704px;
  }
}
.m-users p strong {
  color: #FA9C1F;
}
.m-users__logo-wrap {
  padding: 9px 0 0;
}
.m-users__logo-wrap > div {
  margin: 18px auto;
  max-width: 140px;
}
.m-users__logo-wrap > div img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .m-users__logo-wrap {
    padding: 46px 0 0;
    display: flex;
    width: calc(100% + 36px);
    transform: translateX(-18px);
    align-items: flex-end;
    justify-content: center;
  }
  .m-users__logo-wrap > div {
    margin: 0 18px;
    max-width: auto;
  }
}
@media (min-width: 969px) {
  .m-users__logo-wrap {
    width: calc(100% + 72px);
    transform: translateX(-36px);
  }
  .m-users__logo-wrap > div {
    margin: 0 36px;
    max-width: auto;
  }
}

.m-features {
  padding: 56px 0;
}
@media (min-width: 767px) {
  .m-features {
    padding: 76px 0;
  }
}
.m-features__main-content {
  border-radius: 3px;
  border-top: 3px solid #008194;
}
.m-features hr {
  background-color: #008194;
  height: 3px;
  border-radius: 4px;
}

.m-nav-wrapper {
  width: 100%;
  height: 66px;
  position: relative;
  z-index: 100;
}
.m-nav-wrapper__mobile {
  height: 66px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.m-nav-wrapper__desktop {
  display: none;
  height: 96px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: height 0.2s ease;
}
@media (min-width: 969px) {
  .m-nav-wrapper {
    height: 131px;
  }
  .m-nav-wrapper__mobile {
    display: none;
  }
  .m-nav-wrapper__desktop {
    display: block;
  }
}

.admin-bar #wpadminbar {
  position: fixed !important;
}
.admin-bar #wp-admin-bar-customize {
  display: none !important;
}
.admin-bar .m-nav-wrapper__mobile {
  top: 46px;
}
.admin-bar .m-nav-wrapper .m-mobile-nav {
  top: 111px;
}
.admin-bar .m-nav-wrapper__desktop {
  top: 46px;
}
@media (min-width: 781px) {
  .admin-bar .m-nav-wrapper__mobile {
    top: 32px;
  }
  .admin-bar .m-nav-wrapper .m-mobile-nav {
    top: 97px;
  }
  .admin-bar .m-nav-wrapper__desktop {
    top: 32px;
  }
}

.m-malfunctions-page {
  background-color: #FAFAFA;
  padding: 30px 0 0;
}
@media (min-width: 479px) {
  .m-malfunctions-page {
    padding: 72px 0;
  }
}
.m-malfunctions-page__lead {
  margin-bottom: 30px;
  text-align: center;
}
.m-malfunctions-page__lead > h3, .m-malfunctions-page__lead > .m-about-header__title {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__lead {
    margin-bottom: 72px;
  }
  .m-malfunctions-page__lead > h3, .m-malfunctions-page__lead > .m-about-header__title {
    font-size: 64px;
    line-height: 68px;
  }
}
.m-malfunctions-page__block {
  max-width: 840px;
  margin: auto;
  margin-bottom: 36px;
  padding: 50px 20px 30px;
  background-color: white;
}
@media (min-width: 479px) {
  .m-malfunctions-page__block {
    padding: 50px 36px;
  }
}
.m-malfunctions-page__block--no-container {
  margin: 0 -10px;
  padding: 40px 20px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__block--no-container {
    margin: auto;
    margin-bottom: 36px;
    padding: 50px 36px;
  }
}
.m-malfunctions-page__block--no-container .m-malfunctions-page__head > h5 {
  text-align: left;
}
.m-malfunctions-page__status {
  border-bottom: 5px solid #188C12;
  background-color: white;
  margin: -30px -20px;
  padding: 60px 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status {
    margin: -50px -36px;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
  }
}
.m-malfunctions-page__status > div > h5 {
  margin-bottom: 20px;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 42px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status > div > h5 {
    margin-bottom: 0;
  }
}
.m-malfunctions-page__status > div > h5 > span {
  color: #188C12;
}
.m-malfunctions-page__status > div > span {
  color: #A5A5A5;
  font-size: 18px;
  line-height: 24px;
}
.m-malfunctions-page__status > div > span > br {
  display: block;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status > div > span > br {
    display: none;
  }
}
.m-malfunctions-page__status > div > p {
  margin-bottom: 18px;
  display: none;
  font-size: 24px;
  line-height: 34px;
}
.m-malfunctions-page__status > div > div {
  display: none;
}
.m-malfunctions-page__status > div > div > a {
  margin-top: 26px;
  text-align: left;
  padding: 0 25px;
  width: calc(100% - 40px);
  display: none;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status > div > div > a {
    display: inline-block;
    width: auto;
  }
}
.m-malfunctions-page__status > div > div > a > svg {
  margin-right: 10px;
}
.m-malfunctions-page__status > div:first-of-type {
  margin: 0 0 20px 0;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status > div:first-of-type {
    margin: 7px 30px 0 0;
  }
}
.m-malfunctions-page__status > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5px;
}
.m-malfunctions-page__status .icon-red-cross {
  display: none;
}
.m-malfunctions-page__status--red {
  border-color: #B92121;
}
.m-malfunctions-page__status--red .icon-green-check {
  display: none;
}
.m-malfunctions-page__status--red .icon-red-cross {
  display: block;
}
.m-malfunctions-page__status--red > div > p {
  display: none;
}
@media (min-width: 479px) {
  .m-malfunctions-page__status--red > div > p {
    display: block;
  }
}
.m-malfunctions-page__status--red > div > div {
  display: block;
}
.m-malfunctions-page__status--red > div > h5 > span {
  color: #FF6800;
}
.m-malfunctions-page__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.m-malfunctions-page__head svg {
  margin-bottom: 20px;
}
.m-malfunctions-page__head h5 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__head {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .m-malfunctions-page__head svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .m-malfunctions-page__head h5 {
    width: auto;
    text-align: left;
  }
}
.m-malfunctions-page__system {
  display: none;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #D5D5D5;
}
.m-malfunctions-page__system > span {
  font-family: GothamBold, sans-serif;
  font-size: 24px;
}
.m-malfunctions-page__system > h5:last-of-type {
  padding-right: 40px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__system {
    display: flex;
  }
}
.m-malfunctions-page__description {
  display: flex;
  flex-direction: column;
}
.m-malfunctions-page__system-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px 25px 28px;
  border-bottom: 1px solid #D5D5D5;
}
.m-malfunctions-page__system-row:nth-child(3) {
  border-top: 1px solid #D5D5D5;
  margin-top: 20px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__system-row {
    padding: 25px 20px 25px 40px;
  }
  .m-malfunctions-page__system-row:nth-child(3) {
    border-top: none;
    margin-top: 0;
  }
}
.m-malfunctions-page__system-row .icon-red-cross {
  display: none;
}
.m-malfunctions-page__system-row > div > span {
  font-size: 18px;
  position: relative;
  font-family: SourceSansSemi, sans-serif;
}
.m-malfunctions-page__system-row > div > span:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #188C12;
  top: 6px;
  left: -28px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__system-row > div > span:before {
    left: -26px;
  }
}
.m-malfunctions-page__system-row > div > p {
  margin-right: 10px;
  margin-top: 5px;
}
.m-malfunctions-page__system-row > div:last-of-type {
  align-self: flex-start;
}
.m-malfunctions-page__system-row > svg {
  margin-left: 6px;
}
.m-malfunctions-page__system-row:last-of-type {
  margin-bottom: 10px;
}
.m-malfunctions-page__system-row--offline .icon-red-cross {
  display: block;
}
.m-malfunctions-page__system-row--offline .icon-green-check {
  display: none;
}
.m-malfunctions-page__system-row--offline > div > span {
  font-size: 18px;
  position: relative;
}
.m-malfunctions-page__system-row--offline > div > span:before {
  background: #FF6800;
}
.m-malfunctions-page__cta {
  max-width: 840px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 479px) {
  .m-malfunctions-page__cta {
    text-align: left;
    background: #fff;
    margin: auto auto 30px;
    padding: 40px 20px;
  }
}
@media (min-width: 767px) {
  .m-malfunctions-page__cta {
    padding: 50px 90px;
  }
}
.m-malfunctions-page__cta > h5 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
}
.m-malfunctions-page__cta .e-button {
  padding: 0 10px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__cta .e-button {
    padding: 0 30px;
  }
}
.m-malfunctions-page__cta .link {
  margin-top: 20px;
}
.m-malfunctions-page__cta .link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: SourceSansSemi, sans-serif;
}
.m-malfunctions-page__cta .link a svg {
  fill: #008194;
}
.m-malfunctions-page__date {
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  padding: 12px;
  margin-bottom: 28px;
  margin-top: 23px;
  background: #FAFAFA;
  display: flex;
  align-items: center;
}
.m-malfunctions-page__date svg {
  margin-right: 10px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__date {
    font-size: 24px;
    padding: 15px 20px;
    margin-bottom: 36px;
    margin-top: 26px;
  }
  .m-malfunctions-page__date svg {
    margin-right: 20px;
  }
}
.m-malfunctions-page__current {
  padding-bottom: 20px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__current {
    padding-bottom: 0px;
  }
}
.m-malfunctions-page__current__section {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__current__section {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.m-malfunctions-page__current__type {
  font-family: GothamBold, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__current__type {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.m-malfunctions-page__current__status {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.m-malfunctions-page__current__status span {
  font-family: GothamBold, sans-serif;
  text-transform: uppercase;
  margin-right: 3px;
}
@media (min-width: 479px) {
  .m-malfunctions-page__current__status {
    margin-bottom: 10px;
  }
}
.m-malfunctions-page__current__block:not(:last-of-type) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 2px solid #DFDFDF;
}
.m-malfunctions-page__current__malfunctions {
  padding-left: 6px;
}
.m-malfunctions-page__current__malfunctions > span {
  font-size: 18px;
  color: #A5A5A5;
}
.m-malfunctions-page__current__malfunctions > svg {
  margin-right: 17px;
}
.m-malfunctions-page__current__malfunction {
  font-size: 18px;
}
.m-malfunctions-page__current__malfunction:not(:last-of-type) {
  border-left: 2px solid #DFDFDF;
  padding: 5px 0 25px 23px;
  margin-left: 6px;
}
.m-malfunctions-page__current__malfunction:last-of-type {
  padding-left: 32px;
}
.m-malfunctions-page__current__malfunction span {
  font-family: GothamBold, sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
}

.m-mobile-nav {
  padding: 0 30px;
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  transform: translateX(110vw);
  transition: transform 175ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: white;
  overflow-x: clip;
  overflow-y: scroll;
  padding-bottom: 20px;
}
@media (min-width: 969px) {
  .m-mobile-nav {
    display: none;
  }
}
.m-mobile-nav > a:not([class]),
.m-mobile-nav > span:not([class]) {
  display: block;
  padding: 10px 0 12px;
  line-height: 44px;
  font-size: 16px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
.m-mobile-nav > a:not([class]):hover,
.m-mobile-nav > span:not([class]):hover {
  cursor: pointer;
}
.m-mobile-nav > a:not([class]) svg,
.m-mobile-nav > span:not([class]) svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.m-mobile-nav > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-nav > .gform_button {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 767px) {
  .m-mobile-nav > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-nav > .gform_button {
    margin: 20px 20px 20px 0;
  }
}
.m-mobile-nav > .e-primary-button {
  font-size: 14px;
}
.m-mobile-nav > .e-primary-button svg {
  width: 14px;
}
.m-mobile-nav__second {
  transition: height, 0.3s;
  padding: 20px 0;
  text-align: center;
}
.m-mobile-nav__second a {
  margin: 0 20px;
  color: black;
  text-decoration: none;
  font-family: "SourceSansRegular";
  font-size: 16px;
  font-weight: normal;
}
.m-mobile-nav__second a:hover {
  color: #008194;
}
.m-mobile-nav__second a:last-of-type {
  margin-right: 0;
}
.m-mobile-nav__second a:first-of-type {
  margin-left: 0;
}

.m-mobile-nav-sublevel {
  position: fixed;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 8;
  background-color: white;
  transform: translateX(110vw);
  transition: transform 175ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow-y: scroll;
}
@media (min-width: 969px) {
  .m-mobile-nav-sublevel {
    display: none;
    -webkit-transform: none;
  }
}
.m-mobile-nav-sublevel > div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}
.m-mobile-nav-sublevel--iphone > div {
  bottom: 75px;
}
.m-mobile-nav-sublevel.is-visible {
  transform: translateX(0);
}
.m-mobile-nav-sublevel__link {
  text-decoration: none;
  color: black;
  width: 100%;
}
.m-mobile-nav-sublevel__link:not(:last-of-type) > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.m-mobile-nav-sublevel__link .last {
  color: #008194;
}
.m-mobile-nav-sublevel__link .last svg {
  fill: #008194;
  margin: 3px 0 0 5px;
}
.m-mobile-nav-sublevel__item {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 16px;
  color: black;
}
.m-mobile-nav-sublevel__item.is-open:before {
  display: none;
}
.m-mobile-nav-sublevel__item.is-open:after {
  display: block;
}
.m-mobile-nav-sublevel__item.is-open .m-mobile-nav-sublevel__subcontent {
  display: block;
}
.m-mobile-nav-sublevel__item svg {
  margin-right: 10px;
}
.m-mobile-nav-sublevel__toggle {
  display: flex;
  align-items: center;
  padding: 25px 30px;
}
.m-mobile-nav-sublevel__toggle > svg {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.m-mobile-nav-sublevel__subcontent {
  background-color: rgba(217, 229, 214, 0.15);
  position: relative;
  display: none;
}
.m-mobile-nav-sublevel__subcontent:before {
  content: "";
  position: absolute;
  left: -30px;
  width: calc(100% + 30px);
  height: 100%;
  background: inherit;
  z-index: -1;
}
.m-mobile-nav-sublevel__subcontent > a {
  color: #008194;
  display: block;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding: 12.5px 25px;
}
.m-mobile-nav-sublevel__subcontent > p {
  padding: 12.5px 25px;
}
.m-mobile-nav-sublevel__all-link {
  position: relative;
}
.m-mobile-nav-sublevel__all-link:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 1px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-image: url(../img/icons/cheveron-right-green.svg);
}
.m-mobile-nav-sublevel__single-item {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  width: 100%;
  height: 67px;
}
.m-mobile-nav-sublevel__text p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}
.m-mobile-nav-sublevel__text h6 {
  font-size: 16px;
  line-height: 28px;
}
.m-mobile-nav-sublevel__text a {
  color: #000;
  text-decoration: none;
}
.m-mobile-nav-sublevel__text a:hover {
  color: #008194;
}
.m-mobile-nav-sublevel__icon {
  margin-right: 10px;
}
.m-mobile-nav-sublevel__icon-title {
  display: flex;
  align-items: center;
}
.m-mobile-nav-sublevel__icon-title > div {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.m-mobile-nav-sublevel__icon-title > div svg {
  height: 100%;
  width: auto;
  font-weight: norma;
}
.m-mobile-nav-sublevel__icon-title h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
}
.m-mobile-nav-sublevel--company-information .m-mobile-nav-sublevel__item, .m-mobile-nav-sublevel--custom .m-mobile-nav-sublevel__item {
  flex-direction: column;
  align-items: flex-start;
}

.m-masthead {
  width: 100%;
  height: inherit;
  position: relative;
  background-color: #F8FBF8;
  z-index: 20;
}
.m-masthead__logo {
  width: 146px;
  transform: scale(1);
  transform-origin: left bottom;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 1365px) {
  .m-masthead__logo {
    width: 203px;
    margin-top: 3px;
  }
}
.m-masthead__nav {
  transition: margin 0.2s ease;
  white-space: nowrap;
  width: 100%;
  margin-right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.m-masthead__nav .e-button {
  font-size: 14px;
}
@media (min-width: 1279px) {
  .m-masthead__nav .e-button {
    font-size: 18px;
  }
}
.m-masthead__nav > span,
.m-masthead__nav > a:not([class]) {
  color: black;
  text-decoration: none;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  text-transform: uppercase;
}
.m-masthead__nav > span:hover,
.m-masthead__nav > a:not([class]):hover {
  cursor: pointer;
  color: #008194;
}
.m-masthead__nav > span:hover:after,
.m-masthead__nav > a:not([class]):hover:after {
  opacity: 1;
}
@media (min-width: 1279px) {
  .m-masthead__nav > span,
  .m-masthead__nav > a:not([class]) {
    font-size: 16px;
  }
}
@media (min-width: 1419px) {
  .m-masthead__nav > span,
  .m-masthead__nav > a:not([class]) {
    font-size: 16px;
    margin-right: 40px;
  }
}
.m-masthead__nav > span svg,
.m-masthead__nav > a:not([class]) svg {
  transform: translateY(3px);
  fill: currentColor;
}
.m-masthead__nav > span:after {
  content: "";
  position: absolute;
  top: calc(100% + 36.5px);
  z-index: 7;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #008194;
  display: block;
  opacity: 0;
}
.m-masthead__nav .selected {
  color: #008194;
}
.m-masthead__nav .selected svg {
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.m-masthead__text {
  color: black !important;
  cursor: auto !important;
}
.m-masthead .e-container {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
@media (min-width: 969px) {
  .m-masthead .e-container {
    padding: 0 24px;
  }
}
@media (min-width: 1279px) {
  .m-masthead .e-container {
    padding: 0 74px;
  }
}
.m-masthead .e-cta-button, .m-masthead body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-masthead .gform_button {
  padding: 0 18px;
  min-width: 180px;
}
.m-masthead .e-primary-button {
  margin: 0 8px 0 8px;
}
@media (min-width: 1279px) {
  .m-masthead .e-primary-button {
    margin: 0 8px 0 22px;
  }
}
.m-masthead--alternative .e-cta-button, .m-masthead--alternative body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-masthead--alternative .gform_button {
  margin-left: 22px;
}
.m-masthead__second {
  background: white;
  transition: height, 0.3s;
}
.m-masthead__second .e-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 34px;
}
@media (min-width: 969px) {
  .m-masthead__second .e-container {
    padding: 0 24px;
  }
}
@media (min-width: 1279px) {
  .m-masthead__second .e-container {
    padding: 0 74px;
  }
}
.m-masthead__second .e-container > a {
  margin: 0 20px;
  color: #000;
  text-decoration: none;
  font-family: "SourceSansRegular";
  font-size: 14px;
}
.m-masthead__second .e-container > a:hover {
  color: #008194;
}
.m-masthead__second .e-container > a:hover svg {
  fill: #008194;
}
.m-masthead__second .e-container > a:last-of-type {
  margin-right: 0;
}
.m-masthead__second .e-container > a svg {
  position: relative;
  top: 2px;
  fill: #393939;
  margin-right: 5px;
}

.m-advantages {
  margin: 80px 0px;
}
@media (min-width: 969px) {
  .m-advantages {
    margin: 0;
    padding: 104px 0 128px 0;
    background: #F8FBF8;
    text-align: center;
  }
}
.m-advantages__title {
  font-size: 24px;
  line-height: 28px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  color: #393939;
  margin-bottom: 16px;
}
@media (min-width: 969px) {
  .m-advantages__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.m-advantages__text {
  color: #393939;
  max-width: 560px;
}
@media (min-width: 969px) {
  .m-advantages__text {
    margin: auto;
  }
}
.m-advantages__wrap {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 100%;
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 969px) {
  .m-advantages__wrap {
    grid-gap: 34px;
  }
  .m-advantages__wrap--2 {
    grid-template-columns: 1fr 1fr;
  }
  .m-advantages__wrap--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m-advantages__advantage {
  background: #F8FBF8;
  padding: 24px;
  padding-bottom: 32px;
  border-radius: 4px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
  display: flex;
}
@media (min-width: 969px) {
  .m-advantages__advantage {
    background: #fff;
  }
}
.m-advantages__advantage svg {
  margin-right: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}
.m-advantages__advantage-inner h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
  color: #393939;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-advantages__advantage-inner h6 {
    color: #008194;
  }
}
.m-advantages__advantage-inner p {
  color: #393939;
  line-height: 22px;
  font-size: 16px;
}

.m-mobile-masthead {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: white;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
.m-mobile-masthead > .e-container {
  width: 100%;
  z-index: 500;
  background: white;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
.m-mobile-masthead__controls {
  display: flex;
  align-items: center;
}
.m-mobile-masthead__controls > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-masthead__controls > .gform_button {
  height: 36px;
  position: relative;
  top: 0;
  margin-right: 20px;
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  line-height: 32px;
  white-space: nowrap;
  color: #FA9C1F;
  background: transparent;
  border: none;
}
@media (min-width: 339px) {
  .m-mobile-masthead__controls > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-masthead__controls > .gform_button {
    margin-right: 24px;
    font-size: 14px;
  }
}
@media (min-width: 479px) {
  .m-mobile-masthead__controls > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-masthead__controls > .gform_button {
    margin-right: 40px;
  }
}
.m-mobile-masthead__sublevel-anchor {
  color: black;
  display: none;
}
.m-mobile-masthead__sublevel-anchor svg {
  pointer-events: none;
}
.m-mobile-masthead__sublevel-anchor span {
  color: black;
  pointer-events: none;
}
.m-mobile-masthead img {
  width: 150px;
}
.m-mobile-masthead .e-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}
.m-mobile-masthead__buttons {
  margin-top: 20px;
}
@media (min-width: 599px) {
  .m-mobile-masthead__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.m-mobile-masthead__buttons > * {
  margin: 0 0 16px 0;
  width: 100%;
}
@media (min-width: 599px) {
  .m-mobile-masthead__buttons > * {
    margin: 0 10px;
  }
}
.m-mobile-masthead__buttons .e-cta-button, .m-mobile-masthead__buttons body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-mobile-masthead__buttons .gform_button {
  font-size: 18px;
}

.is-sublevel-active .m-mobile-masthead__controls > .e-cta-button, .is-sublevel-active body .m-form .gform_wrapper .gform_footer .m-mobile-masthead__controls > .gform_button, body .m-form .gform_wrapper .gform_footer .is-sublevel-active .m-mobile-masthead__controls > .gform_button {
  display: none;
}

.m-main-header {
  overflow: hidden;
  padding: 34px 0;
}
.m-main-header__content-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .m-main-header__content-wrap {
    flex-direction: row;
    align-items: center;
  }
  .m-main-header__col {
    flex-shrink: 0;
  }
  .m-main-header__col:first-child {
    width: 60%;
  }
  .m-main-header__col:last-child {
    width: 40%;
    height: 300px;
  }
}
@media (min-width: 969px) {
  .m-main-header__col:first-child, .m-main-header__col:last-child {
    width: 50%;
    height: auto;
  }
  .m-main-header__col--padding {
    padding-top: 50px;
  }
}
.m-main-header__image-wrap {
  width: 300px;
  height: 300px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
@media (min-width: 767px) {
  .m-main-header__image-wrap {
    width: 500px;
    height: 500px;
    display: block;
  }
}
@media (min-width: 969px) {
  .m-main-header__image-wrap {
    width: 650px;
    height: 650px;
    transform: none;
    top: 0;
  }
}
@media (min-width: 1279px) {
  .m-main-header__image-wrap {
    width: 900px;
    height: 900px;
  }
}
.m-main-header__image-wrap--animated:before {
  content: "";
  width: 670px;
  height: 670px;
  position: absolute;
  left: -10px;
  top: 50%;
  background-image: url(../img/pattern/image-overlay.png);
  z-index: 1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  animation-name: imageRotation;
  animation-fill-mode: forwards;
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 1279px) {
  .m-main-header__image-wrap--animated:before {
    width: 920px;
    height: 920px;
  }
}
.m-main-header__image-wrap--small {
  width: 750px;
  height: 750px;
}
.m-main-header__image-wrap--small:before {
  width: 750px;
  height: 750px;
}
.m-main-header__image-wrap .e-responsive-image--contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.m-main-header__mobile-image-wrap {
  padding-bottom: 62.5%;
  position: relative;
}
@media (min-width: 969px) {
  .m-main-header__mobile-image-wrap {
    display: none;
  }
}
.m-main-header__label {
  font-size: 28px;
  line-height: 40px;
  color: #008194;
}
.m-main-header__label a {
  color: #008194;
  text-decoration: none;
}
.m-main-header__label a:hover {
  text-decoration: underline;
}
@media (min-width: 969px) {
  .m-main-header__label {
    font-size: 38px;
    line-height: 50px;
  }
}
.m-main-header__title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 479px) {
  .m-main-header__title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 767px) {
  .m-main-header__title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (min-width: 1279px) {
  .m-main-header__title {
    margin: 0 0 24px;
    padding: 0 24px 0 0;
    font-size: 72px;
    line-height: 72px;
  }
  .m-main-header__title--large {
    font-size: 104px;
    line-height: 112px;
  }
}
.m-main-header__title--thin {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
.m-main-header__title--thin strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-main-header__title--small {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: unset;
  }
  .m-main-header--no-overflow {
    padding: 0;
  }
}
.m-main-header--no-overflow .m-main-header__image-wrap {
  overflow: hidden;
  height: 556px;
  border-radius: 0px;
}
.m-main-header--no-overflow .m-main-header__image-wrap:before {
  display: none;
}
.m-main-header--no-overflow .m-main-header__image-wrap figure {
  border-radius: 500px;
  width: 900px;
  height: 900px;
  transform: translateY(-25%);
}
.m-main-header--no-overflow .m-main-header__image-wrap--animated figure:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 920px;
  height: 920px;
  background-image: url(../img/pattern/image-overlay.png);
  z-index: 1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  animation-name: imageRotation;
  animation-fill-mode: forwards;
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(-50%) rotate(0deg);
}
.m-main-header__data {
  margin-bottom: 20px;
}
.m-main-header__date, .m-main-header__reading-time {
  margin: 0 16px 4px 0;
  display: inline-block;
  opacity: 0.65;
}
.m-main-header__date strong, .m-main-header__reading-time strong {
  font-weight: bold;
}
.m-main-header__date svg, .m-main-header__reading-time svg {
  margin-right: 4px;
  position: relative;
  top: 3px;
}
@media (min-width: 767px) {
  .m-main-header__date svg, .m-main-header__reading-time svg {
    margin-right: 8px;
  }
}
.m-main-header__date strong {
  display: none;
}
@media (min-width: 767px) {
  .m-main-header__date strong {
    display: inline;
  }
}
.m-main-header__date svg {
  display: inline-block;
}
@media (min-width: 767px) {
  .m-main-header__date svg {
    display: none;
  }
}

@keyframes imageRotation {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.m-main-lead {
  position: relative;
  margin-bottom: 42px;
}
@media (min-width: 969px) {
  .m-main-lead {
    margin-bottom: 88px;
  }
}
.m-main-lead__container {
  position: relative;
  padding-top: 32px;
}
@media (min-width: 969px) {
  .m-main-lead__container {
    padding-top: 64px;
    z-index: 2;
    display: flex;
  }
}
.m-main-lead__container--target-audience .m-main-lead__image,
.m-main-lead__container--target-audience .m-main-lead__video {
  width: 480px;
  margin-left: 40px;
}
@media (min-width: 1279px) {
  .m-main-lead__container--target-audience .m-main-lead__image,
  .m-main-lead__container--target-audience .m-main-lead__video {
    margin-left: 100px;
    width: 720px;
  }
}
.m-main-lead__container--target-audience .m-main-lead__image {
  height: 520px;
}
.m-main-lead__content {
  align-self: center;
  color: #393939;
  width: 100%;
}
.m-main-lead__content h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: "SourceSansRegular";
  margin-bottom: 10px;
}
@media (min-width: 479px) {
  .m-main-lead__content h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 969px) {
  .m-main-lead__content h1 {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 16px;
  }
}
.m-main-lead__content h1 strong {
  font-family: "SourceSansBold";
}
.m-main-lead__content h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: "SourceSansRegular";
  margin-bottom: 10px;
  max-width: 560px;
}
@media (min-width: 969px) {
  .m-main-lead__content h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    margin-right: -30px;
  }
}
.m-main-lead__content h2 strong {
  font-family: "SourceSansBold";
}
.m-main-lead__content h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "SourceSansRegular";
  margin-bottom: 10px;
  max-width: 560px;
  color: #008194;
}
@media (min-width: 969px) {
  .m-main-lead__content h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-right: -30px;
  }
}
.m-main-lead__content h5 strong {
  font-family: "SourceSansBold";
}
.m-main-lead__content h4 {
  font-size: 18px;
  line-height: 27px;
  color: #393939;
  font-family: "SourceSansRegular";
}
@media (min-width: 1279px) {
  .m-main-lead__content h4 {
    margin-right: 17px;
  }
}
.m-main-lead__content h4 strong {
  font-family: "SourceSansBold";
}
.m-main-lead__content .e-button {
  margin-top: 40px;
}
@media (min-width: 479px) {
  .m-main-lead__title {
    word-break: keep-all;
  }
}
.m-main-lead__title--compliance span {
  color: #008194;
}
.m-main-lead__title--marketing span {
  color: #72b760;
}
.m-main-lead__title--sales span {
  color: #FA9C1F;
}
.m-main-lead__buttons {
  margin-top: 40px;
  display: grid;
  grid-row-gap: 12px;
}
.m-main-lead__text {
  margin-top: 32px;
}
.m-main-lead__list {
  margin-top: 32px;
  display: grid;
  grid-row-gap: 8px;
  font-family: "SourceSansRegular";
  font-size: 16px;
  color: #393939;
}
@media (min-width: 969px) {
  .m-main-lead__list {
    font-size: 18px;
  }
}
.m-main-lead__list div {
  display: flex;
  align-items: center;
}
.m-main-lead__list div svg {
  flex-shrink: 0;
  margin-right: 12px;
  fill: #FA9C1F;
}
.m-main-lead__button {
  padding: 13px 10px 13px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid black;
  border-radius: 4px;
  background: white;
  transition: background 0.2s ease;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 969px) {
  .m-main-lead__button {
    font-size: 18px;
  }
}
.m-main-lead__button strong {
  font-family: "SourceSansBold";
}
.m-main-lead__button svg {
  fill: #9f9f9f;
  transition: transform 0.2s ease, fill 0.2s ease;
  flex-shrink: 0;
}
.m-main-lead__button svg:first-child {
  margin-right: 14px;
}
.m-main-lead__button svg:last-child {
  margin-left: 6px;
}
.m-main-lead__button--green {
  color: #72b760;
  border-color: #72b760;
}
.m-main-lead__button--green:hover {
  color: #72b760;
  background: rgba(114, 183, 96, 0.08);
}
.m-main-lead__button--green:hover svg:not(:first-child) {
  fill: #72b760;
  transform: translateX(-4px);
}
.m-main-lead__button--orange {
  color: #FA9C1F;
  border-color: #FA9C1F;
}
.m-main-lead__button--orange:hover {
  color: #FA9C1F;
  background: rgba(250, 156, 31, 0.04);
}
.m-main-lead__button--orange:hover svg:not(:first-child) {
  fill: #FA9C1F;
  transform: translateX(-4px);
}
.m-main-lead__button--teal {
  color: #008194;
  border-color: #008194;
}
.m-main-lead__button--teal:hover {
  color: #008194;
  background: rgba(0, 129, 148, 0.04);
}
.m-main-lead__button--teal:hover svg:not(:first-child) {
  fill: #008194;
  transform: translateX(-4px);
}
.m-main-lead__link {
  margin-top: 40px;
  display: none;
  align-items: center;
  color: #393939;
  font-size: 18px;
}
@media (min-width: 969px) {
  .m-main-lead__link {
    display: flex;
  }
}
.m-main-lead__link svg {
  margin-left: 8px;
  margin-top: 2px;
  fill: #393939;
  transition: fill 0.2s ease, margin 0.2s ease;
}
.m-main-lead__link:hover svg {
  fill: #007283;
  margin-left: 12px;
}
.m-main-lead__image {
  height: 560px;
}
.m-main-lead__video {
  height: -moz-fit-content;
  height: fit-content;
}
.m-main-lead__image, .m-main-lead__video {
  width: 420px;
  position: relative;
  flex-shrink: 0;
  margin-left: 60px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: none;
}
@media (min-width: 969px) {
  .m-main-lead__image, .m-main-lead__video {
    display: block;
  }
}
@media (min-width: 1279px) {
  .m-main-lead__image, .m-main-lead__video {
    margin-left: 80px;
    width: 580px;
  }
}
@media (min-width: 1419px) {
  .m-main-lead__image, .m-main-lead__video {
    width: 680px;
  }
}
.m-main-lead__image img, .m-main-lead__video img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.m-main-lead__image--companyinfopage, .m-main-lead__video--companyinfopage {
  box-shadow: none;
  width: 480px;
}
.m-main-lead__image--companyinfopage img, .m-main-lead__video--companyinfopage img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1279px) {
  .m-main-lead__image--companyinfopage, .m-main-lead__video--companyinfopage {
    width: 480px;
  }
}
@media (min-width: 1419px) {
  .m-main-lead__image--companyinfopage, .m-main-lead__video--companyinfopage {
    width: 480px;
  }
}
.m-main-lead__image-contain, .m-main-lead__video-contain {
  font-size: 0;
  height: auto;
  align-self: center;
}
.m-main-lead__image-contain img, .m-main-lead__video-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.m-main-lead__image-left img, .m-main-lead__video-left img {
  -o-object-position: left;
     object-position: left;
}
.m-main-lead__image-right img, .m-main-lead__video-right img {
  -o-object-position: right;
     object-position: right;
}
.m-main-lead__image-mobile {
  height: 278px;
}
@media (min-width: 767px) {
  .m-main-lead__image-mobile {
    height: 348px;
  }
}
.m-main-lead__image-mobile, .m-main-lead__video-mobile {
  display: block;
  margin-top: 40px;
  width: 100%;
  padding: 0 20px 20px 0;
  position: relative;
}
@media (min-width: 767px) {
  .m-main-lead__image-mobile, .m-main-lead__video-mobile {
    padding: 0;
  }
}
.m-main-lead__image-mobile > div, .m-main-lead__video-mobile > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.m-main-lead__image-mobile img, .m-main-lead__video-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 969px) {
  .m-main-lead__image-mobile, .m-main-lead__video-mobile {
    display: none;
  }
}
.m-main-lead__image-mobile-background, .m-main-lead__video-mobile-background {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 238px;
  z-index: -1;
  background: url("../img/pattern/image-dots-background.svg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 767px) {
  .m-main-lead__image-mobile-background, .m-main-lead__video-mobile-background {
    display: none;
  }
}
.m-main-lead__image-mobile--companyinfopage img, .m-main-lead__video-mobile--companyinfopage img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 479px) {
  .m-main-lead__image-mobile--companyinfopage img, .m-main-lead__video-mobile--companyinfopage img {
    width: auto;
  }
}
.m-main-lead__image-mobile--companyinfopage .m-main-lead__image-mobile-background,
.m-main-lead__image-mobile--companyinfopage .m-main-lead__video-mobile-background, .m-main-lead__video-mobile--companyinfopage .m-main-lead__image-mobile-background,
.m-main-lead__video-mobile--companyinfopage .m-main-lead__video-mobile-background {
  display: none;
}
.m-main-lead__background {
  display: none;
}
@media (min-width: 969px) {
  .m-main-lead__background {
    display: block;
  }
}
.m-main-lead__background img {
  position: absolute;
  top: -40px;
  left: -90px;
  width: 105%;
}
@media (min-width: 1279px) {
  .m-main-lead__background img {
    top: -85px;
  }
}
.m-main-lead__type {
  padding: 2px 8px;
  border: 1px solid black;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}
.m-main-lead__type svg {
  margin-right: 4px;
}
.m-main-lead__type--compliance {
  color: #008194;
  border-color: #008194;
  background: rgba(0, 129, 148, 0.04);
}
.m-main-lead__type--marketing {
  color: #72b760;
  border-color: #72b760;
  background: rgba(114, 183, 96, 0.08);
}
.m-main-lead__type--sales {
  color: #FA9C1F;
  border-color: #FA9C1F;
  background: rgba(250, 156, 31, 0.04);
}
.m-main-lead__button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.m-main-lead__button-wrap .e-button {
  margin-right: 20px;
  margin-top: 20px;
}
.m-main-lead__button-wrap .e-link {
  margin-top: 20px;
}
.m-main-lead__button-wrap .e-link svg {
  position: relative;
  top: 2px;
  left: 0;
  fill: #008194;
  transition: left 0.2s ease;
}
.m-main-lead__button-wrap .e-link:hover svg {
  left: 4px;
}
.m-main-lead .e-video__iframe,
.m-main-lead .e-video__thumbnail,
.m-main-lead .e-video__thumbnail .e-responsive-image {
  background-color: white !important;
}
.m-main-lead .e-video__thumbnail .e-responsive-image img,
.m-main-lead .e-video__iframe iframe {
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.m-main-lead .e-video__container:hover .e-video__thumbnail .e-responsive-image {
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  transform: none;
}

.m-masthead-dropdown {
  width: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  display: none;
  z-index: 10;
}
.m-masthead-dropdown__content-wrap {
  transform: translateX(-20px);
  width: calc(100% + 40px);
  display: none;
}
.m-masthead-dropdown__content-wrap.is-visible {
  display: flex;
  flex-wrap: wrap;
}
.m-masthead-dropdown__icon {
  height: 54px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.m-masthead-dropdown__block-link {
  font-size: 14px;
  line-height: 24px;
  color: #008194;
  display: flex;
  align-items: center;
}
.m-masthead-dropdown__block-link svg {
  fill: #008194;
  margin-left: 5px;
  transition: margin-left 0.2s;
}
.m-masthead-dropdown__block {
  padding: 30px 32px 30px 40px;
  width: calc(25% + 20px);
  margin: -24px -20px -48px 0;
  background: #f8fbf8;
}
.m-masthead-dropdown__block h4 {
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  margin-bottom: 15px;
}
.m-masthead-dropdown__block h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline;
  border-bottom: 2px solid;
  transition: color 0.2s;
}
.m-masthead-dropdown__block p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.m-masthead-dropdown__block a {
  display: block;
  color: black;
  text-decoration: none;
}
.m-masthead-dropdown__block a:first-of-type {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.m-masthead-dropdown__block a:hover h5 {
  color: #008194;
}
.m-masthead-dropdown__block a:hover svg {
  margin-left: 10px;
}
.m-masthead-dropdown__list {
  margin: 0;
  padding: 0 20px 20px 20px;
  width: 25%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}
.m-masthead-dropdown__list:not(:first-of-type) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.m-masthead-dropdown__list:last-of-type {
  padding-right: 20px;
}
.m-masthead-dropdown__list:last-of-type::after {
  padding-right: 20px;
}
.m-masthead-dropdown__list:first-of-type::after {
  padding-right: 20px;
  left: -20px;
}
.m-masthead-dropdown__list::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  height: calc(100% + 72px);
  width: 100%;
  background-color: #fafafa;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.m-masthead-dropdown__list:hover::after {
  opacity: 1;
}
.m-masthead-dropdown__list:hover .m-masthead-dropdown__link > svg {
  transform: translateX(10px);
}
.m-masthead-dropdown__list:hover .m-masthead-dropdown__text > span {
  color: #008194;
}
.m-masthead-dropdown__list:hover p {
  opacity: 1;
}
.m-masthead-dropdown__list .m-masthead-dropdown__text > span {
  transition: color, 0.2s;
}
.m-masthead-dropdown__list p {
  transition: opacity, 0.2s;
  margin-top: 10px;
}
.m-masthead-dropdown__list a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.m-masthead-dropdown__link {
  display: flex;
  align-items: center;
  margin-top: 14px;
  color: #008194;
  text-decoration: none;
  transition: color 0.3s;
}
.m-masthead-dropdown__link svg {
  fill: #008194;
  transform: translateX(5px);
  transition: transform 0.3s, fill 0.3s;
  margin-top: 3px;
}
.m-masthead-dropdown__text > span {
  font-size: 22px;
  line-height: 38px;
  display: inline;
  border-bottom: 2px solid;
  font-family: "SourceSansBold", sans-serif;
}
.m-masthead-dropdown__text p {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.5;
}
.m-masthead-dropdown__lead {
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
}
.m-masthead-dropdown__lead p {
  font-size: 16px;
}
.m-masthead-dropdown .e-container {
  padding: 24px 40px 48px;
  background: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 1376px;
}
.m-masthead-dropdown__row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  transform: translateX(15px);
}
.m-masthead-dropdown__col {
  margin: 0 15px;
  width: calc(55% - 30px);
}
@media (min-width: 1279px) {
  .m-masthead-dropdown__col {
    width: calc(65% - 30px);
  }
}
.m-masthead-dropdown__col:first-of-type {
  width: calc(45% - 30px);
  position: relative;
  font-family: "SourceSansBold", sans-serif;
  font-size: 18px;
  line-height: 38px;
}
.m-masthead-dropdown__col:first-of-type::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  height: calc(100% + 72px);
  width: 100%;
  background-color: #fafafa;
  z-index: -1;
  padding-left: 20px;
  transform: translateX(-50px);
}
@media (min-width: 1279px) {
  .m-masthead-dropdown__col:first-of-type {
    width: calc(35% - 30px);
  }
}
.m-masthead-dropdown__col:first-of-type .m-masthead-dropdown__text > span {
  border-bottom: none;
  font-size: 20px;
}
.m-masthead-dropdown__col:last-of-type {
  font-size: 18px;
  border-bottom-width: 1px;
}
.m-masthead-dropdown__col:last-of-type a p {
  color: black;
  margin-top: 10px;
}
.m-masthead-dropdown__col:last-of-type a:hover p {
  color: black;
}
.m-masthead-dropdown__col:last-of-type .m-masthead-dropdown__text > span {
  font-family: "SourceSansSemi", sans-serif;
  line-height: 0;
  font-size: 20px;
}
.m-masthead-dropdown__item-container {
  display: flex;
  flex-wrap: wrap;
}
.m-masthead-dropdown__item-container .m-masthead-dropdown__item {
  width: 50%;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
}
.m-masthead-dropdown__item-container .m-masthead-dropdown__item:nth-child(odd) {
  padding-right: 20px;
}
.m-masthead-dropdown__item-container .m-masthead-dropdown__item:nth-child(even) {
  padding-left: 20px;
}
.m-masthead-dropdown__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 15px;
}
.m-masthead-dropdown__item .m-masthead-dropdown__icon {
  margin: 0 15px 0 0;
  height: 24px;
}
.m-masthead-dropdown__item a {
  color: black;
  text-decoration: none;
  width: 100%;
}
.m-masthead-dropdown__item a:hover {
  color: #008194;
}
.m-masthead-dropdown__item.last {
  align-self: flex-end;
  margin-top: 32px;
  margin-bottom: 0;
}
.m-masthead-dropdown__item.last a {
  font-size: 18px;
  color: #008194;
  transition: color, 0.3s;
  font-family: "SourceSansRegular", sans-serif;
}
.m-masthead-dropdown__item.last a svg {
  fill: #008194;
  position: relative;
  top: 3px;
}
.m-masthead-dropdown__item.last a:hover {
  color: black;
}
.m-masthead-dropdown__item.last a:hover svg {
  margin-left: 15px;
  fill: black;
}
.m-masthead-dropdown__item.last h6 {
  margin-top: 0;
}
.m-masthead-dropdown__item.last .m-masthead-dropdown__text svg {
  margin-left: 10px;
  transition: margin 0.3s, fill 0.3s;
}

.m-masthead-custom-dropdown {
  transform: translateX(-20px);
  width: calc(100% + 40px);
  display: none;
}
.m-masthead-custom-dropdown.is-visible {
  display: block;
}
.m-masthead-custom-dropdown__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 40px;
  gap: 40px;
}
.m-masthead-custom-dropdown__column-title {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: "SourceSansBold", sans-serif;
}
.m-masthead-custom-dropdown__column-title span {
  color: #FA9C1F;
}
.m-masthead-custom-dropdown__column-icon {
  height: 54px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.m-masthead-custom-dropdown__column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-masthead-custom-dropdown__column ul li {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.m-masthead-custom-dropdown__column ul li a {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.m-masthead-custom-dropdown__column ul li a:hover {
  text-decoration: underline;
}

.m-nav-wrapper-legacy {
  width: 100%;
  height: 66px;
  position: relative;
  z-index: 100;
}
.m-nav-wrapper-legacy__mobile {
  height: 66px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.m-nav-wrapper-legacy__desktop {
  display: none;
  height: 116px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: height 0.2s ease;
}
@media (min-width: 969px) {
  .m-nav-wrapper-legacy {
    height: 116px;
  }
  .m-nav-wrapper-legacy__mobile {
    display: none;
  }
  .m-nav-wrapper-legacy__desktop {
    display: block;
  }
}

.admin-bar #wpadminbar {
  position: fixed !important;
}
.admin-bar #wp-admin-bar-customize {
  display: none !important;
}
.admin-bar .m-nav-wrapper-legacy__mobile {
  top: 46px;
}
.admin-bar .m-nav-wrapper-legacy .m-mobile-nav {
  top: 111px;
}
.admin-bar .m-nav-wrapper-legacy__desktop {
  top: 46px;
}
@media (min-width: 781px) {
  .admin-bar .m-nav-wrapper-legacy__mobile {
    top: 32px;
  }
  .admin-bar .m-nav-wrapper-legacy .m-mobile-nav-legacy {
    top: 97px;
  }
  .admin-bar .m-nav-wrapper-legacy__desktop {
    top: 32px;
  }
}

.m-mobile-nav-legacy {
  padding: 0 30px;
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  transform: translateX(110vw);
  transition: transform 175ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: white;
}
@media (min-width: 969px) {
  .m-mobile-nav-legacy {
    display: none;
  }
}
.m-mobile-nav-legacy > a:not([class]),
.m-mobile-nav-legacy > span:not([class]) {
  display: block;
  padding: 10px 0 12px;
  line-height: 44px;
  font-size: 14px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
.m-mobile-nav-legacy > a:not([class]):hover,
.m-mobile-nav-legacy > span:not([class]):hover {
  cursor: pointer;
}
.m-mobile-nav-legacy > a:not([class]) svg,
.m-mobile-nav-legacy > span:not([class]) svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.m-mobile-nav-legacy > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-nav-legacy > .gform_button {
  margin: 20px 0;
  font-size: 14px;
}
@media (min-width: 767px) {
  .m-mobile-nav-legacy > .e-cta-button, body .m-form .gform_wrapper .gform_footer .m-mobile-nav-legacy > .gform_button {
    margin: 20px 20px 20px 0;
  }
}
.m-mobile-nav-legacy > .e-primary-button {
  font-size: 14px;
}
.m-mobile-nav-legacy > .e-primary-button svg {
  width: 14px;
}

.m-information-lookup {
  position: relative;
  z-index: 7;
  margin: 40px 0 60px 0;
}
@media (min-width: 969px) {
  .m-information-lookup {
    margin: 60px 0 100px 0;
  }
}
.m-information-lookup > .e-container {
  padding: 0;
}
@media (min-width: 969px) {
  .m-information-lookup > .e-container {
    padding: 0 74px;
  }
}
.m-information-lookup__content-wrap {
  width: 100%;
  padding: 64px 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: white;
  background: #008194;
  background: transparent linear-gradient(112deg, #277388 0%, #03536c 100%) 0% 0% no-repeat padding-box;
  z-index: 3;
}
@media (min-width: 969px) {
  .m-information-lookup__content-wrap {
    padding: 80px;
    left: 0;
    border-radius: 5px;
  }
}
.m-information-lookup__content-wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  top: 100%;
  z-index: -1;
  left: 10px;
  height: 1px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.m-information-lookup__col {
  width: 100%;
}
.m-information-lookup__col--right {
  text-align: right;
}
@media (min-width: 767px) {
  .m-information-lookup__col {
    text-align: center;
  }
}
.m-information-lookup__col .e-button {
  margin-top: 24px;
  padding: 0 24px;
  height: 48px;
  line-height: 42px;
  background: #FA9C1F;
  border: none;
  color: white;
}
@media (min-width: 1279px) {
  .m-information-lookup__col .e-button {
    margin-top: 24px;
  }
}
.m-information-lookup__title {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  max-width: 640px;
  margin: auto;
  margin-bottom: 16px;
}
.m-information-lookup__title strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-information-lookup__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}
.m-information-lookup p {
  font-size: 17px;
  color: #e5e5e5;
  max-width: 640px;
  margin: auto;
}
@media (min-width: 969px) {
  .m-information-lookup p {
    font-size: 18px;
  }
}
.m-information-lookup__form {
  position: relative;
  margin: 24px 0 0;
}
.m-information-lookup__form .ci-search-widget {
  width: 100%;
}
@media (min-width: 969px) {
  .m-information-lookup__form {
    display: flex;
    margin: 8px 0 0;
  }
}
@media (min-width: 1279px) {
  .m-information-lookup__form {
    margin: 0;
  }
}
.m-information-lookup__form input {
  width: 100%;
  padding-left: 48px;
  padding-right: 126px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(../img/icons/search.svg) no-repeat 18px center;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.m-information-lookup__form .ci-search-widget {
  color: #1A1C1D;
}
.m-information-lookup__form .ci-search-widget .ci-search-widget-input {
  height: 56px;
}
.m-information-lookup__form .ci-search-widget .m-information-lookup__form {
  max-width: 800px;
  margin: 36px 0 0 !important;
  position: relative;
}
@media (min-width: 969px) {
  .m-information-lookup__form .ci-search-widget .m-information-lookup__form {
    margin: 40px auto auto !important;
  }
}
.m-information-lookup__form .ci-search-widget-button {
  width: 100%;
  padding: 0 30px;
  color: white;
  border: none;
  background: #FA9C1F;
  text-transform: none;
  right: 8px;
  height: 48px;
  font-size: 18px;
  line-height: 34px;
  margin-top: 16px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-information-lookup__form .ci-search-widget-button:hover {
  background: #EF8905;
}
@media (min-width: 969px) {
  .m-information-lookup__form .ci-search-widget-button {
    flex-shrink: 0;
    width: auto;
    margin: 0;
    position: absolute;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.m-information-lookup__form .ci-search-widget-clear-button {
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%);
}
.m-information-lookup__form .ci-search-widget-clear-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-information-lookup__brands {
  max-width: 800px;
  margin: auto;
  margin-top: 64px;
}
@media (min-width: 969px) {
  .m-information-lookup__brands {
    margin-top: 72px;
  }
}
.m-information-lookup__brands p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
.m-information-lookup__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m-information-lookup__logos img {
  margin: 0 20px;
  height: 24px;
  width: auto;
  margin-top: 16px;
}
@media (min-width: 969px) {
  .m-information-lookup__logos img {
    height: 34px;
  }
}
.m-information-lookup__background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 250px);
  height: 100%;
  z-index: -1;
  background-image: url("../img/pattern/search-pattern-bg.svg");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 969px) {
  .m-information-lookup__background {
    display: block;
  }
}

.m-information {
  margin: 40px 0 60px;
}
@media (min-width: 969px) {
  .m-information {
    margin: 60px 0 100px 0;
  }
  .m-information__intro {
    text-align: center;
  }
}
.m-information__intro h2 {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #393939;
}
@media (min-width: 969px) {
  .m-information__intro h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-information__intro h2 strong {
  color: #008194;
}
.m-information__intro p {
  color: #393939;
}
@media (min-width: 969px) {
  .m-information__intro p {
    max-width: 560px;
    margin: auto;
  }
}
.m-information__button-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 969px) {
  .m-information__button-container {
    margin-top: 48px;
  }
}
.m-information__information {
  margin-top: 40px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .m-information__information {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 969px) {
  .m-information__information {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.m-information__section {
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  display: flex;
}
@media (min-width: 969px) {
  .m-information__section {
    padding: 32px;
  }
}
.m-information__section h4 {
  color: #393939;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}
.m-information__section p {
  font-size: 16px;
  line-height: 22px;
  color: #393939;
}
.m-information__section-icons-top {
  display: block;
}
.m-information a.m-information__section {
  text-decoration: none;
  color: #393939;
}
.m-information a.m-information__section:hover h4 {
  color: #008194;
}
.m-information__section-icon {
  width: 16px;
  flex-shrink: 0;
  margin-right: 16px;
}
.m-information__section-icon svg {
  width: 100%;
}
@media (min-width: 969px) {
  .m-information__section-icon {
    width: 24px;
  }
}
.m-information__section-icon-top {
  margin-bottom: 28px;
}
.m-information__section-icon-top svg {
  width: 40px;
  height: 40px;
}

.m-image-text {
  padding: 24px 0;
}
@media (min-width: 969px) {
  .m-image-text {
    padding: 12px 0 24px;
  }
}
.m-image-text__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 32px;
}
.m-image-text__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-image-text__title {
    font-size: 32px;
  }
  .m-image-text__content-wrap {
    width: calc(100% + 60px);
    transform: translateX(-30px);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1279px) {
  .m-image-text__content-wrap {
    width: calc(100% + 120px);
    transform: translateX(-60px);
  }
}
.m-image-text__col {
  padding: 24px 0;
}
@media (min-width: 969px) {
  .m-image-text__col {
    width: calc(50% - 60px);
    flex-shrink: 0;
    margin: 0 30px;
  }
}
@media (min-width: 1279px) {
  .m-image-text__col {
    width: calc(50% - 120px);
    margin: 0 60px;
  }
}
.m-image-text__col--image {
  text-align: center;
}
.m-image-text__col img {
  max-height: 400px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 969px) {
  .m-image-text__col img {
    width: 100%;
    max-height: 100%;
  }
}
.m-image-text__col p {
  margin: 0 0 24px;
}
@media (min-width: 969px) {
  .m-image-text__col p {
    margin: 0 0 28px;
  }
}
.m-image-text .e-primary-button,
.m-image-text .e-cta-button,
.m-image-text body .m-form .gform_wrapper .gform_footer .gform_button,
body .m-form .gform_wrapper .gform_footer .m-image-text .gform_button {
  width: auto;
  padding: 8px 24px;
}

.m-topics {
  padding: 30px 0;
}
@media (min-width: 969px) {
  .m-topics {
    padding: 85px 0;
  }
}
.m-topics__title {
  margin: 0 0 18px;
  font-size: 28px;
}
@media (min-width: 969px) {
  .m-topics__title {
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 28px;
  }
  .m-topics__content-wrap {
    display: flex;
  }
  .m-topics__buttons-wrap {
    width: 50%;
    flex-shrink: 0;
  }
}
.m-topics__buttons-wrap > a {
  margin: 0 0 18px;
}
@media (min-width: 969px) {
  .m-topics__buttons-wrap > a {
    margin: 0 0 28px;
  }
}
.m-topics__button-title {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
}
@media (min-width: 969px) {
  .m-topics__button-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 8px;
  }
}
.m-topics__button-body {
  display: none;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.75;
}
@media (min-width: 969px) {
  .m-topics__button-body {
    display: block;
  }
}
.m-topics__button-content {
  padding: 0 0 0 60px;
}
@media (min-width: 969px) {
  .m-topics__button-content {
    padding: 0 20px 0 104px;
    width: calc(100% - 120px);
  }
}
.m-topics__button {
  text-align: left;
  height: 70px;
  padding: 0 0 0 10px;
  align-items: center;
  position: relative;
  width: 100%;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  display: flex;
  color: inherit;
}
@media (min-width: 969px) {
  .m-topics__button {
    display: block;
    height: auto;
    padding: 28px 0 30px;
  }
}
.m-topics__button > svg,
.m-topics__button > img {
  position: absolute;
  left: 10px;
  top: 20px;
}
@media (min-width: 969px) {
  .m-topics__button > svg,
  .m-topics__button > img {
    top: 32px;
    left: 35px;
    width: 38px;
    height: 38px;
  }
  .m-topics__button:hover .m-topics__button-readmore {
    width: 184px;
  }
  .m-topics__button:hover .m-topics__button-readmore > span {
    opacity: 1;
  }
  .m-topics__button:hover .m-topics__button-readmore > svg {
    transform: translateX(75px);
    fill: #008194;
  }
}
.m-topics__button-readmore {
  font-family: "SourceSansBold";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
  height: 100%;
  width: 120px;
  top: 0;
  z-index: 7;
  background-color: #F9FBF9;
  color: #008194;
  overflow: hidden;
}
@media (min-width: 969px) {
  .m-topics__button-readmore {
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 24px;
    width: 68px;
    right: auto;
    left: calc(100% - 68px);
  }
  .m-topics__button-readmore > span {
    transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-60%, -50%);
  }
}
.m-topics__button-readmore > svg {
  width: 18px;
  height: 18px;
  position: relative;
  right: 10px;
  margin: 2px 0 0;
  fill: currentColor;
  transform: translateX(12px);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 969px) {
  .m-topics__button-readmore > svg {
    fill: black;
    width: 36px;
    height: 26px;
  }
}
.m-topics__images-wrap {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 969px) {
  .m-topics__images-wrap {
    display: block;
  }
}
.m-topics__images-wrap:before, .m-topics__images-wrap:after {
  content: "";
  position: absolute;
}
.m-topics__images-wrap:before {
  background: #B6BF10;
  top: 115px;
  left: 200px;
  z-index: 0;
  width: 280px;
  height: 442px;
}
.m-topics__images-wrap:after {
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
  z-index: 1;
  width: 250px;
  height: 184px;
  left: 256px;
  top: auto;
  bottom: 120px;
}
@media (min-width: 1279px) {
  .m-topics__images-wrap:after {
    bottom: 60px;
  }
}
.m-topics__image {
  position: absolute;
  filter: grayscale(100%);
  transition: filter 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-topics__image.coloured {
  filter: grayscale(0);
}
.m-topics__image-1 {
  width: 350px;
  height: 270px;
  z-index: 3;
  right: 0;
}
.m-topics__image-2 {
  width: 270px;
  height: 334px;
  z-index: 4;
  top: 240px;
  left: 65px;
}
@media (min-width: 1279px) {
  .m-topics__image-2 {
    top: 133px;
  }
}
.m-topics__image-3 {
  width: 332px;
  height: 269px;
  z-index: 3;
  top: 550px;
  right: 0;
}
@media (min-width: 1279px) {
  .m-topics__image-3 {
    transform: translateY(-100%);
    top: 630px;
    right: 20px;
  }
}

@media (min-width: 969px) {
  .m-tab-content-mobile {
    display: none;
  }
}
.m-tab-content-mobile__section-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 18px;
}
.m-tab-content-mobile__section-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-tab-content-mobile__section-text {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.m-tab-content-mobile__row {
  border-bottom: 1.5px solid rgba(217, 229, 214, 0.15);
}
.m-tab-content-mobile__row.is-open .m-tab-content-mobile__content {
  display: block;
}
.m-tab-content-mobile__row.is-open .m-tab-content-mobile__button span:first-child {
  transform: rotate(180deg);
}
.m-tab-content-mobile__row.is-open .m-tab-content-mobile__button span:nth-child(2) {
  opacity: 0;
}
.m-tab-content-mobile__header {
  height: 64px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.m-tab-content-mobile__button {
  margin: 0 0 0 auto;
}
.m-tab-content-mobile__button > span {
  display: block;
  width: 14px;
  height: 2px;
  background: black;
  position: relative;
  transition: transform 175ms ease;
}
.m-tab-content-mobile__button > span:nth-child(2) {
  transform: rotate(90deg) translate(-2px, 0px);
  transition: opacity 175ms ease;
}
.m-tab-content-mobile__title {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.m-tab-content-mobile__content {
  display: none;
  padding: 24px 10px;
  background-color: rgba(217, 229, 214, 0.15);
}
.m-tab-content-mobile__body {
  margin: 0 0 8px;
}
.m-tab-content-mobile__body p:not(:last-child) {
  margin: 0 0 8px;
}
.m-tab-content-mobile__author {
  font-size: 18px;
}
.m-tab-content-mobile__author:before {
  content: "";
  position: relative;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 12px 0 0;
  display: inline-block;
  transform: translatey(-4px);
}
.m-tab-content-mobile__subcontent {
  margin: 24px 0 0;
}
.m-tab-content-mobile__subcontent-col {
  padding: 12px 0;
  border-bottom: 1px solid rgba(76, 76, 76, 0.23);
}
.m-tab-content-mobile__cta {
  background-color: #008194;
  padding: 16px;
  color: white;
}
.m-tab-content-mobile__cta-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 9px;
}
.m-tab-content-mobile__cta-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-tab-content-mobile__cta-actions .e-primary-button {
  margin: 18px 0 0;
}
.m-tab-content-mobile--alt .m-tab-content-mobile__body {
  font-style: normal;
}

.m-tab-content {
  position: relative;
  margin: 85px 0;
  min-height: 420px;
  display: none;
}
@media (min-width: 969px) {
  .m-tab-content {
    display: block;
  }
}
.m-tab-content__intro-title {
  padding-top: 36px;
  margin-bottom: 20px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 52px;
}
.m-tab-content__intro-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-tab-content__intro-text {
  max-width: 70%;
  color: rgba(0, 0, 0, 0.75);
}
.m-tab-content__outer-wrap {
  padding: 56px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-tab-content__outer-wrap {
    padding: 40px 0 56px;
  }
}
.m-tab-content__wrap {
  display: flex;
}
.m-tab-content__content-wrap {
  width: 100%;
  display: none;
  position: relative;
}
.m-tab-content__content-wrap.is-visible {
  display: flex;
}
.m-tab-content__nav {
  width: 270px;
  padding-top: 40px;
  flex-shrink: 0;
}
.m-tab-content__button {
  height: 68px;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 969px) {
  .m-tab-content__button {
    margin: 0 0 9px;
  }
}
.m-tab-content__button img {
  width: 126px;
}
.m-tab-content__button:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  background-image: url(../img/icons/chevron-right-orange.svg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
.m-tab-content__button:hover, .m-tab-content__button.is-active {
  width: calc(100% + 32px);
  color: white;
  background-color: #008194;
}
.m-tab-content__button:hover img, .m-tab-content__button.is-active img {
  filter: brightness(0) invert(1);
}
.m-tab-content__button:hover:after, .m-tab-content__button.is-active:after {
  opacity: 1;
  transform: translateX(0px);
}
.m-tab-content__button--no-arrow {
  justify-content: center;
}
.m-tab-content__button--no-arrow:after {
  display: none;
}
.m-tab-content__container {
  width: 100%;
  background: rgba(217, 229, 214, 0.15);
}
.m-tab-content__company-title {
  font-size: 54px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  margin: 0 0 8px;
}
.m-tab-content__company-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-tab-content__subtitle {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
.m-tab-content__subtitle span {
  color: #008194;
}
.m-tab-content__body {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin: 18px 0 0;
}
.m-tab-content__body .e-links {
  padding: 26px 0;
  margin: 26px 0 0;
}
.m-tab-content__body .e-links:last-child {
  padding-bottom: 0;
}
.m-tab-content__body .e-links:before {
  content: "";
  background-color: rgba(76, 76, 76, 0.23);
  bottom: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.m-tab-content__author {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0 0;
}
.m-tab-content__author:before {
  content: "";
  position: relative;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 12px 0 0;
  display: inline-block;
  transform: translatey(-4px);
}
.m-tab-content__subauthor {
  margin-left: 32px;
}
.m-tab-content__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.m-tab-content__image-overflow {
  width: 640px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m-tab-content__image-wrap {
  width: 760px;
  height: 760px;
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  overflow: hidden;
  border-radius: 200%;
}
@media (min-width: 969px) {
  .m-tab-content__image-wrap {
    display: block;
    transform: translateY(-50%);
  }
}
.m-tab-content__image-wrap--animated:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 780px;
  height: 780px;
  background-image: url(../img/pattern/image-overlay.png);
  z-index: 1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  animation-name: imageRotation;
  animation-fill-mode: forwards;
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-tab-content__image-wrap--alt {
  width: auto;
  height: auto;
  position: relative;
  transform: none;
  max-width: 365px;
  border-radius: 0;
  top: 0;
  left: 0;
  padding-left: 40px;
}
.m-tab-content__image-wrap--alt:before {
  display: none;
}
@media (min-width: 1279px) {
  .m-tab-content__image-wrap--alt {
    max-width: 465px;
  }
}
.m-tab-content__image-wrap--alt img {
  width: 100%;
  height: auto;
}
.m-tab-content__subcontent {
  padding: 26px 0;
  margin: 26px 0 0;
  position: relative;
}
.m-tab-content__subcontent:before {
  content: "";
  background-color: rgba(76, 76, 76, 0.23);
  bottom: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.m-tab-content__subcontent .e-text-anchor {
  line-height: 1;
}
.m-tab-content__subcontent .e-text-anchor:not(:last-child) {
  margin: 0 0 6px;
}
.m-tab-content__subcontent-col {
  flex-shrink: 0;
}
.m-tab-content__subcontent-col p {
  margin-bottom: 20px;
}
@media (min-width: 969px) {
  .m-tab-content__subcontent-col {
    width: calc(50% - 40px);
    margin: 0 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(76, 76, 76, 0.23);
  }
  .m-tab-content__subcontent-col--full {
    width: 100%;
    flex-grow: 1;
    border: none;
  }
}
.m-tab-content__cta {
  background-color: #008194;
  padding: 28px;
  border-radius: 5px;
  color: white;
}
@media (min-width: 969px) {
  .m-tab-content__cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.m-tab-content__cta-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 9px;
}
.m-tab-content__cta-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-tab-content__cta-actions .e-primary-button {
  margin: 0;
}
.m-tab-content__label {
  font-size: 18px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-tab-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.m-tab-content--testimonials .m-tab-content__container {
  display: flex;
  overflow: hidden;
}
.m-tab-content--testimonials .m-tab-content__content {
  width: 100%;
  min-width: 500px;
  padding: 80px;
}
@media (min-width: 1279px) {
  .m-tab-content--testimonials .m-tab-content__content {
    max-width: 50%;
  }
}
.m-tab-content--testimonials .m-tab-content__image {
  display: none;
}
@media (min-width: 1279px) {
  .m-tab-content--testimonials .m-tab-content__image {
    display: block;
  }
}
.m-tab-content--alt .m-tab-content__wrap {
  align-items: flex-start;
}
.m-tab-content--alt .m-tab-content__body {
  font-style: normal;
}
.m-tab-content--two-col .m-tab-content__wrap {
  align-items: flex-start;
}
.m-tab-content--two-col .m-tab-content__content {
  width: 100%;
}
.m-tab-content--two-col .m-tab-content__content .e-primary-button:not(.e-primary-button--inverted) {
  margin: 18px 0 0;
}
.m-tab-content--two-col .m-tab-content__container {
  padding: 80px;
}
@media (min-width: 969px) {
  .m-tab-content--two-col .m-tab-content__subcontent {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    display: flex;
    flex-wrap: wrap;
  }
  .m-tab-content--two-col .m-tab-content__subcontent:before {
    width: calc(100% - 40px);
    transform: translateX(20px);
  }
}
.m-tab-content--two-col .m-tab-content__subcontent--no-transform {
  width: 100%;
  transform: none;
}
.m-tab-content--two-col .m-tab-content__subcontent--no-transform:before {
  display: none;
}
.m-tab-content--two-col .m-tab-content__body {
  font-style: normal;
}

.m-information-overview {
  padding: 40px 0 40px;
}
@media (min-width: 969px) {
  .m-information-overview__content-wrap {
    align-items: center;
    display: flex;
  }
}
.m-information-overview__image-wrap {
  position: relative;
  display: none;
  flex-shrink: 0;
}
.m-information-overview__image-wrap:before {
  content: "";
  background-image: url(../img/pattern/circle-green.png);
  background-size: 12px;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 10%;
  top: 10%;
  position: absolute;
}
@media (min-width: 969px) {
  .m-information-overview__image-wrap {
    display: block;
    width: 400px;
    height: 500px;
  }
  .m-information-overview__content {
    width: calc(100% - 516px);
    margin: 0 0 0 114px;
  }
}
.m-information-overview__title {
  font-size: 28px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 18px;
}
@media (min-width: 969px) {
  .m-information-overview__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-information-overview__title br {
  display: none;
}
@media (min-width: 969px) {
  .m-information-overview__title br {
    display: block;
  }
}
.m-information-overview__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 1279px) {
  .m-information-overview__section-wrap {
    width: calc(100% + 72px);
    transform: translateX(-36px);
    display: flex;
    flex-wrap: wrap;
  }
}
.m-information-overview__section {
  margin: 0 0 18px;
  flex-shrink: 0;
}
@media (min-width: 1279px) {
  .m-information-overview__section {
    margin: 18px 36px;
    width: calc(50% - 72px);
  }
}
.m-information-overview__section p {
  margin: 0;
  opacity: 0.75;
}
.m-information-overview__section h4 {
  color: #008194;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-information-overview__section h4 a {
  color: #008194;
  text-decoration: none;
}
.m-information-overview__section h4 a:hover {
  text-decoration: underline;
}
.m-information-overview .e-primary-button,
.m-information-overview .e-cta-button,
.m-information-overview body .m-form .gform_wrapper .gform_footer .gform_button,
body .m-form .gform_wrapper .gform_footer .m-information-overview .gform_button {
  text-transform: none;
  padding: 8px 20px;
  margin-top: 20px;
}
@media (min-width: 1279px) {
  .m-information-overview .e-primary-button,
  .m-information-overview .e-cta-button,
  .m-information-overview body .m-form .gform_wrapper .gform_footer .gform_button,
  body .m-form .gform_wrapper .gform_footer .m-information-overview .gform_button {
    width: calc(50% - 72px);
    margin: auto 36px 0;
  }
  .m-information-overview .e-primary-button:nth-child(even),
  .m-information-overview .e-cta-button:nth-child(even),
  .m-information-overview body .m-form .gform_wrapper .gform_footer .gform_button:nth-child(even),
  body .m-form .gform_wrapper .gform_footer .m-information-overview .gform_button:nth-child(even) {
    transform: translateY(-50%);
  }
  .m-information-overview .e-primary-button:nth-child(odd),
  .m-information-overview .e-cta-button:nth-child(odd),
  .m-information-overview body .m-form .gform_wrapper .gform_footer .gform_button:nth-child(odd),
  body .m-form .gform_wrapper .gform_footer .m-information-overview .gform_button:nth-child(odd) {
    margin-top: 20px;
  }
}

.m-tryout {
  margin: 70px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 969px) {
  .m-tryout {
    margin: 100px 0;
    text-align: left;
  }
}
.m-tryout .e-accent-bg {
  padding: 36px 0;
  position: relative;
}
.m-tryout .e-accent-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern/noise.png);
  background-repeat: repeat;
  background-size: 12px;
}
.m-tryout .e-accent-bg:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/pattern/circle-green.png);
  width: 50px;
  height: 92%;
  background-size: 13px;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 969px) {
  .m-tryout .e-accent-bg {
    padding: 72px 0;
  }
}
.m-tryout__content-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 969px) {
  .m-tryout__content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-tryout__col {
    width: 50%;
  }
}
.m-tryout__col:last-child {
  flex-grow: 1;
}
@media (min-width: 767px) {
  .m-tryout__col:last-child .e-button {
    min-width: 300px;
  }
}
@media (min-width: 969px) {
  .m-tryout__col:last-child {
    width: 50%;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-left: 40px;
  }
}
.m-tryout__col .e-list {
  display: inline-block;
}
.m-tryout__title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 12px;
}
@media (min-width: 969px) {
  .m-tryout__title {
    margin: 0 0 18px;
    font-size: 64px;
    line-height: 68px;
  }
}
.m-tryout .e-subtitle {
  margin-bottom: 24px;
}
.m-tryout .e-list-checkmark {
  display: none;
}
@media (min-width: 969px) {
  .m-tryout .e-list-checkmark {
    display: block;
  }
}
.m-tryout .e-primary-button,
.m-tryout .e-cta-button,
.m-tryout body .m-form .gform_wrapper .gform_footer .gform_button,
body .m-form .gform_wrapper .gform_footer .m-tryout .gform_button {
  margin: 24px 0 0;
  max-width: 80%;
}
@media (min-width: 969px) {
  .m-tryout .e-primary-button,
  .m-tryout .e-cta-button,
  .m-tryout body .m-form .gform_wrapper .gform_footer .gform_button,
  body .m-form .gform_wrapper .gform_footer .m-tryout .gform_button {
    margin: 0 0 24px;
    width: auto;
    min-width: 242px;
    padding: 8px 12px;
  }
}
.m-tryout .e-primary-button--outline.e-primary-button--pattern {
  background-color: #f2f5f1;
  background-image: url(../img/pattern/noise.png) repeat;
}
.m-tryout a:not([class]) {
  display: block;
  color: black;
  margin: 24px 0 0;
}
@media (min-width: 969px) {
  .m-tryout a:not([class]) {
    display: block;
    margin: 0;
  }
}
.m-tryout a:not([class]):hover {
  color: #007283;
}
.m-tryout p a:not([class]) {
  display: inline-block;
}
@media (min-width: 969px) {
  .m-tryout--pattern .e-accent-bg:after {
    display: block;
  }
}

.m-contact-block {
  text-align: center;
  padding: 36px 0 40px;
}
@media (min-width: 969px) {
  .m-contact-block {
    padding: 72px 0;
  }
}
@media (min-width: 767px) {
  .m-contact-block__content-wrap {
    max-width: 556px;
    margin: 0 auto;
  }
}
.m-contact-block__title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-contact-block__title {
    margin: 0 0 18px;
    font-size: 45px;
    line-height: 48px;
  }
}
.m-contact-block__title--light {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
.m-contact-block__title--light strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-contact-block__body {
  margin: 0 0 18px;
}
@media (min-width: 969px) {
  .m-contact-block__body {
    margin: 0 0 28px;
  }
}
.m-contact-block__body p:not(:last-child) {
  margin: 0 0 18px;
}
.m-contact-block .e-cta-button, .m-contact-block body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-contact-block .gform_button {
  max-width: 80%;
}
@media (min-width: 969px) {
  .m-contact-block .e-cta-button, .m-contact-block body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-contact-block .gform_button {
    width: auto;
  }
}

.m-card-container {
  margin: 60px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-card-container {
    margin: 100px 0;
  }
}
.m-card-container--no-margins {
  margin: 0;
}
.m-card-container__title {
  text-align: center;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 969px) {
  .m-card-container__title {
    font-size: 64px;
    line-height: 68px;
    max-width: 794px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.m-card-container__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-card-container__subtitle {
  text-align: center;
  font-family: "GothamRegular";
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .m-card-container__subtitle {
    font-size: 24px;
    line-height: 34px;
  }
}
.m-card-container__content-wrap {
  padding: 36px 0 20px;
  justify-content: center;
}
@media (min-width: 767px) {
  .m-card-container__content-wrap {
    display: flex;
    width: calc(100% + 36px);
    transform: translateX(-9px);
    flex-wrap: wrap;
  }
}
@media (min-width: 969px) {
  .m-card-container__content-wrap {
    padding: 70px 0 24px;
    width: calc(100% + 72px);
    transform: translateX(-36px);
  }
}
.m-card-container__actions {
  margin: 18px 0;
  text-align: center;
}
.m-card-container__actions .e-button {
  width: 80%;
  display: inline-block;
}
@media (min-width: 767px) {
  .m-card-container__actions .e-button {
    width: 440px;
  }
}
.m-card-container__col {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .m-card-container__col {
    width: calc(33.3333333333% - 36px);
    margin: 0 18px;
    margin-bottom: 32px;
  }
}
.m-card-container--no-pattern:before {
  display: none;
}
.m-card-container .m-card:not(:first-child) {
  display: none;
}
@media (min-width: 767px) {
  .m-card-container .m-card:not(:first-child) {
    display: block;
    height: 100%;
  }
  .m-card-container .m-card-cta {
    height: 100%;
  }
}

@media (min-width: 969px) {
  .m-index-page .m-main-header {
    position: relative;
    top: -180px;
    margin-bottom: -180px;
  }
}
.m-index-page .m-topics .e-container {
  position: relative;
}
.m-index-page .m-topics .e-container:after {
  content: "";
  position: absolute;
  background-image: url(../img/lines/line-topics-desktop.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 298px;
  height: 140px;
  transform: translate(58px, 20px);
  display: none;
}
@media (min-width: 969px) {
  .m-index-page .m-topics .e-container:after {
    display: block;
  }
}
.m-index-page .m-testimonials__line-container {
  position: relative;
}
.m-index-page .m-testimonials__line-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 496px;
  height: 127px;
  background-image: url(../img/lines/line-testimonials-desktop.svg);
  background-size: cover;
  transform: translate(150px, 0px);
  display: none;
}
@media (min-width: 969px) {
  .m-index-page .m-testimonials__line-container:after {
    display: block;
  }
}
.m-index-page .m-information-overview {
  position: relative;
}
.m-index-page .m-information-overview:after {
  content: "";
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50px) rotate(180deg);
  background-image: url(../img/lines/line-info-desktop.svg);
  background-size: cover;
  width: 190px;
  height: 112px;
  display: none;
}
@media (min-width: 969px) {
  .m-index-page .m-information-overview:after {
    display: block;
  }
}
.m-index-page .m-tryout {
  position: relative;
}
.m-index-page .m-tryout:after {
  content: "";
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50px);
  background-image: url(../img/lines/line-info-desktop.svg);
  background-size: cover;
  width: 190px;
  height: 112px;
  display: block;
}
.m-index-page .m-tab-content__outer-wrap .e-container:after {
  content: "";
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50px);
  background-image: url(../img/lines/line-2-testimonials-desktop.svg);
  background-size: cover;
  width: 500px;
  height: 112px;
  display: none;
}
@media (min-width: 969px) {
  .m-index-page .m-tab-content__outer-wrap .e-container:after {
    display: block;
  }
}
.m-index-page .m-card-container__content-wrap {
  justify-content: center;
}

.m-target-page--marketing h1 span, .m-target-page--marketing h2 span, .m-target-page--marketing h3 span, .m-target-page--marketing .m-about-header__title span, .m-target-page--marketing h4 span, .m-target-page--marketing h5 span {
  color: #72B760;
}
.m-target-page--compliance h1 span, .m-target-page--compliance h2 span, .m-target-page--compliance h3 span, .m-target-page--compliance .m-about-header__title span, .m-target-page--compliance h4 span, .m-target-page--compliance h5 span {
  color: #008194;
}
.m-target-page .m-main-header .m-main-header__col:first-child:after {
  content: "";
  position: absolute;
  background-image: url(../img/lines/line-target-header.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 315px;
  height: 188px;
  display: none;
  transform: translate(50px, 50px);
}
@media (min-width: 969px) {
  .m-target-page .m-main-header .m-main-header__col:first-child:after {
    display: block;
  }
}
.m-target-page .m-case-excerpt {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-target-page .m-case-excerpt {
    margin: 160px 0;
  }
  .m-target-page .m-tab-content {
    margin-top: 36px;
    margin-bottom: 0;
  }
  .m-target-page .m-tryout {
    margin-top: 36px;
  }
  .m-target-page .m-card-container__content-wrap {
    justify-content: center;
  }
  .m-feature-page .m-information-lookup {
    transform: translateY(25%);
  }
  .m-feature-page .m-topics {
    padding: 80px 0;
  }
  .m-feature-page .m-tab-content {
    padding: 0;
    margin: 120px 0 0;
  }
  .m-feature-page .m-information-overview {
    padding: 80px 0;
  }
}

.m-case-excerpt {
  color: #393939;
  height: 100%;
}
.m-case-excerpt + .m-case-excerpt,
.m-case-excerpt + .m-generic-page-content,
.m-case-excerpt + .m-form-text {
  padding-top: 0;
}
.m-case-excerpt + .m-tryout {
  margin-top: 0;
}
.m-case-excerpt > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.m-case-excerpt > a:hover .m-case-archive-overview__read-more svg {
  transform: translateX(4px);
}
.m-case-excerpt__content-wrap {
  padding: 16px 10px;
}
@media (min-width: 969px) {
  .m-case-excerpt__content-wrap {
    padding: 0;
    display: flex;
    width: calc(100% + 96px);
    transform: translateX(-48px);
    align-items: center;
  }
}
.m-case-excerpt__content-wrap--localfocus .m-case-excerpt__col:last-child {
  margin-top: 42px;
}
@media (min-width: 969px) {
  .m-case-excerpt__content-wrap--localfocus .m-case-excerpt__col:last-child {
    margin-top: 0;
  }
}
.m-case-excerpt__content-wrap--localfocus .m-case-excerpt__col iframe {
  margin-bottom: 24px;
}
.m-case-excerpt__content-wrap--localfocus .m-case-excerpt__col iframe:last-child {
  margin-bottom: 0;
}
@media (min-width: 969px) {
  .m-case-excerpt__content-wrap--localfocus {
    align-items: flex-start;
  }
  .m-case-excerpt__content-wrap.e-accent-bg .m-case-excerpt__iframe-wrap iframe.localfocusvisual {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.m-case-excerpt__col {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-case-excerpt__col {
    width: calc(50% - 96px);
    margin: 0 48px;
  }
}
.m-case-excerpt__flexible-content {
  margin-top: 40px;
}
@media (min-width: 969px) {
  .m-case-excerpt__flexible-content {
    margin: 48px 0;
  }
}
.m-case-excerpt__image-wrap {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 250px;
}
@media (min-width: 767px) {
  .m-case-excerpt__image-wrap {
    height: 350px;
  }
}
@media (min-width: 969px) {
  .m-case-excerpt__image-wrap {
    height: 540px;
    width: calc(100% + 48px);
    padding: 0;
    left: -48px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
.m-case-excerpt__image-wrap figure {
  width: 100%;
  height: 100%;
}
@media (min-width: 969px) {
  .m-case-excerpt__image-wrap figure {
    width: 100%;
    height: 100%;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
  }
}
.m-case-excerpt__image-wrap--contain figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(0, 0);
}
.m-case-excerpt__image-wrap--contain figure.e-responsive-image {
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 969px) {
  .m-case-excerpt__image-wrap--rect {
    width: 100%;
    left: unset;
    overflow: visible;
  }
  .m-case-excerpt__image-wrap--rect figure {
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0;
  }
  .m-case-excerpt__image-wrap--animated figure:before {
    content: "";
    width: 960px;
    height: 960px;
    position: absolute;
    left: calc(50% + 4px);
    top: calc(50% + 4px);
    background-image: url(../img/pattern/image-overlay.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation-name: imageRotationCaseExcerpt;
    animation-fill-mode: forwards;
    animation-duration: 750ms;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(-50%, -50%) rotate(180deg);
    transform-origin: center;
    z-index: 1;
  }
}
.m-case-excerpt__video-wrap {
  padding-bottom: 62.5%;
  margin-bottom: 92px;
  position: relative;
}
@media (min-width: 767px) {
  .m-case-excerpt__video-wrap {
    margin-bottom: 0;
  }
}
.m-case-excerpt__video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-case-excerpt__video-wrap .m-video-thumbnail__thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-case-excerpt__iframe-wrap {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 969px) {
  .m-case-excerpt__iframe-wrap {
    display: flex;
    padding: 0;
    left: -48px;
    width: calc(100% + 48px);
    align-items: center;
    overflow: hidden;
  }
  .m-case-excerpt__iframe-wrap iframe {
    margin-left: 48px;
  }
}
.m-case-excerpt__title {
  margin: 0 0 24px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 767px) {
  .m-case-excerpt__title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 969px) {
  .m-case-excerpt__title {
    margin: 0 0 32px;
  }
  .m-case-excerpt__title + .m-case-excerpt__subtitle {
    margin-top: -22px;
  }
  .m-case-excerpt__title + .e-subtitle {
    margin-top: -16px;
  }
  .m-case-excerpt__title + .e-head-text {
    margin-top: -20px;
  }
}
.m-case-excerpt__title strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-case-excerpt .e-normal-text {
  opacity: 1;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .m-case-excerpt .e-normal-text {
    margin-bottom: 30px;
  }
}
.m-case-excerpt__subtitle {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-case-excerpt__subtitle {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
.m-case-excerpt__subtitle strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-case-excerpt__label {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.42px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #008194;
  text-transform: uppercase;
}
@media (min-width: 969px) {
  .m-case-excerpt__label {
    font-size: 20px;
    line-height: 27px;
  }
}
.m-case-excerpt__label a {
  color: #008194;
  text-decoration: none;
}
.m-case-excerpt__label a:hover {
  text-decoration: underline;
}
.m-case-excerpt__actions {
  position: relative;
  margin: 10px 0 0;
}
.m-case-excerpt__actions .e-primary-button {
  margin-top: 10px;
}
.m-case-excerpt__actions .e-primary-button:first-child {
  margin: 10px 0px 6px 0;
}
@media (min-width: 767px) {
  .m-case-excerpt__actions .e-primary-button:first-child {
    margin: 10px 9px 0 0;
  }
}
@media (min-width: 969px) {
  .m-case-excerpt--inverted .m-case-excerpt__content-wrap {
    flex-direction: row-reverse;
  }
  .m-case-excerpt--inverted .m-case-excerpt__iframe-wrap {
    left: auto;
    right: 0;
  }
  .m-case-excerpt--inverted .m-case-excerpt__iframe-wrap iframe {
    margin-left: 0;
    margin-right: 48px;
  }
  .m-case-excerpt--inverted .m-case-excerpt__image-wrap {
    left: auto;
    right: 0;
  }
  .m-case-excerpt--inverted .m-case-excerpt__image-wrap figure {
    width: 110%;
    height: 110%;
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .m-case-excerpt--inverted .m-case-excerpt__image-wrap figure:before {
    animation-name: imageRotationCaseExcerptInverted;
  }
}
.m-case-excerpt--inverted .m-case-excerpt__image-wrap--contain figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(0, 0);
}
.m-case-excerpt--inverted .m-case-excerpt__image-wrap--contain figure.e-responsive-image {
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 969px) {
  .m-case-excerpt--inverted .m-case-excerpt__image-wrap--rect {
    width: 100%;
    height: auto;
    padding: 0 0 62.5%;
    left: unset;
    overflow: visible;
  }
  .m-case-excerpt--inverted .m-case-excerpt__image-wrap--rect figure {
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0;
  }
}
.m-case-excerpt__action-label {
  margin: 0 0 6px;
}
.m-case-excerpt--square .m-case-excerpt__image-wrap {
  width: 100%;
  height: auto;
  text-align: center;
  transform: none;
}
.m-case-excerpt--square .m-case-excerpt__image-wrap img {
  display: inline-block;
  max-height: 360px;
}
@media (min-width: 969px) {
  .m-case-excerpt--square .m-case-excerpt__flexible-content {
    margin: 80px 0;
  }
}
.m-case-excerpt .e-container {
  padding: 0;
}
@media (min-width: 969px) {
  .m-case-excerpt .e-container {
    padding: 0 74px;
  }
}
.m-case-excerpt--pb-0 {
  padding-bottom: 0;
}
@media (min-width: 969px) {
  .m-case-excerpt--video .m-case-excerpt__content-wrap.e-accent-bg .m-case-excerpt__col--video {
    padding: 48px 0;
  }
}
.m-case-excerpt .e-responsive-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.m-case-excerpt .e-responsive-image-contain {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  position: relative;
  height: auto;
}
.m-case-excerpt .e-responsive-image-left {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 8px;
}
.m-case-excerpt .e-responsive-image-right {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 8px;
}

@keyframes imageRotationCaseExcerpt {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(80deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes imageRotationCaseExcerptInverted {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(100deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes imageRotation {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) rotate(100deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
.m-integrations-page .m-case-excerpt {
  padding: 36px 0;
}
.m-integrations-page .m-tryout .e-accent-bg:before {
  display: none;
}
@media (min-width: 969px) {
  .m-integrations-page .m-tryout {
    margin: 0;
  }
}

.m-simple-lead {
  padding: 40px 0;
}
@media (min-width: 969px) {
  .m-simple-lead {
    padding: 80px 0 40px;
  }
  .m-simple-lead__content-wrap {
    display: flex;
    width: calc(100% + 80px);
    transform: translateX(-40px);
    align-items: center;
  }
}
.m-simple-lead__col {
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-simple-lead__col {
    margin: 0 40px;
  }
  .m-simple-lead__col:first-child {
    width: calc(60% - 80px);
  }
  .m-simple-lead__col:last-child {
    width: calc(40% - 80px);
  }
}
.m-simple-lead__image-wrap {
  position: relative;
  display: none;
  width: 452px;
  height: 254px;
}
.m-simple-lead__image-wrap:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 20px;
  height: 100px;
  width: 70px;
  background-color: #B6BF10;
  display: block;
}
.m-simple-lead__image-wrap:before {
  content: "";
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
  z-index: 1;
  width: 70px;
  height: 100px;
  left: calc(100% + 20px);
  top: 70px;
  display: block;
  position: absolute;
}
@media (min-width: 969px) {
  .m-simple-lead__image-wrap {
    display: block;
  }
}
.m-simple-lead__title {
  font-size: 56px;
  line-height: 56px;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-simple-lead__title {
    font-size: 72px;
    line-height: 72px;
  }
}
.m-simple-lead__subtitle {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 969px) {
  .m-simple-lead__subtitle {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-simple-lead__body {
  margin: 18px 0 0;
}
@media (min-width: 969px) {
  .m-simple-lead__body {
    margin: 28px 0 0;
  }
  .m-simple-lead__body p {
    font-size: 24px;
    line-height: 34px;
  }
}

.m-integration-overview {
  padding: 40px 0;
}
@media (min-width: 969px) {
  .m-integration-overview {
    padding: 80px 0 4px;
  }
}
@media (min-width: 767px) {
  .m-integration-overview__content-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-integration-overview__col {
  flex-shrink: 0;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
  border-bottom: 1px solid rgba(26, 28, 29, 0.2);
}
@media (min-width: 767px) {
  .m-integration-overview__col {
    width: calc(50% - 36px);
    margin: 0 18px 36px;
  }
}
@media (min-width: 969px) {
  .m-integration-overview__col {
    width: calc(33.3333333333% - 36px);
  }
}
.m-integration-overview__title {
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 969px) {
  .m-integration-overview__title {
    font-size: 24px;
    line-height: 42px;
  }
}
.m-integration-overview__body {
  margin: 5px 0 9px;
}
.m-integration-overview__image {
  height: 90px;
  margin: 0 0 16px;
}
@media (min-width: 969px) {
  .m-integration-overview__image {
    margin: 0 0 26px;
  }
}
.m-integration-overview__image img {
  max-height: 100%;
}

.m-partners {
  padding: 60px 0;
  background-color: rgba(217, 229, 214, 0.15);
}
@media (min-width: 969px) {
  .m-partners {
    padding: 60px 0 100px;
  }
  .m-partners__content-wrap {
    align-items: center;
    display: flex;
  }
}
.m-partners__image-wrap {
  position: relative;
  display: none;
  flex-shrink: 0;
}
.m-partners__image-wrap:before {
  content: "";
  background-image: url(../img/pattern/circle-green.png);
  background-size: 12px;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 10%;
  top: 10%;
  position: absolute;
}
@media (min-width: 969px) {
  .m-partners__image-wrap {
    display: block;
    width: 400px;
    height: 500px;
  }
  .m-partners__content {
    width: calc(100% - 516px);
    margin: 0 0 0 114px;
  }
}
.m-partners__title {
  font-size: 28px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 18px;
}
@media (min-width: 969px) {
  .m-partners__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-partners__title br {
  display: none;
}
@media (min-width: 969px) {
  .m-partners__title br {
    display: block;
  }
}
.m-partners__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .m-partners__section-wrap {
    width: calc(100% + 36px);
    transform: translateX(-18px);
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 969px) {
  .m-partners__section-wrap {
    width: calc(100% + 72px);
    transform: translateX(-36px);
  }
}
.m-partners__col {
  margin: 0 0 18px;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .m-partners__col {
    margin: 18px 18px 36px;
    width: calc(50% - 36px);
  }
}
@media (min-width: 969px) {
  .m-partners__col {
    margin: 18px 36px 36px;
    width: calc(33.3333333333% - 72px);
  }
}
.m-partners__col img {
  max-width: 100%;
  height: auto;
}
.m-partners__actions {
  width: 100%;
  width: calc(100% - 72px);
  margin: 36px auto 0;
}
.m-partners__actions .e-primary-button {
  padding: 8px 36px;
}
.m-partners__actions .e-primary-button:first-child {
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-partners__actions .e-primary-button:first-child {
    margin: 0 9px 0 0;
  }
}

.m-partners-flex {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 767px) {
  .m-partners-flex {
    margin-top: 150px;
    margin-bottom: 120px;
  }
}
.m-partners-flex-background {
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .m-partners-flex-background {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.m-partners-flex__title {
  font-size: 24px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .m-partners-flex__title {
    max-width: 640px;
    text-align: center;
    font-size: 48px;
  }
}
.m-partners-flex__title bold {
  color: #008194;
}
.m-partners-flex__text {
  margin: 0 auto;
}
@media (min-width: 767px) {
  .m-partners-flex__text {
    max-width: 560px;
    text-align: center;
  }
}
.m-partners-flex__logos-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  row-gap: 20px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.m-partners-flex__logos-container__logo {
  flex: 0 0 50%;
  height: 113px;
  text-align: center;
  position: relative;
}
@media (min-width: 767px) {
  .m-partners-flex__logos-container__logo {
    flex: 0 0 18%;
  }
}
.m-partners-flex__logos-container__logo img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-partners-flex__background {
  position: absolute;
  width: 100vw;
  right: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}
.m-partners-flex__background2 {
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}
.m-partners-flex__button {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 767px) {
  .m-partners-flex__button {
    margin-top: 48px;
  }
}
.m-partners-flex__button .e-button {
  padding: 0px 32px;
}

@media (min-width: 969px) {
  .m-support-page .m-card-container {
    padding: 36px 0 72px;
  }
  .m-support-page .m-case-excerpt {
    padding: 20px 0 40px;
  }
  .m-support-page .m-tab-content {
    margin-top: 0;
  }
}
.m-support-page .m-card-container:before {
  content: "";
  display: none;
  background-image: url("../img/lines/line-card-container-desktop.svg");
  width: 408px;
  height: 206px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-100%, -60px);
  background-size: cover;
}
@media (min-width: 969px) {
  .m-support-page .m-card-container:before {
    display: block;
  }
}

.m-generic-lead {
  text-align: center;
  position: relative;
  padding: 72px 0;
}
.m-generic-lead__title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 969px) {
  .m-generic-lead__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-generic-lead__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-generic-lead__content {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
@media (min-width: 969px) {
  .m-generic-lead__content {
    margin: 0;
  }
}
.m-generic-lead:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern/noise.png);
  background-repeat: repeat;
  background-size: 12px;
}
.m-generic-lead .e-subtitle {
  margin-bottom: 28px;
}
@media (min-width: 969px) {
  .m-generic-lead .e-subtitle {
    font-size: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-generic-lead .e-subtitle:last-child {
  margin-bottom: 0;
}

.m-faq-excerpt {
  padding: 28px 0;
  border-bottom: 1px solid rgba(76, 76, 76, 0.23);
}
.m-faq-excerpt__title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 9px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-faq-excerpt__title {
    font-size: 24px;
    line-height: 42px;
  }
}
.m-faq-excerpt__body {
  margin: 0 0 9px;
}

@media (min-width: 969px) {
  .m-plain-content {
    max-width: 704px;
    margin: 0 auto;
  }
}
.m-plain-content * {
  padding: 6px 0;
}
.m-plain-content h1, .m-plain-content h2, .m-plain-content h3, .m-plain-content .m-about-header__title, .m-plain-content h4, .m-plain-content h5 {
  padding: 8px 0 18px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
}
.m-plain-content h6 {
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  padding: 8px 0 12px;
}
.m-plain-content p a, .m-plain-content ul a, .m-plain-content ol a {
  color: #008194;
}
.m-plain-content p a:hover, .m-plain-content ul a:hover, .m-plain-content ol a:hover {
  color: #007283;
}

.m-plain-content-image {
  padding: 32px 0;
  max-width: 970px;
  margin: 0 auto;
}
.m-plain-content-image img {
  width: 100%;
  height: auto;
}

.m-faq-return-section {
  margin: 20px 0 0;
  padding: 28px 0;
  border-top: 1px solid rgba(76, 76, 76, 0.23);
  text-align: center;
}
.m-faq-return-section .e-text-anchor {
  padding-right: 0;
  background: none;
}
.m-faq-return-section .e-text-anchor svg {
  position: relative;
  top: 3px;
  fill: #008194;
}
@media (min-width: 767px) {
  .m-faq-return-section {
    max-width: 705px;
    margin: 0 auto;
  }
}

.m-faq-rubriek {
  position: relative;
  margin: 85px 0;
  min-height: 420px;
  display: none;
}
@media (min-width: 767px) {
  .m-faq-rubriek {
    display: block;
  }
}
.m-faq-rubriek__intro {
  padding-bottom: 40px;
}
.m-faq-rubriek__mobile-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 18px;
}
.m-faq-rubriek__mobile-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-faq-rubriek__mobile-text {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.m-faq-rubriek__intro-title {
  padding-top: 36px;
  margin-bottom: 20px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 52px;
}
.m-faq-rubriek__intro-title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-faq-rubriek__intro-text {
  max-width: 70%;
  color: rgba(0, 0, 0, 0.75);
}
.m-faq-rubriek__nav {
  width: 260px;
  padding-top: 54px;
  flex-shrink: 0;
}
.m-faq-rubriek__button {
  height: 68px;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 969px) {
  .m-faq-rubriek__button {
    margin: 0 0 9px;
  }
}
.m-faq-rubriek__button img {
  width: 126px;
}
.m-faq-rubriek__button:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  background-image: url(../img/icons/chevron-right-orange.svg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
.m-faq-rubriek__button:hover, .m-faq-rubriek__button.is-active {
  width: calc(100% + 40px);
  color: white;
  background-color: #008194;
}
.m-faq-rubriek__button:hover img, .m-faq-rubriek__button.is-active img {
  filter: brightness(0) invert(1);
}
.m-faq-rubriek__button:hover:after, .m-faq-rubriek__button.is-active:after {
  opacity: 1;
  transform: translateX(0px);
}
.m-faq-rubriek__button--no-arrow {
  justify-content: center;
}
.m-faq-rubriek__button--no-arrow:after {
  display: none;
}
.m-faq-rubriek__wrap {
  display: flex;
}
.m-faq-rubriek__container {
  width: 100%;
  background: rgba(217, 229, 214, 0.15);
  padding: 70px 50px 70px 107px;
}
.m-faq-rubriek__content-wrap {
  width: 100%;
  display: none;
  position: relative;
}
.m-faq-rubriek__content-wrap.is-visible {
  display: block;
}
.m-faq-rubriek__content-wrap h3, .m-faq-rubriek__content-wrap .m-about-header__title {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 12px;
}
.m-faq-rubriek__content {
  padding-bottom: 5px;
}
.m-faq-rubriek__content:not(:last-of-type) {
  border-bottom: 1px solid #9F9F9F;
}
.m-faq-rubriek__content.is-open svg {
  transform: translateY(-50%) rotate(180deg);
  fill: #008194;
}
.m-faq-rubriek__content.is-open .m-faq-rubriek__answer {
  display: block;
}
.m-faq-rubriek__question {
  font-size: 20px;
  line-height: 35px;
  position: relative;
  padding: 20px 30px 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 969px) {
  .m-faq-rubriek__question {
    font-size: 24px;
  }
}
.m-faq-rubriek__question svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  fill: #FA9C1F;
}
.m-faq-rubriek__answer {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 969px) {
  .m-faq-rubriek__answer {
    font-size: 18px;
  }
}
.m-faq-rubriek ul,
.m-faq-rubriek ol {
  padding: 0 16px;
  margin: 24px 0;
  list-style-type: none;
  text-align: left;
}
@media (min-width: 969px) {
  .m-faq-rubriek ul,
  .m-faq-rubriek ol {
    padding: 0;
  }
}
.m-faq-rubriek ul li,
.m-faq-rubriek ol li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 9px 0;
}
@media (min-width: 969px) {
  .m-faq-rubriek ul li,
  .m-faq-rubriek ol li {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-faq-rubriek ul li:before,
.m-faq-rubriek ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  opacity: 1;
  background-color: #008194;
}
.m-faq-rubriek ul li strong,
.m-faq-rubriek ol li strong {
  font-family: "SourceSansSemi";
}
.m-faq-rubriek ul li p,
.m-faq-rubriek ol li p {
  opacity: 1 !important;
}
.m-faq-rubriek ul li p:last-child,
.m-faq-rubriek ol li p:last-child {
  margin-bottom: 0;
}
.m-faq-rubriek ol {
  list-style-type: decimal !important;
}
.m-faq-rubriek ol li:before {
  display: none;
}

.m-faq-rubriek-mobile {
  display: block;
}
@media (min-width: 767px) {
  .m-faq-rubriek-mobile {
    display: none;
  }
}
.m-faq-rubriek-mobile__button {
  margin: 0 0 0 auto;
}
.m-faq-rubriek-mobile__button > span {
  display: block;
  width: 14px;
  height: 2px;
  background: black;
  position: relative;
  transition: transform 175ms ease;
}
.m-faq-rubriek-mobile__button > span:nth-child(2) {
  transform: rotate(90deg) translate(-2px, 0px);
  transition: opacity 175ms ease;
}
.m-faq-rubriek-mobile.is-open .m-faq-rubriek-mobile__content-wrap {
  display: block;
}
.m-faq-rubriek-mobile__content-wrap {
  display: none;
}
.m-faq-rubriek-mobile__row {
  border-bottom: 1.5px solid rgba(217, 229, 214, 0.15);
}
.m-faq-rubriek-mobile__row.is-open .m-faq-rubriek-mobile__content-wrap {
  display: block;
}
.m-faq-rubriek-mobile__row.is-open .m-faq-rubriek-mobile__header {
  background: #008194;
  color: white;
}
.m-faq-rubriek-mobile__row.is-open .m-faq-rubriek-mobile__button span:first-child {
  transform: rotate(180deg);
  background: white;
}
.m-faq-rubriek-mobile__row.is-open .m-faq-rubriek-mobile__button span:nth-child(2) {
  opacity: 0;
  background: white;
}
.m-faq-rubriek-mobile__row.is-open .m-faq-rubriek-mobile__content.open svg {
  fill: #008194;
  transform: rotate(180deg);
}
.m-faq-rubriek-mobile__title {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.m-faq-rubriek-mobile__header {
  height: 64px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.m-faq-rubriek-mobile__question {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 25px 30px 25px 10px;
  position: relative;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.m-faq-rubriek-mobile__question svg {
  position: absolute;
  right: 10px;
  fill: #FA9C1F;
}
.m-faq-rubriek-mobile__answer {
  display: none;
  padding: 0 10px 20px 10px;
  margin-top: -5px;
  line-height: 24px;
}
.m-faq-rubriek-mobile__content {
  border-bottom: 1.5px solid rgba(217, 229, 214, 0.4);
}
.m-faq-rubriek-mobile__content.open .m-faq-rubriek-mobile__answer {
  display: block;
}

.m-contact-page__content-wrap {
  position: relative;
  transform: translateX(-10px);
  width: calc(100% + 20px);
}
@media (min-width: 969px) {
  .m-contact-page__content-wrap {
    display: flex;
    align-items: flex-start;
  }
  .m-contact-page .m-main-header {
    transform: translateY(-150px);
    margin-bottom: -150px;
  }
}
.m-contact-page .m-form {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-contact-page .m-form {
    max-width: 730px;
    transform: translateY(-220px);
  }
  .m-contact-page .m-contact-aside {
    transform: translateY(-100px);
  }
}

.m-contact-aside {
  background-color: white;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 1;
}
@media (min-width: 969px) {
  .m-contact-aside {
    margin: 0 0 0 32px;
  }
}
@media (min-width: 1279px) {
  .m-contact-aside {
    margin: 0 0 0 72px;
  }
}
.m-contact-aside__map-wrap {
  height: 176px;
  position: relative;
}
.m-contact-aside__map-wrap .mapboxgl-canvas-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.m-contact-aside__content {
  padding: 18px 18px 6px 18px;
}
@media (min-width: 969px) {
  .m-contact-aside__content {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 36px 20px 36px;
  }
}
.m-contact-aside__content a {
  color: #008194;
  text-decoration: none;
}
.m-contact-aside__content a:hover {
  color: #007283;
  text-decoration: underline;
}
.m-contact-aside__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-contact-aside__list li {
  opacity: 0.75;
}
@media (min-width: 969px) {
  .m-contact-aside__list li {
    font-size: 18px;
  }
}
.m-contact-aside__list li:not(:last-child) {
  margin: 0 0 4px;
}
.m-contact-aside__list strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-contact-aside__col {
  flex-shrink: 0;
  margin: 0 0 18px;
}
@media (min-width: 969px) {
  .m-contact-aside__col {
    width: 50%;
    margin: 0 0 28px;
  }
}

.m-landings-page .m-case-excerpt {
  margin: 0;
}
.m-landings-page .m-tab-content {
  margin: 0;
}
@media (min-width: 969px) {
  .m-landings-page .m-tab-content {
    margin: 0;
  }
}
.m-landings-page .m-tab-content__outer-wrap {
  padding: 0;
}
@media (min-width: 969px) {
  .m-landings-page .m-tab-content--alt .m-tab-content__content {
    padding: 0 18px 0 0;
  }
}

.m-usp {
  padding: 46px 0 66px;
}
@media (min-width: 969px) {
  .m-usp {
    padding: 72px 0 92px;
  }
}
.m-usp__title {
  font-size: 34px;
  line-height: 34px;
  margin: 0 0 12px;
}
@media (min-width: 969px) {
  .m-usp__title {
    margin: 0 0 19px;
    font-size: 64px;
    line-height: 68px;
  }
}
.m-usp__subtitle {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 20px;
}
@media (min-width: 969px) {
  .m-usp__subtitle {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 29px;
  }
}
.m-usp__subtitle strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-usp__content-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 969px) {
  .m-usp__content-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.m-usp__col > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 969px) {
  .m-usp__col {
    width: 50%;
  }
}
.m-usp__row {
  margin-top: 32px;
  background-color: white;
  justify-content: space-around;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}
@media (min-width: 969px) {
  .m-usp__row {
    display: flex;
    padding: 36px;
  }
}
.m-usp__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  padding: 24px;
  word-wrap: break-word;
}
.m-usp__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 969px) {
  .m-usp__item:not(:last-child) {
    border: none;
  }
  .m-usp__item {
    width: 33%;
    padding: 0;
    justify-content: center;
  }
}
.m-usp__item svg {
  fill: #FA9C1F;
  margin: 0 9px 0 0;
}
.m-usp__image-wrap {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 62.5%;
  position: relative;
  order: -1;
}
.m-usp__image-wrap:before {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  top: 10%;
  left: 15%;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 12px;
  z-index: -1;
}
@media (min-width: 969px) {
  .m-usp__image-wrap:before {
    width: 100%;
    height: 100%;
    left: 10%;
    top: 10%;
  }
  .m-usp__image-wrap {
    width: 400px;
    height: 500px;
    margin: 0 80px 0 0;
    padding-bottom: 0;
    order: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1365px) {
  .m-usp__image-wrap {
    margin: 0 0 0 140px;
  }
}
@media (min-width: 969px) {
  .m-usp__image-wrap .e-responsive-image-cover {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .m-usp__image-wrap .e-responsive-image-contain {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    position: relative;
  }
  .m-usp__image-wrap .e-responsive-image-left {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    border-radius: 8px;
  }
  .m-usp__image-wrap .e-responsive-image-right {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    border-radius: 8px;
  }
  .m-usp--inverted .m-usp__content-wrap {
    flex-direction: row-reverse;
  }
  .m-usp--inverted .m-usp__image-wrap {
    margin: 0 0 0 80px;
  }
}
@media (min-width: 1365px) {
  .m-usp--inverted .m-usp__image-wrap {
    margin: 0 0 0 140px;
  }
}

.m-gallery {
  padding: 18px 0;
}
@media (min-width: 969px) {
  .m-gallery {
    padding: 36px 0;
  }
}
.m-gallery__content-wrap {
  position: relative;
}
.m-gallery__col {
  flex-shrink: 0;
  margin: 0 0 9px;
}
.m-gallery__image-wrap {
  position: relative;
  padding: 0 0 66.25%;
  width: 100%;
}
.m-gallery .m-video-thumbnail {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0;
  position: absolute !important;
  top: 0;
  left: 0;
}
.m-gallery .m-video-thumbnail__thumbnail,
.m-gallery .m-video-thumbnail iframe {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.m-gallery .m-video-thumbnail__cookie-notice {
  display: none;
}
.m-gallery--1 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.m-gallery--1 .m-gallery__image-wrap {
  padding-bottom: 100%;
}
@media (min-width: 767px) {
  .m-gallery--2 .m-gallery__content-wrap {
    display: flex;
    transform: translateX(-36px);
    width: calc(100% + 72px);
  }
  .m-gallery--2 .m-gallery__col {
    width: calc(50% - 72px);
    margin: 36px;
  }
  .m-gallery--3 .m-gallery__content-wrap {
    display: flex;
    transform: translateX(0px);
    width: 100%;
  }
}
.m-gallery--3 .m-gallery__content-wrap img {
  border-radius: 8px;
}
@media (min-width: 767px) {
  .m-gallery--3 .m-gallery__col:first-child {
    width: calc(66.6666666667% - 18px);
    margin: 18px 0;
  }
  .m-gallery--3 .m-gallery__col:nth-child(2) {
    position: absolute;
    right: 9px;
    top: 18px;
    width: calc(33.3333333333% - 36px);
  }
  .m-gallery--3 .m-gallery__col:nth-child(3) {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: calc(33.3333333333% - 36px);
  }
  .m-gallery .e-responsive-image-contain {
    height: auto;
  }
}

@media (min-width: 969px) {
  .m-prices-page .m-main-header {
    transform: translateY(-150px);
    margin-bottom: -150px;
  }
}
.m-prices-page__content-wrap {
  position: relative;
  transform: translateX(-10px);
  width: calc(100% + 20px);
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1279px) {
  .m-prices-page__content-wrap {
    display: flex;
    align-items: stretch;
    transform: translateY(-300px);
    margin-bottom: -235px;
  }
}
.m-prices-page .m-prices {
  flex-shrink: 0;
}
@media (min-width: 1279px) {
  .m-prices-page .m-prices {
    width: 700px;
  }
}
@media (min-width: 1365px) {
  .m-prices-page .m-prices {
    width: 800px;
  }
}
@media (min-width: 1419px) {
  .m-prices-page .m-prices {
    width: 840px;
  }
}
.m-prices-page .m-prices-aside {
  flex-grow: 1;
}
@media (min-width: 1279px) {
  .m-prices-page .m-prices-aside {
    margin: 0 0 0 36px;
  }
  .m-prices-page .m-tryout {
    margin: 0;
  }
  .m-prices-page .m-tab-content {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .m-prices-page--de .m-prices-page-content-wrap {
    transform: translateY(-20px);
  }
}
@media (min-width: 969px) {
  .m-prices-page--de .m-prices-page-content-wrap {
    transform: translateY(-60px);
  }
}
@media (min-width: 1279px) {
  .m-prices-page--de .m-prices-page-content-wrap {
    margin-bottom: -175px;
    transform: translateY(-240px);
  }
}

.m-prices {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  padding: 46px 12px;
  display: none;
}
@media (min-width: 969px) {
  .m-prices {
    display: block;
  }
}
.m-prices__table {
  border-collapse: collapse;
  width: 100%;
}
.m-prices__table thead td {
  padding: 0 16px;
}
@media (min-width: 969px) {
  .m-prices__table thead td {
    padding: 0 24px;
  }
}
.m-prices__table thead td h4 {
  position: relative;
  top: -5px;
}
.m-prices__table tbody td {
  padding: 15px 16px;
}
@media (min-width: 969px) {
  .m-prices__table tbody td {
    padding: 30px 24px;
  }
}
.m-prices__table tbody td:first-child p:first-child {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.m-prices__table tbody tr {
  border-bottom: 1px solid #EDEDED;
}
.m-prices__table tbody tr:last-child {
  border-bottom: 0;
}
.m-prices__table td {
  vertical-align: center;
}
.m-prices__table .e-cta-button, .m-prices__table body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-prices__table .gform_button {
  padding: 0 8px;
}

.m-prices-aside {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  padding: 46px 12px;
  color: #333;
}
@media (min-width: 969px) {
  .m-prices-aside {
    padding: 46px 32px;
  }
}
.m-prices-aside__header {
  margin: 0 0 20px;
}
.m-prices-aside__title {
  font-size: 22px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  color: black;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-prices-aside__title {
    font-size: 28px;
  }
}
.m-prices-aside .e-list__title {
  font-size: 18px;
}
.m-prices-aside .e-text-anchor {
  margin: 9px 0 0;
}

.m-product-wrap {
  width: 100%;
  margin: 36px 0 0;
}
.m-product-wrap__title {
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 969px) {
  .m-product-wrap__title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-product-wrap__item {
  border-top: 5px solid #008194;
  padding: 24px;
  position: relative;
  background-color: white;
}
@media (min-width: 969px) {
  .m-product-wrap__item {
    border-radius: 4px;
    padding: 36px 36px 94px 36px;
    height: 100%;
  }
}
.m-product-wrap__item .e-list li {
  margin: 4px 0;
}
.m-product-wrap__button {
  width: 100%;
  margin: 24px 0 0;
}
@media (min-width: 969px) {
  .m-product-wrap__button {
    margin: 0;
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 0 24px;
    width: auto;
  }
}
.m-product-wrap__col {
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .m-product-wrap__col {
    width: calc(50% - 36px);
    margin: 0 18px;
  }
  .m-product-wrap__content-wrap {
    display: flex;
    transform: translateX(-18px);
    width: calc(100% + 36px);
  }
}

.m-article-filters {
  padding: 24px 0;
  position: relative;
  z-index: 1;
}
.m-article-filters__container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 767px) {
  .m-article-filters__container {
    margin: 0 -18px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.m-article-filters select {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 100%;
  padding: 0 18px;
  background-image: url(../img/icons/cheveron-down.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  margin: 0 0 18px;
}
@media (min-width: 767px) {
  .m-article-filters select {
    max-width: 326px;
  }
}

.m-article-search {
  width: 100%;
}
@media (min-width: 969px) {
  .m-article-search {
    width: calc(33.3333333333% - 48px);
  }
}
.m-article-search input {
  border-radius: 50px;
  background-color: #F9F9F9;
  border: 1px solid #E0E0E0;
  background-image: url(../img/icons/search.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  padding-left: 46px;
  width: 100%;
}

.m-card-cta {
  flex-shrink: 1;
  position: relative;
  padding: 24px 12px;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 969px) {
  .m-card-cta {
    padding: 60px 36px;
  }
}
.m-card-cta__title {
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 19px;
}
@media (min-width: 969px) {
  .m-card-cta__title {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 28px;
  }
}
.m-card-cta ul {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.m-card-cta li {
  color: #444;
  margin-bottom: 24px;
  padding: 0 0 0 40px;
}
@media (min-width: 969px) {
  .m-card-cta li {
    padding: 0 0 0 40px;
  }
}
.m-card-cta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern/noise.png);
  background-repeat: repeat;
  background-size: 12px;
}

.m-blog-archive {
  position: relative;
}
@media (min-width: 767px) {
  .m-blog-archive {
    padding: 48px 0;
  }
}
.m-blog-archive__lead {
  position: relative;
  padding: 32px 0;
}
@media (min-width: 767px) {
  .m-blog-archive__lead {
    padding: 72px 0;
  }
}
.m-blog-archive__lead:after {
  position: absolute;
  bottom: 4px;
  left: 10px;
  width: 35px;
  height: 50px;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
  filter: brightness(200%);
}
@media (min-width: 767px) {
  .m-blog-archive__lead:after {
    content: "";
  }
}
.m-blog-archive__lead h2 {
  display: none;
}
@media (min-width: 767px) {
  .m-blog-archive__lead h2 {
    display: block;
  }
}
.m-blog-archive__title {
  margin: 0;
}
.m-blog-archive:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 75px;
  height: 200px;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
}
@media (min-width: 767px) {
  .m-blog-archive:before {
    content: "";
  }
}
.m-blog-archive:after {
  position: absolute;
  top: 0;
  left: 10px;
  width: 35px;
  height: 120px;
  background-image: url(../img/pattern/circle-green.png);
  background-size: 13px;
}
@media (min-width: 767px) {
  .m-blog-archive:after {
    content: "";
  }
}
@media (min-width: 969px) {
  .m-blog-archive {
    padding: 72px 0;
  }
}
.m-blog-archive .m-card-container {
  padding-bottom: 24px;
}
.m-blog-archive .m-card-container:before {
  display: none;
}
@media (min-width: 969px) {
  .m-blog-archive .m-card-container {
    padding-bottom: 48px;
  }
}
.m-blog-archive .m-card-container__content-wrap {
  padding: 0;
}
.m-blog-archive .m-card-container .m-card,
.m-blog-archive .m-card-container .m-card-cta {
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .m-blog-archive .m-card-container .m-card,
  .m-blog-archive .m-card-container .m-card-cta {
    margin-bottom: 36px;
  }
}
.m-blog-archive .m-card-container__content-wrap {
  justify-content: flex-start;
}
.m-blog-archive .m-pagination {
  padding: 0 0 38px 0;
}
@media (min-width: 969px) {
  .m-blog-archive .m-pagination {
    padding: 0 0 76px;
  }
}

.m-footer {
  border-top: 1px solid rgba(217, 229, 214, 0.5);
  padding: 30px 0 0;
}
@media (min-width: 767px) {
  .m-footer {
    padding: 53px 0 0;
  }
}
.m-footer__content-wrap {
  padding: 0 0 6px;
}
@media (min-width: 767px) {
  .m-footer__content-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 36px);
    transform: translateX(-18px);
    justify-content: space-between;
    padding: 0 0 32px;
  }
}
.m-footer__content-wrap h6 {
  margin: 15px 0 8px;
  font-size: 18px;
  line-height: 29px;
}
@media (min-width: 767px) {
  .m-footer__content-wrap h6 {
    margin: 15px 0 10px;
  }
}
.m-footer__col {
  margin: 0 0 24px;
  flex-shrink: 0;
}
.m-footer__col:not(:last-of-type) {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
@media (min-width: 767px) {
  .m-footer__col {
    margin: 0 18px;
    width: calc(50% - 36px);
  }
  .m-footer__col:not(:last-of-type) {
    border-bottom: none;
    padding: 0;
  }
  .m-footer__col:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1279px) {
  .m-footer__col {
    margin: 0 18px;
    width: calc(25% - 36px);
  }
}
.m-footer__col a {
  color: #008194;
  font-size: 16px;
  text-decoration: underline;
}
.m-footer__col a:hover {
  color: #007283;
  text-decoration: none;
}
.m-footer__col:first-child {
  display: flex;
  flex-direction: column;
}
.m-footer__col:first-child p {
  display: flex;
  align-items: center;
}
.m-footer__col:first-child p svg {
  margin-right: 10px;
}
.m-footer__col:first-child .certificate {
  display: inline-block;
  margin-top: 52px;
}
@media (min-width: 969px) {
  .m-footer__col:first-child .certificate {
    margin-bottom: 18px;
  }
}
.m-footer__col:first-child .certificate img {
  position: relative;
  left: -3px;
  height: auto;
}
@media (min-width: 969px) {
  .m-footer__col:first-child .certificate img {
    max-width: 150px;
  }
}
.m-footer__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.m-footer__list li {
  margin: 15px 0;
  line-height: 22px;
}
.m-footer__list li:first-of-type {
  margin-top: 0;
}
.m-footer__list li:last-of-type {
  margin-bottom: 0;
}
.m-footer__list--short-margin:not(:last-of-type) {
  margin-bottom: 30px;
}
.m-footer__list--short-margin li {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.m-footer__list--short-margin li img {
  margin-right: 10px;
}
.m-footer__list a {
  color: #008194;
  font-size: 16px;
  text-decoration: underline;
}
.m-footer__list a:hover {
  color: #007283;
  text-decoration: none;
}
.m-footer__subcontent {
  border-top: 1px solid rgba(217, 229, 214, 0.5);
  padding: 30px 0;
}
@media (min-width: 767px) {
  .m-footer__subcontent {
    padding: 12px 0;
    display: flex;
    align-items: center;
  }
}
.m-footer__subcontent div {
  margin: 0 0 10px;
}
@media (min-width: 767px) {
  .m-footer__subcontent div {
    margin: 0;
  }
  .m-footer__subcontent div:not(:last-of-type) {
    margin-right: 20px;
  }
}
.m-footer__subcontent div p {
  opacity: 0.75;
  font-size: 16px;
}
.m-footer__subcontent div span {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .m-footer__subcontent div span {
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .m-footer__subcontent div span:after {
    content: "";
    position: absolute;
    left: 100%;
    background-color: rgba(217, 229, 214, 0.5);
    height: 14px;
    width: 1px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
}
.m-footer__subcontent div a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin: 0 4px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.m-footer__subcontent div a.language {
  display: none;
}
@media (min-width: 767px) {
  .m-footer__subcontent div a.language {
    display: inline-block;
  }
}
.m-footer__subcontent div a.language img {
  margin-bottom: -0.125rem;
}
.m-footer__subcontent div a.language--mobile {
  margin-top: 0.5rem;
  display: inline-block;
}
@media (min-width: 767px) {
  .m-footer__subcontent div a.language--mobile {
    display: none;
  }
  .m-footer__subcontent div a {
    display: inline-block;
    margin: 0;
  }
  .m-footer__subcontent div a:not(:last-child) {
    margin: 0 9px 0 0;
  }
}
@media (min-width: 969px) {
  .m-footer__subcontent div a:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
.m-footer__subcontent div a:hover {
  text-decoration: none;
}
.m-footer__logo {
  margin: 0 0 30px;
}
@media (min-width: 767px) {
  .m-footer__logo {
    margin: 0 0 30px;
  }
}
.m-footer__extra-links {
  margin: 30px 0 0;
}
.m-footer__services a {
  color: black;
  text-decoration: none;
}
.m-footer__services a span {
  color: #008194;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.m-footer__services a:hover {
  color: black;
  text-decoration: none;
}
.m-footer__services a:hover span {
  color: #007283;
  text-decoration: none;
}
.m-footer__service {
  display: flex;
}
.m-footer__service:not(:last-of-type) {
  margin-bottom: 10px;
}
.m-footer__service-icon {
  margin: 18px 10px 0 0;
}
.m-footer__service-text {
  margin-bottom: 10px;
}
.m-footer__service-text h6 {
  line-height: 25px;
  margin-bottom: 0;
}
.m-footer__service-text p,
.m-footer__service-text a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.m-footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 18px 0 18px;
}
@media (min-width: 969px) {
  .m-footer__logos {
    margin: 40px 18px 0 18px;
  }
}
.m-footer__logos .certificate img {
  position: relative;
  left: -3px;
  height: auto;
}
@media (min-width: 969px) {
  .m-footer__logos .certificate img {
    max-width: 150px;
  }
}

.m-prices-mobile {
  padding: 24px 0 68px;
}
@media (min-width: 969px) {
  .m-prices-mobile {
    display: none;
  }
}
.m-prices-mobile__section-title, .m-prices-mobile__section-sub-title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 4px;
}
.m-prices-mobile__section-sub-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  margin: 0 0 28px;
}
.m-prices-mobile__col {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 5px;
  background-color: white;
}
.m-prices-mobile__col:not(:last-child) {
  margin: 0 0 11px;
}
.m-prices-mobile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px;
}
.m-prices-mobile__content {
  margin: 0 0 10px;
}
.m-prices-mobile__content strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-prices-mobile__title {
  font-size: 18px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.m-prices-mobile__price {
  font-size: 28px;
  line-height: 1;
  text-align: right;
}
.m-prices-mobile__price span {
  opacity: 0.5;
  font-size: 14px;
  color: black;
}
.m-prices-mobile .e-cta-button, .m-prices-mobile body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-prices-mobile .gform_button {
  width: 100%;
  display: block;
  margin: 24px auto 0;
}
@media (min-width: 767px) {
  .m-prices-mobile .e-cta-button, .m-prices-mobile body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-prices-mobile .gform_button {
    width: auto;
  }
}

.m-about-header {
  padding: 46px 0;
  position: relative;
}
@media (min-width: 969px) {
  .m-about-header {
    padding: 72px 0;
  }
}
.m-about-header .e-container {
  position: relative;
}
.m-about-header .e-container:before {
  content: "";
  position: absolute;
  left: 0;
  height: 350px;
  width: 212px;
  transform: translate(-40px, -50%);
  background-color: #B6BF10;
  top: 50%;
  z-index: -1;
  display: none;
}
@media (min-width: 969px) {
  .m-about-header .e-container:before {
    display: block;
  }
}
.m-about-header .e-container:after {
  content: "";
  position: absolute;
  left: 0;
  height: 446px;
  width: 72px;
  transform: translate(36px, -50%);
  background-image: url(../img/pattern/circle-green.png);
  background-size: 14px;
  top: 50%;
  z-index: -1;
  display: none;
}
@media (min-width: 969px) {
  .m-about-header .e-container:after {
    display: block;
  }
}
.m-about-header__title {
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-about-header__title {
    margin: 0 0 18px;
  }
}
.m-about-header__subtitle {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-about-header__content-wrap {
    display: flex;
    transform: translateX(-36px);
    width: calc(100% + 72px);
    align-items: flex-start;
  }
}
.m-about-header__body {
  margin: 18px 0 0;
}
@media (min-width: 969px) {
  .m-about-header__body {
    margin: 36px 0 0;
  }
}
.m-about-header__body h2, .m-about-header__body h3, .m-about-header__body .m-about-header__title, .m-about-header__body h4, .m-about-header__body h5, .m-about-header__body h6 {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  margin: 9px 0 0;
}
@media (min-width: 969px) {
  .m-about-header__body h2, .m-about-header__body h3, .m-about-header__body .m-about-header__title, .m-about-header__body h4, .m-about-header__body h5, .m-about-header__body h6 {
    margin: 18px 0 0;
  }
}
.m-about-header__body h2 strong, .m-about-header__body h3 strong, .m-about-header__body .m-about-header__title strong, .m-about-header__body h4 strong, .m-about-header__body h5 strong, .m-about-header__body h6 strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-about-header__body p {
  opacity: 0.75;
}
.m-about-header__col {
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-about-header__col {
    width: calc(50% - 72px);
    margin: 0 36px;
  }
}
.m-about-header__image-wrap {
  display: none;
  width: 100%;
  padding: 0 0 56.25%;
  position: relative;
  z-index: 5;
}
.m-about-header__image-wrap:not(:last-child) {
  margin: 0 0 36px;
}
@media (min-width: 969px) {
  .m-about-header__image-wrap {
    display: block;
  }
}

.m-about-page .m-about-header__content-wrap {
  position: relative;
}
.m-about-page .m-about-header__content-wrap:before {
  content: "";
  position: absolute;
  background-image: url(../img/lines/line-about-header-desktop.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 648px;
  height: 140px;
  left: 50%;
  transform: translateX(-80%);
  top: 100%;
  display: none;
}
@media (min-width: 969px) {
  .m-about-page .m-about-header__content-wrap:before {
    display: block;
  }
}
.m-about-page .m-case-excerpt {
  margin-bottom: 0;
}
@media (min-width: 969px) {
  .m-about-page .m-case-excerpt {
    margin-bottom: 0;
  }
}

.m-form-generic .m-form {
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
@media (min-width: 969px) {
  .m-form-generic .m-form {
    max-width: 730px;
    margin: 0 auto;
    padding: 32px 32px;
  }
}

.m-form-text-bg {
  background: transparent linear-gradient(117deg, #008194 0%, #03536c 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0;
  color: white;
  position: relative;
}
@media (min-width: 969px) {
  .m-form-text-bg {
    padding: 180px 0 150px 0;
  }
}
.m-form-text-bg::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pattern/background-pattern-cta-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  display: none;
}
@media (min-width: 767px) {
  .m-form-text-bg::after {
    display: block;
  }
}
.m-form-text-bg .m-form {
  filter: drop-shadow(4px 4px 16px rgba(57, 57, 57, 0.16));
  border-radius: 4px;
}
.m-form-text-bg .m-form__title {
  font-size: 24px !important;
}
@media (min-width: 767px) {
  .m-form-text-bg .m-form__title {
    font-size: 40px !important;
  }
}
.m-form-text__contactperson {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 969px) {
  .m-form-text__contactperson {
    margin-bottom: -4px;
  }
}
.m-form-text__contactperson-image {
  border-radius: 99999px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
@media (min-width: 969px) {
  .m-form-text__contactperson-image {
    width: 96px;
    height: 96px;
    margin-right: 20px;
  }
}
.m-form-text__contactperson-name {
  font-family: "SourceSansBold";
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}
.m-form-text__contactperson-job {
  color: "#e1e1e1";
  font-size: 16px;
}
.m-form-text__content-wrap {
  z-index: 10;
  position: relative;
}
@media (min-width: 969px) {
  .m-form-text__content-wrap {
    display: flex;
    transform: translateX(-44px);
    width: calc(100% + 88px);
  }
}
.m-form-text__col {
  flex-shrink: 0;
  margin: 0 0 36px;
}
@media (min-width: 969px) {
  .m-form-text__col {
    width: calc(50% - 88px);
    margin: 0 44px;
  }
  .m-form-text__content {
    padding: 36px 0;
  }
}
.m-form-text .m-form {
  color: #393939;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  padding: 28px 18px;
  background: white;
}
@media (min-width: 969px) {
  .m-form-text .m-form {
    padding: 36px;
  }
}

.m-generic-page .m-topics {
  min-height: 800px;
}
@media (min-width: 969px) {
  .m-generic-page .m-topics .m-topics__images-wrap {
    top: -40px;
  }
}

.m-generic-page-content + .m-form-generic {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 767px) {
  .m-generic-page-content__content {
    max-width: 710px;
    margin: 0 auto;
  }
}
.m-generic-page-content__content > h2:not(:first-child), .m-generic-page-content__content > h3:not(:first-child), .m-generic-page-content__content > .m-about-header__title:not(:first-child), .m-generic-page-content__content > h4:not(:first-child), .m-generic-page-content__content > h5:not(:first-child), .m-generic-page-content__content > h6:not(:first-child) {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  margin: 40px 0 0;
}
@media (min-width: 969px) {
  .m-generic-page-content__content > h2:not(:first-child), .m-generic-page-content__content > h3:not(:first-child), .m-generic-page-content__content > .m-about-header__title:not(:first-child), .m-generic-page-content__content > h4:not(:first-child), .m-generic-page-content__content > h5:not(:first-child), .m-generic-page-content__content > h6:not(:first-child) {
    margin: 60px 0 0;
  }
}
.m-generic-page-content__content > h2 strong, .m-generic-page-content__content > h3 strong, .m-generic-page-content__content > .m-about-header__title strong, .m-generic-page-content__content > h4 strong, .m-generic-page-content__content > h5 strong, .m-generic-page-content__content > h6 strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-generic-page-content__content p {
  opacity: 0.75;
  margin: 9px 0 0;
}
.m-generic-page-content__content a {
  color: #008194;
  text-decoration: underline;
}
.m-generic-page-content__content a:hover {
  color: #007283;
}
.m-generic-page-content__content .e-cta-button, .m-generic-page-content__content body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-generic-page-content__content .gform_button {
  margin-bottom: 9px;
  color: #FFF;
  text-decoration: none;
}
.m-generic-page-content__content .e-cta-button:hover, .m-generic-page-content__content body .m-form .gform_wrapper .gform_footer .gform_button:hover, body .m-form .gform_wrapper .gform_footer .m-generic-page-content__content .gform_button:hover {
  color: #FFF;
}
.m-generic-page-content__content .e-primary-button {
  margin-bottom: 9px;
  color: #FFF;
  text-decoration: none;
}
.m-generic-page-content__content .e-primary-button:hover {
  color: #FFF;
}
.m-generic-page-content__content .e-primary-button--outline {
  color: #008194;
}
.m-generic-page-content__content .e-primary-button--outline:hover {
  color: #008194;
}
.m-generic-page-content__image-row {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.m-generic-page-content__image-row + .m-generic-page-content__image-row {
  margin-top: 0;
}
@media (min-width: 767px) {
  .m-generic-page-content__image-row {
    margin-top: 80px;
  }
}
@media (min-width: 969px) {
  .m-generic-page-content__image-row {
    width: calc(100% + 300px);
    transform: translateX(-150px);
  }
}
.m-generic-page-content__image-row > div {
  width: 50%;
  max-width: 160px;
  min-height: 120px;
  padding: 0 16px 40px 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 479px) {
  .m-generic-page-content__image-row > div {
    width: 33.3333333333%;
    padding: 0 24px 40px 24px;
  }
}
@media (min-width: 767px) {
  .m-generic-page-content__image-row > div {
    width: 25%;
    max-width: 100%;
    padding: 0 40px 60px 40px;
  }
}
@media (min-width: 969px) {
  .m-generic-page-content__image-row > div {
    width: 20%;
  }
}
.m-generic-page-content__image-row img {
  width: 100%;
  height: auto;
}
.m-generic-page-content__usp-row {
  padding: 16px 0;
  margin: 9px 0 0;
}
@media (min-width: 767px) {
  .m-generic-page-content__usp-row {
    padding: 32px 0;
    transform: translateX(-18px);
    width: calc(100% + 36px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.m-generic-page-content__usp {
  padding: 30px 18px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.075);
  text-align: center;
  margin: 9px 0;
}
@media (min-width: 767px) {
  .m-generic-page-content__usp {
    width: calc(33.3333333333% - 36px);
    margin: 0 18px;
    padding: 42px 36px;
  }
  .m-generic-page-content__usp p {
    font-size: 18px;
  }
}
.m-generic-page-content__usp-title {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 9px;
}
@media (min-width: 969px) {
  .m-generic-page-content__usp-title {
    font-size: 45px;
  }
}
.m-generic-page-content .e-subtitle {
  font-size: 28px;
  line-height: 36px;
}
.m-generic-page-content .e-content-cta {
  max-width: 790px;
  margin: 48px auto;
}
.m-generic-page-content .e-content-cta__title {
  font-size: 18px;
}
.m-generic-page-content .e-list {
  width: 100%;
}
.m-generic-page-content .e-list__title {
  margin-bottom: 16px;
}
.m-generic-page-content .e-list li {
  opacity: 0.75;
}

.m-cases-page .m-generic-lead__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}

.m-cases-overview {
  padding: 42px 0;
}
@media (min-width: 969px) {
  .m-cases-overview {
    padding: 72px 0;
  }
}
.m-cases-overview__grid {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 767px) {
  .m-cases-overview__grid {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 969px) {
  .m-cases-overview__grid {
    padding-bottom: 895px;
  }
}
.m-cases-overview__col {
  position: relative;
  margin: 0 16px 16px;
  display: block;
}
.m-cases-overview__col:hover {
  background-color: #f9f9f9;
  box-shadow: none;
}
.m-cases-overview__col:hover figure {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .m-cases-overview__col {
    width: calc(50% - 18px);
    margin: 9px;
  }
}
@media (min-width: 969px) {
  .m-cases-overview__col {
    position: absolute;
    margin: 8px;
    background: rgba(217, 229, 214, 0.15);
    top: 0;
    flex-shrink: 0;
    display: block;
  }
  .m-cases-overview__col:nth-child(1) {
    left: 0;
    width: calc(50% - 16px);
  }
  .m-cases-overview__col:nth-child(1) > div {
    padding: 0 0 360px;
  }
  .m-cases-overview__col:nth-child(2) {
    width: calc(25% - 16px);
    left: 50%;
  }
  .m-cases-overview__col:nth-child(2) > div {
    padding: 0 0 535px;
  }
  .m-cases-overview__col:nth-child(3) {
    width: calc(25% - 16px);
    left: 75%;
  }
  .m-cases-overview__col:nth-child(3) > div {
    padding: 0 0 535px;
  }
  .m-cases-overview__col:nth-child(4) {
    width: calc(25% - 16px);
    left: 0%;
    top: 376px;
  }
  .m-cases-overview__col:nth-child(4) > div {
    padding: 0 0 535px;
  }
  .m-cases-overview__col:nth-child(5) {
    width: calc(25% - 16px);
    left: 25%;
    top: 376px;
  }
  .m-cases-overview__col:nth-child(5) > div {
    padding: 0 0 535px;
  }
  .m-cases-overview__col:nth-child(6) {
    left: 50%;
    width: calc(50% - 16px);
    top: 550px;
  }
  .m-cases-overview__col:nth-child(6) > div {
    padding: 0 0 360px;
  }
}
.m-cases-overview__col--cta {
  margin-top: 40px;
  order: 999;
}
@media (min-width: 767px) {
  .m-cases-overview__col--cta {
    margin-top: 30px;
  }
}
@media (min-width: 969px) {
  .m-cases-overview__col--cta {
    margin-top: 9px;
  }
}
.m-cases-overview__col--cta:hover {
  background-color: transparent;
  box-shadow: none;
}
.m-cases-overview__col--cta .m-cases-overview__image-wrap {
  padding: 0;
}
.m-cases-overview__cta-content {
  width: 100%;
  padding: 16px;
  text-align: center;
}
@media (min-width: 969px) {
  .m-cases-overview__cta-content {
    padding: 0 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.m-cases-overview__cta-content h5 {
  margin: 0 0 16px;
}
.m-cases-overview__cta-content p {
  margin: 0 0 16px;
  opacity: 0.75;
}
.m-cases-overview__cta-content .e-cta-button, .m-cases-overview__cta-content body .m-form .gform_wrapper .gform_footer .gform_button, body .m-form .gform_wrapper .gform_footer .m-cases-overview__cta-content .gform_button {
  padding-left: 32px;
  padding-right: 32px;
}
.m-cases-overview__image-wrap {
  width: 100%;
  padding: 0 0 56.25%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.m-cases-overview__image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-cases-overview__image-wrap figcaption {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 30px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 969px) {
  .m-cases-overview__image-wrap figcaption {
    padding: 24px 36px;
  }
}
.m-cases-overview__image-wrap figcaption strong {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.m-cases-overview__image-wrap figcaption p {
  font-size: 21px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-cases-overview__image-wrap figcaption p {
    font-size: 26px;
    max-width: 75%;
  }
  .m-cases-overview__image-wrap figcaption p.small {
    font-size: 22px;
    max-width: 85%;
  }
}

.m-404 .m-main-header .e-subtitle {
  margin-bottom: 32px;
}

.m-cta-generic {
  background: #008194;
  background: transparent linear-gradient(259deg, #008194 50%, #03536c 100%) 0% 0% no-repeat padding-box;
  color: white;
  position: relative;
  text-align: center;
  margin: 40px 0 60px;
}
.m-cta-generic:last-child {
  margin-bottom: 0;
}
@media (min-width: 969px) {
  .m-cta-generic {
    margin: 60px 0 100px 0;
  }
}
@media (min-width: 767px) {
  .m-cta-generic {
    padding: 100px 0;
  }
}
.m-cta-generic .m-generic-lead__title {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: white;
}
@media (min-width: 969px) {
  .m-cta-generic .m-generic-lead__title {
    font-size: 32px;
    line-height: 46px;
  }
}
.m-cta-generic .e-subtitle {
  font-size: 18px;
  line-height: 27px;
  color: white;
  max-width: 450px;
  margin: auto;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
}
.m-cta-generic .e-button {
  margin-top: 30px;
}
.m-cta-generic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pattern/background-pattern-cta.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.m-cta-generic-contactperson {
  padding: 40px 0;
}
@media (min-width: 969px) {
  .m-cta-generic-contactperson {
    padding: 64px 0;
  }
}
.m-cta-generic-contactperson .e-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 969px) {
  .m-cta-generic-contactperson .e-container {
    flex-direction: row;
  }
}
.m-cta-generic-contactperson .m-generic-lead__content {
  text-align: center;
}
@media (min-width: 969px) {
  .m-cta-generic-contactperson .m-generic-lead__content {
    text-align: left;
  }
}
.m-cta-generic-contactperson__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 969px) {
  .m-cta-generic-contactperson__person {
    margin-right: 64px;
    margin-bottom: 0;
  }
}
.m-cta-generic-contactperson__image {
  height: 160px;
  width: 160px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 969px) {
  .m-cta-generic-contactperson__image {
    height: 180px;
    width: 180px;
  }
}
.m-cta-generic-contactperson__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-cta-generic-contactperson__data h5 {
  font-size: 18px;
}
.m-cta-generic-contactperson__data span {
  font-size: 16px;
}

.m-faq-single__title {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 969px) {
  .m-faq-single__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.m-faq-single .e-subtitle {
  font-size: 24px;
}

.m-blog-quote {
  padding: 20px;
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.055);
  margin: 40px 0;
}
@media (min-width: 767px) {
  .m-blog-quote {
    padding: 40px 36px;
  }
}
.m-blog-quote__logo {
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .m-blog-quote__logo {
    margin-bottom: 20px;
  }
}
.m-blog-quote__logo img {
  max-width: 80px;
  max-height: 50px;
}
@media (min-width: 767px) {
  .m-blog-quote__logo img {
    max-height: 80px;
    max-width: 160px;
  }
}
.m-blog-quote p {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 969px) {
  .m-blog-quote p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-blog-quote footer {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
}
.m-blog-quote__avatar {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .m-blog-quote__avatar {
    width: 110px;
    height: 110px;
  }
}
.m-blog-quote__name {
  padding-left: 10px;
}
@media (min-width: 767px) {
  .m-blog-quote__name {
    padding-left: 24px;
  }
}
.m-blog-quote h5 {
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 6px;
}
@media (min-width: 767px) {
  .m-blog-quote h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.m-blog-quote h5:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -12px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
@media (min-width: 767px) {
  .m-blog-quote h5:after {
    width: 18px;
    left: -24px;
  }
}
.m-blog-quote h6 {
  padding-left: 6px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 16px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .m-blog-quote h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
.m-blog-quote--avatar h5:after {
  display: none;
}

.m-video-thumbnail {
  margin: 36px 0;
}
.m-video-thumbnail__thumbnail {
  background-size: cover;
  background-position: center;
  padding: 0 0 56.25%;
  position: relative;
}
.m-video-thumbnail__thumbnail:hover {
  cursor: pointer;
}
.m-video-thumbnail__thumbnail:hover:before {
  opacity: 0;
}
.m-video-thumbnail__thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 129, 148, 0.2);
}
.m-video-thumbnail__thumbnail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-image: url(../img/icons/playbutton.png);
  background-size: cover;
}
.m-video-thumbnail__cookie-notice {
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  color: white;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .m-video-thumbnail__cookie-notice {
    max-width: 90%;
    top: auto;
    bottom: 30px;
  }
}
.m-video-thumbnail.is-playing {
  position: relative;
  padding: 0 0 56.25%;
}
.m-video-thumbnail.is-playing iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-breadcrumbs {
  padding: 16px 0;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 5;
}
@media (min-width: 969px) {
  .m-breadcrumbs {
    display: block;
  }
}
.m-breadcrumbs a {
  color: #008194;
  position: relative;
  text-decoration: none;
}
.m-breadcrumbs a:hover {
  color: #007283;
}
.m-breadcrumbs a:after {
  content: "/";
  opacity: 0.33;
  margin: 0 12px;
  color: black;
}
.m-breadcrumbs .current {
  opacity: 0.33;
}

.video-template-default .m-breadcrumbs a {
  color: #fff;
}
.video-template-default .m-breadcrumbs .current {
  color: #fff;
}

.m-company-info-page .m-main-header {
  overflow: hidden;
}
@media (min-width: 969px) {
  .m-company-info-page .m-main-header {
    max-height: 800px;
    transform: translateY(-180px);
    margin-bottom: -180px;
    padding-bottom: 0;
  }
}
.m-company-info-page .m-main-header__title {
  font-size: 42px;
}
@media (min-width: 1279px) {
  .m-company-info-page .m-main-header__title {
    margin-top: -40px;
    font-size: 62px;
  }
  .m-company-info-page .m-main-header__image-wrap {
    top: -42px;
  }
}
.m-company-info-page .m-main-header .e-subtitle {
  padding-right: 24px;
}
.m-company-info-page .m-main-header .e-subtitle p {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 969px) {
  .m-company-info-page .m-information-lookup {
    top: -70px;
    margin-bottom: -70px;
  }
  .m-company-info-page .m-information-lookup > .e-container {
    position: relative;
  }
  .m-company-info-page .m-information-lookup > .e-container:after {
    content: "";
    position: absolute;
    bottom: -100%;
    transform: translateY(50px);
    left: 150px;
    background-image: url(../img/lines/line-2-testimonials-desktop.svg);
    background-size: cover;
    width: 500px;
    height: 112px;
    display: block;
  }
}
.m-company-info-page .m-topics {
  position: relative;
}
.m-company-info-page .m-topics > .e-container {
  position: relative;
}
.m-company-info-page .m-topics > .e-container:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 150px;
  transform: translateY(-100%) scaleX(-1);
  background-image: url(../img/lines/line-2-testimonials-desktop.svg);
  background-size: cover;
  width: 500px;
  height: 112px;
  display: none;
}
@media (min-width: 969px) {
  .m-company-info-page .m-topics > .e-container:after {
    display: block;
  }
  .m-company-info-page .m-topics {
    padding-top: 0px;
  }
}

.m-blog-excerpt {
  height: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  color: #1A1C1D;
  text-decoration: none;
}
.m-blog-excerpt__data {
  display: none;
  justify-content: space-between;
  padding: 18px 10px 0px;
}
@media (min-width: 767px) {
  .m-blog-excerpt__data {
    display: flex;
  }
}
@media (min-width: 969px) {
  .m-blog-excerpt__data {
    padding: 18px 27px 0px;
  }
}
.m-blog-excerpt__date, .m-blog-excerpt__readtime {
  font-size: 14px;
  opacity: 0.5;
}
@media (min-width: 969px) {
  .m-blog-excerpt__date, .m-blog-excerpt__readtime {
    font-size: 16px;
  }
}
.m-blog-excerpt__date svg, .m-blog-excerpt__readtime svg {
  margin: 0 4px 0 0;
  width: 14px;
  height: 14px;
  fill: inherit;
  transform: translateY(2px);
}
.m-blog-excerpt__anchor {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: #1A1C1D;
  text-decoration: none;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 1px rgba(211, 204, 199, 0.5);
  transition-property: box-shadow background;
}
@media (min-width: 767px) {
  .m-blog-excerpt__anchor {
    flex-direction: column;
  }
}
.m-blog-excerpt__anchor:hover {
  color: #1A1C1D;
  background-color: #f9f9f9;
  box-shadow: none;
}
.m-blog-excerpt__anchor:hover figure {
  transform: scale(1.1);
}
.m-blog-excerpt__image-mobile {
  margin: 18px 10px 0;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .m-blog-excerpt__image-mobile {
    display: none;
  }
}
.m-blog-excerpt__image-wrap {
  display: none;
  position: relative;
  padding: 0 0 52.25%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  .m-blog-excerpt__image-wrap {
    display: block;
  }
}
.m-blog-excerpt__image-wrap figure {
  border-radius: 3px 3px 0 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: all;
}
.m-blog-excerpt__content {
  padding: 18px 10px 22px;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .m-blog-excerpt__content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 969px) {
  .m-blog-excerpt__content {
    padding: 32px 27px 36px;
  }
}
.m-blog-excerpt__title {
  margin: 0 0 12px;
  color: #1A1C1D;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
}
@media (min-width: 767px) {
  .m-blog-excerpt__title {
    font-size: 20px;
    font-family: "GothamRegular", sans-serif;
    font-weight: 300;
    line-height: 30px;
  }
}
.m-blog-excerpt__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-blog-excerpt__body {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  opacity: 0.75;
}
.m-blog-excerpt__body p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
@media (min-width: 767px) {
  .m-blog-excerpt__body p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-blog-excerpt__label {
  margin-bottom: 10px;
  color: #008194;
  font-size: 14px;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  line-height: 16px;
}
.m-blog-excerpt__label span {
  color: #008194;
  text-decoration: none;
}
@media (min-width: 767px) {
  .m-blog-excerpt__label {
    margin-bottom: 0;
    line-height: 28px;
  }
}
@media (min-width: 969px) {
  .m-blog-excerpt__label {
    font-size: 18px;
  }
}
.m-blog-excerpt__more-mobile {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media (min-width: 767px) {
  .m-blog-excerpt__more-mobile {
    display: none;
  }
}
.m-blog-excerpt__more-mobile span {
  display: inline-flex;
  align-items: center;
  color: #008194;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  line-height: 16px;
}
.m-blog-excerpt__more-mobile span svg {
  width: 14px;
  height: 14px;
  fill: #008194;
}
.m-blog-excerpt__more-mobile-date {
  opacity: 0.5;
  color: #1A1C1D;
}
.m-blog-excerpt .e-button {
  margin: 18px 0 0;
}
@media (min-width: 767px) {
  .m-blog-excerpt .e-button {
    align-self: flex-start;
    margin-top: auto;
  }
}
.m-blog-excerpt .e-primary-button {
  display: none;
}
@media (min-width: 767px) {
  .m-blog-excerpt .e-primary-button {
    display: block;
  }
}
@media (min-width: 969px) {
  .m-blog-excerpt .e-primary-button {
    display: inline-block;
    align-self: flex-start;
    padding: 8px 32px;
  }
}

.m-subscriptions {
  padding: 24px 0;
}
.m-subscriptions__body {
  margin: 0 0 48px;
}
.m-subscriptions__body p {
  color: #1A1C1D;
  font-size: 18px;
  line-height: 32px;
}
.m-subscriptions__row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 767px) {
  .m-subscriptions__row {
    flex-direction: row;
    width: calc(100% + 36px);
    transform: translateX(-18px);
  }
}
.m-subscriptions__row > div {
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .m-subscriptions__row > div {
    margin-bottom: 0;
  }
}
.m-subscriptions__col {
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .m-subscriptions__col {
    width: calc(50% - 36px);
    margin: 0 18px;
  }
  .m-subscriptions .e-row {
    display: flex;
    flex-wrap: nowrap;
  }
}

.m-subscription-card {
  height: 100%;
  padding: 24px;
  background-color: #FFF;
}
@media (min-width: 767px) {
  .m-subscription-card {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 969px) {
  .m-subscription-card {
    padding: 24px;
  }
}
.m-subscription-card__body {
  padding: 24px 0;
}
.m-subscription-card__body p {
  color: #1A1C1D;
  font-size: 18px;
  line-height: 24px;
}
.m-subscription-card__list {
  margin: 0;
  padding: 24px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 969px) {
  .m-subscription-card__list {
    padding: 16px 0 24px;
  }
}
.m-subscription-card .e-button {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .m-subscription-card .e-button {
    margin-top: auto;
  }
}
.m-subscription-card .e-title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 767px) {
  .m-subscription-card .e-title {
    font-size: 48px;
    line-height: 52px;
  }
}
.m-subscription-card .e-title--subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .m-subscription-card .e-title--subtitle {
    font-size: 24px;
    line-height: 34px;
  }
}
.m-subscription-card--color {
  background-color: #FFEADB;
  border: 1px solid transparent;
}
.m-subscription-card--color .e-title--subtitle {
  color: #FA9C1F;
}

.m-pricing-page {
  background: #fafafa;
}
.m-pricing-page .m-pricing-mobile-contracts-container {
  min-height: 1000px;
}
@media (min-width: 969px) {
  .m-pricing-page .m-pricing-mobile-contracts-container {
    min-height: unset;
  }
  .m-pricing-page .m-pricing-products-container {
    min-height: 1370px;
    margin-bottom: 80px;
  }
}
.m-pricing-page .m-card-container__content-wrap {
  padding-top: 10px;
}
@media (min-width: 969px) {
  .m-pricing-page .m-card-container__content-wrap {
    padding-top: 36px;
  }
}
.m-pricing-page .m-card-container__title {
  margin-top: 36px;
  text-align: left;
}
@media (min-width: 969px) {
  .m-pricing-page .m-card-container__title {
    text-align: center;
  }
}
.m-pricing-page .m-card-plain__body {
  display: none;
}
@media (min-width: 969px) {
  .m-pricing-page .m-card-plain__body {
    display: flex;
  }
}

.m-pricing-tabs {
  display: none;
  flex-direction: row;
  justify-content: center;
  transform: translateY(-60px);
}
@media (min-width: 969px) {
  .m-pricing-tabs {
    display: flex;
  }
}
.m-pricing-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "GothamRegular";
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #c9c9c9;
}
.m-pricing-tabs a:first-child {
  border-top-left-radius: 4px;
}
.m-pricing-tabs a:first-child svg {
  width: 20px;
  height: auto;
  margin-top: 0;
}
.m-pricing-tabs a:last-child {
  border-top-right-radius: 4px;
}
.m-pricing-tabs a:last-child svg {
  width: 22px;
  height: auto;
}
.m-pricing-tabs a strong {
  font-family: "GothamBold";
}
.m-pricing-tabs a svg {
  margin-right: 13px;
  width: 26px;
  margin-top: -4px;
  height: auto;
  opacity: 0.5;
}
.m-pricing-tabs a.active {
  color: #000;
  background: #f4f4f4;
  border: 1px solid #c9c9c9;
  border-bottom: 4px solid #FA9C1F;
}
.m-pricing-tabs a.active svg {
  opacity: 1;
}
.m-pricing-tabs a[data-target=risk-compliance] svg {
  width: 26px;
  height: auto;
  position: relative;
  top: -1px;
}

.m-pricing-product {
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.m-pricing-product--3-products .m-pricing-overview__col--lite {
  display: none;
}
.m-pricing-product--4-products > .e-container {
  margin: 0 auto;
  padding: 0 16px;
}
.m-pricing-product__header-cta {
  margin-top: 10px;
}
.m-pricing-product__header--mobile {
  margin: 0 0 56px;
  text-align: center;
}
@media (min-width: 969px) {
  .m-pricing-product__header--mobile {
    display: none;
  }
}
.m-pricing-product__header--mobile h2 {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
}
.m-pricing-product__header--mobile p {
  color: rgba(0, 0, 0, 0.75);
}
.m-pricing-product__header--desktop {
  display: none;
  text-align: left;
}
@media (min-width: 969px) {
  .m-pricing-product__header--desktop {
    display: block;
  }
}
.m-pricing-product__header--desktop h2 {
  margin-bottom: 16px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #727272;
}
.m-pricing-product__header--desktop p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 28px;
}
.m-pricing-product--hiding {
  opacity: 0;
}
@media (min-width: 969px) {
  .m-pricing-product--animating {
    display: block;
  }
  .m-pricing-product--display {
    display: block;
    opacity: 1;
  }
}

.m-pricing-section {
  margin-bottom: 40px;
}
.m-pricing-section__title {
  margin-bottom: 22px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.m-pricing-section__tables {
  margin-bottom: 22px;
}

.m-pricing-overview {
  margin-bottom: 22px;
  display: grid;
}
.m-pricing-overview--3-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-overview--3-products {
    grid-template-columns: minmax(0, 3fr) repeat(3, minmax(0, 2fr));
  }
}
.m-pricing-overview--4-products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-overview--4-products {
    grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 2fr));
  }
}
.m-pricing-overview__col {
  padding: 32px 14px 40px 14px;
  position: relative;
  background: #fff;
  border-left: 2px solid #fafafa;
}
.m-pricing-overview__col:first-child {
  padding-left: 26px;
  padding-right: 26px;
}
.m-pricing-overview__col .e-button {
  width: 100%;
  height: 55px;
  font-size: 15px;
  white-space: nowrap;
}
@media (min-width: 1279px) {
  .m-pricing-overview__col .e-button {
    font-size: 18px;
  }
}
.m-pricing-overview__title {
  margin: 0 0 16px 0;
  color: #008194;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 1279px) {
  .m-pricing-overview__title {
    margin-bottom: 32px;
  }
}
.m-pricing-overview__sale-text {
  margin-top: -56px;
  margin-bottom: 36px;
}
.m-pricing-overview__sale-text > span {
  display: inline-block;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #FA9C1F;
  border-radius: 3px;
}
.m-pricing-overview__sale-price {
  margin-left: 0 !important;
  position: absolute;
  top: -20px;
  display: block;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  text-decoration: line-through;
}
.m-pricing-overview__price {
  margin-bottom: 36px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  color: #393939;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1279px) {
  .m-pricing-overview__price {
    font-size: 32px;
    line-height: 38px;
  }
}
.m-pricing-overview__price span {
  margin-left: 9px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: #393939;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
@media (min-width: 1279px) {
  .m-pricing-overview__price span {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-pricing-overview__price span.m-pricing-overview__price__subtext {
  margin-left: 0;
  position: absolute;
  color: rgba(57, 57, 57, 0.75);
  top: -20px;
  font-size: 18px;
}
.m-pricing-overview__desc {
  margin-bottom: 30px;
  min-height: 120px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-pricing-overview__desc {
    min-height: 190px;
  }
}
@media (min-width: 1279px) {
  .m-pricing-overview__desc {
    min-height: 170px;
    font-size: 18px;
    line-height: 28px;
  }
}
.m-pricing-overview .e-button {
  margin-bottom: 36px;
}
.m-pricing-overview__highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  height: 37px;
  color: #fff;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #000;
}
@media (min-width: 1279px) {
  .m-pricing-overview__highlight {
    font-size: 18px;
  }
}
.m-pricing-overview__highlight span {
  position: absolute;
  bottom: -9px;
  left: 27px;
  width: 18px;
  height: 18px;
  background-color: #000;
  transform: rotate(45deg);
}
.m-pricing-overview--sale .m-pricing-overview__price {
  margin-bottom: 54px;
}
.m-pricing-overview--sticky {
  position: fixed;
  top: 96px;
  background: #fff;
  height: 195px;
  z-index: 499;
  overflow: hidden;
}

@media (min-width: 1279px) {
  body.is-locale-en_US .m-pricing-overview__col--unlimited .m-pricing-overview__price {
    padding-top: 8px;
    font-size: 24px;
    line-height: 30px;
  }
}

.m-pricing-overview-feature {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
}
.m-pricing-overview-feature__icon {
  width: 18px;
  display: flex;
  justify-content: center;
}
.m-pricing-overview-feature svg {
  fill: #008194;
  top: 1px;
}
.m-pricing-overview-feature svg.icon-checkmark-fat {
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
}
.m-pricing-overview-feature strong {
  display: block;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.m-pricing-overview-feature__label {
  margin-left: 10px;
}
.m-pricing-overview-feature__label span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
}
.m-pricing-overview-feature__label span button {
  margin-left: 4px;
}

.m-pricing-features--3-products .m-pricing-features__row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-features--3-products .m-pricing-features__row {
    grid-template-columns: minmax(0, 3fr) repeat(3, minmax(0, 2fr));
  }
}
.m-pricing-features--3-products .m-pricing-features__col--lite {
  display: none;
}
.m-pricing-features--4-products .m-pricing-features__row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-features--4-products .m-pricing-features__row {
    grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 2fr));
  }
}
.m-pricing-features__rows > div:nth-child(n+9) {
  display: none;
}
.m-pricing-features .more {
  display: block;
}
.m-pricing-features .less {
  display: none;
}
.m-pricing-features--display-all .m-pricing-features__rows > div:nth-child(n+9) {
  display: grid;
}
.m-pricing-features--display-all .more {
  display: none;
}
.m-pricing-features--display-all .less {
  display: block;
}
.m-pricing-features__row {
  margin-bottom: 2px;
  display: grid;
  border-bottom: 2px solid #fafafa;
}
.m-pricing-features__col {
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-left: 2px solid #fafafa;
}
.m-pricing-features__col:first-child {
  justify-content: flex-start;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.m-pricing-features__col button {
  display: inline-block;
}
.m-pricing-features__col svg {
  margin-left: 5px;
  fill: #008194;
}
.m-pricing-features__more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  color: #008194;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.m-pricing-features__more svg {
  height: auto;
  width: 14px;
  margin-left: 5px;
  fill: #008194;
}
.m-pricing-features__more--reverse svg {
  transform: rotate(180deg);
}
.m-pricing-features__extra {
  display: flex;
}
.m-pricing-features__extra--hidden {
  display: none;
}

.m-pricing-sticky {
  width: 100%;
  margin-bottom: 22px;
  position: fixed;
  top: 130px;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  z-index: 5;
}
.m-pricing-sticky--3-products .m-pricing-sticky__inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-sticky--3-products .m-pricing-sticky__inner {
    grid-template-columns: minmax(0, 3fr) repeat(3, minmax(0, 2fr));
  }
}
.m-pricing-sticky--3-products .m-pricing-sticky__col--lite {
  display: none;
}
.m-pricing-sticky--4-products .m-pricing-sticky__inner {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 1279px) {
  .m-pricing-sticky--4-products .m-pricing-sticky__inner {
    grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 2fr));
  }
}
.m-pricing-sticky--hidden {
  display: none;
}
.m-pricing-sticky .e-container {
  padding: 0 16px;
}
.m-pricing-sticky__inner {
  display: grid;
}
.m-pricing-sticky__col {
  padding: 30px 14px;
  position: relative;
  background: #fff;
  border-left: 2px solid #fafafa;
  display: flex;
  flex-direction: column;
}
.m-pricing-sticky__col:first-child {
  border-left: 0;
}
.m-pricing-sticky__col .e-button {
  width: 100%;
  max-width: 242px;
  padding: 0;
}
.m-pricing-sticky__intro-pretitle {
  margin: 0;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 24px;
}
.m-pricing-sticky__intro-title {
  margin-bottom: 15px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
.m-pricing-sticky__intro-title strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-pricing-sticky__title {
  margin: 0 0 30px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #008194;
  font-size: 28px;
  line-height: 28px;
}
.m-pricing-sticky__price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.m-pricing-sticky__price span {
  margin-left: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
}
.m-pricing-sticky__price span.m-pricing-sticky__price__subtext {
  position: absolute;
  top: -17px;
  font-size: 14px;
  margin-left: 0;
}
.m-pricing-sticky__sale-price {
  margin-left: 0 !important;
  position: absolute;
  left: 0;
  top: -17px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 18px;
}
.m-pricing-sticky__sale-text {
  margin-top: 8px;
  display: inline-block;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #FA9C1F;
  border-radius: 3px;
}
.m-pricing-sticky__button {
  margin-top: auto;
  padding-top: 24px;
}
.m-pricing-sticky .e-button-primary {
  height: 46px;
}

.admin-bar .m-pricing-sticky {
  top: 162px;
}

.m-pricing-mobile-products {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 104px;
  padding: 0 10px;
  text-align: left;
  background: #FFF;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #D4D4D4;
}
@media (min-width: 969px) {
  .m-pricing-mobile-products {
    display: none;
  }
}
.m-pricing-mobile-products p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px;
}
.m-pricing-mobile-products h3, .m-pricing-mobile-products .m-about-header__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}
.m-pricing-mobile-products h3 strong, .m-pricing-mobile-products .m-about-header__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-pricing-mobile-products h3 span, .m-pricing-mobile-products .m-about-header__title span {
  color: inherit;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
}
.m-pricing-mobile-products svg {
  width: 24px;
  height: auto;
  fill: #9A9A9A;
}

.m-pricing-mobile-contracts {
  display: none;
}
.m-pricing-mobile-contracts--display {
  display: block;
}
@media (min-width: 969px) {
  .m-pricing-mobile-contracts--display {
    display: none;
  }
}

.m-pricing-mobile-contract {
  position: relative;
  margin: 16px 0 0;
  padding: 26px 18px;
  background: #FFF;
  border-radius: 8px;
}
.m-pricing-mobile-contract__highlight {
  position: absolute;
  top: 26px;
  right: 18px;
  padding: 4px 10px;
  color: #3FA0AE;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  background: #D8ECEF;
  border-radius: 2px;
}
.m-pricing-mobile-contract h3, .m-pricing-mobile-contract .m-about-header__title {
  margin: 0 0 18px;
  color: #008194;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
}
.m-pricing-mobile-contract__price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  position: relative;
}
.m-pricing-mobile-contract__price span {
  margin-left: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: normal;
}
.m-pricing-mobile-contract__price span.m-pricing-mobile-contract__price__subtext {
  margin-left: 0;
  position: absolute;
  top: -18px;
  font-size: 16px;
  line-height: 22px;
}
.m-pricing-mobile-contract__sale-price {
  margin-left: 0 !important;
  position: absolute;
  left: 0;
  top: -18px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 22px;
}
.m-pricing-mobile-contract__sale-text {
  display: inline-block;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #FA9C1F;
  border-radius: 3px;
}
.m-pricing-mobile-contract__features {
  margin-top: 30px;
  margin-bottom: 18px;
}
.m-pricing-mobile-contract__feature {
  display: flex;
  flex-direction: row;
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.66);
}
.m-pricing-mobile-contract__feature-icon {
  width: 24px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.m-pricing-mobile-contract__feature-icon svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 6px;
  fill: #008194;
}
.m-pricing-mobile-contract__feature-icon svg.icon-checkmark-fat {
  width: 12px;
  height: 12px;
  position: relative;
  top: 8px;
}
.m-pricing-mobile-contract__feature strong {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
}
.m-pricing-mobile-contract__feature > div p {
  display: inline;
}
.m-pricing-mobile-contract__feature > div button svg {
  height: auto;
  width: 14px;
  margin-left: 5px;
  position: relative;
  top: -4px;
  fill: #008194;
}
.m-pricing-mobile-contract .e-button {
  margin-bottom: 10px;
}

.m-pricing-mobile-products-menu {
  display: none;
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: #FFF;
}
.m-pricing-mobile-products-menu h2 {
  margin: 34px 0 28px;
  font-size: 38px;
  line-height: 42px;
}
.m-pricing-mobile-products-menu__break {
  margin-bottom: 34px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.m-pricing-mobile-products-menu nav a {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}
.m-pricing-mobile-products-menu nav a strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
.m-pricing-mobile-products-menu nav a svg {
  fill: #A7A7A7;
  transform: rotate(-90deg);
}

.m-card-plain {
  height: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  color: #1A1C1D;
  text-decoration: none;
  border-radius: 3px;
}
.m-card-plain__anchor {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  height: 100%;
  padding: 18px 10px 22px;
  color: #1A1C1D;
  background: white;
  box-shadow: 0px 2px 4px 1px rgba(219, 230, 231, 0.5);
  transition-property: box-shadow background;
}
@media (min-width: 969px) {
  .m-card-plain__anchor {
    flex-direction: column;
    padding: 32px 27px;
  }
}
@media (min-width: 767px) {
  .m-card-plain__content {
    display: flex;
    flex-direction: column;
  }
}
.m-card-plain__icon {
  flex-shrink: 0;
  margin-right: 22px;
  margin-bottom: 18px;
  width: 36px;
  height: 36px;
}
@media (min-width: 1279px) {
  .m-card-plain__icon {
    margin-right: 0;
  }
}
.m-card-plain__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 26px;
  color: #1A1C1D;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}
.m-card-plain__title strong {
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
}
@media (min-width: 969px) {
  .m-card-plain__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.m-card-plain__body {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  opacity: 0.75;
}
.m-card-plain__body p {
  font-size: 18px;
  line-height: 28px;
}
.m-card-plain__body--mobile {
  display: block;
}
@media (min-width: 969px) {
  .m-card-plain__body--mobile {
    display: none;
  }
}
.m-card-plain__body--desktop {
  display: none;
}
@media (min-width: 969px) {
  .m-card-plain__body--desktop {
    display: block;
  }
}
.m-card-plain__more {
  display: flex;
  align-items: center;
  margin-top: 18px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.m-card-plain__more svg {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  fill: #008194;
}

.m-logos-row {
  padding-bottom: 61px;
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 969px) {
  .m-logos-row {
    padding-bottom: 195px;
  }
}
.m-logos-row__title {
  margin-bottom: 26px;
  font-family: GothamRegular;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 767px) {
  .m-logos-row__title {
    text-align: center;
  }
}
@media (min-width: 969px) {
  .m-logos-row__title {
    font-size: 36px;
    line-height: 51px;
  }
}
.m-logos-row__title strong {
  font-family: GothamBold;
}
.m-logos-row__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
@media (min-width: 479px) {
  .m-logos-row__images {
    padding: 0 30px;
  }
}
@media (min-width: 767px) {
  .m-logos-row__images {
    padding: 0 50px;
  }
}
@media (min-width: 1279px) {
  .m-logos-row__images {
    padding: 0 149px;
  }
}
.m-logos-row__images img {
  align-self: center;
  max-width: 100px;
  height: auto;
}
@media (min-width: 479px) {
  .m-logos-row__images img {
    max-width: 120px;
  }
}
@media (min-width: 969px) {
  .m-logos-row__images img {
    max-width: 150px;
  }
}
.m-logos-row__image--desktop {
  display: none;
}
@media (min-width: 767px) {
  .m-logos-row__image--desktop {
    display: block;
  }
}
.m-logos-row--hiding {
  opacity: 0;
}
@media (min-width: 969px) {
  .m-logos-row--animating {
    display: block;
  }
  .m-logos-row--display {
    display: block;
    opacity: 1;
  }
}

.m-pricing-faqs {
  margin: 0 0 40px;
  position: relative;
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 969px) {
  .m-pricing-faqs {
    margin: 0 0 80px;
  }
  .m-pricing-faqs::before {
    content: "";
    width: 100%;
    max-width: 1220px;
    height: 118px;
    position: absolute;
    top: 163px;
    left: calc(50% - 130px);
    background: #b6bf10;
    transform: translateX(-50%);
    z-index: 1;
  }
  .m-pricing-faqs::after {
    content: "";
    width: 100%;
    max-width: 1220px;
    height: 118px;
    position: absolute;
    bottom: 104px;
    right: calc(50% - 130px);
    background: #b6bf10;
    background: linear-gradient(90deg, rgba(182, 191, 16, 0) 0%, rgba(182, 191, 16, 0) 50%, #b6bf10 50%, #b6bf10 100%);
    transform: translateX(50%);
    z-index: 1;
  }
}
.m-pricing-faqs__title {
  padding: 0 10px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 969px) {
  .m-pricing-faqs__title {
    font-family: GothamBold;
    font-size: 36px;
    margin-bottom: 70px;
    text-align: center;
  }
}
.m-pricing-faqs__content-wrap {
  position: relative;
  display: none;
  flex-wrap: wrap;
}
@media (min-width: 969px) {
  .m-pricing-faqs__content-wrap {
    display: flex;
  }
}
.m-pricing-faqs__content-wrap:before {
  content: "";
  position: absolute;
  top: 14%;
  left: -25px;
  background-image: url(../img/pattern/circle-green.png);
  width: 400px;
  height: 140px;
  background-size: 13px;
  z-index: 2;
}
.m-pricing-faqs__content-wrap:after {
  content: "";
  position: absolute;
  bottom: 42px;
  background-image: url(../img/pattern/circle-green.png);
  width: 100px;
  height: 140px;
  background-size: 13px;
  z-index: 2;
}
@media (min-width: 969px) {
  .m-pricing-faqs__content-wrap:after {
    right: -140px;
  }
}
.m-pricing-faqs__content-wrap > article {
  flex: 0 calc(50% - 18px);
  z-index: 3;
}
.m-pricing-faqs__content-wrap > article:nth-child(even) {
  margin-left: 18px;
}
.m-pricing-faqs__content-wrap > article:nth-child(odd) {
  margin-right: 18px;
}
.m-pricing-faqs--animating {
  display: block;
}
.m-pricing-faqs--display {
  display: block;
  opacity: 1;
}

.m-pricing-faq {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  color: #1A1C1D;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 1px rgba(219, 230, 231, 0.5);
  transition-property: box-shadow background;
}
.m-pricing-faq__anchor {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  color: #1A1C1D;
  background: white;
}
.m-pricing-faq__content {
  padding: 18px 10px 22px;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .m-pricing-faq__content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 969px) {
  .m-pricing-faq__content {
    padding: 32px 27px 36px;
  }
}
.m-pricing-faq__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 30px;
  color: #1A1C1D;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}
.m-pricing-faq__body {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  opacity: 0.75;
}
.m-pricing-faq__body p {
  font-size: 18px;
  line-height: 28px;
}

.m-pricing-mobile-faq {
  padding: 0 10px;
  border-bottom: 1px solid rgba(217, 229, 214, 0.5);
}
@media (min-width: 969px) {
  .m-pricing-mobile-faq {
    display: none;
  }
}
.m-pricing-mobile-faq__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  text-decoration: none;
}
.m-pricing-mobile-faq__title h4 {
  color: #000;
  font-family: "GothamBold", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.m-pricing-mobile-faq__title .icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.m-pricing-mobile-faq__title .icon span {
  position: absolute;
  transition: 0.3s;
  background: #000;
  border-radius: 2px;
}
.m-pricing-mobile-faq__title .icon span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.m-pricing-mobile-faq__title .icon span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.m-pricing-mobile-faq__content {
  display: none;
  padding: 18px 0;
  background: rgba(217, 229, 214, 0.15);
}
.m-pricing-mobile-faq__content p {
  font-size: 14px;
  line-height: 24px;
}
.m-pricing-mobile-faq--expanded .m-pricing-mobile-faq__title .icon span:first-of-type,
.m-pricing-mobile-faq--expanded .m-pricing-mobile-faq__title .icon span:last-of-type {
  transform: rotate(90deg);
}
.m-pricing-mobile-faq--expanded .m-pricing-mobile-faq__title .icon span:last-of-type {
  left: 50%;
  right: 50%;
}
.m-pricing-mobile-faq--expanded .m-pricing-mobile-faq__content {
  display: block;
}

.m-pricing-mobile-table {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 501;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.m-pricing-mobile-table--display {
  display: block;
}
@media (min-width: 969px) {
  .m-pricing-mobile-table--display {
    display: none;
  }
}
.m-pricing-mobile-table__container {
  background: #fff;
}
.m-pricing-mobile-table__container header {
  height: 36px;
  padding: 0 6px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
}
.m-pricing-mobile-table__container header h3, .m-pricing-mobile-table__container header .m-about-header__title {
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 767px) {
  .m-pricing-mobile-table__container header h3, .m-pricing-mobile-table__container header .m-about-header__title {
    font-size: 16px;
    line-height: 18px;
  }
}
.m-pricing-mobile-table__container header button {
  background: transparent;
  border: 0;
}
.m-pricing-mobile-table__container header button svg {
  width: 18px;
  height: 18px;
}
.m-pricing-mobile-table__content {
  padding: 0 10px;
}
.m-pricing-mobile-table__row {
  display: grid;
  grid-template-columns: minmax(0, 12fr) repeat(4, minmax(0, 5fr));
  border-bottom: 1px solid #e5e5e5;
}
.m-pricing-mobile-table__row--head {
  margin-top: 40px;
  border-bottom: 0;
}
.m-pricing-mobile-table__row--head .m-pricing-mobile-table__col {
  position: relative;
}
.m-pricing-mobile-table__row--head .m-pricing-mobile-table__col span {
  position: absolute;
  top: 10px;
  left: 50%;
  color: #008194;
  font-size: 16px;
  line-height: 24px;
  transform-origin: bottom left;
  transform: rotate(-55deg) translateX(-2px);
}
.m-pricing-mobile-table__col {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-pricing-mobile-table__col:first-child {
  justify-content: flex-start;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.m-pricing-alternatives {
  margin: 80px 0;
}
@media (min-width: 969px) {
  .m-pricing-alternatives {
    margin: 160px 0;
  }
}
.m-pricing-alternatives__title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 969px) {
  .m-pricing-alternatives__title {
    font-family: GothamBold;
    font-size: 36px;
    line-height: 51px;
    text-align: center;
  }
}
.m-pricing-alternatives__blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 0 20px;
}
@media (min-width: 767px) {
  .m-pricing-alternatives__blocks {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 969px) {
  .m-pricing-alternatives__blocks {
    flex-direction: row;
    padding: 70px 0 24px;
  }
}
.m-pricing-alternatives__col {
  margin-bottom: 20px;
}
@media (min-width: 969px) {
  .m-pricing-alternatives__col {
    width: calc(50% - 18px);
    margin-bottom: 32px;
  }
}
.m-pricing-alternatives .m-card-plain__body {
  display: block;
}
.m-pricing-alternatives .m-card-plain__body ul {
  margin-top: 30px;
}

.m-pricing-form-header {
  padding: 49px 0 44px;
  text-align: center;
}
.m-pricing-form-header h2 {
  margin-bottom: 12px;
  font-size: 54px;
  line-height: 54px;
}
.m-pricing-form-header h2 span {
  color: #008194;
}
.m-pricing-form-header h4 {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}

.m-pricing-form-page {
  background: #f9fbf8;
  padding-bottom: 75px;
}
@media (min-width: 767px) {
  .m-pricing-form-page {
    padding-bottom: 140px;
  }
}
.m-pricing-form-page .e-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media (min-width: 969px) {
  .m-pricing-form-page .e-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.m-pricing-form-page .m-generic-lead::before {
  content: none;
}
.m-pricing-form-page .m-form {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}
@media (min-width: 969px) {
  .m-pricing-form-page .m-form {
    max-width: 64.8148148148%;
  }
}
.m-pricing-form-page .m-form label {
  font-family: "SourceSansSemi";
}
.m-pricing-form-page .m-form label[for=comment] {
  font-family: "SourceSansRegular";
}
.m-pricing-form-page .m-form textarea[name=comment] {
  margin-bottom: 36px;
}
.m-pricing-form-page__modules h5 {
  margin-bottom: 9px;
  font-family: "SourceSansSemi";
  font-size: 18px;
  line-height: 28px;
}
.m-pricing-form-page__module {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 18px;
}
.m-pricing-form-page__module label {
  display: flex;
  flex-direction: column;
}
.m-pricing-form-page__module-title {
  font-family: "GothamRegular";
  font-size: 18px;
  line-height: 28px;
}
.m-pricing-form-page__module-subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-family: "SourceSansRegular";
  font-size: 18px;
  line-height: 28px;
}

.m-pricing-form-aside {
  width: 100%;
  margin-bottom: 48px;
  padding: 53px 27px 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
@media (min-width: 969px) {
  .m-pricing-form-aside {
    width: 384px;
    margin-bottom: 0;
    margin-left: 72px;
  }
}
.m-pricing-form-aside__title {
  margin-bottom: 19px;
  font-size: 28px;
  line-height: 30px;
}
.m-pricing-form-aside__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-bottom: 35px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1.5px solid #ededed;
}
@media (min-width: 479px) {
  .m-pricing-form-aside__item {
    flex-direction: row;
  }
}
@media (min-width: 969px) {
  .m-pricing-form-aside__item {
    flex-direction: column;
  }
}
@media (min-width: 1279px) {
  .m-pricing-form-aside__item {
    flex-direction: row;
  }
}
.m-pricing-form-aside__item > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
@media (min-width: 479px) {
  .m-pricing-form-aside__item > div {
    margin-bottom: 0;
  }
}
@media (min-width: 969px) {
  .m-pricing-form-aside__item > div {
    margin-bottom: 18px;
  }
}
@media (min-width: 1279px) {
  .m-pricing-form-aside__item > div {
    margin-bottom: 0;
  }
}
.m-pricing-form-aside__item-pretitle {
  color: rgba(0, 0, 0, 0.5);
}
.m-pricing-form-aside__item-value {
  color: #008194;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.m-pricing-form-aside__content-title {
  margin-bottom: 9px;
}

@media (max-width: 969px) {
  .m-dotted-line {
    display: none;
  }
}
.m-dotted-line__line {
  display: none;
  position: relative;
}
.m-dotted-line__line svg {
  height: 138px;
  width: 385px;
}
.m-dotted-line--to-right .m-dotted-line__line--to-right {
  display: flex;
}
.m-dotted-line--to-left .m-dotted-line__line--to-left {
  display: flex;
}
.m-dotted-line--align-center .m-dotted-line__line {
  justify-content: center;
}
.m-dotted-line--align-right .m-dotted-line__line {
  justify-content: flex-end;
}

.m-language-switcher {
  margin-left: 40px;
  position: relative;
}
.m-language-switcher.active .m-language-switcher__button svg {
  transform: rotate(180deg);
}
.m-language-switcher.active .m-language-switcher__dropdown {
  display: flex;
}
.m-language-switcher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  color: #727272;
  transition: color 0.2s;
}
.m-language-switcher__button:hover {
  color: black;
}
.m-language-switcher__button svg {
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.m-language-switcher__dropdown {
  width: 200px;
  padding: 14px 24px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  z-index: 999;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.m-language-switcher__dropdown a {
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #727272;
  text-decoration: none;
  order: 1;
  border-top: 1px solid #eff2ef;
}
.m-language-switcher__dropdown a:last-child {
  border-bottom: none;
}
.m-language-switcher__dropdown a:hover {
  color: black;
}
.m-language-switcher__dropdown a img {
  width: 20px;
  margin-right: 12px;
}
.m-language-switcher__dropdown--nl_NL .nederlands {
  order: 0;
  color: black;
  border-top: none;
}
.m-language-switcher__dropdown--en_US .english {
  order: 0;
  color: black;
  border-top: none;
}
.m-language-switcher__dropdown--de_DE .deutsch {
  order: 0;
  color: black;
  border-top: none;
}

.m-language-switcher-mobile {
  position: relative;
  text-align: center;
}
.m-language-switcher-mobile__fake-select {
  padding: 0 20px;
  height: 48px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: black;
  text-decoration: none;
  border: 2px solid #eff2ef;
  border-radius: 3px;
}
.m-language-switcher-mobile__fake-select > div {
  display: none;
  align-items: center;
}
.m-language-switcher-mobile__fake-select > div.active {
  display: inline-flex;
}
.m-language-switcher-mobile__fake-select img {
  width: 20px;
  margin-right: 12px;
}
.m-language-switcher-mobile__fake-select svg {
  margin-left: 4px;
  position: relative;
  top: 2px;
  fill: #727272;
}
.m-language-switcher-mobile select {
  height: 48px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 969px) {
  .m-advisor {
    margin-top: 50px;
    margin-bottom: 160px;
  }
}
.m-advisor__steps {
  display: none;
  padding: 32px 0;
}
@media (min-width: 969px) {
  .m-advisor__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.m-advisor__step {
  height: 24px;
  width: 24px;
  border: 1px solid #008194;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #008194;
}
.m-advisor__step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 26px;
  left: 100%;
  background: #008194;
}
.m-advisor__step.done {
  background: #008194;
  color: white;
}
.m-advisor__step.current {
  background: rgba(0, 129, 148, 0.08);
}
.m-advisor__wrap {
  display: none;
}
.m-advisor__wrap.current {
  display: block;
}
@media (min-width: 1279px) {
  .m-advisor__wrap.current {
    display: flex;
  }
}
.m-advisor__image {
  width: calc(100% + 20px);
  flex-shrink: 0;
  position: relative;
  min-height: 484px;
  margin: 0 -10px;
}
@media (min-width: 767px) {
  .m-advisor__image {
    display: none;
  }
}
@media (min-width: 1279px) {
  .m-advisor__image {
    min-height: 700px;
    width: 100%;
    margin: 0;
    width: 520px;
    display: block;
  }
}
.m-advisor__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-advisor__content {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 767px) {
  .m-advisor__content {
    background: #F8FBF8;
    padding: 40px 64px;
    margin-bottom: 0;
  }
}
@media (min-width: 969px) {
  .m-advisor__content {
    padding: 80px 96px;
  }
}
@media (min-width: 1279px) {
  .m-advisor__content {
    padding: 80px 128px 80px 96px;
  }
}
.m-advisor__content h2 {
  font-size: 32px;
  line-height: 38px;
  color: #393939;
  margin-bottom: 16px;
}
@media (min-width: 1279px) {
  .m-advisor__content h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 24px;
  }
}
.m-advisor__content h3, .m-advisor__content .m-about-header__title {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  margin-bottom: 16px;
}
@media (min-width: 1279px) {
  .m-advisor__content h3, .m-advisor__content .m-about-header__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.m-advisor__content div {
  color: #393939;
}
.m-advisor__content--text-2 {
  margin-top: 24px;
  color: #727272;
}
.m-advisor__content .e-button {
  margin-top: 40px;
}
.m-advisor__link {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 0;
  cursor: pointer;
}
.m-advisor__link svg {
  fill: #008194;
  margin-right: 10px;
  margin-top: 1px;
}
.m-advisor__answers {
  margin-top: 24px;
  display: grid;
  gap: 6px;
}
.m-advisor__answer {
  cursor: pointer;
}
.m-advisor__answer input {
  display: none;
}
.m-advisor__answer input:checked + label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008194;
}
@media (min-width: 767px) {
  .m-advisor__answer input:checked + label::before {
    top: 10px;
  }
}
.m-advisor__answer label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.m-advisor__answer label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #008194;
}
@media (min-width: 767px) {
  .m-advisor__answer label::after {
    top: 7px;
  }
  .m-advisor__answer label {
    font-size: 18px;
  }
}
.m-advisor__results {
  margin-top: 40px;
  display: grid;
  grid-gap: 48px;
}
.m-advisor__result {
  display: none;
}
.m-advisor__result.visible {
  display: block;
}
.m-advisor__result-title {
  display: flex;
  align-items: center;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #393939;
  margin-bottom: 16px;
}
@media (min-width: 969px) {
  .m-advisor__result-title {
    font-family: "SourceSansBold", sans-serif;
    font-weight: 300;
  }
}
.m-advisor__result-title svg {
  margin-right: 16px;
}
.m-advisor__result-usps {
  margin-top: 24px;
  display: grid;
  grid-gap: 8px;
}
.m-advisor__result-usp {
  display: flex;
  font-size: 16px;
}
@media (min-width: 969px) {
  .m-advisor__result-usp {
    font-size: 18px;
  }
}
.m-advisor__result-usp svg {
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}
.m-advisor__contact-form {
  width: calc(100% + 20px);
  flex-shrink: 0;
  position: relative;
  min-height: 484px;
  padding-top: 32px;
  margin: 0 -10px;
  padding: 0 10px;
  background: #F8FBF8;
}
@media (min-width: 767px) {
  .m-advisor__contact-form {
    background: white;
  }
}
@media (min-width: 1279px) {
  .m-advisor__contact-form {
    min-height: 640px;
    width: 100%;
    padding: 0;
    padding-top: 32px;
    padding-left: 48px;
    margin: 0;
    width: 520px;
    display: block;
  }
}
.m-advisor__contact-form .m-form {
  box-shadow: none;
}
.m-advisor__contact-form .m-form__title {
  font-size: 24px;
  line-height: 28px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.m-advisor__contact-form .m-form__main-description {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
.m-advisor__contact-form .m-form__row {
  margin: 20px 0;
}
.m-advisor__contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.m-advisor__contact-form label {
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}

.m-videos-filters__tabs {
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 969px) {
  .m-videos-filters__tabs {
    display: flex;
  }
}
.m-videos-filters__tabs a {
  padding: 5px 20px;
  margin-right: 20px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: black;
  text-decoration: none;
  display: inline-flex;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: color 0.1s, border-color 0.1s, background-color 0.1s;
}
.m-videos-filters__tabs a:hover {
  color: #FA9C1F;
}
.m-videos-filters__tabs a:last-child {
  margin-right: 0;
}
.m-videos-filters__tabs a.active {
  color: #FA9C1F;
  font-weight: bold;
  background-color: rgba(250, 156, 31, 0.15);
  border-color: #FA9C1F;
}
.m-videos-filters__select {
  margin-bottom: 24px;
}
@media (min-width: 969px) {
  .m-videos-filters__select {
    display: none;
  }
}

.m-videos {
  margin-bottom: 64px;
  position: relative;
}
.m-videos.loading .m-videos__item {
  opacity: 0.5;
}
.m-videos.loading:after {
  content: "";
  width: 120px;
  height: 120px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%) rotate(0deg);
  background-image: url("../img/icons/loader.svg");
  background-size: 120px;
  z-index: 2;
}
.m-videos__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 479px) {
  .m-videos__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (min-width: 969px) {
  .m-videos__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 36px;
  }
}
.m-videos__item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 28, 29, 0.2);
  transition: opacity 0.2s;
}
.m-videos__item.hide {
  display: none;
}
.m-videos__item-thumbnail {
  margin-bottom: 20px;
  padding-bottom: 56%;
  position: relative;
}
.m-videos__item-thumbnail:hover:after {
  opacity: 0;
}
.m-videos__item-thumbnail:hover .e-responsive-image img {
  transform: scale(1.05);
}
.m-videos__item-thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #007283;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}
.m-videos__item-thumbnail svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 767px) {
  .m-videos__item-thumbnail svg {
    width: 72px;
    height: 72px;
  }
}
.m-videos__item-thumbnail a {
  display: inline-block;
}
.m-videos__item-thumbnail .e-responsive-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.m-videos__item-thumbnail .e-responsive-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.2s;
}
.m-videos__item-product {
  margin-bottom: 6px;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #FA9C1F;
  font-size: 16px;
  line-height: 30px;
}
.m-videos__item-title {
  margin-bottom: 20px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
.m-videos__item-title a {
  color: black;
  text-decoration: none;
}
.m-videos__item-title a:hover {
  color: #008194;
}
.m-videos__item-text p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  line-height: 28px;
}

.m-video {
  padding: 40px 0;
  color: white;
  background: #008194;
}
@media (min-width: 1279px) {
  .m-video {
    padding: 72px 0;
  }
  .m-video > .e-container {
    display: flex;
    justify-content: space-between;
  }
}
.m-video__col.video {
  margin-bottom: 20px;
}
@media (min-width: 1279px) {
  .m-video__col.video {
    width: 100%;
    margin-bottom: 0;
    flex-grow: 1;
  }
  .m-video__col.text {
    width: 460px;
    padding-left: 34px;
    flex-shrink: 0;
  }
}
.m-video .e-video {
  max-width: 938px;
}
.m-video__category {
  margin-bottom: 10px;
}
.m-video__category a {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #FA9C1F;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.m-video__category a:hover {
  text-decoration: underline;
}
.m-video h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 767px) {
  .m-video h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
}
.m-video__text {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .m-video__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }
}

.m-related-videos {
  padding: 40px 0;
  background: #007283;
}
@media (min-width: 767px) {
  .m-related-videos {
    padding: 72px 0;
  }
}
.m-related-videos h2 {
  margin-bottom: 22px;
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 18px;
}
@media (min-width: 767px) {
  .m-related-videos h2 {
    display: none;
  }
}
.m-related-videos__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
@media (min-width: 767px) {
  .m-related-videos__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
  }
}
.m-related-videos__item {
  width: 100%;
  display: flex;
}
@media (min-width: 767px) {
  .m-related-videos__item {
    display: block;
  }
}
.m-related-videos__item-col.image {
  width: 40%;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .m-related-videos__item-col.image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.m-related-videos__item-col.image svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 767px) {
  .m-related-videos__item-col.image svg {
    width: 72px;
    height: 72px;
  }
}
.m-related-videos__item-col.image a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.m-related-videos__item-col.image a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #007283;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}
.m-related-videos__item-col.image a:hover .e-responsive-image {
  transform: scale(1.05);
}
.m-related-videos__item-col.image a:hover:after {
  opacity: 0;
}
.m-related-videos__item-col.image .e-responsive-image {
  width: 100%;
  height: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}
.m-related-videos__item-col.image .e-responsive-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-related-videos__item-col.text {
  margin-left: 10px;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .m-related-videos__item-col.text {
    margin: 0;
  }
}
.m-related-videos__item-category {
  margin-bottom: 8px;
  display: none;
}
.m-related-videos__item-category a {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  color: #FA9C1F;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.m-related-videos__item-category a:hover {
  text-decoration: underline;
}
@media (min-width: 767px) {
  .m-related-videos__item-category {
    display: block;
  }
}
.m-related-videos__item-title {
  font-family: "GothamRegular", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 479px) {
  .m-related-videos__item-title {
    font-family: "GothamMedium", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 767px) {
  .m-related-videos__item-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
.m-related-videos__item-title a {
  color: white;
  text-decoration: none;
}
.m-related-videos__item-text {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 479px) {
  .m-related-videos__item-text {
    display: -webkit-box;
  }
}

.m-wiki-overview-lead {
  padding: 32px 0 40px 0;
}
@media (min-width: 767px) {
  .m-wiki-overview-lead {
    padding: 48px 0;
  }
}
.m-wiki-overview-lead h1 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 50px;
}
@media (min-width: 767px) {
  .m-wiki-overview-lead h1 {
    font-size: 64px;
    line-height: 68px;
  }
}
.m-wiki-overview-lead h1 span {
  color: #FA9C1F;
}
@media (min-width: 969px) {
  .m-wiki-overview-lead__text {
    max-width: 66.6666666667%;
  }
}
.m-wiki-overview-lead__text p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-overview-lead__text p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-overview-lead__text p:last-child {
  margin-bottom: 0;
}

.m-wiki-overview-popular {
  padding: 40px 0 50px 0;
  background: #F8FBF8;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular {
    padding: 32px 0 72px 0;
  }
}
.m-wiki-overview-popular h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular h2 {
    margin-bottom: 8px;
  }
}
.m-wiki-overview-popular__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px 46px;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1365px) {
  .m-wiki-overview-popular__row {
    grid-template-columns: repeat(3, 3fr) 4fr;
  }
}
.m-wiki-overview-popular__item {
  padding: 0 0 24px 0;
  border-bottom: 3px solid #008194;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular__item {
    padding: 50px 0 24px 0;
  }
}
.m-wiki-overview-popular__item > h1 {
  margin-bottom: 8px;
  color: #008194;
  font-size: 24px;
  line-height: 34px;
  text-decoration: underline;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular__item > h1 {
    margin-bottom: 16px;
  }
}
.m-wiki-overview-popular__item-text {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-overview-popular__item-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-overview-popular__cta {
  padding: 30px 20px;
  background: white;
}
@media (min-width: 479px) {
  .m-wiki-overview-popular__cta {
    padding: 50px 30px 30px 30px;
  }
}
.m-wiki-overview-popular__cta h4 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media (min-width: 479px) {
  .m-wiki-overview-popular__cta h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.m-wiki-overview-popular__cta-text {
  margin-bottom: 30px;
}
.m-wiki-overview-popular__cta-button a {
  width: 100%;
}
@media (min-width: 479px) {
  .m-wiki-overview-popular__cta-button a {
    font-size: 16px;
  }
}

.m-wiki-overview-articles {
  margin: 64px 0 50px 0;
}
.m-wiki-overview-articles h2 {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-overview-articles h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
}
.m-wiki-overview-articles__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 20px;
}
@media (min-width: 767px) {
  .m-wiki-overview-articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
@media (min-width: 1365px) {
  .m-wiki-overview-articles__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.m-wiki-overview-articles__item > a {
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #F8FBF8;
}
.m-wiki-overview-articles__item > a:hover h2 {
  color: #007283;
}
.m-wiki-overview-articles__item > a:hover .m-wiki-overview-articles__item-link span {
  color: #007283;
}
.m-wiki-overview-articles__item > a:hover .m-wiki-overview-articles__item-link span svg {
  transform: translateX(2px);
  fill: #007283;
}
.m-wiki-overview-articles__item h2 {
  margin-bottom: 18px;
  color: #008194;
  font-size: 24px;
  line-height: 34px;
  text-decoration: underline;
  letter-spacing: -0.5px;
}
.m-wiki-overview-articles__item-excerpt {
  margin-bottom: 12px;
}
.m-wiki-overview-articles__item-excerpt p {
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta {
    margin-bottom: 90px;
  }
}
@media (max-width: 1279px) {
  .m-wiki-overview-cta > .e-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.m-wiki-overview-cta__row {
  padding: 0 20px;
  background: #F5F8F5;
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta__row {
    padding: 0 50px;
  }
}
@media (min-width: 767px) {
  .m-wiki-overview-cta__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.m-wiki-overview-cta__col.text {
  padding: 40px 0 20px 0;
}
@media (min-width: 767px) {
  .m-wiki-overview-cta__col.text {
    width: 55%;
    padding: 40px 0;
  }
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta__col.text {
    padding: 70px 0 90px 0;
  }
}
.m-wiki-overview-cta__col.text h3, .m-wiki-overview-cta__col.text .m-about-header__title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media (min-width: 479px) {
  .m-wiki-overview-cta__col.text h3, .m-wiki-overview-cta__col.text .m-about-header__title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .m-wiki-overview-cta__col.text h3, .m-wiki-overview-cta__col.text .m-about-header__title {
    font-size: 48px;
    line-height: 52px;
    text-align: left;
  }
}
.m-wiki-overview-cta__col.image {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 999px) {
  .m-wiki-overview-cta__col.image {
    width: 45%;
    justify-content: flex-end;
  }
}
.m-wiki-overview-cta__col.image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .m-wiki-overview-cta__col.image img {
    max-width: 300px;
  }
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta__col.image img {
    max-width: 400px;
  }
}
.m-wiki-overview-cta__text {
  color: rgba(0, 0, 0, 0.85);
}
.m-wiki-overview-cta__buttons {
  margin-top: 20px;
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta__buttons {
    margin-top: 24px;
  }
}
.m-wiki-overview-cta__buttons .e-button {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 767px) {
  .m-wiki-overview-cta__buttons .e-button {
    width: auto;
  }
}
.m-wiki-overview-cta__buttons .e-button:first-child {
  margin: 0 20px 10px 0;
}
@media (min-width: 1279px) {
  .m-wiki-overview-cta__buttons .e-button:first-child {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1365px) {
  .m-wiki-overview-cta__buttons .e-button:last-child {
    min-width: 260px;
  }
}

.m-wiki-article-container {
  margin: 32px 0 0 0;
}
@media (min-width: 767px) {
  .m-wiki-article-container {
    margin: 64px 0 92px 0;
  }
}
.m-wiki-article-container > .e-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .m-wiki-article-container > .e-container {
    padding: 0;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article-container > .e-container {
    flex-direction: row;
  }
}
.m-wiki-article-container .m-wiki-article {
  order: 2;
}
.m-wiki-article-container .m-wiki-article-sidebar {
  order: 1;
}

.m-wiki-article-sidebar {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .m-wiki-article-sidebar {
    width: 300px;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article-sidebar {
    width: 280px;
    margin-bottom: 0;
    padding: 47px 20px 0 0;
    flex-shrink: 0;
  }
}
.m-wiki-article-sidebar h3, .m-wiki-article-sidebar .m-about-header__title {
  display: none;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #008194;
  text-transform: uppercase;
}
@media (min-width: 1279px) {
  .m-wiki-article-sidebar h3, .m-wiki-article-sidebar .m-about-header__title {
    display: block;
  }
}
.m-wiki-article-sidebar__select {
  width: 100%;
  min-width: 300px;
  display: block;
}
@media (min-width: 767px) {
  .m-wiki-article-sidebar__select {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article-sidebar__select {
    display: none;
  }
}
@media (min-width: 767px) {
  .m-wiki-article-sidebar__select > .e-container {
    padding: 0;
  }
}
.m-wiki-article-sidebar__select select {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  color: #008194;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../img/icons/cheveron-down-teal.svg);
  background-size: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.m-wiki-article-sidebar__links {
  display: none;
}
@media (min-width: 1279px) {
  .m-wiki-article-sidebar__links {
    display: block;
  }
}
.m-wiki-article-sidebar__links a {
  width: 100%;
  padding: 20px 0 20px 24px;
  display: flex;
  align-items: center;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: black;
  text-decoration: none;
  border-left: 4px solid #EBEBEB;
  transition: color 0.2s, border-color 0.2s;
}
.m-wiki-article-sidebar__links a.active, .m-wiki-article-sidebar__links a:hover {
  color: #008194;
  border-color: #008194;
}

.m-wiki-article {
  padding: 30px 20px;
  background: #F8FBF8;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 767px) {
  .m-wiki-article {
    padding: 40px;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article {
    padding: 52px 72px;
  }
}
.m-wiki-article__toc-cta {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 767px) {
  .m-wiki-article__toc-cta {
    margin: 44px 0;
    flex-direction: row;
  }
}
.m-wiki-article__title {
  margin-bottom: 16px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 767px) {
  .m-wiki-article__title {
    margin-bottom: 24px;
    font-family: "GothamRegular", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
  }
}
.m-wiki-article h2,
.m-wiki-article h3,
.m-wiki-article .m-about-header__title,
.m-wiki-article h4,
.m-wiki-article h5,
.m-wiki-article h6 {
  margin: 40px 0 10px 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-article h2,
  .m-wiki-article h3,
  .m-wiki-article .m-about-header__title,
  .m-wiki-article h4,
  .m-wiki-article h5,
  .m-wiki-article h6 {
    font-size: 28px;
    line-height: 38px;
  }
}
.m-wiki-article strong {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
.m-wiki-article p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-article p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article p:last-child {
  margin-bottom: 0;
}
.m-wiki-article ul {
  margin: 20px;
  padding: 0;
}
.m-wiki-article ul li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-article ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article ul li::marker {
  color: #008194;
}
.m-wiki-article ol {
  margin: 20px;
  padding: 0;
  position: relative;
  left: -4px;
}
.m-wiki-article ol li {
  margin-bottom: 6px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-article ol li {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article ol li::marker {
  color: #008194;
}
.m-wiki-article hr {
  margin: 40px 0;
  border-color: #008194;
  border-width: 1px;
}
.m-wiki-article blockquote {
  padding-top: 20px;
  margin: 40px 0 40px 16px;
  position: relative;
  font-style: italic;
}
@media (min-width: 767px) {
  .m-wiki-article blockquote {
    margin: 40px;
  }
}
.m-wiki-article blockquote:before {
  content: '"';
  font-size: 52px;
  position: absolute;
  top: -8px;
  left: -26px;
  color: #008194;
}
@media (min-width: 767px) {
  .m-wiki-article blockquote:before {
    font-size: 72px;
    position: absolute;
    top: -12px;
    left: -50px;
  }
}
.m-wiki-article img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 969px) {
  .m-wiki-article > h1 {
    font-size: 54px;
    line-height: 72px;
  }
}

.m-wiki-article-toc {
  padding-right: 40px;
  margin: 0 0 40px 0;
}
.m-wiki-article-toc:last-child {
  margin-bottom: 0;
}
@media (min-width: 1279px) {
  .m-wiki-article-toc {
    margin: 30px 0 0 0;
  }
}
.m-wiki-article-toc h2 {
  margin: 0 0 16px 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-article-toc h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.m-wiki-article-toc ol {
  margin: 0;
  padding: 0;
}
.m-wiki-article-toc ol li {
  margin-bottom: 10px;
  list-style-type: none;
}
.m-wiki-article-toc ol li:last-child {
  margin-bottom: 0;
}
.m-wiki-article-toc ol li a {
  padding-left: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #008194;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .m-wiki-article-toc ol li a {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article-toc ol li a:hover {
  color: #007283;
}
.m-wiki-article-toc ol li a:hover svg {
  fill: #007283;
}
.m-wiki-article-toc ol li a svg {
  position: absolute;
  top: 4px;
  left: -2px;
  fill: #008194;
}

.m-wiki-article-cta {
  width: 100%;
  padding: 20px;
  background: white;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .m-wiki-article-cta {
    width: 360px;
    padding: 30px 30px 54px 30px;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article-cta {
    width: 420px;
  }
}
.m-wiki-article-cta h4 {
  margin: 0 0 10px 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
@media (min-width: 767px) {
  .m-wiki-article-cta h4 {
    margin: 0 0 16px 0;
    font-size: 28px;
    line-height: 38px;
  }
}
.m-wiki-article-cta__text p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 26px;
}
.m-wiki-article-cta__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .m-wiki-article-cta__text p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1279px) {
  .m-wiki-article-cta__text p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article-cta__buttons {
  margin-top: 20px;
}
.m-wiki-article-cta__buttons .e-button {
  width: 100%;
}
@media (min-width: 479px) {
  .m-wiki-article-cta__buttons .e-button {
    font-size: 16px;
  }
}
.m-wiki-article-cta__links {
  margin-top: 20px;
}
.m-wiki-article-cta__links .e-arrow-link {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1279px) {
  .m-wiki-article-cta__links .e-arrow-link {
    font-size: 18px;
    line-height: 28px;
  }
}

.m-wiki-article-related {
  padding: 32px 0 50px 0;
  background: #F5F8F5;
}
@media (min-width: 767px) {
  .m-wiki-article-related {
    padding: 44px 0 80px 0;
  }
}
.m-wiki-article-related h2 {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 767px) {
  .m-wiki-article-related h2 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 38px;
  }
}
.m-wiki-article-related__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px 46px;
}
@media (min-width: 767px) {
  .m-wiki-article-related__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1365px) {
  .m-wiki-article-related__row {
    grid-template-columns: repeat(3, 3fr) 4fr;
  }
}
.m-wiki-article-related__col.related {
  display: none;
}
@media (min-width: 767px) {
  .m-wiki-article-related__col.related {
    display: block;
  }
}
.m-wiki-article-related__item {
  padding: 0 0 24px 0;
  border-bottom: 3px solid #008194;
}
@media (min-width: 767px) {
  .m-wiki-article-related__item {
    padding: 40px 0 24px 0;
  }
}
.m-wiki-article-related__item > h2 {
  margin-bottom: 8px;
  color: #008194;
  font-size: 24px;
  line-height: 34px;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .m-wiki-article-related__item > h2 {
    margin-bottom: 16px;
  }
}
.m-wiki-article-related__item-text {
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-article-related__item-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article-related__cta {
  padding: 30px 20px;
  background: white;
}
@media (min-width: 479px) {
  .m-wiki-article-related__cta {
    padding: 50px 30px 30px 30px;
  }
}
.m-wiki-article-related__cta h4 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 479px) {
  .m-wiki-article-related__cta h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.m-wiki-article-related__cta-text {
  margin-bottom: 30px;
}
.m-wiki-article-related__cta-text p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .m-wiki-article-related__cta-text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-wiki-article-related__cta-button a {
  width: 100%;
}
@media (min-width: 479px) {
  .m-wiki-article-related__cta-button a {
    font-size: 16px;
  }
}
.m-wiki-article-related__cta-link {
  margin-top: 20px;
}
.m-wiki-article-related__more-link {
  display: block;
}
@media (min-width: 767px) {
  .m-wiki-article-related__more-link {
    display: none;
  }
}
.m-wiki-article-related__mobile-cta-container {
  padding: 0 10px;
  background: #F8FBF8;
}
@media (min-width: 767px) {
  .m-wiki-article-related__mobile-cta-container {
    display: none;
  }
}

/* Gravity Forms */
body .m-form .gform_wrapper .gform_body .gfield {
  margin-bottom: 16px !important;
}
body .m-form .gform_wrapper .gform_body .gfield_label,
body .m-form .gform_wrapper .gform_body .name_first label,
body .m-form .gform_wrapper .gform_body .name_last label {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 24px !important;
  margin: 0 0 4px;
  display: inline-block;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body .gfield_label,
  body .m-form .gform_wrapper .gform_body .name_first label,
  body .m-form .gform_wrapper .gform_body .name_last label {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
body .m-form .gform_wrapper .gform_body div.ginput_container {
  margin-top: 0;
}
body .m-form .gform_wrapper .gform_body div.ginput_container label {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 4px;
  display: inline-block;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body div.ginput_container label {
    font-size: 14px;
    line-height: 24px;
  }
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 9px 0;
  padding-right: 0;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(76, 76, 76, 0.15);
  padding: 0 18px;
  transition: border 125ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  color: rgba(26, 28, 29, 0.66);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border: 1px solid rgba(0, 129, 148, 0.45);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield select {
  height: 50px;
  width: 100%;
  margin: 0 !important;
  padding: 0 18px !important;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../img/icons/cheveron-down.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield select[multiple] {
  padding: 18px !important;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  height: auto;
  min-height: 120px;
  resize: none;
  padding: 12px 18px !important;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    min-height: 190px;
  }
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent {
  margin-bottom: 16px;
  position: relative;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox input[type=checkbox],
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox] {
  display: none;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox input[type=checkbox]:checked + label:after,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox]:checked + label:after {
  width: 11px;
  height: 11px;
  opacity: 1;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label {
  margin: 0;
  padding: 0 0 0 24px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label,
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label {
    font-size: 18px;
    line-height: 28px;
  }
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label:hover,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label:hover {
  cursor: pointer;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label a,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label a {
  color: #008194;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label a:hover,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label a:hover {
  color: #007283;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label:before, body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label:after,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label:before,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: white;
  border: 1px solid rgba(76, 76, 76, 0.15);
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label:after,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after {
  width: 0;
  height: 0;
  top: 8px;
  left: 1px;
  background-color: #008194;
  opacity: 0;
  transition: all;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_consent_description {
  padding: 8px 0 0 0;
  margin: 0 0 16px 0;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  border: 0;
}
@media (min-width: 969px) {
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_consent_description {
    font-size: 16px;
    line-height: 26px;
  }
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description strong,
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_consent_description strong {
  font-family: "SourceSansSemi", sans-serif;
  font-weight: 300;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_consent_description {
  padding-top: 0 !important;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.5;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_consent_description {
    font-size: 18px;
    line-height: 28px;
  }
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_required {
  display: none !important;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_time {
  display: flex;
  align-items: center;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_time input {
  text-align: center;
  border: 0;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_time i {
  width: 0;
  padding: 0 4px;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
  border: 0;
  background: none;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_label {
  color: black;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_checkbox label {
  color: black;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type=number]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #ee6d6d;
}
body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  padding-top: 0;
  margin-top: 0;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ee6d6d;
  font-weight: bold;
}
@media (min-width: 767px) {
  body .m-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
    font-size: 16px;
  }
}
body .m-form .gform_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
body .m-form .gform_wrapper .gform_footer .gform_button {
  cursor: pointer;
  margin-bottom: 0;
}
body .m-form .gform_wrapper .validation_error {
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  color: black;
  font-weight: normal;
  background: rgba(238, 109, 109, 0.1);
  border: 0;
}

body .ui-datepicker {
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}
body .ui-datepicker select {
  font-size: 14px;
}
body .ui-datepicker thead {
  background: none;
}
body .ui-datepicker th {
  font-size: 12px;
  background: none;
}
body .ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled {
  background: white;
}
body .ui-datepicker tbody td {
  margin: 0;
  font-size: 16px;
  border-color: #EAEAEA;
  background: white;
  transition: none;
}
body .ui-datepicker tbody td:hover {
  background: #FA9C1F;
}
body .ui-datepicker tbody td:hover a {
  background: white;
}
body .ui-datepicker tbody td a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: none;
  text-shadow: none !important;
}
body .ui-datepicker tbody td a:hover, body .ui-datepicker tbody td a.ui-state-active {
  color: white;
  background: #FA9C1F;
  margin: 0;
  border-color: #FA9C1F;
}
body .ui-datepicker .ui-state-default {
  box-shadow: none;
  background: white;
}
body .ui-datepicker-header {
  background-color: white;
  border: 1px solid #EAEAEA;
}
body .ui-datepicker-prev,
body .ui-datepicker-next {
  display: none !important;
}
body .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 12px 10px;
  background: #EAEAEA;
}
body .ui-datepicker-title select {
  height: 32px;
  padding: 0 40px 0 18px;
  background-image: url(../img/icons/cheveron-down.svg);
  background-size: 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
body .ui-datepicker-calendar {
  background: white;
  border: 1px solid #DDDDDD;
  border-top: 1px solid transparent;
}
body .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  text-align: center;
}
body .ui-datepicker-calendar td a {
  color: blue;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  padding: 24px;
  font-family: "SourceSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  background: rgba(54, 168, 54, 0.1);
}
@media (min-width: 969px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
    line-height: 28px;
  }
}

.is-dropdown-visible .m-masthead-dropdown {
  display: block;
}
.is-dropdown-visible .m-masthead-dropdown-legacy {
  display: block;
}

.is-mobile-nav-visible--active, .is-mobile-nav-visible--active body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.is-mobile-nav-visible .m-mobile-nav,
.is-mobile-nav-visible .m-mobile-nav-legacy {
  transform: translateX(0);
}
.is-mobile-nav-visible .e-nav-button span {
  position: relative;
}
.is-mobile-nav-visible .e-nav-button span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
.is-mobile-nav-visible .e-nav-button span:nth-child(2) {
  opacity: 0;
}
.is-mobile-nav-visible .e-nav-button span:last-child {
  transform: rotate(-45deg);
  top: -8px;
}

.is-nav-minimized .m-nav-wrapper__desktop,
.is-nav-minimized .m-nav-wrapper-legacy__desktop {
  height: 96px;
}
.is-nav-minimized .m-masthead__logo,
.is-nav-minimized .m-masthead-legacy__logo {
  transform: scale(0.9);
}
.is-nav-minimized .m-masthead-dropdown,
.is-nav-minimized .m-masthead-dropdown-legacy {
  top: 130px;
}
.is-nav-minimized .m-masthead .e-container,
.is-nav-minimized .m-masthead-legacy .e-container {
  height: 96px;
}
.is-nav-minimized .m-masthead__nav > span:after,
.is-nav-minimized .m-masthead-legacy__nav > span:after {
  top: calc(100% + 36px);
}
.is-nav-minimized .m-masthead__nav,
.is-nav-minimized .m-masthead-legacy__nav {
  margin-bottom: 0px;
}

.is-sublevel-active .m-mobile-masthead img {
  display: none;
}
.is-sublevel-active .m-mobile-masthead__sublevel-anchor {
  display: block;
  height: 45px;
  text-transform: none;
  font-size: 14px;
  font-family: "SourceSansBold", sans-serif;
  font-weight: 300;
  transform: translateY(-3px);
}
.is-sublevel-active .m-mobile-masthead__sublevel-anchor svg {
  margin: 0 10px 0 0;
  transform: translateY(4px);
}

.is-pricing-mobile-products-active {
  overflow: hidden;
}
.is-pricing-mobile-products-active .m-pricing-mobile-products-menu {
  display: block;
}

.is-body-scroll-disabled {
  overflow: hidden;
}

/* Pages */
@media (min-width: 969px) {
  .p-videos .m-simple-lead {
    margin-bottom: 45px;
  }
}

/* Languages */
body.is-locale-en_US {
  /**
   * Remove first column of "bedrijfsinformatie" dropdown menu.
   */
}
body.is-locale-en_US .m-masthead-dropdown #bedrijfsinformatie .m-masthead-dropdown__col {
  width: unset;
}
body.is-locale-en_US .m-masthead-dropdown #bedrijfsinformatie .m-masthead-dropdown__col:first-of-type {
  display: none;
}
body.is-locale-en_US .m-masthead-dropdown #bedrijfsinformatie .m-masthead-dropdown__item {
  width: 33%;
  padding-right: 20px;
  padding-left: 0;
}
body.is-locale-en_US.page-template-tpl-target-audience .e-accent-bg {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  body.is-locale-en_US.page-template-tpl-target-audience .e-accent-bg {
    padding-bottom: 40px;
  }
}
body.is-locale-en_US.page-template-tpl-target-audience .m-case-excerpt {
  margin-top: 20px;
}
@media (min-width: 969px) {
  body.is-locale-en_US.page-template-tpl-target-audience .m-case-excerpt {
    margin-top: 80px;
  }
}

body.is-locale-de_DE .m-main-header__title--large {
  font-size: 48px;
  line-height: 52px;
}
@media (min-width: 767px) {
  body.is-locale-de_DE .m-main-header__title--large {
    font-size: 84px;
    line-height: 92px;
  }
}

/*# sourceMappingURL=main-screen.css.map*/