/* --- Paddings --- */
.mixin--padder-base {
  padding: 6px 10px;
}
.mixin--padder-half {
  padding: 3px 5px;
}
/* --- Shadows --- */
.mixin--shadow-z0 {
  box-shadow: none;
}
.mixin--shadow-z1 {
  box-shadow: 1px 1px 2px rgba(17, 18, 130, 0.05);
}
.mixin--shadow-z2 {
  box-shadow: 0 0 6px rgba(17, 18, 130, 0.175);
}
.mixin--shadow-z3 {
  box-shadow: 0 0 10px rgba(17, 18, 130, 0.225);
}
.mixin--shadow-z4 {
  box-shadow: 0 0 16px rgba(17, 18, 130, 0.3);
}
.mixin--shadow-isSticky {
  box-shadow: 0 16px 10px -16px rgba(17, 18, 130, 0.225);
}
/* --- Rows --- */
/* --- Posts --- */
/* --- Icons --- */
/* --- Elements --- */
.mixin--bull {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
}
.mixin--bull-light {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(20, 21, 26, 0.3);
}
.mixin--bull-light-inverse {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(255, 255, 255, 0.3);
}
/* --- Background gradients --- */
/* --- Text --- */
.mixin--word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* --- Utility --- */
.mixin--clearfix:before,
.mixin--clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.mixin--clearfix:after {
  clear: both;
}
.mixin--clearfix {
  min-height: 0;
  /* support: IE7 */
}
.flashMessages-visible {
  position: fixed;
  top: 4px;
  left: 2.5%;
  width: 95%;
  z-index: 1000;
}
.flashMessages-visible .flashMessages-message {
  box-shadow: 0 0 16px rgba(17, 18, 130, 0.3);
  min-height: 32px;
  line-height: 32px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  transition: height 0.3s;
}
.flashMessages-visible .flashMessages-message + .flashMessages-message {
  margin-top: 4px;
}
.flashMessages-visible .flashMessages-message .flashMessages-message-text:before {
  display: inline-block;
  content: '';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  vertical-align: middle;
  margin: -2px 5px 0;
}
.flashMessages-visible .flashMessages-message.flashMessage-closed {
  height: 0;
  overflow: hidden;
}
.flashMessages-visible .flashMessages-message.ok {
  background-color: #3d9c00;
}
.flashMessages-visible .flashMessages-message.ok .flashMessages-message-text:before {
  content: '\E5CA';
}
.flashMessages-visible .flashMessages-message.error {
  background-color: #d01606;
}
.flashMessages-visible .flashMessages-message.error .flashMessages-message-text:before {
  content: '\E000';
}
.flashMessages-visible .flashMessages-message.warning {
  background-color: #f05000;
}
.flashMessages-visible .flashMessages-message.warning .flashMessages-message-text:before {
  content: '\E002';
}
.flashMessages-visible .flashMessages-message.info {
  background-color: #3f9eeb;
}
.flashMessages-visible .flashMessages-message.info .flashMessages-message-text:before {
  content: '\E88F';
}
.flashMessages-visible .flashMessages-message-dismiss {
  float: right;
  margin: 0 10px;
  color: #fff;
}
@media (min-width: 992px) {
  .flashMessages-visible {
    left: 30%;
    width: 40%;
  }
}
/* --- Alerts --- */
.alert {
  padding: 9px 10px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-weight: 500;
}
.alert.alert-small {
  padding: 5px 10px;
  font-size: 0.9rem;
}
.alert.alert-xsmall {
  padding: 1px 5px;
  font-size: 0.85rem;
}
.alert.alert-tiny {
  padding: 1px 5px;
  font-size: 0.65rem;
}
.alert *:last-child {
  margin-bottom: 0;
}
.alert.alert-success {
  background-color: #e8f7df;
  border-color: #b9e79e;
  color: #317d00;
}
.alert.alert-success .text-success {
  color: #317d00 !important;
}
.alert.alert-danger {
  background-color: #ffe5e5;
  border-color: #ffcbcb;
  color: #d01606;
}
.alert.alert-warning {
  background-color: #fff0e5;
  border-color: #ffd3b2;
  color: #f05000;
}
.alert.alert-info {
  background-color: #ecebff;
  border-color: #d4d1ff;
  color: #4039cc;
}
.alert.alert-info-light {
  background-color: #ecebff;
  border-color: #d4d1ff;
  color: #636fa6;
}
.alert.alert-yellow {
  background-color: #fcfce3;
  border-color: #f2f2ce;
  color: #807506;
}
.alert.alert-blue {
  background-color: #e6eff7;
  border-color: #d3e3f1;
  color: #267abf;
}
.alert.alert-darkBlue {
  background-color: #e6edfa;
  border-color: #d1def6;
  color: #1749b7;
}
.alert.alert-purple {
  background-color: #f7eafb;
  border-color: #efd5f7;
  color: #9b41c3;
}
.alert.alert-grey {
  background-color: #ecf2f3;
  border-color: #dce7e9;
  color: #7f949e;
}
.alert.alert-primary {
  background-color: #e1f0ee;
  border-color: #bfdfdb;
  color: #007d71;
}
.alert.alert-secondary {
  background-color: #faedf3;
  border-color: #f4d9e6;
  color: #cd2363;
}
.alert.alert-light {
  background-color: rgba(17, 18, 130, 0.035);
  color: #3a3f59;
}
.alert.alert-xlight {
  background-color: rgba(17, 18, 130, 0.035);
  color: #636fa6;
}
.alert.alert-dark {
  background-color: #566973;
  color: #ffffff;
}
.alert.alert-transparent {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
}
.alert.alert-no-margin {
  margin-bottom: 0;
}
.alert + .alert {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .alert.filter-alert {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .alert.filter-alert + .filter-alert {
    margin-left: 10px;
  }
}
/* --- Buttons --- */
input[type="submit"].btn-primary,
input[type="button"].btn-primary,
button[type="submit"].btn-primary,
.btn.btn-primary {
  background: #4039cc;
  color: #ffffff;
}
input[type="submit"].btn-primary:hover,
input[type="button"].btn-primary:hover,
button[type="submit"].btn-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn-primary:focus,
input[type="button"].btn-primary:focus,
button[type="submit"].btn-primary:focus,
.btn.btn-primary:focus {
  background: #312ba7;
  color: #ffffff;
}
input[type="submit"].btn-primary:active,
input[type="button"].btn-primary:active,
button[type="submit"].btn-primary:active,
.btn.btn-primary:active {
  background: #25217e !important;
  color: #ffffff !important;
}
input[type="submit"].btn-secondary,
input[type="button"].btn-secondary,
button[type="submit"].btn-secondary,
.btn.btn-secondary {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-secondary:hover,
input[type="button"].btn-secondary:hover,
button[type="submit"].btn-secondary:hover,
.btn.btn-secondary:hover,
input[type="submit"].btn-secondary:focus,
input[type="button"].btn-secondary:focus,
button[type="submit"].btn-secondary:focus,
.btn.btn-secondary:focus {
  background: #d4d1ff;
  color: #4039cc;
}
input[type="submit"].btn-secondary:active,
input[type="button"].btn-secondary:active,
button[type="submit"].btn-secondary:active,
.btn.btn-secondary:active {
  background: #bcb8ff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-secondary-light,
input[type="button"].btn-secondary-light,
button[type="submit"].btn-secondary-light,
.btn.btn-secondary-light {
  background: #f1f0ff;
  color: #4039cc;
}
input[type="submit"].btn-secondary-light:hover,
input[type="button"].btn-secondary-light:hover,
button[type="submit"].btn-secondary-light:hover,
.btn.btn-secondary-light:hover,
input[type="submit"].btn-secondary-light:focus,
input[type="button"].btn-secondary-light:focus,
button[type="submit"].btn-secondary-light:focus,
.btn.btn-secondary-light:focus {
  background: #d9d7ff;
  color: #4039cc;
}
input[type="submit"].btn-secondary-light:active,
input[type="button"].btn-secondary-light:active,
button[type="submit"].btn-secondary-light:active,
.btn.btn-secondary-light:active {
  background: #c1bdff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-default,
input[type="button"].btn-default,
button[type="submit"].btn-default,
.btn.btn-default {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-default:hover,
input[type="button"].btn-default:hover,
button[type="submit"].btn-default:hover,
.btn.btn-default:hover,
input[type="submit"].btn-default:focus,
input[type="button"].btn-default:focus,
button[type="submit"].btn-default:focus,
.btn.btn-default:focus {
  background: #d4d1ff;
  color: #4039cc;
}
input[type="submit"].btn-default:active,
input[type="button"].btn-default:active,
button[type="submit"].btn-default:active,
.btn.btn-default:active {
  background: #bcb8ff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-overlay,
input[type="button"].btn-overlay,
button[type="submit"].btn-overlay,
.btn.btn-overlay {
  background: rgba(17, 18, 130, 0.07);
  color: rgba(20, 21, 26, 0.8);
}
input[type="submit"].btn-overlay:hover,
input[type="button"].btn-overlay:hover,
button[type="submit"].btn-overlay:hover,
.btn.btn-overlay:hover,
input[type="submit"].btn-overlay:focus,
input[type="button"].btn-overlay:focus,
button[type="submit"].btn-overlay:focus,
.btn.btn-overlay:focus {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-overlay:active,
input[type="button"].btn-overlay:active,
button[type="submit"].btn-overlay:active,
.btn.btn-overlay:active {
  background: #d4d1ff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-overlay-light,
input[type="button"].btn-overlay-light,
button[type="submit"].btn-overlay-light,
.btn.btn-overlay-light {
  background: rgba(17, 18, 130, 0.035);
  color: #4b5173;
}
input[type="submit"].btn-overlay-light:hover,
input[type="button"].btn-overlay-light:hover,
button[type="submit"].btn-overlay-light:hover,
.btn.btn-overlay-light:hover,
input[type="submit"].btn-overlay-light:focus,
input[type="button"].btn-overlay-light:focus,
button[type="submit"].btn-overlay-light:focus,
.btn.btn-overlay-light:focus {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-overlay-light:active,
input[type="button"].btn-overlay-light:active,
button[type="submit"].btn-overlay-light:active,
.btn.btn-overlay-light:active {
  background: #d4d1ff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-overlay-dark,
input[type="button"].btn-overlay-dark,
button[type="submit"].btn-overlay-dark,
.btn.btn-overlay-dark {
  background: rgba(17, 18, 130, 0.07);
  color: rgba(20, 21, 26, 0.8);
}
input[type="submit"].btn-overlay-dark:hover,
input[type="button"].btn-overlay-dark:hover,
button[type="submit"].btn-overlay-dark:hover,
.btn.btn-overlay-dark:hover,
input[type="submit"].btn-overlay-dark:focus,
input[type="button"].btn-overlay-dark:focus,
button[type="submit"].btn-overlay-dark:focus,
.btn.btn-overlay-dark:focus {
  background: #d4d1ff;
  color: #4039cc;
}
input[type="submit"].btn-overlay-dark:active,
input[type="button"].btn-overlay-dark:active,
button[type="submit"].btn-overlay-dark:active,
.btn.btn-overlay-dark:active {
  background: #bcb8ff !important;
  color: #3832b3 !important;
}
input[type="submit"].btn-inverse,
input[type="button"].btn-inverse,
button[type="submit"].btn-inverse,
.btn.btn-inverse {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
input[type="submit"].btn-inverse:hover,
input[type="button"].btn-inverse:hover,
button[type="submit"].btn-inverse:hover,
.btn.btn-inverse:hover,
input[type="submit"].btn-inverse:focus,
input[type="button"].btn-inverse:focus,
button[type="submit"].btn-inverse:focus,
.btn.btn-inverse:focus {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
input[type="submit"].btn-inverse:active,
input[type="button"].btn-inverse:active,
button[type="submit"].btn-inverse:active,
.btn.btn-inverse:active {
  background: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
}
input[type="submit"].btn-inverse-dark,
input[type="button"].btn-inverse-dark,
button[type="submit"].btn-inverse-dark,
.btn.btn-inverse-dark {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
input[type="submit"].btn-inverse-dark:hover,
input[type="button"].btn-inverse-dark:hover,
button[type="submit"].btn-inverse-dark:hover,
.btn.btn-inverse-dark:hover,
input[type="submit"].btn-inverse-dark:focus,
input[type="button"].btn-inverse-dark:focus,
button[type="submit"].btn-inverse-dark:focus,
.btn.btn-inverse-dark:focus {
  background: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}
input[type="submit"].btn-inverse-dark:active,
input[type="button"].btn-inverse-dark:active,
button[type="submit"].btn-inverse-dark:active,
.btn.btn-inverse-dark:active {
  background: rgba(255, 255, 255, 0.65) !important;
  color: #ffffff !important;
}
input[type="submit"].btn-link,
input[type="button"].btn-link,
button[type="submit"].btn-link,
.btn.btn-link {
  background: transparent;
  color: #4a43cf;
}
input[type="submit"].btn-link:hover,
input[type="button"].btn-link:hover,
button[type="submit"].btn-link:hover,
.btn.btn-link:hover,
input[type="submit"].btn-link:focus,
input[type="button"].btn-link:focus,
button[type="submit"].btn-link:focus,
.btn.btn-link:focus {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-link:active,
input[type="button"].btn-link:active,
button[type="submit"].btn-link:active,
.btn.btn-link:active {
  background: #d4d1ff !important;
  color: #4039cc !important;
}
input[type="submit"].btn-link-inverse,
input[type="button"].btn-link-inverse,
button[type="submit"].btn-link-inverse,
.btn.btn-link-inverse {
  background: transparent;
  color: #ffffff;
}
input[type="submit"].btn-link-inverse:hover,
input[type="button"].btn-link-inverse:hover,
button[type="submit"].btn-link-inverse:hover,
.btn.btn-link-inverse:hover,
input[type="submit"].btn-link-inverse:focus,
input[type="button"].btn-link-inverse:focus,
button[type="submit"].btn-link-inverse:focus,
.btn.btn-link-inverse:focus {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
input[type="submit"].btn-link-inverse:active,
input[type="button"].btn-link-inverse:active,
button[type="submit"].btn-link-inverse:active,
.btn.btn-link-inverse:active {
  background: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
}
input[type="submit"].btn-success-tint,
input[type="button"].btn-success-tint,
button[type="submit"].btn-success-tint,
.btn.btn-success-tint {
  background: #e8f7df;
  color: #3d9c00;
}
input[type="submit"].btn-success-tint:hover,
input[type="button"].btn-success-tint:hover,
button[type="submit"].btn-success-tint:hover,
.btn.btn-success-tint:hover,
input[type="submit"].btn-success-tint:focus,
input[type="button"].btn-success-tint:focus,
button[type="submit"].btn-success-tint:focus,
.btn.btn-success-tint:focus {
  background: #d9f2cb;
  color: #248a00;
}
input[type="submit"].btn-success-tint:active,
input[type="button"].btn-success-tint:active,
button[type="submit"].btn-success-tint:active,
.btn.btn-success-tint:active {
  background: #cbedb6 !important;
  color: #248a00 !important;
}
input[type="submit"].btn-warning-tint,
input[type="button"].btn-warning-tint,
button[type="submit"].btn-warning-tint,
.btn.btn-warning-tint {
  background: #ffe5e5;
  color: #d01606;
}
input[type="submit"].btn-warning-tint:hover,
input[type="button"].btn-warning-tint:hover,
button[type="submit"].btn-warning-tint:hover,
.btn.btn-warning-tint:hover,
input[type="submit"].btn-warning-tint:focus,
input[type="button"].btn-warning-tint:focus,
button[type="submit"].btn-warning-tint:focus,
.btn.btn-warning-tint:focus {
  background: #ffcbcb;
  color: #b00000;
}
input[type="submit"].btn-warning-tint:active,
input[type="button"].btn-warning-tint:active,
button[type="submit"].btn-warning-tint:active,
.btn.btn-warning-tint:active {
  background: #ffb2b2 !important;
  color: #b00000 !important;
}
input[type="submit"].btn-accent-primary,
input[type="button"].btn-accent-primary,
button[type="submit"].btn-accent-primary,
.btn.btn-accent-primary {
  background: #e1f0ee;
  color: #009688;
}
input[type="submit"].btn-accent-primary:hover,
input[type="button"].btn-accent-primary:hover,
button[type="submit"].btn-accent-primary:hover,
.btn.btn-accent-primary:hover,
input[type="submit"].btn-accent-primary:focus,
input[type="button"].btn-accent-primary:focus,
button[type="submit"].btn-accent-primary:focus,
.btn.btn-accent-primary:focus {
  background: #d0e8e4;
  color: #007367;
}
input[type="submit"].btn-accent-primary:active,
input[type="button"].btn-accent-primary:active,
button[type="submit"].btn-accent-primary:active,
.btn.btn-accent-primary:active {
  background: #bfdfdb !important;
  color: #007367 !important;
}
input[type="submit"].btn-accent-secondary,
input[type="button"].btn-accent-secondary,
button[type="submit"].btn-accent-secondary,
.btn.btn-accent-secondary {
  background: #faedf3;
  color: #cd2363;
}
input[type="submit"].btn-accent-secondary:hover,
input[type="button"].btn-accent-secondary:hover,
button[type="submit"].btn-accent-secondary:hover,
.btn.btn-accent-secondary:hover,
input[type="submit"].btn-accent-secondary:focus,
input[type="button"].btn-accent-secondary:focus,
button[type="submit"].btn-accent-secondary:focus,
.btn.btn-accent-secondary:focus {
  background: #f4d9e6;
  color: #cd2363;
}
input[type="submit"].btn-accent-secondary:active,
input[type="button"].btn-accent-secondary:active,
button[type="submit"].btn-accent-secondary:active,
.btn.btn-accent-secondary:active {
  background: #efc5d8 !important;
  color: #cd2363 !important;
}
input[type="submit"].btn-purple,
input[type="button"].btn-purple,
button[type="submit"].btn-purple,
.btn.btn-purple {
  background: #f7eafb;
  color: #9b41c3;
}
input[type="submit"].btn-purple:hover,
input[type="button"].btn-purple:hover,
button[type="submit"].btn-purple:hover,
.btn.btn-purple:hover,
input[type="submit"].btn-purple:focus,
input[type="button"].btn-purple:focus,
button[type="submit"].btn-purple:focus,
.btn.btn-purple:focus {
  background: #efd5f7;
  color: #9b41c3;
}
input[type="submit"].btn-purple:active,
input[type="button"].btn-purple:active,
button[type="submit"].btn-purple:active,
.btn.btn-purple:active {
  background: #e7bff3 !important;
  color: #9b41c3 !important;
}
input[type="submit"].btn-purple-dark,
input[type="button"].btn-purple-dark,
button[type="submit"].btn-purple-dark,
.btn.btn-purple-dark {
  background: #efd5f7;
  color: #9b41c3;
}
input[type="submit"].btn-purple-dark:hover,
input[type="button"].btn-purple-dark:hover,
button[type="submit"].btn-purple-dark:hover,
.btn.btn-purple-dark:hover,
input[type="submit"].btn-purple-dark:focus,
input[type="button"].btn-purple-dark:focus,
button[type="submit"].btn-purple-dark:focus,
.btn.btn-purple-dark:focus {
  background: #e7bff3;
  color: #9b41c3;
}
input[type="submit"].btn-purple-dark:active,
input[type="button"].btn-purple-dark:active,
button[type="submit"].btn-purple-dark:active,
.btn.btn-purple-dark:active {
  background: #dfaaef !important;
  color: #9b41c3 !important;
}
input[type="submit"],
input[type="button"],
button[type="submit"],
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 25px;
  border: none;
  border-radius: 16px;
  font-family: 'Gottak-web', 'Roboto', 'Droid Sans', 'Helvetica Neue', 'HelveticaNeue', 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: none;
  /* --- Sizes --- */
  /* --- Special --- */
  /* --- Dropdown buttons --- */
}
input[type="submit"] .material-icons,
input[type="button"] .material-icons,
button[type="submit"] .material-icons,
.btn .material-icons {
  position: relative;
  top: -1px;
  margin: -4px 5px -3px -3px;
  font-size: 19px;
}
input[type="submit"] .material-icons.icon-after,
input[type="button"] .material-icons.icon-after,
button[type="submit"] .material-icons.icon-after,
.btn .material-icons.icon-after {
  margin-left: 5px;
  margin-right: -3px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus,
.btn:focus,
input[type="submit"]:active,
input[type="button"]:active,
button[type="submit"]:active,
.btn:active {
  box-shadow: none !important;
}
input[type="submit"][disabled],
input[type="button"][disabled],
button[type="submit"][disabled],
.btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed !important;
}
.jet--main-header input[type="submit"].btn-primary:not(.btn-dropdown-menu),
.jet--main-header input[type="button"].btn-primary:not(.btn-dropdown-menu),
.jet--main-header button[type="submit"].btn-primary:not(.btn-dropdown-menu),
.jet--main-header .btn.btn-primary:not(.btn-dropdown-menu) {
  background-color: #736bff;
  color: #ffffff;
}
.jet--main-header input[type="submit"].btn-primary:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="button"].btn-primary:not(.btn-dropdown-menu):hover,
.jet--main-header button[type="submit"].btn-primary:not(.btn-dropdown-menu):hover,
.jet--main-header .btn.btn-primary:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="submit"].btn-primary:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="button"].btn-primary:not(.btn-dropdown-menu):focus,
.jet--main-header button[type="submit"].btn-primary:not(.btn-dropdown-menu):focus,
.jet--main-header .btn.btn-primary:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="submit"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-primary:not(.btn-dropdown-menu):active {
  background-color: #5b52ff;
}
.jet--main-header input[type="submit"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-primary:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-primary:not(.btn-dropdown-menu):active {
  background-color: #4238ff !important;
}
.jet--main-header input[type="submit"].btn-default:not(.btn-dropdown-menu),
.jet--main-header input[type="button"].btn-default:not(.btn-dropdown-menu),
.jet--main-header button[type="submit"].btn-default:not(.btn-dropdown-menu),
.jet--main-header .btn.btn-default:not(.btn-dropdown-menu),
.jet--main-header input[type="submit"].btn-secondary:not(.btn-dropdown-menu),
.jet--main-header input[type="button"].btn-secondary:not(.btn-dropdown-menu),
.jet--main-header button[type="submit"].btn-secondary:not(.btn-dropdown-menu),
.jet--main-header .btn.btn-secondary:not(.btn-dropdown-menu) {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.jet--main-header input[type="submit"].btn-default:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="button"].btn-default:not(.btn-dropdown-menu):hover,
.jet--main-header button[type="submit"].btn-default:not(.btn-dropdown-menu):hover,
.jet--main-header .btn.btn-default:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="submit"].btn-secondary:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="button"].btn-secondary:not(.btn-dropdown-menu):hover,
.jet--main-header button[type="submit"].btn-secondary:not(.btn-dropdown-menu):hover,
.jet--main-header .btn.btn-secondary:not(.btn-dropdown-menu):hover,
.jet--main-header input[type="submit"].btn-default:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="button"].btn-default:not(.btn-dropdown-menu):focus,
.jet--main-header button[type="submit"].btn-default:not(.btn-dropdown-menu):focus,
.jet--main-header .btn.btn-default:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="submit"].btn-secondary:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="button"].btn-secondary:not(.btn-dropdown-menu):focus,
.jet--main-header button[type="submit"].btn-secondary:not(.btn-dropdown-menu):focus,
.jet--main-header .btn.btn-secondary:not(.btn-dropdown-menu):focus,
.jet--main-header input[type="submit"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-default:not(.btn-dropdown-menu):active,
.jet--main-header input[type="submit"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-secondary:not(.btn-dropdown-menu):active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}
.jet--main-header input[type="submit"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-default:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-default:not(.btn-dropdown-menu):active,
.jet--main-header input[type="submit"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header input[type="button"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header button[type="submit"].btn-secondary:not(.btn-dropdown-menu):active,
.jet--main-header .btn.btn-secondary:not(.btn-dropdown-menu):active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
input[type="submit"].btn-link,
input[type="button"].btn-link,
button[type="submit"].btn-link,
.btn.btn-link {
  text-decoration: none;
}
input[type="submit"].btn-link-inherit,
input[type="button"].btn-link-inherit,
button[type="submit"].btn-link-inherit,
.btn.btn-link-inherit {
  color: inherit;
}
input[type="submit"].btn-link-inherit:hover,
input[type="button"].btn-link-inherit:hover,
button[type="submit"].btn-link-inherit:hover,
.btn.btn-link-inherit:hover,
input[type="submit"].btn-link-inherit:focus,
input[type="button"].btn-link-inherit:focus,
button[type="submit"].btn-link-inherit:focus,
.btn.btn-link-inherit:focus,
input[type="submit"].btn-link-inherit:active,
input[type="button"].btn-link-inherit:active,
button[type="submit"].btn-link-inherit:active,
.btn.btn-link-inherit:active {
  color: inherit;
  background: rgba(17, 18, 130, 0.07);
}
input[type="submit"].btn-link-light,
input[type="button"].btn-link-light,
button[type="submit"].btn-link-light,
.btn.btn-link-light,
input[type="submit"].btn-link-xlight,
input[type="button"].btn-link-xlight,
button[type="submit"].btn-link-xlight,
.btn.btn-link-xlight {
  background: transparent;
  color: #4b5173;
  text-decoration: none;
}
input[type="submit"].btn-link-light:hover,
input[type="button"].btn-link-light:hover,
button[type="submit"].btn-link-light:hover,
.btn.btn-link-light:hover,
input[type="submit"].btn-link-xlight:hover,
input[type="button"].btn-link-xlight:hover,
button[type="submit"].btn-link-xlight:hover,
.btn.btn-link-xlight:hover,
input[type="submit"].btn-link-light:focus,
input[type="button"].btn-link-light:focus,
button[type="submit"].btn-link-light:focus,
.btn.btn-link-light:focus,
input[type="submit"].btn-link-xlight:focus,
input[type="button"].btn-link-xlight:focus,
button[type="submit"].btn-link-xlight:focus,
.btn.btn-link-xlight:focus,
input[type="submit"].btn-link-light:active,
input[type="button"].btn-link-light:active,
button[type="submit"].btn-link-light:active,
.btn.btn-link-light:active,
input[type="submit"].btn-link-xlight:active,
input[type="button"].btn-link-xlight:active,
button[type="submit"].btn-link-xlight:active,
.btn.btn-link-xlight:active {
  color: #191c26;
}
input[type="submit"].btn-link-light.btn-confirm:hover,
input[type="button"].btn-link-light.btn-confirm:hover,
button[type="submit"].btn-link-light.btn-confirm:hover,
.btn.btn-link-light.btn-confirm:hover,
input[type="submit"].btn-link-xlight.btn-confirm:hover,
input[type="button"].btn-link-xlight.btn-confirm:hover,
button[type="submit"].btn-link-xlight.btn-confirm:hover,
.btn.btn-link-xlight.btn-confirm:hover,
input[type="submit"].btn-link-light.btn-confirm:focus,
input[type="button"].btn-link-light.btn-confirm:focus,
button[type="submit"].btn-link-light.btn-confirm:focus,
.btn.btn-link-light.btn-confirm:focus,
input[type="submit"].btn-link-xlight.btn-confirm:focus,
input[type="button"].btn-link-xlight.btn-confirm:focus,
button[type="submit"].btn-link-xlight.btn-confirm:focus,
.btn.btn-link-xlight.btn-confirm:focus {
  background: transparent;
  color: #d01606;
}
input[type="submit"].btn-link-light.btn-confirm:active,
input[type="button"].btn-link-light.btn-confirm:active,
button[type="submit"].btn-link-light.btn-confirm:active,
.btn.btn-link-light.btn-confirm:active,
input[type="submit"].btn-link-xlight.btn-confirm:active,
input[type="button"].btn-link-xlight.btn-confirm:active,
button[type="submit"].btn-link-xlight.btn-confirm:active,
.btn.btn-link-xlight.btn-confirm:active {
  background: transparent;
  color: #b00000;
}
input[type="submit"].btn-link-xlight,
input[type="button"].btn-link-xlight,
button[type="submit"].btn-link-xlight,
.btn.btn-link-xlight {
  color: #636fa6;
}
input[type="submit"].btn-link-inverse,
input[type="button"].btn-link-inverse,
button[type="submit"].btn-link-inverse,
.btn.btn-link-inverse {
  border-radius: 8px;
}
input[type="submit"].btn-round,
input[type="button"].btn-round,
button[type="submit"].btn-round,
.btn.btn-round {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  border-radius: 50%;
  text-align: center;
}
input[type="submit"].btn-round .material-icons,
input[type="button"].btn-round .material-icons,
button[type="submit"].btn-round .material-icons,
.btn.btn-round .material-icons {
  margin: -1px 0 0 !important;
}
input[type="submit"].btn-round.btn-big,
input[type="button"].btn-round.btn-big,
button[type="submit"].btn-round.btn-big,
.btn.btn-round.btn-big {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
input[type="submit"].btn-round.btn-sm,
input[type="button"].btn-round.btn-sm,
button[type="submit"].btn-round.btn-sm,
.btn.btn-round.btn-sm {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
input[type="submit"].btn-round.btn-xs,
input[type="button"].btn-round.btn-xs,
button[type="submit"].btn-round.btn-xs,
.btn.btn-round.btn-xs {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
input[type="submit"].btn-pill,
input[type="button"].btn-pill,
button[type="submit"].btn-pill,
.btn.btn-pill {
  border-radius: 24px !important;
}
input[type="submit"].btn-pill.btn-xs,
input[type="button"].btn-pill.btn-xs,
button[type="submit"].btn-pill.btn-xs,
.btn.btn-pill.btn-xs {
  padding-left: 8px;
  padding-right: 8px;
}
input[type="submit"].btn-pill.btn-xs .flight-arrow,
input[type="button"].btn-pill.btn-xs .flight-arrow,
button[type="submit"].btn-pill.btn-xs .flight-arrow,
.btn.btn-pill.btn-xs .flight-arrow {
  top: 0;
  margin: 0 -2px;
  line-height: 12px;
}
input[type="submit"].btn-plain,
input[type="button"].btn-plain,
button[type="submit"].btn-plain,
.btn.btn-plain {
  display: inline;
  padding: initial;
  background: none;
  text-transform: none;
}
input[type="submit"].btn-plain:hover,
input[type="button"].btn-plain:hover,
button[type="submit"].btn-plain:hover,
.btn.btn-plain:hover,
input[type="submit"].btn-plain:focus,
input[type="button"].btn-plain:focus,
button[type="submit"].btn-plain:focus,
.btn.btn-plain:focus,
input[type="submit"].btn-plain:active,
input[type="button"].btn-plain:active,
button[type="submit"].btn-plain:active,
.btn.btn-plain:active {
  background: #ecebff;
  color: #4039cc;
}
input[type="submit"].btn-plain:active,
input[type="button"].btn-plain:active,
button[type="submit"].btn-plain:active,
.btn.btn-plain:active {
  background-color: #d4d1ff !important;
}
input[type="submit"].btn-confirm:hover,
input[type="button"].btn-confirm:hover,
button[type="submit"].btn-confirm:hover,
.btn.btn-confirm:hover,
input[type="submit"].btn-confirm:focus,
input[type="button"].btn-confirm:focus,
button[type="submit"].btn-confirm:focus,
.btn.btn-confirm:focus {
  background-color: #ffcbcb !important;
  color: #d01606 !important;
}
input[type="submit"].btn-confirm:active,
input[type="button"].btn-confirm:active,
button[type="submit"].btn-confirm:active,
.btn.btn-confirm:active {
  background-color: #ffb2b2 !important;
  color: #b00000 !important;
}
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
button[type="submit"].btn-sm,
.btn.btn-sm {
  padding: 5px 12.5px;
  font-size: 0.9rem;
}
input[type="submit"].btn-sm .material-icons,
input[type="button"].btn-sm .material-icons,
button[type="submit"].btn-sm .material-icons,
.btn.btn-sm .material-icons {
  margin: -4px 2px -4px;
  font-size: 14px !important;
}
input[type="submit"].btn-xs,
input[type="button"].btn-xs,
button[type="submit"].btn-xs,
.btn.btn-xs {
  padding: calc(3px + 1px) 10px;
  font-size: 0.85rem;
}
input[type="submit"].btn-xs .material-icons,
input[type="button"].btn-xs .material-icons,
button[type="submit"].btn-xs .material-icons,
.btn.btn-xs .material-icons {
  margin: -1px 0 0 0;
  font-size: 12px !important;
}
input[type="submit"].btn-tiny,
input[type="button"].btn-tiny,
button[type="submit"].btn-tiny,
.btn.btn-tiny {
  padding: 1px 5px;
  line-height: 1em;
  font-size: 0.85rem;
}
input[type="submit"].btn-tiny .material-icons,
input[type="button"].btn-tiny .material-icons,
button[type="submit"].btn-tiny .material-icons,
.btn.btn-tiny .material-icons {
  margin: -3px 0 0 0;
  font-size: 13px !important;
}
input[type="submit"].btn-iconOnly .material-icons,
input[type="button"].btn-iconOnly .material-icons,
button[type="submit"].btn-iconOnly .material-icons,
.btn.btn-iconOnly .material-icons {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
input[type="submit"].btn-normalcase,
input[type="button"].btn-normalcase,
button[type="submit"].btn-normalcase,
.btn.btn-normalcase {
  text-transform: inherit !important;
}
input[type="submit"].btn-textNode,
input[type="button"].btn-textNode,
button[type="submit"].btn-textNode,
.btn.btn-textNode {
  background-color: transparent !important;
  cursor: text !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="button"],
input[type="submit"] + button[type="submit"],
input[type="submit"] + .btn,
input[type="button"] + input[type="submit"],
input[type="button"] + input[type="button"],
input[type="button"] + button[type="submit"],
input[type="button"] + .btn,
button[type="submit"] + input[type="submit"],
button[type="submit"] + input[type="button"],
button[type="submit"] + button[type="submit"],
button[type="submit"] + .btn,
.btn + input[type="submit"],
.btn + input[type="button"],
.btn + button[type="submit"],
.btn + .btn,
input[type="submit"] + .dropdown,
input[type="button"] + .dropdown,
button[type="submit"] + .dropdown,
.btn + .dropdown,
.dropdown + input[type="submit"],
.dropdown + input[type="button"],
.dropdown + button[type="submit"],
.dropdown + .btn {
  margin-left: 5px;
}
input[type="submit"] .jet--avatar,
input[type="button"] .jet--avatar,
button[type="submit"] .jet--avatar,
.btn .jet--avatar {
  margin: -4px 2px -2px 0;
  vertical-align: middle;
}
/* --- Expand buttons --- */
.jet--expand-button .jet--expand-showCollapsed {
  display: none;
}
.jet--expand-button.jet--collapsed .jet--expand-showCollapsed {
  display: initial;
}
.jet--expand-button.jet--collapsed .jet--expand-hideCollapsed {
  display: none;
}
.jet--expand-plus:before {
  display: inline-block;
  width: 8px;
  content: '- ';
  text-align: left;
}
.jet--expand-plus.jet--collapsed:before {
  content: '+ ';
}
.jet--expand-arrow:after {
  font-size: 8px;
  content: ' ▲';
  vertical-align: text-top;
}
.jet--expand-arrow.jet--collapsed:after,
.collapsed .jet--expand-arrow:after {
  content: ' ▼';
}
/* --- Labels --- */
.label {
  display: inline-flex;
  line-height: 1em;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(17, 18, 130, 0.52);
  font-size: 0.9rem;
  vertical-align: middle;
}
.label .material-icons {
  margin: -2px 5px;
  font-size: 14px;
}
.label .material-icons:first-child {
  margin-left: 0;
}
.label.label-tiny {
  padding: 1px 3px;
  font-size: 0.75rem;
}
.label.label-tiny .material-icons {
  margin: -2px 1px -2px -1px;
  font-size: 12px;
}
.label.label-small {
  padding: 3px 5px;
  font-size: 0.75rem;
}
.label.label-small .material-icons {
  margin: -2px 2px -2px 0;
  font-size: 12px;
}
.label.label-large {
  padding: 6px 10px;
  font-size: 1rem;
}
.label.label-large .material-icons {
  margin: -3px 5px -3px 0;
  font-size: 18px;
}
.label.label-pill {
  border-radius: 24px;
}
.label.label-text {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
}
.label.label-uppercase {
  text-transform: uppercase;
}
.label.label-block {
  justify-content: start;
  width: 100%;
}
a.label:hover,
a.label:focus,
a.label:active {
  text-decoration: none;
}
.label.label-default {
  background: rgba(17, 18, 130, 0.17);
  color: #4b5173;
}
a.label.label-default:hover,
a.label.label-default:focus,
a.label.label-default:active {
  color: #fff;
  background: #3a3f59;
}
.label.label-default.label-inverse {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.035);
}
a.label.label-default.label-inverse:hover,
a.label.label-default.label-inverse:focus,
a.label.label-default.label-inverse:active {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.17);
}
.label.label-default.label-text {
  background-color: transparent;
  color: #4b5173;
}
a.label.label-default.label-text:hover,
a.label.label-default.label-text:focus,
a.label.label-default.label-text:active {
  color: #232635;
}
.label.label-default.label-transparent,
.label.label-default.label-inverse.label-transparent {
  background-color: transparent;
  color: #4b5173;
}
a.label.label-default.label-transparent:hover,
a.label.label-default.label-inverse.label-transparent:hover,
a.label.label-default.label-transparent:focus,
a.label.label-default.label-inverse.label-transparent:focus,
a.label.label-default.label-transparent:active,
a.label.label-default.label-inverse.label-transparent:active {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.035) !important;
}
.label.label-dark {
  background: #3a3f59;
  color: #fff;
}
a.label.label-dark:hover,
a.label.label-dark:focus,
a.label.label-dark:active {
  color: #fff;
  background: #08090d;
}
.label.label-dark.label-inverse {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.17);
}
a.label.label-dark.label-inverse:hover,
a.label.label-dark.label-inverse:focus,
a.label.label-dark.label-inverse:active {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.32);
}
.label.label-dark.label-text {
  background-color: transparent;
  color: #4b5173;
}
a.label.label-dark.label-text:hover,
a.label.label-dark.label-text:focus,
a.label.label-dark.label-text:active {
  color: #232635;
}
.label.label-dark.label-transparent,
.label.label-dark.label-inverse.label-transparent {
  background-color: transparent;
  color: #4b5173;
}
a.label.label-dark.label-transparent:hover,
a.label.label-dark.label-inverse.label-transparent:hover,
a.label.label-dark.label-transparent:focus,
a.label.label-dark.label-inverse.label-transparent:focus,
a.label.label-dark.label-transparent:active,
a.label.label-dark.label-inverse.label-transparent:active {
  color: #4b5173;
  background: rgba(17, 18, 130, 0.17) !important;
}
.label.label-theme {
  background: #4039cc;
  color: #f1f0ff;
}
a.label.label-theme:hover,
a.label.label-theme:focus,
a.label.label-theme:active {
  color: #ecebff;
  background: #2c278b;
}
.label.label-theme.label-inverse {
  color: #4039cc;
  background: #ecebff;
}
a.label.label-theme.label-inverse:hover,
a.label.label-theme.label-inverse:focus,
a.label.label-theme.label-inverse:active {
  color: #3832b3;
  background: #d4d1ff;
}
.label.label-theme.label-text {
  background-color: transparent;
  color: #4039cc;
}
a.label.label-theme.label-text:hover,
a.label.label-theme.label-text:focus,
a.label.label-theme.label-text:active {
  color: #25217e;
}
.label.label-theme.label-transparent,
.label.label-theme.label-inverse.label-transparent {
  background-color: transparent;
  color: #4039cc;
}
a.label.label-theme.label-transparent:hover,
a.label.label-theme.label-inverse.label-transparent:hover,
a.label.label-theme.label-transparent:focus,
a.label.label-theme.label-inverse.label-transparent:focus,
a.label.label-theme.label-transparent:active,
a.label.label-theme.label-inverse.label-transparent:active {
  color: #3832b3;
  background: #ecebff !important;
}
.label.label-primary {
  background: #009688;
  color: #f0f7f7;
}
a.label.label-primary:hover,
a.label.label-primary:focus,
a.label.label-primary:active {
  color: #e1f0ee;
  background: #004039;
}
.label.label-primary.label-inverse {
  color: #009688;
  background: #e1f0ee;
}
a.label.label-primary.label-inverse:hover,
a.label.label-primary.label-inverse:focus,
a.label.label-primary.label-inverse:active {
  color: #007367;
  background: #d0e8e4;
}
.label.label-primary.label-text {
  background-color: transparent;
  color: #009688;
}
a.label.label-primary.label-text:hover,
a.label.label-primary.label-text:focus,
a.label.label-primary.label-text:active {
  color: #00302c;
}
.label.label-primary.label-transparent,
.label.label-primary.label-inverse.label-transparent {
  background-color: transparent;
  color: #009688;
}
a.label.label-primary.label-transparent:hover,
a.label.label-primary.label-inverse.label-transparent:hover,
a.label.label-primary.label-transparent:focus,
a.label.label-primary.label-inverse.label-transparent:focus,
a.label.label-primary.label-transparent:active,
a.label.label-primary.label-inverse.label-transparent:active {
  color: #007367;
  background: #e1f0ee !important;
}
.label.label-secondary {
  background: #cd2363;
  color: #fff6fb;
}
a.label.label-secondary:hover,
a.label.label-secondary:focus,
a.label.label-secondary:active {
  color: #faedf3;
  background: #800038;
}
.label.label-secondary.label-inverse {
  color: #cd2363;
  background: #faedf3;
}
a.label.label-secondary.label-inverse:hover,
a.label.label-secondary.label-inverse:focus,
a.label.label-secondary.label-inverse:active {
  color: #b3004f;
  background: #f4d9e6;
}
.label.label-secondary.label-text {
  background-color: transparent;
  color: #cd2363;
}
a.label.label-secondary.label-text:hover,
a.label.label-secondary.label-text:focus,
a.label.label-secondary.label-text:active {
  color: #761439;
}
.label.label-secondary.label-transparent,
.label.label-secondary.label-inverse.label-transparent {
  background-color: transparent;
  color: #cd2363;
}
a.label.label-secondary.label-transparent:hover,
a.label.label-secondary.label-inverse.label-transparent:hover,
a.label.label-secondary.label-transparent:focus,
a.label.label-secondary.label-inverse.label-transparent:focus,
a.label.label-secondary.label-transparent:active,
a.label.label-secondary.label-inverse.label-transparent:active {
  color: #b3004f;
  background: #faedf3 !important;
}
.label.label-extreme {
  background: #000;
  color: #fff;
}
a.label.label-extreme:hover,
a.label.label-extreme:focus,
a.label.label-extreme:active {
  color: #4039cc;
  background: #ecebff;
}
.label.label-extreme.label-inverse {
  color: #000;
  background: rgba(17, 18, 130, 0.32);
}
a.label.label-extreme.label-inverse:hover,
a.label.label-extreme.label-inverse:focus,
a.label.label-extreme.label-inverse:active {
  color: #4039cc;
  background: #ecebff;
}
.label.label-extreme.label-text {
  background-color: transparent;
  color: #000;
}
a.label.label-extreme.label-text:hover,
a.label.label-extreme.label-text:focus,
a.label.label-extreme.label-text:active {
  color: #000000;
}
.label.label-extreme.label-transparent,
.label.label-extreme.label-inverse.label-transparent {
  background-color: transparent;
  color: #000;
}
a.label.label-extreme.label-transparent:hover,
a.label.label-extreme.label-inverse.label-transparent:hover,
a.label.label-extreme.label-transparent:focus,
a.label.label-extreme.label-inverse.label-transparent:focus,
a.label.label-extreme.label-transparent:active,
a.label.label-extreme.label-inverse.label-transparent:active {
  color: #4039cc;
  background: rgba(17, 18, 130, 0.32) !important;
}
.label.label-danger {
  background: #d01606;
  color: #fff4f2;
}
a.label.label-danger:hover,
a.label.label-danger:focus,
a.label.label-danger:active {
  color: #ffe5e5;
  background: #7d0000;
}
.label.label-danger.label-inverse {
  color: #d01606;
  background: #ffe5e5;
}
a.label.label-danger.label-inverse:hover,
a.label.label-danger.label-inverse:focus,
a.label.label-danger.label-inverse:active {
  color: #b00000;
  background: #ffcbcb;
}
.label.label-danger.label-text {
  background-color: transparent;
  color: #d01606;
}
a.label.label-danger.label-text:hover,
a.label.label-danger.label-text:focus,
a.label.label-danger.label-text:active {
  color: #6d0c03;
}
.label.label-danger.label-transparent,
.label.label-danger.label-inverse.label-transparent {
  background-color: transparent;
  color: #d01606;
}
a.label.label-danger.label-transparent:hover,
a.label.label-danger.label-inverse.label-transparent:hover,
a.label.label-danger.label-transparent:focus,
a.label.label-danger.label-inverse.label-transparent:focus,
a.label.label-danger.label-transparent:active,
a.label.label-danger.label-inverse.label-transparent:active {
  color: #b00000;
  background: #ffe5e5 !important;
}
.label.label-warning {
  background: #f05000;
  color: #fff6f0;
}
a.label.label-warning:hover,
a.label.label-warning:focus,
a.label.label-warning:active {
  color: #fff0e5;
  background: #852c00;
}
.label.label-warning.label-inverse {
  color: #f05000;
  background: #fff0e5;
}
a.label.label-warning.label-inverse:hover,
a.label.label-warning.label-inverse:focus,
a.label.label-warning.label-inverse:active {
  color: #b83d00;
  background: #ffe1cb;
}
.label.label-warning.label-text {
  background-color: transparent;
  color: #f05000;
}
a.label.label-warning.label-text:hover,
a.label.label-warning.label-text:focus,
a.label.label-warning.label-text:active {
  color: #8a2e00;
}
.label.label-warning.label-transparent,
.label.label-warning.label-inverse.label-transparent {
  background-color: transparent;
  color: #f05000;
}
a.label.label-warning.label-transparent:hover,
a.label.label-warning.label-inverse.label-transparent:hover,
a.label.label-warning.label-transparent:focus,
a.label.label-warning.label-inverse.label-transparent:focus,
a.label.label-warning.label-transparent:active,
a.label.label-warning.label-inverse.label-transparent:active {
  color: #b83d00;
  background: #fff0e5 !important;
}
.label.label-success {
  background: #3d9c00;
  color: #f3ffeb;
}
a.label.label-success:hover,
a.label.label-success:focus,
a.label.label-success:active {
  color: #e8f7df;
  background: #175700;
}
.label.label-success.label-inverse {
  color: #3d9c00;
  background: #e8f7df;
}
a.label.label-success.label-inverse:hover,
a.label.label-success.label-inverse:focus,
a.label.label-success.label-inverse:active {
  color: #248a00;
  background: #d9f2cb;
}
.label.label-success.label-text {
  background-color: transparent;
  color: #3d9c00;
}
a.label.label-success.label-text:hover,
a.label.label-success.label-text:focus,
a.label.label-success.label-text:active {
  color: #153600;
}
.label.label-success.label-transparent,
.label.label-success.label-inverse.label-transparent {
  background-color: transparent;
  color: #3d9c00;
}
a.label.label-success.label-transparent:hover,
a.label.label-success.label-inverse.label-transparent:hover,
a.label.label-success.label-transparent:focus,
a.label.label-success.label-inverse.label-transparent:focus,
a.label.label-success.label-transparent:active,
a.label.label-success.label-inverse.label-transparent:active {
  color: #248a00;
  background: #e8f7df !important;
}
.label.label-info {
  background: #3f9eeb;
  color: #f3f9ff;
}
a.label.label-info:hover,
a.label.label-info:focus,
a.label.label-info:active {
  color: #e6eff7;
  background: #1e5f94;
}
.label.label-info.label-inverse {
  color: #3f9eeb;
  background: #e6eff7;
}
a.label.label-info.label-inverse:hover,
a.label.label-info.label-inverse:focus,
a.label.label-info.label-inverse:active {
  color: #267abf;
  background: #d3e3f1;
}
.label.label-info.label-text {
  background-color: transparent;
  color: #3f9eeb;
}
a.label.label-info.label-text:hover,
a.label.label-info.label-text:focus,
a.label.label-info.label-text:active {
  color: #126ab2;
}
.label.label-info.label-transparent,
.label.label-info.label-inverse.label-transparent {
  background-color: transparent;
  color: #3f9eeb;
}
a.label.label-info.label-transparent:hover,
a.label.label-info.label-inverse.label-transparent:hover,
a.label.label-info.label-transparent:focus,
a.label.label-info.label-inverse.label-transparent:focus,
a.label.label-info.label-transparent:active,
a.label.label-info.label-inverse.label-transparent:active {
  color: #267abf;
  background: #e6eff7 !important;
}
.label.label-grey {
  background: #7f949e;
  color: #f2f7f7;
}
a.label.label-grey:hover,
a.label.label-grey:focus,
a.label.label-grey:active {
  color: #ecf2f3;
  background: #404e56;
}
.label.label-grey.label-inverse {
  color: #7f949e;
  background: #ecf2f3;
}
a.label.label-grey.label-inverse:hover,
a.label.label-grey.label-inverse:focus,
a.label.label-grey.label-inverse:active {
  color: #566973;
  background: #dce7e9;
}
.label.label-grey.label-text {
  background-color: transparent;
  color: #7f949e;
}
a.label.label-grey.label-text:hover,
a.label.label-grey.label-text:focus,
a.label.label-grey.label-text:active {
  color: #4f6068;
}
.label.label-grey.label-transparent,
.label.label-grey.label-inverse.label-transparent {
  background-color: transparent;
  color: #7f949e;
}
a.label.label-grey.label-transparent:hover,
a.label.label-grey.label-inverse.label-transparent:hover,
a.label.label-grey.label-transparent:focus,
a.label.label-grey.label-inverse.label-transparent:focus,
a.label.label-grey.label-transparent:active,
a.label.label-grey.label-inverse.label-transparent:active {
  color: #566973;
  background: #ecf2f3 !important;
}
.label.label-yellow {
  background: #bdad00;
  color: #fcfce3;
}
a.label.label-yellow:hover,
a.label.label-yellow:focus,
a.label.label-yellow:active {
  color: #f2f2ce;
  background: #685f05;
}
.label.label-yellow.label-inverse {
  color: #807506;
  background: #f2f2ce;
}
a.label.label-yellow.label-inverse:hover,
a.label.label-yellow.label-inverse:focus,
a.label.label-yellow.label-inverse:active {
  color: #807506;
  background: #ededba;
}
.label.label-yellow.label-text {
  background-color: transparent;
  color: #bdad00;
}
a.label.label-yellow.label-text:hover,
a.label.label-yellow.label-text:focus,
a.label.label-yellow.label-text:active {
  color: #575000;
}
.label.label-yellow.label-transparent,
.label.label-yellow.label-inverse.label-transparent {
  background-color: transparent;
  color: #bdad00;
}
a.label.label-yellow.label-transparent:hover,
a.label.label-yellow.label-inverse.label-transparent:hover,
a.label.label-yellow.label-transparent:focus,
a.label.label-yellow.label-inverse.label-transparent:focus,
a.label.label-yellow.label-transparent:active,
a.label.label-yellow.label-inverse.label-transparent:active {
  color: #807506;
  background: #f2f2ce !important;
}
.label.label-darkBlue {
  background: #1749b7;
  color: #f2f5fc;
}
a.label.label-darkBlue:hover,
a.label.label-darkBlue:focus,
a.label.label-darkBlue:active {
  color: #e6edfa;
  background: #002268;
}
.label.label-darkBlue.label-inverse {
  color: #1749b7;
  background: #e6edfa;
}
a.label.label-darkBlue.label-inverse:hover,
a.label.label-darkBlue.label-inverse:focus,
a.label.label-darkBlue.label-inverse:active {
  color: #00339b;
  background: #d1def6;
}
.label.label-darkBlue.label-text {
  background-color: transparent;
  color: #1749b7;
}
a.label.label-darkBlue.label-text:hover,
a.label.label-darkBlue.label-text:focus,
a.label.label-darkBlue.label-text:active {
  color: #0c255c;
}
.label.label-darkBlue.label-transparent,
.label.label-darkBlue.label-inverse.label-transparent {
  background-color: transparent;
  color: #1749b7;
}
a.label.label-darkBlue.label-transparent:hover,
a.label.label-darkBlue.label-inverse.label-transparent:hover,
a.label.label-darkBlue.label-transparent:focus,
a.label.label-darkBlue.label-inverse.label-transparent:focus,
a.label.label-darkBlue.label-transparent:active,
a.label.label-darkBlue.label-inverse.label-transparent:active {
  color: #00339b;
  background: #e6edfa !important;
}
.label.label-purple {
  background: #9b41c3;
  color: #fcf4fc;
}
a.label.label-purple:hover,
a.label.label-purple:focus,
a.label.label-purple:active {
  color: #f7eafb;
  background: #5f1c7d;
}
.label.label-purple.label-inverse {
  color: #9b41c3;
  background: #f7eafb;
}
a.label.label-purple.label-inverse:hover,
a.label.label-purple.label-inverse:focus,
a.label.label-purple.label-inverse:active {
  color: #7f25a7;
  background: #efd5f7;
}
.label.label-purple.label-text {
  background-color: transparent;
  color: #9b41c3;
}
a.label.label-purple.label-text:hover,
a.label.label-purple.label-text:focus,
a.label.label-purple.label-text:active {
  color: #5f2678;
}
.label.label-purple.label-transparent,
.label.label-purple.label-inverse.label-transparent {
  background-color: transparent;
  color: #9b41c3;
}
a.label.label-purple.label-transparent:hover,
a.label.label-purple.label-inverse.label-transparent:hover,
a.label.label-purple.label-transparent:focus,
a.label.label-purple.label-inverse.label-transparent:focus,
a.label.label-purple.label-transparent:active,
a.label.label-purple.label-inverse.label-transparent:active {
  color: #7f25a7;
  background: #f7eafb !important;
}
.label.label-striped {
  background-color: #fff;
  background-image: url('../../images/layout/backgrounds/striped-accent.png');
  border: 1px solid #ffc1c1 !important;
  color: #d01606;
}
.label.label-transparent {
  background-color: transparent !important;
}
.label.label-accent-primary,
.label.label-accent-secondary,
.label.label-accent-theme {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: baseline;
}
.label.label-accent-primary:first-child,
.label.label-accent-secondary:first-child,
.label.label-accent-theme:first-child {
  padding-left: 0;
}
.label.label-accent-primary:last-child,
.label.label-accent-secondary:last-child,
.label.label-accent-theme:last-child {
  padding-right: 0;
}
.label.label-accent-primary {
  color: #009688;
}
a.label.label-accent-primary:hover,
a.label.label-accent-primary:focus,
a.label.label-accent-primary:active {
  color: #00635a;
}
.label.label-accent-secondary {
  color: #cd2363;
}
a.label.label-accent-secondary:hover,
a.label.label-accent-secondary:focus,
a.label.label-accent-secondary:active {
  color: #a11c4e;
}
.label.label-accent-theme {
  color: #4039cc;
}
a.label.label-accent-theme:hover,
a.label.label-accent-theme:focus,
a.label.label-accent-theme:active {
  color: #312ba7;
}
pre .label {
  padding: 0 2px;
  margin: 0 1px;
  border-radius: 4px !important;
  font-size: inherit;
  font-weight: bold !important;
  line-height: 1.25em;
  vertical-align: baseline;
}
.labels-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
  row-gap: 6px;
}
.labels-list + .labels-list {
  padding-top: 5px;
}
.labels-list.labels-list-compact {
  column-gap: 2px;
}
.labels-list.labels-list-compact + .labels-list-compact {
  padding-top: 2px;
}
.labels-list.labels-list-extended {
  column-gap: 10px;
}
.labels-list.labels-list-extended + .labels-list-extended {
  padding-top: 10px;
}
.labels-list .label {
  margin: 0;
  align-content: center;
}
.text-center .labels-list,
.text-sm-center .labels-list,
.text-md-center .labels-list,
.text-lg-center .labels-list {
  justify-content: center;
}
.text-right .labels-list,
.text-sm-right .labels-list,
.text-md-right .labels-list,
.text-lg-right .labels-list {
  justify-content: right;
}
.jet--label-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  vertical-align: baseline;
}
.jet--label-circle .material-icons {
  font-size: 14px;
}
@media (min-width: 576px) {
  .jet--label-circle {
    /*margin: -4px 0;*/
  }
}
.jet--label-circle.jet--label-circle-small {
  width: 20px;
  height: 20px;
  font-size: 0.85rem;
  line-height: 20px;
}
.jet--label-circle.jet--label-circle-xsmall {
  width: 16px;
  height: 16px;
  font-size: 0.75rem;
  line-height: 16px;
}
.jet--label-circle.jet--label-circle-xxsmall {
  width: 14px;
  height: 14px;
  font-size: 0.7rem;
  line-height: 14px;
}
.jet--label-circle.jet--label-circle-tiny {
  width: 12px;
  height: 12px;
  font-size: 0.65rem;
  line-height: 12px;
}
/* Thin */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Thin.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Thin.woff) format('woff'), url(/css/fonts/gottak/Gottak-Thin.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ThinItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ThinItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-ThinItalic.woff2) format('woff2');
}
/* ExtraLight */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ExtraLight.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ExtraLight.woff) format('woff'), url(/css/fonts/gottak/Gottak-ExtraLight.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-ExtraLightItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-ExtraLightItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-ExtraLightItalic.woff2) format('woff2');
}
/* Light */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Light.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Light.woff) format('woff'), url(/css/fonts/gottak/Gottak-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-LightItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-LightItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-LightItalic.woff2) format('woff2');
}
/* Regular */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Regular.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Regular.woff) format('woff'), url(/css/fonts/gottak/Gottak-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-RegularItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-RegularItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-RegularItalic.woff2) format('woff2');
}
/* SemiBold */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-SemiBold.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-SemiBold.woff) format('woff'), url(/css/fonts/gottak/Gottak-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-SemiBoldItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-SemiBoldItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-SemiBoldItalic.woff2) format('woff2');
}
/* Bold */
@font-face {
  font-family: 'Gottak-web';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-Bold.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-Bold.woff) format('woff'), url(/css/fonts/gottak/Gottak-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Gottak-web';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/css/fonts/gottak/Gottak-BoldItalic.ttf) format('opentype'), url(/css/fonts/gottak/Gottak-BoldItalic.woff) format('woff'), url(/css/fonts/gottak/Gottak-BoldItalic.woff2) format('woff2');
}
/* --- Containers --- */
.row {
  margin-left: 0;
  margin-right: 0;
}
.col,
div[class*="col-"],
section[class*="col-"],
article[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.aeriel--container {
  margin-left: auto;
  margin-right: auto;
}
.aeriel--container-xxnarrow {
  max-width: 240px;
}
.aeriel--container-xnarrow {
  max-width: 360px;
}
.aeriel--container-narrow {
  max-width: 480px;
}
.aeriel--container-base {
  max-width: 640px;
}
.aeriel--container-wide {
  max-width: 800px;
}
.aeriel--container-xwide {
  max-width: 1000px;
}
.aeriel--container-xxwide {
  max-width: 1200px;
}
.aeriel--container-xxxwide {
  max-width: 1400px;
}
.aeriel--container-xxxwide {
  max-width: 1800px;
}
/* --- Icons --- */
.material-icons {
  margin: -2px 2px 0;
  font-size: 24px;
  vertical-align: middle;
}
.material-icons.icon-large {
  font-size: 32px;
}
.material-icons.icon-xlarge {
  font-size: 96px;
}
small .material-icons,
.material-icons.icon-small {
  margin: -3px 2px;
  font-size: 18px;
}
.text-xsmall .material-icons,
.material-icons.icon-xsmall {
  margin: -4px 0 -2px;
  font-size: 14px;
}
.text-tiny .material-icons,
.material-icons.icon-tiny {
  margin: -5px 0;
  font-size: 12px;
}
.material-icons.icon-noMargin {
  margin-left: 0;
  margin-right: 0;
}
/* --- Elements --- */
.bull:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
}
.bull-light:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(20, 21, 26, 0.3);
}
.bull-light-inverse:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: rgba(255, 255, 255, 0.3);
}
.bull-theme:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: #4039cc;
}
.bull-theme-light:before {
  display: inline-block;
  margin: 0 2px;
  content: '\2022';
  color: #4b5173;
  color: #9995e5;
}
hr {
  margin: 24px 0;
  border-color: rgba(17, 18, 130, 0.32);
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.xdark {
  border-color: rgba(17, 18, 130, 0.52);
}
hr.dark {
  border-color: rgba(17, 18, 130, 0.32);
}
hr.light {
  border-color: rgba(17, 18, 130, 0.07);
}
hr.xlight {
  border-color: rgba(17, 18, 130, 0.035);
}
.alert {
  font-weight: 400;
}
/* --- Scroll --- */
#scroll-btn {
  box-shadow: 1px 1px 2px rgba(17, 18, 130, 0.05);
  position: fixed;
  bottom: 15px;
  right: -50px;
  z-index: 90;
  height: 60px;
  width: 60px;
  padding: 0;
  background-color: #ecebff;
  color: #4039cc;
  border: 1px solid #d4d1ff;
  border-radius: 30px;
  line-height: 60px;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
  text-align: center;
}
#scroll-btn:hover {
  background-color: #d4d1ff;
}
#scroll-btn.jet--visible {
  right: 15px;
  opacity: 1;
  transition: right 0.3s, opacity 0.3s;
}
@media (min-width: 576px) {
  #scroll-btn.jet--visible {
    right: 15px;
  }
  .jet--sidebar:not(.closed) ~ .jet--main #scroll-btn.jet--visible {
    right: 278.75px;
  }
}
@media (min-width: 2200px) {
  .jet--sidebar:not(.closed) ~ .jet--main #scroll-btn.jet--visible {
    right: 418.75px;
  }
}
#scroll-btn .material-icons {
  margin: 0 auto !important;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
/* --- Forms --- */
.fieldset {
  margin: 45px 0 30px;
}
legend {
  margin: 0 0 18px;
  color: #4039cc;
  font-size: 1rem;
  font-weight: 500;
  font-size: 1.618rem;
}
.form-group {
  margin: 0 0 15px;
}
.form-control-label,
.form-label-container label {
  color: #3a3f59;
  font-weight: 500;
}
select,
textarea,
.form-control {
  height: auto;
  padding: 6px 12px;
  border-color: #d4d1ff;
  font-size: 1rem;
}
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #4039cc;
}
select {
  padding: 8px 12px !important;
  line-height: 1rem;
}
.btn,
input[type="submit"],
button[type="submit"] {
  padding: 12px 36px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: none;
}
.btn.btn-primary,
input[type="submit"].btn-primary,
button[type="submit"].btn-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #4039cc;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.06), inset 0px 2px 0px rgba(255, 255, 255, 0.06);
}
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover,
button[type="submit"].btn-primary:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #6762d6;
}
.btn.btn-link,
input[type="submit"].btn-link,
button[type="submit"].btn-link {
  background: transparent;
  color: #4039cc;
}
.btn.btn-link:hover,
input[type="submit"].btn-link:hover,
button[type="submit"].btn-link:hover {
  color: #312ba7;
}
.btn.btn-sm,
input[type="submit"].btn-sm,
button[type="submit"].btn-sm {
  padding: 6px 18px;
  font-size: 1rem;
}
.btn.btn-xs,
input[type="submit"].btn-xs,
button[type="submit"].btn-xs {
  padding: 4px 12px;
  font-size: 1rem;
}
.help-block {
  color: #4b5173;
}
.help-block.text-danger {
  display: block;
  margin: 2px 0 4px -8px;
}
div.help-block {
  margin: 6px 0 8px;
}
.help-block .glyphicon {
  display: none;
}
.form-control.g-recaptcha {
  margin: -15px 0 45px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.form-phone {
  position: absolute;
  top: -999em;
  left: -999em;
}
html {
  font-size: 18px;
}
@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18.5px;
  }
}
body,
textarea,
input,
select,
.form-control,
.popover {
  color: #191c26;
  font-family: 'Gottak-web', 'Roboto', 'Droid Sans', 'Helvetica Neue', 'HelveticaNeue', 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.04em;
}
h1,
.header-1 {
  color: #4039cc;
  font-size: 4.236rem;
  font-weight: 500;
}
h2,
.header-2 {
  margin: 0 0 24px;
  color: #4039cc;
  font-size: 2.618rem;
  font-weight: 500;
}
h3,
.header-3 {
  margin: 0 0 18px;
  color: #4b5173;
  font-size: 1.618rem;
  font-weight: 500;
}
h4,
.header-4 {
  margin: 0 0 18px;
  color: #4039cc;
  font-size: 1rem;
  font-weight: 500;
}
h5,
.header-5 {
  margin: 0 0 18px;
  color: #9995e5;
  font-size: 1rem;
  font-weight: 500;
}
p {
  margin: 0 0 15px;
}
a {
  display: inline-block;
  color: #4039cc;
  font-weight: 500;
}
a:hover {
  color: #312ba7;
  text-decoration: underline;
}
strong {
  font-weight: 500;
}
em {
  font-weight: 300;
}
big,
.text-large {
  font-size: 115%;
}
small,
.text-small {
  font-size: 0.9rem;
}
.text-xsmall {
  font-size: 0.85rem;
}
.text-tiny {
  font-size: 0.65rem;
}
ol {
  padding-left: 0;
  list-style-position: inside;
}
.text-success {
  color: #3d9c00 !important;
}
.text-danger {
  color: #d01606 !important;
}
.text-warning {
  color: #f05000 !important;
}
.text-info {
  color: #3f9eeb !important;
}
.text-darkBlue {
  color: #1749b7 !important;
}
.text-purple {
  color: #9b41c3 !important;
}
.text-grey {
  color: #7f949e !important;
}
.text-theme {
  color: #4039cc;
}
.text-accent-primary,
.accent-primary {
  color: #009688;
}
.text-accent-secondary,
.accent-secondary {
  color: #cd2363;
}
.text-dark {
  color: #191c26 !important;
  font-weight: 500;
}
.text-medium {
  color: #3a3f59 !important;
}
.text-muted,
.text-light {
  color: #4b5173 !important;
}
.text-xlight {
  color: #636fa6 !important;
}
.text-ai {
  color: #9b41c3 !important;
}
ul {
  margin-left: -5px;
}
li {
  padding-left: 15px;
}
li::marker {
  color: #8ca1ac;
}
li + li {
  margin-top: 15px;
}
/* --- Basis --- */
html,
body {
  position: relative;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding: 30px 30px 0;
  background: #fff;
  overflow-x: hidden;
}
@media (min-width: 576px) {
  body {
    padding: 30px 60px 0;
  }
}
.aeriel--header,
.aeriel--main,
.aeriel--footer-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
/* --- Header --- */
.aeriel--header {
  margin-bottom: 30px;
}
.aeriel--header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .aeriel--header-menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .aeriel--header-menu {
    margin-bottom: 0;
  }
}
.aeriel--header-menu .aeriel--header-company {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.aeriel--header-menu .aeriel--header-logo {
  width: 220px;
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-logo {
    width: 244px;
  }
}
.aeriel--header-menu .aeriel--header-menu-items {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .aeriel--header-menu .aeriel--header-menu-items {
    margin-top: 0;
    text-align: right;
  }
}
.aeriel--header-menu .aeriel--header-menu-item:not(.btn) {
  color: #4b5173;
  font-size: 1rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-menu-item:not(.btn) {
    font-size: 21px;
  }
}
.aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
  margin: 0 0 0 15px;
}
@media (min-width: 576px) {
  .aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
    margin: 0 0 0 16.5px;
  }
}
@media (min-width: 992px) {
  .aeriel--header-menu .aeriel--header-menu-item + .aeriel--header-menu-item {
    margin: 0 0 0 40px;
  }
}
.aeriel--header-menu .aeriel--header-menu-item.aeriel--header-menu-item-current {
  color: #4039cc;
}
/* --- Footer --- */
.aeriel--footer {
  width: 100vw;
  position: relative;
  margin-top: 90px;
  margin-left: -50vw;
  left: 50%;
  padding: 60px 30px;
  background-color: #1a2340;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 576px) {
  .aeriel--footer {
    padding: 60px;
  }
}
.aeriel--footer h4 {
  color: rgba(255, 255, 255, 0.55);
}
.aeriel--footer a {
  color: rgba(255, 255, 255, 0.8);
}
.aeriel--footer .aeriel--footer-col {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .aeriel--footer .aeriel--footer-col {
    margin-bottom: 0;
  }
}
.aeriel--footer .aeriel--footer-col:last-child {
  margin-bottom: 0;
}
.aeriel--footer .aeriel--footer-logo {
  width: 160px;
  margin: -16px 0 -16px 0;
}
.aeriel--footer .aeriel--footer-logo img {
  position: relative;
  top: 20px;
}
/* --- Modals --- */
.modal {
  font-size: 18px;
}
@media (min-width: 576px) {
  .modal {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .modal {
    font-size: 18.5px;
  }
}
.modal .modal-content {
  background-color: #ecebff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 0 15px rgba(17, 18, 130, 0.45);
}
.modal .modal-content .modal-header {
  padding: 8px 15px 4px;
  margin: -1px 0;
  background-color: #3832b3;
  border-radius: 16px 16px 0 0;
  border: none;
  box-shadow: inset 0 -5px 10px -5px #2c278b;
}
.modal .modal-content .modal-header .modal-title {
  color: #ecebff;
  font-size: 0.9rem;
  font-weight: 400;
}
.modal .modal-content .modal-header .close {
  color: #ecebff;
  text-shadow: none;
}
.modal .modal-content .modal-body .img-fluid {
  border-radius: 0 0 16px 16px;
}
.modal .modal-content .modal-footer {
  padding: 10px 15px;
  background-color: #ecebff;
  box-shadow: inset 0 5px 5px -5px rgba(17, 18, 130, 0.3);
  border: none;
  color: #191c26 !important;
  font-size: 0.9rem;
  justify-content: center !important;
}
/* --- Ekko-lightbox modal --- */
.ekko-lightbox.modal {
  transition: width 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.ekko-lightbox.modal .modal-header .modal-title {
  order: 1;
  margin: 0;
}
.ekko-lightbox.modal .modal-header .close {
  order: 2;
}
.ekko-lightbox.modal .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .ekko-lightbox.modal .modal-content {
    min-width: 200px;
    min-height: 200px;
  }
}
.ekko-lightbox.modal .ekko-lightbox-container {
  min-height: 100% !important;
}
.ekko-lightbox.modal .ekko-lightbox-item {
  height: 100%;
  opacity: 0;
  text-align: center;
  /* https://stackoverflow.com/questions/18516317/vertically-align-an-image-inside-a-div-with-responsive-height */
}
.ekko-lightbox.modal .ekko-lightbox-item.in {
  opacity: 1;
}
.ekko-lightbox.modal .ekko-lightbox-item:before {
  /* create a full-height inline block pseudo-element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.ekko-lightbox.modal .ekko-lightbox-item img {
  display: inline-block;
}
.ekko-lightbox.modal .ekko-lightbox-item iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a {
  color: rgba(20, 21, 26, 0.2);
  font-size: 90px;
  opacity: 0.15;
  text-shadow: 0 0 10px rgba(17, 18, 130, 0.3);
}
.no-touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a {
  opacity: 0;
}
.touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a:hover,
.touchevents .ekko-lightbox.modal .ekko-lightbox-nav-overlay a:active {
  opacity: 0.25;
}
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:hover,
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:active {
  color: rgba(20, 21, 26, 0.3);
  opacity: 0.5;
}
.modal-dialog {
  margin: 0 auto !important;
  padding: 15px;
}
.modal-backdrop {
  background-color: #0d0c2d;
}
/* ------ Promo ------ */
/* --- Row --- */
.aeriel--promo-row {
  max-width: 1300px;
  margin: 30px auto 0;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.aeriel--promo-fullBleed + .aeriel--promo-row,
.aeriel--promo-row + .aeriel--promo-fullBleed,
.aeriel--promo-row + .aeriel--promo-row {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .aeriel--promo-fullBleed + .aeriel--promo-row,
  .aeriel--promo-row + .aeriel--promo-fullBleed,
  .aeriel--promo-row + .aeriel--promo-row {
    margin-top: 90px;
  }
}
.aeriel--promo-row .aeriel--promo-content-intro {
  margin-bottom: 60px;
}
/* --- Full bleed --- */
.aeriel--promo-fullBleed {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .aeriel--promo-fullBleed {
    padding: 0 60px;
  }
}
.aeriel--promo-fullBleed-primary {
  background-color: #4039cc;
  background: url("/images/site/hero/hero-main-bg_wide.png") left center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background: image-set(url("/images/site/hero/hero-main-bg_wide.webp"), url("/images/site/hero/hero-main-bg_wide.png")) left center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background-size: auto 100%, cover;
}
@media (min-width: 992px) {
  .aeriel--promo-fullBleed-primary .aeriel--promo-content {
    position: relative;
    min-height: 600px;
  }
}
.aeriel--promo-fullBleed-secondary {
  background-color: #f1f0ff;
  box-shadow: 0 0 30px rgba(153, 149, 229, 0.45);
}
.aeriel--promo-fullBleed-secondary .aeriel--promo-row {
  padding: 60px 0;
}
.aeriel--promo-fullBleed-tertiary {
  background-color: #4039cc;
  background: url("/images/site/hero/hero-monitor-bg.png") right center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background: image-set(url("/images/site/hero/hero-monitor-bg.webp"), url("/images/site/hero/hero-monitor-bg.png")) right center no-repeat, linear-gradient(90deg, #4039cc 0%, #25217e 100%);
  background-size: auto 100%, cover;
  box-shadow: 0 0 30px #2b2693 inset;
  color: #ecebff;
  overflow-x: hidden;
}
.aeriel--promo-fullBleed-tertiary .aeriel--promo-row {
  padding: 120px 0 90px;
}
.aeriel--promo-fullBleed-tertiary h2 {
  color: #ecebff;
}
.aeriel--promo-fullBleed-tertiary a {
  color: #ffffff;
}
.aeriel--promo-fullBleed-tertiary a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.aeriel--promo-fullBleed-light {
  background-color: rgba(17, 18, 130, 0.035);
  box-shadow: 0 0 30px rgba(17, 18, 130, 0.18);
}
.aeriel--promo-fullBleed-light .aeriel--promo-row {
  padding: 60px 0;
}
.aeriel--promo-fullBleed + .aeriel--promo-fullBleed .aeriel--promo-row {
  margin-top: 0;
}
.aeriel--promo-departments {
  padding: 30px 0 0;
}
.aeriel--promo-newsPost {
  margin: 45px 0;
}
hr + .aeriel--promo-newsPost {
  margin-top: 60px;
}
.aeriel--promo-newsPost h4 {
  font-size: 1.618rem;
}
@media (max-width: 991px) {
  .aeriel--promo-newsPost .aeriel--promo-newsPost-headerImage {
    display: block;
    margin: 0 0 30px;
  }
}
.aeriel--promo-newsPost .aeriel--promo-newsPost-text {
  max-width: 800px;
}
.aeriel--promo-newsImages {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages {
    padding-top: 0;
  }
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: 75%;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-image {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-image {
    display: block;
    margin: 0 0 15px auto;
  }
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image .aeriel--promo-newsImages-image-label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 0 5px;
  font-size: 0.75rem;
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-image img {
  border: 2px solid #c5c2ff;
  border-radius: 5px;
  box-shadow: 0 0 30px #dddcff;
  width: 100%;
}
.aeriel--promo-newsImages .aeriel--promo-newsImages-count {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .aeriel--promo-newsImages .aeriel--promo-newsImages-count {
    max-width: 320px;
    margin: 0 0 0 auto;
  }
}
/* --- Promo header --- */
.aeriel--promo-content-title {
  margin: 30px 0 60px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 2.618rem;
  text-align: center;
}
@media (min-width: 576px) {
  .aeriel--promo-content-title {
    position: absolute;
    left: 0;
    bottom: 60px;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-content-title {
    font-size: 2.618rem;
    bottom: 90px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-content-title {
    font-size: 4.236rem;
  }
}
.aeriel--promo-content-typewriter {
  display: block;
  color: #7b76dc;
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0;
}
.aeriel--promo-content-typewriter .Typewriter__wrapper {
  filter: hue-rotate(75deg) saturate(140%);
}
.aeriel--promo-content-typewriter .material-icons {
  font-size: 96px;
}
.Typewriter__cursor {
  animation: Typewriter-cursor 1.1s infinite !important;
  color: rgba(255, 255, 255, 0.2);
}
.aeriel--promo-content-image {
  display: block;
  margin: 60px auto 30px;
  width: 100%;
  max-width: 320px;
}
.aeriel--promo-content-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .aeriel--promo-content-image {
    float: right;
    margin: 0 -30px 0 0;
    width: 50%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-content-image {
    margin: -30px -30px -30px 0;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-content-image {
    margin: -30px -30px -180px 0;
  }
}
/* --- Tiles --- */
.aeriel--promo-tiles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .aeriel--promo-tiles {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.aeriel--promo-tiles.aeriel--promo-tiles-licenses .aeriel--promo-tile h3 {
  white-space: unset;
}
.aeriel--promo-tiles .aeriel--promo-tile {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 30px;
  background-color: #ecebff;
  border-radius: 15px;
  color: #5e58d6;
  text-align: center;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-icon {
  margin-bottom: 24px;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-primary {
  background-color: #e1f0ee;
  color: #15635b;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-primary h3 {
  color: #15635b;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-secondary {
  background-color: #faedf3;
  color: #cd2363;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-accent-secondary h3 {
  color: #cd2363;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-green {
  background-color: #e8f7df;
  color: #248a00;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-green h3 {
  color: #1d7100;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-purple {
  background-color: #f7eafb;
  color: #9b41c3;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-purple h3 {
  color: #9b41c3;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-darkBlue {
  background-color: #e6edfa;
  color: #1749b7;
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-darkBlue h3 {
  color: #1749b7;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-content {
  max-width: 560px;
  margin: 0 auto;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-heroImage {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 160px;
  line-height: 160px;
  text-align: center;
  vertical-align: baseline;
  min-height: 160px;
  display: block;
  margin: 0 auto 30px;
  border: 5px solid #d4d2f4;
  overflow: hidden;
}
.aeriel--promo-tiles .aeriel--promo-tile .aeriel--promo-tile-heroImage img {
  position: relative;
  top: -50%;
  margin-top: 60px;
  width: 100%;
}
.aeriel--promo-tiles .aeriel--promo-tile h3 {
  margin-bottom: 5px;
  color: #4039cc;
  white-space: nowrap;
}
.aeriel--promo-tiles .aeriel--promo-tile h3 .material-icons {
  margin-top: -5px;
}
.aeriel--promo-tiles .aeriel--promo-tile hr {
  margin: 15px 0 30px;
  background-color: #ecebff;
}
.aeriel--promo-tiles .aeriel--promo-tile p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.aeriel--promo-tiles .aeriel--promo-tile p:last-child {
  margin-bottom: 0;
}
.aeriel--promo-tiles .aeriel--promo-tile + .aeriel--promo-tile {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .aeriel--promo-tiles .aeriel--promo-tile + .aeriel--promo-tile {
    margin-top: 0;
    margin-left: 30px;
  }
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-tier2 {
  filter: hue-rotate(45deg);
}
.aeriel--promo-tiles .aeriel--promo-tile.aeriel--promo-tile-tier3 {
  filter: hue-rotate(90deg);
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon {
  margin-bottom: 15px;
  color: #9995e5;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-container {
  position: relative;
  display: inline-block;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .material-icons {
  font-size: 120px;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-sup {
  position: absolute;
  top: 36px;
  left: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 70px !important;
}
.aeriel--promo-tiles .aeriel--promo-tile-heroIcon .aeriel--promo-tile-heroIcon-text {
  display: inline-block;
  margin: 0 15px;
  font-size: 30px;
  vertical-align: middle;
}
.aeriel--promo-tiles .aeriel--promo-tile-footer {
  margin-top: auto;
  padding-top: 60px;
}
.aeriel--promo-tiles-small h3 {
  margin-bottom: 20px !important;
}
/* --- Features --- */
.aeriel--promo-features-row {
  margin-left: -15px;
  margin-right: -15px;
}
.aeriel--promo-content + .aeriel--promo-features-row {
  margin-top: 60px;
}
.aeriel--promo-feature {
  margin: 0 0 30px;
  padding: 30px !important;
  background-color: #f2f5fc;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .aeriel--promo-feature {
    padding: 30px 0 15px 30px !important;
    margin: 0 15px 30px;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-feature {
    max-width: calc(50% - 30px);
  }
}
.aeriel--promo-feature .row {
  height: 100%;
}
.aeriel--promo-feature.aeriel--promo-feature-purple {
  background-color: #fcf4fc;
}
.aeriel--promo-feature.aeriel--promo-feature-purple h3 {
  color: #9b41c3;
}
.aeriel--promo-feature.aeriel--promo-feature-wide {
  margin-bottom: 0;
}
.aeriel--promo-feature .aeriel--promo-feature-illustration {
  margin-top: 15px;
}
.aeriel--promo-feature .aeriel--promo-feature-illustration img {
  width: 100%;
  max-width: 180px;
}
@media (min-width: 576px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration {
    margin-top: 0;
  }
  .aeriel--promo-feature .aeriel--promo-feature-illustration img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-feature .aeriel--promo-feature-illustration img {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .aeriel--promo-contactForm {
    max-width: 600px;
  }
}
.aeriel--promo-contactForm .div[class^='form-group-control-aa'],
.aeriel--promo-contactForm div[class*=' form-group-control-aa'],
.aeriel--promo-contactForm .div[class^='form-group-control-bb'],
.aeriel--promo-contactForm div[class*=' form-group-control-bb'],
.aeriel--promo-contactForm .div[class^='form-group-control-cc'],
.aeriel--promo-contactForm div[class*=' form-group-control-cc'] {
  position: absolute;
  top: -999em;
  left: -999em;
}
/* --- Features gallery --- */
.aeriel--promo-featuresGallery {
  margin: 60px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb {
  box-shadow: 0 0 15px #2b2693;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb + .aeriel--promo-featuresGallery-thumb {
  margin-left: 15px;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb:hover {
  opacity: 1 !important;
  filter: saturate(120%);
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-2 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-3 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-4 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-5 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-6 {
  opacity: 1;
}
.aeriel--promo-featuresGallery .aeriel--promo-featuresGallery-thumb.aeriel--promo-featuresGallery-thumb-7 {
  opacity: 1;
}
/* --- References --- */
.aeriel--promo-tiles-references {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .aeriel--promo-tiles-references {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.aeriel--promo-tile-reference {
  position: relative;
}
.aeriel--promo-tile-reference .aeriel--promo-tile-reference-companyLogo {
  position: absolute;
  top: 30px;
  right: 30px;
}
.aeriel--promo-tile-reference h3 {
  margin-bottom: 5px !important;
}
.aeriel--promo-tile-reference h4 {
  margin-bottom: 30px !important;
  color: #726cdb;
}
.aeriel--promo-tile-reference p {
  margin-bottom: 15px !important;
}
@media (min-width: 992px) {
  .aeriel--promo-tile-reference {
    flex: 0 0 calc(50% - 30px) !important;
    margin: 0 15px 30px !important;
  }
}
@media (min-width: 1200px) {
  .aeriel--promo-tile-reference {
    flex: 0 0 calc(33.333333% - 30px) !important;
  }
}
/*# sourceMappingURL=jetstream-site.css.map */