/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-order: -1;
            order: -1; }

  .order-sm-last {
    -webkit-order: 13;
            order: 13; }

  .order-sm-0 {
    -webkit-order: 0;
            order: 0; }

  .order-sm-1 {
    -webkit-order: 1;
            order: 1; }

  .order-sm-2 {
    -webkit-order: 2;
            order: 2; }

  .order-sm-3 {
    -webkit-order: 3;
            order: 3; }

  .order-sm-4 {
    -webkit-order: 4;
            order: 4; }

  .order-sm-5 {
    -webkit-order: 5;
            order: 5; }

  .order-sm-6 {
    -webkit-order: 6;
            order: 6; }

  .order-sm-7 {
    -webkit-order: 7;
            order: 7; }

  .order-sm-8 {
    -webkit-order: 8;
            order: 8; }

  .order-sm-9 {
    -webkit-order: 9;
            order: 9; }

  .order-sm-10 {
    -webkit-order: 10;
            order: 10; }

  .order-sm-11 {
    -webkit-order: 11;
            order: 11; }

  .order-sm-12 {
    -webkit-order: 12;
            order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-order: -1;
            order: -1; }

  .order-md-last {
    -webkit-order: 13;
            order: 13; }

  .order-md-0 {
    -webkit-order: 0;
            order: 0; }

  .order-md-1 {
    -webkit-order: 1;
            order: 1; }

  .order-md-2 {
    -webkit-order: 2;
            order: 2; }

  .order-md-3 {
    -webkit-order: 3;
            order: 3; }

  .order-md-4 {
    -webkit-order: 4;
            order: 4; }

  .order-md-5 {
    -webkit-order: 5;
            order: 5; }

  .order-md-6 {
    -webkit-order: 6;
            order: 6; }

  .order-md-7 {
    -webkit-order: 7;
            order: 7; }

  .order-md-8 {
    -webkit-order: 8;
            order: 8; }

  .order-md-9 {
    -webkit-order: 9;
            order: 9; }

  .order-md-10 {
    -webkit-order: 10;
            order: 10; }

  .order-md-11 {
    -webkit-order: 11;
            order: 11; }

  .order-md-12 {
    -webkit-order: 12;
            order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-order: -1;
            order: -1; }

  .order-lg-last {
    -webkit-order: 13;
            order: 13; }

  .order-lg-0 {
    -webkit-order: 0;
            order: 0; }

  .order-lg-1 {
    -webkit-order: 1;
            order: 1; }

  .order-lg-2 {
    -webkit-order: 2;
            order: 2; }

  .order-lg-3 {
    -webkit-order: 3;
            order: 3; }

  .order-lg-4 {
    -webkit-order: 4;
            order: 4; }

  .order-lg-5 {
    -webkit-order: 5;
            order: 5; }

  .order-lg-6 {
    -webkit-order: 6;
            order: 6; }

  .order-lg-7 {
    -webkit-order: 7;
            order: 7; }

  .order-lg-8 {
    -webkit-order: 8;
            order: 8; }

  .order-lg-9 {
    -webkit-order: 9;
            order: 9; }

  .order-lg-10 {
    -webkit-order: 10;
            order: 10; }

  .order-lg-11 {
    -webkit-order: 11;
            order: 11; }

  .order-lg-12 {
    -webkit-order: 12;
            order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-order: -1;
            order: -1; }

  .order-xl-last {
    -webkit-order: 13;
            order: 13; }

  .order-xl-0 {
    -webkit-order: 0;
            order: 0; }

  .order-xl-1 {
    -webkit-order: 1;
            order: 1; }

  .order-xl-2 {
    -webkit-order: 2;
            order: 2; }

  .order-xl-3 {
    -webkit-order: 3;
            order: 3; }

  .order-xl-4 {
    -webkit-order: 4;
            order: 4; }

  .order-xl-5 {
    -webkit-order: 5;
            order: 5; }

  .order-xl-6 {
    -webkit-order: 6;
            order: 6; }

  .order-xl-7 {
    -webkit-order: 7;
            order: 7; }

  .order-xl-8 {
    -webkit-order: 8;
            order: 8; }

  .order-xl-9 {
    -webkit-order: 9;
            order: 9; }

  .order-xl-10 {
    -webkit-order: 10;
            order: 10; }

  .order-xl-11 {
    -webkit-order: 11;
            order: 11; }

  .order-xl-12 {
    -webkit-order: 12;
            order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .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-flex !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .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-flex !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .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-flex !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-flex !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-flex !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
            align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
            align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
            align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
            align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
            align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
            align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
            align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
            align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
            align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
            align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
            align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
            align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.row::before,
.row::after {
  display: inline-block !important; }

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.woff2") format("woff2"), url("/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-width: 1080px;
  height: 100%;
  min-height: 100vh;
  line-height: 1;
  overflow-y: scroll;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300; }

a {
  text-decoration: none; }

.external::after {
  content: " ";
  background-image: url("/images/common/external.svg");
  padding-right: 20px;
  background-position: 5px 0px;
  background-size: 15px 15px;
  background-repeat: no-repeat; }

ul,
ol {
  list-style: none; }

dt {
  font-weight: bold; }

dt,
dd {
  float: left; }

dt {
  width: 70px;
  clear: left; }
  dt:after {
    content: ":"; }

img {
  max-width: 100%; }

iframe {
  vertical-align: top; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.spacer-left {
  margin-left: 8px; }

.spacer-right {
  margin-right: 8px; }

.spacer-top {
  margin-top: 8px; }

.big-spacer-top {
  margin-top: 16px; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }
.clearfix:after {
  clear: both; }

.page-wrapper {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }

.page-container {
  width: 100%;
  min-width: 960px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.page-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 70px;
  height: 70px;
  border: 2px solid #c41e25;
  border-radius: 9px; }
  .page-icon span {
    display: inline-block;
    width: 35px;
    height: 35px; }

.page-header {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px rgba(67, 68, 71, 0.1);
  height: 81px;
  width: 100%;
  z-index: 10;
  padding-top: 20px; }
  .page-header > .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    min-width: 1060px; }

.page-header-logo {
  height: 60px;
  position: absolute;
  top: 20px; }

.page-header-nav {
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px 0 auto; }
  .page-header-nav > li {
    line-height: 1;
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    padding: 0; }
    .page-header-nav > li > .active.page-header-nav-section {
      color: #c41e25; }
    .page-header-nav > li > a.page-header-nav-section {
      cursor: pointer; }
  .page-header-nav > li:hover,
  .page-header-nav > li:active,
  .page-header-nav > li:focus {
    outline: none; }
    .page-header-nav > li:hover .page-sub-header,
    .page-header-nav > li:active .page-sub-header,
    .page-header-nav > li:focus .page-sub-header {
      display: block; }
    .page-header-nav > li:hover .page-header-nav-section,
    .page-header-nav > li:active .page-header-nav-section,
    .page-header-nav > li:focus .page-header-nav-section {
      color: #c41e25; }
  .page-header-nav > li:hover .page-sub-header {
    z-index: 200; }
  .page-header-nav > li:hover .page-header-nav-section {
    border-bottom-color: transparent; }
  .page-header-nav .external {
    display: -webkit-flex;
    display: flex;
    cursor: pointer; }
    .page-header-nav .external::after {
      opacity: 0; }
    .page-header-nav .external:hover::after {
      opacity: 1; }
  .page-header-nav .page-sub-header .external::after {
    background-image: url("/images/common/external-white.svg"); }

.page-header-nav-section {
  display: block;
  padding: 20px 20px;
  border-bottom: 5px solid transparent;
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default; }

.page-sub-header {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: inherit;
  display: none;
  background-color: #b51125;
  text-align: left;
  min-width: 9em; }
  .page-sub-header:before {
    content: "";
    position: relative;
    display: inline-block;
    line-height: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b51125;
    left: 35px;
    bottom: 11px; }
  .page-sub-header:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }

.page-sub-header-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  margin-top: -13px; }
  .page-sub-header-nav > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.8em 20px;
    color: white;
    font-weight: 400; }
    .page-sub-header-nav > li > a:hover, .page-sub-header-nav > li > a:active {
      background-color: #c9232c; }

.page-content {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1.5;
  overflow: hidden; }

.page-content-stretch {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch; }

.text-center {
  text-align: center; }

.text-excerpt {
  line-height: 1.2;
  font-size: 21px;
  font-weight: 400; }

.text-small {
  font-size: 75%; }

.feature-with-pic {
  display: block;
  width: 100%; }
  .feature-with-pic > img {
    float: left;
    clear: left;
    width: 3em;
    height: 3em;
    margin-top: 0.5em;
    margin-right: 3em;
    opacity: 0.6; }
  .feature-with-pic .link-lightbox {
    display: block;
    margin-top: 1em; }

.bottom-partners {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -60px; }
  .bottom-partners a {
    color: #c9232c;
    border-bottom: thin solid rgba(201, 35, 44, 0.2); }
    .bottom-partners a:hover {
      color: #b51125;
      border-bottom-color: #b51125; }

.feature-with-pic-support {
  display: block;
  width: 100%; }
  .feature-with-pic-support > img {
    float: left;
    clear: left;
    width: 3em;
    height: 3em;
    margin-top: 0.5em;
    margin-right: 1.5em;
    opacity: 0.6; }
  .feature-with-pic-support ul {
    margin-left: 70px;
    margin-bottom: 20px; }

.feature-half {
  display: inline-block;
  width: 43%;
  vertical-align: top; }

.feature-support-half {
  display: inline-block;
  width: 43%;
  vertical-align: top;
  margin-right: 60px; }

.feature-with-pic-support-excerpt {
  display: block;
  width: 100%; }
  .feature-with-pic-support-excerpt > img {
    float: left;
    clear: left;
    width: 10em;
    height: 20em;
    margin-top: -7.5em;
    margin-right: 3.5em; }
  .feature-with-pic-support-excerpt ul {
    margin-left: 70px;
    margin-bottom: 20px; }

ul.languages {
  -webkit-column-count: 7;
          column-count: 7;
  -moz-column-count: 7;
  margin-top: 20px;
  padding-left: 0px !important; }
  ul.languages li {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 5px; }
    ul.languages li:before {
      display: none; }

.code-analyzers {
  margin-top: 44px;
  margin-bottom: 88px;
  padding: 0 110px; }
  .code-analyzers > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: initial;
    margin-bottom: 11px; }
  .code-analyzers > p {
    text-align: center;
    margin-bottom: 33px; }
  .code-analyzers > ul {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .code-analyzers > ul > li {
      height: 60px;
      margin-bottom: 11px;
      line-height: 1.2;
      padding: 0 5px;
      -webkit-flex-basis: calc(100% / 6);
              flex-basis: calc(100% / 6); }
      .code-analyzers > ul > li > a {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-around;
                justify-content: space-around;
        width: 100%;
        height: 100%;
        padding: 11px 15px;
        text-decoration: none;
        cursor: pointer;
        color: inherit;
        position: relative;
        border: 1px solid #cfd3d7;
        border-radius: 5px;
        box-shadow: 0 1px 1px rgba(7, 7, 6, 0.1);
        transition: all 0.2s ease-in; }
        .code-analyzers > ul > li > a > div {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: space-between;
                  justify-content: space-between;
          -webkit-align-items: center;
                  align-items: center; }
          .code-analyzers > ul > li > a > div > h4 {
            font-weight: 400; }
          .code-analyzers > ul > li > a > div > svg {
            width: 15px;
            height: 15px; }
            .code-analyzers > ul > li > a > div > svg path {
              fill: #8a8c8f;
              transition: fill 0.2s ease-in; }
        .code-analyzers > ul > li > a:hover {
          border: 1px solid rgba(138, 140, 143, 0.5);
          box-shadow: 0 5px 10px rgba(7, 7, 6, 0.15); }
          .code-analyzers > ul > li > a:hover > div > svg path {
            fill: #434447; }

.feature {
  padding: 100px 0;
  border-bottom: 1px solid #cfd3d7; }
  .feature:before, .feature:after {
    display: table;
    content: "";
    line-height: 0; }
  .feature:after {
    clear: both; }
  .feature:nth-child(odd) {
    background-color: #f9f9fb; }
  .feature:last-child {
    border-bottom: none; }
  .feature .page-container {
    display: table;
    width: 100%; }

.feature-white {
  background-color: #fff !important; }

.feature-main,
.feature-image {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }

.mention-support {
  line-height: 16px;
  font-size: 11px;
  text-align: left; }

.feature-image {
  padding-right: 40px;
  text-align: center; }

.feature-main + .feature-image {
  padding-left: 40px;
  padding-right: 0; }

.content-screenshot {
  float: right;
  clear: right;
  width: 25%;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 0; }
  .content-screenshot img {
    width: calc(100% - 30px); }
  .content-screenshot ~ p {
    overflow: visible !important; }

.content-screenshot-big-left {
  float: left;
  clear: left;
  width: 70%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 3em; }
  .content-screenshot-big-left ~ p {
    overflow: visible !important;
    margin-top: 2em !important; }

.styled {
  line-height: 1.5; }
  .styled h2 {
    margin-bottom: 1em;
    line-height: 38px;
    font-size: 36px;
    font-weight: 700; }
    .styled h2 > strong {
      display: block;
      color: #c41e25; }
  .styled h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase; }
  .styled p {
    margin-top: 1em;
    overflow: hidden;
    float: none; }
  .styled pre {
    margin-top: 1em; }
  .styled ul,
  .styled ol {
    padding-left: 20px;
    overflow: hidden; }
  .styled li {
    position: relative;
    margin-top: 0.5em;
    padding-left: 15px; }
    .styled li:before {
      position: absolute;
      top: 0.45em;
      left: 0;
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background: #d0353c;
      content: ""; }
    .styled li > *:first-child {
      margin-top: 0; }
  .styled a {
    color: #c41e25;
    text-decoration: underline; }
    .styled a:hover, .styled a:active {
      color: #b21b22; }
    .styled a.btn {
      text-decoration: none; }
  .styled hr {
    height: 0;
    margin: 1.5em 0;
    border: none;
    border-top: 1px solid #e0e4e8;
    background: none; }
  .styled .page-lead {
    margin: 0 !important;
    padding-top: 50px;
    font-size: 26px;
    text-align: center; }
  .styled .page-lead-support {
    margin: 0 !important;
    font-size: 26px;
    text-align: center; }
  .styled .image-left {
    float: left;
    max-width: 50%;
    margin-top: 0;
    margin-right: 50px; }
  .styled .image-right {
    float: right;
    max-width: 50%;
    margin-top: 0;
    margin-left: 50px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

.column {
  float: left; }

.column-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.article-header {
  margin-top: 81px;
  padding: 30px 0;
  background-color: #2d3032;
  background-size: cover; }
  .article-header > .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center; }
  .article-header.grade-team {
    background: #2d3032; }
    .article-header.grade-team .article-header-title {
      color: #fff; }
    .article-header.grade-team .page-icon {
      border-color: #fff;
      background-color: #fff; }
      .article-header.grade-team .page-icon path {
        fill: #434447; }
  .article-header.grade-enterprise {
    background: #2d3032; }
    .article-header.grade-enterprise .article-header-title {
      color: #fff; }
    .article-header.grade-enterprise .page-icon {
      border-color: #fff;
      background-color: #fff; }
      .article-header.grade-enterprise .page-icon path {
        fill: #c41e25; }

.article-header-parent-title {
  margin-top: 8px;
  color: #c9232c;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase; }

.article-header-parent-title-deployment {
  margin-top: 8px;
  color: #cfd3d7;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase; }

.article-header-title {
  color: white;
  font-size: 32px;
  font-weight: 300; }

.article-header-icon,
.article-header-inner {
  display: table-cell;
  vertical-align: middle; }

.article-header-icon .page-icon {
  background-color: #c41e25; }
.article-header-icon path {
  fill: #fff; }

.article-header-contact {
  text-align: center; }
  .article-header-contact > p {
    margin-bottom: 10px;
    color: #c41e25; }
  .article-header-contact > a {
    display: inline-block;
    padding: 12px 55px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -5px 0; }
    .article-header-contact > a:hover, .article-header-contact > a:active {
      background-color: #fff;
      color: #c41e25; }

.article-header-centered .page-container {
  -webkit-justify-content: center;
          justify-content: center; }
.article-header-centered h1 {
  font-weight: 500; }
.article-header-centered .article-header-tagline {
  color: #e6e8ea;
  margin-top: 8px;
  text-align: center; }

.article-header-thumbs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  .article-header-thumbs a {
    display: block; }
  .article-header-thumbs a path {
    fill: #c41e25; }
  .article-header-thumbs a:hover path,
  .article-header-thumbs a:active path {
    fill: #fff; }
  .article-header-thumbs svg {
    vertical-align: top;
    width: 45px;
    height: 29px; }

.artitcle-header-thumbs-main {
  margin-left: 70px;
  margin-right: 70px; }

.customers-list {
  margin: 0 -15px;
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 0; }

.customers-list-item {
  display: inline-block;
  vertical-align: top;
  width: 16.666666666%;
  margin-bottom: 30px;
  padding: 0 15px; }

.customers-list-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 160px;
  padding: 50px 20px;
  border: 1px solid #cfd3d7;
  text-align: center; }

.partners-list-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
          justify-content: left;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-height: 50px;
  margin-bottom: 28px;
  text-align: center; }

.team {
  padding: 100px 20px; }
  .team:before, .team:after {
    display: table;
    content: "";
    line-height: 0; }
  .team:after {
    clear: both; }

.team-member {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 25%;
  background-repeat: no-repeat;
  background-size: cover; }
  .team-member:hover .team-member-inner, .team-member:active .team-member-inner, .team-member:focus .team-member-inner {
    opacity: 1; }

.team-member-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(196, 30, 37, 0.6);
  color: #fff;
  opacity: 0; }

.team-member-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px; }
  .team-member-meta h4 {
    line-height: 20px;
    font-size: 18px;
    font-weight: 300; }
  .team-member-meta h5 {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px; }

.team-member-social {
  position: absolute;
  bottom: 15px;
  right: 15px; }
  .team-member-social a {
    display: inline-block;
    vertical-align: middle; }
    .team-member-social a:hover path, .team-member-social a:active path, .team-member-social a:focus path {
      fill: #ccc; }
  .team-member-social a + a {
    margin-left: 5px; }
  .team-member-social svg {
    vertical-align: top;
    height: 18px; }
  .team-member-social path {
    fill: #fff; }

.dropdown {
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  border: 1px solid #cfd3d7;
  color: #191919;
  font-size: 14px;
  cursor: default;
  transition: border-color 0.3s ease; }
  .dropdown:hover {
    border-color: #b8bdc1; }
    .dropdown:hover .dropdown-menu {
      opacity: 1;
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }

.dropdown-default {
  color: #777; }

.dropdown-selected {
  position: relative; }
  .dropdown-selected:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 4px solid #191919;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: ""; }

.dropdown-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 1px);
  left: -1px;
  right: -1px;
  border-left: 1px solid #b8bdc1;
  border-right: 1px solid #b8bdc1;
  border-bottom: 1px solid #b8bdc1;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  .dropdown-menu > a {
    display: block;
    padding: 8px 10px;
    line-height: 1;
    color: #191919; }
    .dropdown-menu > a:hover, .dropdown-menu > a:focus, .dropdown-menu > a:active {
      background-color: #f3f3f3; }

.footer-link,
a.footer-link {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none; }
  .footer-link > svg,
  a.footer-link > svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px; }
    .footer-link > svg > path,
    a.footer-link > svg > path {
      fill: #c41e25; }

a.footer-link {
  transition: color 0.3s ease; }
  a.footer-link:hover, a.footer-link:active, a.footer-link:focus {
    color: #c41e25; }

.index-page {
  color: #070706;
  margin-top: 81px; }
  .index-page p {
    font-weight: 300; }
  .index-page h2 {
    padding-top: 70px;
    color: #c9232c;
    font-size: 45px;
    font-weight: 300; }

.jumbotron-container {
  height: 519px;
  background-color: #2d3032;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto; }

.jumbotron {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 445px;
  width: 100%; }
  .jumbotron .trademark-sign {
    font-size: 30%;
    font-weight: 300;
    vertical-align: text-top;
    color: #ffffff;
    display: inline-block;
    margin-left: 7px; }
  .jumbotron h2 {
    margin-bottom: 1em;
    line-height: 40px;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-transform: none; }
    .jumbotron h2 > strong {
      display: block;
      color: #ec3646; }
  .jumbotron .text-excerpt {
    color: #ffffff;
    font-size: 18px;
    width: 70%;
    line-height: 1.5; }

.jumbotron-image {
  max-width: 50%;
  margin-right: 25px; }

.jumbotron-main {
  width: 50%; }

.jumbotron-more {
  margin-top: 30px; }

.jumbotron-languages {
  width: 100%;
  height: 80px;
  color: #cfd3d7;
  font-size: 21px; }
  .jumbotron-languages .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    -webkit-align-items: center;
            align-items: center; }
  .jumbotron-languages ul {
    display: -webkit-flex;
    display: flex;
    margin-left: -20px; }
    .jumbotron-languages ul li {
      list-style: none;
      display: inline-block; }
      .jumbotron-languages ul li > .btn {
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        text-transform: none;
        border-width: 0;
        margin-right: 25px;
        padding: 0 15px 0 20px; }
        .jumbotron-languages ul li > .btn:hover, .jumbotron-languages ul li > .btn:active, .jumbotron-languages ul li > .btn:focus {
          background-color: rgba(7, 7, 6, 0.3);
          color: #ffffff; }
          .jumbotron-languages ul li > .btn:hover path, .jumbotron-languages ul li > .btn:active path, .jumbotron-languages ul li > .btn:focus path {
            fill: #ffffff; }
        .jumbotron-languages ul li > .btn svg {
          height: 15px;
          width: 15px;
          vertical-align: middle; }
          .jumbotron-languages ul li > .btn svg path {
            fill: #cfd3d7; }
  .jumbotron-languages .trust {
    float: right;
    background: white;
    border-radius: 5px 5px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    color: #434447;
    margin-right: 25px;
    margin-top: 10px; }
    .jumbotron-languages .trust strong {
      display: inline-block;
      font-size: 150%;
      line-height: 1;
      font-weight: normal;
      margin: 18px 0;
      padding: 0 10px 0 15px;
      border-right: 1px solid #cfd3d7; }
    .jumbotron-languages .trust p {
      font-size: 70%;
      padding: 0 10px;
      margin: 15px 0;
      line-height: 1.2; }
    .jumbotron-languages .trust em {
      font-style: normal;
      font-weight: 500;
      color: #c9232c; }

.index-header {
  line-height: 60px !important;
  margin-bottom: 0 !important;
  font-size: 74px !important;
  color: #ffffff; }

.index-sub-header {
  margin-bottom: 0 !important;
  font-size: 32px !important; }

.index-plans-and-pricing {
  background-color: #f9f9fb;
  border-top: 1px solid #cfd3d7;
  border-bottom: 1px solid #cfd3d7;
  padding-top: 22px;
  padding-bottom: 50px; }
  .index-plans-and-pricing h2.text-center {
    padding-top: 44px; }
  .index-plans-and-pricing .plans-and-pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 22px; }
    .index-plans-and-pricing .plans-and-pricing article {
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0;
      -webkit-flex-basis: 270px;
              flex-basis: 270px;
      padding: 22px 0;
      text-align: center;
      font-weight: 300;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      font-size: 16px;
      line-height: 22px; }
      .index-plans-and-pricing .plans-and-pricing article img {
        display: block;
        padding: 11px auto;
        height: 38px;
        width: 100%; }
      .index-plans-and-pricing .plans-and-pricing article h2 {
        padding-top: 0px;
        margin-top: 22px;
        color: #2d3032;
        font-size: 26px;
        font-weight: 300;
        line-height: 32px; }
      .index-plans-and-pricing .plans-and-pricing article p {
        padding-top: 18px; }
    .index-plans-and-pricing .plans-and-pricing article:first-of-type h2 {
      border-left: none; }
    .index-plans-and-pricing .plans-and-pricing article:first-of-type p {
      border-left: none; }
  .index-plans-and-pricing a {
    display: table;
    margin: 33px auto; }

.index-brands {
  padding: 15px 0;
  margin: 60px auto; }
  .index-brands .footer-link {
    display: block;
    margin-top: 60px;
    text-align: center; }

.index-brands-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }
  .index-brands-list img,
  .index-brands-list a {
    margin: 0 15px; }

.index-feature {
  border: none !important;
  background-color: #ffffff !important;
  padding-top: 45px !important;
  padding-bottom: 90px !important; }

.index-700 {
  width: 700px;
  margin-left: auto;
  margin-right: auto; }

.form-page {
  margin-top: 81px;
  padding: 50px 0 200px;
  background-color: #f9f9fb; }

.form-page-container {
  width: 390px;
  margin: 0 auto; }

.form-page-header {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: normal; }
  .form-page-header strong {
    color: #c41e25; }

.form-page-success {
  padding-top: 100px;
  text-align: center; }
  .form-page-success h1 {
    margin-bottom: 10px;
    color: #c41e25;
    font-size: 28px;
    font-weight: normal; }
  .form-page-success p {
    margin-bottom: 25px;
    font-weight: normal; }

.page-404 {
  height: 100vh;
  padding: 60px;
  background-color: #1a171b;
  overflow: hidden;
  text-align: center; }
  .page-404 p + p {
    margin-top: 40px; }

.contact-page {
  margin-top: 81px; }

.contact-page-map {
  width: 100%;
  height: 600px; }

.contact-page-card-container {
  position: relative; }

.contact-page-card {
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0;
  width: 300px;
  border-bottom: 4px solid #c41e25;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .contact-page-card img {
    vertical-align: top; }

.contact-page-card-address {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }
  .contact-page-card-address strong {
    line-height: 30px; }

.contact-page-buttons {
  padding: 30px; }
  .contact-page-buttons .btn {
    display: block;
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap; }
  .contact-page-buttons .btn + .btn {
    margin-top: 12px; }

.thumbnail {
  text-decoration: none;
  position: relative;
  display: block; }
  .thumbnail img {
    width: 100%;
    border: 1px solid #cfd3d7;
    border-radius: 3px;
    transition: all 0.1s ease-in; }
  .thumbnail:active, .thumbnail:focus {
    outline: none; }
  .thumbnail:after {
    content: "\A";
    background-image: url("/images/common/expand.svg");
    background-color: rgba(7, 7, 6, 0.4);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.1s ease-in; }
  .thumbnail:hover img {
    border: 1px solid #8a8c8f;
    box-shadow: 0 0 15px rgba(7, 7, 6, 0.15); }
  .thumbnail:hover:after {
    opacity: 1; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
  .lightbox:after {
    content: " ";
    background-image: url("/images/common/cross.svg");
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 20px;
    top: 20px; }
  .lightbox img {
    /** Pad the lightbox image */
    width: auto;
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block; }

.lightbox-close {
  display: none; }

.index-products-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.index-product {
  width: 240px;
  padding: 0 60px;
  box-sizing: content-box;
  text-align: center; }

.index-product-badge-wrap {
  margin-top: 12px; }

.index-product-badge {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px 4px;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
  .index-product-badge.is-red {
    background-color: #c72b28; }
  .index-product-badge.is-orange {
    background-color: #fd6a00; }
  .index-product-badge.is-blue {
    background-color: #4c9bd6; }

.index-product-desc {
  height: 42px;
  margin-top: 24px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 300; }

.index-product-link-wrap {
  margin-top: 24px; }

.index-product-link {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  color: #c9232c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.1s ease-in; }
  .index-product-link:hover {
    color: #b51125; }
  .index-product-link > svg {
    width: 24px;
    height: 24px;
    margin-left: 4px; }
    .index-product-link > svg > path {
      fill: currentColor; }

.index-product-link-with-arrow > svg {
  transition: all 0.1s ease-in; }

.index-product-link-with-arrow:hover > svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.page-footer {
  color: #cfd3d7;
  background-color: #2d3032; }

.page-footer-nav {
  padding: 40px 0;
  border-top: 1px solid #070706; }
  .page-footer-highlight + .page-footer-nav {
    border-top: none; }

.page-footer-nav-column > h4 {
  margin-bottom: 28px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff; }
.page-footer-nav-column > ul > li {
  margin-top: 5px; }
  .page-footer-nav-column > ul > li > a {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none; }
    .page-footer-nav-column > ul > li > a > .were-hiring {
      background-color: #c9232c;
      color: #ffffff;
      border-radius: 2px;
      padding: 3px 5px;
      margin-left: 5px;
      font-size: 11px;
      font-weight: 400; }
    .page-footer-nav-column > ul > li > a:hover, .page-footer-nav-column > ul > li > a:active, .page-footer-nav-column > ul > li > a:focus {
      color: #ffffff; }
      .page-footer-nav-column > ul > li > a:hover > .were-hiring, .page-footer-nav-column > ul > li > a:active > .were-hiring, .page-footer-nav-column > ul > li > a:focus > .were-hiring {
        background-color: #ec3646; }

.page-footer-nav-column.pull-left {
  margin-right: 80px; }
  .page-footer-nav-column.pull-left .external-footer:hover::after {
    content: "";
    background-image: url("/images/common/external.svg");
    padding-left: 19px;
    background-size: 25px 15px;
    background-repeat: no-repeat; }

.page-footer-copyright {
  padding: 30px 0;
  border-top: 1px solid #434447;
  line-height: 16px;
  font-size: 11px;
  text-align: center; }
  .page-footer-copyright a {
    color: #cfd3d7;
    text-decoration: underline; }
    .page-footer-copyright a:hover, .page-footer-copyright a:focus, .page-footer-copyright a:active {
      color: #ffffff; }

.page-footer-logo {
  display: block;
  margin-top: -13px;
  margin-bottom: 18px; }

.page-footer-social {
  display: inline-block;
  width: calc(24px + 4px);
  height: calc(24px + 4px);
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 4px;
  padding-bottom: 4px; }
  .page-footer-social:hover, .page-footer-social:focus, .page-footer-social:active {
    cursor: pointer; }
    .page-footer-social:hover path, .page-footer-social:focus path, .page-footer-social:active path {
      fill: #ffffff; }
  .page-footer-social svg {
    max-width: 100%;
    max-height: 100%; }
  .page-footer-social path {
    fill: #cfd3d7; }

.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin: 0 -15px;
  padding: 50px 0; }

.grid-one-column {
  margin: 0; }
  .grid-one-column .grid-item {
    width: 100%;
    padding: 0 0 30px; }

.grid-item {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch; }

.grid-item-partners {
  width: 33%;
  padding: 0 15px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch; }

.grid-item-link {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 25px 15px;
  border: 1px solid #cfd3d7;
  border-bottom: 3px solid #c41e25;
  color: #191919; }
  .grid-item-link:hover .grid-item-title,
  .grid-item-link:hover .footer-link, .grid-item-link:active .grid-item-title,
  .grid-item-link:active .footer-link {
    color: #c41e25; }

.grid-item-link-container {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.grid-item-title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 300; }

.grid-item-partners-name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400; }

.grid-item-title-analayzer {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300; }

sup {
  font-size: 40%;
  font-weight: 400;
  vertical-align: text-top; }

.grid-item-sub-title {
  margin-top: -20px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 400; }

.grid-item-description {
  font-size: 14px; }

.grid-item-footer {
  margin-top: 10px; }

.grid-customer-story-logo {
  float: right;
  max-width: 140px;
  height: 39px; }
  .grid-customer-story-logo > img {
    max-width: 100%;
    max-height: 100%; }

.grid-event-logo {
  position: absolute;
  width: 330px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  border-right: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }
  .grid-event-logo > img {
    max-width: 100%; }

.grid-event-container {
  padding-left: 350px; }

.grid-item-meta {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400; }

.grid-filter {
  padding-top: 50px;
  color: #777;
  font-weight: 400; }
  .grid-filter .dropdown {
    margin-left: 10px; }

.article {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  padding-right: 0 !important; }

.article-main {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 50px 20px 50px 0;
  background-color: #fff; }

.article-side {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 300px;
  padding: 50px 20px;
  border-left: 1px solid #cfd3d7;
  background-color: #f3f3f7; }
  .article-side:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #f3f3f7; }
  .article-side h4 {
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .article-side p,
  .article-side dl {
    margin-bottom: 2em;
    font-size: 14px; }

.article-side-logo {
  padding-left: 35px;
  padding-bottom: 25px; }

.product .article-main {
  padding-right: 50px; }
  .product .article-main .text-excerpt {
    margin-top: 40px; }
  .product .article-main > ul {
    margin-top: 1em; }
.product .article-side {
  background: none;
  border: none;
  padding: 55px 0; }
  .product .article-side:after {
    display: none; }
  .product .article-side p {
    margin: 0.5em 0px;
    line-height: 2em; }
  .product .article-side strong {
    font-weight: normal;
    font-size: 150%;
    white-space: nowrap; }
  .product .article-side a {
    color: #070706;
    text-decoration: none; }
    .product .article-side a.btn.btn-red {
      margin-top: 9px; }
    .product .article-side a svg {
      width: 19px;
      height: 31px;
      max-width: none;
      margin-right: 7px;
      vertical-align: bottom; }
      .product .article-side a svg path {
        fill: #070706; }
    .product .article-side a.small-dot-underlined {
      display: inline;
      color: #c9232c;
      border-bottom: dotted thin #c9232c; }
      .product .article-side a.small-dot-underlined:hover {
        color: #b51125;
        border-bottom-color: #b51125; }
    .product .article-side a:hover {
      cursor: pointer;
      color: #b51125; }
      .product .article-side a:hover path {
        fill: #b51125; }
  .product .article-side .btn {
    margin-top: 40px; }
  .product .article-side .related-content {
    padding-top: 20px;
    width: 65%;
    padding-bottom: 20px; }
    .product .article-side .related-content .type {
      padding-top: 0px;
      padding-bottom: 5px;
      text-transform: uppercase;
      color: #b21b22;
      font-size: 12px; }
    .product .article-side .related-content a {
      display: block;
      text-decoration: none;
      color: #333;
      font-size: 16px; }
    .product .article-side .related-content a:hover {
      text-decoration: underline;
      color: #b21b22; }
  .product .article-side .related-content:not(:first-of-type) {
    border-top: 1px solid #cfd3d7; }

.screenshot-container {
  display: block;
  width: 100%;
  margin-top: 1em; }
  .screenshot-container .screenshot {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 1.5em; }
    .screenshot-container .screenshot > .thumbnail {
      display: block;
      text-decoration: none; }
    .screenshot-container .screenshot .caption {
      font-weight: 300;
      font-size: 16px;
      display: block;
      margin-top: 10px;
      margin-bottom: 8px; }

.plugin .article-main {
  margin-right: 4em; }
  .plugin .article-main .italic {
    font-style: italic; }
  .plugin .article-main .text-excerpt {
    margin-top: 2em; }
  .plugin .article-main p {
    margin: 1em 0; }
  .plugin .article-main em {
    font-style: normal;
    font-weight: normal; }
  .plugin .article-main .feature-half {
    display: inline-block;
    width: 45%;
    margin-right: 2em;
    vertical-align: top; }
    .plugin .article-main .feature-half .screenshot {
      float: left;
      clear: both;
      width: 60%;
      margin-left: 0;
      margin-top: 0.5em;
      margin-bottom: 1.5em;
      margin-right: 0; }
.plugin .article-side p {
  margin: 1em 0;
  line-height: 2em; }
.plugin .article-side .btn {
  margin-bottom: 40px; }

.product-description {
  padding-right: 50px; }

.product-main {
  width: 850px;
  border: 1px solid #cfd3d7;
  background-color: #f9f9fb;
  padding: 30px;
  margin: 30px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .product-main a {
    color: #434447;
    text-decoration: none; }
  .product-main li {
    margin: 0;
    padding: 0; }
    .product-main li:before {
      display: none; }
  .product-main .product-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .product-main .rules-report,
  .product-main .issue-types {
    display: inline-block;
    width: 49%;
    border: 1px solid #cfd3d7;
    background-color: #ffffff;
    padding: 25px; }
  .product-main .rules-report a {
    display: block;
    width: 100%; }
  .product-main .rules-report .overall {
    font-size: 150%;
    font-weight: normal; }
    .product-main .rules-report .overall .count {
      font-size: 100%; }
  .product-main .rules-report .count {
    float: right;
    font-size: 14px; }
    .product-main .rules-report .count svg {
      float: right;
      height: 15px;
      width: 15px;
      margin-top: 10px;
      margin-left: 10px; }
      .product-main .rules-report .count svg path {
        fill: #8a8c8f; }
  .product-main .rules-report li {
    font-size: 110%;
    text-align: left;
    vertical-align: middle;
    line-height: 2em; }
    .product-main .rules-report li svg {
      height: 26px;
      width: 26px;
      float: left;
      margin-right: 10px;
      margin-top: 5px; }
      .product-main .rules-report li svg path {
        fill: #434447; }
  .product-main .rules-report a:hover .count svg path {
    fill: #b51125; }
  .product-main .issue-types li {
    font-size: 95%;
    display: inline-block;
    padding: 3px 5px;
    margin: 3px 0;
    border: none;
    border-radius: 5px;
    background-color: #f9f9fb;
    text-transform: capitalize; }
  .product-main .usage,
  .product-main .standards {
    padding-left: 28px;
    width: 49%; }
    .product-main .usage .text-excerpt,
    .product-main .standards .text-excerpt {
      margin: 1em 0; }
  .product-main .usage .count {
    float: right; }
  .product-main .usage ul {
    padding: 0; }
    .product-main .usage ul li {
      padding: 0.1em; }
    .product-main .usage ul a {
      display: -webkit-flex;
      display: flex;
      width: 61%; }
      .product-main .usage ul a svg {
        height: 15px;
        width: 15px;
        margin-top: 4px;
        margin-left: 8px; }
        .product-main .usage ul a svg path {
          fill: #8a8c8f; }
      .product-main .usage ul a:hover svg path {
        fill: #b51125; }
  .product-main .standards ul {
    margin: 0;
    padding: 0; }
    .product-main .standards ul li {
      margin: 0;
      padding: 0;
      display: inline-block; }

/*
 * Inspired from http://cssmojo.com/pure-css-tab-panel/
 */
.tab-container {
  position: relative;
  margin: 30px auto; }
  .tab-container > label {
    position: absolute;
    z-index: 2; }
  .tab-container > label, .tab-container > h3 {
    font-size: 1.1em;
    width: 5em;
    height: 3em;
    line-height: 3em; }
  .tab-container > h3 {
    position: relative;
    top: 1px;
    margin: 1px 0 0 0;
    border: 1px solid #cfd3d7;
    text-align: center;
    background: #ffffff;
    color: #434447; }
  .tab-container > label ~ label, .tab-container > h3 ~ h3 {
    position: absolute;
    top: 0;
    border-left: 0; }
  .tab-container label:nth-child(1),
  .tab-container h3:nth-child(3) {
    left: 0em; }
  .tab-container label:nth-child(5),
  .tab-container h3:nth-child(7) {
    left: 5em; }
  .tab-container input + h3 + section {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .tab-container input:checked + h3 + section {
    position: static !important;
    padding: 1em !important;
    border: 1px solid #cfd3d7 !important;
    height: auto !important;
    width: auto !important;
    margin-top: 0; }
  .tab-container label:hover {
    cursor: pointer; }
  .tab-container input[name="tabs"] {
    opacity: 0;
    position: absolute; }
  .tab-container input[name="tabs"]:focus + h3 {
    outline: none !important; }
  .tab-container:hover h3 {
    outline: none !important; }
  .tab-container input[name="tabs"]:checked + h3 {
    border-bottom: 1px solid #f9f9fb;
    background-color: #f9f9fb; }

.rules .filter-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin: 1em 0;
  position: static;
  top: calc(81px - 1em);
  z-index: 5;
  width: 100%;
  background-color: #ffffff; }
  .rules .filter-container > div {
    margin-right: 40px; }
.rules .filters {
  display: inline-block;
  padding: 1em 0;
  line-height: 3; }
  .rules .filters li {
    display: inline;
    padding: 0; }
    .rules .filters li:before {
      display: none; }
    .rules .filters li > input {
      display: none; }
    .rules .filters li > label {
      padding: 0.25em 1em;
      margin-right: 0.5em;
      border-radius: 2em;
      border: 1px solid #cfd3d7;
      background-color: #f9f9fb;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .rules .filters li > input:checked ~ label {
      background-color: #c9232c;
      border-color: #c9232c;
      color: #ffffff;
      font-weight: normal; }
.rules .rules-list {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #cfd3d7;
  margin-bottom: 4em; }
  .rules .rules-list > li {
    margin: 0;
    padding: 0; }
    .rules .rules-list > li .rule-title label {
      display: block;
      border-top: 1px solid #cfd3d7;
      cursor: pointer;
      padding: 1em;
      transition: background-color 0.1s ease-in; }
      .rules .rules-list > li .rule-title label a {
        float: right;
        cursor: pointer;
        visibility: hidden;
        outline: none; }
        .rules .rules-list > li .rule-title label a > svg {
          width: 12px;
          height: 12px; }
      .rules .rules-list > li .rule-title label:hover {
        background-color: #f9f9fb; }
        .rules .rules-list > li .rule-title label:hover a {
          visibility: visible; }
      .rules .rules-list > li .rule-title label > svg {
        width: 15px;
        height: 15px;
        transition: all 0.05s ease-in; }
    .rules .rules-list > li .rule-title input {
      display: none; }
    .rules .rules-list > li .rule-title input:checked ~ label {
      background-color: #f9f9fb;
      border-bottom: 1px solid #cfd3d7;
      border-left: 3px solid #c9232c;
      padding-left: calc(1em - 2px);
      font-weight: normal; }
      .rules .rules-list > li .rule-title input:checked ~ label > svg {
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .rules .rules-list > li .rule-title input:checked ~ .rule-description {
      border-left: 3px solid #c9232c;
      display: block; }
    .rules .rules-list > li .rule-description {
      display: none;
      padding: 1em 2.5em 2em;
      font-size: 90%; }
      .rules .rules-list > li .rule-description h2 {
        font-size: 120%;
        margin: 1em 0 0.5em; }
      .rules .rules-list > li .rule-description blockquote {
        border-left: 2px solid #cfd3d7;
        padding-left: 1em; }
      .rules .rules-list > li .rule-description .code {
        border: 1px dotted #cfd3d7;
        background-color: #f9f9fb;
        padding: 1em; }
        .rules .rules-list > li .rule-description .code pre {
          margin: 0; }
    .rules .rules-list > li:before {
      display: none; }

.news {
  width: 100%; }

.news-main {
  float: left;
  width: calc(100% - 240px);
  margin: 50px 0;
  padding-right: 40px;
  border-right: 1px solid #e6e6e6; }
  .news-main h2 {
    text-transform: none; }
  .news-main .code {
    font-family: monospace; }

.news-side {
  float: right;
  width: 200px;
  margin: 50px 0; }

.product-news-subscription h4 {
  font-size: 18px;
  font-weight: 400; }
.product-news-subscription h4,
.product-news-subscription p {
  margin-bottom: 16px; }

.product-news-subscription-button {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border: 1px solid #191919;
  border-radius: 3px;
  color: #191919;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }
  .product-news-subscription-button:hover, .product-news-subscription-button:focus, .product-news-subscription-button:active {
    background-color: #191919;
    color: #fff; }
    .product-news-subscription-button:hover .product-news-subscription-button-icon path, .product-news-subscription-button:focus .product-news-subscription-button-icon path, .product-news-subscription-button:active .product-news-subscription-button-icon path {
      fill: #fff; }

.product-news-subscription-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  line-height: 1;
  margin-right: 12px; }
  .product-news-subscription-button-icon path {
    fill: #191919; }

.newsletter-main-subscription,
.newsletter-page-subscription {
  font-weight: 400; }
  .newsletter-main-subscription label,
  .newsletter-page-subscription label {
    margin-right: 16px;
    font-size: 16px; }
  .newsletter-main-subscription strong,
  .newsletter-page-subscription strong {
    color: #c41e25; }
  .newsletter-main-subscription input[type="email"],
  .newsletter-page-subscription input[type="email"] {
    line-height: 14px;
    padding: 13px 10px;
    border: 1px solid #e0e4e8;
    font-size: 13px;
    transition: border-color 0.3s ease; }
    .newsletter-main-subscription input[type="email"]:focus,
    .newsletter-page-subscription input[type="email"]:focus {
      border-color: #191919;
      outline: none; }
  .newsletter-main-subscription input[type="submit"],
  .newsletter-page-subscription input[type="submit"] {
    line-height: 14px;
    padding: 13px 15px;
    border: 1px solid #191919;
    border-radius: 4px;
    background: none;
    color: #191919;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer; }
    .newsletter-main-subscription input[type="submit"]:hover, .newsletter-main-subscription input[type="submit"]:active, .newsletter-main-subscription input[type="submit"]:focus,
    .newsletter-page-subscription input[type="submit"]:hover,
    .newsletter-page-subscription input[type="submit"]:active,
    .newsletter-page-subscription input[type="submit"]:focus {
      background: #191919;
      color: #fff; }

.newsletter-main-subscription {
  padding: 50px 0 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap; }
  .newsletter-main-subscription label {
    vertical-align: middle; }
  .newsletter-main-subscription input[type="email"] {
    vertical-align: middle;
    width: 300px;
    border-right: none; }
  .newsletter-main-subscription input[type="submit"] {
    vertical-align: middle;
    margin-left: -2px; }

.newsletter-page-subscription label {
  display: block;
  margin-bottom: 12px; }
.newsletter-page-subscription input[type="email"] {
  width: 100%; }
.newsletter-page-subscription input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 12px; }

.btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap; }
  .btn:focus {
    outline: none; }
  .btn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25); }

.btn-small {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: normal !important; }

.btn-red {
  border: none;
  background-color: #c41e25;
  color: #fff !important;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35); }
  .btn-red:hover, .btn-red:focus {
    background-color: #b21b22; }

.btn-red-outlined {
  border: 1px solid #c41e25;
  color: #c41e25; }
  .btn-red-outlined:hover, .btn-red-outlined:focus {
    background-color: #c41e25;
    color: #fff; }

.btn-red-filled {
  border: 1px solid #fff;
  background-color: #c41e25;
  color: #fff; }
  .btn-red-filled:hover, .btn-red-filled:focus {
    background-color: #fff;
    color: #c41e25; }

.btn-team-outlined {
  border: 1px solid #434447;
  color: #434447; }
  .btn-team-outlined:hover, .btn-team-outlined:focus {
    background-color: #434447;
    color: #fff; }

.btn-team-filled {
  border: 1px solid #fff;
  background-color: #434447;
  color: #fff; }
  .btn-team-filled:hover, .btn-team-filled:focus {
    background-color: #fff;
    color: #434447; }

.btn-opacity {
  opacity: 0.4; }
  .btn-opacity:hover, .btn-opacity:focus, .btn-opacity:active {
    opacity: 0.65; }

.btn-white-outlined {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff; }
  .btn-white-outlined:hover, .btn-white-outlined:focus {
    background-color: #ffffff;
    color: #c41e25; }

.btn-black-outlined {
  border: 1px solid #191919;
  background-color: transparent;
  color: #191919; }
  .btn-black-outlined:hover, .btn-black-outlined:focus {
    background-color: #191919;
    color: #fff; }

.btn-disabled {
  opacity: 0.2;
  cursor: default; }

.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 13px;
  border: 1px solid #b5b5b7;
  border-radius: 0;
  background-color: #fff;
  color: #5c5a5e;
  font-size: 16px;
  font-family: inherit;
  outline: none; }
  .form-control + .form-label {
    color: #b5b5b7; }
  .form-control:hover {
    border-color: #89888b; }
    .form-control:hover + .form-label {
      color: #89888b; }
  .form-control:focus, .form-control:not(:placeholder-shown) {
    border-color: #5c5a5e; }
    .form-control:focus + .form-label, .form-control:not(:placeholder-shown) + .form-label {
      color: #5c5a5e; }
  .form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #ff000b;
    color: #ff000b; }
    .form-control:invalid:not(:focus):not(:placeholder-shown) + .form-label {
      color: #ff000b; }

textarea.form-control {
  height: auto;
  min-height: 130px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px; }

.styled-select {
  position: relative; }
  .styled-select:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 4px solid #191919;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: ""; }
  .styled-select > select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .styled-select > select:invalid {
      border-color: #b5b5b7 !important;
      color: #b5b5b7 !important; }
      .styled-select > select:invalid + .form-label {
        color: #b5b5b7 !important; }
  .styled-select > .form-label {
    top: -21px !important; }

.form-label {
  display: block;
  font-size: 14px;
  font-weight: normal; }

.form-row {
  margin: 0 -10px 23px; }
  .form-row:before, .form-row:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-row:after {
    clear: both; }

.form-group {
  position: relative;
  padding: 21px 10px 0; }
  .form-group .form-label {
    position: absolute;
    top: 0;
    left: 10px; }

.form-group-half {
  float: left;
  width: 50%; }

.styled .breadcrumb {
  margin-top: -50px;
  margin-left: -20px;
  padding-bottom: 20px; }
  .styled .breadcrumb li {
    position: initial;
    margin-top: 0;
    padding-left: 0; }
    .styled .breadcrumb li:before {
      background: none; }

.breadcrumb {
  padding-top: 1em;
  list-style: none;
  font-size: 80%;
  padding-bottom: 1px; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li:first-child a {
      text-decoration: none; }
    .breadcrumb li:first-child svg {
      width: 15px;
      height: 20px;
      fill: #434447;
      top: 5px;
      margin: 0; }
    .breadcrumb li svg {
      display: inline;
      fill: #8a8c8f;
      height: 11px;
      width: 11px;
      margin: 0 6px;
      position: relative;
      top: 2px; }
    .breadcrumb li a {
      color: #c9232c;
      text-decoration: underline; }
      .breadcrumb li a :active,
      .breadcrumb li a :hover,
      .breadcrumb li a :focus {
        color: #b6b6b6; }

.breadcrumb-deployment {
  list-style: none; }
  .breadcrumb-deployment li {
    display: inline; }
    .breadcrumb-deployment li svg {
      fill: #cfd3d7;
      height: 15px;
      width: 15px;
      display: inline;
      margin: 0 12px; }
    .breadcrumb-deployment li a {
      color: #cfd3d7; }
      .breadcrumb-deployment li a :active,
      .breadcrumb-deployment li a :hover,
      .breadcrumb-deployment li a :focus {
        color: #b6b6b6; }

.hello {
  position: fixed;
  height: 52px;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
          align-content: center;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .hello > div {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center; }
    .hello > div > h3,
    .hello > div > span,
    .hello > div > a {
      display: inline-block; }
    .hello > div > h3 {
      border-right: 1px dotted;
      padding-right: 1em;
      font-weight: 500; }
    .hello > div > span {
      margin: 0 1em; }
    .hello > div > .btn-outlined {
      border: 1px solid #191919;
      background-color: transparent;
      color: #191919; }
      .hello > div > .btn-outlined:hover, .hello > div > .btn-outlined:focus {
        background-color: #191919;
        color: #fff; }
  .hello .hello-close {
    display: block;
    float: right;
    width: 52px;
    height: 52px;
    margin: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease; }
    .hello .hello-close svg {
      position: absolute;
      top: 16px;
      left: 16px;
      width: 15px;
      height: 15px; }
    .hello .hello-close:hover {
      opacity: 1; }

.page-header.hello-visible {
  top: 52px; }

.page-content.hello-visible {
  margin-top: 133px; }

.editions-table {
  margin-top: 26px;
  margin-bottom: 69px; }
  .editions-table h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: initial;
    margin-bottom: 26px; }
  .editions-table h3 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: initial;
    margin-bottom: 26px; }
  .editions-table section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center; }
    .editions-table section article {
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0;
      -webkit-flex-basis: 270px;
              flex-basis: 270px;
      border: thin #cfd3d7 solid;
      padding: 22px 22px 28px 22px;
      margin: 0px 11px;
      text-align: center;
      border-radius: 4px;
      font-weight: 300;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .editions-table section article hr {
        color: #cfd3d7;
        opacity: 0.2;
        margin-bottom: 22px; }
      .editions-table section article .up {
        /* essayez sans*/
        font-size: 16px;
        line-height: 22px; }
        .editions-table section article .up p.italic {
          font-size: 12px;
          font-weight: 300;
          text-align: left;
          font-style: italic;
          margin: 22px 0px 0px 0px; }
        .editions-table section article .up img {
          display: block;
          margin: 11px auto;
          height: 38px; }
        .editions-table section article .up h2 {
          margin: 22px 0px;
          font-size: 26px;
          font-weight: 300;
          line-height: 32px; }
        .editions-table section article .up ol {
          list-style: none;
          text-align: left;
          margin: 0px 0px 22px 0px; }
          .editions-table section article .up ol li {
            display: inline-block;
            width: 100%;
            text-indent: -8px;
            margin: 3px 14px; }
            .editions-table section article .up ol li:before {
              content: url("/images/common/check.svg");
              width: 16px;
              height: 22px;
              max-width: none;
              display: inline-block; }
            .editions-table section article .up ol li svg {
              margin-top: 4px;
              height: 13px; }
        .editions-table section article .up ol.first {
          margin: 44px 0px 22px 0px; }
      .editions-table section article .down {
        /* overide button for Community edition */ }
        .editions-table section article .down p {
          font-size: 16px;
          font-weight: 300;
          margin: 11px 0px; }
        .editions-table section article .down p.big {
          font-weight: 400;
          line-height: 16px;
          margin: 11px 0px; }
          .editions-table section article .down p.big abbr {
            text-decoration: none;
            border-bottom: 1px dotted #cfd3d7; }
        .editions-table section article .down a.btn {
          margin-top: 12px; }
        .editions-table section article .down a.btn-white-outlined {
          background-color: #434447; }

.editions-page h2 {
  margin: 22px 0px;
  font-size: 36px;
  font-weight: 300;
  text-align: center; }
.editions-page h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  padding-bottom: 20px; }
.editions-page hr {
  width: 100%;
  line-height: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(207, 211, 215, 0.5); }
.editions-page figure {
  margin-left: 64px;
  margin-right: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 44px; }
  .editions-page figure > img {
    width: 454px; }
  .editions-page figure figcaption {
    width: 50%; }
  .editions-page figure img + figcaption {
    margin-left: 99px; }
  .editions-page figure figcaption + img {
    margin-left: 99px; }
.editions-page strong {
  font-weight: 500; }
.editions-page a.arrow {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.1s ease-in;
  color: #c9232c;
  display: block; }
  .editions-page a.arrow:hover {
    color: #b51125; }
    .editions-page a.arrow:hover:after {
      background-image: url("/images/common/arrows-dark.svg");
      background-position: 15px 6px; }
  .editions-page a.arrow:after {
    content: " ";
    background-image: url("/images/common/arrows.svg"), url("/images/common/arrows-dark.svg");
    padding-right: 40px;
    background-position: 10px 6px;
    background-size: 15px auto;
    background-repeat: no-repeat;
    transition: all 0.1s ease-in; }

.demo-enterprise a {
  position: absolute;
  margin-top: 10px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s; }

.demo a:hover {
  opacity: .5; }

.demo-dce a {
  position: absolute;
  margin-top: 50px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s; }

.demo a:hover {
  opacity: .5; }

.demo a {
  position: absolute;
  margin-top: 90px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s; }

.demo a:hover {
  opacity: .5; }

#section05 a {
  padding-top: 55px; }

#section05 a span {
  position: absolute;
  top: 0;
  left: 20%;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
.editions-faq {
  margin-bottom: 88px; }
  .editions-faq h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: initial;
    margin-bottom: 26px; }
  .editions-faq h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px; }
  .editions-faq .editions-faq-articles {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .editions-faq section {
    width: 46%; }
    .editions-faq section article {
      -webkit-flex-basis: 50%;
              flex-basis: 50%;
      margin: 28px 0px; }
      .editions-faq section article p {
        line-height: 1.5; }
      .editions-faq section article a {
        color: #c9232c;
        border-bottom: thin solid rgba(201, 35, 44, 0.2); }
        .editions-faq section article a:hover {
          color: #b51125;
          border-bottom-color: #b51125; }

.editions-header {
  z-index: 5;
  position: relative;
  height: 640px;
  color: #f9f9fb; }
  .editions-header .page-container {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: 100%; }
    .editions-header .page-container .editions-features {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      margin-top: 55px;
      margin-left: 64px; }
      .editions-header .page-container .editions-features .sub-edition {
        font-size: 18px;
        margin-bottom: 15px; }
      .editions-header .page-container .editions-features a {
        color: #f9f9fb;
        border-bottom: thin dotted rgba(138, 140, 143, 0.2); }
        .editions-header .page-container .editions-features a:hover {
          color: #ffffff;
          border-bottom-color: rgba(207, 211, 215, 0.8); }
      .editions-header .page-container .editions-features .sonarcloud {
        margin-bottom: 44px;
        padding: 11px;
        border: none;
        border-radius: 3px;
        color: #ffffff;
        background-color: #434447;
        margin-top: auto;
        margin-right: auto;
        font-size: 14px;
        cursor: pointer; }
        .editions-header .page-container .editions-features .sonarcloud svg {
          height: 20px;
          width: 22px;
          vertical-align: middle;
          margin-right: 11px; }
        .editions-header .page-container .editions-features .sonarcloud em {
          font-style: normal;
          font-weight: 400; }
        .editions-header .page-container .editions-features .sonarcloud:hover {
          background-color: rgba(138, 140, 143, 0.3); }
      .editions-header .page-container .editions-features .item {
        display: inline-block;
        text-indent: -13px;
        margin-left: 28px;
        margin-bottom: 13px;
        margin-right: 26px;
        font-size: 21px; }
        .editions-header .page-container .editions-features .item:before {
          content: url("/images/common/check-edition.svg");
          width: 16px;
          height: 24px;
          max-width: none;
          display: inline-block; }
      .editions-header .page-container .editions-features h1 {
        font-size: 60px;
        font-weight: 300;
        margin-left: -57px; }
        .editions-header .page-container .editions-features h1 img {
          width: 42px;
          height: 42px;
          margin-right: 11px; }
      .editions-header .page-container .editions-features h3 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 22px; }
      .editions-header .page-container .editions-features ul {
        list-style: disc;
        margin-left: 20px;
        line-height: 2;
        margin-bottom: 44px; }
        .editions-header .page-container .editions-features ul li {
          font-size: 21px;
          padding-left: 5px; }
      .editions-header .page-container .editions-features p {
        justify-self: flex-end;
        font-size: 14px; }
        .editions-header .page-container .editions-features p svg {
          width: 15px;
          height: 15px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          vertical-align: middle; }
          .editions-header .page-container .editions-features p svg path {
            fill: #f9f9fb; }
      .editions-header .page-container .editions-features hr {
        margin-bottom: 22px;
        border-bottom: 1px solid #434447; }

.page-container-anchor {
  padding-top: 35px; }

.page-container.community-header {
  width: 100%;
  color: #ffffff;
  text-align: center;
  display: block; }
  .page-container.community-header h1 {
    font-size: 60px;
    font-weight: 300; }
    .page-container.community-header h1 img {
      width: 42px;
      height: 42px;
      margin-right: 11px; }
  .page-container.community-header h3 {
    font-size: 26px;
    font-weight: 300; }
  .page-container.community-header ol {
    margin: 44px 0px 11px 0px;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 21px; }
    .page-container.community-header ol li {
      padding: 0px 33px;
      border-left: thin solid #434447; }
    .page-container.community-header ol li:first-child {
      border-left: none; }

.free-open-source {
  display: inline-block;
  height: 29px;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 16px;
  white-space: nowrap;
  background-color: #434447;
  margin-top: 33px; }

.editions-description {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  margin-top: 121px;
  margin-bottom: 60px;
  margin-left: 64px;
  margin-right: 64px; }

.editions-description.community {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 64px;
  margin-right: 64px; }

.best-in-class h2,
.developer-tools h2 {
  margin-top: 88px;
  margin-bottom: 66px; }

.developer-edition {
  background: #f9f9fb;
  padding-top: 2px;
  padding-bottom: 60px; }

.portfolio-mgt-gov {
  background-color: #f9f9fb;
  padding-top: 88px;
  padding-bottom: 88px;
  border-top: thin solid #f9f9fb; }
  .portfolio-mgt-gov .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
    .portfolio-mgt-gov .page-container section h2 {
      text-transform: capitalize;
      font-size: 36px;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 22px;
      text-align: left; }
    .portfolio-mgt-gov .page-container section section {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .portfolio-mgt-gov .page-container section section article {
        width: 45%;
        margin-bottom: 44px; }
        .portfolio-mgt-gov .page-container section section article p {
          font-size: 16px; }
    .portfolio-mgt-gov .page-container aside {
      margin-left: 22px; }
      .portfolio-mgt-gov .page-container aside img {
        max-width: initial;
        overflow: visible;
        margin-right: -440px;
        margin-left: 44px; }

.trampoline {
  padding: 44px 0px;
  font-size: 21px;
  text-align: center; }
  .trampoline a {
    color: #c9232c;
    border-bottom: thin solid rgba(201, 35, 44, 0.2); }
    .trampoline a:hover {
      color: #b51125;
      border-bottom-color: #b51125; }

.trampoline.indentation {
  text-align: center; }

.high-availability-tool {
  padding: 104px 104px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center; }
  .high-availability-tool aside {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    padding-right: 44px; }
    .high-availability-tool aside img {
      height: 130px;
      width: 130px;
      max-width: none; }
  .high-availability-tool article {
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-basis: 850px;
            flex-basis: 850px; }
    .high-availability-tool article h2 {
      text-align: left;
      margin-top: 0px;
      margin-bottom: 11px; }

.wide-language-coverage {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 88px 0px; }
  .wide-language-coverage aside img {
    padding-right: 55px;
    max-width: 92%; }
  .wide-language-coverage article h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 300; }
  .wide-language-coverage article ul {
    list-style: none;
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-width: 150px;
            column-width: 150px;
    margin: 22px 0; }
    .wide-language-coverage article ul li {
      font-weight: 300; }
  .wide-language-coverage article .list-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #8a8c8f;
    border-bottom: thin solid #cfd3d7; }

.wide-language-coverage.community img {
  max-width: 80%;
  padding-right: 0; }

.dedicated-support {
  padding-top: 44px;
  margin-bottom: 70px; }
  .dedicated-support .community-support {
    float: left;
    max-width: 50%;
    padding-top: 70px; }
  .dedicated-support #editions-form {
    max-width: 35%;
    box-shadow: 0 0 25px 5px rgba(7, 7, 6, 0.1);
    margin-bottom: 66px; }
  .dedicated-support header {
    margin-top: 33px;
    margin-bottom: 11px; }
    .dedicated-support header h2 {
      margin: 22px 0px;
      text-align: center; }
  .dedicated-support section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 11px; }
    .dedicated-support section article {
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0;
      -webkit-flex-basis: 350px;
              flex-basis: 350px; }
      .dedicated-support section article header img {
        height: 48px; }
      .dedicated-support section article header p {
        font-size: 21px;
        font-weight: 400;
        margin-top: 11px; }
  .dedicated-support footer {
    margin-top: 44px;
    display: inline-block; }
    .dedicated-support footer::before {
      display: block;
      width: 90px;
      content: "";
      border-bottom: thin solid #2d3032;
      margin-bottom: 22px; }
    .dedicated-support footer img {
      width: 18px;
      height: 18px;
      margin-right: 11px;
      vertical-align: text-top; }
  .dedicated-support.developer header {
    padding-left: 200px;
    padding-right: 200px;
    text-align: center; }

.deployment-section {
  padding-top: 30px;
  margin-bottom: 60px; }
  .deployment-section header {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 11px; }
    .deployment-section header h2 {
      margin: 22px 0px;
      text-align: center; }

.community-support.community header h2 {
  margin: 22px 0px;
  text-align: left; }

.they-use {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 88px; }
  .they-use article {
    background-image: url("/plans-and-pricing/images/left-double-quote.svg");
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-origin: border-box;
    width: 50%;
    margin: 0px 100px;
    padding-top: 26px; }
    .they-use article p {
      font-size: 21px; }
    .they-use article footer {
      font-weight: 500;
      margin: 26px 0px; }
      .they-use article footer .vertical-line {
        margin: 0px 11px;
        border-left: thin solid #2d3032; }
    .they-use article:after {
      content: "";
      padding: 0px 44px;
      border-bottom: thin solid #2d3032; }
  .they-use img {
    margin-top: 26px; }

.business-benefits {
  padding-top: 44px;
  padding-bottom: 88px;
  background-color: #f9f9fb; }
  .business-benefits .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center; }
    .business-benefits .container .column {
      width: 470px; }
      .business-benefits .container .column .item {
        display: inline-block;
        text-indent: -16px;
        margin-left: 26px;
        margin-top: 13px;
        margin-bottom: 13px;
        margin-right: 26px; }
        .business-benefits .container .column .item:before {
          content: url("/images/common/check.svg");
          width: 16px;
          height: 24px;
          max-width: none;
          display: inline-block; }

.edition-info {
  position: relative;
  display: inline-block;
  text-indent: 0; }
  .edition-info svg {
    width: 14px;
    height: 13px; }
    .edition-info svg path {
      fill: #8a8c8f; }
    .edition-info svg:focus, .edition-info svg:hover {
      outline: none; }
      .edition-info svg:focus path, .edition-info svg:hover path {
        fill: #2d3032; }
      .edition-info svg:focus + .tooltip, .edition-info svg:hover + .tooltip {
        display: block; }
  .edition-info .tooltip {
    position: absolute;
    top: 26px;
    width: 200px;
    left: -93px;
    display: none;
    z-index: 4;
    padding: 5px 11px;
    font-size: 12px;
    color: #ffffff;
    background-color: #434447;
    border: 1px solid #434447;
    box-shadow: 0 0 5px 2px rgba(7, 7, 6, 0.1);
    border-radius: 3px;
    border-collapse: collapse; }
    .edition-info .tooltip:after, .edition-info .tooltip:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .edition-info .tooltip:after {
      border-color: rgba(67, 68, 71, 0);
      border-bottom-color: #434447;
      border-width: 5px;
      margin-left: -5px; }
    .edition-info .tooltip:before {
      border-color: rgba(67, 68, 71, 0);
      border-bottom-color: #434447;
      border-width: 6px;
      margin-left: -6px; }

#editions-form {
  width: 60%;
  display: block;
  float: right;
  overflow: visible;
  margin-top: 22px;
  margin-left: 0;
  padding: 16px;
  border-radius: 3px;
  box-shadow: 0 0 25px 5px rgba(7, 7, 6, 0.2);
  background-color: #ffffff;
  color: #2d3032; }
  #editions-form p,
  #editions-form label {
    font-size: 14px; }
  #editions-form h3 {
    color: #c9232c;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding-bottom: 5px;
    letter-spacing: 1px; }
  #editions-form hr {
    margin-top: 11px;
    margin-bottom: 11px; }
  #editions-form button {
    display: inline-block;
    width: 100%; }
  #editions-form input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 11px; }
  #editions-form .support-link {
    margin-left: 5px;
    font-size: 12px; }
    #editions-form .support-link a {
      color: #8a8c8f;
      opacity: 0.7;
      text-decoration: underline; }
      #editions-form .support-link a:hover, #editions-form .support-link a:active {
        color: #b21b22;
        transition: all 0.5s ease;
        opacity: 1; }
  #editions-form .price-select.is-focused .Select-control {
    box-shadow: none;
    border: 2px solid #8a8c8f; }
  #editions-form .price-select .Select-control {
    border: 2px solid #cfd3d7;
    height: 56px; }
  #editions-form .price-select .Select-menu,
  #editions-form .price-select .Select-menu-outer {
    max-height: 400px; }
  #editions-form .price-select .Select-menu-outer {
    border: 2px solid #8a8c8f;
    overflow-y: hidden;
    margin-top: -2px;
    box-shadow: 0 1px 2px rgba(7, 7, 6, 0.2);
    width: calc(100% - 1px); }
  #editions-form .price-select .Select-option {
    padding: 5px 11px;
    border-top: 1px solid #cfd3d7;
    background-color: transparent;
    color: #070706; }
    #editions-form .price-select .Select-option.is-selected .price-option {
      font-weight: 500;
      color: #070706; }
    #editions-form .price-select .Select-option.is-focused {
      background-color: #f9f9fb;
      color: #070706; }
  #editions-form .price-select .Select-placeholder > span {
    display: inline-block;
    color: #8a8c8f;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px; }
  #editions-form .price-select-helper {
    opacity: 0;
    z-index: -1;
    position: absolute;
    bottom: 0px; }
  #editions-form .price-value {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-top: 10px; }
    #editions-form .price-value .ncloc,
    #editions-form .price-value .price {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column; }
      #editions-form .price-value .ncloc .value,
      #editions-form .price-value .price .value {
        color: #070706;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5; }
      #editions-form .price-value .ncloc .caption,
      #editions-form .price-value .price .caption {
        color: #2d3032;
        font-weight: 300;
        font-size: 11px;
        line-height: 1; }
  #editions-form .price-option {
    font-weight: 400;
    font-size: 18px;
    width: 100%; }
    #editions-form .price-option span {
      display: inline-block; }
  #editions-form .price-option .ncloc,
  #editions-form .price-value .ncloc {
    width: 220px; }
  #editions-form .price-option .with-support,
  #editions-form .price-value .with-support {
    padding-left: 4px;
    color: #2d3032;
    font-weight: 300;
    font-size: 11px;
    line-height: 1; }
  #editions-form .support-price {
    font-weight: 400; }
  #editions-form .form-row {
    margin-bottom: 11px; }
  #editions-form .form-label {
    color: inherit;
    font-weight: 300;
    line-height: 1.2; }
  #editions-form .form-control {
    height: 33px;
    line-height: 33px;
    border-radius: 2px;
    border-color: #cfd3d7; }
    #editions-form .form-control:required {
      box-shadow: none; }
    #editions-form .form-control:focus, #editions-form .form-control:active {
      border-color: #8a8c8f; }
  #editions-form .invalid {
    border-color: #ec3646; }
  #editions-form ::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: 300;
    font-style: italic; }
  #editions-form :-ms-input-placeholder {
    font-size: 11px;
    font-weight: 300;
    font-style: italic; }
  #editions-form ::-ms-input-placeholder {
    font-size: 11px;
    font-weight: 300;
    font-style: italic; }
  #editions-form ::placeholder {
    font-size: 11px;
    font-weight: 300;
    font-style: italic; }
  #editions-form .form-row > .form-group > .styled-select > .form-label {
    left: 0; }
  #editions-form .form-row > .form-group > .styled-select > :invalid {
    border-color: #cfd3d7 !important;
    color: inherit !important; }
    #editions-form .form-row > .form-group > .styled-select > :invalid + .form-label {
      color: inherit !important; }

.banner-back-to-top {
  z-index: 2;
  position: fixed;
  width: 100vw;
  top: 81px;
  left: 0;
  overflow: visible;
  background-color: #2d3032;
  color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px; }
  .banner-back-to-top .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .banner-back-to-top img {
    height: 24px; }
  .banner-back-to-top h3 {
    -webkit-flex-grow: 2;
            flex-grow: 2;
    padding: 0;
    margin-left: 11px;
    margin-right: 11px; }
  .banner-back-to-top .btn {
    justify-self: flex-end;
    background-color: #ec3646;
    height: 33px;
    line-height: 33px;
    margin-right: 11px; }

.editions-form-success {
  background: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 100px; }
  .editions-form-success h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto 11px auto; }
  .editions-form-success h2 {
    font-size: 21px;
    font-weight: 100;
    margin: 0 auto 33px auto; }
  .editions-form-success p {
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    padding: 22px;
    border: 1px solid #cfd3d7;
    border-radius: 5px;
    margin: 0 auto; }
  .editions-form-success .btn {
    margin-top: 11px; }

#job {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }

.job-container {
  max-width: 950px; }

.job-header {
  margin-top: 81px;
  padding: 44px 0;
  background-color: #f9f9fb;
  background-size: cover; }
  .job-header .page-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .job-header h1 {
    font-size: 32px;
    margin-bottom: 11px;
    line-height: 46px; }
  .job-header h2 {
    font-size: 18px;
    font-weight: 100; }

.job.styled {
  margin-top: 30px;
  margin-bottom: 60px; }
  .job.styled p {
    margin-top: 0;
    margin-bottom: 11px; }
  .job.styled h3 {
    text-transform: none;
    font-size: 21px;
    margin-top: 33px;
    margin-bottom: 11px; }
  .job.styled li {
    margin-top: 0;
    margin-bottom: 5px; }
  .job.styled strong {
    font-weight: 500; }

#job-apply {
  background-color: #f9f9fb;
  padding-bottom: 70px;
  position: relative; }
  #job-apply #job-apply-target {
    position: absolute;
    top: -81px; }
  #job-apply h2 {
    font-size: 26px;
    font-weight: 500;
    color: #c9232c;
    text-align: center;
    margin-top: 33px;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto; }
  #job-apply form {
    max-width: 580px;
    min-width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column; }
    #job-apply form .form-label {
      font-weight: 300;
      padding-top: 5px; }
    #job-apply form .form-control {
      border-color: #cfd3d7;
      border-radius: 2px;
      height: 33px;
      margin-bottom: 11px;
      font-size: 14px;
      font-weight: 400; }
    #job-apply form .btn {
      font-size: 21px;
      line-height: 21px;
      font-family: inherit; }
      #job-apply form .btn:disabled {
        background-color: #8a8c8f;
        cursor: wait; }
    #job-apply form input[type=file] {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      #job-apply form input[type=file] + label {
        cursor: pointer;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center; }
      #job-apply form input[type=file] + label::after {
        content: 'Choose file';
        position: absolute;
        width: 9em;
        right: -1px;
        top: -1px;
        height: calc(100% + 2px);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        background-color: #8a8c8f;
        cursor: pointer;
        color: #ffffff;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
      #job-apply form input[type=file] + label:hover::after {
        background-color: #7d7f83; }
    #job-apply form textarea::-webkit-input-placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 11px; }
    #job-apply form textarea:-ms-input-placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 11px; }
    #job-apply form textarea::-ms-input-placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 11px; }
    #job-apply form textarea::placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 11px; }

#submit-error {
  -webkit-align-items: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #D75A4A;
  background-color: #FCEDEC;
  margin: 21px 11px;
  padding: 11px 19px;
  font-size: 14px; }
  #submit-error p {
    line-height: 1.4; }
  #submit-error strong {
    color: #D75A4A;
    text-transform: uppercase;
    font-weight: 600; }
  #submit-error svg {
    width: 30px;
    height: 30px;
    margin-right: 18px; }

#job-apply-result {
  position: relative;
  background-color: #f9f9fb;
  padding-bottom: 66px; }
  #job-apply-result #job-apply-result-target {
    position: absolute;
    top: -81px; }
  #job-apply-result .job-container.styled {
    max-width: 580px;
    min-width: auto; }
    #job-apply-result .job-container.styled h2 {
      font-size: 26px;
      font-weight: 500;
      color: #c9232c;
      text-align: center;
      text-transform: none;
      margin-top: 33px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto; }
    #job-apply-result .job-container.styled h3 {
      font-size: 26px;
      font-weight: 100;
      text-align: center;
      text-transform: none;
      margin-top: 0;
      margin-bottom: 33px;
      margin-left: auto;
      margin-right: auto; }
    #job-apply-result .job-container.styled li:before {
      background: #070706; }

.job-not-found {
  margin-top: 81px;
  padding: 44px 0;
  background-color: #f9f9fb;
  background-size: cover; }
  .job-not-found .page-container.styled {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 50vh; }
  .job-not-found nav {
    padding-top: 33px; }

.all-jobs-header {
  color: #ffffff;
  text-align: center;
  padding-top: 143px;
  padding-bottom: 143px;
  background-image: url("/company/jobs/index/header-job.jpg");
  background-image: -webkit-image-set(url("/company/jobs/index/header-job.jpg") 1x, url("/company/jobs/index/header-job@2x.jpg") 2x);
  background-image: image-set("/company/jobs/index/header-job.jpg" 1x, "/company/jobs/index/header-job@2x.jpg" 2x);
  background-position: center; }
  .all-jobs-header h1 {
    font-size: 60px;
    font-weight: 500; }
  .all-jobs-header p {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 33px; }
  .all-jobs-header .btn-red {
    background-color: #ec3646;
    transition: background-color 0.5s ease; }
    .all-jobs-header .btn-red:hover {
      background-color: #c9232c; }

.all-jobs-culture {
  background-color: #f9f9fb;
  text-align: center;
  font-size: 21px;
  line-height: 33px;
  padding-top: 55px;
  padding-bottom: 55px; }
  .all-jobs-culture strong {
    font-weight: 500; }

#all-jobs {
  position: relative; }
  #all-jobs #all-jobs-target {
    position: absolute;
    top: -81px; }
  #all-jobs .current-openings {
    font-size: 36px;
    line-height: 56px;
    font-weight: 100;
    text-align: center;
    text-transform: none;
    margin-top: 44px;
    margin-bottom: 11px; }
  #all-jobs p {
    font-size: 21px;
    line-height: 33px;
    font-weight: 100;
    text-align: center;
    text-transform: none;
    margin: 0 auto; }
    #all-jobs p a {
      text-decoration: none;
      border-bottom: 1px solid rgba(201, 35, 44, 0.3);
      transition: all 0.1s ease; }
      #all-jobs p a:hover {
        border-bottom-color: #c9232c; }
  #all-jobs table {
    border-collapse: collapse;
    margin: 22px auto 121px;
    width: 700px; }
    #all-jobs table td, #all-jobs table th {
      padding-left: 11px;
      padding-right: 11px; }
    #all-jobs table th {
      font-size: 21px;
      font-weight: 500;
      padding-top: 44px;
      padding-bottom: 0;
      text-align: left; }
    #all-jobs table tbody > tr {
      height: 40px;
      border-bottom: 1px solid rgba(207, 211, 215, 0.5);
      transition: background-color 0.1s ease; }
      #all-jobs table tbody > tr .job-location {
        text-align: right;
        padding-right: 22px; }
      #all-jobs table tbody > tr a {
        color: inherit;
        text-decoration: none;
        display: inline-block;
        width: 100%; }
        #all-jobs table tbody > tr a:active {
          outline: none; }
      #all-jobs table tbody > tr .apply {
        color: #c9232c;
        font-weight: 500;
        transition: all 0.1s ease; }
        #all-jobs table tbody > tr .apply svg {
          height: 12px;
          width: 12px;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
          #all-jobs table tbody > tr .apply svg path {
            fill: #c9232c; }
        #all-jobs table tbody > tr .apply:hover {
          color: #b51125; }
          #all-jobs table tbody > tr .apply:hover svg path {
            fill: #b51125; }
      #all-jobs table tbody > tr:hover {
        background-color: #f9f9fb; }

@media screen and (max-width: 480px) {
  .responsive {
    min-width: 0; }
    .responsive .page-header {
      position: static;
      text-align: center; }
      .responsive .page-header .page-header-logo {
        position: static;
        margin: 0 auto; }
      .responsive .page-header .page-header-nav {
        display: none; }
    .responsive .job-header {
      margin-top: 0;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
              align-items: center;
      text-align: center; }
      .responsive .job-header .page-container {
        -webkit-flex-direction: column;
                flex-direction: column; }
      .responsive .job-header h3 {
        margin-bottom: 11px; }
      .responsive .job-header .btn {
        margin: 11px auto 0 auto; }
    .responsive #job-apply .form-group:last-child {
      max-width: none; }
    .responsive #job-apply .btn {
      width: 100%; }
    .responsive .page-container {
      min-width: 0;
      max-width: 100%; }
    .responsive .page-footer-nav-column.pull-left {
      display: none; }
    .responsive .page-footer-nav-column.pull-right {
      float: none;
      text-align: center; } }
.loading,
.loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #f9f9fb;
  border-right: 1.1em solid #f9f9fb;
  border-bottom: 1.1em solid #f9f9fb;
  border-left: 1.1em solid #c9232c;
  margin-top: 250px;
  margin-bottom: 500px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.customers-page h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 8px; }
.customers-page .filters {
  margin-bottom: 32px; }
  .customers-page .filters h2 {
    font-size: 18px;
    margin: 40px 8px 8px; }
  .customers-page .filters .show-more {
    margin: 8px; }
.customers-page .customers {
  margin: 8px 0 64px;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -webkit-justify-content: center;
          justify-content: center; }
  .customers-page .customers .customer {
    height: 128px;
    margin: 8px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center; }
    .customers-page .customers .customer img {
      max-width: 140px; }
  .customers-page .customers.customers-empty > * {
    margin-left: 0; }
  .customers-page .customers.customers-empty p {
    margin-bottom: 8px; }
