/* Max Width of #page wrapper */
/* Responsive Breakpoints */
/* --- Shortcuts --- */
/* --- Typography --- */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Light.woff2") format("woff2"), url("../fonts/Metropolis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2"), url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.woff2") format("woff2"), url("../fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2"), url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Uncomment and set these variables to customize the grid. */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.row_vstretch .col-xs,
.row_vstretch .col-xs-1,
.row_vstretch .col-xs-2,
.row_vstretch .col-xs-3,
.row_vstretch .col-xs-4,
.row_vstretch .col-xs-5,
.row_vstretch .col-xs-6,
.row_vstretch .col-xs-7,
.row_vstretch .col-xs-8,
.row_vstretch .col-xs-9,
.row_vstretch .col-xs-10,
.row_vstretch .col-xs-11,
.row_vstretch .col-xs-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-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;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.col-xs img,
.col-xs-1 img,
.col-xs-2 img,
.col-xs-3 img,
.col-xs-4 img,
.col-xs-5 img,
.col-xs-6 img,
.col-xs-7 img,
.col-xs-8 img,
.col-xs-9 img,
.col-xs-10 img,
.col-xs-11 img,
.col-xs-12 img {
  height: auto;
  max-width: 100%;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 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 {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 880px) {
  .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.btn {
  pointer-events: all;
  transition: all 200ms ease;
  background-color: #24343C;
  border-radius: 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  height: 38px;
  padding: 0 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border: none;
}
.btn:hover {
  transform: scale(1.05);
}

.btn-size-lg {
  font-size: 25px;
  padding: 0 30px;
  height: 54px;
}

.btn-primary {
  background-color: #FF5722;
}

.btn-read-more {
  float: right;
}

@media all and (max-width: 879px) {
  .btn-read-more {
    width: 100%;
  }
}

.switch-field {
  pointer-events: all;
  display: flex;
  margin: 0 auto 12px auto;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
}
.switch-field input:checked + label {
  background-color: #FF5722;
  box-shadow: none;
  color: #FFF;
}
.switch-field label {
  background-color: #FFF;
  color: #24343C;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 12px 24px;
  margin-right: -1px;
  border: 2px solid #FF5722;
  transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field label:first-of-type {
  border-radius: 16px 0 0 16px;
}
.switch-field label:last-of-type {
  border-radius: 0 16px 16px 0;
}

.hide {
  display: none !important;
}

.modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 52, 60, 0.92);
  position: fixed;
  z-index: 1000;
}
.modal-wrapper .modal {
  background-color: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  max-width: 620px;
  width: calc(100% - 12px);
}
.modal-wrapper .modal.modal-xl {
  max-width: 880px;
}
.modal-wrapper .modal-header {
  font-size: 25px;
  border-bottom: 1px solid #E7EBED;
  padding-bottom: 18px;
  position: relative;
}
.modal-wrapper .modal-header .btn-close {
  transition: all 250ms ease;
  height: 34px;
  width: 34px;
  background: url("/img/icon_dark_close.svg") no-repeat center;
  background-size: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-wrapper .modal-header .btn-close:hover {
  transform: scale(1.1);
}
.modal-wrapper .modal-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 18px 0;
}
.modal-wrapper .modal-body p:last-child {
  margin-bottom: 0;
}
.modal-wrapper .modal-footer {
  border-top: 1px solid #E7EBED;
  padding-top: 18px;
}
@media all and (max-width: 880px) {
  .modal-wrapper .modal-body {
    max-height: calc(100vh - 280px);
  }
}

/* Core */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide--ttb > .splide__pagination {
  width: auto;
}

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

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 95%;
}

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

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  outline: none;
  position: relative;
}

.splide__slide {
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

/* Custom Styles */
.splide__arrows .splide__arrow {
  cursor: pointer;
  transition: all 250ms ease;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-appearance: none;
}
.splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
.splide__arrows .splide__arrow:hover {
  transform: scale(1.2);
}
.splide__arrows .splide__arrow svg {
  display: none;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("/img/icon_arrow_l.svg");
  left: 0;
}
.splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("/img/icon_arrow_r.svg");
  right: 0;
}

.splide__pagination {
  padding: 18px 0 0 0;
  width: 100%;
}
.splide__pagination .splide__pagination__page {
  transition: all 250ms ease;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 100%;
  padding: 0;
  margin: 0 4px;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1.2);
  background-color: #FFF;
}
.splide__pagination .splide__pagination__page:hover {
  transform: scale(1.2);
}

/* Cookie Banner */
.cookie-banner {
  background: linear-gradient(rgba(255, 87, 34, 0), #ff5722);
  left: 0;
  position: fixed;
  bottom: 0;
  padding: 12px;
  width: 100%;
  z-index: 1000;
}
.cookie-banner .cookie-banner-wrapper {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  background: #FFF;
  border-radius: 3px;
  border-top: 3px solid #FF5722;
  max-width: 900px;
  padding: 12px;
  margin: 0 auto;
  width: 100%;
}
.cookie-banner .cookie-banner-text {
  border-bottom: 1px solid #E7EBED;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 0 0 12px 0;
}
.cookie-banner .cookie-banner-text p {
  margin-bottom: 0;
}
.cookie-banner .cookie-banner-text strong {
  display: block;
  margin-bottom: 2px;
}
.cookie-banner .cookie-banner-text a {
  text-decoration: underline;
}
.cookie-banner .cookie-banner-decline,
.cookie-banner .cookie-banner-accept {
  margin-right: 12px;
}
.cookie-banner .cookie-banner-decline {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Metropolis", "Proxima Nova", sans-serif;
  color: #24343C;
  font-size: 16px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

a {
  color: #FF5722;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

.mb-1 {
  margin-bottom: 6px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 18px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mb-5 {
  margin-bottom: 30px;
}

.mb-6 {
  margin-bottom: 36px;
}

.mb-7 {
  margin-bottom: 42px;
}

@media all and (max-width: 1024px) {
  .mb-md-1 {
    margin-bottom: 6px;
  }
  .mb-md-2 {
    margin-bottom: 12px;
  }
  .mb-md-3 {
    margin-bottom: 18px;
  }
  .mb-md-4 {
    margin-bottom: 24px;
  }
  .mb-md-5 {
    margin-bottom: 30px;
  }
  .mb-md-6 {
    margin-bottom: 36px;
  }
  .mb-md-7 {
    margin-bottom: 42px;
  }
}
@media all and (max-width: 880px) {
  .mb-xs-1 {
    margin-bottom: 6px;
  }
  .mb-xs-2 {
    margin-bottom: 12px;
  }
  .mb-xs-3 {
    margin-bottom: 18px;
  }
  .mb-xs-4 {
    margin-bottom: 24px;
  }
  .mb-xs-5 {
    margin-bottom: 30px;
  }
  .mb-xs-6 {
    margin-bottom: 36px;
  }
  .mb-xs-7 {
    margin-bottom: 42px;
  }
}
.intro {
  font-size: 25px;
}

p {
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.hero {
  background: url("/img/bg_hero.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 86px 0;
  min-height: 650px;
  height: 80vh;
  color: #FFF;
  position: relative;
}
.hero .appstore-links-wrapper {
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.hero .appstore-links {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
.hero .appstore-links a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
  max-width: 150px;
  width: 50%;
  height: 44px;
  margin-left: 12px;
}
.hero .appstore-links a.apple {
  background-image: url("/img/app_apple.png");
}
.hero .appstore-links a.android {
  background-image: url("/img/app_android.png");
}
@media all and (max-width: 1280px) {
  .hero {
    min-height: 0;
    height: auto;
  }
  .hero .hero-title {
    font-size: 51px;
  }
  .hero .hero-overline {
    font-size: 36px;
  }
  .hero .btn {
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
}
@media all and (max-width: 880px) {
  .hero {
    min-height: 0;
    height: auto;
    text-align: center;
  }
  .hero .btn {
    transform: scale(0.7);
    margin: 0 auto;
    display: inline-flex;
    transform-origin: 50% 50%;
  }
  .hero .hero-title {
    font-size: 36px;
  }
  .hero .hero-overline {
    font-size: 25px;
  }
  .hero .appstore-links-wrapper .appstore-links {
    justify-content: center;
  }
}

.hero-overline {
  display: block;
  font-weight: 300;
  font-size: 36px;
}

.hero-title {
  font-size: 86px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.3em 0;
}

.hero-video {
  box-shadow: 0 24px 48px rgba(36, 52, 60, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  position: relative;
}
.hero-video img {
  border-radius: 18px;
  display: block;
}
.hero-video .btn-play {
  background: url("/img/icon_play.svg") no-repeat center;
  background-size: 50%;
  border-radius: 100%;
  border: 2px solid #FFF;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -55px;
  height: 110px;
  width: 110px;
  position: absolute;
  z-index: 20;
}
.hero-video .btn-play:after {
  transition: all 600ms ease;
  content: "";
  border-radius: 100%;
  border: 2px solid #FFF;
  height: 100%;
  width: 100%;
  left: -2px;
  top: -2px;
  position: absolute;
  opacity: 0.8;
}
.hero-video .btn-play:hover:after {
  transform: scale(1.6);
  opacity: 0;
}
.hero-video:after {
  border-radius: 18px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.header {
  transition: all 250ms ease;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media all and (max-width: 1024px) {
  .header .nav-main li {
    padding: 0 12px !important;
  }
}
@media all and (min-width: 880px) {
  .header.header-sticky {
    background-color: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 0;
  }
  .header.header-sticky a:not(.btn) {
    color: #24343C;
  }
  .header.header-sticky .logo svg *[fill="#FFFFFF"] {
    fill: #24343C;
  }
  .header.header-sticky .nav-main li a:not(.btn):hover {
    border-bottom: 1px solid #24343C;
  }
}
.header .logo {
  transition: all 250ms ease;
  width: 220px;
}
.header .logo svg * {
  transition: all 250ms ease;
}
.header a {
  color: #FFF;
  text-decoration: none;
}
.header .grid-wrapper {
  display: flex;
}
.header .nav-main {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
}
.header .nav-main ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .nav-main li {
  padding: 0 12px;
  text-transform: uppercase;
}
.header .nav-main li a:not(.btn) {
  font-weight: 600;
}
.header .nav-main li a:not(.btn):hover {
  border-bottom: 1px solid #FFF;
}
.header .nav-main li:last-child {
  padding-right: 0;
}
@media all and (max-width: 880px) {
  .header .nav-main {
    display: none;
  }
}

@media all and (max-width: 1034px) {
  li > a.btn {
    display: none;
  }
}

.section {
  padding: 6rem 0;
}
@media all and (max-width: 1024px) {
  .section {
    padding: 4rem 0;
  }
}
#extra-features {
  padding-bottom: 2rem;
}
.section.section-primary {
  background: #FF5722;
  color: #FFF;
}
.section.section-primary .section-headline {
  color: #FFF;
}
.section.section-dark {
  background: #24343C;
  color: #FFF;
}
.section.section-dark .section-headline {
  color: #FFF;
}
.section.section-dark .section-headline:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.section.section-light {
  background: #E7EBED;
}
.section.section-layered-peaks {
  background-image: url("/img/layered-peaks.svg"), linear-gradient(#24343C 85%, #FF5722 85%);
  background-repeat: no-repeat;
  background-position: center bottom, center bottom;
  background-size: 100% auto, auto;
  padding-bottom: 10vw;
}

.section-headline {
  color: #FF5722;
  font-size: 51px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
}
.section-headline:before {
  background-color: #24343C;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  position: absolute;
}

.headline {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 20px 0;
}
.headline:before {
  background-color: #24343C;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  position: absolute;
}

.subhead {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.row-wrapper {
  overflow: hidden;
}

.text ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.text ul li {
  padding: 0 0 0 18px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: url("/img/icon_dark_arrow_r.svg") no-repeat -4px center;
  background-size: 16px;
  height: 20px;
  width: 20px;
  left: 0;
  top: 2px;
  position: absolute;
}

.grid-wrapper {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1600px;
  width: 100%;
}

.box {
  background-color: #FFF;
  border-radius: 12px;
  padding: 48px;
  text-align: center;
}
.box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FF5722;
  height: 88px;
  width: 88px;
  margin: 0 auto 18px;
}
.box .icon img {
  width: 60%;
}
.box p {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 0;
}
.box .box-title {
  display: block;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media all and (max-width: 880px) {
  .box {
    margin-bottom: 24px;
    padding: 18px;
  }
}
@media all and (max-width: 1024px) {
  .box .icon {
    width: 66px;
    height: 66px;
  }
  .box .box-title {
    font-size: 25px;
  }
  .box p {
    font-size: 18px;
  }
}

@media all and (max-width: 880px) {
  .col-sm-4:last-child .box {
    margin-bottom: 0;
  }
}
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checklist li {
  margin: 0 0 18px 0;
  padding: 0 0 0 48px;
  position: relative;
}
.checklist li:before {
  content: "";
  background: url("/img/icon_check.svg") no-repeat center;
  background-size: 80%;
  left: 0;
  top: 5px;
  background-color: #FF5722;
  border-radius: 100%;
  height: 36px;
  width: 36px;
  position: absolute;
}
@media all and (max-width: 880px) {
  .checklist li {
    padding: 0 0 0 36px;
  }
  .checklist li:before {
    height: 24px;
    width: 24px;
    top: 0;
  }
}

.iconlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconlist li {
  margin: 0 0 18px 0;
  padding: 0 0 0 78px;
  position: relative;
}
.iconlist li:before {
  content: "";
  display: inline-block;
  background-size: contain no-repeat;
  resize: both;
  left: 0;
  top: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: absolute;
}

.iconlist li.clock:before {
  background-image: url("/img/icon-live-data-clock.svg");
  background-size: contain;
}

.iconlist li.fingertip:before {
  background-image: url("/img/icon-live-data-fingertip.svg");
  background-size: contain;
}

.iconlist li.simplicity:before {
  background-image: url("/img/icon-player-simplicity.svg");
  background-size: contain;
}

.iconlist li.displays:before {
  background-image: url("/img/icon-player-displays.svg");
  background-size: contain;
}

.iconlist li.intuitive:before {
  background-image: url("/img/icon-intuitive-viewing.svg");
  background-size: contain;
}

.iconlist li.display-on:before {
  background-image: url("/img/icon-keep-display-on.svg");
  background-size: contain;
}

@media all and (max-width: 880px) {
  .iconlist li {
    padding: 0 0 0 52px;
  }
  .iconlist li:before {
    display: inline-block;
    height: 40px;
    width: 40px;
    top: 3px;
  }
}

@media (max-width: 879px) {
  .reverse-container {
    /* Setup Flexbox */ 
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    /* Reverse Column Order */ 
    -webkit-flex-flow: column-reverse; 
    flex-flow: column-reverse; 
  }
}

@media (max-width: 879px) {
  #feature-img {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
  }
}
.quote {
  text-align: center;
}
.quote p {
  font-size: 25px;
  font-weight: 300;
  max-width: 860px;
  margin: 0 auto 0.5em auto;
}
.quote strong {
  display: block;
}
.quote span {
  display: block;
  font-weight: bold;
}

.section-pricing {
  position: relative;
}
.section-pricing .grid-wrapper {
  position: relative;
  z-index: 10;
}
.section-pricing .bg-typo {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  font-size: 51px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.section-pricing .bg-typo:after {
  pointer-events: none;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  content: "";
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  position: absolute;
}
.section-pricing .bg-typo div span {
  cursor: default;
  color: rgba(36, 52, 60, 0.1);
  transition: color 1s ease;
  padding: 0 0.3vw;
}
.section-pricing .bg-typo div span:hover {
  color: rgba(36, 52, 60, 0.3);
}
.section-pricing .bg-typo div:nth-child(1), .section-pricing .bg-typo div:nth-child(5), .section-pricing .bg-typo div:nth-child(13) {
  transform: translate3d(-50%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(2), .section-pricing .bg-typo div:nth-child(6), .section-pricing .bg-typo div:nth-child(14) {
  transform: translate3d(-75%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(3), .section-pricing .bg-typo div:nth-child(7), .section-pricing .bg-typo div:nth-child(15) {
  transform: translate3d(-100%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(4), .section-pricing .bg-typo div:nth-child(8), .section-pricing .bg-typo div:nth-child(16) {
  transform: translate3d(-125%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(5), .section-pricing .bg-typo div:nth-child(9), .section-pricing .bg-typo div:nth-child(17) {
  transform: translate3d(-75%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(6), .section-pricing .bg-typo div:nth-child(10), .section-pricing .bg-typo div:nth-child(18) {
  transform: translate3d(0%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(7), .section-pricing .bg-typo div:nth-child(11), .section-pricing .bg-typo div:nth-child(19) {
  transform: translate3d(-50%, 0px, 0px);
}
.section-pricing .bg-typo div:nth-child(8), .section-pricing .bg-typo div:nth-child(12), .section-pricing .bg-typo div:nth-child(20) {
  transform: translate3d(-25%, 0px, 0px);
}
.section-pricing .btn-show-features {
  right: 0;
  top: 12px;
  position: absolute;
}
@media all and (max-width: 880px) {
  .section-pricing .bg-typo {
    font-size: 25px;
  }
  .section-pricing .btn-show-features {
    transform: translate3d(50%, 0, 0);
    right: 50%;
    top: auto;
    bottom: -3.5rem;
  }
}

.pricing-box {
  background-color: #FFF;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  margin: 0 auto;
  padding: 24px 12px 12px;
  max-width: 880px;
  width: 100%;
  text-align: center;
}
.pricing-box .switch-field {
  margin-bottom: 36px;
  max-width: 450px;
  text-transform: uppercase;
}
.pricing-box .switch-field label {
  font-size: 18px;
  width: 50%;
}
@media all and (max-width: 880px) {
  .pricing-box .switch-field label {
    font-size: 16px;
  }
}
.pricing-box .plans {
  text-align: left;
}
.pricing-box .plans .col-xs-12 {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}
.pricing-box .plans .col-xs-12:first-child {
  border-right: 1px solid #E7EBED;
}
@media all and (max-width: 880px) {
  .pricing-box .plans .col-xs-12:first-child {
    border-right: none;
    border-bottom: 1px solid #E7EBED;
    margin-bottom: 18px;
  }
}
.pricing-box .plans .col-xs-12 .plan-details {
  flex: 1 1 auto;
  height: 100%;
}
.pricing-box .plans .col-xs-12 .plan-price {
  padding: 24px 0 18px;
  text-align: center;
}
.pricing-box .plans .plan-header {
  padding: 0 0 18px 0;
}
.pricing-box .plans .plan-header p {
  font-size: 18px;
}
.pricing-box .plans .plan-details {
  border-bottom: 1px solid #cad3d7;
  border-top: 1px solid #cad3d7;
  padding: 18px 0;
}
.pricing-box .plans .plan-details .plan-details-section {
  border-top: 1px solid #E7EBED;
  padding: 12px 0;
  min-height: 6.2em;
}
.pricing-box .plans .plan-details .plan-details-section:first-child {
  border-top: none;
  padding-top: 0;
}
.pricing-box .plans .plan-details .plan-details-section.not-available {
  color: rgba(149, 167, 177, 0.75);
  pointer-events: none;
}
@media all and (max-width: 880px) {
  .pricing-box .plans .plan-details .plan-details-section.not-available {
    display: none;
  }
}
.pricing-box .plans .plan-details strong {
  display: block;
}
.pricing-box .value {
  color: #FF5722;
  display: block;
  font-size: 51px;
  font-weight: bold;
  line-height: 1;
}
.pricing-box .subline {
  display: block;
  font-size: 25px;
  margin-bottom: 18px;
  line-height: 1.2;
}
.pricing-box .headline {
  font-size: 25px;
  margin-bottom: 6px;
  padding: 0;
  position: relative;
  text-transform: none;
}
.pricing-box .headline span {
  font-weight: 300;
}
.pricing-box .headline .pro {
  border-radius: 30px;
  background: linear-gradient(-15deg, #24343C, #466675);
  color: #FFF;
  display: inline-flex;
  margin-left: -6px;
  padding: 0 12px;
}
.pricing-box .headline:before {
  display: none;
}
.pricing-box .pricing-hint {
  border-radius: 0 0 20px 20px;
  background-color: #E7EBED;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  margin: 0 -12px -12px;
  padding: 12px 18px;
}

.footer {
  padding: 24px 0;
}
.footer .grid-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer .grid-wrapper a {
  color: #24343C;
  text-decoration: none;
}
.footer .grid-wrapper a:hover {
  color: #FF5722;
}
.footer .grid-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .grid-wrapper ul li {
  border-left: 1px solid #E7EBED;
  display: inline-flex;
  margin-left: 12px;
  padding-left: 12px;
}
.footer .grid-wrapper ul li:first-child {
  border-left: none;
}
@media all and (max-width: 880px) {
  .footer .grid-wrapper {
    display: block;
  }
  .footer span,
.footer ul {
    display: block;
    text-align: center;
  }
  .footer ul {
    padding-top: 6px !important;
  }
  .footer ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}

.info-tooltip {
  background-color: #95A7B1;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  margin-left: 6px;
  border-radius: 20px;
  position: relative;
}
.info-tooltip > span {
  font-style: italic;
  font-family: serif;
}
.info-tooltip:hover:after {
  transform: translate3d(50%, 0px, 0px);
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
  content: attr(data-tooltip);
  background-color: rgba(36, 52, 60, 0.95);
  color: #FFF;
  line-height: 1.4;
  padding: 6px;
  position: absolute;
  right: 50%;
  bottom: calc(100% + 12px);
  width: 220px;
}
.info-tooltip:hover:before {
  content: "";
  border-style: solid;
  border-width: 8px;
  border-color: rgba(36, 52, 60, 0.95) transparent transparent transparent;
  position: absolute;
  margin-bottom: -4px;
  right: 2px;
  bottom: 100%;
}

.contact-options {
  font-size: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-options li {
  margin: 12px 0;
}
.contact-options a {
  color: #FFF;
  display: inline-flex;
  line-height: 1;
  padding: 12px 0 12px 48px;
  text-decoration: none;
  position: relative;
}
.contact-options a span {
  position: relative;
  z-index: 20;
}
.contact-options a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 100%;
  background-color: #FFF;
  height: 36px;
  width: 36px;
  margin-top: -18px;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 10;
}
.contact-options a:after {
  content: "";
  border-radius: 60px;
  background-color: #FFF;
  height: 100%;
  width: 100%;
  left: -6px;
  top: 0;
  position: absolute;
  width: 48px;
  opacity: 0;
}
.contact-options a:hover {
  transition: color 500ms ease 250ms;
  color: #24343C;
}
.contact-options a:hover:after {
  transition: opacity 250ms ease, width 500ms ease 250ms;
  opacity: 0.6;
  width: calc(100% + 24px);
}
.contact-options a.contact-mail:before {
  background-image: url("/img/icon_mail.svg");
  background-size: 57%;
}
.contact-options a.contact-tel:before {
  background-image: url("/img/icon_speech.svg");
  background-size: 50%;
}

.newsletter-form iframe {
  outline: none;
  border: none;
  overflow: hidden;
  margin-top: -20px;
}

.mockup_1 {
  width: 70%;
  margin-top: -20%;
}

.mockup_2 {
  width: 80%;
  max-width: 420px !important;
}

@media all and (max-width: 880px) {
  .header {
    position: absolute;
  }
  .header .grid-wrapper {
    justify-content: center;
  }
  .mockup_1 {
    display: none;
  }
  .mockup_2 {
    margin: 0 auto;
    display: block;
  }
  .section-headline {
    font-size: 36px;
    text-align: center;
  }
  .section-headline:before {
    left: 50%;
    margin-left: -30px;
  }
  .intro {
    font-size: 18px;
  }
  .splide__arrows {
    display: none;
  }
  .quote p {
    font-size: 16px;
  }
}
.table {
  border-collapse: collapse;
  position: relative;
  width: 100%;
}
.table thead {
  top: -18px;
  position: sticky;
  z-index: 10;
}
.table thead th {
  box-shadow: inset 0 -2px 0 #E7EBED;
  background-color: #FFF;
  padding-bottom: 6px;
  padding-top: 6px;
}
.table th {
  font-weight: bold;
  text-align: center;
}
.table th:first-child {
  text-align: left;
}
.table td {
  border-bottom: 1px solid #E7EBED;
  padding: 6px 0;
  text-align: center;
}
.table td:first-child {
  text-align: left;
}
.table .table-headline {
  font-weight: bold;
  padding-top: 18px;
}
.table .table-subhead {
  color: #95A7B1;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  border-bottom: none;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 12px;
}
.table .checkmark {
  transform: rotate(45deg);
  display: inline-flex;
  border-right: 2px solid #17C474;
  border-bottom: 2px solid #17C474;
  height: 14px;
  width: 7px;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
