/*-------------------------------------------------*/
/*  font-family
/*-------------------------------------------------*/

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

button {
  outline: none;
  cursor: pointer; }

input, textarea, select {
  font-family: inherit;
  outline: none; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, p {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

/*-------------------------------------------------*/
/*  font-family
/*-------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1230px) {
    .container {
      max-width: 1200px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.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%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1230px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

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

@media (min-width: 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-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1230px) {
  .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-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1230px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: 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: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important; }

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

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

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

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

.m-7 {
  margin: 7rem !important; }

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

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

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

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

.m-8 {
  margin: 8rem !important; }

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

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

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

.ml-8,
.mx-8 {
  margin-left: 8rem !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: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important; }

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

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

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

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

.p-7 {
  padding: 7rem !important; }

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

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

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

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

.p-8 {
  padding: 8rem !important; }

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

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

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

.pl-8,
.px-8 {
  padding-left: 8rem !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: 1rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important; }
  .m-sm-2 {
    margin: 2rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important; }
  .m-sm-5 {
    margin: 5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important; }
  .m-sm-6 {
    margin: 6rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important; }
  .m-sm-7 {
    margin: 7rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !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: 1rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important; }
  .p-sm-2 {
    padding: 2rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important; }
  .p-sm-5 {
    padding: 5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important; }
  .p-sm-6 {
    padding: 6rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important; }
  .p-sm-7 {
    padding: 7rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !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: 1rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important; }
  .m-md-2 {
    margin: 2rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important; }
  .m-md-5 {
    margin: 5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important; }
  .m-md-6 {
    margin: 6rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important; }
  .m-md-7 {
    margin: 7rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !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: 1rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important; }
  .p-md-2 {
    padding: 2rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important; }
  .p-md-5 {
    padding: 5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important; }
  .p-md-6 {
    padding: 6rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important; }
  .p-md-7 {
    padding: 7rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !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: 1rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important; }
  .m-lg-2 {
    margin: 2rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important; }
  .m-lg-5 {
    margin: 5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important; }
  .m-lg-6 {
    margin: 6rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important; }
  .m-lg-7 {
    margin: 7rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !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: 1rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important; }
  .p-lg-2 {
    padding: 2rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important; }
  .p-lg-5 {
    padding: 5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important; }
  .p-lg-6 {
    padding: 6rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important; }
  .p-lg-7 {
    padding: 7rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !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: 1230px) {
  .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: 1rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important; }
  .m-xl-2 {
    margin: 2rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important; }
  .m-xl-5 {
    margin: 5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important; }
  .m-xl-6 {
    margin: 6rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important; }
  .m-xl-7 {
    margin: 7rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important; }
  .m-xl-8 {
    margin: 8rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !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: 1rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important; }
  .p-xl-2 {
    padding: 2rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important; }
  .p-xl-5 {
    padding: 5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important; }
  .p-xl-6 {
    padding: 6rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important; }
  .p-xl-7 {
    padding: 7rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important; }
  .p-xl-8 {
    padding: 8rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !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; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

/*-------------------------------------------------*/
/*	fonts
/*-------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Light.eot");
  src: url("../fonts/subset-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Light.woff2") format("woff2"), url("../fonts/subset-Roboto-Light.woff") format("woff"), url("../fonts/subset-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Bold.eot");
  src: url("../fonts/subset-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Bold.woff2") format("woff2"), url("../fonts/subset-Roboto-Bold.woff") format("woff"), url("../fonts/subset-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-MediumItalic.eot");
  src: url("../fonts/subset-Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/subset-Roboto-MediumItalic.woff") format("woff"), url("../fonts/subset-Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Thin.eot");
  src: url("../fonts/subset-Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Thin.woff2") format("woff2"), url("../fonts/subset-Roboto-Thin.woff") format("woff"), url("../fonts/subset-Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-ThinItalic.eot");
  src: url("../fonts/subset-Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/subset-Roboto-ThinItalic.woff") format("woff"), url("../fonts/subset-Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/subset-RobotoSlab-Regular.eot");
  src: url("../fonts/subset-RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/subset-RobotoSlab-Regular.woff") format("woff"), url("../fonts/subset-RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Black.eot");
  src: url("../fonts/subset-Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Black.woff2") format("woff2"), url("../fonts/subset-Roboto-Black.woff") format("woff"), url("../fonts/subset-Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Italic.eot");
  src: url("../fonts/subset-Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Italic.woff2") format("woff2"), url("../fonts/subset-Roboto-Italic.woff") format("woff"), url("../fonts/subset-Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-BoldItalic.eot");
  src: url("../fonts/subset-Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/subset-Roboto-BoldItalic.woff") format("woff"), url("../fonts/subset-Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/subset-RobotoSlab-Bold.eot");
  src: url("../fonts/subset-RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/subset-RobotoSlab-Bold.woff") format("woff"), url("../fonts/subset-RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Medium.eot");
  src: url("../fonts/subset-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Medium.woff2") format("woff2"), url("../fonts/subset-Roboto-Medium.woff") format("woff"), url("../fonts/subset-Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/subset-RobotoSlab-Light.eot");
  src: url("../fonts/subset-RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-RobotoSlab-Light.woff2") format("woff2"), url("../fonts/subset-RobotoSlab-Light.woff") format("woff"), url("../fonts/subset-RobotoSlab-Light.svg#RobotoSlab-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-BlackItalic.eot");
  src: url("../fonts/subset-Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/subset-Roboto-BlackItalic.woff") format("woff"), url("../fonts/subset-Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Regular.eot");
  src: url("../fonts/subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Regular.woff2") format("woff2"), url("../fonts/subset-Roboto-Regular.woff") format("woff"), url("../fonts/subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/subset-RobotoSlab-Thin.eot");
  src: url("../fonts/subset-RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-RobotoSlab-Thin.woff2") format("woff2"), url("../fonts/subset-RobotoSlab-Thin.woff") format("woff"), url("../fonts/subset-RobotoSlab-Thin.svg#RobotoSlab-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-LightItalic.eot");
  src: url("../fonts/subset-Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-LightItalic.woff2") format("woff2"), url("../fonts/subset-Roboto-LightItalic.woff") format("woff"), url("../fonts/subset-Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  background: #fff;
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 320px; }

.ta-center {
  text-align: center; }

.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.default-content {
  color: #555;
  line-height: 1.5; }
  .default-content .h {
    margin-bottom: 2.5rem;
    margin-top: 4.5rem; }
    .default-content .h:first-child {
      margin-top: 0; }
  .default-content ul.ns li, .default-content ul.about-feature__list li, .default-content ul.social li, .default-content ul.parsley-errors-list li {
    padding-left: 0; }
  .default-content ul.ns li:after, .default-content ul.about-feature__list li:after, .default-content ul.social li:after, .default-content ul.parsley-errors-list li:after {
    display: none; }
  .default-content p, .default-content ul, .default-content ol {
    margin: 1.5rem 0;
    line-height: 1.5; }
    .default-content p:first-child, .default-content ul:first-child, .default-content ol:first-child {
      margin-top: 0; }
    .default-content p:last-child, .default-content ul:last-child, .default-content ol:last-child {
      margin-bottom: 0; }
  .default-content ul li:not(:first-child), .default-content ol li:not(:first-child) {
    margin-top: 1.3rem; }
  .default-content ul {
    list-style: none;
    padding-left: 0; }
    .default-content ul li {
      position: relative;
      padding-left: 2rem; }
      .default-content ul li:after {
        content: '';
        position: absolute;
        height: 6px;
        width: 6px;
        background: #30a7df;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        top: 0.55em; }

.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .image-text__image, .image-text__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
  .image-text__text {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
  .image-text__image {
    margin-right: 3rem; }
    .image-text__image img {
      max-width: 100%;
      border-radius: 1rem; }

.loading {
  visibility: hidden; }

/*-- START: helpers --*/
.circle-ico {
  width: 5rem;
  height: 5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
          box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #30a7df;
  font-size: 2rem; }

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

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

.off-link, .auth-btn, .post-item, .main-nav__link, .social__link, .lang__item, .footer-nav__link {
  text-decoration: none;
  color: inherit; }

.ns:not(.row), .about-feature__list:not(.row), .social:not(.row), .parsley-errors-list:not(.row) {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.row.ns, .row.about-feature__list, .row.social, .row.parsley-errors-list {
  padding-left: 0;
  margin-top: 0;
  bottom: 0;
  margin-bottom: 0;
  list-style: none; }

/*-- END: helpers --*/
/*-- START: ui --*/
.outer-container {
  max-width: 182rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.auth-btn {
  display: inline-block;
  cursor: pointer; }
  .auth-btn__ico, .auth-btn__title {
    vertical-align: middle; }
  .auth-btn__ico {
    -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
            box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
    background: #fff;
    color: #30a7df;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1rem;
    font-size: 1.4rem;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .auth-btn__title {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 1.3rem; }
  .auth-btn:hover {
    color: #30a7df; }
    .auth-btn:hover .auth-btn__ico {
      background: #30a7df;
      color: #fff;
      -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46);
              box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46); }

.h {
  margin: 0;
  font-family: "Roboto Slab", serif; }
  .h_xs {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold; }
  .h_s {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold; }
  .h_m {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold; }
  .h_l {
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3; }
  .h_light {
    color: #fff; }
  .h-desc {
    color: #555;
    margin-bottom: 4rem; }

.text-primary {
  color: #30a7df; }

.text-danger {
  color: #f44336; }

.text-muted100 {
  color: #ddd; }

.text-muted200 {
  color: #cecece; }

.text-muted300 {
  color: #999; }

.text-muted400 {
  color: #777; }

.text-muted500 {
  color: #555; }

.btn {
  background: none;
  border: none;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  outline: none;
  color: inherit;
  font-size: 1.4rem;
  border-radius: 9999px;
  padding: 1.42857em 5.42857em;
  font-weight: bold;
  -webkit-transition: background .6s, color .6s, -webkit-box-shadow .3s;
  transition: background .6s, color .6s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, background .6s, color .6s;
  transition: box-shadow .3s, background .6s, color .6s, -webkit-box-shadow .3s;
  color: #30a7df;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn .icm {
    margin-right: 1rem; }
    .btn .icm-play {
      font-size: 0.8em; }
  .btn_ico {
    padding-left: 4.78571em;
    padding-right: 4.78571em; }
  .btn_light {
    background: #fff;
    color: #222;
    -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
            box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18); }
    .btn_light .icm {
      color: #30a7df; }
    .btn_light:hover {
      background: #30a7df;
      -webkit-box-shadow: 0 0.5rem 1.8rem 0.1rem rgba(48, 167, 223, 0.76);
              box-shadow: 0 0.5rem 1.8rem 0.1rem rgba(48, 167, 223, 0.76);
      color: #fff; }
      .btn_light:hover .icm {
        color: #fff; }
  .btn_primary {
    background: #30a7df;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46);
            box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46); }
    .btn_primary .icm {
      color: #fff; }
    .btn_primary:hover {
      background: #13a7ec;
      -webkit-box-shadow: 0 0.5rem 1.8rem 0.1rem rgba(48, 167, 223, 0.76);
              box-shadow: 0 0.5rem 1.8rem 0.1rem rgba(48, 167, 223, 0.76); }
  .btn_bd {
    border: 1px solid #e5e5e5;
    color: #30a7df;
    padding: calc(1.42857em - 1px) calc(5.42857em - 1px);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .btn_bd:hover {
      border-color: #30a7df; }
  .btn_disabled, .btn_disabled:hover {
    background: #fff;
    color: #cecece;
    cursor: not-allowed; }
    .btn_disabled .icm, .btn_disabled:hover .icm {
      color: inherit; }
    .btn_disabled.btn_light, .btn_disabled.btn_light:hover, .btn_disabled.btn_primary, .btn_disabled.btn_primary:hover, .btn_disabled:hover.btn_light, .btn_disabled:hover.btn_light:hover, .btn_disabled:hover.btn_primary, .btn_disabled:hover.btn_primary:hover {
      -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(229, 229, 229, 0.46);
              box-shadow: 0 1rem 3.9rem 0.1rem rgba(229, 229, 229, 0.46); }
    .btn_disabled.btn_bd:hover, .btn_disabled:hover.btn_bd:hover {
      border: 1px solid #e5e5e5 !important; }

.input {
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  font-size: 1.4rem;
  padding: calc(1.07143em - 1px) 1.35714em;
  line-height: 1;
  width: 100%;
  max-width: 25rem;
  -webkit-transition: border .3s;
  transition: border .3s;
  display: inline-block;
  cursor: pointer; }
  .input__error {
    font-size: 1.2rem;
    padding-left: 1.58333em;
    color: #f44336;
    margin-top: 0.4rem; }
  .input__placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    color: #555; }
  .input__border {
    background: white;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .input__input {
    position: relative; }
  .input input {
    border: none;
    width: 100%;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0; }
    .input input:focus {
      opacity: 1;
      -webkit-transform: translate(0, 0.7rem);
              transform: translate(0, 0.7rem); }
    .input input:focus + .input__placeholder {
      bottom: 80%;
      font-size: 0.7em;
      color: #777; }
  .input_focus input {
    opacity: 1;
    -webkit-transform: translate(0, 0.7rem);
            transform: translate(0, 0.7rem); }
  .input_focus input + .input__placeholder {
    bottom: 80%;
    font-size: 0.7em;
    color: #777; }
  .input_full-width {
    max-width: none; }
  .input::-webkit-input-placeholder {
    color: #555; }
  .input::-ms-input-placeholder {
    color: #555; }
  .input::placeholder {
    color: #555; }
  .input:hover {
    border-color: #afd2e3; }
  .input_focus {
    border-color: #30a7df !important; }
  .input_error {
    border-color: #f44336 !important; }

.js-swiper.initialized .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }
  .slider-navigation_centered .slider-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    outline: none; }
    .slider-navigation_centered .slider-btn:first-child {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .slider-navigation_centered .slider-btn:last-child {
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.slider-btn {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #30a7df;
  background: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
          box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
  margin: 0 1rem;
  outline: none; }
  .slider-btn_disabled {
    -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(229, 229, 229, 0.46);
            box-shadow: 0 1rem 3.9rem 0.1rem rgba(229, 229, 229, 0.46);
    color: #cecece;
    cursor: not-allowed; }
  .slider-btn:first-child {
    margin-left: 0; }
  .slider-btn:last-child {
    margin-right: 0; }
  .slider-btn:not(.slider-btn_disabled):hover {
    background: #30a7df;
    color: #fff; }

.slider-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1rem; }
  .slider-dots__dot {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: inset 0 0 0px 4px white;
            box-shadow: inset 0 0 0px 4px white;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: none;
    cursor: pointer; }
    .slider-dots__dot:not(:first-child) {
      margin-left: 1rem; }
    .slider-dots__dot_active {
      background: #324096; }

/*-- END: ui --*/
/*-- START: elements --*/
.form {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto; }
  .form-add {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-add a {
      color: #777;
      font-size: .9em;
      margin: 0 auto; }
  .form-control:not(:first-child) {
    margin-top: 2rem; }
  .form-control .input {
    width: 100%;
    max-width: none; }

.reviews {
  margin-top: 8rem; }
  .reviews .swiper-container {
    overflow: visible; }

.review {
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
  border-radius: 2rem;
  padding: 0 8rem 6rem; }
  .review__dec {
    background-image: url("../img/review-decorate.png");
    width: 38rem;
    max-width: 100%;
    background-position: center center;
    height: 1.5rem;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem; }
  .review__person {
    margin-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
  .review__header {
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.8rem; }
  .review__text {
    text-align: center;
    color: #555;
    line-height: 1.5; }
  .review-person {
    text-align: center; }
    .review-person__photo {
      width: 10rem;
      height: 10rem;
      margin-bottom: 1.5rem;
      display: inline-block;
      margin-top: -5rem; }
      .review-person__photo img {
        border-radius: 50%;
        max-width: 100%; }
    .review-person__name {
      font-family: "Roboto Slab", serif;
      font-weight: bold;
      margin-bottom: 0.3rem; }
    .review-person__who {
      font-size: 1.4rem;
      color: #555; }

.ico-block {
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
  padding: 3rem 4rem 4.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  .ico-block__ico {
    text-align: center;
    color: #30a7df;
    height: 1.5em;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-size: 6.4rem; }
    .ico-block__ico .icm-update {
      font-size: 1.29em; }
  .ico-block__text {
    text-align: center;
    color: #555;
    text-align: center;
    line-height: 1.5; }

.home-map {
  position: relative; }
  .home-map__map {
    height: 50rem;
    border-radius: 2rem;
    overflow: hidden; }
    .home-map__map > * {
      height: 100%; }
    .home-map__map img {
      height: 100%; }
  .home-map__contacts {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0; }
    .home-map__contacts .container {
      position: relative; }

.contacts-map {
  background: #fff;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: 5.8rem;
  left: 1rem;
  padding: 3.1rem 4rem;
  width: 100%;
  max-width: 38rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1); }

.faq-buttons > *:not(:last-child) {
  margin-right: 2rem; }

.faq-item {
  border-bottom: 1px solid #cecece; }
  .faq-item_active .faq-item__toggler span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
  .faq-item__answer {
    display: none;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    line-height: 1.5;
    color: #555; }
  .faq-item__quest {
    position: relative;
    font-family: "Roboto Slab", serif;
    line-height: 1.44;
    font-size: 1.8rem;
    color: #777;
    padding: 2.65rem 0;
    padding-right: 10rem;
    cursor: pointer; }
  .faq-item__toggler {
    height: 2.1rem;
    width: 2.1rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2.5rem;
    cursor: pointer; }
    .faq-item__toggler span {
      -webkit-transition: all .5s;
      transition: all .5s;
      width: 2px;
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      background: #ddd;
      display: inline-block;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .faq-item__toggler span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }

.carousel {
  position: relative; }
  .carousel .slider-navigation_centered {
    top: 4rem !important; }
  .carousel .swiper-container {
    overflow: visible; }
  .carousel .swiper-slide {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0; }
  .carousel .swiper-slide-active,
  .carousel .swiper-slide-active + .swiper-slide,
  .carousel .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1; }

.js-swiper {
  position: relative; }
  .js-swiper .swiper-container {
    overflow: visible; }
  .js-swiper .swiper-slide {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0; }
  .js-swiper .swiper-slide-active {
    opacity: 1; }
  @media screen and (min-width: 991px) {
    .js-swiper[data-items="3"] .swiper-slide-active,
    .js-swiper[data-items="3"] .swiper-slide-active + .swiper-slide,
    .js-swiper[data-items="3"] .swiper-slide-active + .swiper-slide + .swiper-slide {
      opacity: 1; } }
  @media screen and (min-width: 575px) {
    .js-swiper[data-items="3"] .swiper-slide-active,
    .js-swiper[data-items="3"] .swiper-slide-active + .swiper-slide {
      opacity: 1; } }

.post-item {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
  display: inline-block;
  width: 100%; }
  .post-item img {
    width: 100%;
    border-radius: 1rem; }
  .post-item__title {
    font-family: "Roboto Slab", serif;
    font-size: 1.8rem;
    padding: 2rem;
    font-weight: 700; }
  .post-item__date {
    font-size: 1.4rem;
    color: #555;
    padding: 2rem;
    padding-top: 0; }

.install-item__ico {
  color: #30a7df;
  font-size: 5.7rem;
  height: 1em;
  line-height: 1em;
  margin-bottom: 2rem; }

.install-item__title {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  margin-bottom: 1.5rem; }

.how-use {
  position: relative;
  padding-right: 40%; }
  .how-use__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: howUse; }
  .how-use__item {
    counter-increment: howUse; }
    .how-use__item:not(:first-child) {
      margin-top: 3rem; }
  .how-use__title {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.7rem;
    font-size: 1.6rem; }
    .how-use__title:before {
      content: counter(howUse) ". "; }
  .how-use__btns {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .how-use__btns > *:not(:first-child) {
      margin-left: 2rem; }
  .how-use__text {
    padding-left: 1.6rem;
    color: #555; }
  .how-use__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    text-align: center; }
    .how-use__image img {
      max-width: 100%; }

.props-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  color: #ddd; }
  .props-images__item:not(:first-child) {
    margin-left: 2rem; }
  .props-images .icm-wifi {
    font-size: 1.4em; }
  .props-images .icm-bluetooth__le {
    font-size: 1.3em; }

.props-list {
  list-style-type: none;
  padding-left: 0;
  color: #555;
  margin: 0; }
  .props-list li:not(:first-child) {
    margin-top: 1.7rem; }

.product-slider {
  position: relative; }

.product-slide {
  padding: 3rem 0 5rem;
  padding-right: 10rem;
  border-radius: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1); }
  .product-slide .btn_primary {
    min-width: 24rem; }
  .product-slide__image {
    max-width: 28rem;
    -ms-flex-preferred-size: 28rem;
        flex-basis: 28rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    text-align: center; }
  .product-slide__price {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 6rem; }
  .product-slide__price-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.about-features {
  background-image: url(../img/about-bg.jpg);
  background-position: center 3rem;
  background-size: contain;
  background-repeat: no-repeat; }
  .about-features .slider-navigation_centered .slider-btn {
    top: 1.5rem; }
    .about-features .slider-navigation_centered .slider-btn:first-child {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .about-features .slider-navigation_centered .slider-btn:last-child {
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0); }

.about-feature {
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 2rem 4rem;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .about-feature .default-content {
    margin-bottom: 3rem; }
  .about-feature__btn {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem; }
  .about-feature__ico {
    text-align: center;
    color: #30a7df;
    margin-bottom: 1.8rem;
    height: 2.4rem;
    line-height: 2.4rem; }
    .about-feature__ico .icm {
      font-size: 2.4rem;
      vertical-align: middle; }
      .about-feature__ico .icm-cloud {
        font-size: 3.4rem; }
  .about-feature__header {
    text-align: center;
    margin-bottom: 2.5rem; }
  .about-feature__detail {
    display: none; }

.partner-item {
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.5rem 2rem;
  width: 100%; }
  .partner-item img {
    max-width: 100%; }

.features__item:not(:first-child) {
  margin-top: 2rem; }

.feature {
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1);
          box-shadow: 0 0.5rem 4rem rgba(48, 167, 223, 0.1); }
  .feature_opened .feature__close {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .feature:not(.feature_opened) .feature__header .h {
    font-size: 1.8rem; }
  .feature:not(.feature_opened) .feature__header {
    padding-left: 4rem; }
  .feature__close {
    background: none;
    border: none;
    position: absolute;
    right: 4rem;
    top: 3.9rem;
    color: #30a7df;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .feature__close:before {
      content: "\e918";
      font-family: icomoon;
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .feature__header {
    padding: 3.1rem 9.9rem;
    position: relative;
    padding-right: 10rem;
    cursor: pointer; }
  .feature__body {
    padding-right: 3rem;
    padding-bottom: 4rem;
    display: none; }
  .feature-props {
    padding-left: 0;
    list-style-type: none; }
    .feature-props__item:not(:last-child) {
      margin-bottom: 4rem; }
  .feature-prop {
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .feature-prop__desc {
      color: #555; }
    .feature-prop__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%; }
    .feature-prop__ico {
      padding: 0 3rem;
      padding-right: 2rem; }
      .feature-prop__ico .icm-no_key {
        font-size: 2.5rem; }
      .feature-prop__ico .icm-hand {
        font-size: 2.7rem; }
      .feature-prop__ico .icm-factory {
        font-size: 2.5rem;
        -webkit-transform: translate(-15%);
                transform: translate(-15%); }

.solution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .solution-item__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .solution-item__image {
    max-width: 101rem;
    width: 100%;
    padding-top: 53.9%;
    border-radius: 2rem;
    background-size: cover; }
  .solution-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    color: #555;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 10rem; }
    .solution-item__text > * {
      max-width: 100%; }
    .solution-item__text p {
      margin-bottom: 4rem; }

.main-slider {
  position: relative; }
  .main-slider.initialized .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-slider__navigation {
    margin-bottom: 3rem; }
  .main-slider__end {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 1.8rem;
    line-height: 1.5; }
  .main-slider__static {
    color: #fff; }
  .main-slider__header {
    text-shadow: 0 0.7rem 3.5rem rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10rem; }
  .main-slider__btns {
    margin-bottom: 3rem; }
    .main-slider__btns > *:not(:first-child) {
      margin-left: 2rem; }
  .main-slider__smalltext {
    margin-bottom: 6rem;
    line-height: 1.5; }
    .main-slider__smalltext a {
      text-decoration: underline; }
  .main-slider__slide {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    text-align: center;
    min-height: 82rem; }
    .main-slider__slide img {
      max-width: 100%; }
  .main-slider__static {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5rem 0;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.main-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav__link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    color: #777; }
    .main-nav__link:hover {
      color: #30a7df; }
    .main-nav__link:not(:first-child) {
      margin-left: 4.9rem; }

.top-panel {
  position: relative;
  background: #fff; }
  .top-panel__inner {
    background: #fff;
    -webkit-box-shadow: 0 0.1rem 1.8rem rgba(48, 167, 223, 0.18);
            box-shadow: 0 0.1rem 1.8rem rgba(48, 167, 223, 0.18);
    z-index: 3;
    position: relative; }
  .top-panel__logo {
    margin-right: .40rem; }
  .top-panel__social {
    margin-bottom: 1rem; }
  .top-panel__lang {
    margin-left: 0.5rem; }
  .top-panel__right-top, .top-panel__right-bottom {
    padding: .7rem 0; }
  .top-panel__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 -1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-panel__right-top {
    border-bottom: 1px solid #e5e5e5; }
  .top-panel__callback {
    padding: .9rem 4rem; }
  .top-panel__nav {
    margin-right: 4.6rem; }
  .top-panel__info {
    margin-right: 4rem; }

.logo {
  max-width: 10rem;
  display: inline-block;
  outline: none !important;
  border: none !important; }
  .logo img {
    max-width: 100%; }
  .logo_small {
    max-width: 6.4rem; }

@-webkit-keyframes featureIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  100% {
    opacity: 1;
    transforM: translate(0, 0); } }

@keyframes featureIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  100% {
    opacity: 1;
    transforM: translate(0, 0); } }

@-webkit-keyframes featureOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%); } }

@keyframes featureOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%); } }

.tab-content {
  position: relative; }
  .tab-content__item {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .tab-content__item:not(.tab-content__item_active):not(.tab-content__item_out) {
      display: none; }
    .tab-content__item_out {
      top: 0;
      left: 0;
      right: 0;
      position: absolute;
      -webkit-animation: featureOut 1s;
              animation: featureOut 1s;
      opacity: 0; }
    .tab-content__item_active {
      position: relative;
      z-index: 1;
      -webkit-animation: featureIn 1s;
              animation: featureIn 1s; }

.tab-nav {
  overflow: auto;
  position: relative;
  z-index: 2; }
  .tab-nav__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .tab-nav__item {
    font-size: 1.4rem;
    font-weight: 700;
    color: #30a7df;
    background: #fff;
    padding: 1em 1.35714em;
    position: relative;
    margin-right: -1px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: border .2s;
    transition: border .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tab-nav__item:first-child {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px; }
    .tab-nav__item:last-child {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px; }
    .tab-nav__item:hover {
      border-color: #30a7df;
      z-index: 1;
      position: relative; }
    .tab-nav__item_active {
      color: #fff;
      background: #30a7df;
      border-color: #30a7df; }

.social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social__item {
    -webkit-transition: all .3s;
    transition: all .3s; }
    .social__item:not(:first-child) {
      margin-left: 1.67rem; }
    .social__item:hover {
      -webkit-transform: translate(0, -15%);
              transform: translate(0, -15%); }
  .social .icm-vk {
    color: #2A82BA;
    font-size: 2.1rem; }
  .social .icm-fb {
    color: #23589B;
    font-size: 1.7rem; }
  .social .icm-insta {
    color: #475FD5;
    font-size: 1.6rem; }
  .social .icm-telegram {
    color: #00A6E2;
    font-size: 1.4rem; }

.lang {
  display: inline-block;
  -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
          box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
  border-radius: 2rem;
  color: #30a7df;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.3rem;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  z-index: 2; }
  .lang:hover {
    -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46);
            box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46); }
  .lang__current {
    padding: .7rem 1.4rem; }
  .lang__list {
    top: 100%;
    position: absolute;
    display: none;
    z-index: 1; }
  .lang__list .lang__item {
    -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
            box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .lang_active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .lang_active .lang__list {
    display: block; }
  .lang__item {
    background: #fff;
    padding: .7rem 1.4rem;
    display: inline-block; }
    .lang__item:hover {
      background: #f5fbfd; }

.horizontal-contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3rem; }
  .horizontal-contacts__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .horizontal-contacts__item .icm {
      color: #ddd;
      font-size: 1.4rem;
      margin-right: 1rem; }
    .horizontal-contacts__item:not(:first-child) {
      margin-left: 7.6rem; }

.more-block {
  background: #324096;
  border-radius: 2rem;
  margin-top: 5rem; }
  .more-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
  .more-block__image {
    margin-right: 5.7rem;
    margin-top: -5rem;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .more-block__text {
    margin: 2rem; }
    .more-block__text p {
      margin-bottom: 3rem; }
    .more-block__text + .more-block__image {
      margin-left: auto;
      margin-right: 0; }

.main-footer {
  padding: 4rem 0 7rem; }
  .main-footer__logo {
    margin-right: 14rem;
    margin-top: .5rem; }

.copyright {
  font-size: 1.2rem; }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footer-nav__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    min-width: 25%;
    margin-bottom: 1rem; }
  .footer-nav__link {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #777;
    font-weight: 500; }

.modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }

.fancybox-content#modalArticle {
  padding: 0; }

.article-modal {
  position: relative;
  background: #fff;
  max-width: 54rem; }
  .article-modal .modal__close {
    right: 1.5rem;
    top: 1.5rem; }
  .article-modal__image img {
    width: 100%; }
  .article-modal__text {
    padding: 2.5rem 3.5rem;
    max-height: 50vh;
    overflow: auto; }

.modal {
  background: #fff;
  border-radius: 2rem;
  padding: 3.5rem 5.5rem 5.3rem;
  position: relative;
  max-width: 78rem; }
  @media screen and (min-width: 768px) {
    .modal {
      min-width: 45rem; } }
  .modal__close {
    position: absolute;
    right: 5rem;
    top: 3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 2.5rem;
    color: #ddd;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .modal__close:hover {
      color: #777; }
  .modal__header {
    margin-bottom: 3.5rem; }
  .modal__body {
    font-size: 1.4rem; }
    .modal__body .btn, .modal__body .input {
      font-size: 1.4rem; }

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  text-align: center;
  padding: 2.5rem 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46);
          box-shadow: 0 1rem 3.9rem 0.1rem rgba(48, 167, 223, 0.46); }
  .mobile-nav-btn {
    width: 3.5rem;
    height: 3.5rem;
    -webkit-box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
            box-shadow: 0 0.5rem 1.8rem rgba(48, 167, 223, 0.18);
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-nav-btn span {
      background: #30a7df;
      display: block;
      height: 2px;
      width: 14px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mobile-nav-btn span:not(:first-child) {
        margin-top: 2px; }
    .mobile-nav-btn_active span:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(3px, 3px);
              transform: rotate(45deg) translate(3px, 3px); }
    .mobile-nav-btn_active span:nth-child(3) {
      -webkit-transform: rotate(-45deg) translate(3px, -3px);
              transform: rotate(-45deg) translate(3px, -3px); }
    .mobile-nav-btn_active span:nth-child(2) {
      opacity: 0; }
  .mobile-nav:not(.mobile-nav_open) {
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%); }
  .mobile-nav__link {
    text-decoration: none;
    color: inherit;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 2.5rem;
    color: #777;
    font-weight: 500; }
  .mobile-nav [class*="mobile-nav__section_add"] {
    display: none; }

/*-- END: elements --*/
/*-- START: plugins --*/
.fancybox-content > * {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.form-sending > * {
  opacity: .5; }

.form-sended > *:not(.success-message):not(.modal__close) {
  opacity: 0; }

.form-sended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-sended .modal__close {
    z-index: 1; }

.success-message {
  position: absolute;
  height: auto;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  padding: 2rem;
  padding-top: 23rem;
  background-image: url("../img/success.svg");
  -webkit-background-size: 18rem;
  background-repeat: no-repeat;
  background-size: 18rem;
  background-position: top 3rem center;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none; }

.form-sended {
  position: relative; }
  .form-sended .success-message {
    display: block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fancybox-button.fancybox-button--close {
  display: none; }

.parsley-errors-list {
  text-align: left; }

.js-swiper {
  position: relative; }

.totop {
  height: 8rem;
  width: 8rem;
  background: #41A9DF;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: inline-block;
  border: none;
  border-radius: 50%;
  -webkit-transition: all .1s;
  transition: all .1s;
  opacity: 0;
  z-index: 100; }
  .totop:hover {
    background: rgba(65, 169, 223, 0.7); }
  .totop:after {
    content: "\e90c";
    font-family: icomoon;
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    font-size: 2rem; }
  .totop_active {
    opacity: 1; }

/*-- END: plugins --*/
@media screen and (max-width: 1229px) {
  .horizontal-contacts__item:not(:first-child) {
    margin-left: 3rem; }
  .top-panel__mobile {
    margin-right: 2rem; }
  .top-panel__inner {
    -webkit-box-shadow: 0 1px 18px rgba(48, 167, 223, 0.3);
            box-shadow: 0 1px 18px rgba(48, 167, 223, 0.3); }
  .top-panel__nav {
    margin-right: 2rem; }
  .main-nav__link:not(:first-child) {
    margin-left: 2.5rem; }
  .solution-item__text {
    padding-left: 4rem; }
  .product-slide {
    padding-left: 6rem; }
    .product-slide__image {
      max-width: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: left;
      margin-bottom: 4rem; }
  .main-footer__logo {
    margin-right: 5.8rem; } }

@media screen and (min-width: 992px) {
  .mobile-nav {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mobile-nav {
    height: auto !important; } }

@media screen and (max-width: 991px) {
  .product-slide__image {
    text-align: center; }
  .contacts-map {
    max-width: none;
    width: auto;
    right: 1rem;
    left: auto; }
  .outer-container.py-3,
  .outer-container.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .mobile-text-center {
    text-align: center; }
  .outer-container {
    padding-left: 0;
    padding-right: 0; }
  .top-panel__nav {
    display: none; }
  .top-panel__feedback {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .pmob {
    padding-left: 0;
    padding-right: 0; }
  .main-slider__static {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-slider__header {
    line-height: 1.2;
    font-size: 5rem;
    margin-bottom: 3.4rem; }
  .main-slider__slide {
    border-radius: 0; }
  .main-slider__btns {
    margin-bottom: 2rem; }
  .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .solution-item__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .solution-item__image {
      margin-right: 0;
      margin-bottom: 3rem;
      border-radius: 0; }
    .solution-item__text {
      padding-left: 1rem;
      padding-right: 1rem;
      max-width: 60rem;
      margin-left: auto;
      margin-right: auto; }
  .more-block {
    position: relative;
    border-radius: 0; }
    .more-block__image:first-child {
      margin-left: -6rem;
      margin-right: 0; }
  .about-header {
    text-align: center; }
  .partner-item {
    padding: 2rem 1.5rem; }
  .product-slide {
    padding-left: 6rem;
    padding-right: 6rem; }
    .product-slide__price {
      margin-right: 3rem; }
  .how-use {
    padding-right: 0;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    .how-use__header {
      text-align: center;
      margin-bottom: 4rem; }
    .how-use__bottom {
      position: relative;
      padding-right: 40%; }
  .how-use__btns {
    white-space: nowrap; }
    .how-use__btns img {
      max-width: 17.3rem;
      width: 100%; } }

@media screen and (max-width: 768px) {
  .modal {
    padding: 3rem 2rem; }
    .modal__close {
      top: 2rem;
      right: 2rem; }
    .modal__body .btn {
      width: 100%; }
  .how-use {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 1rem; }
    .how-use__bottom {
      padding-right: 0;
      width: 100%; }
    .how-use__image {
      position: static;
      width: auto;
      max-width: 21.9rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.5rem; }
  .btn {
    padding-left: 3rem;
    padding-right: 3rem; }
  .logo {
    max-width: 5.4rem; }
  .top-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .top-panel__logo {
      margin-right: auto; }
    .top-panel__inner {
      padding: 1rem 0; }
      .top-panel__inner .container {
        position: relative;
        padding-left: 5.5rem; }
    .top-panel__right-bottom {
      padding: 0;
      margin-right: 0; }
    .top-panel__right {
      position: static;
      margin-left: 1rem !important; }
    .top-panel__right-top, .top-panel__social {
      display: none; }
    .top-panel__mobile {
      position: absolute;
      left: 1rem; }
    .top-panel__lang {
      margin: 0;
      padding: 0;
      margin-left: auto; }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-nav > * {
      display: block !important; }
    .mobile-nav__list {
      display: block; }
    .mobile-nav__link {
      display: block; }
      .mobile-nav__link:not(:first-child) {
        margin-top: 2rem; }
    .mobile-nav__section:not(:nth-child(2)) {
      margin-top: 3rem; }
    .mobile-nav__section_add0 {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .mobile-nav .horizontal-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mobile-nav .horizontal-contacts__item {
        margin: 0; }
        .mobile-nav .horizontal-contacts__item:not(:first-child) {
          margin-top: 1rem; }
  .main-footer {
    text-align: center;
    padding: 0 0 2.5rem; }
    .main-footer__logo {
      margin-left: auto;
      margin-right: auto; }
      .main-footer__logo .logo {
        margin-bottom: 1rem; }
    .main-footer__nav {
      display: none; }
  .tab-nav__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tab-nav__item {
    border-bottom: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tab-nav__item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 2rem;
      border-top-left-radius: 2rem; }
    .tab-nav__item:last-child {
      border-radius: 0;
      border-bottom-right-radius: 2rem;
      border-bottom-left-radius: 2rem;
      border-bottom: 1px solid #e5e5e5; }
  .more-block .h {
    font-size: 2rem; }
  .more-block__image:first-child {
    margin-left: -13rem; }
  .more-block__image:last-child {
    margin-right: -9rem; }
  .faq-item__quest {
    font-size: 1.6rem;
    padding-right: 4rem; }
  .ico-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem; }
    .ico-block__ico {
      margin-bottom: 0;
      margin-right: 1rem;
      text-align: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.3em;
              flex: 0 0 1.3em;
      margin-top: .1em; }
    .ico-block__text {
      text-align: left; } }

@media screen and (max-width: 575px) {
  .totop {
    width: 5rem;
    height: 5rem; }
    .totop:after {
      font-size: 1.4rem; }
  body {
    font-size: 1.4rem; }
  .home-map__contacts {
    bottom: 1rem;
    top: auto; }
  .home-map__map {
    border-radius: 0; }
  .contacts-map {
    bottom: 0;
    top: auto;
    left: 1rem; }
  .install-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .install-item__ico {
      margin-right: 1.7rem;
      font-size: 4rem; }
    .install-item__title {
      margin-bottom: 0.8rem; }
  .default-content .h {
    margin-bottom: 1.5rem; }
  .default-content ul, .default-content ol, .default-content p {
    margin: 1rem 0; }
  .h_l {
    font-size: 2.4rem; }
  .h_m {
    font-size: 1.8rem; }
  .h_s {
    font-size: 1.4rem; }
  .h-desc {
    margin-bottom: 2.5rem;
    line-height: 1.7; }
  .btn:not(.top-panel__callback) {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem; }
  .main-slider__static {
    padding: 0 0 3rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .main-slider__slide {
    min-height: 56.8rem;
    padding-top: 6.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: 65% bottom; }
  .main-slider__header {
    font-size: 2.4rem; }
  .main-slider__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-slider__btns > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      .main-slider__btns > *:not(:first-child) {
        margin-left: 1rem; }
  .main-slider__smalltext {
    font-size: 1.2rem; }
  .features {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
    .features__item:not(:first-child) {
      margin-top: 1rem; }
  .feature {
    border-radius: 0; }
    .feature__body {
      padding-right: 1rem; }
    .feature__close {
      right: .5rem; }
    .feature__header {
      padding-left: 1rem;
      font-size: 1.8rem;
      padding-right: 3rem; }
    .feature-props__item:not(:first-child) {
      margin-top: 2rem; }
    .feature-prop__ico {
      padding-left: 1rem;
      padding-right: 2rem; }
  .more-block {
    text-align: center;
    padding: 4rem 0;
    margin: 0; }
    .more-block__text {
      margin: 0; }
    .more-block__image {
      display: none; }
    .more-block .btn {
      width: 100%;
      max-width: 30rem; }
  .image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .image-text__image {
      margin-right: 0;
      margin-bottom: 2.5rem; }
  .product-slide {
    padding-left: 2rem;
    padding-right: 2rem; }
    .product-slide__price-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .product-slide__price-block > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
    .product-slide__price {
      margin-right: 0;
      margin-bottom: 3rem; }
  .product-slider .slider-btn {
    top: 10rem; }
  .faq-item__quest {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.4rem; }
  .faq-item__toggler {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1.1rem;
    height: 1.1rem; }
  .faq-buttons .btn {
    width: 100%;
    margin: 0; }
    .faq-buttons .btn:not(:first-child) {
      margin-top: 2rem; }
  .ico-block {
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none; }
    .ico-block__ico {
      font-size: 4rem;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#2ea7df), to(#3949ab));
      background-image: linear-gradient(to bottom, #2ea7df 0%, #3949ab 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .reviews .slider-navigation .slider-btn {
    top: 9rem; }
  .review {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .solution-item__text p {
    margin-bottom: 2.5rem; }
  .solution-item__text .btn {
    width: 100%; }
  .post-item__title {
    font-size: 1.4rem; } }
