/*///////////////////
////// IMPORTS //////
///////////////////*/
/* Import primary less file */
/*///////////////////
////// IMPORTS //////
///////////////////*/
/* Font sizes  */
/* Line heights  */
/* Letterspacing  */
/* Font weights */
/* Font families */
/* Padding */
/* Screen breakpoints */
/* Page width */
/* Media queries */
/* Base colors */
/* Tag colors */
/* Gray colors */
/* Misc colors */
/* Theme colors */
/* Client colors */
/* Easing */
/* Logo */
/* Hamburger & Navigation */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.rounded,
.input,
.message-error,
div.input--error,
.info-box,
.logo-grid__item__outer,
.logo-grid__item__meta,
.blockquote-grid__item .box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rounded-soft,
.inline-notification__inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition,
a,
.button,
.button:before,
.button--play .icon,
.header-main,
.header-main__nav,
.header-main__nav__inner > ul > li > a,
.header-main__nav__inner > ul > li:not(.header__cta) > a:after,
.footer__social svg,
.c-modal__content,
.c-modal__close,
.inline-notification__hide,
.form__content,
.input,
.message-success,
.inline-label .label,
.spinner-overlay,
.sidebar ul li:before,
.signup-page__logos img,
.vimeo-overlay__close,
.column-grid .box,
.feature-navigation a,
.feature-navigation a:before,
.tab-nav__inner,
.tab-nav__inner .tab-nav__item .fill,
.tab-nav__inner .tab-nav__item .stroke,
.tab-nav__inner .tab-nav__item a,
.tab-nav__inner .tab-nav__item a span:before,
.tab-nav-trigger,
.sticky-nav,
.sticky-nav i,
.card__links a,
.section--layout-logos img,
.logo-grid__item img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.transition-slow,
.header-nav-overlay,
.c-modal__backdrop,
.tags-filter__item,
.logo-grid__item__outer,
.logo-grid__item__meta {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-ease-in-out,
.column-grid .box:before {
  -webkit-transition: all 0.3s cubic-bezier(0.98, 0, 0.31, 0.92);
  transition: all 0.3s cubic-bezier(0.98, 0, 0.31, 0.92);
}
.transition-none,
a:not(.no-active-state):active,
.button:active,
.column-grid--clickable .column-grid__item:active .box,
.tab-nav-trigger:active,
.card__links a:active {
  -webkit-transition: none;
  transition: none;
}
.notextselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.transform-origin-center-center {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.display-flex,
.signup-page__left,
.signup-page__bg,
.tab-nav__inner,
.tab-nav__inner .tab-nav__item,
.tab-nav__inner .tab-nav__item a,
.image-centered__mid,
.blockquote-grid__item,
.blockquote-grid__item .box {
  display: -webkit-flex;
  display: flex;
}
.align-items-center,
.signup-page__left,
.signup-page__bg,
.tab-nav__inner .tab-nav__item a,
.tab-nav__inner .tab-nav__item--close {
  -webkit-align-items: center;
  align-items: center;
}
.justify-content-center,
.signup-page__left,
.signup-page__bg,
.tab-nav__inner .tab-nav__item--close {
  -webkit-justify-content: center;
  justify-content: center;
}
.vertical-center,
.horizontal-center {
  position: absolute;
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizonal-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.extend-clickable-area {
  position: relative;
}
.extend-clickable-area:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: transparent;
  cursor: pointer;
}
.circle,
.help-icon,
.icon--flag,
.avatar,
.feature-hero-icon,
.feature-hero-icon,
.feature-hero-icon div,
.single__content ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Box shadows */
.box-shadow-button,
.button--solid-white-primary,
.button--solid-white-secondary,
.button--solid-white-tertiary,
.button--solid-white-quaternary {
  -webkit-box-shadow: 0 10px 30px -10px rgba(9, 15, 35, 0.2);
  -moz-box-shadow: 0 10px 30px -10px rgba(9, 15, 35, 0.2);
  box-shadow: 0 10px 30px -10px rgba(9, 15, 35, 0.2);
}
.box-shadow-md {
  -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.25);
  -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.25);
  box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.25);
}
.box-shadow-lg,
html:not(.sticky-is-visible) .scrolled .header-main--fixed:not(.headroom--unpinned) {
  -webkit-box-shadow: 0 0.5em 3em rgba(9, 15, 35, 0.25);
  -moz-box-shadow: 0 0.5em 3em rgba(9, 15, 35, 0.25);
  box-shadow: 0 0.5em 3em rgba(9, 15, 35, 0.25);
}
html,
body {
  overflow-x: hidden !important;
}
html.nav-is-visible,
html.nav-is-visible body,
html.filters-are-visible,
html.lock-scroll,
html.lock-scroll body {
  overflow: hidden !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: white;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
.media-wrapper[class*="icon"] .icon,
.media-wrapper[class*="icon"] img {
  width: 100%;
  height: 100%;
}
.media-wrapper:not(:last-child) {
  margin-bottom: 1.5em;
}
[onclick] {
  cursor: pointer;
}
/* HTML & Body */
html {
  font-size: 14px;
}
body {
  font-family: 'sofia-pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #787c8a;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Bold text */
strong,
bold,
b,
.semibold {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 600;
}
/* Small text */
small,
.font-size-sm {
  font-size: 0.7em;
}
/* Links */
a {
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
}
a:not(.no-active-state):active {
  opacity: 0.5;
}
a * {
  white-space: normal;
}
/* Common styles */
.headings,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #090f23;
  margin: 0 0 1.3em 0;
}
.headings:last-child,
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
.heading-less-margin {
  margin-bottom: 0.8em;
}
.heading-extra-margin {
  margin-bottom: 1.7em;
}
/* Heading 1 */
h1,
.h1 {
  font-size: 1.9em;
}
/* Heading 2 */
h2,
.h2 {
  font-size: 1.6em;
}
/* Heading 3 */
h3,
.h3 {
  font-size: 1.4em;
}
/* Heading 4 */
h4,
.h4 {
  font-size: 1.1em;
}
/* Heading 5 */
h5,
.h5 {
  font-size: 1em;
}
/* Heading 6 */
h6,
.h6 {
  font-size: 1em;
}
/* Lead text */
.lead {
  font-size: 1.15em;
}
.lead a:not(.button) {
  color: #090f23;
  border-bottom: 1px dashed #090f23;
}
.lead--sm {
  font-size: 1.035em;
}
.lead--lg {
  font-size: 1.265em;
}
/* Paragraphs */
p {
  margin: 0 0 2em 0;
}
p:last-child {
  margin-bottom: 0;
}
p a:not(.button) {
  color: #090f23;
  border-bottom: 1px dashed #090f23;
}
p a.link--neutral {
  color: inherit !important;
  border: none !important;
}
/* Subtitle */
.subtitle {
  display: block;
  font-weight: 700;
  font-size: 0.7em;
  color: #6555FF;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.5em;
}
.subtitle:last-child {
  margin-bottom: 0;
}
.uppercase {
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.disclaimer {
  font-size: 0.8em;
  color: #9ea1ab;
}
/* Blockquote */
blockquote footer {
  font-size: 0.9em;
}
.blockquote-layout-1 {
  margin: 0 0 1.3em 0;
}
.blockquote-layout-1 .blockquote__text {
  font-weight: 400;
  line-height: 1.3;
  color: #090f23;
  font-size: 1.4em;
}
.blockquote-layout-1 .blockquote__text:not(:last-child) {
  margin-bottom: 1.3em;
}
.blockquote-layout-1:last-child {
  margin-bottom: 0;
}
.blockquote-layout-1 .avatar {
  margin: 0 auto 2em auto;
}
.blockquote-layout-2 {
  padding-bottom: 5em;
}
.blockquote-layout-2 .blockquote__text:not(:last-child) {
  margin-bottom: 1.3em;
}
.blockquote-layout-2 .avatar {
  float: left;
  margin: 0.5em 1em 0 0;
  width: 2.5em;
  height: 2.5em;
}
.blockquote-layout-2 .blockquote__logo {
  margin-bottom: 3em;
}
.blockquote-layout-2 footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blockquote__source {
  white-space: nowrap;
}
.blockquote__logo img {
  max-height: 3em;
  width: auto;
}
.blockquote,
.single__content blockquote {
  position: relative;
  font-family: 'Glegoo', 'Georgia', serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #090f23;
}
.blockquote:before,
.single__content blockquote:before {
  display: block;
  position: relative;
  content: '“';
  font-size: 4em;
  line-height: 0.5;
  color: #6555FF;
}
.blockquote footer,
.single__content blockquote footer {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: #9ea1ab;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.font-bold-dark {
  font-weight: 600;
  color: #090f23;
}
.font-bold-primary {
  font-weight: 600;
  color: #6555FF;
}
.font-bold-danger {
  font-weight: 600;
  color: #FF2454;
}
.font-bold-success {
  font-weight: 600;
  color: #26b088;
}
.font-uppercase-bold {
  text-transform: uppercase;
  font-weight: 600;
}
.balanced {
  text-wrap: balanced;
  /* Apply (proposed) CSS style */
}
/* Hides the Flash Of Unstyled Text from Typekit */
.wf-loading h1,
.wf-loading .h1,
.wf-loading h2,
.wf-loading .h2,
.wf-loading h3,
.wf-loading .h3,
.wf-loading h4,
.wf-loading .h4,
.wf-loading h5,
.wf-loading .h5,
.wf-loading h6,
.wf-loading .h6,
.wf-loading h7,
.wf-loading .h7,
.wf-loading p {
  color: transparent !important;
}
/* Media queries */
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 2.185em;
  }
  h2,
  .h2 {
    font-size: 1.84em;
  }
  h3,
  .h3 {
    font-size: 1.47em;
  }
  h4,
  .h4 {
    font-size: 1.155em;
  }
  h5,
  .h5 {
    font-size: 1.05em;
  }
  .lead {
    font-size: 1.2075em;
  }
  .lead--sm {
    font-size: 1.08675em;
  }
  .lead--lg {
    font-size: 1.32825em;
  }
}
/* --- REGULAR BUTTON --- */
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  padding: 0 2em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: #6555FF;
  white-space: nowrap;
  color: white;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  /* MArgin */
  margin-bottom: 1.6em;
  /* Pill style */
  /* Typekit / Sofia Pro alignment fix */
  /* Common pseudo styles */
  /* Border (if needed) */
  /* Background*/
  /* Icon */
  /* Hover */
  /* Active */
  /* Loading */
}
.button:last-child {
  margin-bottom: 0;
}
.button,
.button:before,
.button .button__pulse {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.button .button__text,
.button .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  line-height: 1;
}
.button .button__text {
  top: -0.1em;
  white-space: nowrap;
}
.button:before,
.button:after {
  position: absolute;
  content: '';
}
.button:before {
  z-index: -1;
  border: 1px solid transparent;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.button:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -2;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.98, 0, 0.31, 0.92), opacity 0.1s linear;
  transition: transform 0.3s cubic-bezier(0.98, 0, 0.31, 0.92), opacity 0.1s linear;
}
.button .icon {
  top: -0.1em;
  opacity: 0.5;
}
.button .icon:first-child {
  margin: 0 1em 0 -1em;
}
.button .icon:last-child {
  margin: 0 -0.5em 0 0.5em;
}
.button .icon .fill {
  fill: white;
}
.button .icon .stroke {
  stroke: white;
}
.no-touchevents .button:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.button:active {
  opacity: 0.7;
}
.button.button--loading {
  background: #9ea1ab;
  overflow: hidden;
  pointer-events: none;
}
.button.button--loading .button__text {
  position: relative;
  color: transparent;
}
.button.button--loading .loader {
  z-index: 1;
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  background: white;
  -webkit-animation: circleLoader 1.5s cubic-bezier(0.09, 0.64, 0.3, 0.97) infinite;
  animation: circleLoader 1.5s cubic-bezier(0.09, 0.64, 0.3, 0.97) infinite;
}
/* Play button */
.button--play {
  overflow: visible;
  padding: 0 !important;
  width: 4em !important;
  /* Hover */
}
.button--play:before,
.button--play:after {
  display: none !important;
}
.button--play .icon {
  margin: 0 !important;
  opacity: 1;
}
.no-touchevents .button--play:hover .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* Pulse effect for play button */
.button__pulse {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: playPulse 1.5s cubic-bezier(0.2, 0.59, 0.35, 0.99) infinite;
  animation: playPulse 1.5s cubic-bezier(0.2, 0.59, 0.35, 0.99) infinite;
}
.button:not(.inview--visible) .button__pulse,
.is-clicked .button__pulse {
  display: none;
}
.button:focus {
  outline: none;
}
/* Size variations */
.button--sm {
  font-size: 0.65em;
}
.button--lg {
  font-size: 0.85em;
}
.button--wide {
  min-width: 130px;
  padding-left: 2em;
  padding-right: 2em;
}
.button--width-full {
  width: 100%;
}
/* --- BUTTON LINK --- */
.button-link {
  display: block;
  white-space: nowrap;
  color: #6555FF;
  border-bottom: 1px dashed #6555FF;
}
.button-link:not(:last-child) {
  margin-bottom: 1.5em;
}
/* --- THEMES --- */
.button--solid-primary {
  background: #6555FF;
  color: white;
}
.button--solid-secondary {
  background: #02A6A8;
  color: white;
}
.button--solid-tertiary {
  background: #FF365B;
  color: white;
}
.button--solid-quaternary {
  background: #FFE17A;
  color: white;
}
.button--solid-gray-dark {
  background: #090f23;
}
.button--solid-gray-light {
  background: #9ea1ab;
}
.button--solid-white-primary {
  background: white;
  color: #6555FF;
}
.button--solid-white-primary:after {
  background: rgba(101, 85, 255, 0.3);
}
.button--solid-white-primary .icon .fill {
  fill: #6555FF;
}
.button--solid-white-primary .icon .stroke {
  stroke: #6555FF;
}
.button--solid-white-secondary {
  background: white;
  color: #02A6A8;
}
.button--solid-white-secondary:after {
  background: rgba(2, 166, 168, 0.3);
}
.button--solid-white-secondary .icon .fill {
  fill: #02A6A8;
}
.button--solid-white-secondary .icon .stroke {
  stroke: #02A6A8;
}
.button--solid-white-tertiary {
  background: white;
  color: #FF365B;
}
.button--solid-white-tertiary:after {
  background: rgba(255, 54, 91, 0.3);
}
.button--solid-white-tertiary .icon .fill {
  fill: #FF365B;
}
.button--solid-white-tertiary .icon .stroke {
  stroke: #FF365B;
}
.button--solid-white-quaternary {
  background: white;
  color: #FFE17A;
}
.button--solid-white-quaternary:after {
  background: rgba(255, 225, 122, 0.3);
}
.button--solid-white-quaternary .icon .fill {
  fill: #FFE17A;
}
.button--solid-white-quaternary .icon .stroke {
  stroke: #FFE17A;
}
.button--outline-light,
.section--bg-primary .button:not(.button--manual-theme),
.section--bg-secondary .button:not(.button--manual-theme),
.section--bg-tertiary .button:not(.button--manual-theme),
.section--bg-quaternary .button:not(.button--manual-theme),
.section--bg-gradient-primary .button:not(.button--manual-theme),
.section--bg-gradient-secondary .button:not(.button--manual-theme),
.section--bg-gradient-tertiary .button:not(.button--manual-theme),
.section--bg-gradient-quaternary .button:not(.button--manual-theme) {
  background: transparent;
}
.button--outline-light:before,
.section--bg-primary .button:not(.button--manual-theme):before,
.section--bg-secondary .button:not(.button--manual-theme):before,
.section--bg-tertiary .button:not(.button--manual-theme):before,
.section--bg-quaternary .button:not(.button--manual-theme):before,
.section--bg-gradient-primary .button:not(.button--manual-theme):before,
.section--bg-gradient-secondary .button:not(.button--manual-theme):before,
.section--bg-gradient-tertiary .button:not(.button--manual-theme):before,
.section--bg-gradient-quaternary .button:not(.button--manual-theme):before {
  border-color: rgba(255, 255, 255, 0.3);
}
.no-touchevents .button--outline-light:hover:before,
.no-touchevents .section--bg-primary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-secondary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-tertiary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-quaternary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-gradient-primary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-gradient-secondary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-gradient-tertiary .button:not(.button--manual-theme):hover:before,
.no-touchevents .section--bg-gradient-quaternary .button:not(.button--manual-theme):hover:before {
  border-color: white;
}
.button--outline-dark,
.section--bg-custom-1 .button:not(.button--manual-theme) {
  background: transparent;
  color: rgba(9, 15, 35, 0.9);
}
.button--outline-dark:before,
.section--bg-custom-1 .button:not(.button--manual-theme):before {
  border-color: rgba(9, 15, 35, 0.2);
}
.button--outline-dark:after,
.section--bg-custom-1 .button:not(.button--manual-theme):after {
  background: rgba(9, 15, 35, 0.1);
}
.button--outline-dark .icon .fill,
.section--bg-custom-1 .button:not(.button--manual-theme) .icon .fill {
  fill: rgba(9, 15, 35, 0.9);
}
.button--outline-dark .icon .stroke,
.section--bg-custom-1 .button:not(.button--manual-theme) .icon .stroke {
  stroke: rgba(9, 15, 35, 0.9);
}
.no-touchevents .button--outline-dark:hover:before,
.no-touchevents .section--bg-custom-1 .button:not(.button--manual-theme):hover:before {
  border-color: rgba(9, 15, 35, 0.9);
}
.button--outline-primary {
  background: transparent;
  color: #6555FF;
}
.button--outline-primary:before {
  border-color: rgba(101, 85, 255, 0.3);
}
.button--outline-primary:after {
  background: rgba(101, 85, 255, 0.15);
}
.button--outline-primary .icon .fill {
  fill: #6555FF;
}
.button--outline-primary .icon .stroke {
  stroke: #6555FF;
}
.no-touchevents .button--outline-primary:hover:before {
  border-color: #6555FF;
}
.button--outline-secondary {
  background: transparent;
  color: #02A6A8;
}
.button--outline-secondary:before {
  border-color: rgba(2, 166, 168, 0.3);
}
.button--outline-secondary:after {
  background: rgba(2, 166, 168, 0.15);
}
.button--outline-secondary .icon .fill {
  fill: #02A6A8;
}
.button--outline-secondary .icon .stroke {
  stroke: #02A6A8;
}
.no-touchevents .button--outline-secondary:hover:before {
  border-color: #02A6A8;
}
/* Button icon */
.button--icon {
  padding: 0;
  min-width: auto;
  width: 3em;
  height: 3em;
}
.button--icon .icon {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Button spacing */
.button-group:not(.button-group--unstacked) {
  margin-bottom: 1.6em;
}
.button-group:not(.button-group--unstacked):last-child {
  margin-bottom: 0;
}
.button-group:not(.button-group--unstacked) .button {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .button-group:not(.button-group--unstacked) .button {
    min-width: 85%;
  }
  .button-group:not(.button-group--unstacked) .button:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .button-group:not(.button-group--unstacked) .button:not(:last-child) {
    margin-right: 1em;
  }
}
.button-group--unstacked {
  white-space: nowrap;
  margin-bottom: 1.6em;
}
.button-group--unstacked .button {
  margin-bottom: 0;
}
.button-group--unstacked .button:not(:last-child) {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .button-group--unstacked .button.button--play:last-child {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 374px) {
  .button-group--unstacked .button:not(.button--play) {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
    min-width: 0 !important;
  }
}
/* --- BASE STYLES --- */
/* Header base */
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid transparent;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Fixed header */
  /* Show header based on scrolled status */
  /* Desktop */
}
.header-main .wrap {
  height: 5em;
}
.header-main.header-main--fixed {
  position: fixed;
}
html:not(.sticky-is-visible) .scrolled .header-main.headroom--not-top:not(.headroom--unpinned),
html:not(.sticky-is-visible) body:not(.scrolled) .header-main.header-main:not(.header-main--fixed) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  .header-main .wrap {
    position: relative;
  }
  .header-main:not(.header-main--fixed) {
    top: 1em;
    left: 1em;
    right: 1em;
  }
}
/* Logo */
.header-main__logo {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -0.6em;
  /* Desktop */
}
.header-main__logo svg {
  position: relative;
  display: block;
  top: 0.05em;
  height: 1.65em;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .header-main__logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -0.6em;
  }
  .header-main__logo svg {
    height: 1.5em;
  }
}
.no-touchevents .header-main__logo:hover {
  opacity: 0.8;
}
/* Navigation */
.header-main__nav {
  /* Mobile */
}
@media only screen and (max-width: 991px) {
  .header-main__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-main:not(.header-main--show-nav) .header-main__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .scrolled .header-main:not(.header-main--fixed) .header-main__nav,
  body:not(.scrolled) .header-main--fixed .header-main__nav {
    display: none;
  }
}
.header-main__nav__inner {
  /* Level 1 */
  /* Mobile */
  /* Desktop */
}
.header-main__nav__inner > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-main__nav__inner > ul > li {
  display: block;
}
.header-main__nav__inner > ul > li > a {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-main__nav__inner > ul > li:not(.header__cta) > a:after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8rem;
  height: 1px;
  background: #6555FF;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .header-main__nav__inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-perspective: 1200px;
    perspective: 1200px;
    /* Primary nav */
    /* Secondary nav */
    /* Rotate in effect */
  }
  .header-main__nav__inner > ul {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.59, 0.35, 0.99);
    transition: all 0.3s cubic-bezier(0.2, 0.59, 0.35, 0.99);
  }
  .header-main__nav__inner > ul > li > a {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-main__nav__inner > ul > li > a:active {
    -webkit-transition: none;
    transition: none;
    background: rgba(255, 255, 255, 0.8);
  }
  .header-main__nav__inner > ul > li.current-menu-item a,
  .header-main__nav__inner > ul > li.current_page_parent a,
  .header-main__nav__inner > ul > li.current-page-ancestor a {
    color: white;
  }
  .header-main__nav__inner .header-main__nav__primary:after {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2em auto;
  }
  .header-main__nav__inner .header-main__nav__primary > li > a {
    font-size: 1.61em;
    padding: 0.5em;
  }
  .header-main__nav__inner .header-main__nav__secondary > li > a {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.18em;
    padding: 1em;
  }
  html:not(.nav-is-visible) .header-main__nav__inner > ul {
    opacity: 0.3;
  }
  html:not(.nav-is-visible) .header-main__nav__inner .header-main__nav__primary {
    -webkit-transform: rotateX(45deg) translateY(-40%);
    -moz-transform: rotateX(45deg) translateY(-40%);
    -ms-transform: rotateX(45deg) translateY(-40%);
    transform: rotateX(45deg) translateY(-40%);
  }
  html:not(.nav-is-visible) .header-main__nav__inner .header-main__nav__secondary {
    -webkit-transform: rotateX(-45deg) translateY(40%);
    -moz-transform: rotateX(-45deg) translateY(40%);
    -ms-transform: rotateX(-45deg) translateY(40%);
    transform: rotateX(-45deg) translateY(40%);
  }
}
@media only screen and (min-width: 992px) {
  .header-main__nav__inner {
    /* Level 1 */
    /* Primary nav */
    /* Secondary nav */
  }
  .header-main__nav__inner > ul {
    position: absolute;
    margin: 0 1rem;
  }
  .header-main__nav__inner > ul > li {
    display: inline-block;
    /* CTA */
  }
  .header-main__nav__inner > ul > li > a {
    position: relative;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.18em;
    padding: 1rem 1rem;
    color: #9ea1ab;
  }
  .header-main__nav__inner > ul > li.current-menu-item a,
  .header-main__nav__inner > ul > li.current_page_parent a,
  .header-main__nav__inner > ul > li.current-page-ancestor a,
  .header-main__nav__inner > ul > li a:hover {
    color: #090f23;
  }
  .header-main__nav__inner > ul > li.current-menu-item a:after,
  .header-main__nav__inner > ul > li.current_page_parent a:after,
  .header-main__nav__inner > ul > li.current-page-ancestor a:after,
  .header-main__nav__inner > ul > li a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header-main__nav__inner > ul > li.header__cta > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0.8em 2.2em 1em 2.2em;
    text-align: center;
    border: 1px solid #6555FF;
    color: #6555FF;
    margin-left: 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .no-touchevents .header-main__nav__inner > ul > li.header__cta > a:hover,
  .header-main__nav__inner > ul > li.header__cta > a:active {
    color: #5144cc;
    background: rgba(101, 85, 255, 0.15);
  }
  .header-main__nav__inner .header-main__nav__primary {
    left: 0;
    top: 50%;
    margin-top: -1.6em;
  }
  .header-main__nav__inner .header-main__nav__secondary {
    text-align: right;
    right: 0;
    top: 50%;
    margin-top: -1.6em;
  }
}
.header-nav-overlay {
  /* Mobile */
}
@media only screen and (max-width: 991px) {
  .header-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
  html:not(.nav-is-visible) .header-nav-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
/* Hamburger */
.header-main__hamburger {
  position: absolute;
  top: 1.1rem;
  right: 0.2rem;
  z-index: 999;
}
.header-main--fixed .header-main__hamburger {
  position: fixed;
}
@media only screen and (min-width: 992px) {
  .header-main__hamburger {
    display: none;
  }
}
.hamburger {
  display: block;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  perspective: 80px;
}
.hamburger-inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -18px / 2;
  margin-top: -2px / 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
}
.hamburger-inner:before,
.hamburger-inner:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #090f23;
}
.hamburger-inner:before {
  top: -4px;
}
.hamburger-inner:after {
  bottom: -4px;
}
html.nav-is-visible .hamburger-inner {
  transform: rotateY(180deg);
}
html.nav-is-visible .hamburger-inner:before,
html.nav-is-visible .hamburger-inner:after {
  background: white !important;
}
html.nav-is-visible .hamburger-inner:before {
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
html.nav-is-visible .hamburger-inner:after {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}
/* --- THEMES --- */
/* Light */
.section--theme-light .header-main {
  /* Hamburger */
  /* Logo */
  /* Desktop */
}
.section--theme-light .header-main .hamburger-inner:before,
.section--theme-light .header-main .hamburger-inner:after {
  background: white;
}
.section--theme-light .header-main .fill {
  fill: white;
}
@media only screen and (min-width: 992px) {
  .section--theme-light .header-main .header-main__nav__inner > ul > li.header__cta > a {
    color: white;
    border-color: white;
  }
  .no-touchevents .section--theme-light .header-main .header-main__nav__inner > ul > li.header__cta > a:hover,
  .section--theme-light .header-main .header-main__nav__inner > ul > li.header__cta > a:active {
    background: rgba(255, 255, 255, 0.2);
  }
  .section--theme-light .header-main .header-main__nav__inner > ul > li > a {
    color: rgba(255, 255, 255, 0.8);
  }
  .section--theme-light .header-main .header-main__nav__inner > ul > li > a:after {
    background: white;
  }
  .section--theme-light .header-main .header-main__nav__inner > ul > li.current-menu-item > a,
  .section--theme-light .header-main .header-main__nav__inner > ul > li.current_page_parent > a,
  .section--theme-light .header-main .header-main__nav__inner > ul > li.current-page-ancestor > a,
  .section--theme-light .header-main .header-main__nav__inner > ul > li > a:hover {
    color: white;
  }
}
/* Dark */
.section--theme-dark .header-main {
  /* Hamburger */
  /* Logo */
  /* Desktop */
}
.section--theme-dark .header-main .hamburger-inner:before,
.section--theme-dark .header-main .hamburger-inner:after {
  background: rgba(9, 15, 35, 0.9);
}
.section--theme-dark .header-main .fill {
  fill: rgba(9, 15, 35, 0.9);
}
@media only screen and (min-width: 992px) {
  .section--theme-dark .header-main .header-main__nav__inner > ul > li.header__cta > a {
    color: rgba(9, 15, 35, 0.9);
    border-color: rgba(9, 15, 35, 0.9);
  }
  .no-touchevents .section--theme-dark .header-main .header-main__nav__inner > ul > li.header__cta > a:hover,
  .section--theme-dark .header-main .header-main__nav__inner > ul > li.header__cta > a:active {
    background: rgba(9, 15, 35, 0.1);
  }
  .section--theme-dark .header-main .header-main__nav__inner > ul > li > a {
    color: rgba(9, 15, 35, 0.65);
  }
  .section--theme-dark .header-main .header-main__nav__inner > ul > li > a:after {
    background: rgba(9, 15, 35, 0.9);
  }
  .section--theme-dark .header-main .header-main__nav__inner > ul > li.current-menu-item > a,
  .section--theme-dark .header-main .header-main__nav__inner > ul > li.current_page_parent > a,
  .section--theme-dark .header-main .header-main__nav__inner > ul > li.current-page-ancestor > a,
  .section--theme-dark .header-main .header-main__nav__inner > ul > li > a:hover {
    color: rgba(9, 15, 35, 0.9);
  }
}
/* Sticky */
.header-main--fixed {
  background: white;
}
.footer__company {
  position: relative;
  /* Mobile background */
  /* Desktop background */
}
.footer__company:after,
.footer__company:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}
.footer__company:before {
  bottom: 0;
  top: 50%;
}
.footer__company:after {
  bottom: 50%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .footer__company:after,
  .footer__company:before {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .footer__company:before {
    left: 0;
    right: 50%;
  }
  .footer__company:after {
    left: 50%;
    right: 0;
  }
}
/* General styles */
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul a {
  color: inherit;
  display: block;
}
.no-touchevents .footer a:not(.button):hover {
  color: #6555FF;
}
.footer__navigation ul {
  margin-top: 0;
}
.footer__navigation ul > li {
  margin-top: -0.2em;
}
.footer__navigation ul a {
  padding: 0.5em 0;
  font-size: 0.85em;
}
@media only screen and (max-width: 767px) {
  .footer__navigation .input {
    margin-bottom: 2em;
  }
  .footer__navigation ul ul {
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ebeef8;
  }
}
@media only screen and (min-width: 768px) {
  .footer__navigation ul {
    padding: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer__navigation .input {
    width: 65%;
  }
  .footer__navigation .button {
    width: 30%;
    float: right;
  }
}
/* Legal section */
.footer__legal {
  font-size: 0.95em;
}
.footer__legal ul {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer__legal a {
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer__legal li {
    display: inline-block;
  }
  .footer__legal li:not(:last-child) {
    margin-right: 2em;
  }
}
/* Social links */
.footer__social .social-circle {
  border-color: rgba(9, 15, 35, 0.1);
}
.no-touchevents .footer__social .social-circle:hover,
.footer__social .social-circle:active {
  background-color: rgba(9, 15, 35, 0.05);
  border-color: #090f23;
}
.no-touchevents .footer__social .social-circle:hover svg,
.footer__social .social-circle:active svg {
  opacity: 1;
}
.footer__social svg {
  opacity: 0.3;
}
@media only screen and (max-width: 991px) {
  .footer__social .social-circle {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social {
    margin-bottom: 2em;
  }
}
/* Logo */
.footer__logo {
  height: 1.5em;
  width: auto;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    height: 1.75em;
    margin-top: 0.5em;
  }
}
.c-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(9, 15, 35, 0.85);
}
.c-modal__content {
  position: relative;
  background: white;
  padding: 2em;
  max-width: 700px;
  z-index: 1;
  margin: 2.5vw;
}
@media only screen and (min-width: 992px) {
  .c-modal__content {
    padding: 3em;
    margin: 5vw auto;
  }
}
.c-modal__content-inner {
  @extend .transition;
}
.c-modal__title {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .c-modal__title {
    font-size: 1.5em;
  }
}
.c-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.3;
  cursor: pointer;
}
.no-touchevents .c-modal__close:hover,
.c-modal__close:active {
  opacity: 1;
}
.c-modal__close:before,
.c-modal__close:after {
  position: absolute;
  top: 8px;
  left: 18px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #090f23;
}
.c-modal__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal:not(.is-visible) {
  -webkit-transition: left 0s 0.4s;
  transition: left 0s 0.4s;
  left: 9999px;
  pointer-events: none;
  visibility: hidden;
}
.c-modal:not(.is-visible) .c-modal__content {
  -webkit-transform: translateY(4em);
  -moz-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
  opacity: 0;
}
.c-modal:not(.is-visible) .c-modal__backdrop {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
.c-signup {
  position: relative;
}
.c-signup__inner {
  position: relative;
}
.c-signup.is-loading .c-signup__content {
  opacity: 0;
  pointer-events: none;
}
.c-signup:not(.is-loading) .spinner2 {
  display: none;
}
.c-signup.is-success .c-signup__content {
  display: none;
}
.c-signup:not(.is-success) .c-signup__success-message {
  display: none;
}
/* Inline notifications */
.inline-notification__inner {
  position: relative;
  display: block;
  background: #090f23;
  font-size: 0.9em;
  padding: 0.8em 1.1em 0.9em 1.1em;
  white-space: normal;
  line-height: 1.3;
  color: white;
  overflow: hidden;
}
.inline-notification__inner a {
  color: inherit;
  white-space: normal;
}
.inline-notification--hidable .inline-notification__inner {
  padding-right: 3em;
}
.inline-notification--with-icon .inline-notification__inner {
  padding-left: 4.4em;
}
.inline-notification__hide {
  position: absolute;
  top: 0.9em;
  right: 1.3em;
  cursor: pointer;
  opacity: 0.5;
}
.no-touchevents .inline-notification__hide:hover {
  opacity: 1;
}
.inline-notification__icon {
  position: absolute;
  padding-top: 0.9em;
  top: 0;
  left: 0;
  bottom: 0;
  background: #6555FF;
  width: 3em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .inline-notification__icon {
    width: 3.2em;
  }
}
.inline-notification__highlight {
  color: #c1bbff;
  font-weight: 600;
}
/* CUSTOM GRID STYLES */
/* Add a wrapper class */
.wrap {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.wrap--sm {
  max-width: 877.5px;
}
.wrap--md {
  max-width: 1345.5px;
}
.wrap--lg {
  max-width: 1600px;
}
.wrap--full {
  max-width: none;
}
.box--fill-height {
  height: 100%;
}
/* Center images */
[class*="center-xs"] .media-wrapper,
[class*="center-xs"] img {
  margin-left: auto;
  margin-right: auto;
}
/* Height variations */
.row--height-full {
  min-height: 100vh;
}
.row--height-half {
  min-height: 50vh;
}
/* Fix vertical spacing */
.row--grid [class*="col-"] + [class*="col-"]:not(:first-child) {
  margin-top: 3rem;
}
.row--grid-sm [class*="col-"] + [class*="col-"]:not(:first-child) {
  margin-top: 1.5rem;
}
/* Extra space between rows on desktop */
@media only screen and (min-width: 768px) {
  .row--extra-space-between-cols-on-desktop {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .row--extra-space-between-cols-on-desktop [class*="col-"] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.row--nogutter-xs,
.row--nogutter-xs .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row--nogutter-xs [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Extra small screens */
@media only screen and (max-width: 374px) {
  .container-fluid {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
/* Screen sm */
@media only screen and (min-width: 768px) {
  .row--grid [class*="col-sm-"] + [class*="col-sm-"]:not(:first-child) {
    margin-top: 0;
  }
  .row--nogutter-sm,
  .row--nogutter-sm .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row--nogutter-sm [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [class*="center-sm"] .media-wrapper,
  [class*="center-sm"] img {
    margin-left: auto;
    margin-right: auto;
  }
  .row.reverse-sm {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .col.reverse-sm {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
/* Screen md */
@media only screen and (min-width: 992px) {
  .row--grid [class*="col-md-"] + [class*="col-md-"]:not(:first-child) {
    margin-top: 0;
  }
  .row--nogutter-md,
  .row--nogutter-md .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row--nogutter-md [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [class*="center-md"] .media-wrapper,
  [class*="center-md"] img {
    margin-left: auto;
    margin-right: auto;
  }
  .row.reverse-md {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .col.reverse-md {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
/* Screen lg */
@media only screen and (min-width: 1200px) {
  .row--grid [class*="col-lg-"] + [class*="col-lg-"]:not(:first-child) {
    margin-top: 0;
  }
  .row--nogutter-lg,
  .row--nogutter-lg .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row--nogutter-lg [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [class*="center-lg"] .media-wrapper,
  [class*="center-lg"] img {
    margin-left: auto;
    margin-right: auto;
  }
  .row.reverse-lg {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .col.reverse-lg {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
/* FLEXBOX GRID */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* --- GENERAL ICON STYLES --- */
.icon {
  position: relative;
  display: inline-block;
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.icon--inline {
  position: relative;
  vertical-align: middle;
  top: -0.1em;
}
.icon--inline-left {
  margin-right: 0.5em;
}
.icon--inline-right {
  margin-left: 0.5em;
}
.media-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* --- HELP ICON --- */
.help-icon {
  font-size: 10px;
  font-family: Arial;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #090f23;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(9, 15, 35, 0.1);
  text-align: center;
  line-height: 15px;
  padding-left: 1px;
}
.no-touchevents .help-icon:hover,
.help-icon:active {
  border-color: #090f23;
  background: #090f23;
  color: white;
}
/* --- CLOSE ICON --- */
.close-icon {
  width: 12px;
  height: 12px;
}
.close-icon.icon--inline {
  top: 0;
}
.close-icon:before,
.close-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #090f23;
  margin: -1px 0 0 -0.45em;
}
.close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-icon.close-icon--danger:before,
.close-icon.close-icon--danger:after {
  background: #FF2454;
}
.close-icon--white:before,
.close-icon--white:after {
  background: white;
}
/* --- STATUS ICON --- */
.status-icon {
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.status-icon:after,
.status-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  margin-top: -0.1em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.status-icon.status-icon--positive:after {
  width: 0.2em;
  height: 0.6em;
  border-bottom: 2px solid rgba(9, 15, 35, 0.65);
  border-right: 2px solid rgba(9, 15, 35, 0.65);
}
.status-icon.status-icon--negative:after,
.status-icon.status-icon--negative:before {
  width: 0.7em;
  height: 2px;
  background: rgba(9, 15, 35, 0.65);
}
.status-icon.status-icon--negative:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
/* --- FLAGS --- */
.icon--flag {
  background-size: cover;
}
.icon--flag--dk {
  background-image: url('../../../product/_assets/images/flags/dk.svg');
}
.icon--flag--se {
  background-image: url('../../../product/_assets/images/flags/se.svg');
}
.icon--flag--no {
  background-image: url('../../../product/_assets/images/flags/no.svg');
}
.icon--flag--fi {
  background-image: url('../../../product/_assets/images/flags/fi.svg');
}
.icon--flag--uk {
  background-image: url('../../../product/_assets/images/flags/gb.svg');
}
.icon--flag--de {
  background-image: url('../../../product/_assets/images/flags/de.svg');
}
/* --- FLIP ICON --- */
.icon--rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* --- ICON SIZES --- */
.icon--xxs {
  width: 12px;
  height: 12px;
}
.icon--xs {
  width: 16px;
  height: 16px;
}
.icon--xs-sm {
  width: 20px;
  height: 20px;
}
.icon--sm {
  width: 24px;
  height: 24px;
}
.icon--md {
  width: 32px;
  height: 32px;
}
.icon--md-lg {
  width: 40px;
  height: 40px;
}
.icon--lg {
  width: 48px;
  height: 48px;
}
.icon--xl {
  width: 64px;
  height: 64px;
}
.icon--xxl {
  width: 96px;
  height: 96px;
}
.icon--budicon-sm {
  width: 25px;
  height: 25px;
}
.icon--budicon-lg {
  width: 50px;
  height: 50px;
}
/* --- ICON FILLS --- */
.fill {
  fill: #787c8a;
}
.fill--primary {
  fill: #6555FF;
}
.fill--primary-t50 {
  fill: #b2aaff;
}
.fill--primary-t85 {
  fill: #e8e6ff;
}
.fill--secondary {
  fill: #02A6A8;
}
.fill--light {
  fill: #9ea1ab;
}
.fill--dark {
  fill: #090f23;
}
.fill--white {
  fill: white;
}
.fill--black {
  fill: black;
}
.fill--danger {
  fill: #FF2454;
}
.fill--success {
  fill: #30DCAA;
}
/* --- ICON STROKES --- */
.stroke {
  stroke: #787c8a;
}
.stroke--primary {
  stroke: #6555FF;
}
.stroke--primary-t50 {
  stroke: #b2aaff;
}
.stroke--primary-t80 {
  stroke: #e8e6ff;
}
.stroke--secondary {
  stroke: #02A6A8;
}
.stroke--light {
  stroke: #9ea1ab;
}
.stroke--dark {
  stroke: #090f23;
}
.stroke--white {
  stroke: white;
}
.stroke--black {
  stroke: black;
}
.stroke--danger {
  stroke: #FF2454;
}
.stroke--success {
  stroke: #30DCAA;
}
/* Form styling */
.form {
  position: relative;
}
.form__content.hidden {
  opacity: 0.1;
}
/* Standard input */
.input {
  display: inline-block;
  font-family: 'sofia-pro', sans-serif;
  color: #090f23;
  font-weight: 400;
  font-size: 1em;
  border: 2px solid #ebeef8;
  vertical-align: middle;
  outline: 0;
  padding: 0 1.2em;
  height: 3em;
  line-height: 3em;
  width: 100%;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Focus */
  /* Validation colors */
}
.input:focus {
  border-color: #6555FF;
}
.input.input--error {
  border-color: #ffa7bb !important;
}
/* Labels */
.label {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.18em;
  font-weight: 700;
  vertical-align: middle;
}
/* Input wraps */
.input-wrap:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1472px) {
  .input-wrap:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
/* Select wrap */
.select-wrap {
  position: relative;
}
.select-wrap select {
  line-height: 1;
}
.select-wrap__arrow {
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-top: -2px;
}
/* Tag */
.tag {
  position: relative;
  display: inline-block;
  font-size: 0.65em;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.6em 1.1em;
  border-radius: 2em;
  background: #9ea1ab;
  color: white;
  vertical-align: middle;
  line-height: 1;
  top: -0.15em;
}
/* Validation */
.message-error {
  font-size: 0.8em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  background: #ffd3dd;
  color: #d91f47;
  text-align: center;
  display: none;
}
.message-success {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  padding: 0.7em 1.2em 0.9em 1.2em;
  border: 1px dashed #30DCAA;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  border-radius: 0.1em;
}
.message-success:not(.visible) {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.input--error {
  position: absolute;
  top: 0;
  right: -1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8em;
  padding: 0.5em 1em;
  background: #ffd3dd;
  color: #d91f47;
}
div.input--error:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffd3dd;
}
/* Inline label */
.inline-label {
  position: relative;
  z-index: 1;
  color: #9ea1ab;
}
.inline-label .input:focus + .label,
.inline-label .input--filled + .label {
  font-size: 0.7em;
  top: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inline-label .input:focus + label {
  color: #6555FF;
}
.inline-label .input:focus.input--error + label {
  color: #d91f47 !important;
}
.inline-label .label {
  position: absolute;
  top: 0;
  padding: 0 0.2em;
  background: white;
  left: 20px;
  cursor: text;
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
}
/* Firefox alignment issue fix */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Clean input that inherits all styles */
.input-clean {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  outline: none;
  border: none;
  color: inherit;
  font-family: inherit;
  padding: 0;
  font-size: inherit;
  line-height: normal;
}
select.input-clean {
  padding-right: 2em;
}
select.input-clean::-ms-expand {
  display: none;
}
select.input-clean:disabled::-ms-expand {
  background: #f60;
}
/* Headroom Slide Down */
@-webkit-keyframes headroomSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes headroomSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headroomSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Headroom Slide Up */
@-webkit-keyframes headroomSlideUp {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes headroomSlideUp {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes headroomSlideUp {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* CircleLoader */
@-webkit-keyframes circleLoader {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes circleLoader {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleLoader {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* CircleLoader */
@-webkit-keyframes playPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-o-keyframes playPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes playPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 0.8s infinite cubic-bezier(0.09, 0.64, 0.3, 0.97);
  animation: sk-scaleout 0.8s infinite cubic-bezier(0.09, 0.64, 0.3, 0.97);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.spinner--body {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 20vw;
  height: 20vw;
  margin-top: -10vw;
  margin-left: -10vw;
  z-index: 9999;
}
body:not(.ajax-loading) .spinner--body {
  display: none;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.7);
}
body:not(.ajax-loading) .spinner-overlay {
  opacity: 0;
  visibility: hidden;
}
.spinner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: #333;
  z-index: 1;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* Basic transition */
[class*="inview-"] {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 1.2s ease;
  transition: transform 0.5s ease, opacity 1.2s ease;
}
/* Delays (to create a staggered animation effect on larger screens)  */
@media only screen and (min-width: 992px) {
  .inview--delay-1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .inview--delay-2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .inview--delay-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .inview--delay-4 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .inview--delay-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .inview--delay-6 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .inview--delay-7 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .inview--delay-8 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .inview--delay-9 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .inview--delay-10 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .inview--delay-11 {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .inview--delay-12 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .inview--delay-13 {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .inview--delay-14 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .inview--delay-15 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .inview--delay-16 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .inview--delay-17 {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }
  .inview--delay-18 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .inview--delay-19 {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
  }
  .inview--delay-20 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
/* Fade in */
.inview--fade:not(.inview--visible) {
  opacity: 0;
}
/* Fade in - Slide up */
.inview--fade-slide-up:not(.inview--visible) {
  opacity: 0;
  -webkit-transform: translateY(3vw);
  -moz-transform: translateY(3vw);
  -ms-transform: translateY(3vw);
  transform: translateY(3vw);
}
/* Blur in */
.inview--scale-down:not(.inview--visible) {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/* Fade in - Slide down */
.inview--fade-slide-down:not(.inview--visible) {
  opacity: 0;
  -webkit-transform: translateY(-5vw);
  -moz-transform: translateY(-5vw);
  -ms-transform: translateY(-5vw);
  transform: translateY(-5vw);
}
/* Fade in - Slide left */
.inview--fade-slide-left:not(.inview--visible) {
  opacity: 0;
  -webkit-transform: translateX(5vw);
  -moz-transform: translateX(5vw);
  -ms-transform: translateX(5vw);
  transform: translateX(5vw);
}
/* Fade in - Slide right */
.inview--fade-slide-right:not(.inview--visible) {
  opacity: 0;
  -webkit-transform: translateX(-5vw);
  -moz-transform: translateX(-5vw);
  -ms-transform: translateX(-5vw);
  transform: translateX(-5vw);
}
.sidebar {
  /* Commmon styles */
  /* Level 1 */
  /* Level 2 */
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  position: relative;
  /* Active border */
}
.sidebar ul li a {
  display: block;
  font-weight: 700;
  padding: 1em 0;
}
.sidebar ul li:before {
  content: '';
  position: absolute;
  left: -1em;
  top: 35%;
  bottom: 35%;
  width: 2px;
  background: #6555FF;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.sidebar > ul > li > a {
  color: #090f23;
}
.no-touchevents .sidebar > ul > li > a:hover,
.sidebar > ul > li a:active {
  opacity: 0.7;
}
.sidebar > ul > li:not(:first-child) {
  margin-top: 1.5em;
}
.sidebar > ul > li > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7em;
  color: #9ea1ab;
}
.no-touchevents .sidebar > ul > li > ul > li:hover > a,
.sidebar > ul > li > ul > li.current-menu-item > a,
.sidebar > ul > li > ul > li a:active {
  color: #6555FF;
}
.no-touchevents .sidebar > ul > li > ul > li:hover:before,
.sidebar > ul > li > ul > li.current-menu-item:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 3em;
    border-top: 1px solid #ebeef8;
    margin-top: 3em;
  }
}
.padding-top-xxs {
  padding-top: 1em;
}
.padding-top-xs {
  padding-top: 2em;
}
.padding-top-sm {
  padding-top: 3em;
}
.padding-top-md {
  padding-top: 4.5em;
}
.padding-top-lg {
  padding-top: 6em;
}
.padding-top-xl {
  padding-top: 7.5em;
}
.padding-bottom-xxs {
  padding-bottom: 1em;
}
.padding-bottom-xs {
  padding-bottom: 2em;
}
.padding-bottom-sm {
  padding-bottom: 3em;
}
.padding-bottom-md {
  padding-bottom: 4.5em;
}
.padding-bottom-lg {
  padding-bottom: 6em;
}
.padding-bottom-xl {
  padding-bottom: 7.5em;
}
.padding-xxs {
  padding: 1em 0;
}
.padding-xs {
  padding: 2em 0;
}
.padding-sm {
  padding: 3em 0;
}
.padding-md {
  padding: 4.5em 0;
}
.padding-lg {
  padding: 6em 0;
}
.padding-xl {
  padding: 7.5em 0;
}
.section__item-margin-xxs:not(:last-child) {
  margin-bottom: 1em;
}
.section__item-margin-xs:not(:last-child) {
  margin-bottom: 2em;
}
.section__item-margin-sm:not(:last-child) {
  margin-bottom: 3em;
}
.section__item-margin-md:not(:last-child) {
  margin-bottom: 4.5em;
}
.section__item-margin-lg:not(:last-child) {
  margin-bottom: 6em;
}
.section__item-margin-xl:not(:last-child) {
  margin-bottom: 7.5em;
}
@media only screen and (min-width: 992px) {
  .padding-top-xxs {
    padding-top: 1.15em;
  }
  .padding-top-xs {
    padding-top: 2.3em;
  }
  .padding-top-sm {
    padding-top: 3.45em;
  }
  .padding-top-md {
    padding-top: 5.175em;
  }
  .padding-top-lg {
    padding-top: 6.9em;
  }
  .padding-top-xl {
    padding-top: 8.625em;
  }
  .padding-bottom-xxs {
    padding-bottom: 1.15em;
  }
  .padding-bottom-xs {
    padding-bottom: 2.3em;
  }
  .padding-bottom-sm {
    padding-bottom: 3.45em;
  }
  .padding-bottom-md {
    padding-bottom: 5.175em;
  }
  .padding-bottom-lg {
    padding-bottom: 6.9em;
  }
  .padding-bottom-xl {
    padding-bottom: 8.625em;
  }
  .padding-xxs {
    padding: 1.15em 0;
  }
  .padding-xs {
    padding: 2.3em 0;
  }
  .padding-sm {
    padding: 3.45em 0;
  }
  .padding-md {
    padding: 5.175em 0;
  }
  .padding-lg {
    padding: 6.9em 0;
  }
  .padding-xl {
    padding: 8.625em 0;
  }
  .section__item-margin-xxs:not(:last-child) {
    margin-bottom: 1.15em;
  }
  .section__item-margin-xs:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .section__item-margin-sm:not(:last-child) {
    margin-bottom: 3.45em;
  }
  .section__item-margin-md:not(:last-child) {
    margin-bottom: 5.175em;
  }
  .section__item-margin-lg:not(:last-child) {
    margin-bottom: 6.9em;
  }
  .section__item-margin-xl:not(:last-child) {
    margin-bottom: 6.9em;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-top-xxs {
    padding-top: 1.3em;
  }
  .padding-top-xs {
    padding-top: 2.6em;
  }
  .padding-top-sm {
    padding-top: 3.9em;
  }
  .padding-top-md {
    padding-top: 5.85em;
  }
  .padding-top-lg {
    padding-top: 7.8em;
  }
  .padding-top-xl {
    padding-top: 9.75em;
  }
  .padding-bottom-xxs {
    padding-bottom: 1.3em;
  }
  .padding-bottom-xs {
    padding-bottom: 2.6em;
  }
  .padding-bottom-sm {
    padding-bottom: 3.9em;
  }
  .padding-bottom-md {
    padding-bottom: 5.85em;
  }
  .padding-bottom-lg {
    padding-bottom: 7.8em;
  }
  .padding-bottom-xl {
    padding-bottom: 9.75em;
  }
  .padding-xxs {
    padding: 1.3em 0;
  }
  .padding-xs {
    padding: 2.6em 0;
  }
  .padding-sm {
    padding: 3.9em 0;
  }
  .padding-md {
    padding: 5.85em 0;
  }
  .padding-lg {
    padding: 7.8em 0;
  }
  .padding-xl {
    padding: 9.75em 0;
  }
  .section__item-margin-xxs:not(:last-child) {
    margin-bottom: 1.3em;
  }
  .section__item-margin-xs:not(:last-child) {
    margin-bottom: 2.6em;
  }
  .section__item-margin-sm:not(:last-child) {
    margin-bottom: 3.9em;
  }
  .section__item-margin-md:not(:last-child) {
    margin-bottom: 5.85em;
  }
  .section__item-margin-lg:not(:last-child) {
    margin-bottom: 7.8em;
  }
  .section__item-margin-xl:not(:last-child) {
    margin-bottom: 9.75em;
  }
}
.margin-top-xs {
  margin-top: 0.5em;
}
.margin-top-sm {
  margin-top: 1em;
}
.margin-top-md {
  margin-top: 2em;
}
.margin-top-lg {
  margin-top: 3em;
}
.margin-top-xl {
  margin-top: 4em;
}
.margin-bottom-xs {
  margin-bottom: 0.5em;
}
.margin-bottom-sm {
  margin-bottom: 1em;
}
.margin-bottom-md {
  margin-bottom: 2em;
}
.margin-bottom-lg {
  margin-bottom: 3em;
}
.margin-bottom-xl {
  margin-bottom: 4em;
}
/* Avatar */
.avatar {
  overflow: hidden;
  width: 3em;
  height: 3em;
  background-color: rgba(9, 15, 35, 0.1);
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar--sm {
  width: 2em;
  height: 2em;
}
.avatar--lg {
  width: 5em;
  height: 5em;
}
/* Youtube, Vimeo wrap */
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Icon number */
.icon-number {
  font-family: 'Glegoo', 'Georgia', serif;
  font-family: 400;
  font-size: 1.2em;
  color: #6555FF;
}
/* Headline with bg */
.headline-with-bg {
  position: relative;
  padding: 4em 1em;
}
@media only screen and (min-width: 992px) {
  .headline-with-bg {
    padding: 6em 1em;
  }
}
.headline-with-bg__headline {
  color: white;
}
.headline-with-bg__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -999;
  overflow: hidden;
  background: #090f23;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.headline-with-bg__bg img {
  object-fit: cover;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
/* Social circle links */
.social-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #6555FF;
}
.no-touchevents .social-circle:hover,
.social-circle:active {
  background-color: rgba(101, 85, 255, 0.1);
}
.social-circle:not(:last-child) {
  margin-right: 0.5em;
}
@media only screen and (max-width: 991px) {
  .social-circle {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
/* Footnote */
[data-footnote-number]:after {
  position: relative;
  content: attr(data-footnote-number);
  top: -0.8em;
  margin-left: 0.2em;
  font-size: 0.7em;
}
/* Headline number */
.headline-number {
  font-weight: 400;
  color: #9ea1ab;
  margin-left: 0.5em;
}
/* Footnote list */
.footnote-list {
  list-style: none;
  padding: 0;
}
.footnote-list li {
  position: relative;
  line-height: 1.3;
  padding-left: 1em;
  color: #787c8a;
}
.footnote-list li:not(:last-child) {
  margin-bottom: 1em;
}
.footnote-list li .footnote-list__number {
  font-size: 0.8em;
  position: absolute;
  top: -0.3em;
  left: 0;
  color: #6555FF;
  font-weight: 600;
}
li {
  margin-bottom: 5px;
}
/* Generic gray info box */
.info-box {
  display: block;
  background: #f4f5fa;
  padding: 1.5em 2em;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  .info-box {
    padding: 3em 4em;
  }
}
.info-box--bordered {
  background: none;
  border: 1px solid #f4f5fa;
}
/* Reverse content */
.reverse-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.reverse-content__item {
  width: 100%;
}
/* --- FEATURE TEMPLATE --- */
.feature-hero-icon {
  position: relative;
  width: 80vw;
  height: 80vw;
  max-width: 35em;
  max-height: 35em;
  background: #f9fafd;
  margin: -1em auto 0 auto;
  padding: 7%;
}
.feature-hero-icon div {
  width: 100%;
  height: 100%;
}
.feature-hero-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-hero-icon__circle-mid {
  background: #f4f5fa;
  padding: 11.5%;
}
.feature-hero-icon__circle-top {
  background: #eceff7;
}
/* --- CONTACT TEMPLATE --- */
.contact-box {
  position: relative;
  border: 1px solid #ebeef8;
  padding: 3em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .contact-box {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 6em;
  }
  .contact-box .button {
    position: absolute;
    bottom: 3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
}
.contact-support-box {
  background: #f4f5fa;
  padding: 3em;
}
@media only screen and (max-width: 1199px) {
  .contact-support-box {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .contact-support-box {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-support-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.contact-support-box__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-support-box__inner {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .contact-support-box__inner {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-support-box__inner .contact-support-box__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact-support-box__inner .button {
    position: absolute;
    bottom: -1em;
    left: 0;
  }
}
/* --- SIGNUP TEMPLATE --- */
.signup-page__bg {
  position: relative;
  flex: 1;
  min-height: 20em;
  overflow: hidden;
}
.signup-page__form {
  width: 100%;
  max-width: 380px;
}
.signup-page__form form {
  margin-top: 2em;
}
.signup-page__form__footer {
  margin-top: 2em;
}
.signup-page__headline {
  margin-bottom: 0.5em;
}
.signup-page__disclaimer {
  font-size: 0.85em;
  color: #9ea1ab;
}
.signup-page__login {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}
.signup-page__login .button {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  padding: 0.5em 2em;
  font-size: 0.85em;
}
.signup-page__logo {
  display: block;
}
.signup-page__logos img {
  max-height: 2.5em;
  width: auto;
  margin: 0 auto;
  opacity: 0.5;
}
.signup-page__logos__inner {
  max-width: 80%;
}
.signup-page__login__text {
  margin-right: 1em;
  font-size: 0.85em;
}
.signup-page__illustration {
  padding: 10%;
  max-width: 80%;
}
@media only screen and (max-width: 1199px) {
  .signup-page__logo {
    text-align: center;
    margin: -2em auto 2em auto;
  }
  .signup-page__form .button {
    width: 100%;
    margin-bottom: 2em;
  }
  .signup-page__bg {
    display: none;
  }
  .signup-page__logos {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .signup-page__logos img {
    max-height: 2em;
  }
  .signup-page__disclaimer {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .signup-page__logos .item {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .signup-page {
    margin: 0;
    padding: 0;
  }
  .signup-page__form form {
    margin-top: 4em;
  }
  .signup-page__form__footer {
    margin-top: 4em;
  }
  .signup-page__form__footer .button {
    margin-right: 2.5em;
  }
  .signup-page__form .button {
    float: left;
  }
  .signup-page__logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
  }
  .signup-page__right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* --- BLOG TEMPLATE --- */
@media only screen and (max-width: 1199px) {
  .blog-grid-wrap {
    max-width: 960px;
    -webkit-align-items: center;
    align-items: center;
  }
}
.blog-grid {
  margin: -2rem !important;
}
.blog-grid__item {
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: inherit;
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1200px) {
  .blog-grid__item .social-circle {
    margin-bottom: -0.3em;
  }
}
.blog-grid__item__inner {
  margin: 2rem !important;
  -webkit-transform: translate3d(0, 0, 0);
  flex: 1;
  background: white;
  -webkit-box-shadow: 0 4px 30px rgba(9, 15, 35, 0.1);
  -moz-box-shadow: 0 4px 30px rgba(9, 15, 35, 0.1);
  box-shadow: 0 4px 30px rgba(9, 15, 35, 0.1);
  cursor: pointer;
}
.blog-grid__item__bg {
  z-index: 1;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 60%;
}
.blog-grid__item__bg .section__bg__media {
  opacity: 1;
}
.no-touchevents .blog-grid__item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-grid__item__text {
  padding: 3rem;
}
@media only screen and (max-width: 1199px) {
  .blog-grid__item__text {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .blog-grid__item__text {
    padding: 4rem;
  }
}
/* First blog post */
.blog-grid__item--first p {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .blog-grid__item--first {
    font-size: 1.4em;
  }
  .blog-grid__item--first .blog-grid__item__bg {
    margin-right: 2rem / 3 * 2;
  }
  .blog-grid__item--first .blog-grid__item__text {
    margin-left: -0.44444444rem;
  }
  .blog-grid__item--first .blog-grid__item__text p {
    display: block;
    font-size: 0.7em;
  }
}
.blog-grid__item__col-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* --- SINGLE TEMPLATE --- */
.single__content {
  font-size: 1.15em;
}
.single__content .wp-post-image {
  margin: 4em auto;
}
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
  margin-top: 2em;
}
.single__content .single__avatar {
  position: relative;
  top: -0.1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.single__content .single__author .subtitle {
  display: inline-block;
  color: #9ea1ab;
}
.single__content iframe {
  display: block;
}
.single__content ul,
.single__content ol {
  padding: 1.5em 5%;
}
.single__content ul li,
.single__content ol li {
  list-style-type: none;
  position: relative;
  padding: 0.5em;
}
.single__content ul li:before,
.single__content ol li:before {
  position: absolute;
  left: -1em;
}
.single__content ul li:before {
  top: 1em;
  content: '';
  width: 0.3em;
  height: 0.3em;
  border: 2px solid #6555FF;
}
.single__content ol {
  counter-reset: custom;
}
.single__content ol li:before {
  top: 0.5em;
  counter-increment: custom;
  content: counter(custom);
  color: #6555FF;
  font-weight: 700;
}
.single__content .single__block-enlarged {
  position: relative;
  width: 110%;
  left: -5%;
}
.single__content .single__block-enlarged img,
.single__content .single__block-enlarged blockquote,
.single__content .single__block-enlarged iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single__content .single__the_content img,
.single__content .single__the_content blockquote,
.single__content .single__the_content iframe {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single__content .single__the_content .wp-block-embed img,
.single__content .single__the_content .wp-block-embed figure,
.single__content .single__the_content .wp-block-embed blockquote,
.single__content .single__the_content .wp-block-embed iframe {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .single__content .single__block-enlarged {
    width: 120%;
    left: -10%;
  }
  .single__content h1 {
    max-width: 75%;
  }
  .single__content blockquote {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .single__content .single__block-enlarged {
    width: 150%;
    left: -25%;
  }
}
ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.page-numbers li {
  display: block;
  margin: 4px;
  text-align: center;
}
.page-numbers a,
.page-numbers span {
  line-height: 30px;
  display: block;
  width: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #787c8a;
  border-radius: 0.2em;
}
.page-numbers a span {
  padding: 0;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #0c111e;
  border-color: #0c111e;
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: none;
}
/* --- GENERAL STYLES --- */
.section {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
html:not(.nav-is-visible) .section:not(.section--overflow-visible) {
  overflow: hidden;
}
/* Wrapped sections */
.section--wrap {
  max-width: 1170px;
}
@media screen and (max-width: 1170px) {
  .section--wrap {
    margin: 0 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.section--wrap-wide {
  max-width: 1600px;
}
@media screen and (max-width: 1600px) {
  .section--wrap-wide {
    margin: 0 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* --- VIMEO OVERLAY --- */
.vimeo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #090f23;
  display: none;
}
.vimeo-overlay iframe {
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
.vimeo-overlay__close {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.no-touchevents .vimeo-overlay__close:hover,
.vimeo-overlay__close:active {
  background: rgba(255, 255, 255, 0.3);
}
.vimeo-overlay__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -2px 0 0 -10px;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vimeo-overlay__close i:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .vimeo-overlay__close {
    top: 40px;
    right: 40px;
  }
}
/* --- SHOW OVERFLOW --- */
.section--overflow-visible {
  overflow: visible !important;
}
/* --- DROP SHADOW --- */
.section--drop-shadow {
  -webkit-box-shadow: 0 1em 2em rgba(9, 15, 35, 0.07);
  -moz-box-shadow: 0 1em 2em rgba(9, 15, 35, 0.07);
  box-shadow: 0 1em 2em rgba(9, 15, 35, 0.07);
}
/* --- SECTION WITH COLUMN GRID --- */
/* Common styles */
.column-grid {
  margin-top: -1em;
  margin-bottom: -1em;
}
.column-grid .box {
  position: relative;
  padding: 1em;
  height: 100%;
  /* Background */
}
.column-grid .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.column-grid .box__inner {
  position: relative;
}
.column-grid .column-grid__item {
  margin: 0.5em 0;
}
/* Ensure that buttons align */
.box--with-button .box__inner {
  padding-bottom: 2.5em;
  height: 100%;
}
.box--with-button a[class*=button] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.box--with-button a.button-link {
  bottom: 0.5em;
}
.u-align-center .box--with-button a[class*=button] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Columns with background */
.column-grid--boxed .box {
  flex: 1;
  padding: 2.5em;
  position: relative;
  /* Background */
}
.column-grid--boxed .box:before {
  background: #e9ecf5;
}
@media only screen and (min-width: 1200px) {
  .column-grid--boxed {
    /* Decrease font-size a bit */
  }
  .column-grid--boxed.column-grid--4 p,
  .column-grid--boxed .button-link {
    font-size: 0.95em;
  }
}
/* Clickable column grid */
.column-grid--clickable .box {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-touchevents .column-grid--clickable .column-grid__item:hover {
  z-index: 9;
}
.no-touchevents .column-grid--clickable .column-grid__item:hover .box:before {
  -webkit-transform: scale(1.05, 1.1);
  -moz-transform: scale(1.05, 1.1);
  -ms-transform: scale(1.05, 1.1);
  transform: scale(1.05, 1.1);
  -webkit-box-shadow: 0 8px 40px rgba(9, 15, 35, 0.1);
  -moz-box-shadow: 0 8px 40px rgba(9, 15, 35, 0.1);
  box-shadow: 0 8px 40px rgba(9, 15, 35, 0.1);
  opacity: 1;
  background: white;
}
.column-grid--clickable .column-grid__item:active .box {
  opacity: 0.8;
}
/* Feature list */
.column-grid--features .box--with-button .box__inner {
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 1199px) {
  .column-grid--features .media-wrapper {
    position: absolute;
    top: 0.2em;
    left: -5.5em;
  }
  .column-grid--features .box {
    padding-left: 7.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .column-grid--features .box {
    text-align: center;
  }
  .column-grid--features .media-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .column-grid--features a[class*=button] {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* --- SECTION WITH LARGE FEATURE NAVIGATION --- */
.feature-navigation {
  position: relative;
  margin: 0;
  /* Level 1 */
  /* Level 2 */
  /* Hover */
}
.feature-navigation,
.feature-navigation ul {
  list-style: none;
  padding: 0;
}
.feature-navigation > li:not(:last-child) {
  margin-bottom: 3em;
}
.feature-navigation li {
  margin: 0;
  padding: 0;
}
.feature-navigation a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0;
  color: inherit;
}
.feature-navigation a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  background: #6555FF;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.feature-navigation .icon {
  top: -0.1em;
  vertical-align: middle;
  margin-right: 1em;
}
.feature-navigation > li > a {
  font-weight: 700;
}
.feature-navigation > li > a span {
  color: #090f23;
}
.feature-navigation ul li a span {
  color: inherit;
  font-size: 0.9em;
}
.no-touchevents .feature-navigation a:hover {
  color: #6555FF;
}
.no-touchevents .feature-navigation a:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
  .feature-navigation a {
    padding: 1.2em 2em;
  }
  .feature-navigation > li {
    border: 1px dashed #ebeef8;
  }
  .feature-navigation ul li {
    border-top: 1px dashed #ebeef8;
  }
  .feature-navigation li:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .feature-navigation {
    top: -0.7em;
  }
  .feature-navigation > li {
    border-left: 1px solid #ebeef8;
  }
  .feature-navigation a {
    padding-left: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .feature-navigation {
    top: -0.4em;
  }
}
/* --- SECTION WITH TABS --- */
.tab-nav__inner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* Full screen menu */
  /* Standard tab appearance */
}
.tab-nav__inner .tab-nav__item,
.tab-nav__inner .tab-nav__item a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.tab-nav__inner .tab-nav__item {
  cursor: pointer;
}
.tab-nav__inner .tab-nav__item a {
  font-weight: 700;
  font-size: 0.7em;
  color: #9ea1ab;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.tab-nav__inner .tab-nav__item a:active {
  opacity: 0.7;
}
.tab-nav__inner .tab-nav__item a:not(.active) .fill {
  fill: #9ea1ab;
}
.tab-nav__inner .tab-nav__item a:not(.active) .stroke {
  stroke: #9ea1ab;
}
.tab-nav__inner .tab-nav__item a:hover {
  color: #6555FF;
}
.tab-nav__inner .tab-nav__item a:hover .fill {
  fill: #6555FF;
}
.tab-nav__inner .tab-nav__item a:hover .stroke {
  stroke: #6555FF;
}
.tab-nav__inner .tab-nav__item--close {
  background: #f4f5fa;
  height: 5em;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.tab-nav__inner .tab-nav__item--close .icon {
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .tab-nav__inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-nav__inner:not(.visible) {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .tab-nav__inner .tab-nav__item a {
    padding: 0 10%;
  }
  .tab-nav__inner .tab-nav__item:not(:last-child) a {
    border-bottom: 1px solid #ebeef8;
  }
  .tab-nav__inner .tab-nav__item .icon {
    margin-right: 2em;
  }
  .tab-nav__inner .tab-nav__item.active a {
    color: #6555FF;
  }
}
@media only screen and (min-width: 992px) {
  .tab-nav__inner {
    margin: -2em 0 -1em 0;
  }
  .tab-nav__inner .tab-nav__item a {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 2em 1em;
  }
  .tab-nav__inner .tab-nav__item .icon {
    margin-bottom: 1.5em;
    width: 30px;
    height: 30px;
  }
  .tab-nav__inner .tab-nav__item span {
    position: relative;
  }
  .tab-nav__inner .tab-nav__item span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #6555FF;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .tab-nav__inner .tab-nav__item a.active {
    color: transparent;
  }
  .tab-nav__inner .tab-nav__item a.active span:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .tab-nav__inner .tab-nav__item--close {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tab-nav-trigger:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 992px) {
  .tab-nav-trigger {
    pointer-events: none;
  }
}
@media only screen and (min-width: 992px) {
  .tab-nav-trigger__icon {
    display: none;
  }
}
.tab-content__item .headline-with-bg,
.tab-content__item .headline-with-bg__headline,
.tab-content__item .column-grid__item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab-content__item .headline-with-bg__headline {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.tab-content__item:not(.active) {
  display: none;
}
.tab-content__item:not(.animate-in) .headline-with-bg {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tab-content__item:not(.animate-in) .headline-with-bg__headline {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tab-content__item:not(.animate-in) .column-grid__item {
  opacity: 0;
  -webkit-transform: translateY(3vw);
  -moz-transform: translateY(3vw);
  -ms-transform: translateY(3vw);
  transform: translateY(3vw);
}
@media only screen and (min-width: 992px) {
  .tab-content__item .media-wrapper {
    width: 30px;
    height: 30px;
  }
}
.tab-content__item:not(.animate-in) .headline-with-bg {
  opacity: 0;
}
/* --- SECTION WITH ANCHOR NAVIGATION --- */
.sticky-nav {
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  z-index: 9;
  background: white;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
  -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
  box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
}
.sticky-nav li {
  display: inline-block;
}
.sticky-nav a {
  display: block;
  position: relative;
  padding: 1.5em 1em;
  font-size: 0.9em;
  font-weight: 700;
  color: #9ea1ab;
}
.sticky-nav a.active,
.no-touchevents .sticky-nav a:hover {
  color: #090f23;
}
.sticky-nav a:not(.active) i {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.sticky-nav i {
  position: absolute;
  margin-left: -1.5em;
  bottom: 25%;
  left: 50%;
  width: 3em;
  height: 1px;
}
.sticky-nav i:not(.custom-highlight-color) {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .sticky-nav a {
    padding: 0.9em 3em 1.1em 3em;
    font-size: 1em;
  }
}
/* --- SECTION PEOPLE --- */
@media only screen and (max-width: 767px) {
  .section--layout-people .col-xs:nth-child(4),
  .section--layout-people .col-xs:nth-child(5) {
    display: none;
  }
}
/* --- SECTION WITH CENTERED IMAGE AND COLUMNS --- */
.image-centered h4 {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 992px) {
  .image-centered__left {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .image-centered__left > .box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .image-centered__right > .box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.image-centered__item {
  position: relative;
}
.image-centered__item .media-wrapper {
  position: absolute;
  top: -0.25em;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .image-centered__item {
    padding-left: 4.25em;
    padding-right: 1em;
    margin-bottom: 4em;
  }
  .image-centered__item .media-wrapper {
    left: 0.75em;
  }
}
@media only screen and (min-width: 992px) {
  .image-centered__item .media-wrapper {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .image-centered__right .image-centered__item .media-wrapper {
    left: 0;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .image-centered__left .image-centered__item .media-wrapper {
    right: 0;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
  }
  .image-centered__item:not(:last-child) {
    padding-bottom: 3em;
    min-height: 13em;
  }
}
.image-centered__mid {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* --- SECTION CARDS --- */
@media only screen and (max-width: 767px) {
  .cards {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.card {
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .card {
    padding-bottom: 3em;
  }
  .card:nth-child(even) {
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
  }
}
@media only screen and (min-width: 992px) {
  .card:nth-child(even) {
    -webkit-transform: translateY(-3em);
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    transform: translateY(-3em);
  }
}
.card__inner {
  height: 100%;
  background: white;
  padding: 3%;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
  -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
  box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.2);
}
.card__inner[onclick] {
  cursor: pointer;
}
.card__content {
  position: relative;
}
.card__content__inner {
  padding: 1.5em 1em 5em 1em;
}
@media only screen and (min-width: 1200px) {
  .card__content__inner {
    padding: 2.5em 2.5em 6em 2.5em;
  }
}
.card__headline {
  color: #090f23 !important;
}
.card__text {
  color: #787c8a !important;
  font-size: 0.9em;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.card__links {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
}
.card__links a {
  font-weight: 600;
  display: inline-block;
  padding-top: 0.5em;
  border-top: 1px solid #ebeef8;
  font-size: 0.8em;
  color: #6555FF;
}
.card__links a:not(:last-child) {
  margin-right: 1.5em;
}
.no-touchevents .card__links a:hover,
.card__links a:active {
  border-color: #6555FF;
}
@media only screen and (min-width: 1200px) {
  .card__links {
    left: 2.5em;
  }
}
.card__image {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .card__image {
    height: 100%;
  }
}
/* --- SECTION LOGOS --- */
.section--layout-logos {
  position: relative;
}
.section--layout-logos img {
  max-height: 2.5em;
  width: auto;
  margin: 0 auto;
  opacity: 0.5;
}
.section--layout-logos .button {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -25px 0 0 -75px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.section--layout-logos img,
.section--layout-logos .button {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.no-touchevents .section--layout-logos .section__content.has-button:hover img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.no-touchevents .section--layout-logos .section__content.has-button:hover .button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1199px) {
  .section--layout-logos .item {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1472px) {
  .section--layout-logos img {
    max-height: 2.75em;
  }
}
/* --- SECTION LOGOS LARGE --- */
.tags-filter__item {
  display: inline-block;
  color: #090f23;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
}
.tags-filter__item:after {
  -webkit-transition: all 0.5s cubic-bezier(0.98, 0, 0.31, 0.92);
  transition: all 0.5s cubic-bezier(0.98, 0, 0.31, 0.92);
  content: '';
  position: absolute;
  bottom: 0.8em;
  left: 0.4em;
  right: 1.5em;
  height: 5px;
  background: rgba(101, 85, 255, 0.3);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.tags-filter__item.tags-filter__item--active,
.no-touchevents .tags-filter__item:hover {
  color: #090f23;
}
.tags-filter__item.tags-filter__item--active:after,
.no-touchevents .tags-filter__item:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (min-width: 768px) {
  .tags-filter__item {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .tags-filter__item:after {
    left: 0.9em;
    right: 2em;
  }
}
.tags-filter-item--hidden {
  display: none;
}
.logo-grid__item {
  margin-bottom: 1rem;
}
.logo-grid__item img {
  max-height: 2.5em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .logo-grid__item {
    margin-bottom: 2rem;
  }
  .logo-grid__item img {
    max-height: 3em;
  }
}
.logo-grid__item__outer {
  position: relative;
  border: 1px solid #ebeef8;
  height: 100%;
  padding: 2.5em 2em;
  overflow: hidden;
}
.no-touchevents .logo-grid--with-tags .logo-grid__item__outer:hover {
  border-color: #6555FF;
}
.no-touchevents .logo-grid--with-tags .logo-grid__item__outer:hover img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.no-touchevents .logo-grid--with-tags .logo-grid__item__outer:hover .logo-grid__item__meta {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.logo-grid__item__inner {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .logo-grid__item__inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.logo-grid__item__meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6555FF;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.logo-grid__item__title,
.logo-grid__item__tags {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  white-space: nowrap;
}
.logo-grid__item__title {
  font-size: 0.9em;
  color: white;
  font-weight: 600;
}
.logo-grid__item__tags {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
/* --- SECTION HERO --- */
/* Headline slides */
.headline-slides {
  position: relative;
  white-space: nowrap;
  -webkit-perspective: 200px;
  perspective: 200px;
}
.headline-slides__item {
  -webkit-transition: -webkit-transform 0.3s ease, opacity 1s ease;
  transition: transform 0.3s ease, opacity 1s ease;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Positioning */
}
.headline-slides__item:not(.headline-slides__item--active) {
  -webkit-transform: rotateX(45deg) translateY(-100%);
  -moz-transform: rotateX(45deg) translateY(-100%);
  -ms-transform: rotateX(45deg) translateY(-100%);
  transform: rotateX(45deg) translateY(-100%);
  opacity: 0;
}
.headline-slides__item.headline-slides__item--out {
  -webkit-transform: rotateX(-45deg) translateY(100%);
  -moz-transform: rotateX(-45deg) translateY(100%);
  -ms-transform: rotateX(-45deg) translateY(100%);
  transform: rotateX(-45deg) translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.headline-slides__item:nth-child(2) {
  left: -100%;
}
.headline-slides__item:nth-child(3) {
  left: -200%;
}
.headline-slides__item:nth-child(4) {
  left: -300%;
}
/* Hero common styles */
.section[class*="section--layout-hero-"] h1:not(:last-child) {
  margin-bottom: 1em;
}
.section[class*="section--layout-hero-"] .lead--singleline {
  margin-top: -1em;
}
.section[class*="section--layout-hero-"] .subtitle:not(:last-child) {
  margin-bottom: 1em;
}
/* Visual compensation for header height */
.box--header-margin {
  margin-top: 1.5em;
}
/* Hero 2 */
.section--layout-hero-2 .hero-illustration {
  width: auto;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .section--layout-hero-2 .hero-illustration {
    max-width: 100% !important;
  }
  .section--layout-hero-2 .hero-illustration--middle {
    margin-bottom: 3em;
  }
  .section--layout-hero-2 .box--text {
    margin-top: 3em;
    padding-bottom: 3em !important;
  }
}
@media only screen and (min-width: 992px) {
  .section--layout-hero-2 .hero__right .box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section--layout-hero-2 .hero__left__inner {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .section--layout-hero-2 .hero-illustration {
    position: absolute;
    left: 5%;
  }
  .section--layout-hero-2 .hero-illustration--bottom {
    bottom: 0;
  }
  .section--layout-hero-2 .hero-illustration--middle {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media screen and (min-height: 950px) and (min-width: 768px) {
  .section--layout-hero-2 .row--height-full {
    min-height: 950px;
  }
}
/* Hero 4 */
.section--layout-hero-4 .hero-illustration-wrap {
  background: #f4f5fa;
  max-width: 1596px;
  padding: 4em;
}
.section--layout-hero-4 .hero-illustration-wrap img {
  max-height: 300px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .section--layout-hero-4 .hero-illustration-wrap {
    padding: 7em;
  }
  .section--layout-hero-4 .hero-illustration-wrap img {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .section--layout-hero-4 .hero-illustration-wrap {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }
}
/* Hero 5 */
@media screen and (min-height: 950px) and (min-width: 768px) {
  .section--layout-hero-5 .row--height-full {
    min-height: 950px;
  }
}
/* 404 */
.section--layout-hero-404 .section__bg__text {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  letter-spacing: -0.15em;
  text-indent: -0.15em;
  font-size: 90vw;
  opacity: 0.05;
  mix-blend-mode: overlay;
  line-height: 0;
}
.section--layout-hero-404 .section__bg__text > span {
  color: white;
}
@media only screen and (min-width: 1200px) {
  .section--layout-hero-404 .section__bg__text {
    font-size: 35vw;
    top: 44%;
  }
}
.section--layout-hero-404 .section__content .button {
  margin-top: 2em;
}
.image-404 {
  width: 70px;
  height: 70px;
  margin-bottom: 2em;
}
@media only screen and (min-width: 992px) {
  .image-404 {
    width: 100px;
    height: 100px;
  }
}
/* --- SVG DIVIDER --- */
.svg-divider__md,
.svg-divider__lg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .svg-divider__sm,
  .svg-divider__lg {
    display: none;
  }
  .svg-divider__md {
    display: block;
  }
}
@media only screen and (min-width: 1472px) {
  .svg-divider__sm,
  .svg-divider__md {
    display: none;
  }
  .svg-divider__lg {
    display: block;
  }
}
/* --- SECTION ENDORSEMENTS --- */
/* This section CSS / Markup should be rewritten as the layout has been simplified and the markup / css is grotesquely over-complicated */
.masonry {
  margin-bottom: -2em;
}
.masonry__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.masonry__item__inner {
  padding: 3em;
  text-align: center;
}
.masonry__item--quote {
  background: white;
  -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
  -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
  box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
}
.masonry__item--logo img {
  display: block;
  max-height: 3.5em;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .masonry__item {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
    -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
    box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
  }
  .masonry__item--square {
    width: 40vw;
    height: 40vw;
  }
  .masonry__item--2,
  .masonry__item--5 {
    margin: -40vw 0 0 40vw;
  }
}
@media only screen and (min-width: 768px) {
  .masonry__item {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .masonry {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
  }
  .masonry__item {
    width: 50%;
    margin: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .masonry {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    height: 600px;
  }
  .masonry__item--fill {
    flex: 2 ;
    overflow: hidden;
  }
}
/* --- SECTION QUOTES --- */
@media only screen and (max-width: 991px) {
  .blockquote-grid {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.blockquote-grid__item {
  margin-bottom: 1.5em;
}
.blockquote-grid__item .box {
  padding: 2em 0;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.blockquote-grid__item blockquote {
  position: relative;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.blockquote-grid__item:not(.blockquote-grid__item--with-bg) .box {
  background: white;
  -webkit-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
  -moz-box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
  box-shadow: 0 0.3em 2em rgba(9, 15, 35, 0.1);
}
.blockquote-grid__item.blockquote-grid__item--with-bg * {
  color: white;
}
@media only screen and (min-width: 992px) {
  .blockquote-grid__item {
    margin-bottom: 2em;
  }
  .blockquote-grid__item .box {
    padding: 3em 1.5em;
  }
}
/* --- SECTION BACKGROUND --- */
/* Basic styles */
.section__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -999;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section__bg.section__bg--on-top {
  z-index: inherit;
}
.section__bg__media {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  will-change: opacity;
}
.section__bg__media video,
.section__bg__media img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section__bg__media-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: -moz-linear-gradient(top, rgba(12, 17, 30, 0) 0%, rgba(12, 17, 30, 0.7) 100%);
  background-image: -webkit-linear-gradient(top, rgba(12, 17, 30, 0) 0%, rgba(12, 17, 30, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(12, 17, 30, 0) 0%, rgba(12, 17, 30, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(12, 17, 30, 0)', endColorstr='rgba(12, 17, 30, 0.7)', GradientType=0);
}
video {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.video--hidden {
  opacity: 0;
}
/* --- SECTION THEMES --- */
.section--theme-light p,
.section--theme-light .subtitle,
.section--theme-light .feature-navigation ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.section--theme-light p a:not(.button) {
  border-bottom-color: white;
  color: white;
}
.section--theme-light h1,
.section--theme-light h2,
.section--theme-light h3,
.section--theme-light h4,
.section--theme-light h5,
.section--theme-light h6,
.section--theme-light subtitle,
.section--theme-light blockquote,
.section--theme-light .button-link,
.section--theme-light .feature-navigation > li > a span,
.no-touchevents .section--theme-light .feature-navigation li a:hover,
.section--theme-light .font-bold-dark {
  color: white;
}
.section--theme-light .button-link {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.section--theme-light .u-divider {
  background: rgba(255, 255, 255, 0.2);
}
.section--theme-light .column-grid--boxed .box:before,
.no-touchevents .section--theme-light .column-grid--clickable .column-grid__item:hover .box:before {
  background: rgba(255, 255, 255, 0.2) !important;
}
.section--theme-light .lead a:not(.button) {
  color: white;
  border-bottom-color: white;
}
.section--theme-light .fill--auto-hp {
  fill: white;
}
.section--theme-light .fill--auto-lp {
  display: none;
}
.section--theme-light .stroke--auto-hp {
  stroke: white;
}
.section--theme-light .stroke--auto-lp {
  display: none;
}
.section--theme-light .feature-navigation li a:before,
.section--theme-light .accordion__trigger__icon:after,
.section--theme-light .accordion__trigger__icon:before {
  background: white;
}
.section--theme-light .help-icon {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.no-touchevents .section--theme-light .help-icon:hover,
.section--theme-light .help-icon:active {
  border-color: white;
  background: white;
  color: #090f23;
}
@media only screen and (max-width: 767px) {
  .section--theme-light .feature-navigation li {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .section--theme-light .feature-navigation > li {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
/* Dark theme */
.section--theme-dark p,
.section--theme-dark .subtitle,
.section--theme-dark .feature-navigation ul li a {
  color: rgba(9, 15, 35, 0.65);
}
.section--theme-dark p a:not(.button) {
  border-bottom-color: rgba(9, 15, 35, 0.9);
  color: rgba(9, 15, 35, 0.9);
}
.section--theme-dark h1,
.section--theme-dark h2,
.section--theme-dark h3,
.section--theme-dark h4,
.section--theme-dark h5,
.section--theme-dark h6,
.section--theme-dark subtitle,
.section--theme-dark blockquote,
.section--theme-dark .button-link,
.section--theme-dark .feature-navigation > li > a span,
.no-touchevents .section--theme-dark .feature-navigation li a:hover {
  color: rgba(9, 15, 35, 0.9);
}
.section--theme-dark .button-link {
  border-bottom-color: rgba(9, 15, 35, 0.3);
}
.section--theme-dark .u-divider {
  background: rgba(9, 15, 35, 0.1);
}
.section--theme-dark .column-grid--boxed .box:before,
.no-touchevents .section--theme-dark .column-grid--clickable .column-grid__item:hover .box:before {
  background: rgba(0, 0, 0, 0.1) !important;
}
.section--theme-dark .lead a:not(.button),
.section--theme-dark .button-link {
  color: rgba(9, 15, 35, 0.9);
  border-bottom-color: rgba(9, 15, 35, 0.9);
}
.section--theme-dark .fill--auto-hp {
  fill: rgba(9, 15, 35, 0.9);
}
.section--theme-dark .fill--auto-lp {
  display: none;
}
.section--theme-dark .stroke--auto-hp {
  stroke: rgba(9, 15, 35, 0.9);
}
.section--theme-dark .stroke--auto-lp {
  display: none;
}
.section--theme-dark .feature-navigation li a:before {
  background: rgba(9, 15, 35, 0.9);
}
@media only screen and (max-width: 767px) {
  .section--theme-dark .feature-navigation li {
    border-color: rgba(9, 15, 35, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .section--theme-dark .feature-navigation > li {
    border-left-color: rgba(9, 15, 35, 0.1);
  }
}
/* Primary theme */
.section--bg-primary .section__bg {
  background: #6555FF;
}
.section--bg-primary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Secondary theme */
.section--bg-secondary .section__bg {
  background: #02A6A8;
}
.section--bg-secondary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Tertiary theme */
.section--bg-tertiary .section__bg {
  background: #FF365B;
}
.section--bg-tertiary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Quaternary theme */
.section--bg-quaternary .section__bg {
  background: #FFE17A;
}
.section--bg-quaternary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Gray lighter theme */
.section--bg-gray-lighter .section__bg {
  background: #eceff7;
}
/* Gray light theme */
.section--bg-gray-light .section__bg {
  background: #f4f5fa;
}
/* Gray dark theme */
.section--bg-gray-dark .subtitle {
  color: #c1bbff;
}
.section--bg-gray-dark .section__bg {
  background: #090f23;
}
/* Gray dark theme */
.section--bg-gray-darker .subtitle {
  color: #c1bbff;
}
.section--bg-gray-darker .section__bg {
  background: #0c111e;
}
/* Black theme */
.section--bg-black .subtitle {
  color: #c1bbff;
}
.section--bg-black .section__bg {
  background: #010204;
}
/* Primary Gradient theme */
.section--bg-gradient-primary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Secondary Gradient theme */
.section--bg-gradient-secondary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Tertiary Gradient theme */
.section--bg-gradient-tertiary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Quaternary Gradient theme */
.section--bg-gradient-quaternary .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/* Gray Light Gradient theme */
/* Gray Dark Gradient theme */
.section--bg-gradient-gray-dark .subtitle {
  color: #c1bbff;
}
/* Custom theme 1 */
.section--bg-custom-1 .section__bg {
  background-color: #FFFB92;
}
/* Alignment */
.u-align-center {
  text-align: center;
}
.u-align-center img,
.u-align-center video,
.u-align-center svg,
.u-align-center .icon,
.u-align-center div {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-align-left {
  text-align: left !important;
}
.u-align-right {
  text-align: right !important;
}
@media only screen and (min-width: 768px) {
  .u-align-right-sm {
    text-align: right;
  }
}
.u-pull-up {
  margin-top: -1em;
}
/* Opacity */
.u-opacity-15 {
  opacity: 0.15;
}
/* Position */
.u-position-relative {
  position: relative;
}
/* Transform origin */
.u-transform-origin-left {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
/* Headline margin */
.u-decrease-headline-margin h1,
.u-decrease-headline-margin .h1,
.u-decrease-headline-margin h2,
.u-decrease-headline-margin .h2,
.u-decrease-headline-margin h3,
.u-decrease-headline-margin .h3,
.u-decrease-headline-margin h4,
.u-decrease-headline-margin .h4,
.u-decrease-headline-margin h5,
.u-decrease-headline-margin .h5,
.u-decrease-headline-margin h6,
.u-decrease-headline-margin .h6 {
  margin-bottom: 0.5em;
}
/* Dividers */
.u-divider {
  display: block;
  height: 1px;
  background: #ebeef8;
}
.u-divider:not(.u-divider--left) {
  margin-left: auto;
  margin-right: auto;
}
.u-divider--sm {
  display: block;
  height: 2px;
  width: 30px;
}
.u-divider--primary {
  background: #6555FF;
}
/* Colors */
.u-bg-primary {
  background: #6555FF;
}
.u-bg-secondary {
  background: #02A6A8;
}
.u-bg-tertiary {
  background: #FF365B;
}
.u-bg-quaternary {
  background: #FFE17A;
}
.u-bg-light {
  background: #f4f5fa;
}
.u-bg-dark {
  background: #090f23;
}
.u-bg-white {
  background: white;
}
.u-bg-success {
  background: #30DCAA;
}
.u-bg-danger {
  background: #FF2454;
}
.u-bg-danger-tint-90 {
  background: #ffe9ee;
}
.u-bg-audienceproject {
  background: #9ea1ab;
}
.u-bg-adform {
  background: #D3BE26;
}
.u-bg-doubleclick_for_publishers {
  background: #24AA37;
}
.u-bg-gradient-primary,
.spinner,
.section--bg-gradient-primary .section__bg {
  background-image: -moz-linear-gradient(-45deg, #9084ff 0%, #6555FF 100%);
  background-image: -webkit-linear-gradient(-45deg, #9084ff 0%, #6555FF 100%);
  background-image: linear-gradient(135deg, #9084ff 0%, #6555FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9084ff', endColorstr='#6555FF', GradientType=1);
}
.u-bg-gradient-secondary,
.section--bg-gradient-secondary .section__bg {
  background-image: -moz-linear-gradient(-45deg, #28c9ca 0%, #02A6A8 100%);
  background-image: -webkit-linear-gradient(-45deg, #28c9ca 0%, #02A6A8 100%);
  background-image: linear-gradient(135deg, #28c9ca 0%, #02A6A8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28c9ca', endColorstr='#02A6A8', GradientType=1);
}
.u-bg-gradient-tertiary,
.section--bg-gradient-tertiary .section__bg {
  background-image: -moz-linear-gradient(-45deg, #ff6a85 0%, #FF365B 100%);
  background-image: -webkit-linear-gradient(-45deg, #ff6a85 0%, #FF365B 100%);
  background-image: linear-gradient(135deg, #ff6a85 0%, #FF365B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a85', endColorstr='#FF365B', GradientType=1);
}
.u-bg-gradient-quaternary,
.section--bg-gradient-quaternary .section__bg {
  background-image: -moz-linear-gradient(-45deg, #ffeaa4 0%, #FFE17A 100%);
  background-image: -webkit-linear-gradient(-45deg, #ffeaa4 0%, #FFE17A 100%);
  background-image: linear-gradient(135deg, #ffeaa4 0%, #FFE17A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaa4', endColorstr='#FFE17A', GradientType=1);
}
.u-bg-gradient-gray-dark,
.section--bg-gradient-gray-dark .section__bg {
  background-image: -moz-linear-gradient(-45deg, #323b55 0%, #090f23 100%);
  background-image: -webkit-linear-gradient(-45deg, #323b55 0%, #090f23 100%);
  background-image: linear-gradient(135deg, #323b55 0%, #090f23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323b55', endColorstr='#090f23', GradientType=1);
}
.u-bg-gradient-gray-regular {
  background-image: -moz-linear-gradient(-45deg, #989ba5 0%, #787c8a 100%);
  background-image: -webkit-linear-gradient(-45deg, #989ba5 0%, #787c8a 100%);
  background-image: linear-gradient(135deg, #989ba5 0%, #787c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989ba5', endColorstr='#787c8a', GradientType=1);
}
.u-bg-gradient-gray-light,
.footer__company:after,
.footer__company:before,
.section--bg-gradient-gray-light .section__bg {
  background-image: -moz-linear-gradient(-45deg, #ffffff 0%, #f4f5fa 100%);
  background-image: -webkit-linear-gradient(-45deg, #ffffff 0%, #f4f5fa 100%);
  background-image: linear-gradient(135deg, #ffffff 0%, #f4f5fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5fa', GradientType=1);
}
.u-bg-gradient-wild-1 {
  background-image: -moz-linear-gradient(-45deg, #02A6A8 0%, #6555FF 100%);
  background-image: -webkit-linear-gradient(-45deg, #02A6A8 0%, #6555FF 100%);
  background-image: linear-gradient(135deg, #02A6A8 0%, #6555FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02A6A8', endColorstr='#6555FF', GradientType=1);
}
.u-bg-gradient-wild-2 {
  background-image: -moz-linear-gradient(-45deg, #FF365B 0%, #FFE17A 100%);
  background-image: -webkit-linear-gradient(-45deg, #FF365B 0%, #FFE17A 100%);
  background-image: linear-gradient(135deg, #FF365B 0%, #FFE17A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF365B', endColorstr='#FFE17A', GradientType=1);
}
.u-tinted-bg-danger {
  background: #ffe9ee;
}
.u-tinted-bg-success {
  background: #eafcf7;
}
.u-tinted-bg-audienceproject {
  background: #f4f5fa;
}
.u-tinted-bg-adform {
  background: #fbf9e9;
}
.u-tinted-bg-doubleclick_for_publishers {
  background: #e9f7eb;
}
/* Font */
.u-font-weight-normal {
  font-weight: 400;
}
.u-font-weight-semi-bold {
  font-weight: 600;
}
.u-font-weight-bold {
  font-weight: 700;
}
.u-color-gray-light {
  color: #9ea1ab;
}
.u-color-gray-regular {
  color: #787c8a;
}
.u-color-gray-dark {
  color: #090f23;
}
.u-color-primary {
  color: #6555FF;
}
.u-uppercase {
  text-transform: uppercase;
}
/* Hide and show utility */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .u-show-on-sm,
  .u-show-on-md,
  .u-show-on-lg,
  .u-show-on-xl {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .u-show-on-xs,
  .u-show-on-md,
  .u-show-on-lg,
  .u-show-on-xl {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .u-show-on-xs,
  .u-show-on-md,
  .u-show-on-lg,
  .u-show-on-xl {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1472px-calc) {
  .u-show-on-xs,
  .u-show-on-sm,
  .u-show-on-md,
  .u-show-on-xl {
    display: none;
  }
}
@media only screen and (min-width: 1472px) {
  .u-show-on-xs,
  .u-show-on-sm,
  .u-show-on-md,
  .u-show-on-lg {
    display: none;
  }
}
/* Remove cursor events */
.u-pointer-events-none {
  pointer-events: none;
}
/* Child theme specific files */
/* UserReport colors */
/*# sourceMappingURL=main.css.map */