/* ------------------------------------------
   settings.VARIABLES
------------------------------------------ */
/* ------------------------------------------
   tools.MIXINS
------------------------------------------ */
/* ------------------------------------------
   settings.NORMALIZE
------------------------------------------ */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* ------------------------------------------
   generic.RESET
------------------------------------------ */
* {
  box-sizing: border-box;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr, figure {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------
   base.BODY
------------------------------------------ */
body {
  background-color: #fafafa;
  color: #2e2e2e;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 300;
}

h2, h3, h4 {
  font-weight: 600;
}

h1 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 700;
}

@media screen and (min-width: 40.625em) {
  h1 {
    font-size: 5.625rem;
    line-height: 7rem;
  }
}

@media screen and (min-width: 62.4375em) {
  h1 {
    font-size: 8.75rem;
    line-height: 9.5rem;
  }
}

h2 {
  font-size: 2.625rem;
  line-height: 2.75rem;
}

@media screen and (min-width: 46.25em) {
  h2 {
    font-size: 3.6875rem;
    line-height: 3.6875rem;
  }
}

@media screen and (min-width: 46.25em) {
  h2 {
    font-size: 5.5625rem;
    line-height: 5.5625rem;
  }
}

h3 {
  font-size: 1.6875rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 46.25em) {
  h3 {
    font-size: 2.3125rem;
    line-height: 2.75rem;
  }
}

/**
 * Icon component
 *
 * 1. Display inline with surrounding text content.
 * 2. Inherit the parent text color for icon fills.
 * 3. Use parent font-size for width and height.
 * 4. Vertically align icon with surrounding text.
 *    See: http://snook.ca/archives/html_and_css/icons-and-type
 */
.icon {
  display: inline-block;
  /* 1 */
  fill: currentColor;
  /* 2 */
  height: 2em;
  /* 3 */
  position: relative;
  /* 4 */
  top: 0em;
  /* -0.0625em; */
  /* 4 */
  vertical-align: middle;
  /* 4 */
  width: 2em;
  /* 3 */
  color: #2e2e2e;
}

header {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.blue-line {
  position: absolute;
  bottom: -60px;
  content: '';
  background: url("../../images/header-line-blue.svg") no-repeat center center;
  background-size: 2500px 131px;
  height: 131px;
  width: 100%;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (min-width: 37.5em) {
  .blue-line {
    display: block;
  }
}

.orange-line {
  position: absolute;
  bottom: -170px;
  content: '';
  background: url("../../images/header-line-orange.svg") no-repeat center center;
  background-size: 2500px 281px;
  height: 281px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (min-width: 37.5em) {
  .orange-line {
    display: block;
  }
}

.header-inner {
  height: 100%;
  background-color: #f6814a;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  overflow: hidden;
  text-align: center;
  position: absolute;
  width: 100%;
}

.header-inner:before {
  position: absolute;
  right: -5%;
  top: 0;
  width: 55%;
  height: 100%;
  content: '';
  background: radial-gradient(ellipse at center, #4e92d8 0%, #2d72ba 100%);
  -webkit-transform: skewX(-3deg);
          transform: skewX(-3deg);
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

.logo {
  width: 184px;
  height: 49px;
  display: block;
  opacity: 1;
}

.logo:hover {
  opacity: .6;
}

.logo.logo--mobile {
  width: 112px;
  height: 30px;
}

header h1 {
  padding-top: 70px;
  color: #fafafa;
  padding-bottom: 100px;
}

.header-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-menu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-menu > ul li {
  padding-right: 40px;
}

.global-menu > ul li.current-menu-item a:after, .global-menu > ul li.current_page_parent a:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: calc(100% + 14px);
  height: 3px;
  background-color: #f6814a;
}

.global-menu > ul a {
  color: #fafafa;
  text-decoration: none;
  position: relative;
}

.global-menu > ul a:hover:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: calc(100% + 14px);
  height: 3px;
  background-color: #f6814a;
}

.header-menu-mobile {
  width: 100%;
  height: 62px;
  background-color: #f6814a;
  top: -75px;
  position: fixed;
  left: 0;
  transition: top .2s;
  z-index: 9;
  padding: 15px 0 10px 20px;
}

body.sticky .header-menu-mobile {
  width: 100%;
  height: 62px;
  top: 0px;
  position: fixed;
  box-shadow: 0px 1px 9px rgba(46, 46, 46, 0.5);
}

.header-mobile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.header-menu {
  display: none;
}

.hamburger-wrap {
  display: block;
}

@media screen and (min-width: 56.25em) {
  .header-mobile-wrap {
    display: none;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger-wrap {
    display: none;
  }
}

.hamburger-wrap {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 20px;
}

.hamburger-wrap .hamburger-box {
  width: 30px;
  height: 19px;
}

.hamburger-wrap .hamburger {
  padding: 0;
  height: 19px;
}

.hamburger-wrap .hamburger-icon {
  outline: 0;
}

.hamburger-wrap .hamburger-inner, .hamburger-wrap .hamburger-inner::before, .hamburger-wrap .hamburger-inner::after {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: #fafafa;
}

.hamburger-wrap .hamburger.is-active .hamburger-inner, .hamburger-wrap .hamburger.is-active .hamburger-inner::before, .hamburger-wrap .hamburger.is-active .hamburger-inner::after {
  box-shadow: none;
  background-color: #fff;
}

.hamburger-wrap .hamburger-inner::before {
  top: -8px;
}

.hamburger-wrap .hamburger-inner::after {
  bottom: -8px;
}

.hamburger-wrap.fixed {
  position: fixed;
  top: 20px;
  right: 20px;
}

.mobile-menu {
  position: fixed;
  height: 100vh;
  top: -100vh;
  left: 0;
  width: 100%;
  transition: top .5s;
  background-color: #2d72ba;
  z-index: 8;
  color: #fafafa;
  padding: 0px 20px 30px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu.visible {
  top: 0;
}

body.sticky .mobile-menu {
  padding: 0px 20px 30px 20px;
}

.mobile-menu .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.global-menu-mobile > ul {
  list-style: none;
  font-weight: 600;
  margin-top: -40px;
  font-size: 1.25rem;
}

.global-menu-mobile > ul li {
  padding-top: 40px;
}

.global-menu-mobile > ul a {
  color: #fafafa;
  text-decoration: none;
}

.global-menu-mobile > ul a:hover {
  color: #f6814a;
}

header.header-front-page h1 {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media screen and (min-width: 31.25em) {
  header.header-front-page h1 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.header-front-page {
  margin-bottom: 10px;
}

.header-front-page .content-wrap {
  padding-bottom: 140px;
}

@media screen and (min-width: 37.5em) {
  .header-front-page {
    margin-bottom: 100px;
  }
}

.front-title-min-max {
  line-height: 130%;
  font-size: 10vw;
}

@media screen and (min-width: 31.25em) {
  .front-title-min-max {
    line-height: 120%;
  }
}

@media (max-width: 500px) {
  .front-title-min-max {
    font-size: 50px;
  }
}

@media (min-width: 1100px) {
  .front-title-min-max {
    font-size: 110px;
  }
}

.mfp-bg {
  opacity: .5 !important;
  background: #fff !important;
}

.white-popup {
  position: relative;
  background: transparent;
  padding: 40px 40px 40px 20px;
  width: auto;
  max-width: 1320px;
  margin: 20px auto;
}

.mfp-close.modal-close {
  content: '';
  background: url("../../images/close-modal.svg") no-repeat center center;
  background-size: cover;
  width: 48px;
  height: 48px;
  opacity: 1;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.mfp-close.modal-close:hover {
  opacity: .9;
}

.mfp-close.modal-close:active {
  top: 20px;
}

.mfp-content {
  padding-top: 70px !important;
  vertical-align: top !important;
}

.video-container video {
  width: 100%;
  height: auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.global-wrap {
  width: 100%;
}

.content-wrap {
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-media-styles {
  width: 100%;
}

.content-media-styles a {
  color: #f6814a;
  text-decoration: none;
}

.content-media-styles a:hover {
  color: #2d72ba;
}

.content-media-styles ul {
  text-align: left;
  padding-left: 30px;
  padding-top: 10px;
}

.content-media-styles ul li {
  padding-top: 10px;
  line-height: 1.75rem;
}

.content-media-styles img {
  margin-top: 10px;
}

.content-media-styles img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.content-media-styles img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.content-media-styles p {
  text-align: left;
  line-height: 1.75rem;
  padding-top: 30px;
}

.content-media-styles p:first-of-type {
  padding-top: 50px;
}

.product-specs {
  list-style: none;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-specs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 37.5em) {
  .product-specs__inner {
    padding-top: 80px;
  }
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-specs__inner__content {
  width: 100%;
}

.product-specs__inner__content h2 {
  text-transform: lowercase;
}

.product-specs__inner__content h3 {
  padding-top: 20px;
}

.product-specs__inner__content p {
  line-height: 1.75rem;
  padding-top: 10px;
}

.product-specs__inner__content ul {
  list-style: disc;
  padding-left: 30px;
  padding-bottom: 10px;
}

.product-specs__inner__content ul li {
  padding-top: 15px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner__content {
    width: 50%;
  }
}

.product-specs__inner__illustration {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 400px;
}

@media screen and (min-width: 37.5em) {
  .product-specs__inner__illustration {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner__illustration {
    width: 50%;
  }
}

.product-specs__inner__illustration img {
  width: 100%;
  height: auto;
  max-height: 250px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner__illustration img {
    width: 85%;
    height: 85%;
    max-width: 500px;
    max-height: 300px;
  }
}

.product-specs__inner:nth-child(odd) h2 {
  color: #f6814a;
}

.product-specs__inner:nth-child(odd) .product-specs__inner__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner:nth-child(odd) .product-specs__inner__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 60px;
  }
}

.product-specs__inner:nth-child(odd) .product-specs__inner__illustration {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0px;
  padding-bottom: 50px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner:nth-child(odd) .product-specs__inner__illustration {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 60px;
    padding-bottom: 0px;
  }
}

.product-specs__inner:nth-child(even) h2 {
  color: #2d72ba;
}

.product-specs__inner:nth-child(even) .product-specs__inner__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 0px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner:nth-child(even) .product-specs__inner__content {
    padding-left: 60px;
  }
}

.product-specs__inner:nth-child(even) .product-specs__inner__illustration {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0px;
  padding-bottom: 50px;
}

@media screen and (min-width: 56.1875em) {
  .product-specs__inner:nth-child(even) .product-specs__inner__illustration {
    padding-right: 60px;
    padding-bottom: 0px;
  }
}

.product-specs--bottom {
  padding-bottom: 100px;
}

.product-specs--bottom .product-specs__inner:nth-child(odd) h2 {
  color: #2d72ba;
}

.product-specs--bottom .product-specs__inner:nth-child(even) h2 {
  color: #f6814a;
}

.product-specs--highlighted {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 37.5em) {
  .product-specs--highlighted {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}

.product-specs--highlighted .product-specs__inner__content {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.product-specs--highlighted .product-specs__inner__illustration {
  margin: 0 auto;
  padding-top: 20px;
  max-height: 400px;
}

@media screen and (min-width: 37.5em) {
  .product-specs--highlighted .product-specs__inner__illustration {
    height: 400px;
  }
}

.product-specs--highlighted .product-specs__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-specs--highlighted .product-specs__inner .product-specs__inner__illustration {
  padding-left: 0;
}

.highlighted-line-orange {
  position: absolute;
  top: 260px;
  content: '';
  background: url("../../images/front-page-line-orange.svg") no-repeat center center;
  background-size: 2500px 1418px;
  height: 1418px;
  width: 100%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (min-width: 37.5em) {
  .highlighted-line-orange {
    display: block;
  }
}

.highlighted-line-blue {
  position: absolute;
  bottom: -120px;
  content: '';
  background: url("../../images/front-page-line-blue.svg") no-repeat center center;
  background-size: 2500px 857px;
  height: 857px;
  width: 100%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (min-width: 37.5em) {
  .highlighted-line-blue {
    display: block;
  }
}

.product-specs--quote {
  position: relative;
  width: 100%;
  max-width: none;
  padding-bottom: 80px;
}

@media screen and (min-width: 37.5em) {
  .product-specs--quote {
    padding-top: 330px;
    padding-bottom: 180px;
  }
}

.product-specs--quote .product-specs__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.product-specs--quote .product-specs__inner .product-specs__inner__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product-specs--quote .product-specs__inner .product-specs__inner__content h2 {
  color: #2d72ba;
}

.product-specs--quote .product-specs__inner .product-specs__inner__content h3 {
  font-style: italic;
}

.product-specs--quote .product-specs__inner .product-specs__inner__illustration {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.quote-line-orange {
  position: absolute;
  top: -80px;
  content: '';
  background: url("../../images/front-page-bottom-line-orange.svg") no-repeat center center;
  background-size: 2500px 483px;
  height: 483px;
  width: 100%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (min-width: 37.5em) {
  .quote-line-orange {
    display: block;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

.js-opener {
  opacity: 0;
}

.js-opener.revealed {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 450ms;
          animation-duration: 450ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn {
  border-radius: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #fafafa;
  min-width: 120px;
  text-decoration: none;
}

.btn-lrg {
  border-radius: 38px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #353535;
  min-width: 220px;
  text-decoration: none;
  background-color: #fafafa;
  text-transform: uppercase;
  position: relative;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.btn-lrg:hover, .btn-lrg:focus {
  outline: 0;
  background-color: #2d72ba;
  color: #fafafa;
}

.btn--orange {
  background-color: #f6814a;
}

.btn--orange:hover {
  background-color: #f56216;
}

.btn-colorful {
  border-radius: 26px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #fafafa;
  text-decoration: none;
  background-image: linear-gradient(90deg, #2d72ba 65%, #f6814a 65%);
  background-color: #2d72ba;
  width: inherit;
  margin-top: 50px;
  position: relative;
}

.btn-colorful:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  background-color: #fafafa;
  border-radius: 26px;
  left: 4px;
  top: 4px;
}

.btn-colorful span {
  position: relative;
  color: #2e2e2e;
}

.btn-colorful:hover {
  background-image: none;
  background-color: #f6814a;
}

.btn-video {
  width: 300px;
  height: 77px;
  opacity: 1;
  transition: opacity .1s;
  margin-left: -18px;
}

.btn-video:hover {
  opacity: .6;
}

@media screen and (min-width: 31.25em) {
  .btn-video {
    margin-left: -35px;
  }
}

.btn-margin {
  margin-bottom: 80px;
}

.news-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.news-list a {
  text-decoration: none;
  color: #2e2e2e;
}

.news-list__inner-list {
  list-style: none;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #efefef;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.news-list__inner-list p {
  text-align: left;
  line-height: 1.75rem;
  width: 100%;
}

.news-list__inner-list p:first-of-type {
  padding-top: 50px;
  width: 100%;
  max-width: 800px;
}

.news-list__inner-list h3 {
  padding-top: 20px;
}

.news-list__inner-list p.date {
  text-align: center;
  padding-top: 0;
}

.news-list__inner-list h2 {
  text-transform: lowercase;
}

.news-list > li:nth-child(odd) li:nth-child(2) h2 {
  color: #f6814a;
}

.news-list > li:nth-child(odd) li:nth-child(2) h2:hover {
  color: #2d72ba;
}

.news-list > li:nth-child(even) li:nth-child(2) h2 {
  color: #2d72ba;
}

.news-list > li:nth-child(even) li:nth-child(2) h2:hover {
  color: #f6814a;
}

.news-item-list {
  list-style: none;
  text-align: center;
  padding-bottom: 50px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.news-item-list p {
  text-align: left;
  line-height: 1.75rem;
  padding-top: 30px;
  width: 100%;
}

.news-item-list p:first-of-type {
  padding-top: 50px;
}

.news-item-list h3 {
  padding-top: 20px;
}

.news-item-list h2 {
  color: #f6814a;
  text-transform: lowercase;
}

.news-item-list p.date {
  text-align: center;
  padding-top: 0;
}

.news-item-list .btn-colorful {
  margin-top: 120px;
  margin-bottom: 40px;
}

.about-us-content {
  list-style: none;
  max-width: 800px;
  padding-bottom: 80px;
}

.about-us-content > li {
  padding-top: 80px;
}

.about-us-content > li:first-child {
  padding-top: 0px;
}

.about-us-content__inner {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.about-us-content__inner h2, .about-us-content__inner h3 {
  text-align: center;
}

.about-us-content__inner h2 {
  text-transform: lowercase;
}

.about-us-content__inner h3 {
  padding-top: 20px;
}

.about-us-content > li:nth-child(odd) li:nth-child(1) h2 {
  color: #f6814a;
}

.about-us-content > li:nth-child(even) li:nth-child(1) h2 {
  color: #2d72ba;
}

.people {
  width: 100%;
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.people h2 {
  text-align: center;
  color: #2d72ba;
  text-transform: lowercase;
}

.people h3 {
  text-align: center;
  padding-top: 20px;
}

.people-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.people-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 15px 0 15px;
  width: calc(100%/2);
}

@media screen and (min-width: 37.5em) {
  .people-list > li {
    width: calc(100%/3);
  }
}

@media screen and (min-width: 50em) {
  .people-list > li {
    width: calc(100%/4);
  }
}

@media screen and (min-width: 62.5em) {
  .people-list > li {
    width: calc(100%/5);
  }
}

@media screen and (min-width: 75em) {
  .people-list > li {
    width: calc(100%/6);
  }
}

.people-list__inner {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

.people-list__inner li {
  width: 100%;
}

.people-list__inner li:nth-child(2) {
  padding-top: 20px;
  font-weight: 700;
}

.people-list__inner li:nth-child(4) {
  padding-top: 20px;
}

.people-list__inner a {
  color: #f6814a;
  text-decoration: none;
}

.people-list__inner a:hover {
  color: #2d72ba;
}

.people-list__inner__photo {
  height: 200px;
  width: 100%;
  content: '';
}

.location {
  width: 100%;
}

.location h2 {
  text-align: center;
  color: #f6814a;
  text-transform: lowercase;
}

.location h3 {
  text-align: center;
  padding-top: 20px;
}

.location-detail {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location-detail > li {
  width: 100%;
}

@media screen and (min-width: 56.1875em) {
  .location-detail > li {
    width: 50%;
  }
}

@media screen and (min-width: 56.1875em) {
  .location-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.location-detail > li:first-child .location-detail__inner__map {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 56.1875em) {
  .location-detail > li:first-child .location-detail__inner__map {
    margin-left: -20px;
    margin-right: 0;
  }
}

.location-detail > li:last-child .location-detail__inner__map {
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 56.1875em) {
  .location-detail > li:last-child .location-detail__inner__map {
    margin-right: -20px;
    margin-left: 0;
  }
}

.location-detail__inner {
  width: 100%;
  list-style: none;
  font-weight: 600;
  text-align: center;
}

.location-detail__inner li:nth-child(2), .location-detail__inner li:nth-child(3) {
  padding-top: 10px;
}

.acf-map {
  width: calc(100% - 40px);
  height: 350px;
  margin: 20px 20px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.signup-container {
  width: 100%;
  background-color: #f6814a;
  overflow: hidden;
}

@media screen and (min-width: 56.1875em) {
  .signup-container {
    background-image: linear-gradient(90deg, #2d72ba 50%, #f6814a 50%);
  }
}

.signup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 56.1875em) {
  .signup-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.signup-content__illustration {
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  background-color: #2d72ba;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

@media screen and (min-width: 56.1875em) {
  .signup-content__illustration {
    width: 300px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-illustration {
  position: absolute;
  left: -300px;
  top: -20px;
  bottom: -100px;
  height: calc(100% + 120px);
}

@media screen and (min-width: 66.25em) {
  .footer-illustration {
    position: absolute;
    left: -370px;
    top: -40px;
    bottom: -140px;
    height: calc(100% + 180px);
  }
}

.signup-content__content {
  width: calc(100%);
  position: relative;
  background: #f6814a;
  text-align: right;
  padding-top: 100px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.signup-content__content:before {
  position: absolute;
  left: -20px;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #f6814a;
  -webkit-transform: skewX(3deg);
          transform: skewX(3deg);
}

@media screen and (min-width: 66.25em) {
  .signup-content__content {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.signup-content__content h2 {
  color: #fafafa;
  position: relative;
  max-width: 1000px;
  padding-bottom: 40px;
}

@media screen and (min-width: 56.1875em) {
  .signup-content__content {
    width: calc(100% - 300px);
  }
}

.signup-content-slogan {
  line-height: 130%;
  font-size: 7vw;
}

@media (max-width: 414.28571px) {
  .signup-content-slogan {
    font-size: 29px;
  }
}

@media (min-width: 1271.42857px) {
  .signup-content-slogan {
    font-size: 89px;
  }
}

.footer-info-container {
  padding: 80px 20px;
}

.footer-info-container > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -30px;
}

@media screen and (min-width: 46.875em) {
  .footer-info-container > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.footer-info-container > ul li {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
}

@media screen and (min-width: 46.875em) {
  .footer-info-container > ul li {
    width: 33.333%;
    padding-top: 0;
  }
}

.footer-info-container h3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 12px;
}

.footer-info-container p {
  font-size: 0.9375rem;
  line-height: 2.5rem;
}

.footer-info-container a {
  color: #f6814a;
  text-decoration: none;
}

.footer-info-container a:hover {
  color: #2d72ba;
}

.partners-container {
  width: 100%;
  background-color: #fff;
  padding: 60px 20px;
}

.partners-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -60px;
}

.partners-container ul li {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.footer-logo {
  max-width: 100px;
  max-height: 50px;
  display: block;
}

ul.eu-partners {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
}

ul.eu-partners li {
  width: 50%;
  padding-left: 0;
}

ul.eu-partners img {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
}

/*# sourceMappingURL=global.css.map */
