@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);
/* stylelint-disable */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

/* stylelint-disable */
/* stylelint-enable */
/*
 * Mixin that creates flex grid.
 * It should be applied to the container element that will act as grid row.
 * All of the child elements will act as grid columns.
 * Parameters to configure:
 *
 * * $layout - column width relative to th number of columns. If defined as a number all colums will be same width,
 * and if set as a list width is set sequentially for each item.
 * * $gutter - spacing between each item.
 * * $col-count - max number of columns.
 * * $horizontal - horizontal alignment of the items. Uses values for justify-content property.
 * * $vertical - vertical alignment of th items. Uses valuse for align-items property.
 * * $order - a list of item order overrides.
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.u-bg-color--primary {
  background-color: #C3151B; }

.u-bg-color--white {
  background-color: #FFFFFF; }

.u-bg-color--whild-sand {
  background-color: #F6F6F6; }

.u-text-color--primary {
  color: #C3151B; }

.u-text-color--white {
  color: #FFFFFF; }

.u-text-color--whild-sand {
  color: #F6F6F6; }

.u-text-size--giant {
  font-size: 72px; }

.u-text-size--huge {
  font-size: 42px; }

.u-text-size--biggest {
  font-size: 30px; }

.u-text-size--bigger {
  font-size: 28px; }

.u-text-size--big {
  font-size: 26px; }

.u-text-size--largest {
  font-size: 24px; }

.u-text-size--larger {
  font-size: 22px; }

.u-text-size--large {
  font-size: 20px; }

.u-text-size--default {
  font-size: 18px; }

.u-text-size--medium {
  font-size: 16px; }

.u-text-size--small {
  font-size: 14px; }

.u-text-size--smaller {
  font-size: 12px; }

.u-text-size--tiny {
  font-size: 11px; }

.u-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }

.u-orientation--0 {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

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

.u-orientation--180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.u-orientation--270 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.u-embed-video-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .u-embed-video-responsive__video,
  .u-embed-video-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

.hide {
  display: none; }

.clear {
  clear: both; }

.btn {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit; }
  .btn:focus {
    outline: none; }

a {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

.content-style > h1,
.content-style > h2,
.content-style > h3,
.content-style > h4,
.content-style > h5,
.content-style > h6 {
  margin: 0;
  padding: 0; }

.content-style p,
.content-style ul,
.content-style ol {
  padding: 0;
  margin: 0; }

.content-style blockquote {
  margin: 0;
  padding: 0;
  list-style: none; }

.input,
.select,
.textarea {
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.checkbox--focus .checkbox__icon, .radio--focus .radio__icon, .input:focus,
.select:focus,
.textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

[class^='icon--'],
[class*=' icon--'] {
  font-family: "provalis" !important;
  /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header__container, .footer__container, .footer__container-copyright {
  padding-left: 15px;
  padding-right: 15px; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 18px; }

body {
  /* stylelint-disable-line selector-no-type */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  color: #2F2F2F;
  background-color: #FFFFFF;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  body.overflow-hidden {
    overflow: hidden; }

.main-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.news-img {
  margin-bottom: 30px; }

.link {
  color: #C3151B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .link .icon-animated-arrow__item {
    background-color: #C3151B; }
  .link:hover {
    color: #2F2F2F; }
    .link:hover .icon-animated-arrow__item {
      background-color: #2F2F2F; }

a {
  color: #C3151B;
  text-decoration: none; }
  a:hover {
    color: #2F2F2F; }

strong {
  font-weight: bold; }

/* stylelint-disable selector-no-type */
.content-media-style .iframe {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 50%; }

.content-media-style img {
  max-width: 100%;
  height: auto; }
  .content-media-style img.aligncenter {
    display: block;
    margin: 0 auto; }
  .content-media-style img.alignleft {
    clear: left;
    float: left;
    margin-right: 30px; }
  .content-media-style img.alignright {
    clear: right;
    float: right;
    margin-left: 30px; }

/* stylelint-disable selector-no-type */
.content-style {
  font-size: 18px;
  line-height: 1.5;
  color: #2F2F2F; }
  .content-style p,
  .content-style ul,
  .content-style ol {
    padding-bottom: 35px; }
    .content-style p.clear-spacing, .content-style p:last-child,
    .content-style ul.clear-spacing,
    .content-style ul:last-child,
    .content-style ol.clear-spacing,
    .content-style ol:last-child {
      padding-bottom: 0; }
  .content-style .larger {
    font-size: 22px; }
  .content-style .large {
    font-size: 20px; }
  .content-style .medium {
    font-size: 16px; }
  .content-style .small {
    font-size: 14px; }
  .content-style--larger {
    font-size: 22px; }
  .content-style--large {
    font-size: 20px; }
  .content-style--medium {
    font-size: 16px; }
  .content-style--small {
    font-size: 14px; }
  .content-style > h1,
  .content-style > h2,
  .content-style > h3,
  .content-style > h4,
  .content-style > h5,
  .content-style > h6 {
    font-weight: bold;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 20px 0 25px; }
  .content-style > h1 {
    font-size: 30px; }
  .content-style > h2 {
    font-size: 28px; }
  .content-style > h3 {
    font-size: 26px; }
  .content-style > h4 {
    font-size: 24px; }
  .content-style > h5 {
    font-size: 22px; }
  .content-style > h6 {
    font-size: 20px; }
  .content-style ul,
  .content-style ol {
    margin-left: 22px; }
    .content-style ul li,
    .content-style ol li {
      padding-bottom: 15px; }
      .content-style ul li:last-child,
      .content-style ol li:last-child {
        padding-bottom: 0; }
      .content-style ul li ul,
      .content-style ul li ol,
      .content-style ol li ul,
      .content-style ol li ol {
        margin-left: 44px; }
  .content-style strong {
    font-weight: bold; }
  .content-style blockquote {
    font-style: italic; }
  .content-style em {
    font-style: italic; }
  .content-style table {
    width: 100% !important;
    height: auto !important;
    border-top: 1px solid #E5E7E9;
    border-left: 1px solid #E5E7E9;
    margin-bottom: 35px;
    border-collapse: collapse; }
    .content-style table:last-child {
      margin-bottom: 0; }
    .content-style table tr td,
    .content-style table tr th {
      font-size: 16px;
      border: none;
      border-right: 1px solid #E5E7E9;
      border-bottom: 1px solid #E5E7E9;
      height: auto !important;
      padding: 15px 10px; }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 14px;
  line-height: 1.4;
  height: 64px;
  background-color: #C3151B;
  color: #FFFFFF;
  border-color: #C3151B; }
  .btn .icon-animated-arrow__item {
    background-color: #FFFFFF; }
  .btn:hover, .btn:active, .btn.is-active, .btn:focus {
    background-color: #C3151B;
    color: #FFFFFF;
    border-color: #C3151B; }
    .btn:hover .icon-animated-arrow__item, .btn:active .icon-animated-arrow__item, .btn.is-active .icon-animated-arrow__item, .btn:focus .icon-animated-arrow__item {
      background-color: #FFFFFF; }
  .btn--color-default-bordered {
    background-color: transparent;
    color: #C3151B;
    border-color: #C3151B; }
    .btn--color-default-bordered .icon-animated-arrow__item {
      background-color: #C3151B; }
    .btn--color-default-bordered:hover, .btn--color-default-bordered:active, .btn--color-default-bordered.is-active, .btn--color-default-bordered:focus {
      background-color: #C3151B;
      color: #FFFFFF;
      border-color: #C3151B; }
      .btn--color-default-bordered:hover .icon-animated-arrow__item, .btn--color-default-bordered:active .icon-animated-arrow__item, .btn--color-default-bordered.is-active .icon-animated-arrow__item, .btn--color-default-bordered:focus .icon-animated-arrow__item {
        background-color: #FFFFFF; }
  .btn--block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.SearchBtn {
  border: 0;
  cursor: pointer; }

.form {
  position: relative; }

.field {
  padding-bottom: 30px; }

.checkbox {
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  display: block; }
  .checkbox__icon {
    width: 24px;
    height: 24px; }
    .checkbox__icon::before {
      width: 12px;
      height: 12px; }
  .checkbox__icon {
    background-color: #FFFFFF;
    border: 1px solid #71787C;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .checkbox__icon::before {
      content: '';
      background-color: #C3151B;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
      opacity: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
  .checkbox__input {
    position: absolute;
    left: -999999px;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .checkbox--disabled .checkbox__icon {
    background-color: #E5E7E9; }
  .checkbox--disabled .checkbox--checked .checkbox__icon::before {
    opacity: 1; }
  .checkbox--checked .checkbox__icon::before {
    opacity: 1; }

.show-input .checkbox__input {
  left: -20px;
  opacity: 1;
  z-index: auto; }

.radio {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
  display: block; }
  .radio__icon {
    width: 12px;
    height: 12px; }
    .radio__icon::before {
      width: 6px;
      height: 6px; }
  .radio__icon {
    background-color: #FFFFFF;
    border: 1px solid #E5E7E9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .radio__icon::before {
      content: '';
      border-radius: 50%;
      background-color: #C3151B;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
      opacity: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
  .radio__input {
    position: absolute;
    left: -999999px;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .radio--disabled .radio__icon {
    background-color: #E5E7E9; }
  .radio--disabled .radio--checked .radio__icon::before {
    opacity: 1; }
  .radio--checked .radio__icon::before {
    opacity: 1; }

.show-input .radio__input {
  left: -20px;
  opacity: 1;
  z-index: auto; }

.label {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.3px;
  color: #2F2F2F;
  margin-bottom: 10px;
  display: block; }
  .label--req {
    position: relative; }
    .label--req::after {
      content: '*';
      color: #C3151B;
      margin-left: 5px; }

.input,
.select,
.textarea {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  border: 1px solid #E5E7E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  width: 100%;
  font-weight: 300;
  color: #2F2F2F;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: normal;
  font-size: 18px;
  height: 57px; }
  .input:focus,
  .select:focus,
  .textarea:focus {
    outline: none; }
  .input--disable-user-select,
  .select--disable-user-select,
  .textarea--disable-user-select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.textarea {
  min-height: 200px; }

input::-ms-clear {
  display: none; }

.header {
  padding: 28px 0; }
  .header__container {
    max-width: 1230px;
    margin: 0 auto; }
  .header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo-img {
    max-width: 100%;
    height: auto; }

#menu-navigation-header,
#menu-navigation-header-2,
#menu-navigation-header-fr-2,
#menu-navigation-header-fr2-2,
#menu-navigation-header-fr2,
#menu-navigation-header-scrolled,
#menu-navigation-header-fr,
#menu-navigation-header-sp,
#menu-navigation-header-es,
#menu-navigation-header-es-2 {
  text-transform: uppercase;
  margin: 40px 0 0 0;
  padding: 0; }
  #menu-navigation-header li,
  #menu-navigation-header-2 li,
  #menu-navigation-header-fr-2 li,
  #menu-navigation-header-fr2-2 li,
  #menu-navigation-header-fr2 li,
  #menu-navigation-header-scrolled li,
  #menu-navigation-header-fr li,
  #menu-navigation-header-sp li,
  #menu-navigation-header-es li,
  #menu-navigation-header-es-2 li {
    display: inline;
    list-style-type: none;
    color: #033a6c;
    padding: 0 10px 20px;
    position: relative; }
    #menu-navigation-header li a,
    #menu-navigation-header-2 li a,
    #menu-navigation-header-fr-2 li a,
    #menu-navigation-header-fr2-2 li a,
    #menu-navigation-header-fr2 li a,
    #menu-navigation-header-scrolled li a,
    #menu-navigation-header-fr li a,
    #menu-navigation-header-sp li a,
    #menu-navigation-header-es li a,
    #menu-navigation-header-es-2 li a {
      color: #033a6c;
      font-size: 22px; }
      #menu-navigation-header li a:hover,
      #menu-navigation-header-2 li a:hover,
      #menu-navigation-header-fr-2 li a:hover,
      #menu-navigation-header-fr2-2 li a:hover,
      #menu-navigation-header-fr2 li a:hover,
      #menu-navigation-header-scrolled li a:hover,
      #menu-navigation-header-fr li a:hover,
      #menu-navigation-header-sp li a:hover,
      #menu-navigation-header-es li a:hover,
      #menu-navigation-header-es-2 li a:hover {
        color: #3a8cd6; }
    #menu-navigation-header li .sub-menu,
    #menu-navigation-header-2 li .sub-menu,
    #menu-navigation-header-fr-2 li .sub-menu,
    #menu-navigation-header-fr2-2 li .sub-menu,
    #menu-navigation-header-fr2 li .sub-menu,
    #menu-navigation-header-scrolled li .sub-menu,
    #menu-navigation-header-fr li .sub-menu,
    #menu-navigation-header-sp li .sub-menu,
    #menu-navigation-header-es li .sub-menu,
    #menu-navigation-header-es-2 li .sub-menu {
      background: #FFF;
      padding: 25px;
      min-width: 200px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      visibility: none;
      display: none;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
      top: 100%;
      border: 1px solid #3a8cd6;
      border-radius: 15px;
      z-index: 999; }
      #menu-navigation-header li .sub-menu:after,
      #menu-navigation-header-2 li .sub-menu:after,
      #menu-navigation-header-fr-2 li .sub-menu:after,
      #menu-navigation-header-fr2-2 li .sub-menu:after,
      #menu-navigation-header-fr2 li .sub-menu:after,
      #menu-navigation-header-scrolled li .sub-menu:after,
      #menu-navigation-header-fr li .sub-menu:after,
      #menu-navigation-header-sp li .sub-menu:after,
      #menu-navigation-header-es li .sub-menu:after,
      #menu-navigation-header-es-2 li .sub-menu:after {
        content: "";
        position: absolute;
        border-left: 1px solid #3a8cd6;
        border-right: 0px solid #3a8cd6;
        border-top: 1px solid #3a8cd6;
        border-bottom: 0px solid #3a8cd6;
        width: 20px;
        height: 20px;
        top: -11px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-bottom: -10px;
        background: #FFF; }
      #menu-navigation-header li .sub-menu .sub-menu,
      #menu-navigation-header-2 li .sub-menu .sub-menu,
      #menu-navigation-header-fr-2 li .sub-menu .sub-menu,
      #menu-navigation-header-fr2-2 li .sub-menu .sub-menu,
      #menu-navigation-header-fr2 li .sub-menu .sub-menu,
      #menu-navigation-header-scrolled li .sub-menu .sub-menu,
      #menu-navigation-header-fr li .sub-menu .sub-menu,
      #menu-navigation-header-sp li .sub-menu .sub-menu,
      #menu-navigation-header-es li .sub-menu .sub-menu,
      #menu-navigation-header-es-2 li .sub-menu .sub-menu {
        position: relative;
        border: 0;
        visibility: visible;
        opacity: 1;
        border-radius: 0;
        min-width: auto;
        padding: 0;
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        #menu-navigation-header li .sub-menu .sub-menu:after,
        #menu-navigation-header-2 li .sub-menu .sub-menu:after,
        #menu-navigation-header-fr-2 li .sub-menu .sub-menu:after,
        #menu-navigation-header-fr2-2 li .sub-menu .sub-menu:after,
        #menu-navigation-header-fr2 li .sub-menu .sub-menu:after,
        #menu-navigation-header-scrolled li .sub-menu .sub-menu:after,
        #menu-navigation-header-fr li .sub-menu .sub-menu:after,
        #menu-navigation-header-sp li .sub-menu .sub-menu:after,
        #menu-navigation-header-es li .sub-menu .sub-menu:after,
        #menu-navigation-header-es-2 li .sub-menu .sub-menu:after {
          display: none; }
        #menu-navigation-header li .sub-menu .sub-menu li,
        #menu-navigation-header-2 li .sub-menu .sub-menu li,
        #menu-navigation-header-fr-2 li .sub-menu .sub-menu li,
        #menu-navigation-header-fr2-2 li .sub-menu .sub-menu li,
        #menu-navigation-header-fr2 li .sub-menu .sub-menu li,
        #menu-navigation-header-scrolled li .sub-menu .sub-menu li,
        #menu-navigation-header-fr li .sub-menu .sub-menu li,
        #menu-navigation-header-sp li .sub-menu .sub-menu li,
        #menu-navigation-header-es li .sub-menu .sub-menu li,
        #menu-navigation-header-es-2 li .sub-menu .sub-menu li {
          padding: 0 10px 8px; }
          #menu-navigation-header li .sub-menu .sub-menu li a,
          #menu-navigation-header-2 li .sub-menu .sub-menu li a,
          #menu-navigation-header-fr-2 li .sub-menu .sub-menu li a,
          #menu-navigation-header-fr2-2 li .sub-menu .sub-menu li a,
          #menu-navigation-header-fr2 li .sub-menu .sub-menu li a,
          #menu-navigation-header-scrolled li .sub-menu .sub-menu li a,
          #menu-navigation-header-fr li .sub-menu .sub-menu li a,
          #menu-navigation-header-sp li .sub-menu .sub-menu li a,
          #menu-navigation-header-es li .sub-menu .sub-menu li a,
          #menu-navigation-header-es-2 li .sub-menu .sub-menu li a {
            text-transform: uppercase !important;
            line-height: 20px; }
      #menu-navigation-header li .sub-menu li,
      #menu-navigation-header-2 li .sub-menu li,
      #menu-navigation-header-fr-2 li .sub-menu li,
      #menu-navigation-header-fr2-2 li .sub-menu li,
      #menu-navigation-header-fr2 li .sub-menu li,
      #menu-navigation-header-scrolled li .sub-menu li,
      #menu-navigation-header-fr li .sub-menu li,
      #menu-navigation-header-sp li .sub-menu li,
      #menu-navigation-header-es li .sub-menu li,
      #menu-navigation-header-es-2 li .sub-menu li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #menu-navigation-header li .sub-menu li:last-child,
        #menu-navigation-header-2 li .sub-menu li:last-child,
        #menu-navigation-header-fr-2 li .sub-menu li:last-child,
        #menu-navigation-header-fr2-2 li .sub-menu li:last-child,
        #menu-navigation-header-fr2 li .sub-menu li:last-child,
        #menu-navigation-header-scrolled li .sub-menu li:last-child,
        #menu-navigation-header-fr li .sub-menu li:last-child,
        #menu-navigation-header-sp li .sub-menu li:last-child,
        #menu-navigation-header-es li .sub-menu li:last-child,
        #menu-navigation-header-es-2 li .sub-menu li:last-child {
          padding-bottom: 0; }
        #menu-navigation-header li .sub-menu li a,
        #menu-navigation-header-2 li .sub-menu li a,
        #menu-navigation-header-fr-2 li .sub-menu li a,
        #menu-navigation-header-fr2-2 li .sub-menu li a,
        #menu-navigation-header-fr2 li .sub-menu li a,
        #menu-navigation-header-scrolled li .sub-menu li a,
        #menu-navigation-header-fr li .sub-menu li a,
        #menu-navigation-header-sp li .sub-menu li a,
        #menu-navigation-header-es li .sub-menu li a,
        #menu-navigation-header-es-2 li .sub-menu li a {
          color: #999999;
          font-size: 18px;
          line-height: 18px;
          white-space: nowrap; }
          #menu-navigation-header li .sub-menu li a:hover,
          #menu-navigation-header-2 li .sub-menu li a:hover,
          #menu-navigation-header-fr-2 li .sub-menu li a:hover,
          #menu-navigation-header-fr2-2 li .sub-menu li a:hover,
          #menu-navigation-header-fr2 li .sub-menu li a:hover,
          #menu-navigation-header-scrolled li .sub-menu li a:hover,
          #menu-navigation-header-fr li .sub-menu li a:hover,
          #menu-navigation-header-sp li .sub-menu li a:hover,
          #menu-navigation-header-es li .sub-menu li a:hover,
          #menu-navigation-header-es-2 li .sub-menu li a:hover {
            color: #033a6c; }
    #menu-navigation-header li:hover .sub-menu,
    #menu-navigation-header-2 li:hover .sub-menu,
    #menu-navigation-header-fr-2 li:hover .sub-menu,
    #menu-navigation-header-fr2-2 li:hover .sub-menu,
    #menu-navigation-header-fr2 li:hover .sub-menu,
    #menu-navigation-header-scrolled li:hover .sub-menu,
    #menu-navigation-header-fr li:hover .sub-menu,
    #menu-navigation-header-sp li:hover .sub-menu,
    #menu-navigation-header-es li:hover .sub-menu,
    #menu-navigation-header-es-2 li:hover .sub-menu {
      visibility: visible;
      display: inline-block;
      opacity: 1; }
  #menu-navigation-header .three-level .sub-menu > li a,
  #menu-navigation-header-2 .three-level .sub-menu > li a,
  #menu-navigation-header-fr-2 .three-level .sub-menu > li a,
  #menu-navigation-header-fr2-2 .three-level .sub-menu > li a,
  #menu-navigation-header-fr2 .three-level .sub-menu > li a,
  #menu-navigation-header-scrolled .three-level .sub-menu > li a,
  #menu-navigation-header-fr .three-level .sub-menu > li a,
  #menu-navigation-header-sp .three-level .sub-menu > li a,
  #menu-navigation-header-es .three-level .sub-menu > li a,
  #menu-navigation-header-es-2 .three-level .sub-menu > li a {
    width: 125px; }
  #menu-navigation-header .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-2 .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-fr-2 .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-fr2-2 .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-fr2 .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-scrolled .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-fr .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-sp .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-es .three-level .sub-menu .sub-menu > li a,
  #menu-navigation-header-es-2 .three-level .sub-menu .sub-menu > li a {
    width: auto; }

.sub-menu li.menu-item-has-children > a {
  position: relative;
  min-width: 130px; }
  .sub-menu li.menu-item-has-children > a:after {
    width: 8px;
    height: 21px;
    background: url(../assets/images/sub-arrow-grey.png) left center;
    content: "";
    background-size: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0px; }
  .sub-menu li.menu-item-has-children > a:hover:after {
    background: url(../assets/images/sub-arrow-blue.png) left center;
    background-size: 100%; }

#menu-navigation-header-fr .sub-menu,
#menu-navigation-header-fr-2 .sub-menu,
#menu-navigation-header-1 .sub-menu,
#menu-navigation-header-es-2 .sub-menu,
#menu-navigation-header-es .sub-menu,
#menu-navigation-header-es-1 .sub-menu,
#menu-navigation-header-fr2 .sub-menu,
#menu-navigation-header-fr2-2 .sub-menu,
#menu-navigation-header-fr2-1 .sub-menu {
  list-style: none;
  list-style-image: none;
  list-style-type: none; }
  #menu-navigation-header-fr .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-fr-2 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-1 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-es-2 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-es .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-es-1 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-fr2 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-fr2-2 .sub-menu li.menu-item-has-children > a,
  #menu-navigation-header-fr2-1 .sub-menu li.menu-item-has-children > a {
    position: relative;
    min-width: 190px; }
    #menu-navigation-header-fr .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-fr-2 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-1 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-es-2 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-es .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-es-1 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-fr2 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-fr2-2 .sub-menu li.menu-item-has-children > a:after,
    #menu-navigation-header-fr2-1 .sub-menu li.menu-item-has-children > a:after {
      width: 8px;
      height: 21px;
      background: url(../assets/images/sub-arrow-grey.png) left center;
      content: "";
      background-size: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: absolute;
      right: 0;
      top: 0px; }
    #menu-navigation-header-fr .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-fr-2 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-1 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-es-2 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-es .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-es-1 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-fr2 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-fr2-2 .sub-menu li.menu-item-has-children > a:hover:after,
    #menu-navigation-header-fr2-1 .sub-menu li.menu-item-has-children > a:hover:after {
      background: url(../assets/images/sub-arrow-blue.png) left center;
      background-size: 100%; }

.request-demo {
  background: #033a6c;
  color: #FFF;
  border-radius: 4px;
  padding: 4px 10px; }
  .request-demo:hover {
    background: #3a8cd6;
    color: #FFF; }

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

.LanguageSwitcher {
  margin-right: 15px; }
  .LanguageSwitcher select::-ms-expand {
    display: none; }

.item--language {
  color: #033a6c;
  text-transform: uppercase; }

.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  display: none !important;
  background-color: white !important;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .hamburger:focus {
    outline: none; }

#menu1 {
  border: 0;
  background: url(../assets/images/arrow-down.png) right center no-repeat;
  background-size: 14px 12px;
  padding-right: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  #menu1:focus {
    outline: none; }

.Search {
  margin-right: 15px; }
  .Search input {
    outline: none; }
  .Search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%; }
  .Search input::-webkit-search-decoration,
  .Search input::-webkit-search-cancel-button {
    display: none; }
  .Search input[type=search] {
    background: #FFF url("../assets/images/search-icon-header.png") no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    border-radius: 10em;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .Search input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #033a6c;
    -webkit-box-shadow: 0 0 5px rgba(81, 81, 81, 0.5);
    box-shadow: 0 0 5px rgba(81, 81, 81, 0.5); }
  .Search input:-moz-placeholder {
    color: #999; }
  .Search input::-webkit-input-placeholder {
    color: #999; }
  .Search input[type=search] {
    width: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    color: transparent;
    cursor: pointer; }
  .Search input[type=search]:hover {
    background-color: #fff; }
  .Search input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto; }
  .Search input:-moz-placeholder {
    color: transparent; }
  .Search input::-webkit-input-placeholder {
    color: transparent; }

.MenuScrolled {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
  background: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44); }
  .MenuScrolled__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .MenuScrolled__wrapper #menu-navigation-header-scrolled {
      margin-top: 0; }
    .MenuScrolled__wrapper #menu-navigation-header-scrolled li a {
      font-size: 17px; }

body.Menu--scrolled .MenuScrolled {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.SubMenu--opened .sub-menu {
  display: block !important; }

.SubMenu--opened .sub-menu li.menu-item-has-children > a:after {
  display: none; }

.LogoCarousel {
  padding: 30px 16px; }
  .LogoCarousel__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .LogoCarousel__wrapper h2 {
      font-size: 32px;
      line-height: 44px;
      color: #033a80; }
  .LogoCarousel .owl-carousel .owl-item img {
    width: auto; }
  .LogoCarousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .LogoCarousel__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .LogoCarousel .owl-prev {
    width: 30px;
    height: 61px;
    background: url(../assets/images/arrow-left-grey.png) left top no-repeat !important;
    position: absolute;
    top: 16%;
    margin-left: 0px;
    display: block !important;
    border: 0px solid black; }
  .LogoCarousel .owl-next {
    width: 30px;
    height: 61px;
    background: url(../assets/images/arrow-right-grey.png) left top no-repeat !important;
    position: absolute;
    top: 16%;
    right: 0px;
    display: block !important;
    border: 0px solid black; }

.owl-prev {
  width: 30px;
  height: 61px;
  background: url(../assets/images/arrow-left.png) left top no-repeat !important;
  position: absolute;
  top: 30%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black; }

.owl-next {
  width: 30px;
  height: 61px;
  background: url(../assets/images/arrow-right.png) left top no-repeat !important;
  position: absolute;
  top: 30%;
  right: -25px;
  display: block !important;
  border: 0px solid black; }

.owl-prev i, .owl-next i {
  -webkit-transform: scale(1, 6);
          transform: scale(1, 6);
  color: #ccc; }

.LogoCarousel__item-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 16px !important; }

.LogoCarousel__item-title span {
  display: block; }

.LogoCarousel__item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.LogoCarousel__item-link {
  height: 154px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.PictoCarousel {
  min-height: 480px;
  background: url("../assets/images/back-slideshow-degrade.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 16px;
  text-align: center; }
  .PictoCarousel__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .PictoCarousel p {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFF; }
  .PictoCarousel img {
    max-width: 100%;
    height: auto;
    width: auto !important; }
  .PictoCarousel .LogoCarousel__item {
    min-height: 308px; }

.Blog {
  padding-bottom: 50px !important; }
  .Blog .article-grid__heading {
    font-size: 25px;
    line-height: 32px; }
    .Blog .article-grid__heading a {
      color: #033a6c; }
      .Blog .article-grid__heading a:hover {
        color: #ff9933; }
  .Blog p a {
    color: #ff9933; }

.pagination h2 {
  font-size: 20px !important;
  margin-bottom: 0; }

.pagination .nav-links {
  font-size: 16px;
  color: #5498ff; }
  .pagination .nav-links a {
    color: #5498ff; }

.SectionWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; }
  .SectionWrapper--grey {
    background: #f2f2f2;
    padding: 40px 0; }
  .SectionWrapper__banner {
    font: 300 28px/34px "Lato", sans-serif; }
    .SectionWrapper__banner a {
      font: 700 16px/24px "Lato", sans-serif; }
  .SectionWrapper--separator {
    text-align: center; }

.FiftyFifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .FiftyFifty--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .FiftyFifty--reverse .FiftyFifty--left {
      padding: 0 0 0 25px; }
      .FiftyFifty--reverse .FiftyFifty--left a {
        max-width: 100%;
        min-height: 1px; }
    .FiftyFifty--reverse .FiftyFifty--right {
      padding: 0 25px 0 0; }
      .FiftyFifty--reverse .FiftyFifty--right a {
        max-width: 100%;
        min-height: 1px; }
  .FiftyFifty--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 25px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300; }
    .FiftyFifty--left img {
      max-width: 100%; }
    .FiftyFifty--left h1 {
      line-height: 40px; }
    .FiftyFifty--left a {
      max-width: 100%;
      min-height: 1px; }
  .FiftyFifty--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 0 25px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    line-height: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .FiftyFifty--right img {
      max-width: 100%; }
    .FiftyFifty--right a {
      max-width: 100%;
      min-height: 1px; }

.Spacer {
  width: 100%;
  height: 80px; }

.ProductHeader {
  width: 100%;
  height: 448px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .ProductHeader .ProductHeader__sub {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ProductHeader .ProductHeader__sub ul {
      margin: 0;
      padding: 0; }
      .ProductHeader .ProductHeader__sub ul li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .ProductHeader .ProductHeader__sub ul li:after {
          content: '|';
          font-size: 34px;
          color: #FFF;
          margin: 0 10px; }
        .ProductHeader .ProductHeader__sub ul li:last-child:after {
          display: none; }
        .ProductHeader .ProductHeader__sub ul li a {
          color: #FFF;
          text-transform: uppercase; }
          .ProductHeader .ProductHeader__sub ul li a:hover {
            text-decoration: underline; }
        .ProductHeader .ProductHeader__sub ul li.current-menu-item a {
          text-decoration: underline; }

.TitleWithText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .TitleWithText__title {
    color: #ff9933;
    font: 700 28px "Lato", sans-serif !important;
    margin-bottom: 0; }
  .TitleWithText__text {
    font: 300 22px/26px "Lato", sans-serif;
    text-align: center; }

.SectionWrapper__testimony {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Testimony {
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .Testimony__text {
    text-align: center;
    font: 300 24px/32px "Lato", sans-serif;
    font-style: italic;
    max-width: 100%; }
    .Testimony__text::before {
      content: '';
      width: 40px;
      height: 24px;
      background: url("../assets/images/open-quote.png") center center no-repeat;
      display: inline-block; }
    .Testimony__text::after {
      content: '';
      width: 40px;
      height: 24px;
      background: url("../assets/images/closing-quote.png") center center no-repeat;
      display: inline-block;
      margin-left: 5px; }
  .Testimony__name {
    font: 500 20px/24px "Lato", sans-serif; }

.TrainerRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #033a6c; }

.TrainerRow--name {
  font-size: 50px;
  color: #ff9933; }

.TrainerRow--top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.TrainerRow__left {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  border-right: 1px solid #033a6c;
  text-align: right;
  padding: 12px;
  font-weight: 700; }

.TrainerRow__right {
  padding: 12px; }

.TrainerRow__right p {
  margin-top: 0;
  margin-bottom: 20px; }

.TrainerRow__right a {
  color: #033a6c; }

.TrainerTitle {
  text-transform: uppercase;
  color: #033a6c;
  font-weight: 700;
  font-size: 50px; }

.TrainerTitle span {
  color: #ff9933; }

.Wysiwyg {
  font-family: "Lato", sans-serif;
  font-weight: 300; }
  .Wysiwyg p {
    font-size: 22px;
    line-height: 26px; }
  .Wysiwyg li {
    font-size: 22px;
    line-height: 26px; }
  .Wysiwyg a {
    color: #ff9933; }
  .Wysiwyg h1,
  .Wysiwyg h2,
  .Wysiwyg h3,
  .Wysiwyg h4,
  .Wysiwyg h5,
  .Wysiwyg h6 {
    color: #ff9933; }

.Separator {
  width: 70%;
  height: 2px;
  background-color: #e4e4e4;
  display: inline-block; }

.IconLink__item {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .IconLink__item img {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-right: 15px; }
  .IconLink__item a {
    color: #ff9933; }
    .IconLink__item a:hover {
      color: #033a6c; }

.IconLink__link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .IconLink__link-text p {
    margin-left: 10px; }

.ToggleSection {
  overflow: hidden; }
  .ToggleSection__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .ToggleSection__title:hover {
      color: #ff9933; }
  .ToggleSection__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .ToggleSection__title-btn {
    margin-left: 15px; }
  .ToggleSection__content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .ToggleSection--opened .ToggleSection__icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .ToggleSection--opened .ToggleSection__content {
    height: auto;
    opacity: 1;
    visibility: visible; }

.ApplicationSection__item {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ApplicationSection__item img {
    margin-right: 20px; }

.ApplicationSection__title {
  color: #ff9933;
  font-weight: 700;
  font-size: 24px; }

.ApplicationSection__content p {
  margin-top: 4px; }

.DownloadSection__item {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .DownloadSection__item img {
    margin-right: 20px; }

.DownloadSection__title {
  font-weight: 700; }

.DownloadSection__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .DownloadSection__content a {
    color: #ff9933;
    font-weight: 700;
    margin-right: 10px; }
    .DownloadSection__content a:hover {
      color: #033a6c; }

.ManualSection__item {
  margin-bottom: 80px; }

.ManualSection__content {
  padding-left: 76px; }
  .ManualSection__content a {
    color: #ff9933; }
    .ManualSection__content a:hover {
      color: #033a6c; }

.ProductSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .ProductSection img {
    max-width: 240px;
    padding: 0 10px; }
  .ProductSection .ButtonWrapper {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .ProductSection .ButtonWrapper a {
      width: 100%;
      max-width: 150px;
      text-align: center; }
      .ProductSection .ButtonWrapper a:first-of-type {
        margin-bottom: 10px; }
      .ProductSection .ButtonWrapper a:nth-child(2) {
        margin-left: 0; }

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

.ListingBlog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ListingBlog__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78%;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%; }
  .ListingBlog__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    background: #033a6c;
    padding: 20px 20px 35px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .ListingBlog__right-title {
      width: 100%;
      text-align: left;
      margin: 0;
      font-size: 25px;
      line-height: 38px;
      color: #FFF;
      border-bottom: 2px solid #5498ff; }
    .ListingBlog__right ul {
      margin: 20px 0 20px 0;
      padding: 0; }
      .ListingBlog__right ul li {
        font-size: 16px;
        list-style-type: none;
        color: #a8a8a8; }
        .ListingBlog__right ul li a {
          color: #5498ff;
          -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
          .ListingBlog__right ul li a:hover {
            color: #FFF; }

.search .ListingBlog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.article-grid__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .article-grid__content .Blog__left {
    padding-top: 30px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .article-grid__content .Blog__left img {
      max-width: 300px;
      height: auto; }

.post-date {
  font-size: 16px;
  color: #ff9933;
  display: block;
  font-weight: 500;
  border-top: 1px dotted #ccc;
  margin-top: 8px; }

img.alignleft {
  padding: 0 20px 20px 0;
  float: left; }

.article-grid__container {
  background: rgba(226, 226, 226, 0.4);
  padding: 15px 25px;
  margin-bottom: 20px; }

.article-grid__excerpt p {
  font-size: 18px; }

.post-tools {
  text-align: right;
  width: 100%; }
  .post-tools a {
    font-size: 16px;
    text-transform: uppercase;
    background: #033a6c;
    color: #FFF;
    -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 10px 25px;
    display: inline-block;
    position: relative;
    right: -25px;
    bottom: -15px; }
    .post-tools a:hover {
      background: #ff9933;
      color: #FFF; }

.single-post .single__title {
  font-size: 34px;
  color: #033a6c; }

.Slideshow {
  margin: 0;
  padding: 0; }
  .Slideshow img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .Slideshow li {
    min-height: 332px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .Slideshow__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px; }
  .Slideshow__texte {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px; }
  .Slideshow__btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .Slideshow__btns a {
      padding: 8px 15px;
      margin: 0 8px;
      border: 1px solid #000;
      color: #000;
      -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .Slideshow__btns a:hover {
        color: #FFF;
        background: #000; }

.ButtonWrapper {
  margin-top: 15px; }
  .ButtonWrapper .ThemeButton:nth-child(2) {
    margin-left: 10px; }

.ThemeButton {
  text-transform: uppercase;
  border: 2px solid #030c42;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px 15px;
  color: #030c42; }
  .ThemeButton:hover {
    color: #FFF;
    background: #030c42; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #033a6c; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #033a6c;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
     * 3DX
     */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DX Reverse
     */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY
     */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY Reverse
     */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY
     */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY Reverse
     */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * Arrow
     */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Arrow Right
     */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Alt
     */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Alt Right
     */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Turn
     */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Turn Right
     */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Boring
     */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
     * Collapse
     */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Collapse Reverse
     */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Elastic
     */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
     * Elastic Reverse
     */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
     * Emphatic
     */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Emphatic Reverse
     */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Minus
     */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
     * Slider
     */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
     * Slider Reverse
     */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
     * Spin
     */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spin Reverse
     */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spring
     */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
     * Spring Reverse
     */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand
     */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand Reverse
     */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Vortex
     */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
     * Vortex Reverse
     */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.MobileMenu {
  position: fixed;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  right: 0;
  max-width: 350px;
  width: 100%;
  background: #033a6c;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 15px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .MobileMenu__title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px; }
  .MobileMenu__language-switcher {
    margin-top: 20px;
    color: #FFF; }
    .MobileMenu__language-switcher .item--language {
      color: #FFF; }
      .MobileMenu__language-switcher .item--language:hover {
        color: #3a8cd6; }
  .MobileMenu ul {
    margin: 0;
    padding: 0; }
    .MobileMenu ul li {
      list-style-type: none;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .MobileMenu ul li:last-child {
        border-bottom: 0; }
      .MobileMenu ul li .sub-menu {
        display: none; }
      .MobileMenu ul li a {
        color: #FFF;
        -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1);
        transition: all cubic-bezier(0.19, 1, 0.22, 1); }
        .MobileMenu ul li a:hover {
          color: #3a8cd6; }
    .MobileMenu ul.sub-menu {
      padding-left: 15px; }
      .MobileMenu ul.sub-menu li.menu-item-has-children > a:after {
        display: none !important; }

.MobileMenu--opened {
  overflow: hidden; }
  .MobileMenu--opened .hamburger {
    background-color: rgba(255, 255, 255, 0) !important; }
  .MobileMenu--opened .MobileMenu {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .MobileMenu--opened .hamburger-inner,
  .MobileMenu--opened .hamburger-inner::before,
  .MobileMenu--opened .hamburger-inner::after {
    background-color: #FFF !important; }
  .MobileMenu--opened .MenuMobile__overlay {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.MenuMobile__overlay {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

#menu-item-2133 .sub-menu {
  min-width: 270px !important; }

.SearchBox {
  position: fixed;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  background: #033a6c;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0; }
  .SearchBox .header__search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .SearchBox__submit {
    background: #f4f5f7;
    color: #033a6c;
    padding: 0 20px; }
  .SearchBox__close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #033a6c;
    background: #f4f5f7;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer; }

.Search--opened .SearchBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.footer {
  background: #033a6c;
  padding: 60px 0;
  color: #FFF; }
  .footer__container {
    max-width: 1230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__container-copyright {
    max-width: 1230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
    .footer__container-copyright a {
      color: #FFF; }
  .footer__socials {
    margin: 0;
    padding: 0; }
    .footer__socials li {
      display: inline;
      margin: 0 4px; }
      .footer__socials li:first-child {
        margin-left: 0; }
      .footer__socials li:last-child {
        margin-right: 12px; }

#menu-navigation-footer,
#menu-navigation-footer-french,
#menu-navigation-footer-spanish {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #menu-navigation-footer .menu-item,
  #menu-navigation-footer-french .menu-item,
  #menu-navigation-footer-spanish .menu-item {
    display: inline;
    font-size: 20px;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 120px; }
    #menu-navigation-footer .menu-item a,
    #menu-navigation-footer-french .menu-item a,
    #menu-navigation-footer-spanish .menu-item a {
      text-transform: uppercase;
      color: #FFF; }
      #menu-navigation-footer .menu-item a:hover,
      #menu-navigation-footer-french .menu-item a:hover,
      #menu-navigation-footer-spanish .menu-item a:hover {
        color: #3a8cd6; }
    #menu-navigation-footer .menu-item .sub-menu,
    #menu-navigation-footer-french .menu-item .sub-menu,
    #menu-navigation-footer-spanish .menu-item .sub-menu {
      padding: 0; }
      #menu-navigation-footer .menu-item .sub-menu .menu-item,
      #menu-navigation-footer-french .menu-item .sub-menu .menu-item,
      #menu-navigation-footer-spanish .menu-item .sub-menu .menu-item {
        display: block;
        font-size: 13px;
        line-height: 20px;
        margin-right: 0; }
      @media (max-width: 767px) {
      .header__top {
        padding-right: 80px; }
    #menu-navigation-header,
    #menu-navigation-header-2,
    #menu-navigation-header-fr-2,
    #menu-navigation-header-fr2-2,
    #menu-navigation-header-fr2,
    #menu-navigation-header-scrolled,
    #menu-navigation-header-fr,
    #menu-navigation-header-sp,
    #menu-navigation-header-es,
    #menu-navigation-header-es-2 {
      display: none; }
    .header__tools {
      display: none; }
    .hamburger {
      display: inline-block !important; }
    .MenuScrolled {
      display: none; }
    .Blog__left, .Blog__right {
      width: 100%; }
    .SectionWrapper {
      padding: 0 20px; }
    .FiftyFifty {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .FiftyFifty--reverse .FiftyFifty--left {
          padding: 0;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
        .FiftyFifty--reverse .FiftyFifty--right {
          padding: 0;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
      .FiftyFifty--left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 40px;
        padding-right: 0; }
      .FiftyFifty--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-left: 0; }
    .SectionWrapper__testimony {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .ManualSection__item {
      margin-bottom: 40px; }
    .article-grid__content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 991px) {
      .ListingBlog__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%; }
      .ListingBlog__right {
        display: none; }
      .footer__container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .footer__container-copyright {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .footer__socials {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
  .logo-footer {
    margin-bottom: 20px; }
    #menu-navigation-footer,
    #menu-navigation-footer-french,
    #menu-navigation-footer-spanish {
      display: none; } }

