@charset "UTF-8";
:root {
  --colour-primary: #eb5c37;
  --colour-primary-dark: rgb(212,57,0);
  --colour-primary-transparent: rgba(255,96,0,.6);
  --colour-primary-gradient-vertical: linear-gradient(0deg, rgba(212,57,0,1) 0%, rgba(213,58,0,1) 35%, rgba(255,96,0,1) 100%);
  --colour-primary-gradient-horizontal: linear-gradient(270deg, rgba(212,57,0,1) 0%, rgba(213,58,0,1) 35%, rgba(255,96,0,1) 100%);
  --colour-primary-gradient-horizontal-reverse: linear-gradient(270deg, rgba(255,96,0,1) 0%, rgba(213,58,0,1) 65%, rgba(212,57,0,1) 100%);
  --colour-primary-gradient-transparent: linear-gradient(0deg, rgba(212,57,0,.6) 0%, rgba(213,58,0,.6) 35%, rgba(255,96,0,.6) 100%);
  --colour-secondary: rgb(69,69,69);
  --colour-secondary-dark: rgb(51,51,51);
  --colour-secondary-gradient-vertical: linear-gradient(180deg, #4d4855 0%, #000000 74%);
  --colour-white: #fff;
  --colour-white-hover: #dbdad9;
  --colour-black: #0b0c0c;
  --colour-bg: rgb(255,255,255);
  --colour-bg-primary-light: rgb(255,244,237);
  --colour-bg-grey: #f2f2f2;
  --colour-bg-grey-dark: #e3e3e3;
  --colour-font-dark: #222222;
  --colour-font-light: rgb(255,255,255);
  --colour-font-grey: #505a5f;
  --colour-border-grey: #b1b4b6;
  --colour-border-grey-dark: #505a5f;
  --colour-focus: #ffdd00;
  --colour-error: rgb(244,67,54);
  --colour-success: #00703c;
  --colour-success-hover: #004e2a;
  --colour-link: #1d70b8;
  --colour-link-visited: #4c2c92;
  --colour-link-hover: #003078;
  --component-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
  --component-box-shadow-light: 0 2px 0 #929191;
  --component-border-radius: 5px;
  --component-border-grey: rgb(225,225,225);
  --component-button-bg: linear-gradient(45deg, rgba(192,52,0,1) 0%, rgba(255,96,0,1) 45%, rgba(134,36,0,1) 75%, rgba(134,36,0,1) 100%);
  --component-button-bg-secondary: linear-gradient(45deg, rgba(44,44,44,1) 0%, rgba(69,69,69,1) 45%, rgba(33,33,33,1) 75%, rgba(33,33,33,1) 100%);
  --font-primary: "FFInfraRegular", sans-serif;
  --font-secondary: "FFInfraSemiBold", sans-serif;
  /* base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  /* text scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-s: calc(1em / var(--text-scale-ratio));
  --text-m: calc(1em * var(--text-scale-ratio));
  --text-l: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-2xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-3xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  /* line height */
  --body-line-height: 1.4;
  --heading-line-height: 1.2;
  /* spacing */
  --space-unit:  1em;
  --space-4xs: calc(0.125 * var(--space-unit));
  /* 2px */
  --space-3xs: calc(0.25 * var(--space-unit));
  /* 4px */
  --space-2xs: calc(0.375 * var(--space-unit));
  /* 6px */
  --space-xs: calc(0.5 * var(--space-unit));
  /* 8px */
  --space-s: calc(0.75 * var(--space-unit));
  /* 12px */
  --space-m: calc(1.25 * var(--space-unit));
  /* 20px */
  --space-l: calc(2 * var(--space-unit));
  /* 32px */
  --space-xl: calc(3.25 * var(--space-unit));
  /* 52px */
  --space-2xl: calc(5.25 * var(--space-unit));
  /* 84px */
  --space-3xl: calc(8.5 * var(--space-unit));
  /* 136px */
  --space-4xl:calc(13.75 * var(--space-unit));
  /* 220px */
  /* base multipliers */
  --line-height-multiplier: 1;
  --text-vspace-multiplier: 1;
}
@media (max-width: 40.0625em) {
  :root {
    --text-scale-ratio: 1.1;
  }
}
#super-navigation {
  --text-base-size: .75em;
  height: 100px;
  white-space: nowrap;
  background: #acdef9;
  z-index: 10;
}
#super-navigation .super-navigation__content-wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#super-navigation a:focus, #super-navigation button:focus {
  outline: 1px dashed var(--colour-black) !important;
  outline-offset: -1px;
}
#super-navigation a.emphasis:focus {
  outline: 1px dashed var(--colour-white) !important;
}
#super-navigation #logo-container {
  display: inline-block;
  line-height: 100px;
  height: 100px;
  padding: 0;
  margin: 0 var(--space-s) 0 var(--space-s);
  outline: 1px solid transparent;
}
#super-navigation #logo-container img {
  height: 81px;
  width: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  vertical-align: top;
}
#super-navigation nav {
  display: inline-block;
  float: right;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
#super-navigation nav #paddle-items {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0 var(--space-s) 0 0;
  list-style: none;
}
#super-navigation nav #paddle-items a:not(.sub-menu-link)::before, #super-navigation nav #paddle-items button::before {
  display: none;
  content: "";
  height: 4px;
  background: var(--colour-primary);
  position: absolute;
  bottom: 22px;
  left: 15px;
  right: 15px;
}
#super-navigation nav #paddle-items a.emphasis::before {
  background: var(--colour-font-light);
}
#super-navigation nav #paddle-items button::before {
  right: 33px;
}
#super-navigation nav #paddle-items a:hover::before, #super-navigation nav #paddle-items button[aria-expanded="false"]:hover::before {
  display: block;
}
#super-navigation nav #paddle-items .nested-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu {
  position: relative;
  display: inline-block;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button {
  position: relative;
  height: 100px;
  font-size: var(--text-base-size);
  font-weight: 500;
  font-family: var(--font-primary);
  padding-left: var(--space-m);
  padding-right: var(--space-m);
  background: none;
  border: none;
  outline: 1px solid transparent;
  cursor: pointer;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button::after {
  transform: translateY(-35%) rotate(45deg) scale(1);
  border-bottom: 1px solid var(--colour-black);
  border-bottom-color: var(--colour-black);
  border-right: 1px solid var(--colour-white);
  border-right-color: white;
  border-right-color: var(--colour-black);
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: var(--space-2xs);
  vertical-align: middle;
  width: 8px;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button[aria-expanded="true"] {
  background: var(--colour-bg-grey);
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  padding: 0;
  background: var(--colour-bg-grey);
  z-index: 100;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link {
  display: block;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a {
  background: var(--colour-bg-grey);
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a:hover {
  text-decoration: underline;
  background: var(--colour-bg-grey-dark);
}
#super-navigation nav #paddle-items .single-link {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  margin: 0;
  outline: 1px solid transparent;
  cursor: pointer;
}
#super-navigation nav #paddle-items .single-link a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: var(--space-m);
  padding-right: var(--space-m);
  margin: 0;
  font-size: var(--text-base-size);
  font-weight: 500;
  color: var(--colour-font-dark);
  background: none;
  text-decoration: none;
}
@media (min-width: 1050px) {
  #super-navigation nav #paddle-items .single-link a.emphasis {
    color: var(--colour-font-light);
    background: var(--colour-primary-gradient-vertical);
    border-radius: 30px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #super-navigation nav #paddle-items .single-link a.emphasis::before {
    bottom: 7px;
  }
}
#super-navigation #nav-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: no-wrap;
}
#super-navigation #menu-button {
  display: none;
  font-family: var(--font-primary);
}
#super-navigation #menu-button button {
  display: block;
  float: left;
  height: 100px;
  padding: 0;
  position: relative;
  right: 0;
  background: none;
  box-shadow: none;
  color: var(--colour-font-dark);
  text-underline-offset: 0.1em;
  font-size: var(--text-base-size);
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
#super-navigation #menu-button button span {
  display: inline-block;
  border-left: 1px solid var(--colour-border-grey-dark);
  margin: 0;
  padding: 5px 20px;
}
#super-navigation #menu-button button span::before {
  transform: translateY(-35%) rotate(45deg) scale(1);
  border-bottom: 2px solid var(--colour-font-dark);
  border-right: 2px solid var(--colour-font-dark);
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 10px 0 2px;
  vertical-align: middle;
  width: 8px;
}
#super-navigation #menu-button button span::after {
  background: none;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: auto;
}
#super-navigation #menu-button button[aria-expanded="true"] {
  background: var(--colour-bg-grey);
  color: var(--colour-link);
}
#super-navigation #menu-button button[aria-expanded="true"] span {
  border-left: 1px solid var(--colour-bg-grey) !important;
}
#super-navigation #menu-button button[aria-expanded="true"] span::before {
  transform: rotate(225deg);
  border-color: var(--colour-link) !important;
}
#super-navigation #menu-button button[aria-expanded="true"] span::after {
  background: var(--colour-link);
}
#super-navigation #menu-button button::after {
  background: none;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: auto;
}
@media (max-width: 1150px) {
  #super-navigation #paddle-items {
    position: absolute;
    top: 100px;
    right: var(--space-s);
    min-width: 300px;
    width: auto;
    max-width: 400px;
    height: auto !important;
    max-height: 500px;
    margin-right: 0 !important;
    border-bottom: 4px solid var(--colour-black);
    overflow-y: scroll;
    z-index: 200;
  }
  #super-navigation #paddle-items .nested-menu {
    display: block !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu {
    display: block;
    width: 100%;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button {
    position: relative;
    text-align: left;
    width: 100%;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button::after {
    position: absolute;
    top: calc(50% - 4px);
    right: var(--space-m);
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button[aria-expanded="true"]::after {
    transform: rotate(225deg);
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu {
    position: relative !important;
    padding-left: var(--space-m) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link {
    position: relative;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a:hover {
    text-decoration: none !important;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link:not(:last-child):after {
    content: "";
    position: absolute;
    left: var(--space-s);
    bottom: 0;
    height: 1px;
    width: calc(100% - var(--space-s));
    background: rgba(0, 0, 0, 0.1);
  }
  #super-navigation #paddle-items a:hover::before, #super-navigation #paddle-items button[aria-expanded="false"]:hover::before {
    display: none !important;
  }
  #super-navigation #paddle-items .single-link {
    display: block !important;
  }
  #super-navigation #paddle-items .single-link a:not(.emphasis) {
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .single-link a.emphasis {
    background: var(--colour-primary-gradient-vertical) !important;
    color: var(--colour-font-light) !important;
  }
  #super-navigation #menu-button {
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 60px;
    width: auto;
    padding-right: var(--space-s);
  }
}
@media only screen and (max-width: 500px) {
  #super-navigation #logo-container svg {
    height: 30px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #super-navigation #paddle-items {
    right: 0;
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
    height: auto !important;
    max-height: 100vh;
  }
}
/**
 * @file
 * Throbber.
 */
.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}
[dir="rtl"] .ajax-progress {
  float: right;
}
.ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
  background: transparent url(../../../images/core/throbber-active.gif) no-repeat 0 center;
}
.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}
tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
/* Full screen throbber */
.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%;
  /* LTR */
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(../../../images/core/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
[dir="rtl"] .ajax-progress-fullscreen {
  right: 49%;
  left: auto;
}
/**
 * @file
 * Alignment classes for text and block level elements.
 */
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}
/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cke_reset_all .cke_dialog_body fieldset:not(.fieldgroup) > legend {
  position: relative;
}
/**
 * @file
 * Visual styles for animated throbber.
 *
 * @see autocomplete.js
 */
.js input.form-autocomplete {
  background-image: url(../../../images/core/throbber-inactive.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  /* LTR */
}
.js[dir="rtl"] input.form-autocomplete {
  background-position: 0% center;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(../../../images/core/throbber-active.gif);
  background-position: 100% center;
  /* LTR */
}
.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
  background-position: 0% center;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.imce-filefield-parent input.form-file[type="file"], .imce-filefield-parent .form-item__control.file {
  display: none !important;
}
.form-managed-file input[data-cms-selector|="edit-field-location-image"][type="file"] {
  display: none;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
/**
 * @file
 * Float clearing.
 *
 * Based on the micro clearfix hack by Nicolas Gallagher, with the :before
 * pseudo selector removed to allow normal top margin collapse.
 *
 * @see http://nicolasgallagher.com/micro-clearfix-hack
 */
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.content-lock-locked-not-owner .contextual-region .layout__region .contextual-region .contextual[data-contextual-id*="brick:brick"], .content-lock-locked-bypass .contextual-region .layout__region .contextual-region .contextual[data-contextual-id*="brick:brick"], .content-lock-form-disabled .messages.messages--error, .content-lock-form-disabled .form-item--error-message, .content-lock-form-disabled.bricky-component .container.alert-container, .locked-component-form-message-hidden, .contextual-region .contextual .contextual-links a.content-lock-link-hidden {
  display: none;
}
.content-lock-form-disabled {
  pointer-events: none;
}
.content-lock-form-disabled .button, .content-lock-form-disabled .layout-builder__link--configure, .content-lock-form-disabled .layout-builder__link--add {
  opacity: 0.5;
}
.content-lock-form-disabled .is-active {
  pointer-events: all;
  opacity: 1;
}
.locked-component-form-message {
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: rgba(82, 106, 178, 0.1);
  color: red;
}
/**
 * @file
 * Inline items.
 */
.container-inline div, .container-inline label {
  display: inline;
}
/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper {
  display: block;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(Opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text.sitemap--list ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text.sitemap--list ul li::before {
  width: 8px;
  height: 8px;
  background: #0091d8;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
  content: "";
}
.visually-hidden {
  z-index: 20;
  background: #fff;
}
/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 */
.js details:not([open]) .details-wrapper {
  display: none;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*====== Container : START ======*/
/*====== Container : START ======*/
/*====== Player (Audio/Video) : START ======*/
/*====== Player (Audio/Video) : END ======*/
/*====== Control Bar : START ======*/
.mejs-skin-inv-custom-player .mejs__controls:not([style*="display: none"]) {
  background: #1f3357;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
}
/*-Control Buttons : START-*/
/*Play/Pause*/
/*Share*/
.mejs-skin-inv-custom-player .mejs__share-button {
  background-color: inherit;
}
/*Captions*/
.mejs-skin-inv-custom-player .mejs__captions-button {
  background-color: inherit;
}
/*Volume*/
.mejs-skin-inv-custom-player .mejs__volume-button {
  background-color: inherit;
}
/*Fullscreen*/
/*-Control Buttons : END-*/
/*====== Control Bar : END ======*/
/*====== Overlay Play Button : START ======*/
.mejs-skin-inv-custom-player .mejs__overlay-play {
  background: rgba(32, 32, 32, 0.178);
}
.mejs-skin-inv-custom-player .mejs__overlay-play .mejs__overlay-button {
  background-position: 16px 15px !important;
  background-size: 1145px;
}
/*====== Overlay Play Button : END ======*/
/*====== Timer Text: START ======*/
.mejs-skin-inv-custom-player .mejs__time {
  color: inherit;
}
/*====== Timer Text: END ======*/
/*====== Time Slider : START ======*/
.mejs-skin-inv-custom-player .mejs__time-slider {
  background-color: rgba(255, 255, 255, 0.3);
}
.mejs-skin-inv-custom-player .mejs__time-buffering {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
}
.mejs-skin-inv-custom-player .mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs-skin-inv-custom-player .mejs__time-current {
  background-color: #ff7d08;
}
.mejs-skin-inv-custom-player .mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs-skin-inv-custom-player .mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
}
.mejs-skin-inv-custom-player .mejs__time-float {
  background-color: #fff;
}
.mejs-skin-inv-custom-player .mejs__time-float-corner {
  border-color: #fff transparent transparent;
}
.mejs-skin-inv-custom-player .mejs__time-rail {
  background: transparent;
}
/*====== Time Slider : END ======*/
/*====== Volume Handle : START ======*/
.mejs-skin-inv-custom-player .mejs__volume-button > .mejs__volume-slider {
  background: inherit;
}
.mejs-skin-inv-custom-player .mejs__volume-total {
  background: rgba(255, 255, 255, 0.3);
}
.mejs-skin-inv-custom-player .mejs__volume-current {
  background: #ff7d08;
}
.mejs-skin-inv-custom-player .mejs__volume-handle {
  background: #fff;
}
/*====== Volume Handle : END ======*/
/*====== Captions : START ======*/
.mejs-skin-inv-custom-player .mejs__captions-button > .mejs__captions-selector, .mejs-skin-inv-custom-player .mejs__chapters-button > .mejs__chapters-selector {
  background: inherit;
}
.mejs-skin-inv-custom-player .mejs__captions-selector-list-item, .mejs-skin-inv-custom-player .mejs__chapters-selector-list-item {
  color: inherit;
}
.mejs-skin-inv-custom-player .mejs__captions-selected, .mejs-skin-inv-custom-player .mejs__chapters-selected {
  color: inherit;
  background-color: #ff7d08;
}
.mejs-skin-inv-custom-player .mejs__captions-text, .mejs-skin-inv-custom-player .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  color: #fff;
}
.mejs-skin-inv-custom-player .mejs__captions-position-hover {
  bottom: 45px;
}
.mejs-skin-inv-custom-player .mejs__captions-selector-list-item:hover, .mejs-skin-inv-custom-player .mejs__chapters-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
/*====== Captions : END ======*/
/*====== Social Share : START ======*/
.mejs-skin-inv-custom-player .mejs__share-selector {
  background: inherit;
}
.mejs__share-selector-list-item {
  color: inherit !important;
}
.mejs-skin-inv-custom-player .mejs__share-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.mejs-skin-inv-custom-player .mejs__share-selector-list-item > a, .mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:visited, .mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:active, .mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:hover {
  color: inherit;
}
/*====== Social Share : END ======*/
/*====== Footer logo ======*/
@media only screen and (max-width: 767px) {
  #block-mandgfooterslogo img {
    max-width: 75px;
  }
  #block-mandgfooterslogo .image {
    justify-content: flex-start;
  }
}
#block-mandgfooterslogo img, #block-talentfoundrylogonew img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0;
  object-position: 0;
}
/*====== Footer logo : END ======*/
/**
 * @file
 * Fieldgroup border reset.
 */
.fieldgroup {
  padding: 0;
  border-width: 0;
}
/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}
/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container, .mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs__button > button:focus {
  outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs__volume-current, .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button, .mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text, .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* ============================ LIVE-1291 =========================== */
/* CSS Fix for displaying error message in proper format */
.mejs__overlay-error {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.mejs__overlay-error img, .mejs__cannotplay a {
  display: none;
}
.mejs__time {
  font-size: 12px;
}
/* Caption text */
.mejs__captions-position-hover {
  bottom: 40px;
}
.mejs__captions-selector-input {
  left: 0;
  width: 0;
  opacity: 0;
  /* for internet explorer */
}
/*
 * LIVE-1978 && LIVE-1979
 * In full screen video getting cut for ie, ipad and popup video .
 *
*/
.mejs__fullscreen .mejs__mediaelement iframe {
  width: 100%;
  height: 100%;
}
/*LIVE-1978 && LIVE-1979*/
.mejs__share-button {
  position: relative;
}
.mejs__share-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__share-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.mejs__share-selector-list-item > label {
  cursor: pointer;
  float: left;
  font-size: 9px;
  line-height: 15px;
  padding: 4px 10px 4px 5px;
  text-transform: capitalize;
  width: 75%;
}
.mejs__share-selector-list-item > label.selected {
  color: #21f8f8;
}
.mejs__share-selector-list-item > label > img {
  width: 12px;
  vertical-align: middle;
}
.mejs__share-selector-list-item > i, .mejs__share-button > button {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86.9 49.4' style='enable-background:new 0 0 86.9 49.4;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M14.5,11.5c-0.8,0-1.5,0.3-2,0.9L6.6,9.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l5.9-2.9c0.5,0.5,1.2,0.9,2,0.9 c1.5,0,2.8-1.2,2.8-2.8c0-1.5-1.2-2.8-2.8-2.8s-2.8,1.2-2.8,2.8c0,0.1,0,0.3,0,0.4L5.8,7.1c-0.5-0.5-1.2-0.9-2-0.9 C2.3,6.2,1,7.5,1,9c0,1.5,1.2,2.8,2.8,2.8c0.8,0,1.5-0.3,2-0.9l5.9,2.9c0,0.1,0,0.3,0,0.4c0,1.5,1.2,2.8,2.8,2.8 c1.5,0,2.8-1.2,2.8-2.8C17.3,12.7,16.1,11.5,14.5,11.5z'/%3E %3Cpath class='st0' d='M44.8,6.2h-2.5V4.5c0-0.6,0.4-0.8,0.7-0.8c0.3,0,1.8,0,1.8,0V1l-2.5,0c-2.7,0-3.4,2-3.4,3.4v1.8h-1.6V9h1.6 c0,3.6,0,8,0,8h3.3c0,0,0-4.4,0-8h2.2L44.8,6.2z'/%3E %3Cpath class='st0' d='M75.3,11.7c-0.4,0-0.7-0.1-1.3-0.4l-9.3-4.9v9.3c0,0.7,0.6,1.3,1.3,1.3h18.7c0.7,0,1.3-0.6,1.3-1.3V6.3 l-9.3,4.9C76,11.5,75.7,11.7,75.3,11.7z M84.7,1H66c-0.7,0-1.3,0.6-1.3,1.3v1L75.3,9L86,3.3v-1C86,1.6,85.4,1,84.7,1z'/%3E %3Cpath class='st0' d='M20.9,34.5c-0.7,0.3-1.5,0.5-2.3,0.6c0.8-0.5,1.5-1.3,1.8-2.2c-0.8,0.5-1.6,0.8-2.6,1c-0.7-0.8-1.8-1.3-2.9-1.3 c-2.2,0-4,1.8-4,4c0,0.3,0,0.6,0.1,0.9c-3.4-0.2-6.3-1.8-8.3-4.2c-0.3,0.6-0.5,1.3-0.5,2c0,1.4,0.7,2.6,1.8,3.4 c-0.7,0-1.3-0.2-1.8-0.5c0,0,0,0,0,0.1c0,2,1.4,3.6,3.2,4c-0.3,0.1-0.7,0.1-1.1,0.1c-0.3,0-0.5,0-0.8-0.1c0.5,1.6,2,2.8,3.8,2.8 c-1.4,1.1-3.1,1.7-5,1.7c-0.3,0-0.6,0-1-0.1c1.8,1.1,3.9,1.8,6.2,1.8c7.4,0,11.5-6.2,11.5-11.5c0-0.2,0-0.3,0-0.5 C19.7,36,20.3,35.3,20.9,34.5z'/%3E %3Cg id='XMLID_184_'%3E %3Cpath id='XMLID_195_' class='st0' d='M37.5,37.8h3.3v10.7h-3.3V37.8z M39.2,32.5c1.1,0,1.9,0.9,1.9,1.9s-0.9,1.9-1.9,1.9 c-1.1,0-1.9-0.9-1.9-1.9S38.1,32.5,39.2,32.5'/%3E %3Cpath id='XMLID_192_' class='st0' d='M42.9,37.8h3.2v1.5h0c0.4-0.8,1.5-1.7,3.1-1.7c3.4,0,4,2.2,4,5.1v5.9H50v-5.2 c0-1.2,0-2.8-1.7-2.8c-1.7,0-2,1.4-2,2.7v5.3h-3.3L42.9,37.8L42.9,37.8z'/%3E %3C/g%3E %3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  background-size: 75px;
}
.mejs__share-button > button {
  background-size: 90px;
}
.mejs__share-selector-list-item > i.facebook {
  background-position: -24px 0px;
  margin-top: 3px;
}
.mejs__share-selector-list-item > i.twitter {
  background-position: 3px 20px;
}
.mejs__share-selector-list-item > i.linkedin {
  background-position: -26px 17px;
  height: 18px;
}
.mejs__share-selector-list-item > i.email {
  background-position: -39px 4px;
  background-size: 60px;
}
.mejs__share-selector-list-item:last-child {
  margin-bottom: 0px;
}
/*css to show sharing related icon in ie11*/
@media (-ms-high-contrast: none) {
  /* IE11 */
  /* IE11 */
  /* IE11 */
  /* IE11 */
  *::-ms-backdrop, .mejs__share-selector-list-item > i.facebook {
    background-position: -24px -15px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.twitter {
    background-position: 3px 35px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.linkedin {
    background-position: -26px 28px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.email {
    background-position: -39px -8px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i, .mejs__share-button > button {
    background-position: 0px -19px;
  }
}
.mejs__share-selector-list-item input[type="radio"]:checked ~ label {
  color: #21f8f8;
}
.mejs__share-selector-input {
  width: 0;
  opacity: 0;
  left: 0;
  position: absolute;
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container, .mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs__button > button:focus {
  outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs__volume-current, .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button, .mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text, .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* ============================ LIVE-1291 =========================== */
/* CSS Fix for displaying error message in proper format */
.mejs__overlay-error {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.mejs__overlay-error img, .mejs__cannotplay a {
  display: none;
}
.mejs__time {
  font-size: 12px;
}
/* Caption text */
.mejs__captions-position-hover {
  bottom: 40px;
}
.mejs__captions-selector-input {
  left: 0;
  width: 0;
  opacity: 0;
  /* for internet explorer */
}
/*
 * LIVE-1978 && LIVE-1979
 * In full screen video getting cut for ie, ipad and popup video .
 *
*/
.mejs__fullscreen .mejs__mediaelement iframe {
  width: 100%;
  height: 100%;
}
/*LIVE-1978 && LIVE-1979*/
.mejs__share-button {
  position: relative;
}
.mejs__share-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__share-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.mejs__share-selector-list-item > label {
  cursor: pointer;
  float: left;
  font-size: 9px;
  line-height: 15px;
  padding: 4px 10px 4px 5px;
  text-transform: capitalize;
  width: 75%;
}
.mejs__share-selector-list-item > label.selected {
  color: #21f8f8;
}
.mejs__share-selector-list-item > label > img {
  width: 12px;
  vertical-align: middle;
}
.mejs__share-selector-list-item > i, .mejs__share-button > button {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86.9 49.4' style='enable-background:new 0 0 86.9 49.4;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M14.5,11.5c-0.8,0-1.5,0.3-2,0.9L6.6,9.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l5.9-2.9c0.5,0.5,1.2,0.9,2,0.9 c1.5,0,2.8-1.2,2.8-2.8c0-1.5-1.2-2.8-2.8-2.8s-2.8,1.2-2.8,2.8c0,0.1,0,0.3,0,0.4L5.8,7.1c-0.5-0.5-1.2-0.9-2-0.9 C2.3,6.2,1,7.5,1,9c0,1.5,1.2,2.8,2.8,2.8c0.8,0,1.5-0.3,2-0.9l5.9,2.9c0,0.1,0,0.3,0,0.4c0,1.5,1.2,2.8,2.8,2.8 c1.5,0,2.8-1.2,2.8-2.8C17.3,12.7,16.1,11.5,14.5,11.5z'/%3E %3Cpath class='st0' d='M44.8,6.2h-2.5V4.5c0-0.6,0.4-0.8,0.7-0.8c0.3,0,1.8,0,1.8,0V1l-2.5,0c-2.7,0-3.4,2-3.4,3.4v1.8h-1.6V9h1.6 c0,3.6,0,8,0,8h3.3c0,0,0-4.4,0-8h2.2L44.8,6.2z'/%3E %3Cpath class='st0' d='M75.3,11.7c-0.4,0-0.7-0.1-1.3-0.4l-9.3-4.9v9.3c0,0.7,0.6,1.3,1.3,1.3h18.7c0.7,0,1.3-0.6,1.3-1.3V6.3 l-9.3,4.9C76,11.5,75.7,11.7,75.3,11.7z M84.7,1H66c-0.7,0-1.3,0.6-1.3,1.3v1L75.3,9L86,3.3v-1C86,1.6,85.4,1,84.7,1z'/%3E %3Cpath class='st0' d='M20.9,34.5c-0.7,0.3-1.5,0.5-2.3,0.6c0.8-0.5,1.5-1.3,1.8-2.2c-0.8,0.5-1.6,0.8-2.6,1c-0.7-0.8-1.8-1.3-2.9-1.3 c-2.2,0-4,1.8-4,4c0,0.3,0,0.6,0.1,0.9c-3.4-0.2-6.3-1.8-8.3-4.2c-0.3,0.6-0.5,1.3-0.5,2c0,1.4,0.7,2.6,1.8,3.4 c-0.7,0-1.3-0.2-1.8-0.5c0,0,0,0,0,0.1c0,2,1.4,3.6,3.2,4c-0.3,0.1-0.7,0.1-1.1,0.1c-0.3,0-0.5,0-0.8-0.1c0.5,1.6,2,2.8,3.8,2.8 c-1.4,1.1-3.1,1.7-5,1.7c-0.3,0-0.6,0-1-0.1c1.8,1.1,3.9,1.8,6.2,1.8c7.4,0,11.5-6.2,11.5-11.5c0-0.2,0-0.3,0-0.5 C19.7,36,20.3,35.3,20.9,34.5z'/%3E %3Cg id='XMLID_184_'%3E %3Cpath id='XMLID_195_' class='st0' d='M37.5,37.8h3.3v10.7h-3.3V37.8z M39.2,32.5c1.1,0,1.9,0.9,1.9,1.9s-0.9,1.9-1.9,1.9 c-1.1,0-1.9-0.9-1.9-1.9S38.1,32.5,39.2,32.5'/%3E %3Cpath id='XMLID_192_' class='st0' d='M42.9,37.8h3.2v1.5h0c0.4-0.8,1.5-1.7,3.1-1.7c3.4,0,4,2.2,4,5.1v5.9H50v-5.2 c0-1.2,0-2.8-1.7-2.8c-1.7,0-2,1.4-2,2.7v5.3h-3.3L42.9,37.8L42.9,37.8z'/%3E %3C/g%3E %3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  background-size: 75px;
}
.mejs__share-button > button {
  background-size: 90px;
}
.mejs__share-selector-list-item > i.facebook {
  background-position: -24px 0px;
  margin-top: 3px;
}
.mejs__share-selector-list-item > i.twitter {
  background-position: 3px 20px;
}
.mejs__share-selector-list-item > i.linkedin {
  background-position: -26px 17px;
  height: 18px;
}
.mejs__share-selector-list-item > i.email {
  background-position: -39px 4px;
  background-size: 60px;
}
.mejs__share-selector-list-item:last-child {
  margin-bottom: 0px;
}
/*css to show sharing related icon in ie11*/
@media (-ms-high-contrast: none) {
  /* IE11 */
  /* IE11 */
  /* IE11 */
  /* IE11 */
  *::-ms-backdrop, .mejs__share-selector-list-item > i.facebook {
    background-position: -24px -15px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.twitter {
    background-position: 3px 35px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.linkedin {
    background-position: -26px 28px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.email {
    background-position: -39px -8px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i, .mejs__share-button > button {
    background-position: 0px -19px;
  }
}
.mejs__share-selector-list-item input[type="radio"]:checked ~ label {
  color: #21f8f8;
}
.mejs__share-selector-input {
  width: 0;
  opacity: 0;
  left: 0;
  position: absolute;
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container, .mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%23FFFFFF;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%23FFFFFF;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%23FFFFFF;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%23FFFFFF;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%23FFFFFF;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%23FFFFFF;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%23FFFFFF;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%23FFFFFF;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs__button > button:focus {
  outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs__volume-current, .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button, .mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text, .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* ============================ LIVE-1291 =========================== */
/* CSS Fix for displaying error message in proper format */
.mejs__overlay-error {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.mejs__overlay-error img, .mejs__cannotplay a {
  display: none;
}
.mejs__time {
  font-size: 12px;
}
/* Caption text */
.mejs__captions-position-hover {
  bottom: 40px;
}
.mejs__captions-selector-input {
  left: 0;
  width: 0;
  opacity: 0;
  /* for internet explorer */
}
/*
 * LIVE-1978 && LIVE-1979
 * In full screen video getting cut for ie, ipad and popup video .
 *
*/
.mejs__fullscreen .mejs__mediaelement iframe {
  width: 100%;
  height: 100%;
}
/*LIVE-1978 && LIVE-1979*/
.mejs__share-button {
  position: relative;
}
.mejs__share-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__share-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__share-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.mejs__share-selector-list-item > label {
  cursor: pointer;
  float: left;
  font-size: 9px;
  line-height: 15px;
  padding: 4px 10px 4px 5px;
  text-transform: capitalize;
  width: 75%;
}
.mejs__share-selector-list-item > label.selected {
  color: #21f8f8;
}
.mejs__share-selector-list-item > label > img {
  width: 12px;
  vertical-align: middle;
}
.mejs__share-selector-list-item > i, .mejs__share-button > button {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86.9 49.4' style='enable-background:new 0 0 86.9 49.4;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M14.5,11.5c-0.8,0-1.5,0.3-2,0.9L6.6,9.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l5.9-2.9c0.5,0.5,1.2,0.9,2,0.9 c1.5,0,2.8-1.2,2.8-2.8c0-1.5-1.2-2.8-2.8-2.8s-2.8,1.2-2.8,2.8c0,0.1,0,0.3,0,0.4L5.8,7.1c-0.5-0.5-1.2-0.9-2-0.9 C2.3,6.2,1,7.5,1,9c0,1.5,1.2,2.8,2.8,2.8c0.8,0,1.5-0.3,2-0.9l5.9,2.9c0,0.1,0,0.3,0,0.4c0,1.5,1.2,2.8,2.8,2.8 c1.5,0,2.8-1.2,2.8-2.8C17.3,12.7,16.1,11.5,14.5,11.5z'/%3E %3Cpath class='st0' d='M44.8,6.2h-2.5V4.5c0-0.6,0.4-0.8,0.7-0.8c0.3,0,1.8,0,1.8,0V1l-2.5,0c-2.7,0-3.4,2-3.4,3.4v1.8h-1.6V9h1.6 c0,3.6,0,8,0,8h3.3c0,0,0-4.4,0-8h2.2L44.8,6.2z'/%3E %3Cpath class='st0' d='M75.3,11.7c-0.4,0-0.7-0.1-1.3-0.4l-9.3-4.9v9.3c0,0.7,0.6,1.3,1.3,1.3h18.7c0.7,0,1.3-0.6,1.3-1.3V6.3 l-9.3,4.9C76,11.5,75.7,11.7,75.3,11.7z M84.7,1H66c-0.7,0-1.3,0.6-1.3,1.3v1L75.3,9L86,3.3v-1C86,1.6,85.4,1,84.7,1z'/%3E %3Cpath class='st0' d='M20.9,34.5c-0.7,0.3-1.5,0.5-2.3,0.6c0.8-0.5,1.5-1.3,1.8-2.2c-0.8,0.5-1.6,0.8-2.6,1c-0.7-0.8-1.8-1.3-2.9-1.3 c-2.2,0-4,1.8-4,4c0,0.3,0,0.6,0.1,0.9c-3.4-0.2-6.3-1.8-8.3-4.2c-0.3,0.6-0.5,1.3-0.5,2c0,1.4,0.7,2.6,1.8,3.4 c-0.7,0-1.3-0.2-1.8-0.5c0,0,0,0,0,0.1c0,2,1.4,3.6,3.2,4c-0.3,0.1-0.7,0.1-1.1,0.1c-0.3,0-0.5,0-0.8-0.1c0.5,1.6,2,2.8,3.8,2.8 c-1.4,1.1-3.1,1.7-5,1.7c-0.3,0-0.6,0-1-0.1c1.8,1.1,3.9,1.8,6.2,1.8c7.4,0,11.5-6.2,11.5-11.5c0-0.2,0-0.3,0-0.5 C19.7,36,20.3,35.3,20.9,34.5z'/%3E %3Cg id='XMLID_184_'%3E %3Cpath id='XMLID_195_' class='st0' d='M37.5,37.8h3.3v10.7h-3.3V37.8z M39.2,32.5c1.1,0,1.9,0.9,1.9,1.9s-0.9,1.9-1.9,1.9 c-1.1,0-1.9-0.9-1.9-1.9S38.1,32.5,39.2,32.5'/%3E %3Cpath id='XMLID_192_' class='st0' d='M42.9,37.8h3.2v1.5h0c0.4-0.8,1.5-1.7,3.1-1.7c3.4,0,4,2.2,4,5.1v5.9H50v-5.2 c0-1.2,0-2.8-1.7-2.8c-1.7,0-2,1.4-2,2.7v5.3h-3.3L42.9,37.8L42.9,37.8z'/%3E %3C/g%3E %3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  background-size: 75px;
}
.mejs__share-button > button {
  background-size: 90px;
}
.mejs__share-selector-list-item > i.facebook {
  background-position: -24px 0px;
  margin-top: 3px;
}
.mejs__share-selector-list-item > i.twitter {
  background-position: 3px 20px;
}
.mejs__share-selector-list-item > i.linkedin {
  background-position: -26px 17px;
  height: 18px;
}
.mejs__share-selector-list-item > i.email {
  background-position: -39px 4px;
  background-size: 60px;
}
.mejs__share-selector-list-item:last-child {
  margin-bottom: 0px;
}
/*css to show sharing related icon in ie11*/
@media (-ms-high-contrast: none) {
  /* IE11 */
  /* IE11 */
  /* IE11 */
  /* IE11 */
  *::-ms-backdrop, .mejs__share-selector-list-item > i.facebook {
    background-position: -24px -15px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.twitter {
    background-position: 3px 35px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.linkedin {
    background-position: -26px 28px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i.email {
    background-position: -39px -8px;
  }
  *::-ms-backdrop, .mejs__share-selector-list-item > i, .mejs__share-button > button {
    background-position: 0px -19px;
  }
}
.mejs__share-selector-list-item input[type="radio"]:checked ~ label {
  color: #21f8f8;
}
.mejs__share-selector-input {
  width: 0;
  opacity: 0;
  left: 0;
  position: absolute;
}
/**
 * @file
 * Styles for item list.
 */
.item-list__comma-list, .item-list__comma-list li {
  display: inline;
}
.item-list__comma-list {
  margin: 0;
  padding: 0;
}
.item-list__comma-list li:after {
  content: ", ";
}
.item-list__comma-list li:last-child:after {
  content: "";
}
/**
 * @file
 * Utility classes to assist with Javascript functionality.
 */
/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
.js .js-hide {
  display: none;
}
/**
 * For anything you want to show on page load only when JS is enabled.
 */
.js-show {
  display: none;
}
.js .js-show {
  display: block;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
﻿.focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: Highlight;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}
.z-2 {
  z-index: 2;
}
.scalable-media .media, .scalable-media .image, .scalable-media.image {
  overflow: hidden;
}
.scalable-media .media img, .scalable-media .media .mejs__poster, .scalable-media .image img, .scalable-media .image .mejs__poster, .scalable-media.image img, .scalable-media.image .mejs__poster {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.scalable-media:hover .media img, .scalable-media:hover .media .mejs__poster, .scalable-media:hover .image img, .scalable-media:hover.image img, .scalable-media:focus .media img, .scalable-media:focus .media .mejs__poster, .scalable-media:focus .image img, .scalable-media:focus.image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay-1:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(22, 76, 123, 0.6)), to(#092546));
  background-image: linear-gradient(to left, rgba(22, 76, 123, 0.6), #092546);
}
.overlay-2:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(215deg, #5796cc, #01254f);
}
.overlay-3:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(284deg, #164c7b, #092546);
}
.overlay-4:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(225deg, #387eb3, #165788);
  opacity: 0.7;
}
.overlay-5:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#223b59));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #223b59);
}
.overlay-6:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(22, 76, 123, 0.6)), to(#092546));
  background-image: linear-gradient(to left, rgba(22, 76, 123, 0.6), #092546);
  opacity: 0.6;
}
.dynamic-overlay-out:before {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.dynamic-overlay-out:hover:before, .hover-trigger:hover .dynamic-overlay-out:before, .card--v1:hover .dynamic-overlay-out:before {
  opacity: 0;
}
.dynamic-overlay-in:before {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.dynamic-overlay-in:hover:before, .dynamic-overlay-in.no-image:before, .hover-trigger:hover .dynamic-overlay-in:before, .card--v1:hover .dynamic-overlay-in:before {
  opacity: 1;
}
.dynamic-overlay-in:focus-within:before {
  opacity: 1;
}
.font-primary-light {
  font-family: "FFInfraLight" !important;
}
.font-primary-thin {
  font-family: "FFInfraThin" !important;
}
.font-primary-regular {
  font-family: "FFInfraRegular" !important;
}
.font-primary-medium {
  font-family: "FFInfraMedium" !important;
}
.font-primary-bold {
  font-family: "FFInfraBold" !important;
}
.font-primary-black {
  font-family: "FFInfraBlack" !important;
}
.text-style-uppercase {
  text-transform: uppercase !important;
}
.text-style-lowercase {
  text-transform: lowercase !important;
}
.text-style-capitalize {
  text-transform: capitalize !important;
}
.text-style-italic {
  font-style: italic !important;
}
.text-style-oblique {
  font-style: oblique !important;
}
.text-size-extra-small {
  font-family: "FFInfraBold" !important;
  letter-spacing: 1.29px;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .text-size-extra-small {
    font-size: 9px !important;
  }
}
@media (min-width: 320px) {
  .text-size-small {
    font-size: 18px !important;
  }
}
@media (min-width: 320px) {
  .text-size-regular {
    font-size: 21px !important;
  }
}
@media (min-width: 320px) {
  .text-size-medium {
    font-size: 28px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h5 {
    font-size: 18px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h4 {
    font-size: 28px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h3 {
    font-size: 34px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h2 {
    font-size: 35px !important;
  }
}
@media (min-width: 768px) {
  .text-size-h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h1 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .text-size-h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .text-size-h1 {
    font-size: 48px !important;
  }
}
@media (min-width: 320px) {
  .text-size-h1-large {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .text-size-h1-large {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .text-size-h1-large {
    font-size: 56px !important;
  }
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-justify {
  text-align: justify !important;
}
.radius-none {
  border-radius: 0 !important;
}
.radius-minimal {
  border-radius: 6px !important;
}
.radius-small {
  border-radius: 10px !important;
}
.radius-medium {
  border-radius: 25px !important;
}
.radius-circle {
  border-radius: 50% !important;
}
.m-auto {
  margin: auto !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-right-auto {
  margin-right: auto !important;
}
[class*="bt-"], [class*="br-"], [class*="bb-"], [class*="bl-"] {
  border-color: transparent;
  border-style: solid !important;
  border-width: 0;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-half {
  margin-left: 50% !important;
}
.ml-full {
  margin-left: 100% !important;
}
.ml-1--neg {
  margin-left: -1px !important;
}
.ml-half--neg {
  margin-left: -50% !important;
}
.ml-full--neg {
  margin-left: -100% !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-0--neg {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-5--neg {
  margin-left: -5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-10--neg {
  margin-left: -10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-15--neg {
  margin-left: -15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-20--neg {
  margin-left: -20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-25--neg {
  margin-left: -25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-30--neg {
  margin-left: -30px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-60--neg {
  margin-left: -60px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-35--neg {
  margin-left: -35px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-70--neg {
  margin-left: -70px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-40--neg {
  margin-left: -40px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-80--neg {
  margin-left: -80px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-45--neg {
  margin-left: -45px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-90--neg {
  margin-left: -90px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-50--neg {
  margin-left: -50px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-100--neg {
  margin-left: -100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-110--neg {
  margin-left: -110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-120--neg {
  margin-left: -120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-130--neg {
  margin-left: -130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-140--neg {
  margin-left: -140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-150--neg {
  margin-left: -150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-160--neg {
  margin-left: -160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-170--neg {
  margin-left: -170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-180--neg {
  margin-left: -180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-190--neg {
  margin-left: -190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.ml-200--neg {
  margin-left: -200px !important;
}
.ml-210 {
  margin-left: 210px !important;
}
.ml-210--neg {
  margin-left: -210px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.ml-220--neg {
  margin-left: -220px !important;
}
.ml-230 {
  margin-left: 230px !important;
}
.ml-230--neg {
  margin-left: -230px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.ml-240--neg {
  margin-left: -240px !important;
}
.ml-250 {
  margin-left: 250px !important;
}
.ml-250--neg {
  margin-left: -250px !important;
}
.ml-260 {
  margin-left: 260px !important;
}
.ml-260--neg {
  margin-left: -260px !important;
}
.ml-270 {
  margin-left: 270px !important;
}
.ml-270--neg {
  margin-left: -270px !important;
}
.ml-280 {
  margin-left: 280px !important;
}
.ml-280--neg {
  margin-left: -280px !important;
}
.ml-290 {
  margin-left: 290px !important;
}
.ml-290--neg {
  margin-left: -290px !important;
}
.ml-300 {
  margin-left: 300px !important;
}
.ml-300--neg {
  margin-left: -300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .ml-xs-1 {
    margin-left: 1px !important;
  }
  .ml-xs-half {
    margin-left: 50% !important;
  }
  .ml-xs-full {
    margin-left: 100% !important;
  }
  .ml-xs-1--neg {
    margin-left: -1px !important;
  }
  .ml-xs-half--neg {
    margin-left: -50% !important;
  }
  .ml-xs-full--neg {
    margin-left: -100% !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-0--neg {
    margin-left: 0 !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-5--neg {
    margin-left: -5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-10--neg {
    margin-left: -10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-15--neg {
    margin-left: -15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-20--neg {
    margin-left: -20px !important;
  }
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .ml-xs-25--neg {
    margin-left: -25px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-30--neg {
    margin-left: -30px !important;
  }
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-60--neg {
    margin-left: -60px !important;
  }
  .ml-xs-35 {
    margin-left: 35px !important;
  }
  .ml-xs-35--neg {
    margin-left: -35px !important;
  }
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-70--neg {
    margin-left: -70px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-40--neg {
    margin-left: -40px !important;
  }
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-80--neg {
    margin-left: -80px !important;
  }
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .ml-xs-45--neg {
    margin-left: -45px !important;
  }
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-90--neg {
    margin-left: -90px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-50--neg {
    margin-left: -50px !important;
  }
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-100--neg {
    margin-left: -100px !important;
  }
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-110--neg {
    margin-left: -110px !important;
  }
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-120--neg {
    margin-left: -120px !important;
  }
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-130--neg {
    margin-left: -130px !important;
  }
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-140--neg {
    margin-left: -140px !important;
  }
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-150--neg {
    margin-left: -150px !important;
  }
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-160--neg {
    margin-left: -160px !important;
  }
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-170--neg {
    margin-left: -170px !important;
  }
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-180--neg {
    margin-left: -180px !important;
  }
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-190--neg {
    margin-left: -190px !important;
  }
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  .ml-xs-200--neg {
    margin-left: -200px !important;
  }
  .ml-xs-210 {
    margin-left: 210px !important;
  }
  .ml-xs-210--neg {
    margin-left: -210px !important;
  }
  .ml-xs-220 {
    margin-left: 220px !important;
  }
  .ml-xs-220--neg {
    margin-left: -220px !important;
  }
  .ml-xs-230 {
    margin-left: 230px !important;
  }
  .ml-xs-230--neg {
    margin-left: -230px !important;
  }
  .ml-xs-240 {
    margin-left: 240px !important;
  }
  .ml-xs-240--neg {
    margin-left: -240px !important;
  }
  .ml-xs-250 {
    margin-left: 250px !important;
  }
  .ml-xs-250--neg {
    margin-left: -250px !important;
  }
  .ml-xs-260 {
    margin-left: 260px !important;
  }
  .ml-xs-260--neg {
    margin-left: -260px !important;
  }
  .ml-xs-270 {
    margin-left: 270px !important;
  }
  .ml-xs-270--neg {
    margin-left: -270px !important;
  }
  .ml-xs-280 {
    margin-left: 280px !important;
  }
  .ml-xs-280--neg {
    margin-left: -280px !important;
  }
  .ml-xs-290 {
    margin-left: 290px !important;
  }
  .ml-xs-290--neg {
    margin-left: -290px !important;
  }
  .ml-xs-300 {
    margin-left: 300px !important;
  }
  .ml-xs-300--neg {
    margin-left: -300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ml-sm-1 {
    margin-left: 1px !important;
  }
  .ml-sm-half {
    margin-left: 50% !important;
  }
  .ml-sm-full {
    margin-left: 100% !important;
  }
  .ml-sm-1--neg {
    margin-left: -1px !important;
  }
  .ml-sm-half--neg {
    margin-left: -50% !important;
  }
  .ml-sm-full--neg {
    margin-left: -100% !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-0--neg {
    margin-left: 0 !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-5--neg {
    margin-left: -5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-10--neg {
    margin-left: -10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-15--neg {
    margin-left: -15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-20--neg {
    margin-left: -20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-25--neg {
    margin-left: -25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-30--neg {
    margin-left: -30px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-60--neg {
    margin-left: -60px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-35--neg {
    margin-left: -35px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-70--neg {
    margin-left: -70px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-40--neg {
    margin-left: -40px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-80--neg {
    margin-left: -80px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-45--neg {
    margin-left: -45px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-90--neg {
    margin-left: -90px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-50--neg {
    margin-left: -50px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-100--neg {
    margin-left: -100px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-110--neg {
    margin-left: -110px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-120--neg {
    margin-left: -120px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-130--neg {
    margin-left: -130px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-140--neg {
    margin-left: -140px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-150--neg {
    margin-left: -150px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-160--neg {
    margin-left: -160px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-170--neg {
    margin-left: -170px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-180--neg {
    margin-left: -180px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-190--neg {
    margin-left: -190px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .ml-sm-200--neg {
    margin-left: -200px !important;
  }
  .ml-sm-210 {
    margin-left: 210px !important;
  }
  .ml-sm-210--neg {
    margin-left: -210px !important;
  }
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .ml-sm-220--neg {
    margin-left: -220px !important;
  }
  .ml-sm-230 {
    margin-left: 230px !important;
  }
  .ml-sm-230--neg {
    margin-left: -230px !important;
  }
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .ml-sm-240--neg {
    margin-left: -240px !important;
  }
  .ml-sm-250 {
    margin-left: 250px !important;
  }
  .ml-sm-250--neg {
    margin-left: -250px !important;
  }
  .ml-sm-260 {
    margin-left: 260px !important;
  }
  .ml-sm-260--neg {
    margin-left: -260px !important;
  }
  .ml-sm-270 {
    margin-left: 270px !important;
  }
  .ml-sm-270--neg {
    margin-left: -270px !important;
  }
  .ml-sm-280 {
    margin-left: 280px !important;
  }
  .ml-sm-280--neg {
    margin-left: -280px !important;
  }
  .ml-sm-290 {
    margin-left: 290px !important;
  }
  .ml-sm-290--neg {
    margin-left: -290px !important;
  }
  .ml-sm-300 {
    margin-left: 300px !important;
  }
  .ml-sm-300--neg {
    margin-left: -300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ml-md-1 {
    margin-left: 1px !important;
  }
  .ml-md-half {
    margin-left: 50% !important;
  }
  .ml-md-full {
    margin-left: 100% !important;
  }
  .ml-md-1--neg {
    margin-left: -1px !important;
  }
  .ml-md-half--neg {
    margin-left: -50% !important;
  }
  .ml-md-full--neg {
    margin-left: -100% !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-0--neg {
    margin-left: 0 !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .ml-md-5--neg {
    margin-left: -5px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-10--neg {
    margin-left: -10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-15--neg {
    margin-left: -15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-20--neg {
    margin-left: -20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-25--neg {
    margin-left: -25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-30--neg {
    margin-left: -30px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-60--neg {
    margin-left: -60px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .ml-md-35--neg {
    margin-left: -35px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-70--neg {
    margin-left: -70px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-40--neg {
    margin-left: -40px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-80--neg {
    margin-left: -80px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .ml-md-45--neg {
    margin-left: -45px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-90--neg {
    margin-left: -90px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-50--neg {
    margin-left: -50px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .ml-md-100--neg {
    margin-left: -100px !important;
  }
  .ml-md-110 {
    margin-left: 110px !important;
  }
  .ml-md-110--neg {
    margin-left: -110px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .ml-md-120--neg {
    margin-left: -120px !important;
  }
  .ml-md-130 {
    margin-left: 130px !important;
  }
  .ml-md-130--neg {
    margin-left: -130px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .ml-md-140--neg {
    margin-left: -140px !important;
  }
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .ml-md-150--neg {
    margin-left: -150px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .ml-md-160--neg {
    margin-left: -160px !important;
  }
  .ml-md-170 {
    margin-left: 170px !important;
  }
  .ml-md-170--neg {
    margin-left: -170px !important;
  }
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .ml-md-180--neg {
    margin-left: -180px !important;
  }
  .ml-md-190 {
    margin-left: 190px !important;
  }
  .ml-md-190--neg {
    margin-left: -190px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .ml-md-200--neg {
    margin-left: -200px !important;
  }
  .ml-md-210 {
    margin-left: 210px !important;
  }
  .ml-md-210--neg {
    margin-left: -210px !important;
  }
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .ml-md-220--neg {
    margin-left: -220px !important;
  }
  .ml-md-230 {
    margin-left: 230px !important;
  }
  .ml-md-230--neg {
    margin-left: -230px !important;
  }
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .ml-md-240--neg {
    margin-left: -240px !important;
  }
  .ml-md-250 {
    margin-left: 250px !important;
  }
  .ml-md-250--neg {
    margin-left: -250px !important;
  }
  .ml-md-260 {
    margin-left: 260px !important;
  }
  .ml-md-260--neg {
    margin-left: -260px !important;
  }
  .ml-md-270 {
    margin-left: 270px !important;
  }
  .ml-md-270--neg {
    margin-left: -270px !important;
  }
  .ml-md-280 {
    margin-left: 280px !important;
  }
  .ml-md-280--neg {
    margin-left: -280px !important;
  }
  .ml-md-290 {
    margin-left: 290px !important;
  }
  .ml-md-290--neg {
    margin-left: -290px !important;
  }
  .ml-md-300 {
    margin-left: 300px !important;
  }
  .ml-md-300--neg {
    margin-left: -300px !important;
  }
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-half {
  margin-right: 50% !important;
}
.mr-full {
  margin-right: 100% !important;
}
.mr-1--neg {
  margin-right: -1px !important;
}
.mr-half--neg {
  margin-right: -50% !important;
}
.mr-full--neg {
  margin-right: -100% !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-0--neg {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-5--neg {
  margin-right: -5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-10--neg {
  margin-right: -10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-15--neg {
  margin-right: -15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-20--neg {
  margin-right: -20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-25--neg {
  margin-right: -25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-30--neg {
  margin-right: -30px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-60--neg {
  margin-right: -60px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-35--neg {
  margin-right: -35px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-70--neg {
  margin-right: -70px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-40--neg {
  margin-right: -40px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-80--neg {
  margin-right: -80px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-45--neg {
  margin-right: -45px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-90--neg {
  margin-right: -90px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-50--neg {
  margin-right: -50px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-100--neg {
  margin-right: -100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-110--neg {
  margin-right: -110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-120--neg {
  margin-right: -120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-130--neg {
  margin-right: -130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-140--neg {
  margin-right: -140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-150--neg {
  margin-right: -150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-160--neg {
  margin-right: -160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-170--neg {
  margin-right: -170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-180--neg {
  margin-right: -180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-190--neg {
  margin-right: -190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mr-200--neg {
  margin-right: -200px !important;
}
.mr-210 {
  margin-right: 210px !important;
}
.mr-210--neg {
  margin-right: -210px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.mr-220--neg {
  margin-right: -220px !important;
}
.mr-230 {
  margin-right: 230px !important;
}
.mr-230--neg {
  margin-right: -230px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.mr-240--neg {
  margin-right: -240px !important;
}
.mr-250 {
  margin-right: 250px !important;
}
.mr-250--neg {
  margin-right: -250px !important;
}
.mr-260 {
  margin-right: 260px !important;
}
.mr-260--neg {
  margin-right: -260px !important;
}
.mr-270 {
  margin-right: 270px !important;
}
.mr-270--neg {
  margin-right: -270px !important;
}
.mr-280 {
  margin-right: 280px !important;
}
.mr-280--neg {
  margin-right: -280px !important;
}
.mr-290 {
  margin-right: 290px !important;
}
.mr-290--neg {
  margin-right: -290px !important;
}
.mr-300 {
  margin-right: 300px !important;
}
.mr-300--neg {
  margin-right: -300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .mr-xs-1 {
    margin-right: 1px !important;
  }
  .mr-xs-half {
    margin-right: 50% !important;
  }
  .mr-xs-full {
    margin-right: 100% !important;
  }
  .mr-xs-1--neg {
    margin-right: -1px !important;
  }
  .mr-xs-half--neg {
    margin-right: -50% !important;
  }
  .mr-xs-full--neg {
    margin-right: -100% !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-0--neg {
    margin-right: 0 !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-5--neg {
    margin-right: -5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-10--neg {
    margin-right: -10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-15--neg {
    margin-right: -15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-20--neg {
    margin-right: -20px !important;
  }
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .mr-xs-25--neg {
    margin-right: -25px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-30--neg {
    margin-right: -30px !important;
  }
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-60--neg {
    margin-right: -60px !important;
  }
  .mr-xs-35 {
    margin-right: 35px !important;
  }
  .mr-xs-35--neg {
    margin-right: -35px !important;
  }
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-70--neg {
    margin-right: -70px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-40--neg {
    margin-right: -40px !important;
  }
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-80--neg {
    margin-right: -80px !important;
  }
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .mr-xs-45--neg {
    margin-right: -45px !important;
  }
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-90--neg {
    margin-right: -90px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-50--neg {
    margin-right: -50px !important;
  }
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-100--neg {
    margin-right: -100px !important;
  }
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-110--neg {
    margin-right: -110px !important;
  }
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-120--neg {
    margin-right: -120px !important;
  }
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-130--neg {
    margin-right: -130px !important;
  }
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-140--neg {
    margin-right: -140px !important;
  }
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-150--neg {
    margin-right: -150px !important;
  }
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-160--neg {
    margin-right: -160px !important;
  }
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-170--neg {
    margin-right: -170px !important;
  }
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-180--neg {
    margin-right: -180px !important;
  }
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-190--neg {
    margin-right: -190px !important;
  }
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  .mr-xs-200--neg {
    margin-right: -200px !important;
  }
  .mr-xs-210 {
    margin-right: 210px !important;
  }
  .mr-xs-210--neg {
    margin-right: -210px !important;
  }
  .mr-xs-220 {
    margin-right: 220px !important;
  }
  .mr-xs-220--neg {
    margin-right: -220px !important;
  }
  .mr-xs-230 {
    margin-right: 230px !important;
  }
  .mr-xs-230--neg {
    margin-right: -230px !important;
  }
  .mr-xs-240 {
    margin-right: 240px !important;
  }
  .mr-xs-240--neg {
    margin-right: -240px !important;
  }
  .mr-xs-250 {
    margin-right: 250px !important;
  }
  .mr-xs-250--neg {
    margin-right: -250px !important;
  }
  .mr-xs-260 {
    margin-right: 260px !important;
  }
  .mr-xs-260--neg {
    margin-right: -260px !important;
  }
  .mr-xs-270 {
    margin-right: 270px !important;
  }
  .mr-xs-270--neg {
    margin-right: -270px !important;
  }
  .mr-xs-280 {
    margin-right: 280px !important;
  }
  .mr-xs-280--neg {
    margin-right: -280px !important;
  }
  .mr-xs-290 {
    margin-right: 290px !important;
  }
  .mr-xs-290--neg {
    margin-right: -290px !important;
  }
  .mr-xs-300 {
    margin-right: 300px !important;
  }
  .mr-xs-300--neg {
    margin-right: -300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mr-sm-1 {
    margin-right: 1px !important;
  }
  .mr-sm-half {
    margin-right: 50% !important;
  }
  .mr-sm-full {
    margin-right: 100% !important;
  }
  .mr-sm-1--neg {
    margin-right: -1px !important;
  }
  .mr-sm-half--neg {
    margin-right: -50% !important;
  }
  .mr-sm-full--neg {
    margin-right: -100% !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-0--neg {
    margin-right: 0 !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-5--neg {
    margin-right: -5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-10--neg {
    margin-right: -10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-15--neg {
    margin-right: -15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-20--neg {
    margin-right: -20px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-25--neg {
    margin-right: -25px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-30--neg {
    margin-right: -30px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-60--neg {
    margin-right: -60px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-35--neg {
    margin-right: -35px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-70--neg {
    margin-right: -70px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-40--neg {
    margin-right: -40px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-80--neg {
    margin-right: -80px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-45--neg {
    margin-right: -45px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-90--neg {
    margin-right: -90px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-50--neg {
    margin-right: -50px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-100--neg {
    margin-right: -100px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-110--neg {
    margin-right: -110px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-120--neg {
    margin-right: -120px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-130--neg {
    margin-right: -130px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-140--neg {
    margin-right: -140px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-150--neg {
    margin-right: -150px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-160--neg {
    margin-right: -160px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-170--neg {
    margin-right: -170px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-180--neg {
    margin-right: -180px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-190--neg {
    margin-right: -190px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .mr-sm-200--neg {
    margin-right: -200px !important;
  }
  .mr-sm-210 {
    margin-right: 210px !important;
  }
  .mr-sm-210--neg {
    margin-right: -210px !important;
  }
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .mr-sm-220--neg {
    margin-right: -220px !important;
  }
  .mr-sm-230 {
    margin-right: 230px !important;
  }
  .mr-sm-230--neg {
    margin-right: -230px !important;
  }
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .mr-sm-240--neg {
    margin-right: -240px !important;
  }
  .mr-sm-250 {
    margin-right: 250px !important;
  }
  .mr-sm-250--neg {
    margin-right: -250px !important;
  }
  .mr-sm-260 {
    margin-right: 260px !important;
  }
  .mr-sm-260--neg {
    margin-right: -260px !important;
  }
  .mr-sm-270 {
    margin-right: 270px !important;
  }
  .mr-sm-270--neg {
    margin-right: -270px !important;
  }
  .mr-sm-280 {
    margin-right: 280px !important;
  }
  .mr-sm-280--neg {
    margin-right: -280px !important;
  }
  .mr-sm-290 {
    margin-right: 290px !important;
  }
  .mr-sm-290--neg {
    margin-right: -290px !important;
  }
  .mr-sm-300 {
    margin-right: 300px !important;
  }
  .mr-sm-300--neg {
    margin-right: -300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mr-md-1 {
    margin-right: 1px !important;
  }
  .mr-md-half {
    margin-right: 50% !important;
  }
  .mr-md-full {
    margin-right: 100% !important;
  }
  .mr-md-1--neg {
    margin-right: -1px !important;
  }
  .mr-md-half--neg {
    margin-right: -50% !important;
  }
  .mr-md-full--neg {
    margin-right: -100% !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-0--neg {
    margin-right: 0 !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mr-md-5--neg {
    margin-right: -5px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-10--neg {
    margin-right: -10px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-15--neg {
    margin-right: -15px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-20--neg {
    margin-right: -20px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-25--neg {
    margin-right: -25px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-30--neg {
    margin-right: -30px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-60--neg {
    margin-right: -60px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mr-md-35--neg {
    margin-right: -35px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-70--neg {
    margin-right: -70px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-40--neg {
    margin-right: -40px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-80--neg {
    margin-right: -80px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mr-md-45--neg {
    margin-right: -45px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-90--neg {
    margin-right: -90px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-50--neg {
    margin-right: -50px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mr-md-100--neg {
    margin-right: -100px !important;
  }
  .mr-md-110 {
    margin-right: 110px !important;
  }
  .mr-md-110--neg {
    margin-right: -110px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mr-md-120--neg {
    margin-right: -120px !important;
  }
  .mr-md-130 {
    margin-right: 130px !important;
  }
  .mr-md-130--neg {
    margin-right: -130px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mr-md-140--neg {
    margin-right: -140px !important;
  }
  .mr-md-150 {
    margin-right: 150px !important;
  }
  .mr-md-150--neg {
    margin-right: -150px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mr-md-160--neg {
    margin-right: -160px !important;
  }
  .mr-md-170 {
    margin-right: 170px !important;
  }
  .mr-md-170--neg {
    margin-right: -170px !important;
  }
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .mr-md-180--neg {
    margin-right: -180px !important;
  }
  .mr-md-190 {
    margin-right: 190px !important;
  }
  .mr-md-190--neg {
    margin-right: -190px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .mr-md-200--neg {
    margin-right: -200px !important;
  }
  .mr-md-210 {
    margin-right: 210px !important;
  }
  .mr-md-210--neg {
    margin-right: -210px !important;
  }
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .mr-md-220--neg {
    margin-right: -220px !important;
  }
  .mr-md-230 {
    margin-right: 230px !important;
  }
  .mr-md-230--neg {
    margin-right: -230px !important;
  }
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .mr-md-240--neg {
    margin-right: -240px !important;
  }
  .mr-md-250 {
    margin-right: 250px !important;
  }
  .mr-md-250--neg {
    margin-right: -250px !important;
  }
  .mr-md-260 {
    margin-right: 260px !important;
  }
  .mr-md-260--neg {
    margin-right: -260px !important;
  }
  .mr-md-270 {
    margin-right: 270px !important;
  }
  .mr-md-270--neg {
    margin-right: -270px !important;
  }
  .mr-md-280 {
    margin-right: 280px !important;
  }
  .mr-md-280--neg {
    margin-right: -280px !important;
  }
  .mr-md-290 {
    margin-right: 290px !important;
  }
  .mr-md-290--neg {
    margin-right: -290px !important;
  }
  .mr-md-300 {
    margin-right: 300px !important;
  }
  .mr-md-300--neg {
    margin-right: -300px !important;
  }
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-half {
  margin-top: 50% !important;
}
.mt-full {
  margin-top: 100% !important;
}
.mt-1--neg {
  margin-top: -1px !important;
}
.mt-half--neg {
  margin-top: -50% !important;
}
.mt-full--neg {
  margin-top: -100% !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-0--neg {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-5--neg {
  margin-top: -5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-10--neg {
  margin-top: -10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-15--neg {
  margin-top: -15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-20--neg {
  margin-top: -20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-25--neg {
  margin-top: -25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-30--neg {
  margin-top: -30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-60--neg {
  margin-top: -60px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-35--neg {
  margin-top: -35px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-70--neg {
  margin-top: -70px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-40--neg {
  margin-top: -40px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-80--neg {
  margin-top: -80px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-45--neg {
  margin-top: -45px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-90--neg {
  margin-top: -90px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-50--neg {
  margin-top: -50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-100--neg {
  margin-top: -100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-110--neg {
  margin-top: -110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-120--neg {
  margin-top: -120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-130--neg {
  margin-top: -130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-140--neg {
  margin-top: -140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-150--neg {
  margin-top: -150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-160--neg {
  margin-top: -160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-170--neg {
  margin-top: -170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-180--neg {
  margin-top: -180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-190--neg {
  margin-top: -190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mt-200--neg {
  margin-top: -200px !important;
}
.mt-210 {
  margin-top: 210px !important;
}
.mt-210--neg {
  margin-top: -210px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mt-220--neg {
  margin-top: -220px !important;
}
.mt-230 {
  margin-top: 230px !important;
}
.mt-230--neg {
  margin-top: -230px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mt-240--neg {
  margin-top: -240px !important;
}
.mt-250 {
  margin-top: 250px !important;
}
.mt-250--neg {
  margin-top: -250px !important;
}
.mt-260 {
  margin-top: 260px !important;
}
.mt-260--neg {
  margin-top: -260px !important;
}
.mt-270 {
  margin-top: 270px !important;
}
.mt-270--neg {
  margin-top: -270px !important;
}
.mt-280 {
  margin-top: 280px !important;
}
.mt-280--neg {
  margin-top: -280px !important;
}
.mt-290 {
  margin-top: 290px !important;
}
.mt-290--neg {
  margin-top: -290px !important;
}
.mt-300 {
  margin-top: 300px !important;
}
.mt-300--neg {
  margin-top: -300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .mt-xs-1 {
    margin-top: 1px !important;
  }
  .mt-xs-half {
    margin-top: 50% !important;
  }
  .mt-xs-full {
    margin-top: 100% !important;
  }
  .mt-xs-1--neg {
    margin-top: -1px !important;
  }
  .mt-xs-half--neg {
    margin-top: -50% !important;
  }
  .mt-xs-full--neg {
    margin-top: -100% !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-0--neg {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-5--neg {
    margin-top: -5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-10--neg {
    margin-top: -10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-15--neg {
    margin-top: -15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-20--neg {
    margin-top: -20px !important;
  }
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .mt-xs-25--neg {
    margin-top: -25px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-30--neg {
    margin-top: -30px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-60--neg {
    margin-top: -60px !important;
  }
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  .mt-xs-35--neg {
    margin-top: -35px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-70--neg {
    margin-top: -70px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-40--neg {
    margin-top: -40px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-80--neg {
    margin-top: -80px !important;
  }
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .mt-xs-45--neg {
    margin-top: -45px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-90--neg {
    margin-top: -90px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-50--neg {
    margin-top: -50px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-100--neg {
    margin-top: -100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-110--neg {
    margin-top: -110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-120--neg {
    margin-top: -120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-130--neg {
    margin-top: -130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-140--neg {
    margin-top: -140px !important;
  }
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-150--neg {
    margin-top: -150px !important;
  }
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-160--neg {
    margin-top: -160px !important;
  }
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-170--neg {
    margin-top: -170px !important;
  }
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-180--neg {
    margin-top: -180px !important;
  }
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-190--neg {
    margin-top: -190px !important;
  }
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  .mt-xs-200--neg {
    margin-top: -200px !important;
  }
  .mt-xs-210 {
    margin-top: 210px !important;
  }
  .mt-xs-210--neg {
    margin-top: -210px !important;
  }
  .mt-xs-220 {
    margin-top: 220px !important;
  }
  .mt-xs-220--neg {
    margin-top: -220px !important;
  }
  .mt-xs-230 {
    margin-top: 230px !important;
  }
  .mt-xs-230--neg {
    margin-top: -230px !important;
  }
  .mt-xs-240 {
    margin-top: 240px !important;
  }
  .mt-xs-240--neg {
    margin-top: -240px !important;
  }
  .mt-xs-250 {
    margin-top: 250px !important;
  }
  .mt-xs-250--neg {
    margin-top: -250px !important;
  }
  .mt-xs-260 {
    margin-top: 260px !important;
  }
  .mt-xs-260--neg {
    margin-top: -260px !important;
  }
  .mt-xs-270 {
    margin-top: 270px !important;
  }
  .mt-xs-270--neg {
    margin-top: -270px !important;
  }
  .mt-xs-280 {
    margin-top: 280px !important;
  }
  .mt-xs-280--neg {
    margin-top: -280px !important;
  }
  .mt-xs-290 {
    margin-top: 290px !important;
  }
  .mt-xs-290--neg {
    margin-top: -290px !important;
  }
  .mt-xs-300 {
    margin-top: 300px !important;
  }
  .mt-xs-300--neg {
    margin-top: -300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mt-sm-1 {
    margin-top: 1px !important;
  }
  .mt-sm-half {
    margin-top: 50% !important;
  }
  .mt-sm-full {
    margin-top: 100% !important;
  }
  .mt-sm-1--neg {
    margin-top: -1px !important;
  }
  .mt-sm-half--neg {
    margin-top: -50% !important;
  }
  .mt-sm-full--neg {
    margin-top: -100% !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0--neg {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-5--neg {
    margin-top: -5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-10--neg {
    margin-top: -10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-15--neg {
    margin-top: -15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-20--neg {
    margin-top: -20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-25--neg {
    margin-top: -25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-30--neg {
    margin-top: -30px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-60--neg {
    margin-top: -60px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-35--neg {
    margin-top: -35px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-70--neg {
    margin-top: -70px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-40--neg {
    margin-top: -40px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-80--neg {
    margin-top: -80px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-45--neg {
    margin-top: -45px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-90--neg {
    margin-top: -90px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-50--neg {
    margin-top: -50px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-100--neg {
    margin-top: -100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-110--neg {
    margin-top: -110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-120--neg {
    margin-top: -120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-130--neg {
    margin-top: -130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-140--neg {
    margin-top: -140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-150--neg {
    margin-top: -150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-160--neg {
    margin-top: -160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-170--neg {
    margin-top: -170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-180--neg {
    margin-top: -180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-190--neg {
    margin-top: -190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mt-sm-200--neg {
    margin-top: -200px !important;
  }
  .mt-sm-210 {
    margin-top: 210px !important;
  }
  .mt-sm-210--neg {
    margin-top: -210px !important;
  }
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .mt-sm-220--neg {
    margin-top: -220px !important;
  }
  .mt-sm-230 {
    margin-top: 230px !important;
  }
  .mt-sm-230--neg {
    margin-top: -230px !important;
  }
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .mt-sm-240--neg {
    margin-top: -240px !important;
  }
  .mt-sm-250 {
    margin-top: 250px !important;
  }
  .mt-sm-250--neg {
    margin-top: -250px !important;
  }
  .mt-sm-260 {
    margin-top: 260px !important;
  }
  .mt-sm-260--neg {
    margin-top: -260px !important;
  }
  .mt-sm-270 {
    margin-top: 270px !important;
  }
  .mt-sm-270--neg {
    margin-top: -270px !important;
  }
  .mt-sm-280 {
    margin-top: 280px !important;
  }
  .mt-sm-280--neg {
    margin-top: -280px !important;
  }
  .mt-sm-290 {
    margin-top: 290px !important;
  }
  .mt-sm-290--neg {
    margin-top: -290px !important;
  }
  .mt-sm-300 {
    margin-top: 300px !important;
  }
  .mt-sm-300--neg {
    margin-top: -300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mt-md-1 {
    margin-top: 1px !important;
  }
  .mt-md-half {
    margin-top: 50% !important;
  }
  .mt-md-full {
    margin-top: 100% !important;
  }
  .mt-md-1--neg {
    margin-top: -1px !important;
  }
  .mt-md-half--neg {
    margin-top: -50% !important;
  }
  .mt-md-full--neg {
    margin-top: -100% !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0--neg {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-5--neg {
    margin-top: -5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-10--neg {
    margin-top: -10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-15--neg {
    margin-top: -15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-20--neg {
    margin-top: -20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-25--neg {
    margin-top: -25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-30--neg {
    margin-top: -30px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-60--neg {
    margin-top: -60px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-35--neg {
    margin-top: -35px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-70--neg {
    margin-top: -70px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-40--neg {
    margin-top: -40px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-80--neg {
    margin-top: -80px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-45--neg {
    margin-top: -45px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-90--neg {
    margin-top: -90px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-50--neg {
    margin-top: -50px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-100--neg {
    margin-top: -100px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-110--neg {
    margin-top: -110px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-120--neg {
    margin-top: -120px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mt-md-130--neg {
    margin-top: -130px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mt-md-140--neg {
    margin-top: -140px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mt-md-150--neg {
    margin-top: -150px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-160--neg {
    margin-top: -160px !important;
  }
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .mt-md-170--neg {
    margin-top: -170px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mt-md-180--neg {
    margin-top: -180px !important;
  }
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .mt-md-190--neg {
    margin-top: -190px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mt-md-200--neg {
    margin-top: -200px !important;
  }
  .mt-md-210 {
    margin-top: 210px !important;
  }
  .mt-md-210--neg {
    margin-top: -210px !important;
  }
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .mt-md-220--neg {
    margin-top: -220px !important;
  }
  .mt-md-230 {
    margin-top: 230px !important;
  }
  .mt-md-230--neg {
    margin-top: -230px !important;
  }
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .mt-md-240--neg {
    margin-top: -240px !important;
  }
  .mt-md-250 {
    margin-top: 250px !important;
  }
  .mt-md-250--neg {
    margin-top: -250px !important;
  }
  .mt-md-260 {
    margin-top: 260px !important;
  }
  .mt-md-260--neg {
    margin-top: -260px !important;
  }
  .mt-md-270 {
    margin-top: 270px !important;
  }
  .mt-md-270--neg {
    margin-top: -270px !important;
  }
  .mt-md-280 {
    margin-top: 280px !important;
  }
  .mt-md-280--neg {
    margin-top: -280px !important;
  }
  .mt-md-290 {
    margin-top: 290px !important;
  }
  .mt-md-290--neg {
    margin-top: -290px !important;
  }
  .mt-md-300 {
    margin-top: 300px !important;
  }
  .mt-md-300--neg {
    margin-top: -300px !important;
  }
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-half {
  margin-bottom: 50% !important;
}
.mb-full {
  margin-bottom: 100% !important;
}
.mb-1--neg {
  margin-bottom: -1px !important;
}
.mb-half--neg {
  margin-bottom: -50% !important;
}
.mb-full--neg {
  margin-bottom: -100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-0--neg {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-5--neg {
  margin-bottom: -5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-10--neg {
  margin-bottom: -10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-15--neg {
  margin-bottom: -15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-20--neg {
  margin-bottom: -20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-25--neg {
  margin-bottom: -25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-30--neg {
  margin-bottom: -30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-60--neg {
  margin-bottom: -60px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-35--neg {
  margin-bottom: -35px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-70--neg {
  margin-bottom: -70px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-40--neg {
  margin-bottom: -40px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-80--neg {
  margin-bottom: -80px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-45--neg {
  margin-bottom: -45px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-90--neg {
  margin-bottom: -90px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-50--neg {
  margin-bottom: -50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-100--neg {
  margin-bottom: -100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-110--neg {
  margin-bottom: -110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-120--neg {
  margin-bottom: -120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-130--neg {
  margin-bottom: -130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-140--neg {
  margin-bottom: -140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-150--neg {
  margin-bottom: -150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-160--neg {
  margin-bottom: -160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-170--neg {
  margin-bottom: -170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-180--neg {
  margin-bottom: -180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-190--neg {
  margin-bottom: -190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mb-200--neg {
  margin-bottom: -200px !important;
}
.mb-210 {
  margin-bottom: 210px !important;
}
.mb-210--neg {
  margin-bottom: -210px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.mb-220--neg {
  margin-bottom: -220px !important;
}
.mb-230 {
  margin-bottom: 230px !important;
}
.mb-230--neg {
  margin-bottom: -230px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.mb-240--neg {
  margin-bottom: -240px !important;
}
.mb-250 {
  margin-bottom: 250px !important;
}
.mb-250--neg {
  margin-bottom: -250px !important;
}
.mb-260 {
  margin-bottom: 260px !important;
}
.mb-260--neg {
  margin-bottom: -260px !important;
}
.mb-270 {
  margin-bottom: 270px !important;
}
.mb-270--neg {
  margin-bottom: -270px !important;
}
.mb-280 {
  margin-bottom: 280px !important;
}
.mb-280--neg {
  margin-bottom: -280px !important;
}
.mb-290 {
  margin-bottom: 290px !important;
}
.mb-290--neg {
  margin-bottom: -290px !important;
}
.mb-300 {
  margin-bottom: 300px !important;
}
.mb-300--neg {
  margin-bottom: -300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .mb-xs-1 {
    margin-bottom: 1px !important;
  }
  .mb-xs-half {
    margin-bottom: 50% !important;
  }
  .mb-xs-full {
    margin-bottom: 100% !important;
  }
  .mb-xs-1--neg {
    margin-bottom: -1px !important;
  }
  .mb-xs-half--neg {
    margin-bottom: -50% !important;
  }
  .mb-xs-full--neg {
    margin-bottom: -100% !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-0--neg {
    margin-bottom: 0 !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-5--neg {
    margin-bottom: -5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-10--neg {
    margin-bottom: -10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-15--neg {
    margin-bottom: -15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-20--neg {
    margin-bottom: -20px !important;
  }
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .mb-xs-25--neg {
    margin-bottom: -25px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-30--neg {
    margin-bottom: -30px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-60--neg {
    margin-bottom: -60px !important;
  }
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .mb-xs-35--neg {
    margin-bottom: -35px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-70--neg {
    margin-bottom: -70px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-40--neg {
    margin-bottom: -40px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-80--neg {
    margin-bottom: -80px !important;
  }
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .mb-xs-45--neg {
    margin-bottom: -45px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-90--neg {
    margin-bottom: -90px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-50--neg {
    margin-bottom: -50px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-100--neg {
    margin-bottom: -100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-110--neg {
    margin-bottom: -110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-120--neg {
    margin-bottom: -120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-130--neg {
    margin-bottom: -130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-140--neg {
    margin-bottom: -140px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-150--neg {
    margin-bottom: -150px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-160--neg {
    margin-bottom: -160px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-170--neg {
    margin-bottom: -170px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-180--neg {
    margin-bottom: -180px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-190--neg {
    margin-bottom: -190px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  .mb-xs-200--neg {
    margin-bottom: -200px !important;
  }
  .mb-xs-210 {
    margin-bottom: 210px !important;
  }
  .mb-xs-210--neg {
    margin-bottom: -210px !important;
  }
  .mb-xs-220 {
    margin-bottom: 220px !important;
  }
  .mb-xs-220--neg {
    margin-bottom: -220px !important;
  }
  .mb-xs-230 {
    margin-bottom: 230px !important;
  }
  .mb-xs-230--neg {
    margin-bottom: -230px !important;
  }
  .mb-xs-240 {
    margin-bottom: 240px !important;
  }
  .mb-xs-240--neg {
    margin-bottom: -240px !important;
  }
  .mb-xs-250 {
    margin-bottom: 250px !important;
  }
  .mb-xs-250--neg {
    margin-bottom: -250px !important;
  }
  .mb-xs-260 {
    margin-bottom: 260px !important;
  }
  .mb-xs-260--neg {
    margin-bottom: -260px !important;
  }
  .mb-xs-270 {
    margin-bottom: 270px !important;
  }
  .mb-xs-270--neg {
    margin-bottom: -270px !important;
  }
  .mb-xs-280 {
    margin-bottom: 280px !important;
  }
  .mb-xs-280--neg {
    margin-bottom: -280px !important;
  }
  .mb-xs-290 {
    margin-bottom: 290px !important;
  }
  .mb-xs-290--neg {
    margin-bottom: -290px !important;
  }
  .mb-xs-300 {
    margin-bottom: 300px !important;
  }
  .mb-xs-300--neg {
    margin-bottom: -300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mb-sm-1 {
    margin-bottom: 1px !important;
  }
  .mb-sm-half {
    margin-bottom: 50% !important;
  }
  .mb-sm-full {
    margin-bottom: 100% !important;
  }
  .mb-sm-1--neg {
    margin-bottom: -1px !important;
  }
  .mb-sm-half--neg {
    margin-bottom: -50% !important;
  }
  .mb-sm-full--neg {
    margin-bottom: -100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0--neg {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-5--neg {
    margin-bottom: -5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-10--neg {
    margin-bottom: -10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-15--neg {
    margin-bottom: -15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-20--neg {
    margin-bottom: -20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-25--neg {
    margin-bottom: -25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-30--neg {
    margin-bottom: -30px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-60--neg {
    margin-bottom: -60px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-35--neg {
    margin-bottom: -35px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-70--neg {
    margin-bottom: -70px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-40--neg {
    margin-bottom: -40px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-80--neg {
    margin-bottom: -80px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-45--neg {
    margin-bottom: -45px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-90--neg {
    margin-bottom: -90px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-50--neg {
    margin-bottom: -50px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-100--neg {
    margin-bottom: -100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-110--neg {
    margin-bottom: -110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-120--neg {
    margin-bottom: -120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-130--neg {
    margin-bottom: -130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-140--neg {
    margin-bottom: -140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-150--neg {
    margin-bottom: -150px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-160--neg {
    margin-bottom: -160px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-170--neg {
    margin-bottom: -170px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-180--neg {
    margin-bottom: -180px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-190--neg {
    margin-bottom: -190px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .mb-sm-200--neg {
    margin-bottom: -200px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-210--neg {
    margin-bottom: -210px !important;
  }
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .mb-sm-220--neg {
    margin-bottom: -220px !important;
  }
  .mb-sm-230 {
    margin-bottom: 230px !important;
  }
  .mb-sm-230--neg {
    margin-bottom: -230px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-240--neg {
    margin-bottom: -240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
  .mb-sm-250--neg {
    margin-bottom: -250px !important;
  }
  .mb-sm-260 {
    margin-bottom: 260px !important;
  }
  .mb-sm-260--neg {
    margin-bottom: -260px !important;
  }
  .mb-sm-270 {
    margin-bottom: 270px !important;
  }
  .mb-sm-270--neg {
    margin-bottom: -270px !important;
  }
  .mb-sm-280 {
    margin-bottom: 280px !important;
  }
  .mb-sm-280--neg {
    margin-bottom: -280px !important;
  }
  .mb-sm-290 {
    margin-bottom: 290px !important;
  }
  .mb-sm-290--neg {
    margin-bottom: -290px !important;
  }
  .mb-sm-300 {
    margin-bottom: 300px !important;
  }
  .mb-sm-300--neg {
    margin-bottom: -300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mb-md-1 {
    margin-bottom: 1px !important;
  }
  .mb-md-half {
    margin-bottom: 50% !important;
  }
  .mb-md-full {
    margin-bottom: 100% !important;
  }
  .mb-md-1--neg {
    margin-bottom: -1px !important;
  }
  .mb-md-half--neg {
    margin-bottom: -50% !important;
  }
  .mb-md-full--neg {
    margin-bottom: -100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0--neg {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-5--neg {
    margin-bottom: -5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-10--neg {
    margin-bottom: -10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-15--neg {
    margin-bottom: -15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-20--neg {
    margin-bottom: -20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-25--neg {
    margin-bottom: -25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-30--neg {
    margin-bottom: -30px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-60--neg {
    margin-bottom: -60px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-35--neg {
    margin-bottom: -35px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-70--neg {
    margin-bottom: -70px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-40--neg {
    margin-bottom: -40px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-80--neg {
    margin-bottom: -80px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-45--neg {
    margin-bottom: -45px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-90--neg {
    margin-bottom: -90px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-50--neg {
    margin-bottom: -50px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-100--neg {
    margin-bottom: -100px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-110--neg {
    margin-bottom: -110px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-120--neg {
    margin-bottom: -120px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mb-md-130--neg {
    margin-bottom: -130px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mb-md-140--neg {
    margin-bottom: -140px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-150--neg {
    margin-bottom: -150px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-160--neg {
    margin-bottom: -160px !important;
  }
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .mb-md-170--neg {
    margin-bottom: -170px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-180--neg {
    margin-bottom: -180px !important;
  }
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .mb-md-190--neg {
    margin-bottom: -190px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .mb-md-200--neg {
    margin-bottom: -200px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-210--neg {
    margin-bottom: -210px !important;
  }
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .mb-md-220--neg {
    margin-bottom: -220px !important;
  }
  .mb-md-230 {
    margin-bottom: 230px !important;
  }
  .mb-md-230--neg {
    margin-bottom: -230px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-240--neg {
    margin-bottom: -240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
  .mb-md-250--neg {
    margin-bottom: -250px !important;
  }
  .mb-md-260 {
    margin-bottom: 260px !important;
  }
  .mb-md-260--neg {
    margin-bottom: -260px !important;
  }
  .mb-md-270 {
    margin-bottom: 270px !important;
  }
  .mb-md-270--neg {
    margin-bottom: -270px !important;
  }
  .mb-md-280 {
    margin-bottom: 280px !important;
  }
  .mb-md-280--neg {
    margin-bottom: -280px !important;
  }
  .mb-md-290 {
    margin-bottom: 290px !important;
  }
  .mb-md-290--neg {
    margin-bottom: -290px !important;
  }
  .mb-md-300 {
    margin-bottom: 300px !important;
  }
  .mb-md-300--neg {
    margin-bottom: -300px !important;
  }
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-half {
  padding-left: 50% !important;
}
.pl-full {
  padding-left: 100% !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pl-210 {
  padding-left: 210px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pl-230 {
  padding-left: 230px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pl-250 {
  padding-left: 250px !important;
}
.pl-260 {
  padding-left: 260px !important;
}
.pl-270 {
  padding-left: 270px !important;
}
.pl-280 {
  padding-left: 280px !important;
}
.pl-290 {
  padding-left: 290px !important;
}
.pl-300 {
  padding-left: 300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .pl-xs-1 {
    padding-left: 1px !important;
  }
  .pl-xs-half {
    padding-left: 50% !important;
  }
  .pl-xs-full {
    padding-left: 100% !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
  .pl-xs-210 {
    padding-left: 210px !important;
  }
  .pl-xs-220 {
    padding-left: 220px !important;
  }
  .pl-xs-230 {
    padding-left: 230px !important;
  }
  .pl-xs-240 {
    padding-left: 240px !important;
  }
  .pl-xs-250 {
    padding-left: 250px !important;
  }
  .pl-xs-260 {
    padding-left: 260px !important;
  }
  .pl-xs-270 {
    padding-left: 270px !important;
  }
  .pl-xs-280 {
    padding-left: 280px !important;
  }
  .pl-xs-290 {
    padding-left: 290px !important;
  }
  .pl-xs-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pl-sm-1 {
    padding-left: 1px !important;
  }
  .pl-sm-half {
    padding-left: 50% !important;
  }
  .pl-sm-full {
    padding-left: 100% !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pl-sm-210 {
    padding-left: 210px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
  .pl-sm-230 {
    padding-left: 230px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
  .pl-sm-250 {
    padding-left: 250px !important;
  }
  .pl-sm-260 {
    padding-left: 260px !important;
  }
  .pl-sm-270 {
    padding-left: 270px !important;
  }
  .pl-sm-280 {
    padding-left: 280px !important;
  }
  .pl-sm-290 {
    padding-left: 290px !important;
  }
  .pl-sm-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pl-md-1 {
    padding-left: 1px !important;
  }
  .pl-md-half {
    padding-left: 50% !important;
  }
  .pl-md-full {
    padding-left: 100% !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pl-md-170 {
    padding-left: 170px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pl-md-190 {
    padding-left: 190px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pl-md-210 {
    padding-left: 210px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
  .pl-md-230 {
    padding-left: 230px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
  .pl-md-250 {
    padding-left: 250px !important;
  }
  .pl-md-260 {
    padding-left: 260px !important;
  }
  .pl-md-270 {
    padding-left: 270px !important;
  }
  .pl-md-280 {
    padding-left: 280px !important;
  }
  .pl-md-290 {
    padding-left: 290px !important;
  }
  .pl-md-300 {
    padding-left: 300px !important;
  }
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-half {
  padding-right: 50% !important;
}
.pr-full {
  padding-right: 100% !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pr-210 {
  padding-right: 210px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pr-230 {
  padding-right: 230px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pr-250 {
  padding-right: 250px !important;
}
.pr-260 {
  padding-right: 260px !important;
}
.pr-270 {
  padding-right: 270px !important;
}
.pr-280 {
  padding-right: 280px !important;
}
.pr-290 {
  padding-right: 290px !important;
}
.pr-300 {
  padding-right: 300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .pr-xs-1 {
    padding-right: 1px !important;
  }
  .pr-xs-half {
    padding-right: 50% !important;
  }
  .pr-xs-full {
    padding-right: 100% !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  .pr-xs-210 {
    padding-right: 210px !important;
  }
  .pr-xs-220 {
    padding-right: 220px !important;
  }
  .pr-xs-230 {
    padding-right: 230px !important;
  }
  .pr-xs-240 {
    padding-right: 240px !important;
  }
  .pr-xs-250 {
    padding-right: 250px !important;
  }
  .pr-xs-260 {
    padding-right: 260px !important;
  }
  .pr-xs-270 {
    padding-right: 270px !important;
  }
  .pr-xs-280 {
    padding-right: 280px !important;
  }
  .pr-xs-290 {
    padding-right: 290px !important;
  }
  .pr-xs-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pr-sm-1 {
    padding-right: 1px !important;
  }
  .pr-sm-half {
    padding-right: 50% !important;
  }
  .pr-sm-full {
    padding-right: 100% !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .pr-sm-210 {
    padding-right: 210px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
  .pr-sm-230 {
    padding-right: 230px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
  .pr-sm-250 {
    padding-right: 250px !important;
  }
  .pr-sm-260 {
    padding-right: 260px !important;
  }
  .pr-sm-270 {
    padding-right: 270px !important;
  }
  .pr-sm-280 {
    padding-right: 280px !important;
  }
  .pr-sm-290 {
    padding-right: 290px !important;
  }
  .pr-sm-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pr-md-1 {
    padding-right: 1px !important;
  }
  .pr-md-half {
    padding-right: 50% !important;
  }
  .pr-md-full {
    padding-right: 100% !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pr-md-110 {
    padding-right: 110px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pr-md-130 {
    padding-right: 130px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pr-md-170 {
    padding-right: 170px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pr-md-190 {
    padding-right: 190px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .pr-md-210 {
    padding-right: 210px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
  .pr-md-230 {
    padding-right: 230px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
  .pr-md-250 {
    padding-right: 250px !important;
  }
  .pr-md-260 {
    padding-right: 260px !important;
  }
  .pr-md-270 {
    padding-right: 270px !important;
  }
  .pr-md-280 {
    padding-right: 280px !important;
  }
  .pr-md-290 {
    padding-right: 290px !important;
  }
  .pr-md-300 {
    padding-right: 300px !important;
  }
}
.pt-1 {
  padding-top: 1px !important;
}
.pt-half {
  padding-top: 50% !important;
}
.pt-full {
  padding-top: 100% !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pt-210 {
  padding-top: 210px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pt-230 {
  padding-top: 230px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pt-250 {
  padding-top: 250px !important;
}
.pt-260 {
  padding-top: 260px !important;
}
.pt-270 {
  padding-top: 270px !important;
}
.pt-280 {
  padding-top: 280px !important;
}
.pt-290 {
  padding-top: 290px !important;
}
.pt-300 {
  padding-top: 300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .pt-xs-1 {
    padding-top: 1px !important;
  }
  .pt-xs-half {
    padding-top: 50% !important;
  }
  .pt-xs-full {
    padding-top: 100% !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  .pt-xs-210 {
    padding-top: 210px !important;
  }
  .pt-xs-220 {
    padding-top: 220px !important;
  }
  .pt-xs-230 {
    padding-top: 230px !important;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pt-xs-250 {
    padding-top: 250px !important;
  }
  .pt-xs-260 {
    padding-top: 260px !important;
  }
  .pt-xs-270 {
    padding-top: 270px !important;
  }
  .pt-xs-280 {
    padding-top: 280px !important;
  }
  .pt-xs-290 {
    padding-top: 290px !important;
  }
  .pt-xs-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-sm-1 {
    padding-top: 1px !important;
  }
  .pt-sm-half {
    padding-top: 50% !important;
  }
  .pt-sm-full {
    padding-top: 100% !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pt-sm-210 {
    padding-top: 210px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
  .pt-sm-230 {
    padding-top: 230px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
  .pt-sm-250 {
    padding-top: 250px !important;
  }
  .pt-sm-260 {
    padding-top: 260px !important;
  }
  .pt-sm-270 {
    padding-top: 270px !important;
  }
  .pt-sm-280 {
    padding-top: 280px !important;
  }
  .pt-sm-290 {
    padding-top: 290px !important;
  }
  .pt-sm-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pt-md-1 {
    padding-top: 1px !important;
  }
  .pt-md-half {
    padding-top: 50% !important;
  }
  .pt-md-full {
    padding-top: 100% !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pt-md-210 {
    padding-top: 210px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
  .pt-md-230 {
    padding-top: 230px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
  .pt-md-250 {
    padding-top: 250px !important;
  }
  .pt-md-260 {
    padding-top: 260px !important;
  }
  .pt-md-270 {
    padding-top: 270px !important;
  }
  .pt-md-280 {
    padding-top: 280px !important;
  }
  .pt-md-290 {
    padding-top: 290px !important;
  }
  .pt-md-300 {
    padding-top: 300px !important;
  }
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-half {
  padding-bottom: 50% !important;
}
.pb-full {
  padding-bottom: 100% !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pb-210 {
  padding-bottom: 210px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pb-230 {
  padding-bottom: 230px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.pb-260 {
  padding-bottom: 260px !important;
}
.pb-270 {
  padding-bottom: 270px !important;
}
.pb-280 {
  padding-bottom: 280px !important;
}
.pb-290 {
  padding-bottom: 290px !important;
}
.pb-300 {
  padding-bottom: 300px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .pb-xs-1 {
    padding-bottom: 1px !important;
  }
  .pb-xs-half {
    padding-bottom: 50% !important;
  }
  .pb-xs-full {
    padding-bottom: 100% !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  .pb-xs-210 {
    padding-bottom: 210px !important;
  }
  .pb-xs-220 {
    padding-bottom: 220px !important;
  }
  .pb-xs-230 {
    padding-bottom: 230px !important;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
  .pb-xs-250 {
    padding-bottom: 250px !important;
  }
  .pb-xs-260 {
    padding-bottom: 260px !important;
  }
  .pb-xs-270 {
    padding-bottom: 270px !important;
  }
  .pb-xs-280 {
    padding-bottom: 280px !important;
  }
  .pb-xs-290 {
    padding-bottom: 290px !important;
  }
  .pb-xs-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-sm-1 {
    padding-bottom: 1px !important;
  }
  .pb-sm-half {
    padding-bottom: 50% !important;
  }
  .pb-sm-full {
    padding-bottom: 100% !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pb-sm-210 {
    padding-bottom: 210px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  .pb-sm-230 {
    padding-bottom: 230px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  .pb-sm-250 {
    padding-bottom: 250px !important;
  }
  .pb-sm-260 {
    padding-bottom: 260px !important;
  }
  .pb-sm-270 {
    padding-bottom: 270px !important;
  }
  .pb-sm-280 {
    padding-bottom: 280px !important;
  }
  .pb-sm-290 {
    padding-bottom: 290px !important;
  }
  .pb-sm-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pb-md-1 {
    padding-bottom: 1px !important;
  }
  .pb-md-half {
    padding-bottom: 50% !important;
  }
  .pb-md-full {
    padding-bottom: 100% !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pb-md-210 {
    padding-bottom: 210px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
  .pb-md-230 {
    padding-bottom: 230px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
  .pb-md-250 {
    padding-bottom: 250px !important;
  }
  .pb-md-260 {
    padding-bottom: 260px !important;
  }
  .pb-md-270 {
    padding-bottom: 270px !important;
  }
  .pb-md-280 {
    padding-bottom: 280px !important;
  }
  .pb-md-290 {
    padding-bottom: 290px !important;
  }
  .pb-md-300 {
    padding-bottom: 300px !important;
  }
}
.l-0 {
  left: 0 !important;
}
.l-0--neg {
  left: 0 !important;
}
.l-10 {
  left: 10px !important;
}
.l-10--neg {
  left: -10px !important;
}
.l-20 {
  left: 20px !important;
}
.l-20--neg {
  left: -20px !important;
}
.l-30 {
  left: 30px !important;
}
.l-30--neg {
  left: -30px !important;
}
.l-40 {
  left: 40px !important;
}
.l-40--neg {
  left: -40px !important;
}
.l-50 {
  left: 50px !important;
}
.l-50--neg {
  left: -50px !important;
}
.l-60 {
  left: 60px !important;
}
.l-60--neg {
  left: -60px !important;
}
.l-70 {
  left: 70px !important;
}
.l-70--neg {
  left: -70px !important;
}
.l-80 {
  left: 80px !important;
}
.l-80--neg {
  left: -80px !important;
}
.l-90 {
  left: 90px !important;
}
.l-90--neg {
  left: -90px !important;
}
.l-100 {
  left: 100px !important;
}
.l-100--neg {
  left: -100px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .l-xs-0 {
    left: 0 !important;
  }
  .l-xs-0--neg {
    left: 0 !important;
  }
  .l-xs-10 {
    left: 10px !important;
  }
  .l-xs-10--neg {
    left: -10px !important;
  }
  .l-xs-20 {
    left: 20px !important;
  }
  .l-xs-20--neg {
    left: -20px !important;
  }
  .l-xs-30 {
    left: 30px !important;
  }
  .l-xs-30--neg {
    left: -30px !important;
  }
  .l-xs-40 {
    left: 40px !important;
  }
  .l-xs-40--neg {
    left: -40px !important;
  }
  .l-xs-50 {
    left: 50px !important;
  }
  .l-xs-50--neg {
    left: -50px !important;
  }
  .l-xs-60 {
    left: 60px !important;
  }
  .l-xs-60--neg {
    left: -60px !important;
  }
  .l-xs-70 {
    left: 70px !important;
  }
  .l-xs-70--neg {
    left: -70px !important;
  }
  .l-xs-80 {
    left: 80px !important;
  }
  .l-xs-80--neg {
    left: -80px !important;
  }
  .l-xs-90 {
    left: 90px !important;
  }
  .l-xs-90--neg {
    left: -90px !important;
  }
  .l-xs-100 {
    left: 100px !important;
  }
  .l-xs-100--neg {
    left: -100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-sm-0 {
    left: 0 !important;
  }
  .l-sm-0--neg {
    left: 0 !important;
  }
  .l-sm-10 {
    left: 10px !important;
  }
  .l-sm-10--neg {
    left: -10px !important;
  }
  .l-sm-20 {
    left: 20px !important;
  }
  .l-sm-20--neg {
    left: -20px !important;
  }
  .l-sm-30 {
    left: 30px !important;
  }
  .l-sm-30--neg {
    left: -30px !important;
  }
  .l-sm-40 {
    left: 40px !important;
  }
  .l-sm-40--neg {
    left: -40px !important;
  }
  .l-sm-50 {
    left: 50px !important;
  }
  .l-sm-50--neg {
    left: -50px !important;
  }
  .l-sm-60 {
    left: 60px !important;
  }
  .l-sm-60--neg {
    left: -60px !important;
  }
  .l-sm-70 {
    left: 70px !important;
  }
  .l-sm-70--neg {
    left: -70px !important;
  }
  .l-sm-80 {
    left: 80px !important;
  }
  .l-sm-80--neg {
    left: -80px !important;
  }
  .l-sm-90 {
    left: 90px !important;
  }
  .l-sm-90--neg {
    left: -90px !important;
  }
  .l-sm-100 {
    left: 100px !important;
  }
  .l-sm-100--neg {
    left: -100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .l-md-0 {
    left: 0 !important;
  }
  .l-md-0--neg {
    left: 0 !important;
  }
  .l-md-10 {
    left: 10px !important;
  }
  .l-md-10--neg {
    left: -10px !important;
  }
  .l-md-20 {
    left: 20px !important;
  }
  .l-md-20--neg {
    left: -20px !important;
  }
  .l-md-30 {
    left: 30px !important;
  }
  .l-md-30--neg {
    left: -30px !important;
  }
  .l-md-40 {
    left: 40px !important;
  }
  .l-md-40--neg {
    left: -40px !important;
  }
  .l-md-50 {
    left: 50px !important;
  }
  .l-md-50--neg {
    left: -50px !important;
  }
  .l-md-60 {
    left: 60px !important;
  }
  .l-md-60--neg {
    left: -60px !important;
  }
  .l-md-70 {
    left: 70px !important;
  }
  .l-md-70--neg {
    left: -70px !important;
  }
  .l-md-80 {
    left: 80px !important;
  }
  .l-md-80--neg {
    left: -80px !important;
  }
  .l-md-90 {
    left: 90px !important;
  }
  .l-md-90--neg {
    left: -90px !important;
  }
  .l-md-100 {
    left: 100px !important;
  }
  .l-md-100--neg {
    left: -100px !important;
  }
}
.r-0 {
  right: 0 !important;
}
.r-0--neg {
  right: 0 !important;
}
.r-10 {
  right: 10px !important;
}
.r-10--neg {
  right: -10px !important;
}
.r-20 {
  right: 20px !important;
}
.r-20--neg {
  right: -20px !important;
}
.r-30 {
  right: 30px !important;
}
.r-30--neg {
  right: -30px !important;
}
.r-40 {
  right: 40px !important;
}
.r-40--neg {
  right: -40px !important;
}
.r-50 {
  right: 50px !important;
}
.r-50--neg {
  right: -50px !important;
}
.r-60 {
  right: 60px !important;
}
.r-60--neg {
  right: -60px !important;
}
.r-70 {
  right: 70px !important;
}
.r-70--neg {
  right: -70px !important;
}
.r-80 {
  right: 80px !important;
}
.r-80--neg {
  right: -80px !important;
}
.r-90 {
  right: 90px !important;
}
.r-90--neg {
  right: -90px !important;
}
.r-100 {
  right: 100px !important;
}
.r-100--neg {
  right: -100px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .r-xs-0 {
    right: 0 !important;
  }
  .r-xs-0--neg {
    right: 0 !important;
  }
  .r-xs-10 {
    right: 10px !important;
  }
  .r-xs-10--neg {
    right: -10px !important;
  }
  .r-xs-20 {
    right: 20px !important;
  }
  .r-xs-20--neg {
    right: -20px !important;
  }
  .r-xs-30 {
    right: 30px !important;
  }
  .r-xs-30--neg {
    right: -30px !important;
  }
  .r-xs-40 {
    right: 40px !important;
  }
  .r-xs-40--neg {
    right: -40px !important;
  }
  .r-xs-50 {
    right: 50px !important;
  }
  .r-xs-50--neg {
    right: -50px !important;
  }
  .r-xs-60 {
    right: 60px !important;
  }
  .r-xs-60--neg {
    right: -60px !important;
  }
  .r-xs-70 {
    right: 70px !important;
  }
  .r-xs-70--neg {
    right: -70px !important;
  }
  .r-xs-80 {
    right: 80px !important;
  }
  .r-xs-80--neg {
    right: -80px !important;
  }
  .r-xs-90 {
    right: 90px !important;
  }
  .r-xs-90--neg {
    right: -90px !important;
  }
  .r-xs-100 {
    right: 100px !important;
  }
  .r-xs-100--neg {
    right: -100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .r-sm-0 {
    right: 0 !important;
  }
  .r-sm-0--neg {
    right: 0 !important;
  }
  .r-sm-10 {
    right: 10px !important;
  }
  .r-sm-10--neg {
    right: -10px !important;
  }
  .r-sm-20 {
    right: 20px !important;
  }
  .r-sm-20--neg {
    right: -20px !important;
  }
  .r-sm-30 {
    right: 30px !important;
  }
  .r-sm-30--neg {
    right: -30px !important;
  }
  .r-sm-40 {
    right: 40px !important;
  }
  .r-sm-40--neg {
    right: -40px !important;
  }
  .r-sm-50 {
    right: 50px !important;
  }
  .r-sm-50--neg {
    right: -50px !important;
  }
  .r-sm-60 {
    right: 60px !important;
  }
  .r-sm-60--neg {
    right: -60px !important;
  }
  .r-sm-70 {
    right: 70px !important;
  }
  .r-sm-70--neg {
    right: -70px !important;
  }
  .r-sm-80 {
    right: 80px !important;
  }
  .r-sm-80--neg {
    right: -80px !important;
  }
  .r-sm-90 {
    right: 90px !important;
  }
  .r-sm-90--neg {
    right: -90px !important;
  }
  .r-sm-100 {
    right: 100px !important;
  }
  .r-sm-100--neg {
    right: -100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .r-md-0 {
    right: 0 !important;
  }
  .r-md-0--neg {
    right: 0 !important;
  }
  .r-md-10 {
    right: 10px !important;
  }
  .r-md-10--neg {
    right: -10px !important;
  }
  .r-md-20 {
    right: 20px !important;
  }
  .r-md-20--neg {
    right: -20px !important;
  }
  .r-md-30 {
    right: 30px !important;
  }
  .r-md-30--neg {
    right: -30px !important;
  }
  .r-md-40 {
    right: 40px !important;
  }
  .r-md-40--neg {
    right: -40px !important;
  }
  .r-md-50 {
    right: 50px !important;
  }
  .r-md-50--neg {
    right: -50px !important;
  }
  .r-md-60 {
    right: 60px !important;
  }
  .r-md-60--neg {
    right: -60px !important;
  }
  .r-md-70 {
    right: 70px !important;
  }
  .r-md-70--neg {
    right: -70px !important;
  }
  .r-md-80 {
    right: 80px !important;
  }
  .r-md-80--neg {
    right: -80px !important;
  }
  .r-md-90 {
    right: 90px !important;
  }
  .r-md-90--neg {
    right: -90px !important;
  }
  .r-md-100 {
    right: 100px !important;
  }
  .r-md-100--neg {
    right: -100px !important;
  }
}
.t-0 {
  top: 0 !important;
}
.t-0--neg {
  top: 0 !important;
}
.t-10 {
  top: 10px !important;
}
.t-10--neg {
  top: -10px !important;
}
.t-20 {
  top: 20px !important;
}
.t-20--neg {
  top: -20px !important;
}
.t-30 {
  top: 30px !important;
}
.t-30--neg {
  top: -30px !important;
}
.t-40 {
  top: 40px !important;
}
.t-40--neg {
  top: -40px !important;
}
.t-50 {
  top: 50px !important;
}
.t-50--neg {
  top: -50px !important;
}
.t-60 {
  top: 60px !important;
}
.t-60--neg {
  top: -60px !important;
}
.t-70 {
  top: 70px !important;
}
.t-70--neg {
  top: -70px !important;
}
.t-80 {
  top: 80px !important;
}
.t-80--neg {
  top: -80px !important;
}
.t-90 {
  top: 90px !important;
}
.t-90--neg {
  top: -90px !important;
}
.t-100 {
  top: 100px !important;
}
.t-100--neg {
  top: -100px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .t-xs-0 {
    top: 0 !important;
  }
  .t-xs-0--neg {
    top: 0 !important;
  }
  .t-xs-10 {
    top: 10px !important;
  }
  .t-xs-10--neg {
    top: -10px !important;
  }
  .t-xs-20 {
    top: 20px !important;
  }
  .t-xs-20--neg {
    top: -20px !important;
  }
  .t-xs-30 {
    top: 30px !important;
  }
  .t-xs-30--neg {
    top: -30px !important;
  }
  .t-xs-40 {
    top: 40px !important;
  }
  .t-xs-40--neg {
    top: -40px !important;
  }
  .t-xs-50 {
    top: 50px !important;
  }
  .t-xs-50--neg {
    top: -50px !important;
  }
  .t-xs-60 {
    top: 60px !important;
  }
  .t-xs-60--neg {
    top: -60px !important;
  }
  .t-xs-70 {
    top: 70px !important;
  }
  .t-xs-70--neg {
    top: -70px !important;
  }
  .t-xs-80 {
    top: 80px !important;
  }
  .t-xs-80--neg {
    top: -80px !important;
  }
  .t-xs-90 {
    top: 90px !important;
  }
  .t-xs-90--neg {
    top: -90px !important;
  }
  .t-xs-100 {
    top: 100px !important;
  }
  .t-xs-100--neg {
    top: -100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .t-sm-0 {
    top: 0 !important;
  }
  .t-sm-0--neg {
    top: 0 !important;
  }
  .t-sm-10 {
    top: 10px !important;
  }
  .t-sm-10--neg {
    top: -10px !important;
  }
  .t-sm-20 {
    top: 20px !important;
  }
  .t-sm-20--neg {
    top: -20px !important;
  }
  .t-sm-30 {
    top: 30px !important;
  }
  .t-sm-30--neg {
    top: -30px !important;
  }
  .t-sm-40 {
    top: 40px !important;
  }
  .t-sm-40--neg {
    top: -40px !important;
  }
  .t-sm-50 {
    top: 50px !important;
  }
  .t-sm-50--neg {
    top: -50px !important;
  }
  .t-sm-60 {
    top: 60px !important;
  }
  .t-sm-60--neg {
    top: -60px !important;
  }
  .t-sm-70 {
    top: 70px !important;
  }
  .t-sm-70--neg {
    top: -70px !important;
  }
  .t-sm-80 {
    top: 80px !important;
  }
  .t-sm-80--neg {
    top: -80px !important;
  }
  .t-sm-90 {
    top: 90px !important;
  }
  .t-sm-90--neg {
    top: -90px !important;
  }
  .t-sm-100 {
    top: 100px !important;
  }
  .t-sm-100--neg {
    top: -100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .t-md-0 {
    top: 0 !important;
  }
  .t-md-0--neg {
    top: 0 !important;
  }
  .t-md-10 {
    top: 10px !important;
  }
  .t-md-10--neg {
    top: -10px !important;
  }
  .t-md-20 {
    top: 20px !important;
  }
  .t-md-20--neg {
    top: -20px !important;
  }
  .t-md-30 {
    top: 30px !important;
  }
  .t-md-30--neg {
    top: -30px !important;
  }
  .t-md-40 {
    top: 40px !important;
  }
  .t-md-40--neg {
    top: -40px !important;
  }
  .t-md-50 {
    top: 50px !important;
  }
  .t-md-50--neg {
    top: -50px !important;
  }
  .t-md-60 {
    top: 60px !important;
  }
  .t-md-60--neg {
    top: -60px !important;
  }
  .t-md-70 {
    top: 70px !important;
  }
  .t-md-70--neg {
    top: -70px !important;
  }
  .t-md-80 {
    top: 80px !important;
  }
  .t-md-80--neg {
    top: -80px !important;
  }
  .t-md-90 {
    top: 90px !important;
  }
  .t-md-90--neg {
    top: -90px !important;
  }
  .t-md-100 {
    top: 100px !important;
  }
  .t-md-100--neg {
    top: -100px !important;
  }
}
.b-0 {
  bottom: 0 !important;
}
.b-0--neg {
  bottom: 0 !important;
}
.b-10 {
  bottom: 10px !important;
}
.b-10--neg {
  bottom: -10px !important;
}
.b-20 {
  bottom: 20px !important;
}
.b-20--neg {
  bottom: -20px !important;
}
.b-30 {
  bottom: 30px !important;
}
.b-30--neg {
  bottom: -30px !important;
}
.b-40 {
  bottom: 40px !important;
}
.b-40--neg {
  bottom: -40px !important;
}
.b-50 {
  bottom: 50px !important;
}
.b-50--neg {
  bottom: -50px !important;
}
.b-60 {
  bottom: 60px !important;
}
.b-60--neg {
  bottom: -60px !important;
}
.b-70 {
  bottom: 70px !important;
}
.b-70--neg {
  bottom: -70px !important;
}
.b-80 {
  bottom: 80px !important;
}
.b-80--neg {
  bottom: -80px !important;
}
.b-90 {
  bottom: 90px !important;
}
.b-90--neg {
  bottom: -90px !important;
}
.b-100 {
  bottom: 100px !important;
}
.b-100--neg {
  bottom: -100px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .b-xs-0 {
    bottom: 0 !important;
  }
  .b-xs-0--neg {
    bottom: 0 !important;
  }
  .b-xs-10 {
    bottom: 10px !important;
  }
  .b-xs-10--neg {
    bottom: -10px !important;
  }
  .b-xs-20 {
    bottom: 20px !important;
  }
  .b-xs-20--neg {
    bottom: -20px !important;
  }
  .b-xs-30 {
    bottom: 30px !important;
  }
  .b-xs-30--neg {
    bottom: -30px !important;
  }
  .b-xs-40 {
    bottom: 40px !important;
  }
  .b-xs-40--neg {
    bottom: -40px !important;
  }
  .b-xs-50 {
    bottom: 50px !important;
  }
  .b-xs-50--neg {
    bottom: -50px !important;
  }
  .b-xs-60 {
    bottom: 60px !important;
  }
  .b-xs-60--neg {
    bottom: -60px !important;
  }
  .b-xs-70 {
    bottom: 70px !important;
  }
  .b-xs-70--neg {
    bottom: -70px !important;
  }
  .b-xs-80 {
    bottom: 80px !important;
  }
  .b-xs-80--neg {
    bottom: -80px !important;
  }
  .b-xs-90 {
    bottom: 90px !important;
  }
  .b-xs-90--neg {
    bottom: -90px !important;
  }
  .b-xs-100 {
    bottom: 100px !important;
  }
  .b-xs-100--neg {
    bottom: -100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .b-sm-0 {
    bottom: 0 !important;
  }
  .b-sm-0--neg {
    bottom: 0 !important;
  }
  .b-sm-10 {
    bottom: 10px !important;
  }
  .b-sm-10--neg {
    bottom: -10px !important;
  }
  .b-sm-20 {
    bottom: 20px !important;
  }
  .b-sm-20--neg {
    bottom: -20px !important;
  }
  .b-sm-30 {
    bottom: 30px !important;
  }
  .b-sm-30--neg {
    bottom: -30px !important;
  }
  .b-sm-40 {
    bottom: 40px !important;
  }
  .b-sm-40--neg {
    bottom: -40px !important;
  }
  .b-sm-50 {
    bottom: 50px !important;
  }
  .b-sm-50--neg {
    bottom: -50px !important;
  }
  .b-sm-60 {
    bottom: 60px !important;
  }
  .b-sm-60--neg {
    bottom: -60px !important;
  }
  .b-sm-70 {
    bottom: 70px !important;
  }
  .b-sm-70--neg {
    bottom: -70px !important;
  }
  .b-sm-80 {
    bottom: 80px !important;
  }
  .b-sm-80--neg {
    bottom: -80px !important;
  }
  .b-sm-90 {
    bottom: 90px !important;
  }
  .b-sm-90--neg {
    bottom: -90px !important;
  }
  .b-sm-100 {
    bottom: 100px !important;
  }
  .b-sm-100--neg {
    bottom: -100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-md-0 {
    bottom: 0 !important;
  }
  .b-md-0--neg {
    bottom: 0 !important;
  }
  .b-md-10 {
    bottom: 10px !important;
  }
  .b-md-10--neg {
    bottom: -10px !important;
  }
  .b-md-20 {
    bottom: 20px !important;
  }
  .b-md-20--neg {
    bottom: -20px !important;
  }
  .b-md-30 {
    bottom: 30px !important;
  }
  .b-md-30--neg {
    bottom: -30px !important;
  }
  .b-md-40 {
    bottom: 40px !important;
  }
  .b-md-40--neg {
    bottom: -40px !important;
  }
  .b-md-50 {
    bottom: 50px !important;
  }
  .b-md-50--neg {
    bottom: -50px !important;
  }
  .b-md-60 {
    bottom: 60px !important;
  }
  .b-md-60--neg {
    bottom: -60px !important;
  }
  .b-md-70 {
    bottom: 70px !important;
  }
  .b-md-70--neg {
    bottom: -70px !important;
  }
  .b-md-80 {
    bottom: 80px !important;
  }
  .b-md-80--neg {
    bottom: -80px !important;
  }
  .b-md-90 {
    bottom: 90px !important;
  }
  .b-md-90--neg {
    bottom: -90px !important;
  }
  .b-md-100 {
    bottom: 100px !important;
  }
  .b-md-100--neg {
    bottom: -100px !important;
  }
}
.bl-1 {
  border-left-width: 1px !important;
}
.bl-0 {
  border-left-width: 0 !important;
}
.bl-10 {
  border-left-width: 10px !important;
}
.bl-20 {
  border-left-width: 20px !important;
}
.bl-30 {
  border-left-width: 30px !important;
}
.bl-40 {
  border-left-width: 40px !important;
}
.bl-50 {
  border-left-width: 50px !important;
}
.bl-60 {
  border-left-width: 60px !important;
}
.bl-70 {
  border-left-width: 70px !important;
}
.bl-80 {
  border-left-width: 80px !important;
}
.bl-90 {
  border-left-width: 90px !important;
}
.bl-100 {
  border-left-width: 100px !important;
}
.bl-110 {
  border-left-width: 110px !important;
}
.bl-120 {
  border-left-width: 120px !important;
}
.bl-130 {
  border-left-width: 130px !important;
}
.bl-140 {
  border-left-width: 140px !important;
}
.bl-150 {
  border-left-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .bl-xs-1 {
    border-left-width: 1px !important;
  }
  .bl-xs-0 {
    border-left-width: 0 !important;
  }
  .bl-xs-10 {
    border-left-width: 10px !important;
  }
  .bl-xs-20 {
    border-left-width: 20px !important;
  }
  .bl-xs-30 {
    border-left-width: 30px !important;
  }
  .bl-xs-40 {
    border-left-width: 40px !important;
  }
  .bl-xs-50 {
    border-left-width: 50px !important;
  }
  .bl-xs-60 {
    border-left-width: 60px !important;
  }
  .bl-xs-70 {
    border-left-width: 70px !important;
  }
  .bl-xs-80 {
    border-left-width: 80px !important;
  }
  .bl-xs-90 {
    border-left-width: 90px !important;
  }
  .bl-xs-100 {
    border-left-width: 100px !important;
  }
  .bl-xs-110 {
    border-left-width: 110px !important;
  }
  .bl-xs-120 {
    border-left-width: 120px !important;
  }
  .bl-xs-130 {
    border-left-width: 130px !important;
  }
  .bl-xs-140 {
    border-left-width: 140px !important;
  }
  .bl-xs-150 {
    border-left-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bl-sm-1 {
    border-left-width: 1px !important;
  }
  .bl-sm-0 {
    border-left-width: 0 !important;
  }
  .bl-sm-10 {
    border-left-width: 10px !important;
  }
  .bl-sm-20 {
    border-left-width: 20px !important;
  }
  .bl-sm-30 {
    border-left-width: 30px !important;
  }
  .bl-sm-40 {
    border-left-width: 40px !important;
  }
  .bl-sm-50 {
    border-left-width: 50px !important;
  }
  .bl-sm-60 {
    border-left-width: 60px !important;
  }
  .bl-sm-70 {
    border-left-width: 70px !important;
  }
  .bl-sm-80 {
    border-left-width: 80px !important;
  }
  .bl-sm-90 {
    border-left-width: 90px !important;
  }
  .bl-sm-100 {
    border-left-width: 100px !important;
  }
  .bl-sm-110 {
    border-left-width: 110px !important;
  }
  .bl-sm-120 {
    border-left-width: 120px !important;
  }
  .bl-sm-130 {
    border-left-width: 130px !important;
  }
  .bl-sm-140 {
    border-left-width: 140px !important;
  }
  .bl-sm-150 {
    border-left-width: 150px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bl-md-1 {
    border-left-width: 1px !important;
  }
  .bl-md-0 {
    border-left-width: 0 !important;
  }
  .bl-md-10 {
    border-left-width: 10px !important;
  }
  .bl-md-20 {
    border-left-width: 20px !important;
  }
  .bl-md-30 {
    border-left-width: 30px !important;
  }
  .bl-md-40 {
    border-left-width: 40px !important;
  }
  .bl-md-50 {
    border-left-width: 50px !important;
  }
  .bl-md-60 {
    border-left-width: 60px !important;
  }
  .bl-md-70 {
    border-left-width: 70px !important;
  }
  .bl-md-80 {
    border-left-width: 80px !important;
  }
  .bl-md-90 {
    border-left-width: 90px !important;
  }
  .bl-md-100 {
    border-left-width: 100px !important;
  }
  .bl-md-110 {
    border-left-width: 110px !important;
  }
  .bl-md-120 {
    border-left-width: 120px !important;
  }
  .bl-md-130 {
    border-left-width: 130px !important;
  }
  .bl-md-140 {
    border-left-width: 140px !important;
  }
  .bl-md-150 {
    border-left-width: 150px !important;
  }
}
.br-1 {
  border-right-width: 1px !important;
}
.br-0 {
  border-right-width: 0 !important;
}
.br-10 {
  border-right-width: 10px !important;
}
.br-20 {
  border-right-width: 20px !important;
}
.br-30 {
  border-right-width: 30px !important;
}
.br-40 {
  border-right-width: 40px !important;
}
.br-50 {
  border-right-width: 50px !important;
}
.br-60 {
  border-right-width: 60px !important;
}
.br-70 {
  border-right-width: 70px !important;
}
.br-80 {
  border-right-width: 80px !important;
}
.br-90 {
  border-right-width: 90px !important;
}
.br-100 {
  border-right-width: 100px !important;
}
.br-110 {
  border-right-width: 110px !important;
}
.br-120 {
  border-right-width: 120px !important;
}
.br-130 {
  border-right-width: 130px !important;
}
.br-140 {
  border-right-width: 140px !important;
}
.br-150 {
  border-right-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .br-xs-1 {
    border-right-width: 1px !important;
  }
  .br-xs-0 {
    border-right-width: 0 !important;
  }
  .br-xs-10 {
    border-right-width: 10px !important;
  }
  .br-xs-20 {
    border-right-width: 20px !important;
  }
  .br-xs-30 {
    border-right-width: 30px !important;
  }
  .br-xs-40 {
    border-right-width: 40px !important;
  }
  .br-xs-50 {
    border-right-width: 50px !important;
  }
  .br-xs-60 {
    border-right-width: 60px !important;
  }
  .br-xs-70 {
    border-right-width: 70px !important;
  }
  .br-xs-80 {
    border-right-width: 80px !important;
  }
  .br-xs-90 {
    border-right-width: 90px !important;
  }
  .br-xs-100 {
    border-right-width: 100px !important;
  }
  .br-xs-110 {
    border-right-width: 110px !important;
  }
  .br-xs-120 {
    border-right-width: 120px !important;
  }
  .br-xs-130 {
    border-right-width: 130px !important;
  }
  .br-xs-140 {
    border-right-width: 140px !important;
  }
  .br-xs-150 {
    border-right-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-sm-1 {
    border-right-width: 1px !important;
  }
  .br-sm-0 {
    border-right-width: 0 !important;
  }
  .br-sm-10 {
    border-right-width: 10px !important;
  }
  .br-sm-20 {
    border-right-width: 20px !important;
  }
  .br-sm-30 {
    border-right-width: 30px !important;
  }
  .br-sm-40 {
    border-right-width: 40px !important;
  }
  .br-sm-50 {
    border-right-width: 50px !important;
  }
  .br-sm-60 {
    border-right-width: 60px !important;
  }
  .br-sm-70 {
    border-right-width: 70px !important;
  }
  .br-sm-80 {
    border-right-width: 80px !important;
  }
  .br-sm-90 {
    border-right-width: 90px !important;
  }
  .br-sm-100 {
    border-right-width: 100px !important;
  }
  .br-sm-110 {
    border-right-width: 110px !important;
  }
  .br-sm-120 {
    border-right-width: 120px !important;
  }
  .br-sm-130 {
    border-right-width: 130px !important;
  }
  .br-sm-140 {
    border-right-width: 140px !important;
  }
  .br-sm-150 {
    border-right-width: 150px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .br-md-1 {
    border-right-width: 1px !important;
  }
  .br-md-0 {
    border-right-width: 0 !important;
  }
  .br-md-10 {
    border-right-width: 10px !important;
  }
  .br-md-20 {
    border-right-width: 20px !important;
  }
  .br-md-30 {
    border-right-width: 30px !important;
  }
  .br-md-40 {
    border-right-width: 40px !important;
  }
  .br-md-50 {
    border-right-width: 50px !important;
  }
  .br-md-60 {
    border-right-width: 60px !important;
  }
  .br-md-70 {
    border-right-width: 70px !important;
  }
  .br-md-80 {
    border-right-width: 80px !important;
  }
  .br-md-90 {
    border-right-width: 90px !important;
  }
  .br-md-100 {
    border-right-width: 100px !important;
  }
  .br-md-110 {
    border-right-width: 110px !important;
  }
  .br-md-120 {
    border-right-width: 120px !important;
  }
  .br-md-130 {
    border-right-width: 130px !important;
  }
  .br-md-140 {
    border-right-width: 140px !important;
  }
  .br-md-150 {
    border-right-width: 150px !important;
  }
}
.bt-1 {
  border-top-width: 1px !important;
}
.bt-0 {
  border-top-width: 0 !important;
}
.bt-10 {
  border-top-width: 10px !important;
}
.bt-20 {
  border-top-width: 20px !important;
}
.bt-30 {
  border-top-width: 30px !important;
}
.bt-40 {
  border-top-width: 40px !important;
}
.bt-50 {
  border-top-width: 50px !important;
}
.bt-60 {
  border-top-width: 60px !important;
}
.bt-70 {
  border-top-width: 70px !important;
}
.bt-80 {
  border-top-width: 80px !important;
}
.bt-90 {
  border-top-width: 90px !important;
}
.bt-100 {
  border-top-width: 100px !important;
}
.bt-110 {
  border-top-width: 110px !important;
}
.bt-120 {
  border-top-width: 120px !important;
}
.bt-130 {
  border-top-width: 130px !important;
}
.bt-140 {
  border-top-width: 140px !important;
}
.bt-150 {
  border-top-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .bt-xs-1 {
    border-top-width: 1px !important;
  }
  .bt-xs-0 {
    border-top-width: 0 !important;
  }
  .bt-xs-10 {
    border-top-width: 10px !important;
  }
  .bt-xs-20 {
    border-top-width: 20px !important;
  }
  .bt-xs-30 {
    border-top-width: 30px !important;
  }
  .bt-xs-40 {
    border-top-width: 40px !important;
  }
  .bt-xs-50 {
    border-top-width: 50px !important;
  }
  .bt-xs-60 {
    border-top-width: 60px !important;
  }
  .bt-xs-70 {
    border-top-width: 70px !important;
  }
  .bt-xs-80 {
    border-top-width: 80px !important;
  }
  .bt-xs-90 {
    border-top-width: 90px !important;
  }
  .bt-xs-100 {
    border-top-width: 100px !important;
  }
  .bt-xs-110 {
    border-top-width: 110px !important;
  }
  .bt-xs-120 {
    border-top-width: 120px !important;
  }
  .bt-xs-130 {
    border-top-width: 130px !important;
  }
  .bt-xs-140 {
    border-top-width: 140px !important;
  }
  .bt-xs-150 {
    border-top-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bt-sm-1 {
    border-top-width: 1px !important;
  }
  .bt-sm-0 {
    border-top-width: 0 !important;
  }
  .bt-sm-10 {
    border-top-width: 10px !important;
  }
  .bt-sm-20 {
    border-top-width: 20px !important;
  }
  .bt-sm-30 {
    border-top-width: 30px !important;
  }
  .bt-sm-40 {
    border-top-width: 40px !important;
  }
  .bt-sm-50 {
    border-top-width: 50px !important;
  }
  .bt-sm-60 {
    border-top-width: 60px !important;
  }
  .bt-sm-70 {
    border-top-width: 70px !important;
  }
  .bt-sm-80 {
    border-top-width: 80px !important;
  }
  .bt-sm-90 {
    border-top-width: 90px !important;
  }
  .bt-sm-100 {
    border-top-width: 100px !important;
  }
  .bt-sm-110 {
    border-top-width: 110px !important;
  }
  .bt-sm-120 {
    border-top-width: 120px !important;
  }
  .bt-sm-130 {
    border-top-width: 130px !important;
  }
  .bt-sm-140 {
    border-top-width: 140px !important;
  }
  .bt-sm-150 {
    border-top-width: 150px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bt-md-1 {
    border-top-width: 1px !important;
  }
  .bt-md-0 {
    border-top-width: 0 !important;
  }
  .bt-md-10 {
    border-top-width: 10px !important;
  }
  .bt-md-20 {
    border-top-width: 20px !important;
  }
  .bt-md-30 {
    border-top-width: 30px !important;
  }
  .bt-md-40 {
    border-top-width: 40px !important;
  }
  .bt-md-50 {
    border-top-width: 50px !important;
  }
  .bt-md-60 {
    border-top-width: 60px !important;
  }
  .bt-md-70 {
    border-top-width: 70px !important;
  }
  .bt-md-80 {
    border-top-width: 80px !important;
  }
  .bt-md-90 {
    border-top-width: 90px !important;
  }
  .bt-md-100 {
    border-top-width: 100px !important;
  }
  .bt-md-110 {
    border-top-width: 110px !important;
  }
  .bt-md-120 {
    border-top-width: 120px !important;
  }
  .bt-md-130 {
    border-top-width: 130px !important;
  }
  .bt-md-140 {
    border-top-width: 140px !important;
  }
  .bt-md-150 {
    border-top-width: 150px !important;
  }
}
.bb-1 {
  border-bottom-width: 1px !important;
}
.bb-0 {
  border-bottom-width: 0 !important;
}
.bb-10 {
  border-bottom-width: 10px !important;
}
.bb-20 {
  border-bottom-width: 20px !important;
}
.bb-30 {
  border-bottom-width: 30px !important;
}
.bb-40 {
  border-bottom-width: 40px !important;
}
.bb-50 {
  border-bottom-width: 50px !important;
}
.bb-60 {
  border-bottom-width: 60px !important;
}
.bb-70 {
  border-bottom-width: 70px !important;
}
.bb-80 {
  border-bottom-width: 80px !important;
}
.bb-90 {
  border-bottom-width: 90px !important;
}
.bb-100 {
  border-bottom-width: 100px !important;
}
.bb-110 {
  border-bottom-width: 110px !important;
}
.bb-120 {
  border-bottom-width: 120px !important;
}
.bb-130 {
  border-bottom-width: 130px !important;
}
.bb-140 {
  border-bottom-width: 140px !important;
}
.bb-150 {
  border-bottom-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .bb-xs-1 {
    border-bottom-width: 1px !important;
  }
  .bb-xs-0 {
    border-bottom-width: 0 !important;
  }
  .bb-xs-10 {
    border-bottom-width: 10px !important;
  }
  .bb-xs-20 {
    border-bottom-width: 20px !important;
  }
  .bb-xs-30 {
    border-bottom-width: 30px !important;
  }
  .bb-xs-40 {
    border-bottom-width: 40px !important;
  }
  .bb-xs-50 {
    border-bottom-width: 50px !important;
  }
  .bb-xs-60 {
    border-bottom-width: 60px !important;
  }
  .bb-xs-70 {
    border-bottom-width: 70px !important;
  }
  .bb-xs-80 {
    border-bottom-width: 80px !important;
  }
  .bb-xs-90 {
    border-bottom-width: 90px !important;
  }
  .bb-xs-100 {
    border-bottom-width: 100px !important;
  }
  .bb-xs-110 {
    border-bottom-width: 110px !important;
  }
  .bb-xs-120 {
    border-bottom-width: 120px !important;
  }
  .bb-xs-130 {
    border-bottom-width: 130px !important;
  }
  .bb-xs-140 {
    border-bottom-width: 140px !important;
  }
  .bb-xs-150 {
    border-bottom-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-sm-1 {
    border-bottom-width: 1px !important;
  }
  .bb-sm-0 {
    border-bottom-width: 0 !important;
  }
  .bb-sm-10 {
    border-bottom-width: 10px !important;
  }
  .bb-sm-20 {
    border-bottom-width: 20px !important;
  }
  .bb-sm-30 {
    border-bottom-width: 30px !important;
  }
  .bb-sm-40 {
    border-bottom-width: 40px !important;
  }
  .bb-sm-50 {
    border-bottom-width: 50px !important;
  }
  .bb-sm-60 {
    border-bottom-width: 60px !important;
  }
  .bb-sm-70 {
    border-bottom-width: 70px !important;
  }
  .bb-sm-80 {
    border-bottom-width: 80px !important;
  }
  .bb-sm-90 {
    border-bottom-width: 90px !important;
  }
  .bb-sm-100 {
    border-bottom-width: 100px !important;
  }
  .bb-sm-110 {
    border-bottom-width: 110px !important;
  }
  .bb-sm-120 {
    border-bottom-width: 120px !important;
  }
  .bb-sm-130 {
    border-bottom-width: 130px !important;
  }
  .bb-sm-140 {
    border-bottom-width: 140px !important;
  }
  .bb-sm-150 {
    border-bottom-width: 150px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-md-1 {
    border-bottom-width: 1px !important;
  }
  .bb-md-0 {
    border-bottom-width: 0 !important;
  }
  .bb-md-10 {
    border-bottom-width: 10px !important;
  }
  .bb-md-20 {
    border-bottom-width: 20px !important;
  }
  .bb-md-30 {
    border-bottom-width: 30px !important;
  }
  .bb-md-40 {
    border-bottom-width: 40px !important;
  }
  .bb-md-50 {
    border-bottom-width: 50px !important;
  }
  .bb-md-60 {
    border-bottom-width: 60px !important;
  }
  .bb-md-70 {
    border-bottom-width: 70px !important;
  }
  .bb-md-80 {
    border-bottom-width: 80px !important;
  }
  .bb-md-90 {
    border-bottom-width: 90px !important;
  }
  .bb-md-100 {
    border-bottom-width: 100px !important;
  }
  .bb-md-110 {
    border-bottom-width: 110px !important;
  }
  .bb-md-120 {
    border-bottom-width: 120px !important;
  }
  .bb-md-130 {
    border-bottom-width: 130px !important;
  }
  .bb-md-140 {
    border-bottom-width: 140px !important;
  }
  .bb-md-150 {
    border-bottom-width: 150px !important;
  }
}
.width-full {
  width: 100% !important;
}
.width-auto {
  width: auto !important;
}
.width-screen {
  width: 100vw !important;
}
@media (min-width: 320px) {
  .width-xs-auto {
    width: auto !important;
  }
  .width-xs-0 {
    width: 0 !important;
  }
  .width-xs-full {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .width-sm-auto {
    width: auto !important;
  }
  .width-sm-0 {
    width: 0 !important;
  }
  .width-sm-full {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .width-md-auto {
    width: auto !important;
  }
  .width-md-0 {
    width: 0 !important;
  }
  .width-md-full {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .width-lg-auto {
    width: auto !important;
  }
  .width-lg-0 {
    width: 0 !important;
  }
  .width-lg-full {
    width: 100% !important;
  }
}
.height-full {
  height: 100% !important;
}
.height-auto {
  height: auto !important;
}
.height-screen {
  height: 100vh !important;
}
.min-height-auto {
  min-height: auto !important;
}
.shadow-1 {
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25) !important;
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25) !important;
}
.shadow-2 {
  -webkit-box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25) !important;
  box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25) !important;
}
.shadow-3 {
  -webkit-box-shadow: 0 6px 20px -6px rgba(123, 118, 182, 0.4) !important;
  box-shadow: 0 6px 20px -6px rgba(123, 118, 182, 0.4) !important;
}
.color-primary-1 {
  color: #acdef9 !important;
}
.color-primary-1 svg, .color-primary-1 > .svg {
  fill: #acdef9 !important;
}
.background-color-primary-1 {
  background-color: #acdef9 !important;
}
.border-color-primary-1 {
  border-color: #acdef9 !important;
}
.color-primary-2 {
  color: #7ebd5f !important;
}
.color-primary-2 svg, .color-primary-2 > .svg {
  fill: #7ebd5f !important;
}
.background-color-primary-2 {
  background-color: #7ebd5f !important;
}
.border-color-primary-2 {
  border-color: #7ebd5f !important;
}
.color-primary-3 {
  color: #7b76b6 !important;
}
.color-primary-3 svg, .color-primary-3 > .svg {
  fill: #7b76b6 !important;
}
.background-color-primary-3 {
  background-color: #7b76b6 !important;
}
.border-color-primary-3 {
  border-color: #7b76b6 !important;
}
.color-primary-4 {
  color: #007780 !important;
}
.color-primary-4 svg, .color-primary-4 > .svg {
  fill: #007780 !important;
}
.background-color-primary-4 {
  background-color: #007780 !important;
}
.border-color-primary-4 {
  border-color: #007780 !important;
}
.color-primary-5 {
  color: #d13c15 !important;
}
.color-primary-5 svg, .color-primary-5 > .svg {
  fill: #d13c15 !important;
}
.background-color-primary-5 {
  background-color: #d13c15 !important;
}
.border-color-primary-5 {
  border-color: #d13c15 !important;
}
.color-secondary-1 {
  color: #7ebd5f !important;
}
.color-secondary-1 svg, .color-secondary-1 > .svg {
  fill: #7ebd5f !important;
}
.background-color-secondary-1 {
  background-color: #7ebd5f !important;
}
.border-color-secondary-1 {
  border-color: #7ebd5f !important;
}
.color-warning {
  color: #b39d00 !important;
}
.color-warning svg, .color-warning > .svg {
  fill: #b39d00 !important;
}
.background-color-warning {
  background-color: #b39d00 !important;
}
.border-color-warning {
  border-color: #b39d00 !important;
}
.color-negative {
  color: crimson !important;
}
.color-negative svg, .color-negative > .svg {
  fill: crimson !important;
}
.background-color-negative {
  background-color: crimson !important;
}
.border-color-negative {
  border-color: crimson !important;
}
.color-positive {
  color: #00a873 !important;
}
.color-positive svg, .color-positive > .svg {
  fill: #00a873 !important;
}
.background-color-positive {
  background-color: #00a873 !important;
}
.border-color-positive {
  border-color: #00a873 !important;
}
.color-monochrome-1 {
  color: #fff !important;
}
.color-monochrome-1 svg, .color-monochrome-1 > .svg {
  fill: #fff !important;
}
.background-color-monochrome-1 {
  background-color: #fff !important;
}
.border-color-monochrome-1 {
  border-color: #fff !important;
}
.color-monochrome-2 {
  color: #000 !important;
}
.color-monochrome-2 svg, .color-monochrome-2 > .svg {
  fill: #000 !important;
}
.background-color-monochrome-2 {
  background-color: #000 !important;
}
.border-color-monochrome-2 {
  border-color: #000 !important;
}
.color-monochrome-3 {
  color: #2f2f2f !important;
}
.color-monochrome-3 svg, .color-monochrome-3 > .svg {
  fill: #2f2f2f !important;
}
.background-color-monochrome-3 {
  background-color: #2f2f2f !important;
}
.border-color-monochrome-3 {
  border-color: #2f2f2f !important;
}
.color-monochrome-4 {
  color: #6c6c6c !important;
}
.color-monochrome-4 svg, .color-monochrome-4 > .svg {
  fill: #6c6c6c !important;
}
.background-color-monochrome-4 {
  background-color: #6c6c6c !important;
}
.border-color-monochrome-4 {
  border-color: #6c6c6c !important;
}
.color-monochrome-5 {
  color: #464646 !important;
}
.color-monochrome-5 svg, .color-monochrome-5 > .svg {
  fill: #464646 !important;
}
.background-color-monochrome-5 {
  background-color: #464646 !important;
}
.border-color-monochrome-5 {
  border-color: #464646 !important;
}
.color-monochrome-6 {
  color: #a9a9a9 !important;
}
.color-monochrome-6 svg, .color-monochrome-6 > .svg {
  fill: #a9a9a9 !important;
}
.background-color-monochrome-6 {
  background-color: #a9a9a9 !important;
}
.border-color-monochrome-6 {
  border-color: #a9a9a9 !important;
}
.color-monochrome-7 {
  color: #c9c8c8 !important;
}
.color-monochrome-7 svg, .color-monochrome-7 > .svg {
  fill: #c9c8c8 !important;
}
.background-color-monochrome-7 {
  background-color: #c9c8c8 !important;
}
.border-color-monochrome-7 {
  border-color: #c9c8c8 !important;
}
.color-monochrome-8 {
  color: #dcdcdc !important;
}
.color-monochrome-8 svg, .color-monochrome-8 > .svg {
  fill: #dcdcdc !important;
}
.background-color-monochrome-8 {
  background-color: #dcdcdc !important;
}
.border-color-monochrome-8 {
  border-color: #dcdcdc !important;
}
.color-monochrome-9 {
  color: #f8f8f8 !important;
}
.color-monochrome-9 svg, .color-monochrome-9 > .svg {
  fill: #f8f8f8 !important;
}
.background-color-monochrome-9 {
  background-color: #f8f8f8 !important;
}
.border-color-monochrome-9 {
  border-color: #f8f8f8 !important;
}
.hover-color-primary-1:hover, .hover-trigger:hover .hover-color-primary-1, .card--v1:hover .hover-color-primary-1 {
  color: #acdef9 !important;
}
.hover-color-primary-1:hover svg, .icon.hover-color-primary-1:hover svg, .hover-trigger:hover .hover-color-primary-1 svg, .card--v1:hover .hover-color-primary-1 svg, .icon.hover-trigger:hover .hover-color-primary-1 svg, .icon.card--v1:hover .hover-color-primary-1 svg {
  fill: #acdef9 !important;
}
.hover-background-color-primary-1:hover, .hover-trigger:hover .hover-background-color-primary-1, .card--v1:hover .hover-background-color-primary-1 {
  background-color: #acdef9 !important;
}
.hover-border-color-primary-1:hover, .hover-trigger:hover .hover-border-color-primary-1, .card--v1:hover .hover-border-color-primary-1 {
  border-color: #acdef9 !important;
}
.hover-color-primary-2:hover, .hover-trigger:hover .hover-color-primary-2, .card--v1:hover .hover-color-primary-2 {
  color: #7ebd5f !important;
}
.hover-color-primary-2:hover svg, .icon.hover-color-primary-2:hover svg, .hover-trigger:hover .hover-color-primary-2 svg, .card--v1:hover .hover-color-primary-2 svg, .icon.hover-trigger:hover .hover-color-primary-2 svg, .icon.card--v1:hover .hover-color-primary-2 svg {
  fill: #7ebd5f !important;
}
.hover-background-color-primary-2:hover, .hover-trigger:hover .hover-background-color-primary-2, .card--v1:hover .hover-background-color-primary-2 {
  background-color: #7ebd5f !important;
}
.hover-border-color-primary-2:hover, .hover-trigger:hover .hover-border-color-primary-2, .card--v1:hover .hover-border-color-primary-2 {
  border-color: #7ebd5f !important;
}
.hover-color-primary-3:hover, .hover-trigger:hover .hover-color-primary-3, .card--v1:hover .hover-color-primary-3 {
  color: #7b76b6 !important;
}
.hover-color-primary-3:hover svg, .icon.hover-color-primary-3:hover svg, .hover-trigger:hover .hover-color-primary-3 svg, .card--v1:hover .hover-color-primary-3 svg, .icon.hover-trigger:hover .hover-color-primary-3 svg, .icon.card--v1:hover .hover-color-primary-3 svg {
  fill: #7b76b6 !important;
}
.hover-background-color-primary-3:hover, .hover-trigger:hover .hover-background-color-primary-3, .card--v1:hover .hover-background-color-primary-3 {
  background-color: #7b76b6 !important;
}
.hover-border-color-primary-3:hover, .hover-trigger:hover .hover-border-color-primary-3, .card--v1:hover .hover-border-color-primary-3 {
  border-color: #7b76b6 !important;
}
.hover-color-primary-4:hover, .hover-trigger:hover .hover-color-primary-4, .card--v1:hover .hover-color-primary-4 {
  color: #007780 !important;
}
.hover-color-primary-4:hover svg, .icon.hover-color-primary-4:hover svg, .hover-trigger:hover .hover-color-primary-4 svg, .card--v1:hover .hover-color-primary-4 svg, .icon.hover-trigger:hover .hover-color-primary-4 svg, .icon.card--v1:hover .hover-color-primary-4 svg {
  fill: #007780 !important;
}
.hover-background-color-primary-4:hover, .hover-trigger:hover .hover-background-color-primary-4, .card--v1:hover .hover-background-color-primary-4 {
  background-color: #007780 !important;
}
.hover-border-color-primary-4:hover, .hover-trigger:hover .hover-border-color-primary-4, .card--v1:hover .hover-border-color-primary-4 {
  border-color: #007780 !important;
}
.hover-color-primary-5:hover, .hover-trigger:hover .hover-color-primary-5, .card--v1:hover .hover-color-primary-5 {
  color: #d13c15 !important;
}
.hover-color-primary-5:hover svg, .icon.hover-color-primary-5:hover svg, .hover-trigger:hover .hover-color-primary-5 svg, .card--v1:hover .hover-color-primary-5 svg, .icon.hover-trigger:hover .hover-color-primary-5 svg, .icon.card--v1:hover .hover-color-primary-5 svg {
  fill: #d13c15 !important;
}
.hover-background-color-primary-5:hover, .hover-trigger:hover .hover-background-color-primary-5, .card--v1:hover .hover-background-color-primary-5 {
  background-color: #d13c15 !important;
}
.hover-border-color-primary-5:hover, .hover-trigger:hover .hover-border-color-primary-5, .card--v1:hover .hover-border-color-primary-5 {
  border-color: #d13c15 !important;
}
.hover-color-secondary-1:hover, .hover-trigger:hover .hover-color-secondary-1, .card--v1:hover .hover-color-secondary-1 {
  color: #7ebd5f !important;
}
.hover-color-secondary-1:hover svg, .icon.hover-color-secondary-1:hover svg, .hover-trigger:hover .hover-color-secondary-1 svg, .card--v1:hover .hover-color-secondary-1 svg, .icon.hover-trigger:hover .hover-color-secondary-1 svg, .icon.card--v1:hover .hover-color-secondary-1 svg {
  fill: #7ebd5f !important;
}
.hover-background-color-secondary-1:hover, .hover-trigger:hover .hover-background-color-secondary-1, .card--v1:hover .hover-background-color-secondary-1 {
  background-color: #7ebd5f !important;
}
.hover-border-color-secondary-1:hover, .hover-trigger:hover .hover-border-color-secondary-1, .card--v1:hover .hover-border-color-secondary-1 {
  border-color: #7ebd5f !important;
}
.hover-color-warning:hover, .hover-trigger:hover .hover-color-warning, .card--v1:hover .hover-color-warning {
  color: #b39d00 !important;
}
.hover-color-warning:hover svg, .icon.hover-color-warning:hover svg, .hover-trigger:hover .hover-color-warning svg, .card--v1:hover .hover-color-warning svg, .icon.hover-trigger:hover .hover-color-warning svg, .icon.card--v1:hover .hover-color-warning svg {
  fill: #b39d00 !important;
}
.hover-background-color-warning:hover, .hover-trigger:hover .hover-background-color-warning, .card--v1:hover .hover-background-color-warning {
  background-color: #b39d00 !important;
}
.hover-border-color-warning:hover, .hover-trigger:hover .hover-border-color-warning, .card--v1:hover .hover-border-color-warning {
  border-color: #b39d00 !important;
}
.hover-color-negative:hover, .hover-trigger:hover .hover-color-negative, .card--v1:hover .hover-color-negative {
  color: crimson !important;
}
.hover-color-negative:hover svg, .icon.hover-color-negative:hover svg, .hover-trigger:hover .hover-color-negative svg, .card--v1:hover .hover-color-negative svg, .icon.hover-trigger:hover .hover-color-negative svg, .icon.card--v1:hover .hover-color-negative svg {
  fill: crimson !important;
}
.hover-background-color-negative:hover, .hover-trigger:hover .hover-background-color-negative, .card--v1:hover .hover-background-color-negative {
  background-color: crimson !important;
}
.hover-border-color-negative:hover, .hover-trigger:hover .hover-border-color-negative, .card--v1:hover .hover-border-color-negative {
  border-color: crimson !important;
}
.hover-color-positive:hover, .hover-trigger:hover .hover-color-positive, .card--v1:hover .hover-color-positive {
  color: #00a873 !important;
}
.hover-color-positive:hover svg, .icon.hover-color-positive:hover svg, .hover-trigger:hover .hover-color-positive svg, .card--v1:hover .hover-color-positive svg, .icon.hover-trigger:hover .hover-color-positive svg, .icon.card--v1:hover .hover-color-positive svg {
  fill: #00a873 !important;
}
.hover-background-color-positive:hover, .hover-trigger:hover .hover-background-color-positive, .card--v1:hover .hover-background-color-positive {
  background-color: #00a873 !important;
}
.hover-border-color-positive:hover, .hover-trigger:hover .hover-border-color-positive, .card--v1:hover .hover-border-color-positive {
  border-color: #00a873 !important;
}
.hover-color-monochrome-1:hover, .hover-trigger:hover .hover-color-monochrome-1, .card--v1:hover .hover-color-monochrome-1 {
  color: #fff !important;
}
.hover-color-monochrome-1:hover svg, .icon.hover-color-monochrome-1:hover svg, .hover-trigger:hover .hover-color-monochrome-1 svg, .card--v1:hover .hover-color-monochrome-1 svg, .icon.hover-trigger:hover .hover-color-monochrome-1 svg, .icon.card--v1:hover .hover-color-monochrome-1 svg {
  fill: #fff !important;
}
.hover-background-color-monochrome-1:hover, .hover-trigger:hover .hover-background-color-monochrome-1, .card--v1:hover .hover-background-color-monochrome-1 {
  background-color: #fff !important;
}
.hover-border-color-monochrome-1:hover, .hover-trigger:hover .hover-border-color-monochrome-1, .card--v1:hover .hover-border-color-monochrome-1 {
  border-color: #fff !important;
}
.hover-color-monochrome-2:hover, .hover-trigger:hover .hover-color-monochrome-2, .card--v1:hover .hover-color-monochrome-2 {
  color: #000 !important;
}
.hover-color-monochrome-2:hover svg, .icon.hover-color-monochrome-2:hover svg, .hover-trigger:hover .hover-color-monochrome-2 svg, .card--v1:hover .hover-color-monochrome-2 svg, .icon.hover-trigger:hover .hover-color-monochrome-2 svg, .icon.card--v1:hover .hover-color-monochrome-2 svg {
  fill: #000 !important;
}
.hover-background-color-monochrome-2:hover, .hover-trigger:hover .hover-background-color-monochrome-2, .card--v1:hover .hover-background-color-monochrome-2 {
  background-color: #000 !important;
}
.hover-border-color-monochrome-2:hover, .hover-trigger:hover .hover-border-color-monochrome-2, .card--v1:hover .hover-border-color-monochrome-2 {
  border-color: #000 !important;
}
.hover-color-monochrome-3:hover, .hover-trigger:hover .hover-color-monochrome-3, .card--v1:hover .hover-color-monochrome-3 {
  color: #2f2f2f !important;
}
.hover-color-monochrome-3:hover svg, .icon.hover-color-monochrome-3:hover svg, .hover-trigger:hover .hover-color-monochrome-3 svg, .card--v1:hover .hover-color-monochrome-3 svg, .icon.hover-trigger:hover .hover-color-monochrome-3 svg, .icon.card--v1:hover .hover-color-monochrome-3 svg {
  fill: #2f2f2f !important;
}
.hover-background-color-monochrome-3:hover, .hover-trigger:hover .hover-background-color-monochrome-3, .card--v1:hover .hover-background-color-monochrome-3 {
  background-color: #2f2f2f !important;
}
.hover-border-color-monochrome-3:hover, .hover-trigger:hover .hover-border-color-monochrome-3, .card--v1:hover .hover-border-color-monochrome-3 {
  border-color: #2f2f2f !important;
}
.hover-color-monochrome-4:hover, .hover-trigger:hover .hover-color-monochrome-4, .card--v1:hover .hover-color-monochrome-4 {
  color: #6c6c6c !important;
}
.hover-color-monochrome-4:hover svg, .icon.hover-color-monochrome-4:hover svg, .hover-trigger:hover .hover-color-monochrome-4 svg, .card--v1:hover .hover-color-monochrome-4 svg, .icon.hover-trigger:hover .hover-color-monochrome-4 svg, .icon.card--v1:hover .hover-color-monochrome-4 svg {
  fill: #6c6c6c !important;
}
.hover-background-color-monochrome-4:hover, .hover-trigger:hover .hover-background-color-monochrome-4, .card--v1:hover .hover-background-color-monochrome-4 {
  background-color: #6c6c6c !important;
}
.hover-border-color-monochrome-4:hover, .hover-trigger:hover .hover-border-color-monochrome-4, .card--v1:hover .hover-border-color-monochrome-4 {
  border-color: #6c6c6c !important;
}
.hover-color-monochrome-5:hover, .hover-trigger:hover .hover-color-monochrome-5, .card--v1:hover .hover-color-monochrome-5 {
  color: #464646 !important;
}
.hover-color-monochrome-5:hover svg, .icon.hover-color-monochrome-5:hover svg, .hover-trigger:hover .hover-color-monochrome-5 svg, .card--v1:hover .hover-color-monochrome-5 svg, .icon.hover-trigger:hover .hover-color-monochrome-5 svg, .icon.card--v1:hover .hover-color-monochrome-5 svg {
  fill: #464646 !important;
}
.hover-background-color-monochrome-5:hover, .hover-trigger:hover .hover-background-color-monochrome-5, .card--v1:hover .hover-background-color-monochrome-5 {
  background-color: #464646 !important;
}
.hover-border-color-monochrome-5:hover, .hover-trigger:hover .hover-border-color-monochrome-5, .card--v1:hover .hover-border-color-monochrome-5 {
  border-color: #464646 !important;
}
.hover-color-monochrome-6:hover, .hover-trigger:hover .hover-color-monochrome-6, .card--v1:hover .hover-color-monochrome-6 {
  color: #a9a9a9 !important;
}
.hover-color-monochrome-6:hover svg, .icon.hover-color-monochrome-6:hover svg, .hover-trigger:hover .hover-color-monochrome-6 svg, .card--v1:hover .hover-color-monochrome-6 svg, .icon.hover-trigger:hover .hover-color-monochrome-6 svg, .icon.card--v1:hover .hover-color-monochrome-6 svg {
  fill: #a9a9a9 !important;
}
.hover-background-color-monochrome-6:hover, .hover-trigger:hover .hover-background-color-monochrome-6, .card--v1:hover .hover-background-color-monochrome-6 {
  background-color: #a9a9a9 !important;
}
.hover-border-color-monochrome-6:hover, .hover-trigger:hover .hover-border-color-monochrome-6, .card--v1:hover .hover-border-color-monochrome-6 {
  border-color: #a9a9a9 !important;
}
.hover-color-monochrome-7:hover, .hover-trigger:hover .hover-color-monochrome-7, .card--v1:hover .hover-color-monochrome-7 {
  color: #c9c8c8 !important;
}
.hover-color-monochrome-7:hover svg, .icon.hover-color-monochrome-7:hover svg, .hover-trigger:hover .hover-color-monochrome-7 svg, .card--v1:hover .hover-color-monochrome-7 svg, .icon.hover-trigger:hover .hover-color-monochrome-7 svg, .icon.card--v1:hover .hover-color-monochrome-7 svg {
  fill: #c9c8c8 !important;
}
.hover-background-color-monochrome-7:hover, .hover-trigger:hover .hover-background-color-monochrome-7, .card--v1:hover .hover-background-color-monochrome-7 {
  background-color: #c9c8c8 !important;
}
.hover-border-color-monochrome-7:hover, .hover-trigger:hover .hover-border-color-monochrome-7, .card--v1:hover .hover-border-color-monochrome-7 {
  border-color: #c9c8c8 !important;
}
.hover-color-monochrome-8:hover, .hover-trigger:hover .hover-color-monochrome-8, .card--v1:hover .hover-color-monochrome-8 {
  color: #dcdcdc !important;
}
.hover-color-monochrome-8:hover svg, .icon.hover-color-monochrome-8:hover svg, .hover-trigger:hover .hover-color-monochrome-8 svg, .card--v1:hover .hover-color-monochrome-8 svg, .icon.hover-trigger:hover .hover-color-monochrome-8 svg, .icon.card--v1:hover .hover-color-monochrome-8 svg {
  fill: #dcdcdc !important;
}
.hover-background-color-monochrome-8:hover, .hover-trigger:hover .hover-background-color-monochrome-8, .card--v1:hover .hover-background-color-monochrome-8 {
  background-color: #dcdcdc !important;
}
.hover-border-color-monochrome-8:hover, .hover-trigger:hover .hover-border-color-monochrome-8, .card--v1:hover .hover-border-color-monochrome-8 {
  border-color: #dcdcdc !important;
}
.hover-color-monochrome-9:hover, .hover-trigger:hover .hover-color-monochrome-9, .card--v1:hover .hover-color-monochrome-9 {
  color: #f8f8f8 !important;
}
.hover-color-monochrome-9:hover svg, .icon.hover-color-monochrome-9:hover svg, .hover-trigger:hover .hover-color-monochrome-9 svg, .card--v1:hover .hover-color-monochrome-9 svg, .icon.hover-trigger:hover .hover-color-monochrome-9 svg, .icon.card--v1:hover .hover-color-monochrome-9 svg {
  fill: #f8f8f8 !important;
}
.hover-background-color-monochrome-9:hover, .hover-trigger:hover .hover-background-color-monochrome-9, .card--v1:hover .hover-background-color-monochrome-9 {
  background-color: #f8f8f8 !important;
}
.hover-border-color-monochrome-9:hover, .hover-trigger:hover .hover-border-color-monochrome-9, .card--v1:hover .hover-border-color-monochrome-9 {
  border-color: #f8f8f8 !important;
}
.background-color-transparent {
  background-color: transparent !important;
}
.border-color-transparent {
  border-color: transparent !important;
}
.color-transparent {
  color: transparent !important;
}
.hover-background-color-transparent {
  background-color: transparent !important;
}
.hover-border-color-transparent {
  border-color: transparent !important;
}
.hover-color-transparent {
  color: transparent !important;
}
.icon-size-1em .svg {
  height: 1em !important;
  width: 1em !important;
  min-height: 1em;
  min-width: 1em;
}
.icon-size-14 .svg {
  padding: 2px !important;
  height: 14px !important;
  width: 14px !important;
}
.icon-size-16 .svg {
  padding: 2px !important;
  height: 16px !important;
  width: 16px !important;
}
.icon-size-18 .svg {
  height: 18px !important;
  width: 18px !important;
}
.icon-size-20 .svg {
  height: 20px !important;
  width: 20px !important;
}
.icon-size-25 .svg {
  height: 25px !important;
  width: 25px !important;
}
.icon-size-30 .svg {
  height: 30px !important;
  width: 30px !important;
}
.icon-size-35 .svg {
  height: 35px !important;
  width: 35px !important;
}
.icon-size-40 .svg {
  height: 40px !important;
  width: 40px !important;
}
.icon-size-45 .svg {
  height: 45px !important;
  width: 45px !important;
}
.icon-size-50 .svg {
  height: 50px !important;
  width: 50px !important;
}
.icon-size-55 .svg {
  height: 55px !important;
  width: 55px !important;
}
.icon-size-60 .svg {
  height: 60px !important;
  width: 60px !important;
}
.icon-size-65 .svg {
  height: 65px !important;
  width: 65px !important;
}
.icon-size-70 .svg {
  height: 70px !important;
  width: 70px !important;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Thin.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Thin-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Thin.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Thin.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Light.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Light-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Light.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Light.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Regular.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Regular-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Regular.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Regular.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Medium.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Medium-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Medium.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Medium.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Bold.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Bold-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Bold.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Bold.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Black.eot");
  src: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Black-1.eot") format("embedded-opentype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Black.woff") format("woff"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Black.ttf") format("truetype"), url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/fonts/Roboto-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  *, *::before, *::after {
    cursor: pointer;
  }
}
html {
  font-family: "FFInfraRegular", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "FFInfraRegular";
  font-size: 21px;
  line-height: 1.5;
  color: #2f2f2f;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "FFInfraMedium";
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 320px) {
  h6 {
    font-size: 21px;
  }
}
@media (min-width: 320px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 320px) {
  h3 {
    font-size: 34px;
  }
}
@media (min-width: 320px) {
  h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 320px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}
strong, b {
  font-weight: normal;
  font-family: "FFInfraMedium";
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
blockquote, figure, label {
  margin: 0;
  padding: 0;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
iframe {
  border: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007681;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #007681;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #464646;
  padding: 15px;
}
caption {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  caption-side: bottom;
}
th {
  font-family: "FFInfraMedium";
  font-weight: normal;
  text-align: inherit;
}
button {
  border-radius: 0;
  padding: 0;
}
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"], [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
picture {
  overflow: hidden;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
  -webkit-transition: max-width 200ms;
  transition: max-width 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container > *:not(.row) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
  -webkit-transition: max-width 200ms;
  transition: max-width 200ms;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid {
    padding-right: 9px;
    padding-left: 9px;
  }
}
.container-background:not(.layout-builder__region) {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-background:not(.layout-builder__region) div {
  height: 100%;
  width: 100%;
}
.container-background:not(.layout-builder__region) div:not(.row) > .col-xs-12 {
  padding: 0 !important;
}
.container-background:not(.layout-builder__region) div.contextual {
  top: 30px !important;
}
.container-background:not(.layout-builder__region) .icon-block {
  height: 100%;
}
.container-background:not(.layout-builder__region) .icon-block__description {
  display: none;
}
@media (min-width: 768px) {
  .container-background:not(.layout-builder__region) .image--background {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    height: 100%;
  }
}
.container-equal-grid .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-equal-grid .row > [class*="col-"] .card {
  height: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row {
    margin-right: -9px;
    margin-left: -9px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (min-width: 320px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 320px) {
  .xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .xs-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .xs-bottom {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .xs-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .xs-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .xs-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .xs-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .xs-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .xs-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .xs-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .xs-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .xs-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .xs-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .xs-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .xs-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .xs-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .xs-margin-auto {
    margin: auto !important;
  }
  .xs-margin-top-auto {
    margin-top: auto !important;
  }
  .xs-margin-right-auto {
    margin-right: auto !important;
  }
  .xs-margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .xs-margin-left-auto {
    margin-left: auto !important;
  }
  .xs-margin-top-none {
    margin-top: 0 !important;
  }
  .xs-margin-right-none {
    margin-right: 0 !important;
  }
  .xs-margin-bottom-none {
    margin-bottom: 0 !important;
  }
  .xs-margin-left-none {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .sm-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .sm-bottom {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .sm-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .sm-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .sm-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .sm-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .sm-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .sm-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .sm-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .sm-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .sm-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .sm-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .sm-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .sm-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .sm-margin-auto {
    margin: auto !important;
  }
  .sm-margin-top-auto {
    margin-top: auto !important;
  }
  .sm-margin-right-auto {
    margin-right: auto !important;
  }
  .sm-margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .sm-margin-left-auto {
    margin-left: auto !important;
  }
  .sm-margin-top-none {
    margin-top: 0 !important;
  }
  .sm-margin-right-none {
    margin-right: 0 !important;
  }
  .sm-margin-bottom-none {
    margin-bottom: 0 !important;
  }
  .sm-margin-left-none {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .md-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .md-bottom {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .md-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .md-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .md-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .md-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .md-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .md-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .md-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .md-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .md-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .md-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .md-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .md-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .md-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .md-margin-auto {
    margin: auto !important;
  }
  .md-margin-top-auto {
    margin-top: auto !important;
  }
  .md-margin-right-auto {
    margin-right: auto !important;
  }
  .md-margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .md-margin-left-auto {
    margin-left: auto !important;
  }
  .md-margin-top-none {
    margin-top: 0 !important;
  }
  .md-margin-right-none {
    margin-right: 0 !important;
  }
  .md-margin-bottom-none {
    margin-bottom: 0 !important;
  }
  .md-margin-left-none {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lg-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lg-bottom {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lg-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .lg-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lg-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .lg-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .lg-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .lg-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .lg-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lg-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lg-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .lg-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lg-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .lg-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .lg-margin-auto {
    margin: auto !important;
  }
  .lg-margin-top-auto {
    margin-top: auto !important;
  }
  .lg-margin-right-auto {
    margin-right: auto !important;
  }
  .lg-margin-bottom-auto {
    margin-bottom: auto !important;
  }
  .lg-margin-left-auto {
    margin-left: auto !important;
  }
  .lg-margin-top-none {
    margin-top: 0 !important;
  }
  .lg-margin-right-none {
    margin-right: 0 !important;
  }
  .lg-margin-bottom-none {
    margin-bottom: 0 !important;
  }
  .lg-margin-left-none {
    margin-left: 0 !important;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.underline-animation {
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
}
*:active > .underline-animation:after, *:hover > .underline-animation:after, *:focus > .underline-animation:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.underline-animation:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 75%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}
html, body {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 24px;
}
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.organism {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.organism > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.organism.xs-end [class*="col-"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.organism.xs-start [class*="col-"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.organism.xs-middle [class*="col-"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 320px) {
  .organism.xs-inline [class*="col-"] {
    display: inline;
  }
}
@media (min-width: 768px) {
  .organism.d-sm-flex [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.organism.sm-row [class*="col-"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.organism.xs-align-left [class*="col-"] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.svg {
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.text-line-single {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
}
.underline-none {
  text-decoration: none;
}
.no-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
html.noscroll, html.noscroll body {
  height: 100%;
  overflow-y: hidden;
}
.layout-flexible {
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion-trigger {
  position: relative;
  padding: 23px 30px 21px;
  height: auto;
}
.accordion-trigger .svg {
  pointer-events: none;
}
.accordion-trigger[aria-expanded="true"] .svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-trigger[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.alert {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin: 24px 0;
}
.alert__list {
  padding: 0;
  margin: 0;
}
.alert__item {
  list-style: none;
  margin-bottom: 1rem;
}
.alert__item:last-child {
  margin-bottom: 0;
}
.alert__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.alert--success {
  color: #00a873;
  background-color: rgba(0, 168, 115, 0.1);
  border: 1px solid rgba(0, 168, 115, 0.2);
}
.alert--success .svg {
  fill: #00a873;
}
.alert--danger {
  color: crimson;
  background-color: rgba(220, 20, 60, 0.1);
  border: 1px solid rgba(220, 20, 60, 0.2);
}
.alert--danger .svg {
  fill: crimson;
}
.alert--warning {
  color: #b39d00;
  background-color: rgba(179, 157, 0, 0.1);
  border: 1px solid rgba(179, 157, 0, 0.2);
}
.alert--warning .svg {
  fill: #b39d00;
}
.alert--info {
  color: #acdef9;
  background-color: rgba(172, 222, 249, 0.1);
  border: 1px solid rgba(172, 222, 249, 0.2);
}
.alert--info .svg {
  fill: #acdef9;
}
.alert--dismissible {
  padding-right: 60px;
}
.backdrop {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  background-color: #7b76b6;
  -webkit-transition: 250ms;
  transition: 250ms;
  position: fixed;
}
.backdrop.visible {
  opacity: 0.58;
  visibility: visible;
}
.button-icon {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
  transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
}
.button-icon svg {
  fill: #acdef9;
}
.button-icon .svg {
  width: 30px;
  height: 30px;
}
.button-icon:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
  background-color: #acdef9;
  color: #fff;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  font-family: "FFInfraMedium";
  border-radius: 0;
  -webkit-transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
  transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
}
.button svg, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li svg, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink svg, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li svg, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink svg, .login-popup-form svg {
  fill: #fff;
}
.button:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .login-popup-form:hover {
  background-color: #8bd1f7;
}
@media (min-width: 992px) {
  .button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
    padding: 10px 40px;
  }
}
.button--secondary {
  background-color: #fff;
  color: #acdef9;
}
.button--secondary svg {
  fill: #acdef9;
}
.button--secondary:hover {
  background-color: #ededed;
}
.button--outlined {
  background-color: rgba(0, 0, 0, 0);
  color: #acdef9;
  border-color: #acdef9;
  border: 1px solid;
}
.button--outlined svg {
  fill: #acdef9;
}
.button--outlined:hover {
  background-color: #ededed;
  color: #8bd1f7;
  border-color: #8bd1f7;
}
.button--outlined:hover svg {
  fill: #8bd1f7;
}
.button--link {
  background-color: rgba(0, 0, 0, 0);
  color: #acdef9;
}
.button--link svg {
  fill: #acdef9;
}
.button--link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #8bd1f7;
}
.button--link:hover svg {
  fill: #8bd1f7;
}
.button--icon-right, .button--icon-left {
  padding: 0 25px;
}
.button--icon-right .svg {
  margin-left: 15px;
}
.button--icon-left .svg {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 15px;
}
.button .svg, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li .svg, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink .svg, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li .svg, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink .svg, .login-popup-form .svg {
  height: 30px;
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button--large {
  min-height: 60px;
}
.button--small {
  min-height: 40px;
  font-size: 21px;
  padding: 10px;
  line-height: 20px;
}
.button:disabled, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .login-popup-form:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.drawer {
  z-index: 9;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 0 9px 15px;
  -webkit-transition: visibility 200ms 250ms, opacity 200ms 250ms, -webkit-transform 200ms 200ms;
  transition: visibility 200ms 250ms, opacity 200ms 250ms, -webkit-transform 200ms 200ms;
  transition: transform 200ms 200ms, visibility 200ms 250ms, opacity 200ms 250ms;
  transition: transform 200ms 200ms, visibility 200ms 250ms, opacity 200ms 250ms, -webkit-transform 200ms 200ms;
}
@media (min-width: 768px) {
  .drawer {
    padding: 0 25px 15px 15px;
  }
}
@media (max-width: 1999px) {
  .drawer {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.drawer__inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.drawer__header {
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .drawer__header {
    height: 100px;
  }
}
.drawer__main-content, .drawer__header, .drawer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 0;
}
.drawer__main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.drawer__close-button:hover .svg {
  fill: #7b76b6;
}
.drawer__back-button {
  opacity: 0;
  pointer-events: none;
}
.drawer__back-button .svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drawer__back-button.visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.drawer.opened .drawer__main-content, .drawer.opened .drawer__header, .drawer.opened .drawer__footer {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1;
}
.drawer--fade-in {
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
}
.drawer--fade-in .drawer__header, .drawer--fade-in .drawer__main-content, .drawer--fade-in .drawer__footer {
  -webkit-transform: none;
  transform: none;
}
.drawer--fade-in.opened {
  -webkit-transform: none;
  transform: none;
}
.drawer--fade-in.opened .drawer__header, .drawer--fade-in.opened .drawer__main-content, .drawer--fade-in.opened .drawer__footer {
  -webkit-transform: none;
  transform: none;
}
.adminimal-admin-toolbar .drawer--fade-in {
  max-width: calc(100% - 60px);
}
.drawer--slide-in-top {
  max-width: 100%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.drawer--slide-in-top .drawer__header, .drawer--slide-in-top .drawer__main-content, .drawer--slide-in-top .drawer__footer {
  -webkit-transform: none;
  transform: none;
}
.drawer--slide-in-top.opened {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.drawer--slide-in-top.opened .drawer__header, .drawer--slide-in-top.opened .drawer__main-content, .drawer--slide-in-top.opened .drawer__footer {
  -webkit-transform: none;
  transform: none;
}
.adminimal-admin-toolbar .drawer--slide-in-top {
  max-width: calc(100% - 60px);
}
.drawer--slide-in-right, .drawer--slide-in-left {
  max-width: 515px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.drawer--slide-in-right.opened, .drawer--slide-in-left.opened {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.drawer--slide-in-right.opened .drawer__header, .drawer--slide-in-right.opened .drawer__footer, .drawer--slide-in-right.opened .drawer__main-content, .drawer--slide-in-left.opened .drawer__header, .drawer--slide-in-left.opened .drawer__footer, .drawer--slide-in-left.opened .drawer__main-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drawer--slide-in-right {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.drawer--slide-in-right .drawer__main-content, .drawer--slide-in-right .drawer__header, .drawer--slide-in-right .drawer__footer {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.drawer--slide-in-left {
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 0;
  right: auto;
}
.drawer--slide-in-left .drawer__header, .drawer--slide-in-left .drawer__main-content, .drawer--slide-in-left .drawer__footer {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.adminimal-admin-toolbar .drawer--slide-in-left {
  left: 60px;
}
.adminimal-admin-toolbar .drawer {
  height: calc(100% - 80px);
  bottom: 0;
  top: auto;
}
.iframe iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
iframe.responsive {
  width: 1px;
  min-width: 100%;
  overflow: hidden;
}
.nojs iframe.responsive {
  overflow: auto;
}
.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.image--full-width .img {
  width: 100%;
}
.image--background .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.image--contain .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.image--circle {
  border-radius: 50%;
}
.image--size-100 {
  width: 100px;
  height: 100px;
}
.bg-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-size: cover;
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/image-placeholder@3x.jpg");
  background-position: center;
}
.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  position: relative;
}
.input__field {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  padding: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input__field[type="search"]::-ms-clear {
  display: none;
}
.input--search-desktop-v1 .input__field {
  color: #fff;
  font-size: 28px;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.input--search-desktop-v1 .input__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "FFInfraLight";
  font-size: 28px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v1 .input__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "FFInfraLight";
  font-size: 28px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v1 .input__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "FFInfraLight";
  font-size: 28px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v1 .input__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "FFInfraLight";
  font-size: 28px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v1 .input__field::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "FFInfraLight";
  font-size: 28px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v2 .input__field {
  color: #acdef9;
  font-size: 40px;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.input--search-desktop-v2 .input__field::-webkit-input-placeholder {
  color: rgba(0, 119, 128, 0.9);
  font-size: 40px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v2 .input__field::-moz-placeholder {
  color: rgba(0, 119, 128, 0.9);
  font-size: 40px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v2 .input__field:-ms-input-placeholder {
  color: rgba(0, 119, 128, 0.9);
  font-size: 40px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v2 .input__field::-ms-input-placeholder {
  color: rgba(0, 119, 128, 0.9);
  font-size: 40px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-desktop-v2 .input__field::placeholder {
  color: rgba(0, 119, 128, 0.9);
  font-size: 40px;
  letter-spacing: 0.2px;
  text-indent: 5px;
}
.input--search-mobile .input__field {
  border: 0;
  color: #7b76b6;
  font-size: 28px;
}
.input--search-mobile .input__field::-webkit-input-placeholder {
  color: #acdef9;
  font-size: 28px;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--search-mobile .input__field::-moz-placeholder {
  color: #acdef9;
  font-size: 28px;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--search-mobile .input__field:-ms-input-placeholder {
  color: #acdef9;
  font-size: 28px;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--search-mobile .input__field::-ms-input-placeholder {
  color: #acdef9;
  font-size: 28px;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--search-mobile .input__field::placeholder {
  color: #acdef9;
  font-size: 28px;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--default {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.input--default .input__icon {
  position: absolute;
  left: 10px;
}
.input--default .input__field {
  background-color: #fff;
  border: 1px solid #acdef9;
  width: 100%;
  padding-left: 45px;
}
.input--default .input__field::-webkit-input-placeholder {
  color: #acdef9;
}
.input--default .input__field::-moz-placeholder {
  color: #acdef9;
}
.input--default .input__field:-ms-input-placeholder {
  color: #acdef9;
}
.input--default .input__field::-ms-input-placeholder {
  color: #acdef9;
}
.input--default .input__field::placeholder {
  color: #acdef9;
}
.input--v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input--v1 .input__field {
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.input--v1 .input__field::-webkit-input-placeholder {
  color: #fff;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--v1 .input__field::-moz-placeholder {
  color: #fff;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--v1 .input__field:-ms-input-placeholder {
  color: #fff;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--v1 .input__field::-ms-input-placeholder {
  color: #fff;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--v1 .input__field::placeholder {
  color: #fff;
  font-family: "FFInfraMedium";
  letter-spacing: 0.2px;
}
.input--small {
  height: 30px;
}
.input--medium {
  height: 50px;
}
.input--large {
  height: 60px;
}
.error-message {
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 10px;
  color: crimson;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.error-message:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px;
  border-color: transparent transparent #fff;
  position: absolute;
  content: "";
  top: -8px;
  left: 10px;
}
.error-message--medium {
  padding: 15px;
  left: 80px;
  font-size: 28px;
}
.error-message.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.link {
  color: #acdef9;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  -webkit-transition: 180ms ease;
  transition: 180ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.link:hover, .link:focus, .link:active {
  color: #7ebd5f;
}
.link:hover .svg, .link:focus .svg, .link:active .svg {
  fill: #7ebd5f;
}
.link .svg {
  fill: #acdef9;
  height: 30px;
  width: 30px;
}
.link--icon-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.link--icon-left .svg {
  margin-right: 5px;
}
.link--icon-right .svg {
  margin-left: 5px;
}
.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.link-icon .svg {
  fill: #acdef9;
  width: 30px;
  height: 30px;
}
.tab {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  padding: 0 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tab[aria-selected="true"] {
  cursor: default;
}
.tab > * {
  pointer-events: none;
}
select.tab {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  select.tab {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  button.tab {
    display: none;
  }
}
.tab[aria-selected="false"] .icon-block__media {
  opacity: 0;
}
.tab[aria-selected="false"] .icon-block__description {
  opacity: 0.6;
}
.tab[aria-selected="false"] .icon-block__description:before {
  opacity: 0.4;
}
.tab[aria-selected="false"] .icon-block__description .text {
  display: none;
}
.link-image {
  position: relative;
}
.link-image--full-width .image {
  display: block;
  outline-style: none;
  outline-width: 0;
  border: 0 none;
  max-width: 100%;
  height: auto;
}
.link-image--logo {
  display: block;
}
.link-image--logo .image {
  max-width: 100%;
}
.link-image--footer-logo {
  display: block;
  max-width: 60px;
}
.link-image--footer-logo .image {
  max-width: 100%;
}
.link-navigation {
  font-size: 16px;
  font-family: "FFInfraMedium";
  color: #acdef9;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  -webkit-transition: 180ms ease;
  transition: 180ms ease;
  padding: 10px 20px;
}
.link-navigation:hover span:after {
  display: none;
}
@media (min-width: 1200px) {
  .link-navigation {
    padding: 5px 20px;
  }
  .link-navigation:hover span:after {
    display: block;
    background-color: #7b76b6;
  }
}
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: 0;
}
button.icon {
  cursor: pointer;
}
.icon .svg {
  fill: #acdef9;
  height: 30px;
  width: 30px;
}
.textfield .form-control {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
  line-height: 1;
}
.textfield .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.textfield .form-control[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.textfield .form-control::-webkit-input-placeholder {
  color: #464646;
}
.textfield .form-control::-moz-placeholder {
  color: #464646;
}
.textfield .form-control:-ms-input-placeholder {
  color: #464646;
}
.textfield .form-control:-moz-placeholder {
  color: #464646;
}
.textarea .form-control {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.textarea .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.textarea .form-control[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.textarea .form-control::-webkit-input-placeholder {
  color: #464646;
}
.textarea .form-control::-moz-placeholder {
  color: #464646;
}
.textarea .form-control:-ms-input-placeholder {
  color: #464646;
}
.textarea .form-control:-moz-placeholder {
  color: #464646;
}
.radio {
  padding-top: 3px;
}
.radio .form-control {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .radio .form-control {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.radio .form-control:focus + .form-item__label .icon {
  border-color: #fbf9e0;
  background-color: #fbf9e0;
}
.radio .form-control:checked + .form-item__label .icon {
  border-color: #464646;
}
.radio .form-control:checked + .form-item__label .icon .svg {
  opacity: 1;
}
.radio .form-control:disabled {
  opacity: 0.001;
}
.radio .form-item__label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio .icon {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #464646;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 10px;
}
.radio .svg {
  opacity: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.radio .svg:after {
  content: "";
  border-radius: 50%;
  background-color: #000;
  width: 30%;
  height: 30%;
  border: 100px solid;
}
.checkbox {
  padding-top: 3px;
}
.checkbox .form-control {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .checkbox .form-control {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.checkbox .form-control:focus + .form-item__label .icon {
  border-color: #7e5466;
  background-color: #fbf9e0;
}
.checkbox .form-control:checked + .form-item__label .icon {
  border-color: #464646;
}
.checkbox .form-control:checked + .form-item__label .icon .svg {
  opacity: 1;
}
.checkbox .form-control:disabled {
  opacity: 0.001;
}
.checkbox .form-control:indeterminate + .form-item__label .icon {
  position: relative;
}
.checkbox .form-control:indeterminate + .form-item__label .icon:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #000;
}
.checkbox .form-item__label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkbox .icon {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #464646;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 10px;
}
.checkbox .svg {
  padding: 4px;
  opacity: 0;
  fill: #000;
}
.select .form-control {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
  line-height: 1;
}
.select .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.select .form-control[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.select .form-control::-webkit-input-placeholder {
  color: #464646;
}
.select .form-control::-moz-placeholder {
  color: #464646;
}
.select .form-control:-ms-input-placeholder {
  color: #464646;
}
.select .form-control:-moz-placeholder {
  color: #464646;
}
.isMobile .select .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.select .select2 .select2-selection.select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select .select2 .select2-selection__rendered {
  padding: 0 50px 0 0;
}
.select .select2 .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 14px;
}
.select .select2 .select2-selection__arrow b {
  border-width: 6.5px 6px 0;
  border-color: #000 transparent transparent;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.select2-container {
  max-width: 100%;
}
.select2-container .select2-dropdown {
  border: 1px solid #a9a9a9;
  margin-top: 5px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 4px;
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6.5px 6px 0;
  border-color: #000 transparent transparent;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select2-container--default .select2-results__option {
  padding: 10px 20px;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.select2-container--default .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.select2-container--default .select2-results__option [aria-selected] {
  background-color: #dcdcdc;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #464646;
  color: #fff;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.9;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
  line-height: 1.9;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #464646;
}
.select2-container .select2-selection--single .select2-selection__clear {
  margin-left: 5px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  font-family: "FFInfraLight";
  color: #464646;
}
.form-item__control .form-control.ui-autocomplete-input {
  background-image: none;
  padding-right: 40px;
}
.form-item__control .form-control.ui-autocomplete-input.ui-autocomplete-loading {
  background-position: 98% center;
  background-repeat: no-repeat;
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/loader.svg");
  background-size: auto 60%;
}
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  border: none;
}
.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border: 0;
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  height: auto;
  margin: 0;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #464646;
  color: #fff;
}
.toggle {
  padding: 7px;
}
.toggle .form-control {
  z-index: -1;
  position: absolute;
  opacity: 0 !important;
}
.toggle .form-control:focus ~ .form-item__label .toggle-track:before {
  -webkit-box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
}
.toggle .form-control:checked ~ .form-item__label .toggle-track {
  background-color: rgba(0, 168, 115, 0.5);
}
.toggle .form-control:checked ~ .form-item__label .toggle-track:before {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  background-color: #00a873;
}
.toggle .form-control--disabled ~ .form-item__label .toggle-track {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.toggle-track {
  position: relative;
  width: 60px;
  height: 20px;
  cursor: pointer;
  border-radius: 20px;
  background-color: rgba(108, 108, 108, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 10px;
}
.toggle-track:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  bottom: -4px;
  border-radius: 50%;
  background-color: #6c6c6c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle .form-item__label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.buttons {
  padding-top: 3px;
}
.buttons .form-control {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.buttons .form-control:focus + .form-item__label {
  -webkit-box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
  outline: 1px auto -webkit-focus-ring-color;
}
.buttons .form-control:checked + .form-item__label {
  -webkit-box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 0 16px 1px rgba(123, 118, 182, 0.25);
}
.buttons .form-control:checked + .form-item__label .button, .buttons .form-control:checked + .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .buttons .form-control:checked + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-control:checked + .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .buttons .form-control:checked + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-control:checked + .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .buttons .form-control:checked + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-control:checked + .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .buttons .form-control:checked + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-control:checked + .form-item__label .login-popup-form {
  color: #fff;
  background-color: #7ebd5f !important;
  cursor: default;
}
.buttons .form-control:disabled {
  display: none;
}
.buttons .form-control:disabled + .form-item__label .button, .buttons .form-control:disabled + .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .buttons .form-control:disabled + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-control:disabled + .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .buttons .form-control:disabled + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-control:disabled + .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .buttons .form-control:disabled + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-control:disabled + .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .buttons .form-control:disabled + .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-control:disabled + .form-item__label .login-popup-form {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.buttons .form-item__label {
  margin-right: 12px;
  cursor: pointer;
}
.buttons .form-item__label .button, .buttons .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .buttons .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .buttons .form-item__label .login-popup-form {
  background-color: #acdef9;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttons .form-item__label .button:hover:hover, .buttons .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover:hover, .header .account .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover:hover, .buttons .form-item__label .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover:hover, .header .account .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover:hover, .buttons .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover:hover, .header .client-menu .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover:hover, .buttons .form-item__label .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover:hover, .header .client-menu .buttons .form-item__label .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover:hover, .buttons .form-item__label .login-popup-form:hover:hover {
  background-color: #8bd1f7;
  color: #ededed;
}
.number.form-item__control {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.number.form-item__control .button, .number.form-item__control .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .number.form-item__control .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .number.form-item__control .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .number.form-item__control .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .number.form-item__control .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .number.form-item__control .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .number.form-item__control .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .number.form-item__control .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .number.form-item__control .login-popup-form {
  margin-left: 0;
}
.number .form-control {
  max-width: 70px;
}
body:not(.no-js) .number .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
}
body:not(.no-js) .number ::-webkit-inner-spin-button, body:not(.no-js) .number ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.number .button, .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .number .login-popup-form {
  color: #2f2f2f;
  font-size: 24px;
}
.number .button:disabled, .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .header .account .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .header .account .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .header .client-menu .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:disabled, .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .header .client-menu .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:disabled, .number .login-popup-form:disabled {
  color: rgba(47, 47, 47, 0.4);
}
.no-js .number .button, .no-js .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .no-js .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .no-js .number .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .no-js .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .no-js .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .no-js .number .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .no-js .number .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .no-js .number .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .no-js .number .login-popup-form {
  display: none;
}
.intl-tel-input .country-list {
  width: 357px;
  max-width: 100vw;
  margin-top: 6px;
}
.intl-tel-input .country-list .country {
  white-space: normal;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}
.intl-tel-input .country-list .country.active {
  background-color: #dcdcdc;
}
.intl-tel-input .country-list .country:hover {
  background-color: #464646;
  color: #fff;
}
.intl-tel-input .country-list .country:hover .dial-code {
  color: #f8f8f8;
}
.intl-tel-input .country-list .country:last-child {
  border: 0;
}
.intl-tel-input .country-list .country .dial-code {
  color: #464646;
}
.form-item__control.file {
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .form-item__control.file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
}
.form-item__control.file .form-file {
  z-index: -1;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.file-fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.file-fake:before {
  background-color: #acdef9;
  color: #fff;
  content: attr(data-text);
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
}
.file-fake:before svg {
  fill: #fff;
}
.file-fake:before:hover {
  background-color: #8bd1f7;
}
.file-fake .file-value {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
  cursor: pointer;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 15px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .file-fake .file-value {
    min-width: 258px;
  }
}
.file-fake .file-value:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.file-fake .file-value[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.file-fake.form-control--error:after {
  border-color: crimson;
}
.file-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-item__control .form-control--error {
  border-color: crimson !important;
}
.form-item__control .form-control--error ~ .form-item__label .icon {
  border-color: crimson !important;
}
.form-item__control .form-control--disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
  background-color: rgba(70, 70, 70, 0.1);
  border-color: rgba(70, 70, 70, 0.5);
}
.form-item__control .form-control--disabled ~ .form-item__label .icon {
  background-color: rgba(70, 70, 70, 0.1);
  border-color: rgba(70, 70, 70, 0.5);
  opacity: 0.6;
  cursor: default;
}
.form-control.form-time, .form-control.form-date {
  width: auto;
  padding-top: 9px;
  padding-bottom: 8px;
}
.ui-timepicker-wrapper {
  min-width: 170px;
  max-width: none;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  max-height: 200px;
}
.ui-timepicker-list {
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 4px;
}
.ui-timepicker-list li {
  display: block;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  height: auto;
  margin: 0;
}
.ui-timepicker-list li:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #464646 !important;
  color: #fff;
}
.ui-timepicker-list li.ui-timepicker-selected {
  cursor: default;
  color: inherit !important;
  background-color: #dcdcdc !important;
}
.ui-timepicker-list li:last-child {
  border: 0;
}
.ui-datepicker-trigger {
  display: none;
}
.ui-widget.ui-datepicker {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  width: auto;
  padding: 10px;
}
.ui-widget.ui-datepicker .ui-datepicker-header {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: static;
  margin-right: 15px;
  background-color: transparent;
  cursor: pointer;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  position: static;
  margin: 0;
  background: transparent url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
  margin-left: 15px;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar {
  display: table-row;
  font-size: 21px;
  margin: 0;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar th {
  font-family: "FFInfraRegular";
  font-weight: normal;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar td {
  letter-spacing: 0;
  font-family: "FFInfraLight";
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled span {
  border: 0;
  background: transparent;
  color: #464646;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
  font-family: "FFInfraBold";
  color: #acdef9;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar td:hover a {
  background-color: #dcdcdc;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
  background-color: #464646;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar span {
  text-align: center;
}
.ui-widget.ui-datepicker table.ui-datepicker-calendar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  color: #2f2f2f;
}
.form-item-datetime-element .form-item + .form-item {
  margin-left: 24px;
}
.loader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  vertical-align: -3px;
}
.loader .svg {
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/loader.svg");
  background-size: 100%;
}
.loader--fullscreen {
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/loader.svg") center center no-repeat;
  background-size: 40px;
}
.loading-bar {
  position: relative;
  display: none;
  width: 100%;
  height: 4px;
}
.loading-bar:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 4px solid;
  border-color: inherit;
  opacity: 0.3;
  height: 4px;
}
.loading-bar:after {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  border-top: 4px solid;
  border-color: inherit;
}
.loading-bar.active:after {
  -webkit-animation: linear forwards loading-bar;
  animation: linear forwards loading-bar;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
}
.loading-bar.visible {
  display: block;
}
@-webkit-keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slider-dot:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background-color: #d13c15;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.slider-dot[aria-selected="true"]:before, .slider-dot:hover:before {
  background-color: #acdef9;
}
li[role="presentation"] {
  list-style: none;
}
.heading {
  font-family: "FFInfraMedium";
  font-weight: normal;
}
.heading a, .heading:hover a {
  color: inherit;
}
.text {
  max-width: 100%;
  font-family: "FFInfraLight";
  font-size: 21px;
}
.board-card {
  cursor: pointer;
  height: 263px;
  margin-bottom: 24px;
  position: relative;
}
.board-card * {
  pointer-events: none;
}
.board-card .contextual * {
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .landscape .board-card {
    max-width: 50vw;
    -webkit-transform: translateX(25vw);
    transform: translateX(25vw);
    margin-left: -12px;
  }
}
.board-card.active:before, .board-card:focus:before {
  opacity: 1;
}
.board-card .toggle-text {
  display: none;
}
.board-card[aria-expanded="true"] .toggle-text, .board-card[aria-disabled="true"] .toggle-text {
  display: block;
}
.board-card[aria-expanded="true"] .toggle-link-text, .board-card[aria-disabled="true"] .toggle-link-text {
  display: none;
}
.board-card[aria-disabled="true"] {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .board-card {
    margin-bottom: 18px;
  }
}
.no-js .board-card .toggle-text {
  display: block;
}
.no-js .board-card .toggle-link-text {
  display: none;
}
.id-cookie-wrapper {
  position: fixed;
  width: 100%;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding: 12px;
}
.id-cookie-wrapper .link {
  text-decoration: underline;
}
.id-cookie-wrapper .link:hover {
  text-decoration: none;
}
.id-cookie-wrapper .text {
  margin-bottom: 0;
}
.description {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  padding: 20px;
  width: 100%;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}
@media (min-width: 1200px) {
  .search-form {
    width: 300px;
    padding: 0;
  }
}
.search-form--mobile {
  height: 60px;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .search-form--mobile {
    display: none;
  }
}
.search-box .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .search-box .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-box .form-item .search-query {
    width: 100% !important;
  }
}
.search-box .form-item .button, .search-box .form-item .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .search-box .form-item .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .search-box .form-item .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .search-box .form-item .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .search-box .form-item .login-popup-form {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .search-box .form-item .button, .search-box .form-item .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .search-box .form-item .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .search-box .form-item .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .search-box .form-item .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .search-box .form-item .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .search-box .form-item .login-popup-form {
    margin-left: 0;
    margin-top: 20px;
  }
}
.email-sign-up-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.email-sign-up-form__submit-icon {
  position: absolute;
  right: 0;
}
.form-item {
  display: block;
  margin-bottom: 25px;
}
.form-item__label {
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 8px;
}
.form-item__label-info {
  display: block;
  font-style: normal;
  font-family: "FFInfraLight";
}
.form-item__label.form-required:before {
  content: "*";
  color: crimson;
  margin-right: 5px;
}
.form-item__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 100%;
}
.form-item__control--icon-right .icon {
  left: auto;
  right: 0;
}
.form-item__control--icon-right.textfield .form-control, .form-item__control--icon-right.textarea .form-control {
  padding-right: 45px;
}
.form-item__control--icon-left .icon {
  left: 0;
  right: auto;
}
.form-item__control--icon-left.textfield .form-control, .form-item__control--icon-left.textarea .form-control {
  padding-left: 45px;
}
.form-item__control--icon-right, .form-item__control--icon-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}
.form-item__control--icon-right .icon, .form-item__control--icon-left .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-item__error-message {
  margin-top: 8px;
  font-family: "FFInfraMedium";
  color: crimson;
}
.form-item--material {
  position: relative;
  padding-top: 20px;
}
.form-item--material .form-item__control {
  padding-left: 14px;
}
.form-item--material .form-control {
  background-color: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
}
.form-item--material .form-control:focus + .form-item__label, .form-item--material .form-control:not(.placeholder-shown) + .form-item__label {
  top: -20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.form-item--material .form-control + .form-item__label {
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  transform: none;
  cursor: text;
}
.form-item--material .form-control:disabled + .form-item__label {
  opacity: 0.6;
}
.form-item--material .form-item__label {
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
}
.form-item--material .form-item__label:before {
  display: none;
}
.form-item--material .form-item__error-message {
  padding-left: 14px;
}
.form-item--material.form-item--required .form-item__control {
  position: relative;
}
.form-item--material.form-item--required .form-item__control:before {
  content: "*";
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 0;
}
.fieldset .form-item:last-child {
  margin-bottom: 0;
}
.fieldset--required .fieldset-title:before {
  content: "*";
  color: crimson;
  margin-right: 5px;
}
.fieldset .checkbox .form-item__label:before, .fieldset .radio .form-item__label:before {
  display: none;
}
.form-buttons .form-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.webform-readonly .form-control:not(:-moz-read-only):not(:disabled) {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
}
.webform-readonly .form-control:not(:read-only):not(:disabled) {
  color: #000;
  border: 1px solid #464646;
  background-color: #fff;
  border-radius: 4px;
  min-height: 40px;
  width: 357px;
  max-width: 100%;
  padding: 0 14px;
}
.webform-readonly .form-control:not(:-moz-read-only):not(:disabled):focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.webform-readonly .form-control:not(:read-only):not(:disabled):focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fbf9e0;
}
.webform-readonly .form-control:not(:-moz-read-only):not(:disabled)[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.webform-readonly .form-control:not(:read-only):not(:disabled)[readonly] {
  border-color: #464646;
  background-color: rgba(70, 70, 70, 0.1);
}
.header-link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .header-link-items {
    width: 100%;
  }
}
.header-link-items__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-link-items__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-link-items__list li {
    width: 100%;
    -webkit-box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-link-items__list li:after {
    display: none;
  }
  .header-link-items__list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .header-link-items__list {
    margin-left: 35px;
  }
}
.header-link-items__list-item {
  position: relative;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
@media (min-width: 1200px) {
  .header-link-items__list-item {
    padding: 0 5px;
  }
}
.header-link-items__list-item:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #007780;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  .header-link-items__list-item:after {
    display: block;
  }
}
.header-link-items__list-item:last-child:after {
  display: none;
}
.header-link-items__list-item--lang, .header-link-items__list-item--share {
  height: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header-link-items__list-item--lang, .header-link-items__list-item--share {
    overflow: visible;
  }
}
.header-link-items__list-item--share {
  height: 60px;
}
.header-link-items__link {
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
@media (min-width: 1200px) {
  .header-link-items__link {
    padding: 0;
  }
}
.header-link-items__link .svg {
  margin: 0;
}
.header-link-items__link:hover, .header-link-items__link.active {
  color: #7b76b6;
}
.header-link-items__link:hover .svg, .header-link-items__link.active .svg {
  fill: #7b76b6;
}
html:not(.js) .header-search-button {
  display: none !important;
}
.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
}
.icon-block__description {
  position: relative;
  width: 100%;
}
.icon-block__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
}
.icon-block--text-between .icon-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.icon-block--divider {
  border-color: #007780;
}
.icon-block--divider .icon-block__description {
  border-color: inherit;
}
.icon-block--divider .icon-block__description:before {
  border-left: 2px solid;
  border-color: inherit;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.icon-block--divider-large .icon-block__description:before {
  height: 110%;
}
.icon-block--divider-full .icon-block__description:before {
  height: 100%;
}
.icon-block--divider-small .icon-block__description:before {
  height: 80%;
}
.icon-block--divider-short .icon-block__description:before {
  bottom: auto;
  height: 100%;
  max-height: 57px;
}
.key-facts-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px transparent;
  min-width: 180px;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .key-facts-item {
    margin: 0 5px;
  }
}
.key-facts-item-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .key-facts-item-wrapper:first-child .key-facts-item {
    margin-left: 0;
  }
  .key-facts-item-wrapper:last-child .key-facts-item {
    margin-right: 0;
  }
}
.key-facts-item-wrapper .contextual {
  top: 32px;
}
.languages {
  list-style-type: none;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 0;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .languages {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .languages {
    height: 40px;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .languages {
    position: static;
  }
}
@media (max-width: 1200px) {
  .languages li {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.languages__list-item {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.languages__list-item:first-child .languages__link {
  pointer-events: none;
}
@media (min-width: 1200px) {
  .languages__list-item:not(:first-child):before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-image: linear-gradient(261deg, #387eb3, #165788);
    -webkit-transition: 180ms ease-in-out;
    transition: 180ms ease-in-out;
    top: 0;
    left: 0;
  }
  .languages__list-item:not(:first-child):hover .languages__link {
    color: #fff;
  }
  .languages__list-item:not(:first-child):hover:before {
    opacity: 1;
  }
}
.languages__link {
  padding-left: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
}
html:not(.js) .languages:hover .svg, .languages.opened .svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  html:not(.js) .languages:hover, .languages.opened {
    -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
    box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
    background-color: #fff;
    height: auto;
    overflow: visible;
  }
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list--row .list__item {
  padding: 0 10px;
}
.list--divider-border .list__item {
  position: relative;
}
.list--divider-border .list__item:after {
  content: "";
  width: 1px;
  height: 75%;
  background-color: #007780;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
}
.list--divider-border .list__item:last-child:after {
  display: none;
}
.media {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .media {
    position: static;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .navigation {
    margin-bottom: 0;
  }
}
.navigation__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .navigation__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation__list li {
    width: 100%;
    -webkit-box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation__list li:after {
    display: none;
  }
}
.navigation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  font-size: 16px;
}
.pagination__item--ellipsis {
  pointer-events: none;
}
.pagination__item--active {
  pointer-events: none;
}
.pagination__item--active .link {
  color: #464646;
}
.pagination__item:hover .svg {
  fill: #7b76b6;
}
.slider-navigation {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.slider-navigation__prev-icon .svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slider-navigation__next-icon .svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-navigation__prev-icon, .slider-navigation__next-icon {
  pointer-events: auto;
}
.slider-navigation__prev-icon.slick-disabled .svg, .slider-navigation__next-icon.slick-disabled .svg {
  opacity: 0.25;
}
.slider-navigation__counter {
  display: none;
}
.slider-navigation__counter.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-navigation .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slider-navigation .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 15px, 0);
    transform: translate3d(-15px, 15px, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 15px, 0);
    transform: translate3d(-15px, 15px, 0);
  }
}
.slider-navigation .fadeOutDown {
  -webkit-animation-name: fadeOutDown !important;
  animation-name: fadeOutDown !important;
  position: absolute;
}
.slider-navigation .button-icon .svg {
  display: block;
}
@media (min-width: 1200px) {
  .slider-navigation--inside-container {
    max-width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 12px;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .slider-navigation--inside-container {
    left: calc(50% - 100vw);
    -webkit-transform: translateX(-50%) translateX(100vw);
    transform: translateX(-50%) translateX(100vw);
  }
}
.slider-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.slider-dots li {
  pointer-events: auto;
}
.slider-dots--horizontal {
  width: 100%;
}
.slider-dots--vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quote {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.quote .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .quote .icon {
    -ms-flex-negative: 0.5;
    flex-shrink: 0.5;
  }
}
@media (max-width: 991.98px) {
  .quote {
    padding: 15px 15px 20px !important;
  }
}
.featured-quote {
  margin-bottom: 50px;
}
.tab-panel .featured-quote, .accordion-panel .featured-quote {
  margin-bottom: 100px;
}
.share {
  width: 100%;
  overflow: hidden;
  height: auto;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .share {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .share {
    position: static;
  }
}
.share svg:last-child {
  display: none;
}
.share.opened svg:nth-last-child(2) {
  display: none;
}
.share.opened svg:last-child {
  display: block;
}
@media (min-width: 1200px) {
  .share.opened svg:nth-last-child(2) {
    display: block;
  }
  .share.opened svg:last-child {
    display: none;
  }
}
.socials {
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
  position: relative;
}
.socials__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socials--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials--v1 .socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 20px;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .socials--mobile {
    display: none;
  }
}
.socials__prev-button, .socials__next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.socials__prev-button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}
.socials__next-button {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}
html:not(.js) .header-link-items__list-item--share {
  height: 40px;
}
html:not(.js) .share {
  position: relative;
  overflow: visible;
}
html:not(.js) .share .header-link-items__link {
  height: 40px;
}
html:not(.js) .share .header-link-items__link .svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
html:not(.js) .share .header-link-items__link:hover .svg {
  fill: #acdef9;
}
html:not(.js) .share:hover {
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  background-color: #fff;
}
html:not(.js) .share:hover .header-link-items__link .svg:last-child {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
html:not(.js) .share:hover .socials--mobile {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  width: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}
html:not(.js) .share:hover .socials--mobile:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  content: "";
  top: 15px;
}
html:not(.js) .share:hover .socials--mobile .socials__item {
  margin-right: 0 !important;
}
html:not(.js) .share:hover .socials--mobile .svg {
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.slide {
  position: relative;
}
.sticker {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 768px) {
  .sticker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  width: 100%;
}
.tab-list--underlined {
  border-bottom: 1px solid;
  height: 46px;
}
.tab-list--underlined .tab {
  height: 45px;
  opacity: 0.6;
}
.tab-list--underlined .tab[aria-selected="true"] {
  opacity: 1;
  border-color: inherit;
}
.tab-list--underlined .tab[aria-selected="true"]:after {
  content: "";
  border-bottom: 2px solid;
  border-bottom-color: inherit;
  left: 0;
  right: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
}
.tab-list--underlined .tab:hover {
  opacity: 1;
}
.tab-list--material {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.tab-list--material .more-tabs {
  position: absolute;
  right: 0;
  top: 0;
}
.tab-list--material .tab {
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .tab-list--material .tab {
    height: 50px;
  }
}
.tab-list--material .tab:first-of-type:after {
  border-color: transparent;
}
.tab-list--material .tab:after {
  content: "";
  border-left: 2px solid;
  border-left-color: inherit;
  width: 2px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}
.tab-list--material .tab:before {
  content: "";
  position: absolute;
}
.tab-list--material .tab[aria-selected="true"] {
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  color: inherit !important;
}
.tab-list--material .tab[aria-selected="true"]:after {
  border-left-color: transparent;
}
.tab-list--material .tab[aria-selected="true"] + .tab:after {
  border-left-color: transparent;
}
.tab-list--material .secondary-tabs {
  right: 0;
}
.tab-list--material .secondary-tabs .tab {
  height: 50px;
}
.tab-list--bordered .tab {
  min-height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid;
  border-color: inherit;
  border-left: 0;
}
.tab-list--bordered .tab:first-of-type:not(.more-tab) {
  border-left: 2px solid;
  border-color: inherit;
}
.tab-list--bordered .tab[aria-selected="true"] {
  background-color: #acdef9;
  color: #fff;
}
.tab-list--bordered .more-tabs {
  border-color: inherit;
}
.tab-list--bordered .more-tab[aria-selected="true"] svg {
  fill: #fff !important;
}
.tab-list--stretched .tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accordion-item {
  width: 100%;
}
.accordion-icon {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  pointer-events: none;
}
.accordion-panel[hidden] {
  overflow: hidden;
}
.accordion-panel[hidden="true"] {
  display: none;
}
.accordion-panel[hidden="false"] {
  display: block;
}
.accordion--bordered .accordion-trigger:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  border-bottom: 2px solid;
}
.accordion--striped .accordion-item:nth-child(odd) {
  background-color: #d13c15;
}
.no-js .accordion-panel {
  display: block;
}
.no-js .accordion-trigger {
  cursor: default;
}
.board-of-directors .board-card-content {
  -webkit-transition: height 0.75s ease;
  transition: height 0.75s ease;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 70px 0;
}
@media (max-width: 1199.98px) {
  .board-of-directors .board-card-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.board-of-directors .board-card-content .image {
  height: 263px;
}
@media (max-width: 767.98px) {
  .board-of-directors .board-card-content .image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .board-of-directors .board-card-content {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .board-of-directors .board-card-content {
    padding: 25px 0;
  }
}
.board-of-directors .board-card-content:not(.active) {
  display: none;
}
.no-js .board-of-directors .board-card-content:not(.active) {
  display: block;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 30px;
}
.breadcrumbs__item:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumbs__item.breadcrumbs__item-icon + .breadcrumbs__item:before {
  content: none;
}
.breadcrumbs__item-icon {
  margin-right: 10px;
}
.breadcrumbs--v1 {
  background-color: #fff;
  padding: 11px 0;
}
.breadcrumbs--v1 .breadcrumbs__item, .breadcrumbs--v1 .link {
  color: #acdef9;
  font-size: 18px;
  font-family: "FFInfraLight";
}
.breadcrumbs--v1 .breadcrumbs__item:not(:last-child) {
  padding-right: 8px;
}
@media (min-width: 992px) {
  .breadcrumbs--v1 .breadcrumbs__item:not(:last-child) {
    padding-right: 32px;
  }
}
.breadcrumbs--v1 .breadcrumbs__item:before {
  color: #007780;
  content: "›";
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .breadcrumbs--v1 .breadcrumbs__item:before {
    padding-right: 32px;
  }
}
.breadcrumbs--v1 .breadcrumbs__item:last-child::before {
  color: #acdef9;
}
.breadcrumbs--v1 .breadcrumbs__item.breadcrumbs__item-icon {
  margin-right: 0;
}
.breadcrumbs--v1 .breadcrumbs__item.breadcrumbs__item-icon:before {
  content: none;
}
.breadcrumbs--v1 .breadcrumbs__item.breadcrumbs__item-icon + .breadcrumbs__item:before {
  content: "›";
}
.breadcrumbs--v2 {
  background-color: #d13c15;
  padding: 25px 0;
}
.breadcrumbs--v2 .breadcrumbs__item:not(:last-child) {
  padding-right: 10px;
}
.breadcrumbs--v2 .breadcrumbs__item, .breadcrumbs--v2 .breadcrumbs__item:before, .breadcrumbs--v2 .breadcrumbs__item .link {
  font-family: "FFInfraBold";
  letter-spacing: 1.29px;
  text-transform: uppercase;
  color: #acdef9;
}
@media (min-width: 320px) {
  .breadcrumbs--v2 .breadcrumbs__item, .breadcrumbs--v2 .breadcrumbs__item:before, .breadcrumbs--v2 .breadcrumbs__item .link {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs--v2 .breadcrumbs__item, .breadcrumbs--v2 .breadcrumbs__item:before, .breadcrumbs--v2 .breadcrumbs__item .link {
    font-size: 11px;
  }
}
.breadcrumbs--v2 .breadcrumbs__item:not(:last-child):not(.breadcrumbs__item-icon), .breadcrumbs--v2 .breadcrumbs__item:last-child:before {
  opacity: 0.5;
}
.breadcrumbs--v2 .breadcrumbs__item:before {
  content: "/";
  padding-right: 10px;
}
.breadcrumbs--v2 .breadcrumbs__item:first-child:before {
  content: none;
}
.breadcrumbs--v3 {
  background-color: #7b76b6;
  padding: 17px 0 13px;
}
.breadcrumbs--v3 .breadcrumbs__item:not(:last-child) {
  padding-right: 10px;
}
.breadcrumbs--v3 .breadcrumbs__item, .breadcrumbs--v3 .breadcrumbs__item:before, .breadcrumbs--v3 .breadcrumbs__item .link {
  font-family: "FFInfraBold";
  letter-spacing: 1.29px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 320px) {
  .breadcrumbs--v3 .breadcrumbs__item, .breadcrumbs--v3 .breadcrumbs__item:before, .breadcrumbs--v3 .breadcrumbs__item .link {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs--v3 .breadcrumbs__item, .breadcrumbs--v3 .breadcrumbs__item:before, .breadcrumbs--v3 .breadcrumbs__item .link {
    font-size: 11px;
  }
}
.breadcrumbs--v3 .breadcrumbs__item:not(:last-child):not(.breadcrumbs__item-icon), .breadcrumbs--v3 .breadcrumbs__item:last-child:before {
  opacity: 0.6;
}
.breadcrumbs--v3 .breadcrumbs__item:before {
  content: "/";
  padding-right: 10px;
}
.breadcrumbs--v3 .breadcrumbs__item:first-child:before {
  content: none;
}
.breadcrumbs--v3 .breadcrumbs__item-icon .svg {
  fill: #fff;
}
.card {
  z-index: 1;
  min-height: 263px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .card {
    margin-bottom: 12px;
  }
}
.card > [class*="col-"]:first-child {
  min-height: 263px;
}
.card .sticker {
  position: relative;
}
.card--v1 .media {
  height: 100%;
  position: absolute;
}
.card--v1 .description {
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 106px;
}
.card--v2 {
  z-index: 2;
  overflow: visible;
}
.card--v2 .media {
  top: auto;
  height: 350px;
}
.card--v2 .description {
  z-index: 1;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .card--v2 .description {
    height: auto;
    padding: 30px 23px !important;
  }
}
.card--v2 .sticker {
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .card--v2 .sticker {
    position: static;
    padding-left: 23px !important;
  }
}
.card--v3 .description {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  height: auto;
}
.card--v4 .media {
  height: 400px;
}
@media (min-width: 768px) {
  .card--v4 .description {
    width: 452px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .card--v4 .description {
    width: 590px;
  }
}
.card--clickable {
  overflow: hidden;
}
.card--clickable .description {
  overflow: visible;
}
.card--clickable a:before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 200vw;
  height: 200vh;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.card--clickable .contextual a:before {
  content: none;
}
.card--dynamic-description .description {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.card--dynamic-description:hover .description {
  opacity: 1;
}
.card--dynamic-description:focus-within .description {
  opacity: 1;
}
.card--dynamic-background .description:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.card--dynamic-background:hover .description:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
}
.feeds-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
@media (max-width: 767.98px) {
  .feeds-contact .icon-block {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feeds-contact .icon-block .icon-block__media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.feeds-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #464646;
  padding: 22px 20px;
}
.feeds-social .feeds-social__border {
  border-bottom: 1px solid #d13c15;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.feeds-social .feeds-social__border:last-child {
  border: 0;
}
.feeds-social .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}
.footer .list--divider-border .list__item:first-child {
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  .footer .list--divider-border .list__item {
    padding: 5px 0 0;
    width: 50%;
  }
  .footer .list--divider-border .list__item:after {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .footer .list--divider-border {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
}
.form {
  max-width: 100%;
}
.header {
  z-index: 6;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d13c15;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header__content {
  position: static;
}
.header__menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .header__menu-button {
    display: none;
  }
}
.header__menu-button:hover .svg {
  fill: #7b76b6;
}
.header__logo {
  max-width: 90px;
}
.header .container-fluid {
  position: static;
}
.header--sticky {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: background-color 0.5s ease, top 1s ease;
  transition: background-color 0.5s ease, top 1s ease;
}
.header--overlap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.header--overlap.header--top {
  background-color: rgba(209, 60, 21, 0.5);
}
.header--sticky.header--overlap {
  position: fixed;
}
.no-js .header--overlap ~ .main {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .no-js .header--overlap ~ .main {
    margin-top: 100px;
  }
}
.header-bottom-bar {
  z-index: 5;
  position: absolute;
  top: 100px;
  width: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 1200px) {
  .header-bottom-bar {
    display: block;
  }
}
.header-bottom-bar--default {
  height: 60px;
  background-color: #acdef9;
  -webkit-transition: 250ms 200ms ease-in-out;
  transition: 250ms 200ms ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.header-bottom-bar--default .header-bottom-bar__container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms 200ms ease-in-out, -webkit-transform 250ms 230ms ease-in-out;
  transition: opacity 200ms 200ms ease-in-out, -webkit-transform 250ms 230ms ease-in-out;
  transition: opacity 200ms 200ms ease-in-out, transform 250ms 230ms ease-in-out;
  transition: opacity 200ms 200ms ease-in-out, transform 250ms 230ms ease-in-out, -webkit-transform 250ms 230ms ease-in-out;
}
.header-bottom-bar--default.opened {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.header-bottom-bar--default.opened .header-bottom-bar__container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 250ms 230ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
  transition: opacity 250ms 230ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
  transition: opacity 250ms 230ms ease-in-out, transform 200ms 200ms ease-in-out;
  transition: opacity 250ms 230ms ease-in-out, transform 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
}
.header-bottom-bar--version-1 {
  height: calc(100vh - 100px);
  background-color: #d13c15;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.header-bottom-bar--version-1 .header-bottom-bar__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms 300ms ease-in-out;
  transition: opacity 300ms 300ms ease-in-out;
}
.header-bottom-bar--version-1 .header-bottom-bar__header {
  padding: 65px 20px 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.header-bottom-bar--version-1 .header-bottom-bar__content {
  padding: 15px 20px;
  margin-top: 85px;
}
.header-bottom-bar--version-1.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.header-bottom-bar--version-1.opened .header-bottom-bar__container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 350ms 330ms ease-in-out;
  transition: opacity 350ms 330ms ease-in-out;
}
.adminimal-admin-toolbar .header-bottom-bar--version-1 {
  height: calc(100vh - 180px);
}
.adminimal-admin-toolbar .header-bottom-bar {
  top: 180px;
  width: calc(100% - 60px);
}
.history-timeline {
  position: relative;
}
.history-timeline:before, .history-timeline:after {
  content: "";
  left: 50%;
  position: absolute;
}
@media (max-width: 767.98px) {
  .history-timeline:before, .history-timeline:after {
    content: none;
  }
}
.history-timeline:before {
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #dcdcdc;
}
.history-timeline:after {
  z-index: 2;
  top: 50%;
  border: 12px solid;
  border-color: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.history-timeline .description, .history-timeline .media {
  border: 1px solid transparent;
  max-width: 350px;
  margin: 10px 0;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .history-timeline .description, .history-timeline .media {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .history-timeline .description, .history-timeline .media {
    margin: 10px 15px;
  }
}
@media (max-width: 1199.98px) {
  .history-timeline .image {
    display: block;
  }
}
.history-timeline > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .history-timeline {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.key-facts-items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .view-location-list .select.form-item__control + .select.form-item__control {
    margin-left: 20px;
  }
}
.view-location-list .map-detail-mobile-layout {
  display: block;
  background-color: #fff;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .view-location-list .map-detail-mobile-layout img {
    display: none;
  }
}
@media (max-width: 768px) {
  .view-location-list .geolocation-common-map-container {
    height: 400px !important;
  }
}
@media (max-width: 640px) {
  .view-location-list .geolocation-common-map-container {
    height: 150px !important;
  }
}
.view-location-list .geolocation-common-map-container .map-detail-mobile-layout {
  border: 0;
  margin: 0;
}
.isMobile.portrait .view-location-list .gm-bundled-control {
  display: none;
}
@media (min-width: 768px) {
  .geolocation-common-map-select-list-mobile, .location-map {
    display: none;
  }
}
.location-grid {
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .location-grid {
    padding-top: 0;
  }
}
.location-grid__row {
  display: none;
}
.location-grid__row.visible {
  display: block;
}
@media (min-width: 992px) {
  .location-grid__row.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.location-grid__view-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.location-grid__view-button .svg {
  width: 15px;
  height: 15px;
}
.location-grid__view-button:hover, .location-grid__view-button.active {
  color: #7ebd5f;
}
.location-grid__view-button:hover .svg, .location-grid__view-button.active .svg {
  fill: #7ebd5f;
}
.location-grid__view-button.active {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 992px) {
  .location-grid__view-button[data-tab="grid"] {
    display: none;
  }
}
@media (max-width: 992px) {
  .location-grid__view-button[data-tab="list"] {
    margin-left: 0 !important;
  }
}
.location-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  [data-view="list"] .location-grid-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.location-grid-item .link-image {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  [data-view="list"] .location-grid-item .link-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}
@media (min-width: 1200px) {
  [data-view="list"] .location-grid-item .link-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
  }
}
.location-grid-item .link-image .image {
  display: block;
}
.location-grid-item .link-image .img {
  width: 100%;
}
.location-info {
  width: 100%;
  min-width: 0;
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .location-info {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .location-info__description {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-view="list"] .location-info__description {
    display: block;
  }
}
.location-info .svg {
  width: 25px;
  height: 25px;
}
.view-display-id-map .geolocation-common-map-locations {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.map-component {
  position: relative;
}
.map-component .g-map-canvas {
  height: 150px !important;
}
.isMobile.landscape .map-component .g-map-canvas {
  height: 200px !important;
}
@media (min-width: 768px) {
  .map-component .g-map-canvas {
    height: 368px !important;
  }
}
@media (min-width: 992px) {
  .map-component .g-map-canvas {
    height: 580px !important;
  }
}
.map-component .view-switch a {
  color: rgba(172, 222, 249, 0.5);
  text-decoration: none;
  padding-right: 15px;
}
.map-component .view-switch a:last-child {
  padding-right: 0;
}
.map-component .view-switch a:hover, .map-component .view-switch a.active {
  color: #acdef9;
  text-decoration: none;
}
.map-component .map-list-view-content {
  display: none;
}
.map-component.map-enable .map-wrapper {
  display: block;
}
.map-component.map-enable .map-list-view-content {
  display: none;
}
.map-component.list-enable .map-wrapper {
  display: none;
}
.map-component.list-enable .map-list-view-content {
  display: block;
}
.map-component.list-enable .select-style {
  display: none;
}
.map-component.list-enable .map-detail-mobile-layout {
  display: none !important;
}
@media (min-width: 768px) {
  .map-component .select-style {
    display: none;
  }
}
.map-component .select-style .select2 .select2-selection.select2-selection--single {
  border-color: #d13c15;
}
.map-component .map-detail-mobile-layout {
  display: none;
  overflow: hidden;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .map-component .map-detail-mobile-layout {
    display: none !important;
  }
}
.map-component .map-detail-mobile-layout .pin-image {
  text-align: center;
}
.layout-content-top .map-component .map-content, .layout-content-top .map-component .view-switch {
  display: none !important;
}
.layout-content-top .map-component .select {
  margin: 0 15px;
}
.nojs .map-component .map-wrapper, .no-js .map-component .map-wrapper {
  display: none;
}
.nojs .map-component .map-list-view-content, .no-js .map-component .map-list-view-content {
  display: block;
}
.gm-style-iw {
  max-width: 168px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.news-room-grid [class*="col-"] {
  padding-bottom: 12px;
}
.news-room-grid .card--v1 {
  height: 100%;
}
.news-room-grid .sticker .text {
  background-color: rgba(126, 189, 95, 0.5);
}
@media (min-width: 768px) {
  .news-room-grid .featured-item:nth-child(odd):last-of-type {
    margin-right: 50%;
  }
}
.news-room-grid .card .media {
  height: 228px;
  position: relative;
}
.news-room-grid .featured-item .card .media {
  height: auto;
  position: absolute;
}
.news-room-list .card:before {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px solid;
  border-color: inherit;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.news-room-list .card, .news-room-list .card > [class*="col-"]:first-child {
  min-height: auto;
}
.banner .slider__main .loading-bar {
  position: absolute;
  bottom: -4px;
}
.banner .slider__main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isTablet .banner .slide, .isDesktop .banner .slide {
  height: auto;
  min-height: 600px;
  color: #fff;
}
.isTablet .banner .slide .button, .isTablet .banner .slide .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .isTablet .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .isTablet .banner .slide .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .isTablet .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .isTablet .banner .slide .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .isTablet .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .isTablet .banner .slide .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .isTablet .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .isTablet .banner .slide .login-popup-form, .isDesktop .banner .slide .button, .isDesktop .banner .slide .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .isDesktop .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .isDesktop .banner .slide .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .isDesktop .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .isDesktop .banner .slide .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .isDesktop .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .isDesktop .banner .slide .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .isDesktop .banner .slide .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .isDesktop .banner .slide .login-popup-form {
  color: #acdef9;
  background-color: #fff;
}
.isTablet .banner .slide .image--background, .isDesktop .banner .slide .image--background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner__slide-wrapper {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .banner__slide-wrapper {
    height: 0;
    min-height: 600px;
  }
}
.banner.slider--loading-bar {
  margin-bottom: 4px;
}
.banner .slick-track .animated {
  opacity: 0;
  visibility: hidden;
}
.banner .slick-track .slideInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.banner .slick-track .slideInDown {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.banner .slick-track .slick-current .animated {
  visibility: visible;
}
.banner .slick-track .slick-current.slideInUp, .banner .slick-track .slick-current .slideInUp {
  -webkit-animation: slideInUp 0.7s ease-in-out 0.3s forwards;
  animation: slideInUp 0.7s ease-in-out 0.3s forwards;
}
.banner .slick-track .slick-current.slideInDown, .banner .slick-track .slick-current .slideInDown {
  -webkit-animation: slideInDown 0.7s ease-in-out 0.3s forwards;
  animation: slideInDown 0.7s ease-in-out 0.3s forwards;
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -150px auto -10px;
  }
}
@media (min-width: 1200px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub {
    max-width: 1200px;
    padding: 0 12px;
  }
}
.slider.banner.banner--thumbnails-v1 .slider__sub .slick-slider {
  z-index: 2;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub .slick-slider {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub .loading-bar {
    margin-top: 150px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub .slick-list .loading-bar {
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1 .slider__sub .slide {
    width: 200px;
    height: 134px;
    min-height: auto;
    overflow-y: hidden;
    background-color: #fff;
    margin: 50px 10px;
    -webkit-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  .slider.banner.banner--thumbnails-v1 .slider__sub .slide:hover {
    cursor: pointer;
  }
  .slider.banner.banner--thumbnails-v1 .slider__sub .slide:hover:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(22, 76, 123, 0.6)), to(#092546));
    background-image: linear-gradient(to left, rgba(22, 76, 123, 0.6), #092546);
    opacity: 0.6;
  }
  .slider.banner.banner--thumbnails-v1 .slider__sub .slide:hover:before {
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  .slider.banner.banner--thumbnails-v1 .slider__sub .slide:hover .overlay {
    display: block;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
}
.slider.banner.banner--thumbnails-v1 .slider__sub .slick-current {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.slider.banner.banner--thumbnails-v1 .slider__sub .slick-current + .slide + .slide + .slide {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.slider.banner.banner--thumbnails-v1 .slider__sub .image--background {
  width: 200px;
  height: 134px;
}
.slider.banner.banner--thumbnails-v1 .slider__sub .overlay {
  display: none;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1.slider--thumbnails-2 .slider__sub .slick-slider {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v1.slider--thumbnails-2 .slider__sub .slick-current + .slide + .slide {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.slider.banner.banner--thumbnails-v1.slider--thumbnails-hide .slider__sub {
  display: none;
}
@media (min-width: 992px) {
  .slider.banner.banner--thumbnails-v2 .slider__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -100px auto 0;
  }
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slick-slider {
  z-index: 2;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .slider.banner.banner--thumbnails-v2 .slider__sub .slick-slider {
    width: 68%;
  }
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slide .text {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .slider.banner.banner--thumbnails-v2 .slider__sub .slide {
    height: 100px;
    min-height: auto;
    background-color: #fff;
    border-left: 1px solid #d13c15;
  }
  .slider.banner.banner--thumbnails-v2 .slider__sub .slide:hover {
    cursor: pointer;
  }
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slide.slick-current .loading-bar {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slide.slick-current .loading-bar:after {
  -webkit-animation: linear forwards loading-bar;
  animation: linear forwards loading-bar;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slide.slick-current .text {
  opacity: 1;
}
.slider.banner.banner--thumbnails-v2 .slider__sub .slide.shadow-3 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.slider.banner.banner--thumbnails-v2 .slider--thumbs-counter {
  color: #acdef9;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.carousel .slider__main {
  position: static;
}
.image-gallery .media {
  max-height: 450px;
}
.slider__main, .slider__sub {
  position: relative;
}
.slider .slider-navigation__prev-icon, .slider .slider-navigation__next-icon {
  display: none;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider--thumbs-counter {
  display: none;
}
.slider--thumbs-counter.visible {
  display: block;
}
.slider--thumbs-counter:before {
  content: "— ";
}
.table {
  width: 100%;
}
.table th, .table td {
  vertical-align: top;
}
.table--content-middle th, .table--content-middle td {
  vertical-align: middle;
}
.table--layout th, .table--layout td {
  border: 0;
  padding: 0;
}
.table--bordered {
  border: 1px solid rgba(0, 119, 128, 0.5);
}
.table--bordered th, .table--bordered td {
  border: 1px solid rgba(0, 119, 128, 0.5);
}
.table--borderless th, .table--borderless td {
  border: 0;
}
.table--striped-horizontal thead tr, .table--striped-horizontal tbody tr:nth-of-type(even) {
  background-color: rgba(248, 248, 248, 0.5);
}
.table--striped-horizontal-primary-light tbody tr:nth-of-type(odd) {
  background-color: rgba(209, 60, 21, 0.5);
}
.table--striped-vertical tr > :nth-child(odd) {
  background-color: rgba(248, 248, 248, 0.3);
}
.table--hover-horizontal tbody tr:hover {
  background-color: rgba(209, 60, 21, 0.5);
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.table--v1 tr {
  border-bottom: 1px solid rgba(0, 119, 128, 0.5);
}
@media (min-width: 992px) {
  .table--v1 tr > :not(:first-child) {
    text-align: center;
  }
}
.table--v1 tbody tr > :first-child {
  background-color: #d13c15;
}
@media (min-width: 992px) {
  .table--v2 th, .table--v2 td {
    padding: 30px;
  }
  .table--v2 tr > :not(:first-child) {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .table--responsive thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .table--responsive tr {
    border: 1px solid rgba(0, 119, 128, 0.5);
    border-bottom: 0;
    margin-bottom: 1em;
  }
  .table--responsive tr:last-child {
    margin-bottom: 0;
  }
  .table--responsive tr, .table--responsive td, .table--responsive th {
    display: block;
  }
  .table--responsive td, .table--responsive th {
    text-align: left !important;
    border: 0;
    border-bottom: 1px solid rgba(0, 119, 128, 0.5);
    padding: 15px 15px 15px 50%;
  }
  .table--responsive td > *, .table--responsive th > * {
    display: inline-block;
    vertical-align: top;
  }
  .table--responsive td:before, .table--responsive th:before {
    content: attr(data-label);
    display: inline-block;
    font-family: "FFInfraBold";
    margin-left: -100%;
    width: 99%;
  }
}
@media (max-width: 767.98px) {
  .table--responsive td, .table--responsive th {
    padding-left: 0.75em;
  }
  .table--responsive td:before, .table--responsive th:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}
.table--scrollable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table--scrollable > .table-bordered {
  border: 0;
}
@media (min-width: 992px) {
  .financial-calendar-view .table--v2 tr > :nth-child(2) {
    text-align: left;
  }
  .financial-calendar-view .table--v2 tr > td:nth-child(1) {
    width: 15%;
  }
  .financial-calendar-view .table--v2 tr > :last-child:not(:nth-child(2)), .financial-calendar-view .table--v2 tr > td:nth-child(3) {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .presentations-view .table, .results-view .table {
    table-layout: fixed;
  }
}
.presentations-view .table tr > :nth-child(1), .results-view .table tr > :nth-child(1) {
  text-align: left;
}
.tabs, .tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.tabs--horizontal .tab-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media (max-width: 767.98px) {
  .tabs--horizontal .tab[role="tab"] {
    display: none;
  }
}
.tabs--vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media (max-width: 991.98px) {
  .tabs--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
.tabs--vertical .tab-list {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .tabs--vertical .tab-list {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tabs--vertical .tab-list [role="tab"], .tabs--vertical .tab-list .tab {
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .tabs--vertical .tab-list [role="tab"], .tabs--vertical .tab-list .tab {
    margin-left: 0 !important;
  }
}
.tabs--vertical .tab-list .select {
  margin-bottom: 12px;
}
.tabs--vertical .tab-content {
  width: 70%;
}
@media (max-width: 991.98px) {
  .tabs--vertical .tab-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 12px;
  }
}
.tabs--vertical .more-tabs {
  display: none;
}
.tab-list {
  overflow: visible;
}
.tab-content {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-content .tab-content {
  padding: 0;
}
.tab-panel {
  width: 100%;
  position: relative;
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}
.tab-panel:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: Highlight;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .tab-panel:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}
.no-js .tab[role="tab"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.no-js .tab-list {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-js .more-tabs {
  display: none;
}
.more-tabs {
  display: none;
}
.more-tabs:not(.hidden-tab) {
  position: relative;
  display: inline-grid;
}
.more-tab {
  padding-right: 20px;
  height: 100%;
}
.more-tab svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.more-tab[aria-expanded="true"] svg {
  -webkit-transform: none;
  transform: none;
}
.hidden-tab {
  z-index: -1;
  position: absolute;
  opacity: 0 !important;
}
.tabs--device .hidden-tab {
  visibility: hidden;
}
.hidden-tab.more-tabs {
  display: none;
}
.secondary-tabs {
  z-index: 1;
  -webkit-box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  box-shadow: 0 16px 16px 1px rgba(123, 118, 182, 0.25);
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  right: -2px;
}
.secondary-tabs .tab {
  white-space: nowrap;
  width: 100%;
  border: 0;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .secondary-tabs .tab {
    height: 54px;
  }
}
.secondary-tabs .tab:after {
  display: none;
}
.show-secondary-tabs > .container > .row .secondary-tabs {
  display: block;
}
.video-component {
  position: relative;
  min-height: 0;
}
.video-component .sticker {
  position: absolute;
}
.video-component .media {
  min-height: 0;
}
.video-component .video {
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.video-component .mejs__container {
  background-color: transparent;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-equal-grid .video-component .mejs__container {
    min-height: 100%;
  }
}
.video-component .mejs__controls, .video-component .mejs__overlay {
  display: none;
}
.video-component .mejs__controls .svg, .video-component .mejs__overlay .svg {
  width: 100%;
  height: 100%;
}
.video-component .js-stop-video {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.video-component.js-controls-show .js-stop-video {
  opacity: 1;
}
.video-component--active:before {
  display: none;
}
.video-component--active .sticker {
  z-index: 2;
}
.video-component--active .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  z-index: 2;
}
.video-component--active .mejs__controls, .video-component--active .mejs__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-component--active .js-stop-video {
  z-index: 1;
  display: block !important;
}
.video-component--active .js-stop-video:focus {
  opacity: 1;
}
.video-component.slide {
  min-height: 568px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-component.slide {
    min-height: 512px;
  }
}
@media (min-width: 1200px) {
  .video-component.slide {
    min-height: 668px;
  }
}
.video-component.slide .banner__slide-wrapper {
  min-height: 568px;
}
@media (min-width: 768px) {
  .video-component.slide .banner__slide-wrapper {
    min-height: 512px;
  }
}
@media (min-width: 1200px) {
  .video-component.slide .banner__slide-wrapper {
    min-height: 668px;
  }
}
.video-component.slide .media {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .video-component.slide .mejs__video {
    max-height: 100% !important;
  }
}
.video-component.slide .video {
  max-height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-component.slide .video {
    max-height: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.video-component.slide .video--banner-popup {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media (max-width: 991.98px) {
  .video-component.slide .video--banner-popup {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .video-component.slide .video--banner-popup .video {
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
  }
}
.video-component.slide .video--banner-popup .mejs__mediaelement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-component.slide .video--banner-popup .mejs__mediaelement iframe {
  max-height: 100%;
}
@media (min-width: 768px) {
  .video-component.slide .video--banner-background {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .video-component.slide .video--banner-background {
    height: 100% !important;
  }
}
.video-component.slide .video--banner-background iframe {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 100%;
}
.video-component.slide .js-stop-video {
  display: none;
}
.video-component.slide--contain-video .mejs__inner {
  height: 100%;
}
.video-component.slide--contain-video .video--banner-popup {
  width: auto !important;
}
.video-component.slide--contain-video .video--banner-popup .video {
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.video-component.video-component--active .banner__slide-wrapper {
  z-index: -1;
}
.video-component.video-component--active .video--banner-background {
  display: none;
}
.video-component.video-component--active .video--banner-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  min-height: 0;
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}
@media (min-width: 768px) {
  .video-component.video-component--active .video--banner-popup {
    min-height: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .isMobile .video-component.video-component--active .video--banner-popup .mejs__poster {
    display: block !important;
  }
}
.video-component.video-component--active .video--banner-popup .mejs__background, .video-component.video-component--active .video--banner-popup .mejs__mediaelement {
  position: relative !important;
}
.mfp-content .js-stop-video {
  display: none;
}
.mfp-content .video--banner-background {
  display: none !important;
}
.mfp-content .mejs__inner {
  width: 100%;
}
.mfp-content .mejs__container {
  overflow: hidden;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfp-content .mejs__container .video {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 !important;
}
.mfp-content .mejs__background, .mfp-content .mejs__mediaelement {
  position: relative !important;
}
.mfp-content .mejs__controls {
  bottom: -1px;
}
.tab-content .mejs__offscreen {
  display: none;
}
.media-library .card {
  min-height: 263px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 767.98px) {
  .media-library .card {
    height: auto !important;
    min-height: 0;
  }
}
@media (max-width: 1199.98px) {
  .media-library .card:before {
    height: 263px !important;
  }
}
@media (max-width: 767.98px) {
  .media-library .card:before {
    display: none;
  }
}
.media-library .card.video-component .video {
  min-height: 100%;
  height: 100% !important;
}
.media-library .card .media, .media-library .card .description {
  min-height: 100%;
}
@media (max-width: 1199.98px) {
  .media-library .card .media, .media-library .card .description {
    min-height: 0;
    height: 263px !important;
  }
}
.media-library .card iframe {
  min-height: 100%;
}
@media (max-width: 1199.98px) {
  .media-library .description {
    opacity: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .media-library .js-popup-open {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.description-mobile {
  position: relative;
  display: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 1199.98px) {
  .description-mobile {
    display: block;
  }
}
.description-mobile .heading {
  white-space: normal;
  word-break: break-word;
}
.description-mobile .sticker {
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  body {
    position: static;
  }
  body.toggled {
    right: auto;
  }
  body.toggled .btn-close {
    display: none;
  }
  .btn-close {
    display: none;
  }
  .btn-close:before, .btn-close:after {
    display: none;
  }
  .region-we-mega-menu {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-toggle .icon-bar {
    display: none;
  }
  .overlay {
    display: none;
  }
  .nav .open > a {
    background: none;
  }
  .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  .navbar-we-mega-menu .we-mega-menu-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
    max-width: inherit;
  }
  .navbar-we-mega-menu .we-mega-menu-row > * {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .navbar-we-mega-menu .hidden-collapse {
    display: none !important;
  }
  .we-mega-menu-submenu {
    width: 100% !important;
  }
  .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu {
    display: block;
  }
  .navbar-we-mega-menu.navbar {
    height: auto;
    overflow-x: hidden;
    background: transparent;
    bottom: auto;
    display: block;
    position: static;
    right: auto;
    width: 100%;
    z-index: unset;
    top: auto;
    -webkit-transition: unset;
    transition: unset;
    border-radius: 0;
    border: 0;
    min-height: 101%;
  }
  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    right: 0;
    display: block;
    -webkit-animation: unset;
    animation: unset;
  }
  .navbar-we-mega-menu.navbar .container, .navbar-we-mega-menu.navbar .container-fluid {
    padding: 0;
    position: static;
    width: auto;
  }
  .navbar-we-mega-menu.navbar .nav-tabs > li > a, .navbar-we-mega-menu.navbar .nav-tabs > li > .we-megamenu-nolink {
    margin-right: 0;
    border: 0 none;
    position: relative;
    border-radius: 0;
  }
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    background-color: transparent;
    color: #7b76b6 !important;
  }
  .navbar-we-mega-menu.navbar .nav .open > a, .navbar-we-mega-menu.navbar .nav .open > a:focus, .navbar-we-mega-menu.navbar .nav .open > a:hover {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    pointer-events: auto !important;
    color: #acdef9 !important;
  }
  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a, .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu {
    position: static;
    min-width: inherit;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu > a:after, .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
    display: none;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu, .navbar-we-mega-menu.navbar .dropdown-menu.active-trail > .we-mega-menu-submenu {
    display: block;
  }
  .navbar-we-mega-menu.navbar .nav-tabs .dropdown-menu {
    margin-top: 0;
  }
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .navbar-we-mega-menu.navbar ul {
    padding: 0;
    margin: 0;
    border: 0 none;
  }
  .navbar-we-mega-menu.navbar ul a, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ccc;
    padding: 10px 0;
    text-decoration: none;
  }
  .navbar-we-mega-menu.navbar ul a:hover, .navbar-we-mega-menu.navbar ul a:focus, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:hover, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:focus {
    color: #ccc;
    background-color: transparent;
    border: 0;
  }
  .navbar-we-mega-menu.navbar ul a.is-active, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink.is-active {
    color: #fff;
    background-color: #1a1a1a;
  }
  .navbar-we-mega-menu.navbar ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar-we-mega-menu.navbar ul > li:last-child {
    border-bottom: 0;
  }
  .navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .navbar-we-mega-menu.navbar ul > li ul li {
    border-bottom: 0;
  }
  .navbar-we-mega-menu.navbar ul > li ul li a, .navbar-we-mega-menu.navbar ul > li ul li .we-megamenu-nolink {
    padding: 7px 0;
    line-height: 1;
  }
  .navbar-we-mega-menu.navbar ul .expanded > a, .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink {
    position: relative;
  }
  .navbar-we-mega-menu.navbar ul .expanded > a:before, .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .we-mega-menu-submenu li.we-mega-menu-li span {
    border: 0;
  }
}
.navigation .navbar-we-mega-menu {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}
.navigation .megamenu-title {
  font-family: "FFInfraMedium";
  font-size: 28px;
  color: #7b76b6;
  margin-bottom: 20px;
  padding-top: 10px;
}
.navigation .navbar, .navigation .we-mega-menu-ul, .navigation .we-mega-menu-ul .dropdown-menu, .navigation .we-mega-menu-ul .dropdown-menu:hover, .navigation .we-mega-menu-ul .dropdown-menu:focus {
  position: static;
}
.navigation li.we-mega-menu-li:not([data-level="0"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7b76b6;
}
.navigation li.we-mega-menu-li:not([data-level="0"]):last-child {
  border-bottom: 0;
}
.navigation .we-mega-menu-li[data-level="0"] {
  padding: 30px 0;
  border-left: 0;
}
.navigation .we-mega-menu-li[data-level="0"]:hover > a, .navigation .we-mega-menu-li[data-level="0"]:focus > a {
  color: #7b76b6;
}
.navigation .we-mega-menu-li[data-level="0"]:hover .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-level="0"]:focus .we-mega-menu-link-button {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-link-button.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
}
.navigation .we-mega-menu-li[data-level="0"] > a {
  background-color: transparent;
  padding: 5px 20px;
  height: 100%;
  font-family: "FFInfraMedium";
  font-size: 28px;
  color: #acdef9;
  text-transform: none;
  font-weight: normal;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.navigation .we-mega-menu-li[data-level="0"] > a:hover, .navigation .we-mega-menu-li[data-level="0"] > a:focus {
  color: #7b76b6;
  background: transparent;
}
.navigation .we-mega-menu-li[data-level="0"].dropdown-menu > a {
  padding-right: 0;
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large {
  background-color: #f3f6f9;
  min-width: 260px;
  padding: 55px 40px 40px;
  right: 0;
  margin: auto;
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large.opened {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large li.we-mega-menu-li .we-mega-menu-link-button {
  background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}
.navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large li.we-mega-menu-li a {
  color: #7b76b6;
  padding: 15px 0;
  border-bottom: 0;
  font-family: "FFInfraMedium";
  font-size: 28px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu.large, .navigation .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu.large {
  display: block !important;
}
.navigation .nav-tabs > li.active > a {
  border: 0;
}
.navigation .nav-tabs > li.active > a:focus, .navigation .nav-tabs > li.active > a:hover {
  border: 0;
}
.navigation .we-mega-menu-ul .dropdown-menu > a:before, .navigation .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:before {
  display: none;
}
.navigation .we-mega-menu-li[data-level="1"] > .we-mega-menu-submenu {
  display: none !important;
}
.navigation .we-mega-menu-subul-title {
  display: none;
}
.navigation .we-mega-menu-link-button {
  background: transparent url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle-color-primary.svg") center no-repeat;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 180ms;
  transition: 180ms;
}
@media (max-width: 1199px) {
  .navigation .region-we-mega-menu {
    width: 100%;
  }
  .navigation .we-mega-menu-subul-title {
    color: #7b76b6;
    font-family: "FFInfraMedium";
    font-size: 28px;
    padding: 0 20px;
    margin-bottom: 15px;
    display: block;
  }
  .navigation .we-mega-menu-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .navigation .we-mega-menu-ul > .dropdown-menu {
    z-index: unset;
  }
  .navigation .we-mega-menu-ul > .dropdown-menu:hover > span, .navigation .we-mega-menu-ul > .dropdown-menu:hover > a, .navigation .we-mega-menu-ul > .dropdown-menu:focus > span, .navigation .we-mega-menu-ul > .dropdown-menu:focus > a {
    z-index: unset;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu > a {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu {
    background-color: #fff;
    z-index: 2;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large {
    width: 100% !important;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    padding: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 180ms ease-in-out;
    transition: 180ms ease-in-out;
    min-height: 101%;
    position: absolute;
    z-index: 1;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large li.we-mega-menu-li a {
    border-bottom: 0;
    padding: 19px 0 19px 20px;
    color: #acdef9;
    font-family: "FFInfraRegular";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large li.we-mega-menu-li a:hover, .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large li.we-mega-menu-li a:focus {
    color: #7b76b6;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .navigation .we-mega-menu-li[data-submenu="0"], .navigation .we-mega-menu-li[data-submenu="1"] {
    -webkit-box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    box-shadow: 0 1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0 inset;
    border-bottom: 0;
  }
  .navigation .we-mega-menu-li[data-submenu="0"] a, .navigation .we-mega-menu-li[data-submenu="1"] a {
    color: #acdef9;
    padding: 18.5px 20px;
    font-family: "FFInfraMedium";
    font-size: 28px;
    font-weight: normal;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation .we-mega-menu-li[data-submenu="0"].dropdown-menu:hover > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="0"].dropdown-menu:focus > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="0"].active.dropdown-menu:hover > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="0"].active.dropdown-menu:focus > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="1"].dropdown-menu:hover > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="1"].dropdown-menu:focus > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="1"].active.dropdown-menu:hover > .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="1"].active.dropdown-menu:focus > .we-mega-menu-link-button {
    background-image: url("../../../../../profiles/custom/connectid/node_modules/@ogstylecms/atomic-core/components/images/icons/angle.svg");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navigation .we-mega-menu-li[data-submenu="0"] .we-mega-menu-li.dropdown-menu[data-level="1"], .navigation .we-mega-menu-li[data-submenu="1"] .we-mega-menu-li.dropdown-menu[data-level="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
  }
  .navigation .we-mega-menu-li[data-submenu="0"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-li, .navigation .we-mega-menu-li[data-submenu="1"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation .we-mega-menu-li[data-submenu="0"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-submenu, .navigation .we-mega-menu-li[data-submenu="1"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-submenu {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 180ms ease-in-out;
    transition: 180ms ease-in-out;
    min-height: 101%;
    top: 0;
  }
  .navigation .we-mega-menu-li[data-submenu="0"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-submenu.opened, .navigation .we-mega-menu-li[data-submenu="1"] .we-mega-menu-li.dropdown-menu[data-level="1"] > .we-mega-menu-submenu.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navigation .we-mega-menu-li[data-submenu="0"] .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-submenu="1"] .we-mega-menu-link-button {
    width: 59px;
    height: 59px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    right: 1px;
    margin: 0;
  }
  .navigation .we-mega-menu-li[data-level="1"] > .we-mega-menu-submenu {
    display: block !important;
  }
  .navigation .we-mega-menu-li.dropdown-menu .we-mega-menu-link-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  body:not(.we-mega-menu-backend) .navigation .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .we-mega-menu-submenu {
    display: block !important;
  }
}
.no-js .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.no-js .navigation .we-mega-menu-li[data-level="1"] > .we-mega-menu-submenu {
  display: block !important;
}
.no-js .navigation li.we-mega-menu-li:not([data-level="0"]) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-js .we-mega-menu-li[data-level="2"] {
  background: #f3f6f9;
  border-top: 1px solid #7b76b6;
  border-bottom: 0 !important;
  padding-left: 20px;
}
.no-js .navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-submenu.large li.we-mega-menu-li .we-mega-menu-link-button {
  -webkit-transform: none;
  transform: none;
}
.mfp-content {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .mfp-content {
    max-width: 75%;
  }
}
.mfp-content .mejs__mediaelement iframe {
  width: 100%;
}
.mfp-content .media {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .mfp-content .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mfp-content .media .image--background .img {
  width: auto;
  height: auto;
}
.mfp-content .popup-description {
  min-width: 320px;
  width: 320px;
  -webkit-box-ordinal-group: inherit;
  -ms-flex-order: inherit;
  order: inherit;
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1199.98px) {
  .mfp-content .popup-description {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.mfp-content .slider-navigation {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfp-content .slider-navigation--bottom {
  right: 0;
  left: auto;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  top: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .mfp-content .slider-navigation--bottom {
    width: 100% !important;
  }
}
.mfp-content .slider-navigation .button-icon {
  position: relative;
}
@media (max-width: 1199.98px) {
  .mfp-description {
    margin-top: 10px;
    padding-left: 0;
  }
}
.mfp-close.button-icon {
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-right: -2px;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.95;
  background-color: #7b76b6;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.demo-page {
  color: #4e6079;
}
.demo-page__header {
  padding: 0 20px;
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #121d31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.7);
  z-index: 20;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.demo-page__content {
  min-height: calc(100vh - 50px);
}
.demo-page__tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.demo-page__tab-content.active {
  height: auto;
}
.demo-page__sidebar {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  top: 50px;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.demo-page__main {
  padding: 50px 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 200px);
}
.demo-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.demo-page-nav__link {
  background-color: inherit;
  border: 0;
  cursor: pointer;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "FFInfraMedium";
  padding: 0 25px;
  letter-spacing: 0.5px;
  position: relative;
}
.demo-page-nav__link:hover {
  color: #00a699;
}
.demo-page-nav__link:focus {
  outline: 0;
}
.demo-page-nav__link:after {
  content: "";
  height: 0;
  width: 100%;
  background-color: #00a699;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.demo-page-nav__link.active {
  color: #00a699;
}
.demo-page-nav__link.active:after {
  height: 5px;
}
.demo-page-burger {
  background-color: transparent;
  border: 0;
}
.demo-page-burger:focus {
  outline: 0;
}
.demo-page-burger .icon {
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}
.demo-page-burger .icon .svg {
  fill: #00a699;
}
.demo-page-burger__menu-btn {
  display: none;
}
.demo-page-burger__arrow-btn {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.demo-page-sidebar-nav {
  padding: 90px 20px 20px 0;
}
.demo-page-sidebar-nav a {
  display: block;
  color: #7b76b6;
  padding: 10px 0;
  font-family: "FFInfraMedium";
  font-size: 17px;
  -webkit-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.demo-page-sidebar-nav a:hover, .demo-page-sidebar-nav a.active {
  color: #00a699;
}
.demo-page-section {
  padding: 20px 0;
}
.demo-page-section__heading {
  color: #7b76b6;
  text-transform: uppercase;
  margin-top: 30px;
}
.demo-page-section__wrapper {
  background-color: #f7f7f7;
  border-top: 2px solid #00a699;
}
.types-section {
  padding: 20px;
}
.types-section--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.types-section--row .item {
  margin-right: 70px;
}
.types-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.types-section__heading:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #acdef9 transparent transparent;
  display: block;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.types-section__items {
  margin-bottom: 20px;
}
.types-section .item {
  margin-bottom: 25px;
}
.types-section .item > span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#button .types-section > div, #text .types-section > div {
  margin-bottom: 30px;
}
#button .types-section > div:last-child, #text .types-section > div:last-child {
  margin-right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
}
#palette .types-section__items, #icon .types-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#palette .types-section__items .item, #icon .types-section__items .item {
  margin-right: 40px;
}
#palette .types-section__items .item div, #icon .types-section__items .item div {
  height: 80px;
  width: 80px;
  position: relative;
}
#grid .item {
  margin-bottom: 20px;
}
#grid .item .item {
  margin-bottom: 0;
}
#grid .box {
  padding: 15px;
  background-color: #007780;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "FFInfraMedium";
}
#grid .box--large {
  height: 150px;
}
#grid .box .box {
  background-color: #003034;
}
#grid .box .box .box {
  background-color: #000001;
}
#grid .xs-column [class*="col-"]:not(:last-child) .box, #grid .xs-wrap [class*="col-"]:not(:last-child) .box {
  margin-bottom: 15px;
}
#grid .xs-column-reverse [class*="col-"]:not(:first-child) .box {
  margin-bottom: 15px;
}
#grid .xs-wrap-reverse [class*="col-"]:not(:last-child) .box {
  margin-top: 15px;
}
#grid .xs-stretch {
  height: 100%;
}
#grid .xs-stretch .box, #grid .xs-stretch .item {
  height: 100%;
}
.text-size-extra-small {
  line-height: 1.5;
}
@media (min-width: 320px) {
  .text-size-extra-small {
    font-size: 18px !important;
  }
}
.text-size-small {
  line-height: 1.5;
}
@media (min-width: 320px) {
  .text-size-small {
    font-size: 18px !important;
  }
}
.text-size-regular {
  line-height: 1.5;
}
@media (min-width: 320px) {
  .text-size-regular {
    font-size: 21px !important;
  }
}
.text-size-large {
  line-height: 1.4;
}
@media (min-width: 992px) {
  .text-size-large {
    font-size: 18px !important;
  }
}
.text-size-medium {
  line-height: 1.5;
}
@media (min-width: 320px) {
  .text-size-medium {
    font-size: 28px !important;
  }
}
.text-size-h5 {
  line-height: 1;
}
.text-size-h4 {
  line-height: 1.2;
}
.text-size-h3 {
  line-height: 1.2;
}
.text-size-h2 {
  line-height: 1.2;
}
.text-size-h1 {
  line-height: 1.2;
}
h1, .h1, .text-size-h1, .text-size-h1-large {
  font-size: 48px !important;
}
@media only screen and (max-width: 1279px) {
  h1, .h1, .text-size-h1, .text-size-h1-large {
    font-size: 40px !important;
  }
}
@media (max-width: 767.98px) {
  h1, .h1, .text-size-h1, .text-size-h1-large {
    font-size: 34px !important;
  }
}
h2, .h2, .text-size-h2 {
  font-size: 40px !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  h2, .h2, .text-size-h2 {
    font-size: 34px !important;
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2, .text-size-h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
}
h3, .h3, .text-size-h3 {
  font-size: 34px !important;
  margin-top: 24px;
}
@media only screen and (max-width: 1279px) {
  h3, .h3, .text-size-h3 {
    font-size: 28px !important;
    margin-top: 22px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3, .text-size-h3 {
    font-size: 24px !important;
    margin-top: 20px;
  }
}
h4, .h4, .text-size-h4 {
  font-size: 28px !important;
  margin-top: 24px;
}
@media only screen and (max-width: 1279px) {
  h4, .h4, .text-size-h4 {
    font-size: 24px !important;
    margin-top: 22px;
  }
}
@media (max-width: 767.98px) {
  h4, .h4, .text-size-h4 {
    font-size: 20px !important;
    margin-top: 20px;
  }
}
.text-size-large {
  font-size: 34px !important;
}
@media only screen and (max-width: 1279px) {
  .text-size-large {
    font-size: 28px !important;
  }
}
@media (max-width: 767.98px) {
  .text-size-large {
    font-size: 24px !important;
  }
}
.text-size-medium {
  font-size: 28px !important;
}
@media only screen and (max-width: 1279px) {
  .text-size-medium {
    font-size: 24px !important;
  }
}
@media (max-width: 767.98px) {
  .text-size-medium {
    font-size: 24px !important;
  }
}
.text-size-regular {
  font-size: 21px !important;
}
@media only screen and (max-width: 1279px) {
  .text-size-regular {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .text-size-regular {
    font-size: 16px !important;
  }
}
.text-size-small {
  font-size: 18px !important;
}
@media only screen and (max-width: 1279px) {
  .text-size-small {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .text-size-small {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: "FFInfraThinItalic";
  src: url("../fonts/FFInfraThinItalic.woff2") format("woff2"), url("../fonts/FFInfraThinItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraHairline";
  src: url("../fonts/FFInfraHairline.woff2") format("woff2"), url("../fonts/FFInfraHairline.woff") format("woff");
}
@font-face {
  font-family: "FFInfraHairlineItalic";
  src: url("../fonts/FFInfraHairlineItalic.woff2") format("woff2"), url("../fonts/FFInfraHairlineItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraThin";
  src: url("../fonts/FFInfraThin.woff2") format("woff2"), url("../fonts/FFInfraThin.woff") format("woff");
}
@font-face {
  font-family: "FFInfraExtraBold";
  src: url("../fonts/FFInfraExtraBold.woff2") format("woff2"), url("../fonts/FFInfraExtraBold.woff") format("woff");
}
@font-face {
  font-family: "FFInfraBoldItalic";
  src: url("../fonts/FFInfraBoldItalic.woff2") format("woff2"), url("../fonts/FFInfraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraBlack";
  src: url("../fonts/FFInfraBlack.woff2") format("woff2"), url("../fonts/FFInfraBlack.woff") format("woff");
}
@font-face {
  font-family: "FFInfraSemiBoldItalic";
  src: url("../fonts/FFInfraSemiBoldItalic.woff2") format("woff2"), url("../fonts/FFInfraSemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraBlackItalic";
  src: url("../fonts/FFInfraBlackItalic.woff2") format("woff2"), url("../fonts/FFInfraBlackItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraSemiBold";
  src: url("../fonts/FFInfraSemiBold.woff2") format("woff2"), url("../fonts/FFInfraSemiBold.woff") format("woff");
}
@font-face {
  font-family: "FFInfraBold";
  src: url("../fonts/FFInfraBold.woff2") format("woff2"), url("../fonts/FFInfraBold.woff") format("woff");
}
@font-face {
  font-family: "FFInfraMediumItalic";
  src: url("../fonts/FFInfraMediumItalic.woff2") format("woff2"), url("../fonts/FFInfraMediumItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraMedium";
  src: url("../fonts/FFInfraMedium.woff2") format("woff2"), url("../fonts/FFInfraMedium.woff") format("woff");
}
@font-face {
  font-family: "FFInfraLightItalic";
  src: url("../fonts/FFInfraLightItalic.woff2") format("woff2"), url("../fonts/FFInfraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraRegularItalic";
  src: url("../fonts/FFInfraRegularItalic.woff2") format("woff2"), url("../fonts/FFInfraRegularItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraRegular";
  src: url("../fonts/FFInfraRegular.woff2") format("woff2"), url("../fonts/FFInfraRegular.woff") format("woff");
}
@font-face {
  font-family: "FFInfraExtraLightItalic";
  src: url("../fonts/FFInfraExtraLightItalic.woff2") format("woff2"), url("../fonts/FFInfraExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "FFInfraLight";
  src: url("../fonts/FFInfraLight.woff2") format("woff2"), url("../fonts/FFInfraLight.woff") format("woff");
}
.header {
  background-color: transparent;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .header {
    position: absolute;
    width: 100%;
  }
}
.header .header__logo {
  max-width: 264px;
}
.header #block-loginformpopup {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header #block-useraccountmenu, .header #block-clientmenu {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header .menu-wrapper {
  padding-left: 50px;
  padding-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .menu-wrapper {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .header .menu-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header .menu-wrapper {
    width: 100%;
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .menu-wrapper {
    padding-left: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .header .menu-wrapper {
    margin-top: 28px;
  }
}
.header .menu-wrapper .header-main-menu {
  margin: 5px 0 0;
}
@media screen and (max-width: 1024px) {
  .header .menu-wrapper .header-main-menu {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.header .header__content.js-header-content {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .navigation {
  padding-right: 45px;
}
.header .navigation .we-mega-menu-li[data-level="0"] {
  padding: 20px 30px 10px 12px;
  position: relative;
}
.header .navigation .we-mega-menu-li[data-level="0"].dropdown-menu .we-mega-menu-submenu .subul li a {
  font-size: 15px;
  line-height: 1.2;
  font-family: "FFInfraRegular";
  display: block;
  width: 100%;
  border-bottom: 0;
  font-weight: 400;
  padding: 10px 0;
  color: #6c6c6c;
}
.header .navigation .we-mega-menu-li[data-level="0"].dropdown-menu .we-mega-menu-submenu .subul li a:hover {
  text-decoration: underline;
}
.header .navigation .we-mega-menu-li[data-level="0"].dropdown-menu .we-mega-menu-submenu .subul li.active a {
  text-decoration: underline;
}
.header .navigation .we-mega-menu-li[data-level="0"].dropdown-menu .we-mega-menu-submenu.large {
  background-color: #fff;
  min-width: 260px;
  padding: 0px 20px;
  border-radius: 5px;
}
.header .navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-link-button {
  position: absolute;
  left: auto;
  margin-right: -30px;
  right: 0px;
  top: -1px;
  background-image: url("../images/icons/angle-color-dark.svg");
}
.header .navigation .we-mega-menu-li[data-level="0"]:hover .we-mega-menu-link-button {
  background-image: url("../images/icons/angle-color-dark.svg");
}
.header .navigation .we-mega-menu-li[data-level="0"]:first-child {
  padding-left: 0;
}
.header .navigation .we-mega-menu-li[data-level="0"] > a {
  font-size: 16px;
  color: #2f2f2f;
  position: relative;
  padding: 0 0 5px;
  white-space: nowrap;
  font-family: "FFInfraRegular";
}
.header .navigation .we-mega-menu-li[data-level="0"] > a:after {
  content: "";
  height: 5px;
  width: 70%;
  bottom: 0px;
  background: #eb5c37;
  left: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  display: block !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  margin: 0 auto;
  bottom: -15px;
  position: relative;
  border-radius: 2.5px;
}
.header .navigation .we-mega-menu-li[data-level="0"]:hover > a, .header .navigation .we-mega-menu-li[data-level="0"]:focus > a {
  color: #2f2f2f;
}
.header .navigation .we-mega-menu-li[data-level="0"]:hover > a:after, .header .navigation .we-mega-menu-li[data-level="0"]:focus > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header .navigation .we-mega-menu-li.active.active-trail > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .header .navigation .we-mega-menu-submenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 250px;
    padding: 5px 20px !important;
  }
}
.header .navigation li.we-mega-menu-li:not([data-level="0"]) {
  border-bottom: 0;
}
.header .header-search-button {
  height: 23px;
}
.header .header-search-button .svg {
  fill: #2f2f2f;
  height: 23px;
  width: 23px;
}
.header .header__menu-button {
  margin-right: 10px;
}
.header .header__menu-button .svg {
  fill: #2f2f2f;
}
.header .Login-popup-link {
  margin-left: 25px;
}
.header .Login-popup-link .loader {
  display: none !important;
}
@media (max-width: 767.98px) {
  .header .Login-popup-link {
    margin: 0;
  }
}
.header .account, .header .client-menu {
  margin-left: 25px;
  background: none;
}
@media (max-width: 991.98px) {
  .header .account, .header .client-menu {
    overflow: visible;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .header .account, .header .client-menu {
    margin: 0;
  }
}
.header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
  min-width: 105px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 5px 40px 5px 20px !important;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:focus, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:active, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:focus, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:active, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:focus, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:active, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:focus, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:active {
  color: #fff;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:before, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:before, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:before, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:before {
  background-image: url("../images/icons/angle-color-primary.svg");
  width: 25px;
  height: 25px;
  right: 8px;
  top: 17px;
  display: block !important;
  content: "";
  position: absolute;
  margin-top: -0.3125rem;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    min-width: auto;
    padding: 5px 20px 5px 10px !important;
    font-size: 13px !important;
  }
  .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:before, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:before, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:before, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:before {
    width: 21px;
    height: 21px;
    right: 0px;
    top: 20px;
    background-size: cover;
  }
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu {
  border-radius: 5px;
  right: 0px !important;
  left: auto;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-row, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-row {
  margin: 0;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-col, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-col {
  margin: 0;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-subul-title, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner .we-mega-menu-subul-title {
  display: none;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li a, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li a {
  font-size: 15px;
  line-height: 1.2;
  font-family: "FFInfraRegular";
  display: block;
  width: 100%;
  border-bottom: 0;
  font-weight: 400;
  padding: 10px 0;
  color: #6c6c6c;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li a:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li a:hover {
  text-decoration: underline;
}
.header .account .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li.active a, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu > .we-mega-menu-submenu-inner li.we-mega-menu-li.active a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .header .account .we-mega-menu-ul > .dropdown-menu, .header .client-menu .we-mega-menu-ul > .dropdown-menu {
    top: auto;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .header .account .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu, .header .client-menu .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu {
    display: none;
    z-index: 20;
    top: 100%;
    margin-top: -0.0625rem;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    min-width: 12.5rem;
  }
}
@media (max-width: 991.98px) {
  .header .account .we-mega-menu-ul > .dropdown-menu:hover > .we-mega-menu-submenu, .header .client-menu .we-mega-menu-ul > .dropdown-menu:hover > .we-mega-menu-submenu {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.header .account.navbar .nav .open > a:hover, .header .account.navbar .nav .open > a, .header .account.navbar .nav .open > a:focus, .header .client-menu.navbar .nav .open > a:hover, .header .client-menu.navbar .nav .open > a, .header .client-menu.navbar .nav .open > a:focus {
  color: #fff !important;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .header .account.navbar .nav .open > a:hover, .header .account.navbar .nav .open > a, .header .account.navbar .nav .open > a:focus, .header .client-menu.navbar .nav .open > a:hover, .header .client-menu.navbar .nav .open > a, .header .client-menu.navbar .nav .open > a:focus {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .header > .container > .row {
    margin: 0;
  }
}
.body--bg-violet .header .navigation .we-mega-menu-li[data-level="0"] > a, .body--bg-cyan .header .navigation .we-mega-menu-li[data-level="0"] > a {
  color: #fff;
}
.body--bg-violet .header .navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-link-button, .body--bg-cyan .header .navigation .we-mega-menu-li[data-level="0"] .we-mega-menu-link-button {
  background-image: url("../images/icons/angle-color-primary.svg");
}
.body--bg-violet .header .navigation .we-mega-menu-li[data-level="0"]:hover .we-mega-menu-link-button, .body--bg-cyan .header .navigation .we-mega-menu-li[data-level="0"]:hover .we-mega-menu-link-button {
  background-image: url("../images/icons/angle-color-primary.svg");
}
.body--bg-violet .header .navigation .we-mega-menu-li[data-level="0"]:hover > a, .body--bg-cyan .header .navigation .we-mega-menu-li[data-level="0"]:hover > a, .body--bg-violet .header .navigation .we-mega-menu-li[data-level="0"]:focus > a, .body--bg-cyan .header .navigation .we-mega-menu-li[data-level="0"]:focus > a {
  color: #fff;
}
.body--bg-violet .header .header-search-button .svg, .body--bg-cyan .header .header-search-button .svg {
  fill: #fff;
}
@media only screen and (max-width: 1200px) {
  .body--bg-violet .header .header__menu-button .svg, .body--bg-cyan .header .header__menu-button .svg {
    fill: #fff;
  }
}
.header-bottom-bar--default {
  background-color: #464646;
}
.user-login {
  background: none;
}
.user-login .we-mega-menu-ul > .we-mega-menu-li > a {
  background: #007780;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
  font-family: "FFInfraRegular";
  font-weight: normal;
  border-radius: 5px !important;
  -webkit-transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
  transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
}
.user-login .we-mega-menu-ul > .we-mega-menu-li > a:hover {
  background: #055a60;
}
.page-without-banner .header, .path-sitemap .header, .path-search-result .header {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .page-without-banner .header, .path-sitemap .header, .path-search-result .header {
    padding-top: 20px;
  }
}
.page-without-banner .page-title-wrapper, .path-sitemap .page-title-wrapper, .path-search-result .page-title-wrapper {
  position: relative;
  padding: 270px 0 55px;
}
.page-without-banner .page-title-wrapper:before, .path-sitemap .page-title-wrapper:before, .path-search-result .page-title-wrapper:before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50vw;
  right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #acdef9;
  top: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-without-banner .page-title-wrapper, .path-sitemap .page-title-wrapper, .path-search-result .page-title-wrapper {
    padding: 200px 0 55px;
  }
}
@media (max-width: 767.98px) {
  .page-without-banner .page-title-wrapper, .path-sitemap .page-title-wrapper, .path-search-result .page-title-wrapper {
    padding: 120px 0 30px;
  }
}
.page-without-banner .page-title-wrapper h1, .path-sitemap .page-title-wrapper h1, .path-search-result .page-title-wrapper h1 {
  color: #2f2f2f;
}
.path-sitemap .main {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .path-sitemap .main {
    padding-bottom: 30px;
  }
}
.path-sitemap .main.navbar {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .path-sitemap .main.navbar {
    padding-bottom: 0;
  }
}
.path-sitemap .page-title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .path-sitemap .page-title-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .path-sitemap .page-title-wrapper {
    margin-bottom: 20px;
  }
}
.path-search-result .main {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .path-search-result .main {
    padding-bottom: 30px;
  }
}
.path-search-result .main.navbar {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .path-search-result .main.navbar {
    padding-bottom: 0;
  }
}
.path-search-result .page-title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .path-search-result .page-title-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .path-search-result .page-title-wrapper {
    margin-bottom: 20px;
  }
}
.path-search-result legend {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-search-result .radio .form-item__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.path-search-result .textfield .form-control {
  border: solid 2px #83ADB0;
  padding: 7px 20px 7px 20px;
  border-radius: 5px;
}
.path-search-result #paginate .description {
  border-color: #d9dfe1;
}
.path-search-result #paginate .description .link.text-size-h3 {
  font-size: 21px !important;
  color: #007681;
}
.path-search-result #paginate .description .link.text-size-h3:hover {
  color: #007681;
}
.path-search-result #paginate .description .link.text-size-regular {
  font-size: 16px !important;
  color: #007681;
}
.path-search-result #paginate .description .link.text-size-regular:hover {
  color: #007681;
}
.path-search-result #paginate .description .text {
  width: 80%;
  font-size: 18px !important;
  word-break: break-word;
}
.path-search-result .select .form-control {
  border: solid 2px #83ADB0;
  border-radius: 5px !important;
}
.path-search-result .select .select2.select2-container {
  max-width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .path-search-result .select .select2.select2-container {
    max-width: 100%;
  }
}
.path-search-result .select .select2 .select2-selection.select2-selection--single {
  padding: 8px 40px 8px 20px;
  height: auto;
  border-radius: 0;
  position: relative;
}
.path-search-result .select .select2 .select2-selection.select2-selection--single:before {
  position: absolute;
  content: "";
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: transparent;
  border-top: 2px solid #a9a9a9;
  border-left: 2px solid #a9a9a9;
  top: 15px;
}
.path-search-result .select .select2 .select2-selection__arrow {
  display: none;
}
.path-search-result .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 28px;
  color: #2f2f2f;
}
.path-search-result .select2-dropdown {
  border-radius: 5px;
}
.path-search-result .select2-container--open .select2-dropdown--below {
  border-radius: 5px;
}
.path-search-result .select2-container .select2-dropdown {
  margin-top: 0;
  border: solid 2px #83ADB0;
}
.path-search-result .select2-container--default .select2-results__option {
  padding: 8px 0px;
  color: #2f2f2f;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.path-search-result .select2-container--default .select2-results__option:not(:last-child) {
  border-bottom: 0;
}
.path-search-result .select2-container--default .select2-results > .select2-results__options {
  padding: 0 40px 10px 20px;
}
.path-search-result .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.path-search-result .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #2f2f2f;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header-link-items__list {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feeds-social .icon--media-block .image {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .navigation .we-mega-menu-li[data-submenu="0"] a, .navigation .we-mega-menu-li[data-submenu="1"] a {
    color: #2f2f2f;
    font-size: 22px;
  }
  .navigation .we-mega-menu-li.dropdown-menu .we-mega-menu-link-button {
    width: 50px;
    height: 50px;
  }
  .navigation .we-mega-menu-subul-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .drawer__header .drawer__close-button .svg {
    fill: #eb5c37;
  }
  .drawer__header .drawer__back-button {
    color: #2f2f2f;
  }
  .drawer__header .drawer__back-button .svg {
    fill: #2f2f2f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
  }
  .search-form--mobile .input--search-mobile .input__field {
    font-size: 20px;
  }
  .search-form--mobile .input--search-mobile .input__field::-webkit-input-placeholder {
    color: #7b76b6;
    font-size: 20px;
  }
  .search-form--mobile .input--search-mobile .input__field::-moz-placeholder {
    color: #7b76b6;
    font-size: 20px;
  }
  .search-form--mobile .input--search-mobile .input__field:-ms-input-placeholder {
    color: #7b76b6;
    font-size: 20px;
  }
  .search-form--mobile .input--search-mobile .input__field:-moz-placeholder {
    color: #7b76b6;
    font-size: 20px;
  }
  .search-form--mobile .link .svg {
    fill: #2f2f2f;
  }
  .navbar-we-mega-menu.navbar .nav .open > a {
    color: #2f2f2f !important;
  }
  .navbar-we-mega-menu.navbar .nav .open > a:focus, .navbar-we-mega-menu.navbar .nav .open > a:hover {
    color: #2f2f2f !important;
    font-size: 16px;
    padding: 12px 20px;
  }
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    color: #7b76b6 !important;
  }
  .navigation .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu.large li.we-mega-menu-li a {
    padding: 14px 20px 14px 20px;
    font-size: 16px;
    color: #2f2f2f;
  }
  .navigation li.we-mega-menu-li:not([data-level="0"]) {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .top-menu .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu {
    display: none;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu, .navbar-we-mega-menu.navbar .dropdown-menu.active-trail > .we-mega-menu-submenu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .drawer--slide-in-right.opened .drawer__footer {
    margin-top: 60px;
  }
  .sliding_banner .header-main-menu .header__menu-button {
    margin-top: 15px;
  }
  .accordion {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .navigation .we-mega-menu-li[data-level="0"]:hover .we-mega-menu-link-button, .navigation .we-mega-menu-li[data-level="0"]:focus .we-mega-menu-link-button {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 1199px) {
  body .navigation .we-mega-menu-li.dropdown-menu .we-mega-menu-link-button {
    top: 10px;
  }
}
.background-monochrome-5 {
  background: #464646 !important;
}
.footer {
  padding-bottom: 0 !important;
  margin-top: 20px;
}
@media only screen and (max-width: 1279px) {
  .footer {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .footer.removefooterspace {
    margin: 0 !important;
  }
}
.footer .footer-top {
  padding: 37px 0 0;
}
@media (max-width: 991.98px) {
  .footer .footer-top {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    padding-bottom: 0;
  }
}
.footer .footer_social_media .text {
  display: none;
}
.footer .footer_social_media .list--row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .footer .footer_social_media .list--row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer .footer_social_media .list--row .list__item {
  padding: 0 40px 0 0;
}
.footer .footer_social_media .list--row .list__item:last-child {
  padding: 0;
}
.footer .footer_social_media .link-icon .svg {
  width: 24px;
  height: 24px;
}
.footer .footer_social_media .link-icon:hover .svg {
  fill: #acdef9 !important;
}
.footer .quick-link-block > div {
  font-size: 18px;
  font-weight: 700;
  color: #acdef9;
  letter-spacing: -0.3px;
}
.footer .quick-link-block .list li {
  margin-bottom: 28px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .footer .quick-link-block .list li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.footer .quick-link-block .list li a {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.footer .quick-link-block .list li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  padding: 20px 0;
}
.footer .footer-bottom .copy-right-text {
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .copy-right-text {
    padding: 0 15px;
  }
}
.footer .footer-bottom .copy-right-text .list__item {
  color: #dcdcdc;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: normal;
  margin-top: 3px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .copy-right-text .list__item {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .copy-right-text .list__item {
    text-align: left;
  }
}
.footer .footer-bottom .footer-links .list--divider-border .list__item {
  line-height: 0;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-links .list--divider-border .list__item {
    padding: 0;
    margin-bottom: 10px;
  }
}
.footer .footer-bottom .footer-links .list--divider-border .list__item:after {
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.footer .footer-bottom .footer-links .list--divider-border .list__item a, .footer .footer-bottom .footer-links .list--divider-border .list__item span {
  font-size: 12px;
  line-height: 1.5;
  font-family: "FFInfraLight";
  color: #fff;
  margin-top: 0;
}
.footer .footer-bottom .footer-links .list--divider-border .list__item a:hover, .footer .footer-bottom .footer-links .list--divider-border .list__item span:hover {
  text-decoration: underline;
}
.footer .footer-bottom .footer-links .list--divider-border .list__item span:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .delivered-by-block {
    margin-top: 20px;
  }
}
.footer .footer-bottom .delivered-by-block h4 {
  font-size: 8px !important;
  line-height: normal;
  font-family: "FFInfraMedium";
  color: #fff;
  margin: 0 5px 0 0;
}
.footer .footer-bottom .delivered-by-block .link-image .image .img {
  width: 56px;
}
a#auto-top-link {
  position: fixed;
  z-index: 99;
  height: 50px;
  width: 50px;
  bottom: 50px;
  right: 25px;
  display: inline-block;
  background: #007780;
  font-size: 0px;
  color: #fff;
  padding: 25px;
  border-radius: 100%;
}
a#auto-top-link:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-color: #fff;
  border-width: 3px 3px 0px 0px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 17px;
  top: 21px;
  border-radius: 0 2px 0 0;
}
@media (max-width: 767.98px) {
  a#auto-top-link {
    height: 40px;
    width: 40px;
    padding: 22px;
    right: 10px;
  }
  a#auto-top-link:before {
    height: 14px;
    width: 14px;
    left: 15px;
    top: 18px;
  }
}
.scroll-table-container {
  width: 100%;
  padding: 0 0 5px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 0;
}
.scroll-table-container + p {
  margin-top: 35px;
}
@media only screen and (max-width: 1279px) {
  .scroll-table-container + p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll-table-container + p {
    margin-bottom: 25px;
  }
}
.basic-table-zebra th, .basic-table-zebra td {
  border: 0;
}
.basic-table-zebra thead th {
  padding: 12px 26px !important;
  border: 0 !important;
  color: #2f2f2f;
  font-size: 16px;
  line-height: normal !important;
  font-family: "FFInfraRegular";
}
.basic-table-zebra > tbody > td:nth-of-type(odd) {
  background-color: #ededed;
}
.basic-table-zebra tbody td:nth-child(odd) {
  background-color: #ededed;
}
.basic-table-zebra tbody td {
  padding: 24px 26px !important;
  font-size: 18px;
  line-height: 1.5;
  color: #2f2f2f;
  border-radius: 5px;
  background: #f3f3f3;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767.98px) {
  .basic-table-zebra tbody td {
    font-size: 14px;
  }
}
.basic-table-zebra tbody td:first-child {
  font-size: 21px;
}
@media only screen and (max-width: 1279px) {
  .basic-table-zebra tbody td:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .basic-table-zebra tbody td:first-child {
    font-size: 16px;
  }
}
.tabs, .tab-list {
  background-color: transparent !important;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .tabs, .tab-list {
    margin-left: 8.33333% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1279px) {
  .tabs, .tab-list {
    margin: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .tabs, .tab-list {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .tabs, .tab-list {
    margin: 25px 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 20px;
  }
}
.tabs .tab-list--underlined, .tab-list .tab-list--underlined {
  border-color: #d8d8d8 !important;
  height: 91px;
}
@media (max-width: 767.98px) {
  .tabs .tab-list--underlined, .tab-list .tab-list--underlined {
    height: 55px;
  }
}
.tabs .tab, .tab-list .tab {
  opacity: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #2f2f2f;
  padding-bottom: 17px;
  padding: 0 18px;
  margin: 0 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 200px;
  font-family: "FFInfraMedium";
}
.tabs .tab:hover, .tab-list .tab:hover {
  text-decoration: none;
}
.tabs .tab:first-child, .tab-list .tab:first-child {
  margin-left: 0;
}
.tabs .tab[aria-selected="true"]:after, .tab-list .tab[aria-selected="true"]:after {
  height: 0;
  bottom: 0px;
  border-bottom: 5px solid #eb5c37;
  border-radius: 2.5px;
}
@media (max-width: 767.98px) {
  .tabs .tab, .tab-list .tab {
    font-size: 15px;
    max-width: 100%;
    height: 55px;
    margin: 0;
    padding-right: 40px;
    background-position: 98% 13px;
  }
}
.tabs .tab-content, .tab-list .tab-content {
  margin-top: 20px;
  max-width: 992px;
  padding-right: 12px !important;
  padding-left: 12px !important;
}
@media only screen and (max-width: 1024px) {
  .tabs .tab-content, .tab-list .tab-content {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  .tabs .tab-content, .tab-list .tab-content {
    max-width: 100%;
  }
}
.tabs .tab-content .quote, .tab-list .tab-content .quote {
  text-align: left !important;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
}
.tabs .tab-content .quote .svg + .svg, .tab-list .tab-content .quote .svg + .svg {
  margin-left: 12px;
}
.tabs .tab-content .text-size-regular, .tab-list .tab-content .text-size-regular {
  font-size: 18px !important;
}
@media only screen and (max-width: 1279px) {
  .tabs .tab-content .text-size-regular, .tab-list .tab-content .text-size-regular {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .tabs .tab-content .text-size-regular, .tab-list .tab-content .text-size-regular {
    font-size: 14px !important;
  }
}
.tab-list {
  border-color: #d8d8d8 !important;
  height: 91px;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .tab-list {
    margin-left: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .tab-list {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .tab-list {
    height: 60px;
    padding: 0;
  }
}
.tab-list .more-tabs .tab {
  background: none;
  min-height: auto;
  margin: 0;
  font-family: "FFInfraBold";
}
.tab-list .more-tabs .tab.link .svg {
  height: 20px;
  width: 20px;
  fill: #eb5c37;
}
.tab-list .more-tabs .tab.link:hover, .tab-list .more-tabs .tab.link:focus, .tab-list .more-tabs .tab.link:active {
  fill: #eb5c37;
}
.tab-list .more-tabs[aria-expanded="true"] .svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tab-list .more-tabs .secondary-tabs .tab {
  height: auto;
  margin: 15px 0px;
  font-family: "FFInfraRegular";
  text-align: left;
  display: block;
}
.accordion {
  margin-left: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
@media (max-width: 991.98px) {
  .accordion {
    margin: 0px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.accordion.section-middle-pattern {
  padding-bottom: 40px;
}
.accordion.section-middle-pattern:after {
  display: inline;
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.accordion--striped .accordion-item:nth-child(odd) {
  background-color: transparent !important;
}
.accordion-item {
  border-bottom: 1px solid #464646;
  border-left: 0;
  border-right: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.accordion-item:first-child {
  border-top: 1px solid #464646;
}
.accordion-trigger {
  padding: 25px 50px 25px 25px;
  font-size: 28px !important;
  line-height: 1.2;
  color: #2f2f2f;
}
@media only screen and (max-width: 1279px) {
  .accordion-trigger {
    padding: 25px 50px 25px 30px;
    font-size: 24px !important;
  }
}
@media (max-width: 767.98px) {
  .accordion-trigger {
    padding: 20px 50px 20px 30px;
    font-size: 20px !important;
  }
}
.accordion-trigger .svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  fill: #eb5c37;
  display: none;
}
.accordion-trigger:hover, .accordion-trigger:focus, .accordion-trigger:active {
  color: #464646;
  text-decoration: none;
}
.accordion-trigger:after {
  position: absolute;
  content: "";
  width: 20px;
  right: 25px;
  height: 20px;
  background: url(../images/icons/plus.svg) left top no-repeat;
  background-size: cover;
}
.accordion-trigger[aria-expanded="true"] {
  background: #f8f8f8;
}
.accordion-trigger[aria-expanded="true"]:after {
  background: url(../images/icons/minus.svg) left 10px no-repeat;
}
.accordion-panel {
  background: #f8f8f8;
  padding: 10px 15px 55px !important;
}
.accordion-panel .text {
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .accordion-panel {
    padding: 50px 20px !important;
  }
}
@media (max-width: 767.98px) {
  .accordion-panel {
    padding: 30px 20px !important;
  }
}
.accordion .accordion-item a[aria-expanded=true] + .accordion-panel {
  display: block !important;
}
.banner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .banner {
    padding-bottom: 20px;
  }
}
.banner:before {
  position: absolute;
  content: "";
  background: url(../images/background-soft-blue-large.svg) left bottom no-repeat;
  height: 100%;
  width: 100%;
  top: -133px;
  left: 0;
  background-size: cover;
}
.banner .slide > .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .banner .slide > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.banner .slide .image--background {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  padding-left: 12px !important;
}
.banner .slide .banner__slide-wrapper {
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-left: 8.33333%;
  padding-top: 110px;
}
.banner .slide .banner__slide-wrapper .container {
  padding: 0;
}
.banner .slide .banner__slide-wrapper .banner-title {
  font-family: "FFInfraSemiBold";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner .slide .banner__slide-wrapper .banner-title {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .banner .slide .banner__slide-wrapper .banner-title {
    width: 100%;
  }
}
.banner .slide .banner__slide-wrapper .button, .banner .slide .banner__slide-wrapper .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .banner .slide .banner__slide-wrapper .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .banner .slide .banner__slide-wrapper .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .banner .slide .banner__slide-wrapper .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .banner .slide .banner__slide-wrapper .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .banner .slide .banner__slide-wrapper .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .banner .slide .banner__slide-wrapper .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .banner .slide .banner__slide-wrapper .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .banner .slide .banner__slide-wrapper .login-popup-form {
  min-width: 135px;
}
@media (max-width: 991.98px) {
  .banner .slide .banner__slide-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner .slide .banner__slide-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.banner.banner--medium-height:before {
  background: url(../images/background-soft-blue-medium.svg) left bottom no-repeat;
  background-size: cover;
}
.banner.banner--medium-height .slide .image--background {
  margin-left: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
@media (max-width: 767.98px) {
  .banner.banner--medium-height .slide .image--background {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.banner.banner--medium-height .slide .banner__slide-wrapper {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .banner.banner--medium-height .slide .banner__slide-wrapper {
    padding-top: 10px;
  }
}
.banner.banner--small-height {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .banner.banner--small-height {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner.banner--small-height {
    padding-bottom: 20px;
  }
}
.banner.banner--small-height:before {
  background: url(../images/background-soft-blue-small.svg) left bottom no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .banner.banner--small-height:before {
    height: 250px;
  }
}
.banner.banner--small-height .slide > .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.banner.banner--small-height .slide .banner__slide-wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .body--bg-soft-blue.RegularBanner .layout-content .layout-flexible:first-child, .body--bg-soft-blue .layout-content .layout-flexible:first-child, .body--bg-green .layout-content .layout-flexible:first-child, .body--bg-violet .layout-content .layout-flexible:first-child, .body--bg-cyan .layout-content .layout-flexible:first-child {
    margin-top: -50px;
  }
}
.body--bg-green .banner:before {
  background: url(../images/background-green-large.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-green .banner.banner--medium-height:before {
  background: url(../images/background-green-medium.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-green .banner.banner--small-height:before {
  background: url(../images/background-green-small.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-violet .banner:before, .body--bg-cyan .banner:before {
  background: url(../images/background-violet-large.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-violet .banner.banner--medium-height:before, .body--bg-cyan .banner.banner--medium-height:before {
  background: url(../images/background-violet-medium.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-violet .banner.banner--small-height:before, .body--bg-cyan .banner.banner--small-height:before {
  background: url(../images/background-violet-small.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-violet .banner .slide .banner__slide-wrapper .banner-title, .body--bg-cyan .banner .slide .banner__slide-wrapper .banner-title {
  color: #fff;
}
.body--bg-violet .banner .slide .banner__slide-wrapper .banner-desription, .body--bg-cyan .banner .slide .banner__slide-wrapper .banner-desription {
  color: #fff !important;
}
.body--bg-cyan .banner:before {
  background: url(../images/background-cyan-large.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-cyan .banner.banner--medium-height:before {
  background: url(../images/background-cyan-medium.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-cyan .banner.banner--small-height:before {
  background: url(../images/background-cyan-small.svg) left bottom no-repeat;
  background-size: cover;
}
.body--bg-cyan .banner .slide .banner__slide-wrapper .banner-title {
  color: #fff;
}
.body--bg-cyan .banner .slide .banner__slide-wrapper .banner-desription {
  color: #fff !important;
}
@media screen and (min-width: 991px) {
  .banner .slide {
    min-height: 740px !important;
  }
  .banner.banner--medium-height .slide {
    min-height: 540px !important;
  }
  .banner.banner--small-height .slide {
    min-height: 200px !important;
  }
  .banner__slide-wrapper {
    min-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .banner .slide {
    min-height: 620px !important;
  }
  .banner.banner--medium-height .slide {
    min-height: 510px !important;
  }
  .banner.banner--small-height .slide {
    min-height: 240px !important;
  }
  .banner .banner__slide-wrapper {
    min-height: inherit;
  }
}
@media screen and (max-width: 991px) {
  .banner .slide {
    min-height: 520px !important;
  }
  .banner.banner--medium-height .slide {
    min-height: 490px !important;
  }
  .banner.banner--small-height .slide {
    min-height: 150px !important;
  }
  .banner .banner__slide-wrapper {
    min-height: inherit;
  }
}
@media (max-width: 767.98px) {
  .banner.banner--small-height .slide {
    min-height: 120px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner .slide {
    height: 740px !important;
  }
  .banner.banner--medium-height .slide {
    height: 540px !important;
  }
  .banner.banner--small-height .slide {
    height: 240px !important;
  }
  .banner__slide-wrapper {
    height: inherit;
  }
}
@supports (-ms-ime-align: auto) {
  .banner .slide {
    height: 740px !important;
  }
  .banner.banner--medium-height .slide {
    height: 540px !important;
  }
  .banner.banner--small-height .slide {
    height: 240px !important;
  }
  .banner__slide-wrapper {
    height: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .banner.banner--medium-height .slide {
    min-height: 580px !important;
  }
}
.banner__slide-wrapper {
  height: auto;
}
.signpost-image-wrapper {
  min-height: 490px;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .signpost-image-wrapper {
    min-height: 440px;
  }
}
@media (max-width: 767.98px) {
  .signpost-image-wrapper {
    min-height: 320px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .signpost-image-wrapper {
    height: 490px;
  }
}
@supports (-ms-ime-align: auto) {
  .signpost-image-wrapper {
    height: 490px;
  }
}
.signpost-image-wrapper > [class*="col-"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.signpost-image-wrapper .media {
  height: auto;
  overflow: visible;
  position: relative;
  min-height: auto;
}
.signpost-image-wrapper .media .link:before {
  display: none;
}
.signpost-image-wrapper .media .image {
  overflow: visible;
}
.signpost-image-wrapper .signpost-oval-link {
  position: absolute;
  right: -18px;
  bottom: -30px;
  width: 240px;
  height: 215px;
  z-index: 1;
  font-size: 16px !important;
  padding: 0 60px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .signpost-image-wrapper .signpost-oval-link {
    right: -15px;
    bottom: -30px;
    width: 210px;
    height: 175px;
    padding: 0 50px 0 50px;
  }
}
.signpost-image-wrapper .signpost-oval-link .sr-only {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.signpost-image-wrapper .signpost-oval-link:before {
  position: absolute;
  content: "";
  background: url(../images/cyan-oval-medium.svg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .signpost-image-wrapper .signpost-oval-link:before {
    left: 10px;
  }
}
.signpost-image-wrapper .signpost-oval-link:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 55px;
  bottom: 85px;
  background: url(../images/icons/download-white.svg) left top no-repeat;
}
@media (max-width: 991.98px) {
  .signpost-image-wrapper .signpost-oval-link:after {
    right: 30px;
    bottom: 65px;
  }
}
.signpost-image-wrapper .signpost-oval-link .svg {
  display: none;
}
.signpost-image-wrapper .signpost-oval-link:hover {
  text-decoration: none;
}
.signpost-image-wrapper .signpost-oval-link:hover:before {
  background: url(../images/cyan-oval-medium-hover.svg) center center no-repeat;
  background-size: cover;
}
.signpost-image-wrapper .sticker {
  display: none;
}
@media (max-width: 767.98px) {
  .signpost-image-wrapper .image--background {
    margin-top: 0 !important;
  }
}
.signpost-image-wrapper .description {
  padding: 10px 25px 0px 25px;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  position: relative;
}
@media (max-width: 767.98px) {
  .signpost-image-wrapper .description {
    padding: 30px 0px 0px 0px;
  }
}
.signpost-image-wrapper .description .heading {
  font-family: "FFInfraRegular";
}
.signpost-image-wrapper .description .link {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.signpost-image-wrapper .description .link .svg {
  margin-right: 0;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  position: relative;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  fill: #eb5c37 !important;
}
.signpost-image-wrapper .description .link:hover {
  text-decoration: none;
  color: #eb5c37 !important;
}
.signpost-image-wrapper .description .link:hover .svg {
  left: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .key-facts-items {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .key-facts-items {
    min-height: 1px;
  }
}
@media (max-width: 767.98px) {
  .key-facts-items .key-facts-item-wrapper {
    margin-bottom: 15px;
  }
  .key-facts-items .key-facts-item-wrapper:last-child {
    margin-bottom: 0;
  }
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .image {
  max-width: 235px;
  display: block;
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .image .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .text-size-extra-small {
  font-size: 10px !important;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
  padding-top: 17px;
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .text-size-extra-small:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 2px;
  background: #7ebd5f;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter {
    font-size: 40px;
  }
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter .key-facts-prefix {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.14px;
  position: relative;
  top: -25px;
  left: 15px;
}
@media (max-width: 991.98px) {
  .key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter .key-facts-prefix {
    font-size: 22px;
    top: -18px;
    left: 10px;
  }
}
.key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter .key-facts-suffix {
  left: -15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .key-facts-items .key-facts-item-wrapper .key-facts-item .key-facts-counter .key-facts-suffix {
    left: -10px;
  }
}
.key-facts-items .key-facts-item-wrapper:hover .key-facts-item .text-size-extra-small:before {
  opacity: 1;
}
.safari .key-facts-items .key-facts-item-wrapper .key-facts-item .image .img {
  display: block;
}
.quote-signpost-wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .quote-signpost-wrapper .card {
    display: block;
  }
}
.quote-signpost-wrapper .card .media {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.quote-signpost-wrapper .card .media:empty {
  display: none;
}
@media (max-width: 767.98px) {
  .quote-signpost-wrapper .card .media {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.quote-signpost-wrapper .card .quote {
  text-align: left !important;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-signpost-wrapper .card .quote .icon {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .quote-signpost-wrapper .card .quote .icon {
    width: 100%;
  }
}
.quote-signpost-wrapper .card .quote .icon .svg {
  fill: #7ebd5f;
  width: 28px;
  height: 25px;
}
.quote-signpost-wrapper .card .quote .icon .svg + .svg {
  margin-left: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-signpost-wrapper .card .quote .quote-content {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .quote-signpost-wrapper .card .quote .quote-content {
    width: 100%;
  }
}
.quote-signpost-wrapper .card .quote-name:after {
  display: inline-block;
  content: ",";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-content {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .quote-content {
    width: 100%;
  }
}
.video-component {
  overflow: visible;
  min-height: 485px;
}
@media only screen and (max-width: 1024px) {
  .video-component {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .video-component {
    margin: 30px 0 50px;
  }
}
.video-component .media {
  display: none;
}
.video-component .media_iamge {
  width: 100%;
  position: relative;
}
.video-component .media_iamge .image .img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .video-component .media_iamge .image .img {
    max-width: auto;
    width: 100%;
  }
}
.video-component .media_iamge .js-play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-component .description {
  padding: 10px 25px 0px 25px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .video-component .description {
    display: block;
  }
}
@supports (-ms-ime-align: auto) {
  .video-component .description {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .video-component .description {
    padding: 10px 0px 0px 0px !important;
  }
}
.video-component .description .heading {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 28px;
  font-family: "FFInfraRegular";
}
.video-component .description .link {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.video-component .description .link .svg {
  margin-right: 0;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  position: relative;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  fill: #eb5c37 !important;
}
.video-component .description .link:hover {
  text-decoration: none;
  color: #eb5c37 !important;
}
.video-component .description .link:hover .svg {
  left: 5px;
}
.video-component.remove_link_text .description .js-play-video {
  display: none;
}
.safari .video-component .media_iamge .image {
  display: block;
}
.mfp-close.button-icon {
  margin-top: -10px;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  background-color: #007780;
}
@media (max-width: 767.98px) {
  .mfp-content {
    height: 100vh;
  }
  .mfp-content .media {
    height: 100%;
  }
  .mfp-content .mejs__container {
    height: 75vh !important;
  }
}
@media only screen and (max-width: 400px) {
  .mfp-content {
    height: auto;
  }
  .mfp-content .mejs__container {
    height: auto !important;
  }
}
.portfolio-carousel-wrapper .sticker {
  display: none;
}
.portfolio-carousel-wrapper .description {
  padding: 0;
}
.portfolio-carousel-wrapper .carousel .slider__main {
  padding-bottom: 70px;
  position: relative;
}
.portfolio-carousel-wrapper .slider-navigation {
  height: auto;
  bottom: 0;
  top: auto;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.portfolio-carousel-wrapper .slider-navigation .button-icon {
  background: none !important;
}
.portfolio-carousel-wrapper .slider-navigation .button-icon .svg {
  width: 36px;
  height: 36px;
  fill: #055a60;
}
.portfolio-carousel-wrapper .slider-navigation .button-icon.slider-navigation__next-icon .svg {
  -webkit-transform: none;
  transform: none;
}
.portfolio-carousel-wrapper .slider-navigation .button-icon.slider-navigation__prev-icon .svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portfolio-carousel-wrapper .slider-navigation .slider-navigation__counter {
  padding: 0 60px !important;
  color: #2f2f2f !important;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none !important;
}
@media (max-width: 767.98px) {
  .portfolio-carousel-wrapper .slider-navigation .slider-navigation__counter {
    padding: 0 30px !important;
    font-size: 16px;
  }
}
.portfolio-carousel-wrapper .slider-navigation .slider-navigation__counter .mr-5, .portfolio-carousel-wrapper .slider-navigation .slider-navigation__counter .ml-5 {
  margin: 0 !important;
}
.portfolio-carousel-wrapper .slider-navigation .slider-navigation__counter .js-slider-navigation-counter-all {
  color: #2f2f2f !important;
}
.signpost-color-text-item-main {
  padding: 52px 40px 55px 45px;
  position: relative;
  height: 235px;
  width: 280px;
}
@media only screen and (max-width: 1024px) {
  .signpost-color-text-item-main {
    padding: 40px 40px 60px 30px;
    width: 260px;
  }
}
@media (max-width: 991.98px) {
  .signpost-color-text-item-main {
    height: 215px;
  }
}
.signpost-color-text-item-main:before {
  position: absolute;
  content: "";
  background: url(../images/color-box-soft-blue.svg) 0px 0px no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .signpost-color-text-item-main:before {
    height: 105%;
    width: 105%;
    left: -5px;
  }
}
@media (max-width: 767.98px) {
  .signpost-color-text-item-main:before {
    height: 100%;
    width: 100%;
    left: 0;
  }
}
.signpost-color-text-item-main .color-box-text-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 767.98px) {
  .signpost-color-text-item-main .color-box-text-link {
    margin-top: 10px;
  }
}
.signpost-color-text-item-main .color-box-text-link .color-box-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.signpost-color-text-item-main .color-box-text-link .color-box-link {
  font-size: 0;
}
.signpost-color-text-item-main .color-box-text-link .color-box-link .svg {
  fill: #181818;
  position: relative;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.signpost-color-text-item-main .color-box-text-link .color-box-link:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.signpost-color-text-item-main .color-box-text-link .color-box-link:hover .svg {
  left: 5px;
}
.signpost-color-text-item-main .color-box-description {
  font-size: 14px !important;
  line-height: 1.5;
}
.signpost-color-text-green .signpost-color-text-item-main:before {
  background-image: url(../images/color-box-green.svg);
}
.signpost-color-text-violet .signpost-color-text-item-main:before {
  background-image: url(../images/color-box-violet.svg);
}
.signpost-color-text-violet .signpost-color-text-item-main .color-box-title {
  color: #fff !important;
}
.signpost-color-text-violet .signpost-color-text-item-main .color-box-description {
  color: #fff !important;
}
.signpost-color-text-violet .signpost-color-text-item-main .color-box-link .svg {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .signpost-color-text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.signpost-colorbox-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .signpost-colorbox-grid {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .signpost-colorbox-grid .signpost-color-text-item-main:before {
    height: 100%;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .signpost-colorbox-grid .signpost-color-text-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .signpost-colorbox-grid .signpost-color-text-item:last-child {
    margin-bottom: 0;
  }
}
.scalable-media .featured-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image {
    padding: 0;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media, .scalable-media .featured-content-wrapper .featured-content-image .image {
  overflow: visible;
}
.scalable-media .featured-content-wrapper .featured-content-image .image {
  display: block;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scalable-media .featured-content-wrapper .featured-content-image .image {
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .scalable-media .featured-content-wrapper .featured-content-image .image {
    width: 100%;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media {
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media {
    min-height: inherit;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media .featured-link {
  position: absolute;
  bottom: -50px;
  left: -20px;
  width: 240px;
  height: 215px;
  z-index: 1;
  font-size: 16px !important;
  padding: 0 60px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link {
    bottom: -20px;
    width: 210px;
    height: 175px;
    padding: 0 50px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link {
    padding: 0 80px 0 30px;
    left: -5px;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:before {
  position: absolute;
  content: "";
  background: url(../images/cyan-oval-medium.svg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:before {
    left: 10px;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:before {
    left: -15px;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 55px;
  bottom: 85px;
  background: url(../images/icons/arrow-right-white.svg) left top no-repeat;
}
@media (max-width: 991.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:after {
    right: 30px;
    bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:after {
    right: 60px;
  }
}
.scalable-media .featured-content-wrapper .featured-content-image .media .featured-link .svg {
  display: none;
}
.scalable-media .featured-content-wrapper .featured-content-image .media .featured-link:hover:before {
  background: url(../images/cyan-oval-medium-hover.svg) center center no-repeat;
  background-size: cover;
}
.scalable-media .featured-content-wrapper .featured-content-image .image--background .img {
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-description {
    padding: 40px 0 0;
  }
}
.scalable-media .featured-content-wrapper .featured-content-description .featured-tag {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-description .featured-tag {
    padding: 0 !important;
  }
}
.scalable-media .featured-content-wrapper .featured-content-description .description {
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
  padding: 10px 20px !important;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper .featured-content-description .description {
    padding: 20px 0 10px !important;
  }
}
.scalable-media .featured-content-wrapper .featured-content-description .featured-more-link {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.scalable-media .featured-content-wrapper .featured-content-description .featured-more-link .svg {
  margin-right: 0;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  position: relative;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  fill: #eb5c37 !important;
}
.scalable-media .featured-content-wrapper .featured-content-description .featured-more-link:hover {
  text-decoration: none;
  color: #eb5c37 !important;
}
.scalable-media .featured-content-wrapper .featured-content-description .featured-more-link:hover .svg {
  left: 5px;
}
.scalable-media .featured-content-wrapper.btn-red_wu .featured-content-image .media .featured-link:before {
  background: url(../images/red-oval-medium.svg) center center no-repeat;
  background-size: cover;
}
.scalable-media .featured-content-wrapper.btn-red_wu .featured-content-image .media .featured-link:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 55px;
  bottom: 85px;
  background: url(../images/icons/upload-white.svg) left top no-repeat;
}
@media (max-width: 991.98px) {
  .scalable-media .featured-content-wrapper.btn-red_wu .featured-content-image .media .featured-link:after {
    right: 30px;
    bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper.btn-red_wu .featured-content-image .media .featured-link:after {
    right: 60px;
  }
}
.scalable-media .featured-content-wrapper.btn-red_wu .featured-content-image .media .featured-link:hover:before {
  background: url(../images/red-oval-medium-hover.svg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper.right-image .featured-content-description {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .scalable-media .featured-content-wrapper.right-image .featured-content-description .description {
    padding: 10px 0 20px !important;
  }
}
.form-actions {
  margin-top: 25px;
}
.feeds-contact .contact-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 90px;
}
.feeds-contact .contact-wrapper + .contact-wrapper {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .feeds-contact .contact-wrapper + .contact-wrapper {
    margin-top: 20px;
  }
}
.feeds-contact .contact-wrapper .icon-block__media {
  margin-bottom: 10px;
  height: auto;
}
@media (max-width: 767.98px) {
  .feeds-contact .contact-wrapper .icon-block__media {
    margin-bottom: 0;
  }
}
.feeds-contact .contact-wrapper .icon-block__media .svg {
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 1024px) {
  .feeds-contact .contact-wrapper {
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .feeds-contact .contact-wrapper {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .feeds-contact .contact-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .feeds-contact .contact-image-text {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
.feeds-contact .icon-block__description .heading {
  margin-top: 0;
  font-family: "FFInfraRegular";
}
.feeds-contact .icon-block__description .title {
  display: none;
}
.feeds-contact .icon-block__media .image {
  width: 235px;
}
@media screen and (max-width: 1024px) {
  .feeds-contact .icon-block__media .image {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .feeds-contact .icon-block__media .image {
    width: 120px;
  }
}
.sitemap .sitemap-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px;
}
@media screen and (min-width: 1200px) {
  .sitemap .sitemap-box {
    max-width: 1170px;
  }
}
.sitemap .sitemap-box.sitemap-box-menu-home {
  padding-top: 50px;
  padding-bottom: 0;
}
.sitemap .sitemap-box ul ul {
  margin-top: 15px;
}
.sitemap .sitemap-box .content > .sitemap-menu > li {
  margin-bottom: 15px;
}
.sitemap .sitemap-box .content .sitemap-menu li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}
.sitemap .sitemap-box .content .sitemap-menu li:before {
  width: 8px;
  height: 8px;
  background: #0091d8;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
  content: "";
}
html {
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .main {
    overflow-x: hidden;
    padding-top: 100px;
  }
  table#cookiesTableList {
    display: block;
    overflow-x: auto;
  }
  html.noscroll .main {
    padding-top: 100px;
  }
  html.noscroll .main.navbar {
    padding-top: 20px !important;
  }
}
h1, h2, h3, h4 {
  color: #2f2f2f;
  font-family: "FFInfraSemiBold";
}
h1 {
  line-height: 1.2;
}
h2 {
  line-height: 1.2;
}
h3 {
  line-height: 1.2;
}
h4 {
  line-height: 1.2;
  font-family: "FFInfraRegular";
}
.heading {
  font-family: "FFInfraSemiBold";
}
.font-primary-thin p, .font-primary-light p, .font-primary-regular p, .font-primary-medium p, .font-primary-bold p, .font-primary-black p {
  font-weight: inherit;
}
.text-style-uppercase p, .text-style-lowercase p, .text-style-capitalize p {
  text-transform: inherit;
}
.text-style-italic p, .text-style-oblique p {
  font-style: inherit;
}
.text-size-statistic-large p:not(.intro-text), .text-size-extra-large p:not(.intro-text), .text-size-large p:not(.intro-text), .text-size-medium p:not(.intro-text), .text-size-regular p:not(.intro-text), .text-size-small p:not(.intro-text), .text-size-extra-small p:not(.intro-text), .text-size-h1 p:not(.intro-text), .text-size-h2 p:not(.intro-text), .text-size-h3 p:not(.intro-text), .text-size-h4 p:not(.intro-text), .text-size-h5 p:not(.intro-text) {
  font-size: inherit;
}
.text-size-statistic-large p:not(.paragraph-small-font), .text-size-extra-large p:not(.paragraph-small-font), .text-size-large p:not(.paragraph-small-font), .text-size-medium p:not(.paragraph-small-font), .text-size-regular p:not(.paragraph-small-font), .text-size-small p:not(.paragraph-small-font), .text-size-extra-small p:not(.paragraph-small-font), .text-size-h1 p:not(.paragraph-small-font), .text-size-h2 p:not(.paragraph-small-font), .text-size-h3 p:not(.paragraph-small-font), .text-size-h4 p:not(.paragraph-small-font), .text-size-h5 p:not(.paragraph-small-font) {
  font-size: inherit;
}
.color-primary-1 p, .color-primary-2 p, .color-primary-3 p, .color-primary-4 p, .color-primary-5 p, .color-secondary-1 p, .color-secondary-6 p, .color-warning p, .color-negative p, .color-positive p, .color-monochrome-1 p, .color-monochrome-2 p, .color-monochrome-3 p, .color-monochrome-5 p, .color-monochrome-7 p, .color-monochrome-9 p, .color-monochrome-10 p, .color-monochrome-11 p {
  color: inherit;
}
.hover-background-color-primary-6:hover {
  background-color: #055a60 !important;
}
.font-primary-semibold {
  font-family: "FFInfraSemiBold" !important;
}
.color-primary-6 {
  color: #055a60 !important;
}
strong {
  font-weight: bold;
}
.text-size-h1-large {
  font-size: 48px !important;
}
@media only screen and (max-width: 1279px) {
  .text-size-h1-large {
    font-size: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .text-size-h1-large {
    font-size: 34px !important;
  }
}
.layout-flexible {
  padding-top: 0;
  padding-bottom: 0;
}
.layout-flexible:before, .layout-flexible:after {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  background: transparent !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .layout-flexible:before, .layout-flexible:after {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .layout-flexible:before, .layout-flexible:after {
    height: 25px;
  }
}
.layout-flexible:first-child:before {
  display: none;
}
.rp-add-bottom-space:after, .rp-add-bottom-transparent-space:after {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  background: transparent !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .rp-add-bottom-space:after, .rp-add-bottom-transparent-space:after {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .rp-add-bottom-space:after, .rp-add-bottom-transparent-space:after {
    height: 25px;
  }
}
.rp-add-bottom-transparent-space:after {
  background: transparent !important;
}
.rp-add-top-space:before, .rp-add-top-transparent-space:before {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  background: transparent !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .rp-add-top-space:before, .rp-add-top-transparent-space:before {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .rp-add-top-space:before, .rp-add-top-transparent-space:before {
    height: 25px;
  }
}
.rp-add-top-transparent-space:before {
  background: transparent !important;
}
.rp-add-top-bottom-space:before, .rp-add-top-bottom-transparent-space:before, .rp-add-top-bottom-space:after, .rp-add-top-bottom-transparent-space:after {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  background: transparent !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .rp-add-top-bottom-space:before, .rp-add-top-bottom-transparent-space:before, .rp-add-top-bottom-space:after, .rp-add-top-bottom-transparent-space:after {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .rp-add-top-bottom-space:before, .rp-add-top-bottom-transparent-space:before, .rp-add-top-bottom-space:after, .rp-add-top-bottom-transparent-space:after {
    height: 25px;
  }
}
.rp-add-top-bottom-transparent-space:before, .rp-add-top-bottom-transparent-space:after {
  background: transparent !important;
}
.rp-remove-bottom-space:after {
  display: none;
}
.rp-remove-top-space:before {
  display: none;
}
.rp-remove-top-bottom-space:before, .rp-remove-top-bottom-space:after {
  display: none;
}
.button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
  background-color: #007780;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 20px;
  line-height: 1.2;
  min-height: 46px;
  font-family: "FFInfraRegular";
}
.button:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:hover, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:hover, .login-popup-form:hover {
  background-color: #055a60;
  text-decoration: none;
}
.button:focus, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:focus, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:focus, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:focus, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:focus, .login-popup-form:focus, .button:active, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:active, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:active, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li:active, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink:active, .login-popup-form:active {
  background-color: #055a60;
  text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
    height: 46px;
  }
}
@supports (-ms-ime-align: auto) {
  .button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
    height: 46px;
  }
}
@media (max-width: 767.98px) {
  .button, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .login-popup-form {
    font-size: 16px;
  }
}
p, ol, ul, dl {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1279px) {
  p, ol, ul, dl {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  p, ol, ul, dl {
    margin-bottom: 35px;
  }
}
p.intro-text {
  font-size: 28px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 1279px) {
  p.intro-text {
    font-size: 24px !important;
  }
}
@media (max-width: 767.98px) {
  p.intro-text {
    font-size: 20px !important;
  }
}
p.paragraph-small-font {
  font-size: 18px !important;
  line-height: 1.5;
}
@media only screen and (max-width: 1279px) {
  p.paragraph-small-font {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  p.paragraph-small-font {
    font-size: 14px !important;
  }
}
.main {
  padding-bottom: 20px;
}
.link:hover, .link:focus, .link:active {
  text-decoration: none;
}
.text ul {
  padding: 0;
}
.text ul li {
  margin-bottom: 24px;
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.text ul li:before {
  position: absolute;
  height: 16px;
  content: "";
  width: 16px;
  left: 0;
  top: 8px;
  background: url(../images/icons/bullet.svg) left top no-repeat;
}
@media only screen and (max-width: 1279px) {
  .text ul li {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .text ul li {
    margin-bottom: 20px;
  }
}
.text p:last-child {
  margin-bottom: 0;
}
.text ol li {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .text ol li {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .text ol li {
    margin-bottom: 20px;
  }
}
.breadcrumbs {
  display: none;
}
.mfp-close.button-icon .svg {
  fill: #fff !important;
}
.section-botton-pattern {
  position: relative;
  padding-bottom: 40px;
}
.section-botton-pattern:after, .section-botton-pattern:before {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
.section-botton-pattern:after {
  background: transparent url(../images/layout-bottom-shape.svg) left top no-repeat !important;
  background-size: cover !important;
  height: 310px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.section-botton-pattern:before {
  background: transparent !important;
}
.section-middle-pattern {
  background-color: #f8f8f8 !important;
  margin-top: 0px !important;
}
.section-middle-pattern:before, .section-middle-pattern:after {
  background: #f8f8f8 !important;
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
.section-top-pattern {
  position: relative;
  padding-top: 40px;
  margin-top: 0px !important;
}
.section-top-pattern:after, .section-top-pattern:before {
  width: 100vw;
  height: 40px;
  display: block;
  content: "";
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
.section-top-pattern:before {
  background: transparent url(../images/layout-bottom-shape.svg) left top no-repeat !important;
  background-size: cover !important;
  height: 310px;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media (min-width: 768px) {
  .section-top-pattern:before {
    height: 507px;
  }
}
.section-top-pattern:after {
  background: transparent !important;
}
.remove-form-bottom-space {
  margin-bottom: -40px;
}
@media only screen and (max-width: 1279px) {
  .remove-form-bottom-space {
    margin-bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .remove-form-bottom-space {
    margin-bottom: -45px;
  }
}
.center-align-vertical > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-align-vertical.section-middle-pattern > .row > .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input--small {
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layout-flexible {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .layout-flexible {
    min-height: 1px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layout-flexible > .row {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .layout-flexible > .row {
    min-height: 1px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@supports (-ms-ime-align: auto) {
  .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.login-popup-form {
  min-width: 105px;
}
.login-popup-form:hover, .login-popup-form:focus, .login-popup-form:active {
  color: #fff;
}
@media (max-width: 767.98px) {
  .login-popup-form {
    min-width: auto;
  }
}
.checkbox .form-item__label {
  font-size: 12px;
  line-height: 24px;
  color: #2f2f2f;
  font-family: "FFInfraRegular";
}
.checkbox .icon {
  margin-top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #055a60;
}
.checkbox .form-control:checked + .form-item__label .icon {
  border-color: #055a60;
}
.checkbox .form-control:focus + .form-item__label .icon {
  border-color: #055a60;
  background-color: #fff;
}
.checkbox .svg {
  padding: 0;
  opacity: 0;
  fill: #055a60;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(5, 90, 96, 0.1), inset 1px 1px 3px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 3px 0 rgba(5, 90, 96, 0.1), inset 1px 1px 3px 0 rgba(255, 255, 255, 0.2);
  background-color: #055a60;
  width: 16px !important;
  height: 16px !important;
  margin: 3px 0 0 3px;
}
body:not(.user-logged-in) .ui-widget.ui-widget-content {
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 20px 0 rgba(70, 70, 70, 0.1);
  box-shadow: 5px 10px 20px 0 rgba(70, 70, 70, 0.1);
  min-width: 455px;
  padding: 0;
  border: 0;
  overflow: hidden;
  font-family: "FFInfraRegular";
}
body:not(.user-logged-in) .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/login-popup-bg.svg) left top no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body:not(.user-logged-in) .ui-widget.ui-widget-content {
    max-width: 100%;
    min-width: 100%;
  }
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-titlebar {
  padding: 35px 48px 20px 48px;
  position: relative;
  background: none;
  border: none;
  font-size: 34px;
  font-family: "FFInfraSemiBold";
}
@media (max-width: 767.98px) {
  body:not(.user-logged-in) .ui-dialog .ui-dialog-titlebar {
    padding: 15px 15px 20px 15px;
  }
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-titlebar-close {
  display: none;
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-content {
  padding: 0 48px;
}
@media (max-width: 767.98px) {
  body:not(.user-logged-in) .ui-dialog .ui-dialog-content {
    padding: 0 15px;
  }
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane {
  border: none;
  background: none;
  padding: 0 48px 45px;
}
@media (max-width: 767.98px) {
  body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane {
    padding: 0 15px 30px;
  }
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  min-width: 105px;
}
body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane button:hover, body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane button:focus, body:not(.user-logged-in) .ui-dialog .ui-dialog-buttonpane button:active {
  border: 0;
  color: #fff;
}
body:not(.user-logged-in) .ui-dialog .login-form .login-more-info {
  margin-bottom: 45px;
}
.form-item__label {
  font-size: 18px;
  line-height: 1.56;
}
.field--type-datetime h4 {
  font-size: 18px !important;
  line-height: 1.56;
  margin-bottom: 8px;
}
label.error, .form-item__error-message {
  font-size: 14px;
  color: crimson;
  font-family: "FFInfraRegular";
}
.form-group-name {
  margin: 0 -15px;
  clear: both;
}
@media (max-width: 767.98px) {
  .form-group-name {
    margin: 0;
  }
}
.form-group-name .form-wrapper {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .form-group-name .form-wrapper {
    width: 100%;
    padding: 0;
  }
}
.form-item__label-info {
  font-size: 16px;
  font-family: "FFInfraRegular";
}
.password-strength__title, .password-strength__text {
  font-size: 12px;
}
.password-strength {
  width: 100%;
}
.password-strength__indicator.is-weak {
  background-color: crimson;
}
.password-strength__indicator.is-fair {
  background-color: #b39d00;
}
.password-strength__indicator.is-strong {
  background-color: #00a873;
}
.textfield .form-control {
  min-height: 47px;
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  border: solid 0.5px #055a60;
  width: 100%;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.56;
}
.textfield .form-control::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textfield .form-control::-moz-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textfield .form-control:-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textfield .form-control::-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textfield .form-control::placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textarea .form-control {
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  border: solid 0.5px #055a60;
  width: 100%;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.56;
}
.textarea .form-control::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textarea .form-control::-moz-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textarea .form-control:-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textarea .form-control::-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.textarea .form-control::placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.password .form-control {
  min-height: 47px;
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  box-shadow: inset 1px 1px 5px 0 rgba(5, 90, 96, 0.1);
  border: solid 0.5px #055a60;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  background-color: #fff;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.56;
}
.password .form-control::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.password .form-control::-moz-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.password .form-control:-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.password .form-control::-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.password .form-control::placeholder {
  color: #2f2f2f;
  opacity: 0.5;
}
.webform-component {
  padding-bottom: 50px;
}
.webform-component .js-form-item-markup {
  font-size: 12px;
  letter-spacing: 0.33px;
  color: #007681;
  margin-top: 55px;
}
.webform-component .form-item-addition-message, .webform-component .form-item-cv-title {
  width: 100%;
  max-width: 790px;
}
@media (max-width: 767.98px) {
  .webform-component .form-item-addition-message, .webform-component .form-item-cv-title {
    width: 100%;
  }
}
.file .file-clear {
  background: transparent;
  position: absolute;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  text-align: right;
  float: right;
  right: 0;
  top: auto;
}
.pager {
  text-align: center;
  padding: 30px 0;
}
.pager .pagination {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pager .pagination .pagination__item {
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 3px;
}
.pager .pagination .pagination__item a {
  padding: 0 !important;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007780;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pager .pagination .pagination__item svg {
  fill: #007780 !important;
}
.pager .pagination .pagination__item:hover {
  background: #007780;
}
.pager .pagination .pagination__item:hover a {
  color: #fff;
}
.pager .pagination .pagination__item:hover svg {
  fill: #fff !important;
}
.pager .pagination .pagination__item.pagination__item--active {
  background: #007780;
}
.pager .pagination .pagination__item.pagination__item--active a {
  color: #fff;
}
.pager .pagination .pagination__item.pagination__item--active svg {
  fill: #fff !important;
}
.alert--dismissible {
  margin-bottom: 60px;
}
.views-exposed-form.form {
  margin-bottom: 25px;
}
.views-exposed-form.form .select.js-select {
  width: 50%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .views-exposed-form.form .select.js-select {
    padding: 0;
    width: 100%;
  }
}
.views-exposed-form.form .select.js-select:nth-child(even) {
  padding-left: 0;
}
.views-exposed-form.form .select.js-select:nth-child(odd) {
  padding-right: 0;
}
.file-fake {
  padding: 11px 35px 12px 20px;
  background: #007780;
  border-radius: 5px;
  min-width: 210px;
  position: relative;
  margin-bottom: 25px;
  overflow: visible;
}
.file-fake .file-value {
  display: block !important;
  position: absolute;
  left: 0;
  font-size: 15px;
  border: 0;
  color: #000;
  width: 100%;
  bottom: -25px;
  overflow: hidden;
  min-width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto !important;
  min-height: inherit;
  padding: 0;
  padding-right: 25px;
}
.file-fake[data-filename="File not chosen"] {
  padding: 11px 35px 12px 20px;
  background: #007780;
  border-radius: 5px;
  min-width: 210px;
  position: relative;
  margin-bottom: 0;
}
.file-fake[data-filename="File not chosen"] .file-value {
  display: none !important;
}
.file-fake:before {
  background: none;
  font-size: 16px;
  letter-spacing: 0.44px;
  padding: 0;
  content: "Upload Document";
}
.file-fake .file-value {
  display: none;
}
.file-fake:after {
  position: absolute;
  content: "";
  background: url(../images/icons/upload-white.svg) left top no-repeat;
  right: 15px;
  top: 12px;
  height: 20px;
  width: 20px;
}
.alert-container {
  padding: 0;
}
.ui-widget-overlay {
  opacity: 0.7;
}
.login-form .reset-password-link {
  margin-bottom: 35px;
  margin-top: -25px;
}
.login-form .reset-password-link a {
  font-family: "FFInfraRegular";
  font-size: 12px;
  letter-spacing: 0.33px;
  color: #007681;
  text-decoration: underline;
}
.login-form .login-more-info {
  font-family: "FFInfraRegular";
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}
.login-form .login-more-info a {
  text-decoration: underline;
  color: #007681;
}
.login-form .signup-link + span {
  display: block;
}
.user-register-form .form-item-mail, .user-register-form .js-form-type-tel, .user-register-form .field--name-field-post-code, .user-form .form-item-mail, .user-form .js-form-type-tel, .user-form .field--name-field-post-code {
  width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .user-register-form .form-item-mail, .user-register-form .js-form-type-tel, .user-register-form .field--name-field-post-code, .user-form .form-item-mail, .user-form .js-form-type-tel, .user-form .field--name-field-post-code {
    width: 100%;
  }
}
.user-register-form .field--type-datetime, .user-form .field--type-datetime {
  clear: both;
  width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .user-register-form .field--type-datetime, .user-form .field--type-datetime {
    width: 100%;
  }
}
.user-register-form #edit-pass, .user-form #edit-pass {
  margin: 0 -15px;
  clear: both;
}
@media (max-width: 767.98px) {
  .user-register-form #edit-pass, .user-form #edit-pass {
    margin: 0 0 25px;
  }
}
.user-register-form #edit-pass .form-item, .user-form #edit-pass .form-item {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .user-register-form #edit-pass .form-item, .user-form #edit-pass .form-item {
    width: 100%;
    padding: 0;
  }
}
.user-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 320px) {
  .user-form {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .user-form {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .user-form {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .user-form {
    max-width: 1200px;
  }
}
.user-pass .form-item {
  width: 50%;
  clear: both;
}
@media (max-width: 767.98px) {
  .user-pass .form-item {
    width: 100%;
  }
}
.user-pass p {
  font-size: 14px;
}
.user-register-form, .user-pass, .user-form {
  padding-bottom: 50px;
}
.user-register-form .button, .user-register-form .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .user-register-form .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-register-form .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .user-register-form .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-register-form .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .user-register-form .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-register-form .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .user-register-form .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-register-form .login-popup-form, .user-pass .button, .user-pass .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .user-pass .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-pass .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .user-pass .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-pass .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .user-pass .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-pass .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .user-pass .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-pass .login-popup-form, .user-form .button, .user-form .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .user-form .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-form .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .user-form .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-form .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .user-form .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .user-form .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .user-form .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .user-form .login-popup-form {
  margin-top: 40px;
}
picture.image.width-full img {
  width: 100%;
}
.path-sitemap .layout-content h1, .path-search-result .layout-content h1 {
  display: none;
}
.user-pass-reset {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
  -webkit-transition: max-width 200ms;
  transition: max-width 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .user-pass-reset {
    margin-top: -50px;
  }
}
@media (max-width: 991.98px) {
  .user-pass-reset {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  .user-pass-reset {
    max-width: 100%;
  }
}
.user-pass-reset p {
  margin-bottom: 0px;
}
.user-pass-reset .js-form-wrapper {
  margin-top: 40px;
}
.cookieModal {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #373848;
  padding: 0;
  margin: 0;
}
.cookieModal p {
  font-family: inherit;
  color: inherit;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.cookieModal .ccBg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.cookieModal .ccAppInput {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.cookieModal .ccAppInput:focus + .ccApp-label .slider {
  -webkit-box-shadow: 0 0 5px #0885BA;
  box-shadow: 0 0 5px #0885BA;
}
.cookieModal .ccAppInput:checked + .ccApp-label .slider {
  background-color: #eb5c37;
}
.cookieModal .ccAppInput:checked + .ccApp-label .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.cookieModal .ccApp-label {
  display: inline-block;
  height: 30px;
}
.cookieModal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5c37;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.cookieModal .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookieModal .slider.round {
  border-radius: 30px;
}
.cookieModal .slider.round:before {
  border-radius: 50%;
}
.cookieModal .appDescription {
  display: none;
}
.cookieModal .ccModal {
  z-index: 1001;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
}
.cookieModal .ccFooter {
  padding: 20px 20px 10px;
  border-top: 1px solid #000;
  text-align: right;
}
@media (min-width: 768px) {
  .cookieModal .ccFooter .button, .cookieModal .ccFooter .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .account .cookieModal .ccFooter .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .cookieModal .ccFooter .header .account .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .account .cookieModal .ccFooter .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .cookieModal .ccFooter .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .header .client-menu .cookieModal .ccFooter .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li, .cookieModal .ccFooter .header .client-menu .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .header .client-menu .cookieModal .ccFooter .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink, .cookieModal .ccFooter .login-popup-form {
    padding: 10px 20px;
  }
}
.cookieModal .ccFooter .ccBtnSave, .cookieModal .ccFooter .ccBtnOpenBox {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .cookieModal .ccFooter .ccBtnSave, .cookieModal .ccFooter .ccBtnOpenBox {
    margin-top: 10px;
  }
}
.cookieModal .ccHeader {
  padding: 20px;
  border-bottom: 1px solid #000;
}
.cookieModal .ccHeader .title {
  font-size: 28px;
  display: block;
  line-height: 30px;
  color: #2f2f2f;
}
.cookieModal .ccBody {
  padding: 20px;
}
.cookieModal .ccBody .ccApp {
  display: block;
  position: relative;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 20px;
}
.cookieModal .ccBody .ccApp:last-child {
  margin-bottom: 0;
}
.cookieModal .ccBody .ccApp .leftPart {
  width: 75%;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.cookieModal .ccBody .ccApp .leftPart:before {
  content: "+";
  position: absolute;
  color: #eb5c37;
  left: 0px;
  top: 6px;
  font-size: 28px;
}
.cookieModal .ccBody .ccApp .leftPart.is-open {
  color: inherit;
}
.cookieModal .ccBody .ccApp .leftPart.is-open:before {
  content: "-";
  top: 1px;
  font-size: 36px;
}
.cookieModal .ccBody .ccApp .rightPart {
  width: 25%;
  float: right;
  text-align: right;
  line-height: 30px;
}
.cookieModal .ccBody .ccApp .rightPart .ccRequired {
  font-size: 14px;
  color: #7ebd5f;
}
.cookieModal .ccBody .ccApp .switch {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  width: 50px;
}
.cookieModal .ccBody .ccApp .ccAppTitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  padding-left: 25px;
}
.__CookieSetting {
  display: none !important;
}
.__CCEnabled .__CookieSetting {
  display: block !important;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .__CCEnabled .__CookieSetting {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .__CookieSetting {
    display: block !important;
    margin-top: 5px;
  }
}
@supports (-ms-ime-align: auto) {
  .__CookieSetting {
    display: block !important;
    margin-top: 5px;
  }
}
.__cookieNotice {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #373848;
  padding: 20px;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #000;
}
.__cookieNotice a {
  color: #0075bb;
  text-decoration: none;
}
.__cookieNotice a:hover {
  color: #00AA3E;
}
.__cookieNotice p {
  font-family: inherit;
  color: inherit;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.__cookieNotice .ccBtn {
  color: #0885BA;
  padding: 14px 22px;
  border: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
}
.__cookieNotice .ccBtn:hover {
  background: #9ac5cf;
}
@media (min-width: 1024px) {
  .cookieModal .ccModal {
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .cookieModal .ccModal {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/**
 * @file
 * Utility class to prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}
/*
 * @file
 * Contain positioned elements.
 */
.position-container {
  position: relative;
}
/**
 * @file
 * Progress behavior.
 *
 * @see progress.js
 */
.progress {
  position: relative;
}
.progress__track {
  min-width: 100px;
  max-width: 100%;
  height: 16px;
  margin-top: 5px;
  border: 1px solid;
  background-color: #fff;
}
.progress__bar {
  width: 3%;
  min-width: 3%;
  max-width: 100%;
  height: 1.5em;
  background-color: #000;
}
.progress__description, .progress__percentage {
  overflow: hidden;
  margin-top: 0.2em;
  color: #555;
  font-size: 0.875em;
}
.progress__description {
  float: left;
  /* LTR */
}
[dir="rtl"] .progress__description {
  float: right;
}
.progress__percentage {
  float: right;
  /* LTR */
}
[dir="rtl"] .progress__percentage {
  float: left;
}
.progress--small .progress__track {
  height: 7px;
}
.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}
/*
 * @file
 * Utility class to remove browser styles, especially for button.
 */
.reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/**
 * @file
 * Resizable textareas.
 */
.resize-none {
  resize: none;
}
.resize-vertical {
  min-height: 2em;
  resize: vertical;
}
.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}
.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.sitemap .description {
  margin-bottom: 0.5em;
}
.sitemap .sitemap-box {
  margin-bottom: 1em;
}
.sitemap .sitemap-box ul {
  padding-left: 1.5em;
}
.sitemap .sitemap-box ul ul {
  margin: 0;
}
/* Styles when RSS icons are displayed on the left. */
.sitemap .sitemap-rss-left ul {
  padding-left: 0;
}
.sitemap .sitemap-rss-left li {
  background-image: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap .sitemap-rss-left ul li li {
  padding-left: 1.5em;
}
/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */
.facet, .chosen-facet {
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.nav-title {
  text-transform: uppercase;
  font-weight: bold;
}
.entry {
  margin-bottom: 10px;
}
.tablehidden {
  display: none;
}
.dtypehide {
  display: none;
}
.toolhide {
  display: none;
}
.domainhide {
  display: none;
}
#showLess {
  color: red;
  cursor: pointer;
}
#showLess:hover {
  color: black;
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.totop a {
  display: none;
}
#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #971d2a;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  display: none;
  margin-top: 15px;
  cursor: pointer;
  cursor: hand;
}
#loadMore:hover {
  background-color: #fff;
  color: #971d2a;
}
#solrstrap-tree {
  display: none;
}
#hit-template li, #solrstrap-documentfacetresult li {
  font-size: 17px;
  line-height: 22px;
  color: #333;
}
#hit-template li a, #solrstrap-documentfacetresult li a {
  margin-bottom: 10px;
}
.solrhittemplate {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.solrhittemplate-image {
  float: left;
  width: 14%;
}
.solrhittemplate-content {
  float: left;
  width: 85%;
}
.solrhittemplate .video-content {
  margin-left: 20px;
}
.solrhittemplate a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.solrhittemplatedate {
  float: right;
  margin-right: 10px;
  width: auto;
}
.solrhittemplate .main-title {
  display: inline-block;
  width: 60%;
  float: left;
}
.solrhittemplatetag {
  color: green;
}
#solrstrap-documentfacet {
  display: none;
}
#loading-indicator {
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  z-index: 999;
}
#solrstrap-otpcategories {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#solrstrap-otpcategories .otp-cat-item {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
#solrstrap-otpcategories .otp-cat-item input {
  float: left;
  margin: 3px 5px 0 0;
}
.pod, #search-div {
  display: inline-block;
  width: 100%;
}
.date-search-filter label {
  margin: 6px 0;
}
#solrstrap-tree {
  margin: 15px 0;
}
.left-nav-container h3 {
  margin: 10px 0;
}
.left-nav-container ul li {
  margin-bottom: 8px;
}
#hit-template-noresult {
  display: none;
  padding-left: 0;
  padding-top: 10px;
}
#hit-template-noresult li {
  list-style: none;
  padding-left: 0;
}
.jobfacet {
  display: inline-flex;
  width: 100%;
  margin: 10px;
  clear: both;
}
#solrstrap-jobsortby {
  margin-left: 5px;
}
#solrstrap-jobcategories {
  margin-left: 5px;
}
#solrstrap-jobcountry {
  margin-left: 5px;
}
#solrstrap-jobbusiness {
  margin-left: 5px;
}
#jobfilters {
  background: #841f3e none repeat scroll 0 0;
  color: #ffffff;
  height: 39px;
  margin-left: 15px;
  margin-top: 30px;
}
#cap {
  text-transform: capitalize;
  color: green;
  margin-left: 20px;
}
#paginate .description {
  border-bottom: 1px solid black;
}
#paginate .description .text {
  width: 50%;
}
#searchresultform .search-query {
  width: 65%;
}
.solr-search-autocomplete.ui-menu.ui-autocomplete {
  max-height: none;
  box-shadow: 0 0 16px 1px rgba(16, 43, 74, 0.25);
}
.solr-search-autocomplete.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .solr-search-autocomplete.ui-menu.ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #333;
  background-color: rgba(228, 241, 253, 0.5);
}
/**
 * @file
 * Table header behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}
.jstree-node, .jstree-children, .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden, .jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vakata-context {
  display: none;
}
.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("40px.png");
  }
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-image: url("40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
/**
 * @file
 * Styles for the system status counter component.
 */
.system-status-counter__status-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.system-status-counter__status-icon:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 20px;
}
.system-status-counter__status-icon--error:before {
  background-image: url(../../../images/core/icons/e32700/error.svg);
}
.system-status-counter__status-icon--warning:before {
  background-image: url(../../../images/core/icons/e29700/warning.svg);
}
.system-status-counter__status-icon--checked:before {
  background-image: url(../../../images/core/icons/73b355/check.svg);
}
/**
 * @file
 * Styles for the system status report counters.
 */
.system-status-report-counters__item {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.063);
}
@media screen and (min-width: 60em) {
  .system-status-report-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .system-status-report-counters__item--half-width {
    width: 49%;
  }
  .system-status-report-counters__item--third-width {
    width: 33%;
  }
}
/**
 * @file
 * Default styles for the System Status general info.
 */
.system-status-general-info__item {
  margin-top: 1em;
  padding: 0 1em 1em;
  border: 1px solid #ccc;
}
.system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}
/**
 * @file
 * Table drag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}
tr.region-title {
  font-weight: bold;
}
tr.region-message {
  color: #999;
}
tr.region-populated {
  display: none;
}
tr.add-new .tabledrag-changed {
  display: none;
}
.draggable a.tabledrag-handle {
  float: left;
  /* LTR */
  overflow: hidden;
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  cursor: move;
  text-decoration: none;
}
[dir="rtl"] .draggable a.tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  width: 14px;
  height: 14px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  background: url(../../../images/core/icons/787878/move.svg) no-repeat 6px 7px;
}
a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
  background-image: url(../../../images/core/icons/000000/move.svg);
}
.touchevents .draggable td {
  padding: 0 10px;
}
.touchevents .draggable .menu-item__link {
  display: inline-block;
  padding: 10px 0;
}
.touchevents a.tabledrag-handle {
  width: 40px;
  height: 44px;
}
.touchevents a.tabledrag-handle .handle {
  height: 21px;
  background-position: 40% 19px;
  /* LTR */
}
[dir="rtl"] .touch a.tabledrag-handle .handle {
  background-position: right 40% top 19px;
}
.touchevents .draggable.drag a.tabledrag-handle .handle {
  background-position: 50% -32px;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */
}
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}
.indentation {
  float: left;
  /* LTR */
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
}
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
/**
 * @file
 * Table sort indicator.
 *
 * @see tablesort-indicator.html.twig
 */
.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.tablesort--asc {
  background-image: url(../../../images/core/icons/787878/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(../../../images/core/icons/787878/twistie-up.svg);
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(Opacity=70);
  font-weight: normal;
  /* support: IE8 */
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(Opacity=35);
  background-image: none;
  /* support: IE8 */
}
.ui-state-disabled .ui-icon {
  filter: alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(Opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}
/**
 * @file
 * Visual styles for a nested tree child.
 */
div.tree-child {
  background: url(../../../images/core/tree.png) no-repeat 11px center;
  /* LTR */
}
div.tree-child-last {
  background: url(../../../images/core/tree-bottom.png) no-repeat 11px center;
  /* LTR */
}
[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
  background-position: -65px center;
}
div.tree-child-horizontal {
  background: url(../../../images/core/tree.png) no-repeat -11px center;
}
/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
/* Grid style column align. */
.views-view-grid .views-col {
  float: left;
}
.views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}
/* Provide some space between display links. */
.views-display-link + .views-display-link {
  margin-left: 0.5em;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont-1.eot") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-cms:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontquicksand/quicksand-v6-latin-300.eot");
  src: local("Quicksand Light"), local("Quicksand-Light"), url("../fonts/fontquicksand/quicksand-v6-latin-300-1.eot") format("embedded-opentype"), url("../fonts/fontquicksand/quicksand-v6-latin-300.woff2") format("woff2"), url("../fonts/fontquicksand/quicksand-v6-latin-300.woff") format("woff"), url("../fonts/fontquicksand/quicksand-v6-latin-300.ttf") format("truetype"), url("../fonts/fontquicksand/quicksand-v6-latin-300.svg") format("svg");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fontquicksand/quicksand-v6-latin-500.eot");
  src: local("Quicksand Medium"), local("Quicksand-Medium"), url("../fonts/fontquicksand/quicksand-v6-latin-500-1.eot") format("embedded-opentype"), url("../fonts/fontquicksand/quicksand-v6-latin-500.woff2") format("woff2"), url("../fonts/fontquicksand/quicksand-v6-latin-500.woff") format("woff"), url("../fonts/fontquicksand/quicksand-v6-latin-500.ttf") format("truetype"), url("../fonts/fontquicksand/quicksand-v6-latin-500.svg") format("svg");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontquicksand/quicksand-v6-latin-regular.eot");
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("../fonts/fontquicksand/quicksand-v6-latin-regular-1.eot") format("embedded-opentype"), url("../fonts/fontquicksand/quicksand-v6-latin-regular.woff2") format("woff2"), url("../fonts/fontquicksand/quicksand-v6-latin-regular.woff") format("woff"), url("../fonts/fontquicksand/quicksand-v6-latin-regular.ttf") format("truetype"), url("../fonts/fontquicksand/quicksand-v6-latin-regular.svg") format("svg");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fontquicksand/quicksand-v6-latin-700.eot");
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("../fonts/fontquicksand/quicksand-v6-latin-700-1.eot") format("embedded-opentype"), url("../fonts/fontquicksand/quicksand-v6-latin-700.woff2") format("woff2"), url("../fonts/fontquicksand/quicksand-v6-latin-700.woff") format("woff"), url("../fonts/fontquicksand/quicksand-v6-latin-700.ttf") format("truetype"), url("../fonts/fontquicksand/quicksand-v6-latin-700.svg") format("svg");
}
@-webkit-keyframes fadeInFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
html {
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.ico-arrow, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:before, .we-mega-menu-toolbar .chosen-container-single .chosen-single div b {
  width: 0.6875rem;
  height: 0.6875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.ico-arrow, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:before, .we-mega-menu-toolbar .chosen-container-single .chosen-single div b {
  background-image: url("../images/ico-arrow.png");
}
.ico-arrow-white, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
  width: 0.6875rem;
  height: 0.6875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.ico-arrow-white, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
  background-image: url("../images/ico-arrow-white.png");
}
.close {
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 5;
  background: #e16060;
  color: white;
  width: 15px;
  height: 15px;
  padding: 0 !important;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.close:hover, .close:focus {
  background: #d93535;
}
.icon-remove:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  color: white;
  line-height: 14px;
  font-weight: 100;
}
.ajax-progress.ajax-progress-throbber {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
}
.we-mega-menu-toolbar .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-bottom: 0;
}
.we-mega-menu-toolbar .switch input {
  display: none;
}
.we-mega-menu-toolbar .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666666;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.we-mega-menu-toolbar .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.we-mega-menu-toolbar input:checked + .slider {
  background-color: #54e1c5;
}
.we-mega-menu-toolbar input:focus + .slider {
  box-shadow: 0 0 1px #54e1c5;
}
.we-mega-menu-toolbar input:checked + .slider:before {
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.we-mega-menu-toolbar .slider.round {
  border-radius: 34px;
}
.we-mega-menu-toolbar .slider.round:before {
  border-radius: 50%;
}
.navbar-we-mega-menu .we-mega-menu-row {
  margin-left: -1.06383%;
  margin-right: -1.06383%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-we-mega-menu .we-mega-menu-row > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 97.87234%;
  -ms-flex: 0 0 97.87234%;
  flex: 0 0 97.87234%;
  max-width: 97.87234%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 1.06383%;
  margin-right: 1.06383%;
}
.navbar-we-mega-menu .span1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.20567%;
  -ms-flex: 0 0 6.20567%;
  flex: 0 0 6.20567%;
  max-width: 6.20567%;
}
.navbar-we-mega-menu .span2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.53901%;
  -ms-flex: 0 0 14.53901%;
  flex: 0 0 14.53901%;
  max-width: 14.53901%;
}
.navbar-we-mega-menu .span3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.87234%;
  -ms-flex: 0 0 22.87234%;
  flex: 0 0 22.87234%;
  max-width: 22.87234%;
}
.navbar-we-mega-menu .span4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.20567%;
  -ms-flex: 0 0 31.20567%;
  flex: 0 0 31.20567%;
  max-width: 31.20567%;
}
.navbar-we-mega-menu .span5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39.53901%;
  -ms-flex: 0 0 39.53901%;
  flex: 0 0 39.53901%;
  max-width: 39.53901%;
}
.navbar-we-mega-menu .span6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.87234%;
  -ms-flex: 0 0 47.87234%;
  flex: 0 0 47.87234%;
  max-width: 47.87234%;
}
.navbar-we-mega-menu .span7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.20567%;
  -ms-flex: 0 0 56.20567%;
  flex: 0 0 56.20567%;
  max-width: 56.20567%;
}
.navbar-we-mega-menu .span8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.53901%;
  -ms-flex: 0 0 64.53901%;
  flex: 0 0 64.53901%;
  max-width: 64.53901%;
}
.navbar-we-mega-menu .span9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72.87234%;
  -ms-flex: 0 0 72.87234%;
  flex: 0 0 72.87234%;
  max-width: 72.87234%;
}
.navbar-we-mega-menu .span10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81.20567%;
  -ms-flex: 0 0 81.20567%;
  flex: 0 0 81.20567%;
  max-width: 81.20567%;
}
.navbar-we-mega-menu .span11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 89.53901%;
  -ms-flex: 0 0 89.53901%;
  flex: 0 0 89.53901%;
  max-width: 89.53901%;
}
.navbar-we-mega-menu .span12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 97.87234%;
  -ms-flex: 0 0 97.87234%;
  flex: 0 0 97.87234%;
  max-width: 97.87234%;
}
.we-mega-menu-toolbar {
  position: relative;
}
.we-mega-menu-toolbar .we-mega-menu-bar {
  display: none;
}
.we-mega-menu-toolbar .btn-get-icon {
  font-size: 0.625rem;
  width: 4.375rem;
  height: 1.25rem;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  float: right;
  color: #fff;
  background-color: #2a5caa;
  position: relative;
  top: 2px;
}
.we-mega-menu-toolbar .btn-get-icon:hover, .we-mega-menu-toolbar .btn-get-icon:focus {
  background-color: #224a89;
  color: #fff;
  text-decoration: none;
}
.we-mega-menu-toolbar .we-mega-menu-column-config .form-fix-width {
  margin-right: 0.3125rem;
}
.we-mega-menu-toolbar .form-fix-width {
  margin-right: 0.5rem;
  min-width: 4.375rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.we-mega-menu-toolbar .form-fix-width label {
  font-size: 0.8125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-add-row {
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
  font-size: 1.625rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding: 0;
  padding-bottom: 0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-add-row:hover, .we-mega-menu-toolbar .we-mega-menu-btn-add-row:focus {
  border-color: #2a5caa;
  background-color: #2a5caa;
  color: #fff;
}
.we-mega-menu-toolbar .btn-group, .we-mega-menu-toolbar .btn-group-vertical {
  display: block;
}
.we-mega-menu-toolbar .align-inner {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.we-mega-menu-toolbar .align-inner:before, .we-mega-menu-toolbar .align-inner:after {
  display: table;
  content: " ";
}
.we-mega-menu-toolbar .align-inner:after {
  clear: both;
}
.we-mega-menu-toolbar .align-inner > .btn {
  padding: 0.5625rem 0.75rem 0.5625rem 0.75rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  border-right: 1px solid #c4c4c4;
  margin-left: 0;
}
.we-mega-menu-toolbar .align-inner > .btn:first-child {
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.we-mega-menu-toolbar .align-inner > .btn:last-child {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-right: 0 none;
}
.we-mega-menu-toolbar .align-inner > .btn:hover, .we-mega-menu-toolbar .align-inner > .btn:focus {
  background-color: #2a5caa;
  color: #fff;
  outline: none;
}
.we-mega-menu-toolbar .align-break-column {
  max-width: 6.25rem;
}
.we-mega-menu-toolbar .we-mega-menu-align-btn-group:before, .we-mega-menu-toolbar .we-mega-menu-align-btn-group:after {
  display: table;
  content: " ";
}
.we-mega-menu-toolbar .we-mega-menu-align-btn-group:after {
  clear: both;
}
.we-mega-menu-toolbar h2 {
  font-size: 1.875rem;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  display: block;
  margin: 0;
  width: 100%;
}
.we-mega-menu-toolbar h2 + p {
  width: 100%;
  font-size: 0.875rem;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.we-mega-menu-toolbar label {
  font-size: 1rem;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  display: block;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col {
  font-size: 0;
  height: 2.375rem;
  width: 2.375rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:hover:after, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:focus:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before, .we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.1875rem;
  margin-top: -0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before {
  content: "";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:last-child:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -0.375rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:last-child:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -0.375rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
  content: "";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.we-mega-menu-toolbar .form-group {
  margin-bottom: 1.25rem;
}
.we-mega-menu-toolbar .form-control {
  min-width: 11.25rem;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  height: 2.5rem;
  padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
  border-color: #c4c4c4;
  color: #555;
}
.we-mega-menu-toolbar .form-control:focus {
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border-color: #5e5e5e;
}
.we-mega-menu-toolbar .btn-success {
  border-color: #2a5caa;
  background-color: #2a5caa;
}
.we-mega-menu-toolbar .btn-success:hover, .we-mega-menu-toolbar .btn-success:focus {
  border-color: #224a89;
  background-color: #224a89;
}
.we-mega-menu-toolbar .btn-danger, .we-mega-menu-toolbar .btn-primary {
  border-color: #c4c4c4;
  background-color: #fff;
  color: #666;
}
.we-mega-menu-toolbar .btn-danger:hover, .we-mega-menu-toolbar .btn-danger:focus, .we-mega-menu-toolbar .btn-primary:hover, .we-mega-menu-toolbar .btn-primary:focus {
  border-color: #2a5caa;
  background-color: #2a5caa;
  color: #fff;
}
.we-mega-menu-toolbar .we-mega-menu-actions {
  margin-top: 0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-actions:before, .we-mega-menu-toolbar .we-mega-menu-actions:after {
  display: table;
  content: " ";
}
.we-mega-menu-toolbar .we-mega-menu-actions:after {
  clear: both;
}
.we-mega-menu-toolbar .we-mega-menu-actions .col-md-12 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  width: auto;
  float: none;
}
.we-mega-menu-toolbar .we-mega-menu-actions .btn {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  text-align: center;
  float: left;
  min-width: 5.3125rem;
  padding: 0.5625rem 0rem 0.5625rem 0rem;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.we-mega-menu-toolbar .we-mega-menu-actions .btn-save {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}
.we-mega-menu-toolbar .ui-widget.ui-widget-content {
  margin-top: 0.3125rem;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border: 1px solid #c4c4c4;
}
.we-mega-menu-toolbar .ui-state-active, .we-mega-menu-toolbar .ui-widget-content .ui-state-active {
  background: #2a5caa;
  border-color: #2a5caa;
  color: #fff;
}
.we-mega-menu-toolbar .chosen-container {
  width: 100% !important;
  min-width: 11.25rem;
}
.we-mega-menu-toolbar .chosen-container .chosen-results li.highlighted {
  background: #2a5caa;
}
.we-mega-menu-toolbar .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5625rem 2.1875rem 0.5625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  -webkit-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single div {
  width: 1.25rem;
  right: 0.75rem;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single div b {
  background-image: url("../images/ico-arrow.png") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.375rem;
  margin-top: -0.3125rem;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-drop {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border: 1px solid #c4c4c4;
  margin-top: 0.3125rem;
}
@media (min-width: 992px) {
  .navbar-we-mega-menu .dropdown-menu {
    min-width: initial;
    background-color: transparent;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .navbar-we-mega-menu .nav-tabs {
    border-bottom: 0 none;
  }
  .navbar-we-mega-menu .we-mega-menu-group > a {
    padding-right: 0.625rem;
  }
  .navbar-we-mega-menu .we-mega-menu-group > a:before, .navbar-we-mega-menu .we-mega-menu-group > a:after {
    display: none;
  }
  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu {
    display: block !important;
    position: static;
    margin: 0 !important;
    padding: 0;
    border: 0 none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: initial;
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
  }
  .navbar-we-mega-menu iframe {
    max-width: 100%;
    border: 0 none;
  }
  .navbar-we-mega-menu .nav-tabs > li.active > a, .navbar-we-mega-menu .nav-tabs > li.active > a:focus, .navbar-we-mega-menu .nav-tabs > li.active > a:hover {
    cursor: pointer;
  }
  .navbar-we-mega-menu .type-of-block {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
  }
  .navbar-we-mega-menu .type-of-block h2 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
  }
  .navbar-we-mega-menu .type-of-block a {
    color: #666;
    outline: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
  }
  .navbar-we-mega-menu .type-of-block a:hover, .navbar-we-mega-menu .type-of-block a:focus {
    color: #000;
    text-decoration: none;
  }
  .navbar-we-mega-menu .views-field {
    margin-bottom: 5px;
  }
  .navbar-we-mega-menu .view-slide {
    position: relative;
  }
  .navbar-we-mega-menu .view-slide .views-row {
    position: relative;
  }
  .navbar-we-mega-menu .view-slide .views-field-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .navbar-we-mega-menu .view-slide .views-field-title a {
    color: #fff;
  }
  .navbar-we-mega-menu .view-slide .views-field-title a:hover, .navbar-we-mega-menu .view-slide .views-field-title a:focus {
    text-decoration: underline;
  }
  .navbar-we-mega-menu .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navbar-we-mega-menu .flex-prev, .navbar-we-mega-menu .flex-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: -10px;
  }
  .navbar-we-mega-menu .flex-prev:before, .navbar-we-mega-menu .flex-next:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .navbar-we-mega-menu .flex-prev:hover, .navbar-we-mega-menu .flex-prev:focus, .navbar-we-mega-menu .flex-next:hover, .navbar-we-mega-menu .flex-next:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .navbar-we-mega-menu .flex-prev {
    left: 5px;
  }
  .navbar-we-mega-menu .flex-prev:before {
    content: "";
  }
  .navbar-we-mega-menu .flex-next {
    right: 5px;
  }
  .navbar-we-mega-menu .flex-next:before {
    content: "";
  }
  .we-mega-menu-ul {
    position: relative;
    margin: 0;
    border-bottom: 0 none;
    padding: 0;
  }
  .we-mega-menu-ul .dropdown-menu {
    margin-top: 0;
  }
  .we-mega-menu-ul .we-mega-menu-li {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
  }
  .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .we-mega-menu-ul .dropdown-menu > a, .we-mega-menu-ul .dropdown-menu > span {
    position: relative;
  }
  .we-mega-menu-ul .dropdown-menu > a:before, .we-mega-menu-ul .dropdown-menu > a:after, .we-mega-menu-ul .dropdown-menu > span:before, .we-mega-menu-ul .dropdown-menu > span:after {
    content: "";
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.3125rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .we-mega-menu-ul .dropdown-menu > a:before, .we-mega-menu-ul .dropdown-menu > span:before {
    background-image: url("../images/ico-arrow.png");
  }
  .we-mega-menu-ul .dropdown-menu > a:after, .we-mega-menu-ul .dropdown-menu > span:after {
    background-image: url("../images/ico-arrow-white.png");
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0rem;
    top: 50%;
    margin-top: -0.3125rem;
  }
  .we-mega-menu-col {
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    min-height: 1.875rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .we-mega-menu-submenu {
    position: absolute;
    z-index: 99;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    min-width: 12.5rem;
  }
  .we-mega-menu-submenu li.we-mega-menu-li {
    display: block;
    float: none;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a:before, .we-mega-menu-submenu li.we-mega-menu-li a:after, .we-mega-menu-submenu li.we-mega-menu-li span:before, .we-mega-menu-submenu li.we-mega-menu-li span:after {
    right: 0.3125rem;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .we-mega-menu-submenu li.we-mega-menu-li:last-child {
    margin-bottom: 0;
  }
  .we-mega-menu-submenu ul {
    margin: 0;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu {
    top: 0;
    left: 100%;
    margin: 0;
    min-width: 12.5rem;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu .dropdown-menu {
    min-width: initial;
  }
}
.we-mega-menu-backend .we-mega-menu-group .we-mega-menu-col {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.we-mega-menu-backend .we-mega-menu-group > .we-mega-menu-submenu.hover, .we-mega-menu-backend .we-mega-menu-group > .we-mega-menu-submenu {
  background: transparent !important;
  border: 1px solid transparent !important;
  -moz-box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.we-mega-menu-backend .we-mega-menu-col {
  border: 1px solid #c4c4c4;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.we-mega-menu-backend .we-mega-menu-col.hover {
  color: #000;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin {
  min-height: 50rem;
  padding: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .selected {
  color: #000 !important;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-row ~ .we-mega-menu-row {
  padding-top: 0.3125rem;
  margin-top: 0.3125rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .right > .we-mega-menu-submenu {
  left: auto;
  right: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .center > .we-mega-menu-submenu {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: 0.3125rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .justify {
  position: static;
}
.we-mega-menu-backend .navbar-we-mega-menu .justify > .we-mega-menu-submenu {
  min-width: 100%;
  width: 100%;
  top: 100%;
  margin-top: 0.3125rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu .right > .we-mega-menu-submenu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1.25rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu .center > .we-mega-menu-submenu {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu .justify {
  position: initial;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu .justify > .we-mega-menu-submenu {
  min-width: 100%;
  left: 0;
  margin-left: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu a i, .we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu span i {
  font-size: 0.625rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu li.we-mega-menu-li a:hover, .we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu li.we-mega-menu-li a:focus, .we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu li.we-mega-menu-li span:hover, .we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu li.we-mega-menu-li span:focus {
  border-bottom-color: #c4c4c4;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-caption {
  color: #999;
  font-size: 0.6875rem;
  margin-top: 0.125rem;
  display: block;
  white-space: nowrap;
}
.we-mega-menu-backend .navbar-we-mega-menu a i {
  margin-right: 0.3125rem;
  font-size: 0.75rem;
}
.we-mega-menu-backend .navbar-we-mega-menu [class*="span"].hover .type-of-block:after, .we-mega-menu-backend .navbar-we-mega-menu [class*="span"].selected .type-of-block:after {
  border-style: solid;
  border-color: #666666;
  background-color: #666666;
  color: #fff;
}
.we-mega-menu-backend .navbar-we-mega-menu .type-of-block {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  flex: 1;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-col > * {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-col iframe {
  width: 100%;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block {
  pointer-events: none;
  cursor: default;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block .block-inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block:after {
  display: block;
  position: absolute;
  background: #eff0f1;
  right: 0;
  bottom: 0;
  content: "Block";
  width: 3.75rem;
  padding: 0.125rem 0rem 0.125rem 0rem;
  text-align: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #666;
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 0;
  border: 1px dotted #ddd;
  border-width: 1px 0 0 1px;
}
.we-mega-menu-backend .navbar-we-mega-menu {
  background-color: white;
  border: 0 none;
  border-top: 0 none;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 10;
}
.we-mega-menu-backend .we-mega-menu-ul {
  display: -webkit-flex;
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li {
  border: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0.3125rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li {
  text-align: left;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  border: 1px solid #c4c4c4;
  padding: 0.5625rem 2.8125rem 0.5625rem 0.9375rem;
  background: transparent;
  font-weight: bold;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li:hover, .we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li:focus, .we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li:active {
  color: #000;
  text-decoration: none;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
  text-align: left;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  border: 1px solid #c4c4c4;
  padding: 0.5625rem 2.8125rem 0.5625rem 0.9375rem;
  background: transparent;
  font-weight: bold;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.selected {
  border: 0 none !important;
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.selected > a {
  color: #000 !important;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px;
  border-radius: 20px !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a, .we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span {
  color: #666 !important;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a:before, .we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a:after, .we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.we-mega-menu-backend .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.we-mega-menu-backend .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open {
  position: relative;
  z-index: 25;
}
.we-mega-menu-backend .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open > .we-mega-menu-submenu {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.we-mega-menu-backend .we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child > .we-mega-menu-submenu {
  margin-top: 0;
}
.we-mega-menu-backend .we-mega-menu-submenu {
  border: 1px solid #c4c4c4;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin-top: 0.625rem;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
  background: #fdfdfd;
}
.we-mega-menu-backend .we-mega-menu-submenu.hover {
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}
.we-mega-menu-backend .we-mega-menu-submenu.hover > a, .we-mega-menu-backend .we-mega-menu-submenu.hover .we-megamenu-nolink {
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li {
  margin-bottom: 0.3125rem;
  top: auto;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li a, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li .we-megamenu-nolink {
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  border: 1px dotted #c4c4c4;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-right: 0;
  outline: none;
  position: relative;
  background-color: #fff;
  display: block;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > a, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > .we-megamenu-nolink {
  padding-top: 0.3125rem;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:before, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:after, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > .we-megamenu-nolink:before, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > .we-megamenu-nolink:after {
  margin-top: -0.3125rem;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.open > a, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.open > .we-megamenu-nolink {
  color: #000;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.selected {
  border: 0 none !important;
  -moz-box-shadow: initial !important;
  -webkit-box-shadow: initial !important;
  box-shadow: initial !important;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.hover > a, .we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.hover > .we-megamenu-nolink {
  color: #666 !important;
  background: #fffbf0 !important;
  border: 1px solid #666666 !important;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-submenu .we-mega-menu-submenu {
  margin-left: 0.625rem;
  margin-top: 0;
}
.we-mega-menu-backend .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.we-mega-menu-backend .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu, .we-mega-menu-backend .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
  display: none;
}
.we-mega-menu-backend .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu {
  margin-top: 0.5rem;
}
body.we-mega-menu-backend {
  font-size: 0.875rem;
}
body.we-mega-menu-backend .breadcrumb {
  background-color: #fff;
}
body.we-mega-menu-backend .messages--error {
  display: none;
}
body.we-mega-menu-backend .block-system-main-block {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  border: 1px solid #c4c4c4;
  padding: 5% 3%;
  position: relative;
}
body.we-mega-menu-backend .block-system-main-block:before, body.we-mega-menu-backend .block-system-main-block:after {
  display: table;
  content: " ";
}
body.we-mega-menu-backend .block-system-main-block:after {
  clear: both;
}
body.we-mega-menu-backend .block-system-main-block > .we-mega-menu {
  float: right;
  padding-left: 4%;
  width: 30%;
  background-image: url("../images/bar-bor.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-bottom: 8.75rem;
}
.we-mega-menu .ico-toolbar {
  height: 39px;
  padding: 0;
  text-indent: -999em;
  width: 39px;
  background-color: #fafafa;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  overflow: hidden;
}
.we-mega-menu .ico-toolbar:before {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  margin: 0 auto;
  background-image: url("../images/push-left.svg");
}
.we-mega-menu .ico-toolbar:hover, .we-mega-menu .ico-toolbar:focus {
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar-we-mega-menu.admin {
  float: left;
  width: 70%;
  padding-right: 20px;
}
.navbar-we-mega-menu.admin .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li {
  min-width: 10.625rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu-toolbar h2 + p {
  margin-bottom: 1.875rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu {
  position: relative;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu .ico-toolbar {
  bottom: 0;
  top: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block {
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block:before, .we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block:after {
  display: table;
  content: " ";
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block:after {
  clear: both;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block > .we-mega-menu {
  width: auto;
  padding: 2% 3%;
  background-color: #fafafa;
  background-image: none;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .navbar-we-mega-menu.admin {
  width: 100%;
  padding: 3% 3%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > h2, .we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > h2 + p {
  padding-right: 30%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 .clearfix {
  width: 100%;
  order: 10;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu-actions .col-md-12 {
  padding-right: 0;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .form-group:not(.form-fix-width) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
body:not(.we-mega-menu-backend) .navbar-we-mega-menu .always-show .caret, body:not(.we-mega-menu-backend) .navbar-we-mega-menu [class*="hidden-collapse"] > .nav-child, body:not(.we-mega-menu-backend) .navbar-we-mega-menu [class*="hidden-collapse"] .caret, body:not(.we-mega-menu-backend) .navbar-we-mega-menu [class*="hidden-collapse"] > a:after, body:not(.we-mega-menu-backend) .navbar-we-mega-menu [class*="hidden-collapse"] > a:before, body:not(.we-mega-menu-backend) .navbar-we-mega-menu .hidden-collapse, body:not(.we-mega-menu-backend) .navbar-we-mega-menu .always-show .dropdown-submenu > a:after, body:not(.we-mega-menu-backend) .navbar-we-mega-menu .always-show .dropdown-submenu > a:before {
  display: none !important;
}
body:not(.we-mega-menu-backend) .navbar-we-mega-menu [class*="hidden-collapse"] > .we-mega-menu-submenu {
  display: none !important;
}
body:not(.we-mega-menu-backend) .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .we-mega-menu-submenu {
  display: none !important;
}
body:not(.we-mega-menu-backend) .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .dropdown-menu > a:before, body:not(.we-mega-menu-backend) .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .dropdown-menu > a:after, body:not(.we-mega-menu-backend) .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .dropdown-menu > span:before, body:not(.we-mega-menu-backend) .navbar-we-mega-menu[data-alwayshowsubmenu="0"] .dropdown-menu > span:after {
  display: none !important;
}
.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a:before, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a:after, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span:before, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span:after {
  display: none;
}
.navbar-we-mega-menu .we-mega-menu-caption {
  color: #999;
  font-size: 0.75rem;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar-we-mega-menu .we-mega-menu-caption {
  display: block;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .navbar-we-mega-menu {
    background-color: #eff0f1;
    border: 0 none;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: inherit;
  }
  .navbar-we-mega-menu > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span {
    padding-right: 1.5625rem;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu {
    margin-left: 0;
  }
  .we-mega-menu-ul {
    display: -webkit-flex;
    display: flex;
  }
  .we-mega-menu-ul > .we-mega-menu-li {
    display: -webkit-flex;
    display: flex;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a, .we-mega-menu-ul > .we-mega-menu-li .we-megamenu-nolink {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .we-mega-menu-ul .dropdown-menu {
    top: auto;
    position: relative;
  }
  .we-mega-menu-ul .dropdown-menu:hover > a, .we-mega-menu-ul .dropdown-menu:hover > span, .we-mega-menu-ul .dropdown-menu:focus > a, .we-mega-menu-ul .dropdown-menu:focus > span {
    color: #666;
  }
  .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu, .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child > .we-mega-menu-submenu {
    margin-top: -1rem;
  }
  .we-mega-menu-ul > .we-mega-menu-li {
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .we-mega-menu-ul > .we-mega-menu-li > a {
    background-color: #eff0f1;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #666;
    font-size: 0.8125rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a:hover, .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background: rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #666;
    text-decoration: none;
    text-shadow: initial;
  }
  .we-mega-menu-ul > .we-mega-menu-li:first-child {
    border-left: 0 none;
  }
  .we-mega-menu-ul > .we-mega-menu-li.active > a, .we-mega-menu-ul > .we-mega-menu-li.active > a:hover, .we-mega-menu-ul > .we-mega-menu-li.active > a:focus, .we-mega-menu-ul > .we-mega-menu-li.active-trail > a, .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover, .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #666;
    border: 0 none;
  }
  .we-mega-menu-ul > .we-mega-menu-li > span {
    background-color: #eff0f1;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #666;
    font-size: 0.8125rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
  }
  .we-mega-menu-ul > .we-mega-menu-li > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .we-mega-menu-ul > .we-mega-menu-li > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .we-mega-menu-ul > .dropdown-menu {
    z-index: 21;
  }
  .we-mega-menu-ul > .dropdown-menu > a, .we-mega-menu-ul > .dropdown-menu > span {
    padding-right: 2.375rem;
  }
  .we-mega-menu-ul > .dropdown-menu:hover > a, .we-mega-menu-ul > .dropdown-menu:hover > span, .we-mega-menu-ul > .dropdown-menu:focus > a, .we-mega-menu-ul > .dropdown-menu:focus > span {
    background: rgba(0, 0, 0, 0.1);
    color: #666;
    z-index: 23;
  }
  .we-mega-menu-ul > .dropdown-menu:first-child > .we-mega-menu-submenu {
    margin-left: 0;
  }
  .we-mega-menu-ul > .dropdown-menu[class*="hidden-collapse"] > a {
    padding-right: 1.5625rem;
  }
  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu {
    -moz-animation-name: initial !important;
    -webkit-animation-name: initial !important;
    animation-name: initial !important;
    padding: 0;
  }
  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > a, .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > span {
    padding-top: 0.5rem;
  }
  .navbar-we-mega-menu a i {
    margin-right: 0.1875rem;
  }
  .navbar-we-mega-menu .we-mega-menu-col > * {
    padding: 0;
  }
  .we-mega-menu-col {
    border: 0 none;
    background-color: transparent;
  }
  .we-mega-menu-group .we-mega-menu-col {
    margin-top: 0;
    margin-bottom: 0;
  }
  .we-mega-menu-submenu {
    z-index: 20;
    top: 100%;
    left: 0;
    margin-left: -0.0625rem;
    margin-top: -0.0625rem;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 0 none;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: 11.25rem;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: 0 none;
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a:hover, .we-mega-menu-submenu li.we-mega-menu-li a:focus {
    background-color: transparent;
    color: #000;
  }
  .we-mega-menu-submenu li.we-mega-menu-li.active > a, .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    background-color: transparent;
    color: #000;
    border-bottom-color: #000;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
  }
  .we-mega-menu-submenu li.we-mega-menu-li span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: 0 none;
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
    display: block;
    margin-right: 2px;
  }
  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a, .we-mega-menu-submenu li.we-mega-menu-li:first-child > span {
    padding-top: 0;
  }
  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:before, .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:after, .we-mega-menu-submenu li.we-mega-menu-li:first-child > span:before, .we-mega-menu-submenu li.we-mega-menu-li:first-child > span:after {
    margin-top: -0.5625rem;
  }
  .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:hover, .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:focus {
    position: static;
  }
  .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu, .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu.clicked {
    position: relative;
  }
  .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu.clicked > .we-mega-menu-submenu {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li, nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    color: #fff;
    border-color: #204681;
    background-color: #2a5caa;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu > a:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:hover:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:focus:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:hover:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:focus:after {
    border-top-color: #fff;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu.hover > a:after, nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Blue"] .we-mega-menu-ul .selected > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li a, nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #2a5caa;
  }
  nav[data-style="Blue"] .navbar-we-mega-menu .we-mega-menu-submenu a i, nav[data-style="Blue"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
    color: #2a5caa;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] {
    background-color: #2a5caa;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block h2 {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block a {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block a:hover, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li {
    border-left-color: #255196;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background-color: #255196;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li.active > span, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > a, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > span {
    background-color: #255196;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .dropdown-menu:hover > a, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul > .dropdown-menu:focus > a {
    background-color: #255196;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu {
    border-color: #255196;
    background-color: #255196;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li a, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #d9d9d9;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li a:hover, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, body:not(.we-mega-menu-backend) nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    color: #fff;
  }
}
@media (min-width: 992px) {
  nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li, nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    color: #fff;
    border-color: #902730;
    background-color: #b8323d;
  }
  nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu > a:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:hover:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:focus:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:hover:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:focus:after {
    border-top-color: #fff;
  }
  nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu.hover > a:after, nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Red"] .we-mega-menu-ul .selected > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li a, nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #b8323d;
  }
  nav[data-style="Red"] .navbar-we-mega-menu .we-mega-menu-submenu a i, nav[data-style="Red"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
    color: #b8323d;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] {
    background-color: #b8323d;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block h2 {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block a {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block a:hover, body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li {
    border-left-color: #a42d36;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background-color: #a42d36;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li.active > span, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > a, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > span {
    background-color: #a42d36;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .dropdown-menu:hover > a, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul > .dropdown-menu:focus > a {
    background-color: #a42d36;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu {
    border-color: #a42d36;
    background-color: #a42d36;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li a, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #d9d9d9;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li a:hover, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, body:not(.we-mega-menu-backend) nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    color: #fff;
  }
}
@media (min-width: 992px) {
  nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li, nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    color: #fff;
    border-color: #be9b18;
    background-color: #e4bb25;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu > a:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:hover:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:focus:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:hover:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:focus:after {
    border-top-color: #fff;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu.hover > a:after, nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Yellow"] .we-mega-menu-ul .selected > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li a, nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #e4bb25;
  }
  nav[data-style="Yellow"] .navbar-we-mega-menu .we-mega-menu-submenu a i, nav[data-style="Yellow"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
    color: #e4bb25;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] {
    background-color: #e4bb25;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block h2 {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block a {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block a:hover, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li {
    border-left-color: #d5ad1a;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background-color: #d5ad1a;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li.active > span, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > a, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > span {
    background-color: #d5ad1a;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .dropdown-menu:hover > a, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul > .dropdown-menu:focus > a {
    background-color: #d5ad1a;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu {
    border-color: #d5ad1a;
    background-color: #d5ad1a;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li a, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #d9d9d9;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li a:hover, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    color: #fff;
  }
}
@media (min-width: 992px) {
  nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li, nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    color: #fff;
    border-color: #779543;
    background-color: #92b457;
  }
  nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu > a:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:hover:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:focus:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:hover:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:focus:after {
    border-top-color: #fff;
  }
  nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu.hover > a:after, nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Green"] .we-mega-menu-ul .selected > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li a, nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #92b457;
  }
  nav[data-style="Green"] .navbar-we-mega-menu .we-mega-menu-submenu a i, nav[data-style="Green"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
    color: #92b457;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] {
    background-color: #92b457;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block h2 {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block a {
    color: #d9d9d9;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block a:hover, body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li {
    border-left-color: #85a74b;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background-color: #85a74b;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li.active > span, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > a, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .we-mega-menu-li.active-trail > span {
    background-color: #85a74b;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .dropdown-menu:hover > a, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul > .dropdown-menu:focus > a {
    background-color: #85a74b;
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:before, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu {
    border-color: #85a74b;
    background-color: #85a74b;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li a, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li span {
    color: #d9d9d9;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li a:hover, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li a:focus {
    color: #fff;
  }
  body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li.active > a, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, body:not(.we-mega-menu-backend) nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .we-mega-menu-backend nav[data-style="White"] .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li, .we-mega-menu-backend nav[data-style="White"] .we-mega-menu-ul > .we-mega-menu-li > .we-megamenu-nolink {
    color: #666;
    border-color: #d4d7d9;
    background-color: #eff0f1;
  }
}
nav[data-animation="Fading"]:not(.click-action) .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open > .we-mega-menu-submenu, nav[data-animation="Fading"] .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked > .we-mega-menu-submenu, nav[data-animation="Fading"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):hover > .we-mega-menu-submenu, nav[data-animation="Fading"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):focus > .we-mega-menu-submenu {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: fadeInFromNone;
  -webkit-animation-name: fadeInFromNone;
  animation-name: fadeInFromNone;
}
nav[data-animation="Slide"]:not(.click-action) .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open > .we-mega-menu-submenu, nav[data-animation="Slide"] .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked > .we-mega-menu-submenu, nav[data-animation="Slide"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):hover > .we-mega-menu-submenu, nav[data-animation="Slide"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):focus > .we-mega-menu-submenu {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: slideInUp;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
nav[data-animation="Zoom"]:not(.click-action) .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open > .we-mega-menu-submenu, nav[data-animation="Zoom"] .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked > .we-mega-menu-submenu, nav[data-animation="Zoom"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):hover > .we-mega-menu-submenu, nav[data-animation="Zoom"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):focus > .we-mega-menu-submenu {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: zoomInUp;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
nav[data-animation="Elastic"]:not(.click-action) .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open > .we-mega-menu-submenu, nav[data-animation="Elastic"] .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked > .we-mega-menu-submenu, nav[data-animation="Elastic"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):hover > .we-mega-menu-submenu, nav[data-animation="Elastic"]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):focus > .we-mega-menu-submenu {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: bounceInUp;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media (max-width: 991px) {
  body {
    padding-left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0;
  }
  body.toggled {
    right: 250px;
  }
  body.toggled .btn-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .btn-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: fixed;
    right: 270px;
    top: 15px;
    width: 48px;
    height: 48px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-name: fadeInFromNone;
    animation-delay: 0.5s;
  }
  .btn-close:before, .btn-close:after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-close:before {
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .btn-close:after {
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  .region-we-mega-menu {
    background-color: #343a40;
    padding: 13px 15px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-toggle {
    display: block;
    z-index: 20;
    background: none;
    border: 0 none;
    box-shadow: none;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: none;
  }
  .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background: #ebebeb;
  }
  .overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }
  .nav .open > a {
    background: none;
  }
  .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  .navbar-we-mega-menu .we-mega-menu-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
    max-width: inherit;
  }
  .navbar-we-mega-menu .we-mega-menu-row > * {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .navbar-we-mega-menu .hidden-collapse {
    display: none !important;
  }
  .navbar-we-mega-menu .type-of-block {
    display: none;
  }
  .we-mega-menu-submenu {
    width: auto !important;
  }
  .we-mega-menu-ul > .dropdown-menu > .we-mega-menu-submenu {
    display: none;
  }
  .navbar-we-mega-menu.navbar {
    background: #333;
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -250px;
    width: 250px;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
  }
  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    right: 0;
    display: block;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-name: slideInRight;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  .navbar-we-mega-menu.navbar .container, .navbar-we-mega-menu.navbar .container-fluid {
    padding: 0;
    position: static;
    width: auto;
  }
  .navbar-we-mega-menu.navbar .nav-tabs > li > a, .navbar-we-mega-menu.navbar .nav-tabs > li > .we-megamenu-nolink {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    border: 0 none;
    position: relative;
  }
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus, .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    color: white !important;
    background-color: #1a1a1a;
    cursor: default;
    border: 0 none;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .navbar-we-mega-menu.navbar .nav .open > a, .navbar-we-mega-menu.navbar .nav .open > a:focus, .navbar-we-mega-menu.navbar .nav .open > a:hover {
    color: white !important;
    background-color: #1a1a1a;
    cursor: default;
    border: 0 none;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a, .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink {
    border: 0 none;
    background-color: transparent;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu {
    position: static;
    min-width: inherit;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu > a, .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink {
    padding-right: 1.875rem;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu > a:after, .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
  }
  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu, .navbar-we-mega-menu.navbar .dropdown-menu.active-trail > .we-mega-menu-submenu {
    display: block;
  }
  .navbar-we-mega-menu.navbar .nav-tabs .dropdown-menu {
    margin-top: 0;
  }
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  }
  .navbar-we-mega-menu.navbar ul {
    padding: 0;
    margin: 0;
    border: 0 none;
  }
  .navbar-we-mega-menu.navbar ul a, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink {
    display: block;
    color: #ccc;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }
  .navbar-we-mega-menu.navbar ul a:hover, .navbar-we-mega-menu.navbar ul a:focus, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:hover, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:focus {
    border-color: transparent;
    color: #ccc;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .navbar-we-mega-menu.navbar ul a.is-active, .navbar-we-mega-menu.navbar ul .we-megamenu-nolink.is-active {
    color: white;
    background-color: #1a1a1a;
  }
  .navbar-we-mega-menu.navbar ul > li {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar-we-mega-menu.navbar ul > li:last-child {
    border-bottom: none;
  }
  .navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-we-mega-menu.navbar ul > li ul li {
    border-bottom: 0;
  }
  .navbar-we-mega-menu.navbar ul > li ul li a, .navbar-we-mega-menu.navbar ul > li ul li .we-megamenu-nolink {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .navbar-we-mega-menu.navbar ul .expanded > a, .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink {
    position: relative;
  }
  .navbar-we-mega-menu.navbar ul .expanded > a:before, .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1.3;
    text-align: right;
  }
}
[dir="rtl"] .we-mega-menu-submenu li.we-mega-menu-li {
  float: none;
}
@media (min-width: 992px) {
  [dir="rtl"] .we-mega-menu-submenu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] body {
    left: 0;
    right: auto;
  }
  [dir="rtl"] body.toggled {
    left: 15.625rem;
    right: auto;
  }
  [dir="rtl"] .navbar-we-mega-menu.navbar {
    left: -15.625rem;
    right: auto;
  }
  [dir="rtl"] .navbar-we-mega-menu.navbar .dropdown-menu > a:after {
    right: auto;
    left: 0.9375rem;
  }
  [dir="rtl"] .navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 0;
    padding-right: 1.875rem;
  }
  [dir="rtl"] body.toggled .navbar-we-mega-menu.navbar {
    right: auto;
    left: 0;
  }
}
