
/*
 * Bootstrap Toolkit
 */
a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

input, select, textarea {
  outline: 0;
}

p {
  margin: 0;
}

dl {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

address {
  margin: 0;
}

html p a:hover {
  text-decoration: none;
}

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}

.range {
  margin-left: -15px;
  margin-right: -15px;
}

.range > .range {
  margin-left: 0;
  margin-right: 0;
}

.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}

html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px;
}

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px;
}

html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}

html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
  padding-left: 0;
  padding-right: 0;
}

html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
  margin-top: 0;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px;
}

html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}

html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .range {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0;
  }
  .range-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-xs-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xs-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-xs-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-xs-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xs-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-sm-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-sm-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-sm-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-sm-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-sm-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-md-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-md-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-md-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-md-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-md-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-md-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-md-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-md-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-md-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0;
  }
  .range-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-lg-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-lg-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-lg-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-lg-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-lg-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1800px) {
  * + [class*='cell-xl-'] {
    margin-top: 0;
  }
  .range-xl-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-xl-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-xl-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-xl-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-xl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-xl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-xl-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-xl-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-xl-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xl-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-xl-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-xl-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xl-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 480px) {
  .range-7.range > .cell-xs-preffix-0 {
    margin-left: 0%;
  }
  .range-7.range > .cell-xs-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .range-7.range > .cell-xs-preffix-1 {
    margin-left: 14.28571%;
  }
  .range-7.range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range-7.range > .cell-xs-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .range-7.range > .cell-xs-preffix-2 {
    margin-left: 28.57143%;
  }
  .range-7.range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range-7.range > .cell-xs-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .range-7.range > .cell-xs-preffix-3 {
    margin-left: 42.85714%;
  }
  .range-7.range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range-7.range > .cell-xs-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .range-7.range > .cell-xs-preffix-4 {
    margin-left: 57.14286%;
  }
  .range-7.range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range-7.range > .cell-xs-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .range-7.range > .cell-xs-preffix-5 {
    margin-left: 71.42857%;
  }
  .range-7.range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range-7.range > .cell-xs-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .range-7.range > .cell-xs-preffix-6 {
    margin-left: 85.71429%;
  }
  .range-7.range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range-7.range > .cell-xs-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-7.range > .cell-xs-preffix-7 {
    margin-left: 100%;
  }
  .range-7.range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range-7.range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .range-7.range > .cell-sm-preffix-0 {
    margin-left: 0%;
  }
  .range-7.range > .cell-sm-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .range-7.range > .cell-sm-preffix-1 {
    margin-left: 14.28571%;
  }
  .range-7.range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range-7.range > .cell-sm-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .range-7.range > .cell-sm-preffix-2 {
    margin-left: 28.57143%;
  }
  .range-7.range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range-7.range > .cell-sm-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .range-7.range > .cell-sm-preffix-3 {
    margin-left: 42.85714%;
  }
  .range-7.range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range-7.range > .cell-sm-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .range-7.range > .cell-sm-preffix-4 {
    margin-left: 57.14286%;
  }
  .range-7.range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range-7.range > .cell-sm-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .range-7.range > .cell-sm-preffix-5 {
    margin-left: 71.42857%;
  }
  .range-7.range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range-7.range > .cell-sm-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .range-7.range > .cell-sm-preffix-6 {
    margin-left: 85.71429%;
  }
  .range-7.range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range-7.range > .cell-sm-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-7.range > .cell-sm-preffix-7 {
    margin-left: 100%;
  }
  .range-7.range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range-7.range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .range-7.range > .cell-md-preffix-0 {
    margin-left: 0%;
  }
  .range-7.range > .cell-md-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .range-7.range > .cell-md-preffix-1 {
    margin-left: 14.28571%;
  }
  .range-7.range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range-7.range > .cell-md-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .range-7.range > .cell-md-preffix-2 {
    margin-left: 28.57143%;
  }
  .range-7.range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range-7.range > .cell-md-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .range-7.range > .cell-md-preffix-3 {
    margin-left: 42.85714%;
  }
  .range-7.range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range-7.range > .cell-md-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .range-7.range > .cell-md-preffix-4 {
    margin-left: 57.14286%;
  }
  .range-7.range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range-7.range > .cell-md-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .range-7.range > .cell-md-preffix-5 {
    margin-left: 71.42857%;
  }
  .range-7.range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range-7.range > .cell-md-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .range-7.range > .cell-md-preffix-6 {
    margin-left: 85.71429%;
  }
  .range-7.range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range-7.range > .cell-md-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-7.range > .cell-md-preffix-7 {
    margin-left: 100%;
  }
  .range-7.range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range-7.range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .range-7.range > .cell-lg-preffix-0 {
    margin-left: 0%;
  }
  .range-7.range > .cell-lg-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .range-7.range > .cell-lg-preffix-1 {
    margin-left: 14.28571%;
  }
  .range-7.range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range-7.range > .cell-lg-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .range-7.range > .cell-lg-preffix-2 {
    margin-left: 28.57143%;
  }
  .range-7.range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range-7.range > .cell-lg-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .range-7.range > .cell-lg-preffix-3 {
    margin-left: 42.85714%;
  }
  .range-7.range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range-7.range > .cell-lg-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .range-7.range > .cell-lg-preffix-4 {
    margin-left: 57.14286%;
  }
  .range-7.range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range-7.range > .cell-lg-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .range-7.range > .cell-lg-preffix-5 {
    margin-left: 71.42857%;
  }
  .range-7.range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range-7.range > .cell-lg-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .range-7.range > .cell-lg-preffix-6 {
    margin-left: 85.71429%;
  }
  .range-7.range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range-7.range > .cell-lg-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-7.range > .cell-lg-preffix-7 {
    margin-left: 100%;
  }
  .range-7.range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range-7.range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1800px) {
  .range-7.range > .cell-xl-preffix-0 {
    margin-left: 0%;
  }
  .range-7.range > .cell-xl-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .range-7.range > .cell-xl-preffix-1 {
    margin-left: 14.28571%;
  }
  .range-7.range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range-7.range > .cell-xl-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .range-7.range > .cell-xl-preffix-2 {
    margin-left: 28.57143%;
  }
  .range-7.range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range-7.range > .cell-xl-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .range-7.range > .cell-xl-preffix-3 {
    margin-left: 42.85714%;
  }
  .range-7.range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range-7.range > .cell-xl-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .range-7.range > .cell-xl-preffix-4 {
    margin-left: 57.14286%;
  }
  .range-7.range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range-7.range > .cell-xl-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .range-7.range > .cell-xl-preffix-5 {
    margin-left: 71.42857%;
  }
  .range-7.range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range-7.range > .cell-xl-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .range-7.range > .cell-xl-preffix-6 {
    margin-left: 85.71429%;
  }
  .range-7.range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range-7.range > .cell-xl-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-7.range > .cell-xl-preffix-7 {
    margin-left: 100%;
  }
  .range-7.range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range-7.range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}

html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}

html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}

html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}

html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
  margin-left: auto;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .text-xs-nowrap {
    white-space: nowrap;
  }
  .text-xs-normal {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .text-sm-nowrap {
    white-space: nowrap;
  }
  .text-sm-normal {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-justify {
    text-align: justify;
  }
  .text-md-nowrap {
    white-space: nowrap;
  }
  .text-md-normal {
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .text-lg-nowrap {
    white-space: nowrap;
  }
  .text-lg-normal {
    white-space: normal;
  }
}

@media (min-width: 1800px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-justify {
    text-align: justify;
  }
  .text-xl-nowrap {
    white-space: nowrap;
  }
  .text-xl-normal {
    white-space: normal;
  }
}

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

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

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

.text-middle {
  vertical-align: middle;
}

@media (min-width: 480px) {
  html:not(.lt-ie10) .text-xs-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-xs-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-xs-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .text-sm-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-sm-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-sm-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .text-md-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-md-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-md-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .text-lg-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-lg-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-lg-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-base {
    float: none;
  }
  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-base {
    float: none;
  }
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-base {
    float: none;
  }
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-base {
    float: none;
  }
  .pull-lg-right {
    float: right;
  }
}

@media (min-width: 1800px) {
  .pull-xl-left {
    float: left;
  }
  .pull-xl-base {
    float: none;
  }
  .pull-xl-right {
    float: right;
  }
}

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

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

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

.reveal-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.veil {
  display: none !important;
}

@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important;
  }
  .reveal-xs-inline-block {
    display: inline-block !important;
  }
  .reveal-xs-inline {
    display: inline !important;
  }
  .reveal-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .veil-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important;
  }
  .reveal-sm-inline-block {
    display: inline-block !important;
  }
  .reveal-sm-inline {
    display: inline !important;
  }
  .reveal-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .veil-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important;
  }
  .reveal-md-inline-block {
    display: inline-block !important;
  }
  .reveal-md-inline {
    display: inline !important;
  }
  .reveal-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .veil-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .reveal-lg-block {
    display: block !important;
  }
  .reveal-lg-inline-block {
    display: inline-block !important;
  }
  .reveal-lg-inline {
    display: inline !important;
  }
  .reveal-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .veil-lg {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .reveal-xl-block {
    display: block !important;
  }
  .reveal-xl-inline-block {
    display: inline-block !important;
  }
  .reveal-xl-inline {
    display: inline !important;
  }
  .reveal-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .veil-xl {
    display: none !important;
  }
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #7f7f7f;
  background-color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

.page {
  overflow: hidden;
}

/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
.page-head {
  position: relative;
  z-index: 10000;
  background-color: #fff;
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
.page-content {
  position: relative;
  z-index: 1;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-foot {
  background-color: #000;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: .33s all ease-out;
}

a, a:active, a:focus {
  color: #7f7f7f;
}

a:hover, a:focus {
  color: #ffb74c;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a[href*='callto'], a[href*='mailto'] {
  white-space: nowrap;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #2a2b2b;
}

hr.divider-bismark-04 {
  border-color: rgba(67, 98, 129, 0.4);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.brand {
  /**
    @bugfix: color flickering in child objects on hover
    @affected: IE Edge
  */
  transition: none !important;
}

.brand, .brand:active, .brand:focus, .brand:hover {
  fill: #000;
}

.brand-inverse, .brand-inverse:active, .brand-inverse:focus, .brand-inverse:hover {
  fill: #fff;
}

.brand-md svg {
  width: 162px !important;
  height: 26px !important;
}

.rights {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  letter-spacing: .025em;
  vertical-align: baseline;
}

.rights * {
  display: inline;
  margin-right: .25em;
}

.page-foot-default .rights {
  color: #fff;
  font-weight: 300;
}

.privacy-link {
  margin-top: 30px;
}

.font-default {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.font-size-default, body {
  font-size: 14px;
  line-height: 1.71429;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-weight: 700;
  color: #1e3953;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span, .h1 > span, .h2 > span, .h3 > span, .h4 > span, .h5 > span, .h6 > span {
  display: inline-block;
  font-size: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  transition: .33s all ease;
}

h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .h1 a, .h1 a:active, .h1 a:focus, .h2 a, .h2 a:active, .h2 a:focus, .h3 a, .h3 a:active, .h3 a:focus, .h4 a, .h4 a:active, .h4 a:focus, .h5 a, .h5 a:active, .h5 a:focus, .h6 a, .h6 a:active, .h6 a:focus {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #ffb74c;
}

h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .h1 > *, .h2 > *, .h3 > *, .h4 > *, .h5 > *, .h6 > * {
  margin-right: .25em;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 1.07692;
    font-size: 104px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -.025em;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 1.18644;
    font-size: 59px;
  }
}

h2 .sub-head,
h2 .sub-head-small,
.h2 .sub-head,
.h2 .sub-head-small {
  letter-spacing: 0;
  margin-right: 0;
}

h2 .sub-head,
.h2 .sub-head {
  font-size: 0.8474576271186441em;
}

h2 .sub-head-small,
.h2 .sub-head-small {
  font-size: 0.6779em;
}

h3.text-style-lighter,
.h3.text-style-lighter {
  font-weight: 400;
}

@media (min-width: 992px) {
  h3.text-style-lighter,
  .h3.text-style-lighter {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    line-height: 1.21212;
    font-size: 33px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    line-height: 1.52;
    font-size: 25px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 1.35;
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    line-height: 1.47368;
    font-size: 19px;
  }
}

h6,
.h6 {
  font-size: 15px;
  line-height: 1.2;
}

@media (min-width: 480px) {
  h6,
  .h6 {
    line-height: 1.5;
    font-size: 16px;
  }
}

h6.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.h7 {
  font: 700 14px/24px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.text-bigger, .quote-default {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .text-bigger, .quote-default {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .text-bigger, .quote-default {
    font-size: 25px;
  }
}

.text-big {
  font-size: 1.571428571428571em;
}

.text-large {
  font: 700 38px/42px "Arvo", "Times New Roman", Times, serif;
}

@media (min-width: 992px) {
  .text-large {
    font-size: 48px;
  }
}

.text-extra-large-bordered {
  display: inline-block;
  padding: .07em .11em;
  font: 700 120px "Arvo", "Times New Roman", Times, serif;
  letter-spacing: -.05em;
  line-height: .8;
  border: .075em solid;
  text-align: center;
}

@media (min-width: 768px) {
  .text-extra-large-bordered {
    font-size: 220px;
  }
}

@media (min-width: 1200px) {
  .text-extra-large-bordered {
    font-size: 272px;
  }
}

.big {
  letter-spacing: .025em;
}

@media (min-width: 480px) {
  .big {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .big {
    font-size: 18px;
    line-height: 25px;
  }
}

small,
.small {
  font-size: 12px;
  line-height: 18px;
}

code {
  padding: 5px 7px;
  font-size: 75%;
  color: #fe4a21;
  background-color: #f9f9f9;
  border-radius: 2px;
}

em {
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-size: inherit;
  font-style: italic;
  font-weight: 700;
  line-height: inherit;
  color: #767877;
}

mark,
.mark {
  color: #fff;
  background-color: #ffb74c;
  padding: .2em .3em;
}

.text-style-1 {
  font-family: "Arvo", "Times New Roman", Times, serif;
  color: #9b9b9b;
}

.text-style-2 {
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700;
}

.text-style-3 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Arvo", "Times New Roman", Times, serif;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

.context-dark, .bg-gray-base, .bg-gray-darker, .bg-gray-dark, .bg-mine-shaft, .bg-cod-gray, .bg-cello, .bg-primary {
  color: rgba(255, 255, 255, 0.5);
}

.context-dark h1, .bg-gray-base h1, .bg-gray-darker h1, .bg-gray-dark h1, .bg-mine-shaft h1, .bg-cod-gray h1, .bg-cello h1, .bg-primary h1, .context-dark h2, .bg-gray-base h2, .bg-gray-darker h2, .bg-gray-dark h2, .bg-mine-shaft h2, .bg-cod-gray h2, .bg-cello h2, .bg-primary h2, .context-dark h3, .bg-gray-base h3, .bg-gray-darker h3, .bg-gray-dark h3, .bg-mine-shaft h3, .bg-cod-gray h3, .bg-cello h3, .bg-primary h3, .context-dark h4, .bg-gray-base h4, .bg-gray-darker h4, .bg-gray-dark h4, .bg-mine-shaft h4, .bg-cod-gray h4, .bg-cello h4, .bg-primary h4, .context-dark h5, .bg-gray-base h5, .bg-gray-darker h5, .bg-gray-dark h5, .bg-mine-shaft h5, .bg-cod-gray h5, .bg-cello h5, .bg-primary h5, .context-dark h6, .bg-gray-base h6, .bg-gray-darker h6, .bg-gray-dark h6, .bg-mine-shaft h6, .bg-cod-gray h6, .bg-cello h6, .bg-primary h6, .context-dark .h1, .bg-gray-base .h1, .bg-gray-darker .h1, .bg-gray-dark .h1, .bg-mine-shaft .h1, .bg-cod-gray .h1, .bg-cello .h1, .bg-primary .h1, .context-dark .h2, .bg-gray-base .h2, .bg-gray-darker .h2, .bg-gray-dark .h2, .bg-mine-shaft .h2, .bg-cod-gray .h2, .bg-cello .h2, .bg-primary .h2, .context-dark .h3, .bg-gray-base .h3, .bg-gray-darker .h3, .bg-gray-dark .h3, .bg-mine-shaft .h3, .bg-cod-gray .h3, .bg-cello .h3, .bg-primary .h3, .context-dark .h4, .bg-gray-base .h4, .bg-gray-darker .h4, .bg-gray-dark .h4, .bg-mine-shaft .h4, .bg-cod-gray .h4, .bg-cello .h4, .bg-primary .h4, .context-dark .h5, .bg-gray-base .h5, .bg-gray-darker .h5, .bg-gray-dark .h5, .bg-mine-shaft .h5, .bg-cod-gray .h5, .bg-cello .h5, .bg-primary .h5, .context-dark .h6, .bg-gray-base .h6, .bg-gray-darker .h6, .bg-gray-dark .h6, .bg-mine-shaft .h6, .bg-cod-gray .h6, .bg-cello .h6, .bg-primary .h6 {
  color: #fff;
}

.context-dark a, .bg-gray-base a, .bg-gray-darker a, .bg-gray-dark a, .bg-mine-shaft a, .bg-cod-gray a, .bg-cello a, .bg-primary a, .context-dark a:active, .bg-gray-base a:active, .bg-gray-darker a:active, .bg-gray-dark a:active, .bg-mine-shaft a:active, .bg-cod-gray a:active, .bg-cello a:active, .bg-primary a:active, .context-dark a:focus, .bg-gray-base a:focus, .bg-gray-darker a:focus, .bg-gray-dark a:focus, .bg-mine-shaft a:focus, .bg-cod-gray a:focus, .bg-cello a:focus, .bg-primary a:focus {
  color: #fff;
}

.context-dark a:hover, .bg-gray-base a:hover, .bg-gray-darker a:hover, .bg-gray-dark a:hover, .bg-mine-shaft a:hover, .bg-cod-gray a:hover, .bg-cello a:hover, .bg-primary a:hover {
  color: #ffb74c;
}

.context-dark .big, .bg-gray-base .big, .bg-gray-darker .big, .bg-gray-dark .big, .bg-mine-shaft .big, .bg-cod-gray .big, .bg-cello .big, .bg-primary .big, .context-dark .text-bigger, .bg-gray-base .text-bigger, .bg-gray-darker .text-bigger, .bg-gray-dark .text-bigger, .bg-mine-shaft .text-bigger, .bg-cod-gray .text-bigger, .bg-cello .text-bigger, .bg-primary .text-bigger, .context-dark .text-extra-large-bordered, .bg-gray-base .text-extra-large-bordered, .bg-gray-darker .text-extra-large-bordered, .bg-gray-dark .text-extra-large-bordered, .bg-mine-shaft .text-extra-large-bordered, .bg-cod-gray .text-extra-large-bordered, .bg-cello .text-extra-large-bordered, .bg-primary .text-extra-large-bordered {
  color: #fff;
}

.bg-gray-base {
  background: #000;
  fill: #000;
}

.bg-gray-darker {
  background: #00030a;
  fill: #00030a;
}

.bg-gray-dark {
  background: #2a2b2b;
  fill: #2a2b2b;
}

.bg-mine-shaft {
  background: #333;
  fill: #333;
}

.bg-mine-shaft-varinat-1 {
  background-color: #f2f3f8;
  color: #1e3953;
}

.bg-mine-shaft-varinat-1 h1, .bg-mine-shaft-varinat-1 h2, .bg-mine-shaft-varinat-1 h3, .bg-mine-shaft-varinat-1 h4, .bg-mine-shaft-varinat-1 h5, .bg-mine-shaft-varinat-1 h6, .bg-mine-shaft-varinat-1 .h1, .bg-mine-shaft-varinat-1 .h2, .bg-mine-shaft-varinat-1 .h3, .bg-mine-shaft-varinat-1 .h4, .bg-mine-shaft-varinat-1 .h5, .bg-mine-shaft-varinat-1 .h6 {
  color: #1e3953;
}

.bg-mine-shaft .owl-carousel-inverse .owl-next, .bg-mine-shaft .owl-carousel-inverse .owl-prev {
  color: #1e3953;
}

.bg-mine-shaft-variant-2 {
  background-color: #f2f3f8;
}

.bg-whisper-1 {
  background: #f2f3f8;
  fill: #f2f3f8;
}

.bg-cod-gray {
  background: #111;
  fill: #111;
}

.bg-gray {
  background: #7f7f7f;
  fill: #7f7f7f;
}

.bg-cello {
  background: #1e3953;
  fill: #1e3953;
}

.bg-primary {
  background: #ffb74c;
  fill: #ffb74c;
}

.bg-gray-light {
  background: #dedede;
  fill: #dedede;
}

.bg-gray-light-variant-1 {
  background-color: #f2f3f8;
}

.bg-gray-lighter {
  background: #f9f9f9;
  fill: #f9f9f9;
}

.bg-whisper {
  background: #f6f7fa;
  fill: #f6f7fa;
}

.bg-white {
  background: #fff;
  fill: #fff;
}

.bg-athens-gray {
  background: #e5e8ef;
  fill: #e5e8ef;
}

.bg-iron {
  background: #dcdde0;
  fill: #dcdde0;
}

.bg-iron.bg-iron-custom {
  background-color: #f2f3f8;
}

.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg-image-centered {
  -webkit-background-size: auto;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-image-1 {
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .bg-image-1 {
    background-image: none !important;
  }
}

.page .bg-image-white .text-gray-base-05 {
  color: rgba(255, 255, 255, 0.5);
}

.page .text-primary {
  color: #ffb74c;
}

.page a.text-primary:hover,
.page a.text-primary:focus {
  color: #3dac8e;
}

.page .text-abbey {
  color: #535457;
}

.page a.text-abbey:hover,
.page a.text-abbey:focus {
  color: #3a3b3d;
}

.page .text-secondary {
  color: #9b9b9b;
}

.page a.text-secondary:hover,
.page a.text-secondary:focus {
  color: #828282;
}

.page .text-red-orange {
  color: #ff4b22;
}

.page a.text-red-orange:hover,
.page a.text-red-orange:focus {
  color: #ee2c00;
}

.page .text-gray-base {
  color: #000;
}

.page a.text-gray-base:hover,
.page a.text-gray-base:focus {
  color: black;
}

.page .text-gray-base-05 {
  color: rgba(0, 0, 0, 0.5);
}

.page a.text-gray-base-05:hover,
.page a.text-gray-base-05:focus {
  color: rgba(0, 0, 0, 0.5);
}

.page .text-kashmir-blue {
  color: #57738f;
}

.page a.text-kashmir-blue:hover,
.page a.text-kashmir-blue:focus {
  color: #445a6f;
}

.page .text-silver {
  color: #cdcdcd;
}

.page a.text-silver:hover,
.page a.text-silver:focus {
  color: #b3b3b3;
}

.page .text-dark {
  color: #2a2b2b;
}

.page a.text-dark:hover,
.page a.text-dark:focus {
  color: #111111;
}

.page .text-gray {
  color: #7f7f7f;
}

.page a.text-gray:hover,
.page a.text-gray:focus {
  color: #666666;
}

.page .text-cello {
  color: #1e3953;
}

.page a.text-cello:hover,
.page a.text-cello:focus {
  color: #101f2e;
}

.page .text-gray-light {
  color: #dedede;
}

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
  color: #c5c5c5;
}

.page .text-dusty-gray {
  color: #9b9b9b;
}

.page a.text-dusty-gray:hover,
.page a.text-dusty-gray:focus {
  color: #828282;
}

.page .text-white {
  color: #fff;
}

.page a.text-white:hover,
.page a.text-white:focus {
  color: #e6e6e6;
}

.page .text-white-05 {
  color: rgba(255, 255, 255, 0.5);
}

.page a.text-white-05:hover,
.page a.text-white-05:focus {
  color: rgba(230, 230, 230, 0.5);
}

.page .text-white-03 {
  color: rgba(255, 255, 255, 0.3);
}

.page a.text-white-03:hover,
.page a.text-white-03:focus {
  color: rgba(230, 230, 230, 0.3);
}

@media (max-width: 767px) {
  .bg-image-sm-hide {
    background-image: none !important;
  }
}

.bg-image.bg-gray-dark .quote-vertical.quote-vertical-inverse .quote-open > svg {
  fill: #fff !important;
}

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background: #171717;
  border-radius: 0;
}

.snackbars .icon-xxs {
  position: relative;
  top: 2px;
  font-size: 20px;
  vertical-align: baseline;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 380px;
    padding: 14px 17px;
  }
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-sbold {
  font-weight: 600;
}

.text-bold, strong {
  font-weight: 700;
}

.text-ubold {
  font-weight: 900;
}

.text-spacing--30 {
  letter-spacing: -0.03em;
}

.text-spacing--25 {
  letter-spacing: -0.025em;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-spacing-40 {
  letter-spacing: 0.04em;
}

.text-spacing-50 {
  letter-spacing: 0.05em;
}

.text-spacing-120 {
  letter-spacing: 0.12em;
}

.btn {
  max-width: 100%;
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 11px 59px;
  border: 2px solid;
  text-transform: capitalize;
  transition: .3s ease-out;
}

.btn:focus, .btn:active, .btn:active:focus {
  outline: none;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-smaller {
  padding: 8px 25px;
}

.btn-small {
  padding-left: 20px;
  padding-right: 20px;
}

html .btn-default, html .btn-default:active, html .btn-default.active, html .btn-default:active:focus, html .btn-default.active:focus, html .btn-default:focus:active, html .btn-default:focus {
  color: #fff;
  background-color: #535457;
  border-color: #535457;
}

.open > html .btn-default.dropdown-toggle, html .btn-default:hover {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

html .btn-default.disabled, html .btn-default[disabled],
fieldset[disabled] html .btn-default {
  pointer-events: none;
  opacity: .5;
}

html .btn-default .badge {
  color: #535457;
  background-color: #fff;
}

html .btn-primary, html .btn-primary:active, html .btn-primary.active, html .btn-primary:active:focus, html .btn-primary.active:focus, html .btn-primary:focus:active, html .btn-primary:focus {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

.open > html .btn-primary.dropdown-toggle, html .btn-primary:hover {
  color: #fff;
  background-color: #42b294;
  border-color: #42b294;
}

html .btn-primary.disabled, html .btn-primary[disabled],
fieldset[disabled] html .btn-primary {
  pointer-events: none;
  opacity: .5;
}

html .btn-primary .badge {
  color: #ffb74c;
  background-color: #fff;
}

html .btn-cello, html .btn-cello:active, html .btn-cello.active, html .btn-cello:active:focus, html .btn-cello.active:focus, html .btn-cello:focus:active, html .btn-cello:focus {
  color: #fff;
  background-color: #1e3953;
  border-color: #1e3953;
}

.open > html .btn-cello.dropdown-toggle, html .btn-cello:hover {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

html .btn-cello.disabled, html .btn-cello[disabled],
fieldset[disabled] html .btn-cello {
  pointer-events: none;
  opacity: .5;
}

html .btn-cello .badge {
  color: #1e3953;
  background-color: #fff;
}

html .btn-red-orange, html .btn-red-orange:active, html .btn-red-orange.active, html .btn-red-orange:active:focus, html .btn-red-orange.active:focus, html .btn-red-orange:focus:active, html .btn-red-orange:focus {
  color: #fff;
  background-color: #ff4b22;
  border-color: #ff4b22;
}

.open > html .btn-red-orange.dropdown-toggle, html .btn-red-orange:hover {
  color: #fff;
  background-color: #2a2b2b;
  border-color: #2a2b2b;
}

html .btn-red-orange.disabled, html .btn-red-orange[disabled],
fieldset[disabled] html .btn-red-orange {
  pointer-events: none;
  opacity: .5;
}

html .btn-red-orange .badge {
  color: #ff4b22;
  background-color: #fff;
}

html .btn-primary-contrast, html .btn-primary-contrast:active, html .btn-primary-contrast.active, html .btn-primary-contrast:active:focus, html .btn-primary-contrast.active:focus, html .btn-primary-contrast:focus:active, html .btn-primary-contrast:focus {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

.open > html .btn-primary-contrast.dropdown-toggle, html .btn-primary-contrast:hover {
  color: #fff;
  background-color: #42b294;
  border-color: #42b294;
}

html .btn-primary-contrast.disabled, html .btn-primary-contrast[disabled],
fieldset[disabled] html .btn-primary-contrast {
  pointer-events: none;
  opacity: .5;
}

html .btn-primary-contrast .badge {
  color: #ffb74c;
  background-color: #fff;
}

html .btn-primary-outline, html .btn-primary-outline:active, html .btn-primary-outline.active, html .btn-primary-outline:active:focus, html .btn-primary-outline.active:focus, html .btn-primary-outline:focus:active, html .btn-primary-outline:focus {
  color: #ffb74c;
  background-color: transparent;
  border-color: #ffb74c;
}

.open > html .btn-primary-outline.dropdown-toggle, html .btn-primary-outline:hover {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

html .btn-primary-outline.disabled, html .btn-primary-outline[disabled],
fieldset[disabled] html .btn-primary-outline {
  pointer-events: none;
  opacity: .5;
}

html .btn-primary-outline .badge {
  color: transparent;
  background-color: #ffb74c;
}

html .btn-cello-outline, html .btn-cello-outline:active, html .btn-cello-outline.active, html .btn-cello-outline:active:focus, html .btn-cello-outline.active:focus, html .btn-cello-outline:focus:active, html .btn-cello-outline:focus {
  color: #1e3953;
  background-color: transparent;
  border-color: #1e3953;
}

.open > html .btn-cello-outline.dropdown-toggle, html .btn-cello-outline:hover {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

html .btn-cello-outline.disabled, html .btn-cello-outline[disabled],
fieldset[disabled] html .btn-cello-outline {
  pointer-events: none;
  opacity: .5;
}

html .btn-cello-outline .badge {
  color: transparent;
  background-color: #1e3953;
}

html .btn-white-outline, html .btn-white-outline:active, html .btn-white-outline.active, html .btn-white-outline:active:focus, html .btn-white-outline.active:focus, html .btn-white-outline:focus:active, html .btn-white-outline:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.open > html .btn-white-outline.dropdown-toggle, html .btn-white-outline:hover {
  color: #414141;
  background-color: #fff;
  border-color: #fff;
}

html .btn-white-outline.disabled, html .btn-white-outline[disabled],
fieldset[disabled] html .btn-white-outline {
  pointer-events: none;
  opacity: .5;
}

html .btn-white-outline .badge {
  color: transparent;
  background-color: #fff;
}

html .btn-white-outline-variant-1, html .btn-white-outline-variant-1:active, html .btn-white-outline-variant-1.active, html .btn-white-outline-variant-1:active:focus, html .btn-white-outline-variant-1.active:focus, html .btn-white-outline-variant-1:focus:active, html .btn-white-outline-variant-1:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.open > html .btn-white-outline-variant-1.dropdown-toggle, html .btn-white-outline-variant-1:hover {
  color: #fff;
  background-color: #ffb74c;
  border-color: #ffb74c;
}

html .btn-white-outline-variant-1.disabled, html .btn-white-outline-variant-1[disabled],
fieldset[disabled] html .btn-white-outline-variant-1 {
  pointer-events: none;
  opacity: .5;
}

html .btn-white-outline-variant-1 .badge {
  color: transparent;
  background-color: #fff;
}

html .btn-silver-outline, html .btn-silver-outline:active, html .btn-silver-outline.active, html .btn-silver-outline:active:focus, html .btn-silver-outline.active:focus, html .btn-silver-outline:focus:active, html .btn-silver-outline:focus {
  color: #1e3953;
  background-color: transparent;
  border-color: #cdcdcd;
}

.open > html .btn-silver-outline.dropdown-toggle, html .btn-silver-outline:hover {
  color: #fff;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}

html .btn-silver-outline.disabled, html .btn-silver-outline[disabled],
fieldset[disabled] html .btn-silver-outline {
  pointer-events: none;
  opacity: .5;
}

html .btn-silver-outline .badge {
  color: transparent;
  background-color: #1e3953;
}

html .btn-gray-base-outline, html .btn-gray-base-outline:active, html .btn-gray-base-outline.active, html .btn-gray-base-outline:active:focus, html .btn-gray-base-outline.active:focus, html .btn-gray-base-outline:focus:active, html .btn-gray-base-outline:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.open > html .btn-gray-base-outline.dropdown-toggle, html .btn-gray-base-outline:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

html .btn-gray-base-outline.disabled, html .btn-gray-base-outline[disabled],
fieldset[disabled] html .btn-gray-base-outline {
  pointer-events: none;
  opacity: .5;
}

html .btn-gray-base-outline .badge {
  color: transparent;
  background-color: #000;
}

.btn-xs, .btn-group-xs > .btn {
  min-width: 100px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  min-width: 120px;
  padding: 9px 45px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
}

.btn-lg, .btn-group-lg > .btn {
  min-width: 270px;
  padding: 15px 40px;
  font-size: 13px;
  line-height: 1.71429;
  border-radius: 0;
}

@media (min-width: 768px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
  }
}

.btn-xl {
  padding: 15px 22px;
  font-size: 13px;
  line-height: 1.71429;
  border-radius: 0;
}

@media (min-width: 768px) {
  .btn-xl {
    padding: 21px 50px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .btn-xl {
    min-width: 270px;
  }
  .btn-xl-bigger {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.btn-round,
.btn-circle,
.btn-rect {
  padding: 11px 64px;
}

.btn-block {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 30px;
  max-width: 100%;
}

.btn-rect {
  border-radius: 5px;
}

.btn-round {
  border-radius: 15px;
}

.btn-circle {
  border-radius: 35px;
}

.btn-round-bottom {
  border-radius: 0 0 5px 5px;
}

.btn-shadow {
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.14);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.14);
}

.btn.btn-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 49px;
  vertical-align: middle;
}

.btn.btn-icon .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 0;
  vertical-align: middle;
  transition: 0s;
}

.btn.btn-icon-left .icon {
  margin-right: 5px;
}

.btn.btn-icon-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 11px 39px;
}

.btn.btn-icon-right .icon {
  margin-left: 5px;
}

.btn-icon-only {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;
  transition: .33s all ease;
}

.btn-icon-only::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn-icon-only.btn-icon-only-primary, .btn-icon-only.btn-icon-only-primary:active, .btn-icon-only.btn-icon-only-primary:focus {
  color: #ffb74c;
}

.btn-icon-only.btn-icon-only-primary:hover {
  color: #000;
}

.btn-icon-only {
  padding: 9px 18px;
}

.btn-custom {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.btn-custom.btn.btn-icon-right {
  padding: 9px 41px;
}

.btn-custom.btn.btn-icon-right .icon {
  margin-left: 9px;
}

.btn-custom.btn-cello .icon {
  color: #ffb74c;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.btn-custom.btn-cello:hover .icon {
  color: #fff;
}

button.btn.btn-icon {
  display: inline-block;
  vertical-align: middle;
}

button.btn.btn-icon .icon {
  top: -1px;
}

@media (max-width: 767px) {
  html .page .btn {
    min-width: 170px;
    max-width: 170px;
    padding: 15px 15px;
  }
  html .page .btn-sm, html .page .btn-group-sm > .btn {
    min-width: 135px;
    max-width: 135px;
  }
  html .page .btn-xl {
    min-width: 250px;
    font-size: 15px;
  }
  html .page .btn-lg, html .page .btn-group-lg > .btn {
    min-width: 200px;
    max-width: 200px;
    padding: 15px 20px;
  }
}

.icon {
  display: inline-block;
  text-align: center;
}

.icon:before {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='icon-circle'] {
  border-radius: 50%;
  overflow: hidden;
}

[class*='icon-round'] {
  border-radius: 4px;
  overflow: hidden;
}

.page .icon-default {
  color: #7f7f7f;
}

.page .icon-gray-base {
  color: #000;
}

.page .icon-primary {
  color: #ffb74c;
}

.page .icon-gunsmoke {
  color: #767877;
}

.page .icon-tundora {
  color: #414141;
}

.page .icon-cello {
  color: #1e3953;
}

.page .icon-gray-dark-filled {
  color: #fff;
  background: #2a2b2b;
}

.page .icon-silver-chalice-filled {
  color: #fff;
  background: #ababab;
}

.page .icon-white {
  color: #fff;
}

.page a.icon-blue-bayoux, .page a.icon-blue-bayoux:focus, .page a.icon-blue-bayoux:active {
  color: #fff;
  background-color: #435d77;
}

.page a.icon-blue-bayoux:hover {
  color: #fff;
  background-color: #ffb74c;
}

.page a.icon-default, .page a.icon-default:active, .page a.icon-default:focus {
  color: #7f7f7f;
}

.page a.icon-default:hover {
  color: #ffb74c;
}

.page a.icon-primary, .page a.icon-primary:active, .page a.icon-primary:focus {
  color: #ffb74c;
}

.page a.icon-primary:hover {
  color: #fff;
}

.page a.icon-tundora-inverse, .page a.icon-tundora-inverse:active, .page a.icon-tundora-inverse:focus {
  color: #414141;
}

.page a.icon-tundora-inverse:hover {
  color: #fff;
}

.page a.icon-gray-dark-filled, .page a.icon-gray-dark-filled:active, .page a.icon-gray-dark-filled:focus {
  color: #fff;
  background: #2a2b2b;
}

.page a.icon-gray-dark-filled:hover {
  color: #fff;
  background: #ffb74c;
}

.page a.icon-silver-chalice-filled, .page a.icon-silver-chalice-filled:active, .page a.icon-silver-chalice-filled:focus {
  color: #fff;
  background: #ababab;
}

.page a.icon-silver-chalice-filled:hover {
  color: #fff;
  background: #1e3953;
}

.page .icon-xxs {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}

.page .icon-xxs-small {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.page .icon-xxs-smaller {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}

.page .icon-xxs-smallest {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}

.page .icon-xs {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

.page .icon-xs-smaller {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.page .icon-sm {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.page .icon-sm-custom {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .page .icon-sm-custom {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
}

.page .icon-md {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
}

.page .icon-md-custom {
  width: 26px;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .page .icon-md-custom {
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
  }
}

.page .icon-md-smaller {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

.page .icon-lg {
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
}

.page .icon-lg-variant-1 {
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 42px;
}

.page .icon-lg-variant-2 {
  width: 44px;
  height: 44px;
  font-size: 44px;
  line-height: 44px;
}

.page .icon-lg-bigger {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}

.page .icon-xl {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.page [class*='icon-round'].icon-xxs-smallest,
.page [class*='icon-circle'].icon-xxs-smallest {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.icon-shift-1 {
  position: relative;
  top: 2px;
}

.icon-shift-2 {
  position: relative;
  top: 2px;
}

@media (min-width: 992px) {
  .icon-shift-2 {
    top: 4px;
  }
}


.thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.thumbnail .caption {
  padding: 0;
}

.img-thumbnail,
.thumbnail {
  box-shadow: none;
}

.thumbnail-variant-1 {
  background-color: transparent;
  text-align: center;
}

.thumbnail-variant-1 .thumbnail-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.thumbnail-variant-1 .thumbnail-image,
.thumbnail-variant-1 .thumbnail-image > img {
  border-radius: 600px;
}

.thumbnail-variant-1 .thumbnail-image > img {
  width: auto;
}

.thumbnail-variant-1 .thumbnail-image-inner {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 1px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 600px;
}

.thumbnail-variant-1 .thumbnail-image-inner > * + * {
  margin-top: 0;
  margin-left: 20px;
}

.thumbnail-variant-1 .header {
  line-height: 1.2;
}

.thumbnail-variant-1 * + p {
  margin-top: 0;
}

.thumbnail-variant-1 * + .thumbnail-caption {
  margin-top: 18px;
}

@media (min-width: 992px) {
  .desktop .thumbnail-variant-1 .thumbnail-image-inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate3d(0, 1, 0, 60deg);
    transform: rotate3d(0, 1, 0, 60deg);
    transition: .55s all ease;
    background: rgba(0, 0, 0, 0.6);
  }
  .desktop .thumbnail-variant-1 .thumbnail-image:hover .thumbnail-image-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@media (min-width: 1200px) {
  .thumbnail-variant-1 * + .thumbnail-caption {
    margin-top: 30px;
  }
}

.thumbnail-variant-2 {
  min-height: 300px;
  padding: 30px 0 0;
  overflow: visible;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.thumbnail-variant-2-wrap {
  padding-bottom: 25px;
}

.thumbnail-variant-2 .thumbnail-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.thumbnail-variant-2 .thumbnail-image > img {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  width: auto;
  min-width: 101%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
}

.thumbnail-variant-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(30, 57, 83, 0.45);
}

.thumbnail-variant-2 .thumbnail-inner {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
}

.thumbnail-variant-2 .thumbnail-inner a {
  font-weight: 700;
}

.thumbnail-variant-2 .thumbnail-caption {
  position: relative;
  z-index: 3;
  width: calc(100% - 34px);
  padding: 17px 8px 25px;
  margin: 31px 17px -25px 17px;
  background: #1e3953;
}

.thumbnail-variant-2 .thumbnail-caption * {
  color: #fff;
}

.thumbnail-variant-2 .thumbnail-caption a, .thumbnail-variant-2 .thumbnail-caption a:active, .thumbnail-variant-2 .thumbnail-caption a:focus {
  color: #fff;
}

.thumbnail-variant-2 .thumbnail-caption a:hover {
  color: #7f7f7f;
}

.thumbnail-variant-2 .text-header {
  font-size: 18px;
  font-weight: 700;
}

.thumbnail-variant-2 .text-caption {
  font-style: italic;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .thumbnail-variant-2 .text-caption {
    font-size: 16px;
  }
}

.thumbnail-variant-2 * + .divider {
  margin-top: 8px;
}

.thumbnail-variant-2 .divider + * {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .desktop .thumbnail-variant-2:before {
    top: 40px;
  }
  .desktop .thumbnail-variant-2 .thumbnail-inner > * {
    position: relative;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    transition: .4s all ease-in-out;
  }
  .desktop .thumbnail-variant-2:before,
  .desktop .thumbnail-variant-2 .thumbnail-inner {
    opacity: 0;
    visibility: hidden;
    transition: .33s all ease-out;
  }
  .desktop .thumbnail-variant-2:hover:before {
    top: 0;
    left: 0;
    right: 0;
  }
  .desktop .thumbnail-variant-2:hover .thumbnail-inner > * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .desktop .thumbnail-variant-2:hover:before,
  .desktop .thumbnail-variant-2:hover .thumbnail-inner {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .thumbnail-variant-2 .thumbnail-caption {
    width: calc(100% - 16px);
    margin: 31px 8px -25px 8px;
  }
}

@media (min-width: 1200px) {
  .thumbnail-variant-2 {
    width: calc(100% - 22px);
    margin: 0 11px 0;
  }
  .thumbnail-variant-2 .thumbnail-caption {
    width: calc(100% - 34px);
    margin: 31px 17px -25px 17px;
  }
}

.thumbnail-variant-3 {
  width: 100.025%;
  text-align: center;
}

.thumbnail-variant-3 img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  min-width: 100.5%;
}

.thumbnail-variant-3 .link-external {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
  width: 200px;
  height: 110px;
  padding: 55px 15px 5px;
  vertical-align: bottom;
  line-height: 40px;
  background: #fafafa;
  -webkit-transform-origin: 74% 110%;
  -moz-transform-origin: 74% 110%;
  -ms-transform-origin: 74% 110%;
  transform-origin: 74% 110%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  will-change: transform;
  text-align: center;
  /**
      @bugfix: color flickering in child objects on hover
      @affected: IE Edge
    */
  transition: top 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), right 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.thumbnail-variant-3 .link-external .icon {
  transition: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #000;
  vertical-align: bottom;
}

.thumbnail-variant-3 .link-external:hover {
  top: -12px;
  right: -12px;
}

.thumbnail-variant-3 .link-original {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thumbnail-variant-3 .link-original, .thumbnail-variant-3 .link-original:active, .thumbnail-variant-3 .link-original:focus, .thumbnail-variant-3 .link-original:hover {
  color: #fff;
}

.thumbnail-variant-3 .link-original:before {
  content: '\e8ff';
  position: relative;
  left: 20px;
  bottom: 30px;
  z-index: 3;
  font-family: 'Material Icons';
  font-size: 140px;
  line-height: 1;
  opacity: .2;
  transition: .33s all ease;
}

.thumbnail-variant-3 .caption {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
  padding: 15px;
  transition: .33s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .desktop .thumbnail-variant-3 figure img {
    will-change: transform;
    transition: .4s ease-out;
  }
  .desktop .thumbnail-variant-3 .caption,
  .desktop .thumbnail-variant-3 .link-external {
    opacity: 0;
    visibility: hidden;
  }
  .desktop .thumbnail-variant-3 .link-external {
    right: -50px;
    top: -50px;
  }
  .desktop .thumbnail-variant-3:hover .caption,
  .desktop .thumbnail-variant-3:hover .link-external {
    opacity: 1;
    visibility: visible;
  }
  .desktop .thumbnail-variant-3:hover figure img {
    -webkit-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
  }
  .desktop .thumbnail-variant-3:hover .link-external {
    right: -30px;
    top: -30px;
  }
  .desktop .thumbnail-variant-3:hover .link-external:hover {
    top: -20px;
    right: -20px;
  }
}

.thumbnail-variant-3 > * + * {
  margin-top: 0;
}

@media (min-width: 768px) {
  .thumbnail-wrap {
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .thumbnail-wrap {
    padding: 0 9px;
  }
}

.thumbnail-variant-4 {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(1, 3, 4, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(1, 3, 4, 0.15);
}

.thumbnail-variant-4 .thumbnail-image {
  background: #000;
}

.thumbnail-variant-4 .thumbnail-image img {
  opacity: .92;
}

.thumbnail-variant-4 .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 15px;
  text-align: center;
  color: #000;
  background: #fff;
}

.thumbnail-variant-4 .text-light {
  color: #254666;
}

@media (min-width: 992px) {
  .desktop .thumbnail-variant-4 .thumbnail-image img {
    position: relative;
    will-change: transform;
    opacity: 1;
    transition: opacity .7s, transform .7s;
    -webkit-transform: scale3d(1.0001, 1.0001, 1);
    transform: scale3d(1.0001, 1.0001, 1);
  }
  .desktop .thumbnail-variant-4 .caption,
  .desktop .thumbnail-variant-4 .caption-header {
    transition: transform 0.55s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  .desktop .thumbnail-variant-4 .caption-header {
    transition-delay: 0.05s;
  }
  .desktop .thumbnail-variant-4:hover .thumbnail-image img {
    opacity: .9;
    -webkit-transform: scale3d(1.07, 1.07, 1);
    transform: scale3d(1.07, 1.07, 1);
  }
  .desktop .thumbnail-variant-4:hover .caption,
  .desktop .thumbnail-variant-4:hover .caption-header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .thumbnail-variant-4 .caption {
    padding: 20px 15px;
  }
}

.thumbnail-profile .thumbnail-image img {
  width: 100%;
}

.thumbnail-profile .thumbnail-caption {
  padding: 20px;
  background: #f2f3f8;
}

.thumbnail-profile .thumbnail-caption-inner {
  margin-bottom: -12px;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  text-align: center;
}

.thumbnail-profile .thumbnail-caption-inner > * {
  display: inline-block;
  margin-top: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.thumbnail-profile .thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnail-profile .thumbnail-caption-inner ul {
  position: relative;
  margin-bottom: -3px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.thumbnail-profile .thumbnail-caption-inner ul > li {
  display: inline-block;
  margin-top: 3px;
  padding: 0 7px;
}

.thumbnail-profile .thumbnail-caption-inner .btn-wrap {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 480px) {
  .thumbnail-profile .thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .thumbnail-profile .thumbnail-caption-inner ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .thumbnail-profile .thumbnail-caption-inner {
    text-align: left;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .thumbnail-profile .thumbnail-caption-inner .btn-wrap {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .thumbnail-variant-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .thumbnail-variant-3,
  .thumbnail-profile {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.thumbnail-block {
  display: block;
}

.thumbnail-block > img,
.thumbnail-block a > img {
  width: 100%;
  height: auto;
}

figure img {
  width: 100%;
  height: auto;
  max-width: none;
}

.figure .caption {
  padding: 15px;
}

.rd-mailform {
  position: relative;
}

label {
  margin-bottom: 0;
}

input::-webkit-autofill + .form-label {
  display: none;
  transition: none;
}

.form-label,
.form-control {
  font-weight: 400;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control {
  font-size: 14px;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 166px;
  min-height: 52px;
  max-height: 249px;
  resize: vertical;
}

.form-control {
  height: auto;
  min-height: 52px;
  padding: 12.1px 19px 16.1px;
  /*border: 0px solid;*/
  border-radius: 5px;
  -webkit-appearance: none;
  line-height: 23.8px;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.form-group + .form-group {
  margin-top: 10px;
}

.form-label {
  position: absolute;
  top: 26px;
  left: 19px;
  font-size: 14px;
  color: #7f7f7f;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #7f7f7f;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
    margin-bottom: 8px;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #7f7f7f;
    font-size: 14px;
  }
}

.form-validation {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 11px;
  line-height: 11px;
  color: #fe4a21;
  margin-top: 2px;
  transition: .3s;
}

form.label-outside .form-validation {
  top: 12px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fe4a21;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #fe4a21;
  box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fe4a21;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #fe4a21;
  background-color: #fe4a21;
}

.form-inline .has-error ~ button[type='submit'] {
  border-color: #fe4a21;
  background: #fe4a21;
}

.has-error .form-validation {
  color: #fe4a21;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #58c476;
}

.has-success .form-control:not(.form-control-impressed), .has-success .form-control:not(.form-control-impressed):focus {
  border-color: #dff0d8;
  box-shadow: none;
}

.has-success .form-control-impressed, .has-success .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #dff0d8;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #dff0d8;
  background-color: #dff0d8;
}

.form-inline .has-success ~ button[type='submit'] {
  border-color: #dff0d8;
  background: #dff0d8;
}

.has-success .form-validation {
  color: #58c476;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c49558;
}

.has-warning .form-control:not(.form-control-impressed), .has-warning .form-control:not(.form-control-impressed):focus {
  border-color: #fcf8e3;
  box-shadow: none;
}

.has-warning .form-control-impressed, .has-warning .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fcf8e3;
}

.has-warning .input-group-addon {
  color: #fff;
  border-color: #fcf8e3;
  background-color: #fcf8e3;
}

.form-inline .has-warning ~ button[type='submit'] {
  border-color: #fcf8e3;
  background: #fcf8e3;
}

.has-warning .form-validation {
  color: #c49558;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #3e9cf6;
}

.has-info .form-control:not(.form-control-impressed), .has-info .form-control:not(.form-control-impressed):focus {
  border-color: #d9edf7;
  box-shadow: none;
}

.has-info .form-control-impressed, .has-info .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #d9edf7;
}

.has-info .input-group-addon {
  color: #fff;
  border-color: #d9edf7;
  background-color: #d9edf7;
}

.form-inline .has-info ~ button[type='submit'] {
  border-color: #d9edf7;
  background: #d9edf7;
}

.has-info .form-validation {
  color: #3e9cf6;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}

#form-output-global.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #fe4a21;
}

.form-output.success {
  color: #58c476;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  margin-top: 3px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
  transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio,
.radio-inline {
  padding-left: 30px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  margin-top: 2px;
  border-radius: 50%;
  margin-left: -30px;
  background: transparent;
  border: 2px solid #000;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #00030a;
  border-radius: 50%;
}

.form-group-color .radio-inline,
.form-group-size .radio-inline {
  padding-left: 0;
}

.form-group-color .radio-control,
.form-group-size .radio-control {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-group-color .radio-control:after,
.form-group-size .radio-control:after {
  bottom: 0;
}

.form-group-color .radio-control:after,
.form-group-size .radio-control:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -23px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  max-width: 100%;
  height: 3px;
  background: #ffb74c;
  visibility: hidden;
  transition: .2s;
}

.form-group-color .radio-custom:checked ~ .radio-control:after,
.form-group-size .radio-custom:checked ~ .radio-control:after {
  visibility: visible;
  width: 100%;
}

.form-group-color .radio-custom-dummy,
.form-group-size .radio-custom-dummy {
  display: none;
}

.form-group-size .radio-inline {
  padding-left: 2px;
  padding-right: 2px;
}

.form-group-size .radio-inline + .radio-inline {
  margin-left: 1px;
}

.form-group-size .radio-control {
  color: #7f7f7f;
  text-align: center;
  text-transform: uppercase;
  transition: .2s;
}

.form-group-size .radio-control:hover {
  color: #000;
}

.form-group-size .radio-custom:checked ~ .radio-control {
  color: #000;
}

.checkbox,
.checkbox-inline {
  padding-left: 38px;
  color: #000;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 2px;
  margin-left: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #dedede;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-size: 22px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: -1px;
  color: #2a2b2b;
}

.checkbox-small {
  padding-left: 26px;
}

.checkbox-small .checkbox-custom-dummy {
  margin-top: 6px;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-radius: 1px;
}

.checkbox-small .checkbox-custom-dummy:after {
  top: -1px;
  left: -2px;
  font-size: 18px;
}

.textarea-lined-wrap {
  position: relative;
  line-height: 2.39;
  background: url("img/textarea-pattern-light.png") repeat;
}

.textarea-lined-wrap textarea {
  height: 203px;
  resize: none;
  overflow: hidden;
  line-height: 2.39;
  background-color: transparent;
}

.textarea-lined-wrap-xs textarea {
  height: 68px;
}

.page .form-classic-bordered .form-label,
.page .form-classic-bordered .form-label-outside,
.page .form-classic-bordered .form-control {
  color: #1e3953;
}

.page .form-classic-bordered .form-control {
  border: 1px solid #dedede;
}

.page .form-modern .form-control,
.page .form-modern .form-label {
  color: #7f7f7f;
}

.page .form-modern input {
  height: auto;
  min-height: 20px;
}

.page .form-modern .form-control:focus {
  border-color: #ffb74c;
}

.page .form-modern .form-control {
  padding: 6px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #dedede;
  background-color: transparent;
}

.page .form-modern .form-label {
  left: 0;
  top: 18px;
}

.page .form-modern .form-validation {
  top: auto;
  left: auto;
  right: 0;
  bottom: -12px;
  font-style: italic;
}

.page .form-modern .has-error .help-block,
.page .form-modern .has-error .control-label,
.page .form-modern .has-error .radio,
.page .form-modern .has-error .checkbox,
.page .form-modern .has-error .radio-inline,
.page .form-modern .has-error .checkbox-inline,
.page .form-modern .has-error.radio label,
.page .form-modern .has-error.checkbox label,
.page .form-modern .has-error.radio-inline label,
.page .form-modern .has-error.checkbox-inline label {
  color: #fe4a21;
}

.page .form-modern .has-error .form-control:not(.form-control-impressed), .page .form-modern .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #fe4a21;
  box-shadow: none;
}

.page .form-modern .has-error .form-control-impressed, .page .form-modern .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fe4a21;
}

.page .form-modern .has-error .input-group-addon {
  color: #fff;
  border-color: #fe4a21;
  background-color: #fe4a21;
}

.form-inline .page .form-modern .has-error ~ button[type='submit'] {
  border-color: #fe4a21;
  background: #fe4a21;
}

.page .form-modern .has-error .form-validation {
  color: #fe4a21;
}

.page .form-modern.form-darker .form-control,
.page .form-modern.form-darker .form-label {
  color: #1e3953;
}

.page .form-modern.form-darker .form-label:not(.focus) + .form-control {
  border-color: #cdcdcd;
}

.page .form-modern.form-inverse .form-label,
.page .form-modern.form-inverse .form-control {
  color: #7f7f7f;
  background-color: transparent;
}

.form-classic.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-classic.form-inline .form-group {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: -5px;
}

.form-classic.form-inline .form-control {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.form-classic.form-inline .btn {
  position: relative;
  z-index: 2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
}

.form-classic.form-inline .has-error + .form-control {
  border: 1px solid #fff;
}

.form-classic.form-inline .has-error .help-block,
.form-classic.form-inline .has-error .control-label,
.form-classic.form-inline .has-error .radio,
.form-classic.form-inline .has-error .checkbox,
.form-classic.form-inline .has-error .radio-inline,
.form-classic.form-inline .has-error .checkbox-inline,
.form-classic.form-inline .has-error.radio label,
.form-classic.form-inline .has-error.checkbox label,
.form-classic.form-inline .has-error.radio-inline label,
.form-classic.form-inline .has-error.checkbox-inline label {
  color: #fe4a21;
}

.form-classic.form-inline .has-error .form-control:not(.form-control-impressed), .form-classic.form-inline .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #fe4a21;
  box-shadow: none;
}

.form-classic.form-inline .has-error .form-control-impressed, .form-classic.form-inline .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fe4a21;
}

.form-classic.form-inline .has-error .input-group-addon {
  color: #fff;
  border-color: #fe4a21;
  background-color: #fe4a21;
}

.form-inline .form-classic.form-inline .has-error ~ button[type='submit'] {
  border-color: #fe4a21;
  background: #fe4a21;
}

.form-classic.form-inline .has-error .form-validation {
  color: #fe4a21;
}

.form-classic.form-inline .form-validation {
  font-style: italic;
  top: auto;
  right: auto;
  left: 0;
  bottom: -15px;
}

.form-classic.form-inline > * + * {
  margin-top: 0;
}

.unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.unit-body {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.unit-align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.unit-align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.unit-align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit-align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.unit-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unit-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.unit-grow-1 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.unit-grow-2 {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.unit-grow-3 {
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.unit-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.unit-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.unit-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.unit-item-narrow {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.unit-item-standart {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.unit-item-wide {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.unit,
.unit-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.unit > [class*='unit-']:first-child,
.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit > .unit-left + .unit-right,
.unit > .unit-left + .unit-body,
.unit-vertical > .unit-left + .unit-right,
.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 20px;
}

.unit > .unit-body + .unit-right,
.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 20px;
}

.unit-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.unit-horizontal > .unit-left + .unit-right,
.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px;
}

.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 30px;
}

.unit-inverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.unit-inverse, .unit-inverse.unit-vertical {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.unit-inverse > [class*='unit-']:first-child, .unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 20px;
}

.unit-inverse > [class*='unit-']:last-child, .unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0;
}

.unit-inverse.unit-horizontal {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 30px;
}

.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-xs-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .unit-xs-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .unit-xs-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .unit-xs-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .unit-xs-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .unit-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unit-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .unit-xs-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-xs-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-xs-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .unit-item-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .unit-item-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .unit-item-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .unit-item-xs-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .unit-item-xs-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-item-xs-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-xs,
  .unit-xs-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-xs > [class*='unit-']:first-child,
  .unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-xs > .unit-left + .unit-right,
  .unit-xs > .unit-left + .unit-body,
  .unit-xs-vertical > .unit-left + .unit-right,
  .unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xs > .unit-body + .unit-right,
  .unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xs-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-xs-horizontal > .unit-left + .unit-right,
  .unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-xs-inverse, .unit-xs-inverse.unit-xs-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-xs-inverse > [class*='unit-']:first-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 20px;
  }
  .unit-xs-inverse > [class*='unit-']:last-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-xs-inverse.unit-xs-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .unit-sm-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .unit-sm-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .unit-sm-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .unit-sm-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .unit-sm-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .unit-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unit-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .unit-sm-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-sm-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-sm-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .unit-item-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .unit-item-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .unit-item-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .unit-item-sm-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .unit-item-sm-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-item-sm-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-sm,
  .unit-sm-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-sm > [class*='unit-']:first-child,
  .unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-sm > .unit-left + .unit-right,
  .unit-sm > .unit-left + .unit-body,
  .unit-sm-vertical > .unit-left + .unit-right,
  .unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-sm > .unit-body + .unit-right,
  .unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-sm-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-sm-horizontal > .unit-left + .unit-right,
  .unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-sm-inverse, .unit-sm-inverse.unit-sm-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-sm-inverse > [class*='unit-']:first-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 20px;
  }
  .unit-sm-inverse > [class*='unit-']:last-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-sm-inverse.unit-sm-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .unit-md-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .unit-md-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .unit-md-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .unit-md-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .unit-md-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .unit-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unit-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .unit-md-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-md-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-md-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .unit-item-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .unit-item-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .unit-item-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .unit-item-md-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .unit-item-md-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-item-md-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-md,
  .unit-md-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-md > [class*='unit-']:first-child,
  .unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-md > .unit-left + .unit-right,
  .unit-md > .unit-left + .unit-body,
  .unit-md-vertical > .unit-left + .unit-right,
  .unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-md > .unit-body + .unit-right,
  .unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-md-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-md-horizontal > .unit-left + .unit-right,
  .unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-md-inverse, .unit-md-inverse.unit-md-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-md-inverse > [class*='unit-']:first-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 20px;
  }
  .unit-md-inverse > [class*='unit-']:last-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-md-inverse.unit-md-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .unit-lg-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .unit-lg-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .unit-lg-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .unit-lg-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .unit-lg-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .unit-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unit-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .unit-lg-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-lg-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-lg-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .unit-item-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .unit-item-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .unit-item-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .unit-item-lg-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .unit-item-lg-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-item-lg-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-lg,
  .unit-lg-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-lg > [class*='unit-']:first-child,
  .unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-lg > .unit-left + .unit-right,
  .unit-lg > .unit-left + .unit-body,
  .unit-lg-vertical > .unit-left + .unit-right,
  .unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-lg > .unit-body + .unit-right,
  .unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-lg-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-lg-horizontal > .unit-left + .unit-right,
  .unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-lg-inverse, .unit-lg-inverse.unit-lg-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-lg-inverse > [class*='unit-']:first-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 20px;
  }
  .unit-lg-inverse > [class*='unit-']:last-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-lg-inverse.unit-lg-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .unit-xl-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .unit-xl-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .unit-xl-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .unit-xl-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .unit-xl-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .unit-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unit-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .unit-xl-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-xl-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-xl-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .unit-item-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .unit-item-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .unit-item-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .unit-item-xl-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .unit-item-xl-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .unit-item-xl-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .unit-xl,
  .unit-xl-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-xl > [class*='unit-']:first-child,
  .unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-xl > .unit-left + .unit-right,
  .unit-xl > .unit-left + .unit-body,
  .unit-xl-vertical > .unit-left + .unit-right,
  .unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xl > .unit-body + .unit-right,
  .unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xl-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-xl-horizontal > .unit-left + .unit-right,
  .unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-xl-inverse, .unit-xl-inverse.unit-xl-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .unit-xl-inverse > [class*='unit-']:first-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 20px;
  }
  .unit-xl-inverse > [class*='unit-']:last-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-xl-inverse.unit-xl-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

.unit-spacing-xs.unit > [class*='unit-']:first-child, .unit-spacing-xs.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit-spacing-xs.unit > .unit-left + .unit-right,
.unit-spacing-xs.unit > .unit-left + .unit-body, .unit-spacing-xs.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 8px;
}

.unit-spacing-xs.unit > .unit-body + .unit-right, .unit-spacing-xs.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 8px;
}

.unit-spacing-xs.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 8px;
}

.unit-spacing-xs.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 8px;
}

.unit-spacing-xs.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 8px;
}

.unit-spacing-xs.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0;
}

.unit-spacing-xs.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 8px;
}

.unit-spacing-xs.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-spacing-xs.unit-xs > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs > .unit-left + .unit-body, .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xs > .unit-body + .unit-right, .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .unit-spacing-xs.unit-sm > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm > .unit-left + .unit-body, .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-sm > .unit-body + .unit-right, .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .unit-spacing-xs.unit-md > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md > .unit-left + .unit-body, .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-md > .unit-body + .unit-right, .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .unit-spacing-xs.unit-lg > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg > .unit-left + .unit-body, .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-lg > .unit-body + .unit-right, .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .unit-spacing-xs.unit-xl > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl > .unit-left + .unit-body, .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xl > .unit-body + .unit-right, .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 8px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

.unit-spacing-sm.unit > [class*='unit-']:first-child, .unit-spacing-sm.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit-spacing-sm.unit > .unit-left + .unit-right,
.unit-spacing-sm.unit > .unit-left + .unit-body, .unit-spacing-sm.unit-vertical > .unit-left + .unit-right,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 15px;
}

.unit-spacing-sm.unit > .unit-body + .unit-right, .unit-spacing-sm.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 15px;
}

.unit-spacing-sm.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-sm.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 15px;
}

.unit-spacing-sm.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 15px;
}

.unit-spacing-sm.unit-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 15px;
}

.unit-spacing-sm.unit-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0;
}

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 15px;
}

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-spacing-sm.unit-xs > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-xs > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs > .unit-left + .unit-body, .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xs > .unit-body + .unit-right, .unit-spacing-sm.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .unit-spacing-sm.unit-sm > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-sm > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm > .unit-left + .unit-body, .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-sm > .unit-body + .unit-right, .unit-spacing-sm.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .unit-spacing-sm.unit-md > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-md > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md > .unit-left + .unit-body, .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-md > .unit-body + .unit-right, .unit-spacing-sm.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .unit-spacing-sm.unit-lg > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-lg > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg > .unit-left + .unit-body, .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-lg > .unit-body + .unit-right, .unit-spacing-sm.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .unit-spacing-sm.unit-xl > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-xl > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl > .unit-left + .unit-body, .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xl > .unit-body + .unit-right, .unit-spacing-sm.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 15px;
  }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

.unit-spacing-md.unit > [class*='unit-']:first-child, .unit-spacing-md.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit-spacing-md.unit > .unit-left + .unit-right,
.unit-spacing-md.unit > .unit-left + .unit-body, .unit-spacing-md.unit-vertical > .unit-left + .unit-right,
.unit-spacing-md.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 22px;
}

.unit-spacing-md.unit > .unit-body + .unit-right, .unit-spacing-md.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 22px;
}

.unit-spacing-md.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-md.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 22px;
}

.unit-spacing-md.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 22px;
}

.unit-spacing-md.unit-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 22px;
}

.unit-spacing-md.unit-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0;
}

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 22px;
}

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-spacing-md.unit-xs > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-xs > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs > .unit-left + .unit-body, .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xs > .unit-body + .unit-right, .unit-spacing-md.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .unit-spacing-md.unit-sm > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-sm > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm > .unit-left + .unit-body, .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-sm > .unit-body + .unit-right, .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 22px;
  }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .unit-spacing-md.unit-md > [class*='unit-']:first-child, .unit-spacing-md.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-md > .unit-left + .unit-right,
  .unit-spacing-md.unit-md > .unit-left + .unit-body, .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-md > .unit-body + .unit-right, .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 22px;
  }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .unit-spacing-md.unit-lg > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-lg > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg > .unit-left + .unit-body, .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-lg > .unit-body + .unit-right, .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 22px;
  }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .unit-spacing-md.unit-xl > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-xl > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl > .unit-left + .unit-body, .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xl > .unit-body + .unit-right, .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 22px;
  }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px;
  }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

.unit-spacing-lg.unit > [class*='unit-']:first-child, .unit-spacing-lg.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit-spacing-lg.unit > .unit-left + .unit-right,
.unit-spacing-lg.unit > .unit-left + .unit-body, .unit-spacing-lg.unit-vertical > .unit-left + .unit-right,
.unit-spacing-lg.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 30px;
}

.unit-spacing-lg.unit > .unit-body + .unit-right, .unit-spacing-lg.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 30px;
}

.unit-spacing-lg.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-lg.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px;
}

.unit-spacing-lg.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 30px;
}

.unit-spacing-lg.unit-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 30px;
}

.unit-spacing-lg.unit-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0;
}

.unit-spacing-lg.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 30px;
}

.unit-spacing-lg.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-spacing-lg.unit-xs > [class*='unit-']:first-child, .unit-spacing-lg.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-xs > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs > .unit-left + .unit-body, .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xs > .unit-body + .unit-right, .unit-spacing-lg.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .unit-spacing-lg.unit-sm > [class*='unit-']:first-child, .unit-spacing-lg.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-sm > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm > .unit-left + .unit-body, .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-sm > .unit-body + .unit-right, .unit-spacing-lg.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .unit-spacing-lg.unit-md > [class*='unit-']:first-child, .unit-spacing-lg.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-md > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md > .unit-left + .unit-body, .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-md > .unit-body + .unit-right, .unit-spacing-lg.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .unit-spacing-lg.unit-lg > [class*='unit-']:first-child, .unit-spacing-lg.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-lg > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg > .unit-left + .unit-body, .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-lg > .unit-body + .unit-right, .unit-spacing-lg.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .unit-spacing-lg.unit-xl > [class*='unit-']:first-child, .unit-spacing-lg.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-xl > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl > .unit-left + .unit-body, .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xl > .unit-body + .unit-right, .unit-spacing-lg.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 30px;
  }
  .unit-spacing-lg.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0;
  }
  .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0;
  }
}

.unit-middle .unit-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stacktable {
  width: 100%;
  text-align: left;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

.stacktable.large-only {
  display: none;
}

.stacktable.small-only {
  display: table;
}

@media (min-width: 768px) {
  .stacktable.large-only {
    display: table;
  }
  .stacktable.small-only {
    display: none;
  }
}

.section-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.section-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.section-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

@media (min-width: 480px) {
  .section-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-xs-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-xs-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-xs-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .section-xs-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .section-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .section-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .section-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-md-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-md-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .section-md-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

@media (min-width: 1200px) {
  .section-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-lg-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .section-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

@media (min-width: 1800px) {
  .section-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .section-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

.section-top-0 {
  padding-top: 0;
}

.section-top-15 {
  padding-top: 15px;
}

.section-top-30 {
  padding-top: 30px;
}

.section-top-35 {
  padding-top: 35px;
}

.section-top-40 {
  padding-top: 40px;
}

.section-top-50 {
  padding-top: 50px;
}

.section-top-60 {
  padding-top: 60px;
}

.section-top-66 {
  padding-top: 66px;
}

.section-top-75 {
  padding-top: 75px;
}

.section-top-90 {
  padding-top: 90px;
}

.section-top-100 {
  padding-top: 100px;
}

.section-top-120 {
  padding-top: 120px;
}

.section-top-145 {
  padding-top: 145px;
}

.section-top-165 {
  padding-top: 165px;
}

@media (min-width: 480px) {
  .section-xs-top-0 {
    padding-top: 0;
  }
  .section-xs-top-15 {
    padding-top: 15px;
  }
  .section-xs-top-30 {
    padding-top: 30px;
  }
  .section-xs-top-35 {
    padding-top: 35px;
  }
  .section-xs-top-40 {
    padding-top: 40px;
  }
  .section-xs-top-50 {
    padding-top: 50px;
  }
  .section-xs-top-60 {
    padding-top: 60px;
  }
  .section-xs-top-66 {
    padding-top: 66px;
  }
  .section-xs-top-75 {
    padding-top: 75px;
  }
  .section-xs-top-90 {
    padding-top: 90px;
  }
  .section-xs-top-100 {
    padding-top: 100px;
  }
  .section-xs-top-120 {
    padding-top: 120px;
  }
  .section-xs-top-145 {
    padding-top: 145px;
  }
  .section-xs-top-165 {
    padding-top: 165px;
  }
}

@media (min-width: 768px) {
  .section-sm-top-0 {
    padding-top: 0;
  }
  .section-sm-top-15 {
    padding-top: 15px;
  }
  .section-sm-top-30 {
    padding-top: 30px;
  }
  .section-sm-top-35 {
    padding-top: 35px;
  }
  .section-sm-top-40 {
    padding-top: 40px;
  }
  .section-sm-top-50 {
    padding-top: 50px;
  }
  .section-sm-top-60 {
    padding-top: 60px;
  }
  .section-sm-top-66 {
    padding-top: 66px;
  }
  .section-sm-top-75 {
    padding-top: 75px;
  }
  .section-sm-top-90 {
    padding-top: 90px;
  }
  .section-sm-top-100 {
    padding-top: 100px;
  }
  .section-sm-top-120 {
    padding-top: 120px;
  }
  .section-sm-top-145 {
    padding-top: 145px;
  }
  .section-sm-top-165 {
    padding-top: 165px;
  }
}

@media (min-width: 992px) {
  .section-md-top-0 {
    padding-top: 0;
  }
  .section-md-top-15 {
    padding-top: 15px;
  }
  .section-md-top-30 {
    padding-top: 30px;
  }
  .section-md-top-35 {
    padding-top: 35px;
  }
  .section-md-top-40 {
    padding-top: 40px;
  }
  .section-md-top-50 {
    padding-top: 50px;
  }
  .section-md-top-60 {
    padding-top: 60px;
  }
  .section-md-top-66 {
    padding-top: 66px;
  }
  .section-md-top-75 {
    padding-top: 75px;
  }
  .section-md-top-90 {
    padding-top: 90px;
  }
  .section-md-top-100 {
    padding-top: 100px;
  }
  .section-md-top-120 {
    padding-top: 120px;
  }
  .section-md-top-145 {
    padding-top: 145px;
  }
  .section-md-top-165 {
    padding-top: 165px;
  }
}

@media (min-width: 1200px) {
  .section-lg-top-0 {
    padding-top: 0;
  }
  .section-lg-top-15 {
    padding-top: 15px;
  }
  .section-lg-top-30 {
    padding-top: 30px;
  }
  .section-lg-top-35 {
    padding-top: 35px;
  }
  .section-lg-top-40 {
    padding-top: 40px;
  }
  .section-lg-top-50 {
    padding-top: 50px;
  }
  .section-lg-top-60 {
    padding-top: 60px;
  }
  .section-lg-top-66 {
    padding-top: 66px;
  }
  .section-lg-top-75 {
    padding-top: 75px;
  }
  .section-lg-top-90 {
    padding-top: 90px;
  }
  .section-lg-top-100 {
    padding-top: 100px;
  }
  .section-lg-top-120 {
    padding-top: 120px;
  }
  .section-lg-top-145 {
    padding-top: 145px;
  }
  .section-lg-top-165 {
    padding-top: 165px;
  }
}

@media (min-width: 1800px) {
  .section-xl-top-0 {
    padding-top: 0;
  }
  .section-xl-top-15 {
    padding-top: 15px;
  }
  .section-xl-top-30 {
    padding-top: 30px;
  }
  .section-xl-top-35 {
    padding-top: 35px;
  }
  .section-xl-top-40 {
    padding-top: 40px;
  }
  .section-xl-top-50 {
    padding-top: 50px;
  }
  .section-xl-top-60 {
    padding-top: 60px;
  }
  .section-xl-top-66 {
    padding-top: 66px;
  }
  .section-xl-top-75 {
    padding-top: 75px;
  }
  .section-xl-top-90 {
    padding-top: 90px;
  }
  .section-xl-top-100 {
    padding-top: 100px;
  }
  .section-xl-top-120 {
    padding-top: 120px;
  }
  .section-xl-top-145 {
    padding-top: 145px;
  }
  .section-xl-top-165 {
    padding-top: 165px;
  }
}

.section-bottom-0 {
  padding-bottom: 0;
}

.section-bottom-15 {
  padding-bottom: 15px;
}

.section-bottom-30 {
  padding-bottom: 30px;
}

.section-bottom-35 {
  padding-bottom: 35px;
}

.section-bottom-40 {
  padding-bottom: 40px;
}

.section-bottom-50 {
  padding-bottom: 50px;
}

.section-bottom-60 {
  padding-bottom: 60px;
}

.section-bottom-66 {
  padding-bottom: 66px;
}

.section-bottom-75 {
  padding-bottom: 75px;
}

.section-bottom-90 {
  padding-bottom: 90px;
}

.section-bottom-100 {
  padding-bottom: 100px;
}

.section-bottom-120 {
  padding-bottom: 120px;
}

.section-bottom-145 {
  padding-bottom: 145px;
}

.section-bottom-165 {
  padding-bottom: 165px;
}

@media (min-width: 480px) {
  .section-xs-bottom-0 {
    padding-bottom: 0;
  }
  .section-xs-bottom-15 {
    padding-bottom: 15px;
  }
  .section-xs-bottom-30 {
    padding-bottom: 30px;
  }
  .section-xs-bottom-35 {
    padding-bottom: 35px;
  }
  .section-xs-bottom-40 {
    padding-bottom: 40px;
  }
  .section-xs-bottom-50 {
    padding-bottom: 50px;
  }
  .section-xs-bottom-60 {
    padding-bottom: 60px;
  }
  .section-xs-bottom-66 {
    padding-bottom: 66px;
  }
  .section-xs-bottom-75 {
    padding-bottom: 75px;
  }
  .section-xs-bottom-90 {
    padding-bottom: 90px;
  }
  .section-xs-bottom-100 {
    padding-bottom: 100px;
  }
  .section-xs-bottom-120 {
    padding-bottom: 120px;
  }
  .section-xs-bottom-145 {
    padding-bottom: 145px;
  }
  .section-xs-bottom-165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .section-sm-bottom-0 {
    padding-bottom: 0;
  }
  .section-sm-bottom-15 {
    padding-bottom: 15px;
  }
  .section-sm-bottom-30 {
    padding-bottom: 30px;
  }
  .section-sm-bottom-35 {
    padding-bottom: 35px;
  }
  .section-sm-bottom-40 {
    padding-bottom: 40px;
  }
  .section-sm-bottom-50 {
    padding-bottom: 50px;
  }
  .section-sm-bottom-60 {
    padding-bottom: 60px;
  }
  .section-sm-bottom-66 {
    padding-bottom: 66px;
  }
  .section-sm-bottom-75 {
    padding-bottom: 75px;
  }
  .section-sm-bottom-90 {
    padding-bottom: 90px;
  }
  .section-sm-bottom-100 {
    padding-bottom: 100px;
  }
  .section-sm-bottom-120 {
    padding-bottom: 120px;
  }
  .section-sm-bottom-145 {
    padding-bottom: 145px;
  }
  .section-sm-bottom-165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .section-md-bottom-0 {
    padding-bottom: 0;
  }
  .section-md-bottom-15 {
    padding-bottom: 15px;
  }
  .section-md-bottom-30 {
    padding-bottom: 30px;
  }
  .section-md-bottom-35 {
    padding-bottom: 35px;
  }
  .section-md-bottom-40 {
    padding-bottom: 40px;
  }
  .section-md-bottom-50 {
    padding-bottom: 50px;
  }
  .section-md-bottom-60 {
    padding-bottom: 60px;
  }
  .section-md-bottom-66 {
    padding-bottom: 66px;
  }
  .section-md-bottom-75 {
    padding-bottom: 75px;
  }
  .section-md-bottom-90 {
    padding-bottom: 90px;
  }
  .section-md-bottom-100 {
    padding-bottom: 100px;
  }
  .section-md-bottom-120 {
    padding-bottom: 120px;
  }
  .section-md-bottom-145 {
    padding-bottom: 145px;
  }
  .section-md-bottom-165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 1200px) {
  .section-lg-bottom-0 {
    padding-bottom: 0;
  }
  .section-lg-bottom-15 {
    padding-bottom: 15px;
  }
  .section-lg-bottom-30 {
    padding-bottom: 30px;
  }
  .section-lg-bottom-35 {
    padding-bottom: 35px;
  }
  .section-lg-bottom-40 {
    padding-bottom: 40px;
  }
  .section-lg-bottom-50 {
    padding-bottom: 50px;
  }
  .section-lg-bottom-60 {
    padding-bottom: 60px;
  }
  .section-lg-bottom-66 {
    padding-bottom: 66px;
  }
  .section-lg-bottom-75 {
    padding-bottom: 75px;
  }
  .section-lg-bottom-90 {
    padding-bottom: 90px;
  }
  .section-lg-bottom-100 {
    padding-bottom: 100px;
  }
  .section-lg-bottom-120 {
    padding-bottom: 120px;
  }
  .section-lg-bottom-145 {
    padding-bottom: 145px;
  }
  .section-lg-bottom-165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 1800px) {
  .section-xl-bottom-0 {
    padding-bottom: 0;
  }
  .section-xl-bottom-15 {
    padding-bottom: 15px;
  }
  .section-xl-bottom-30 {
    padding-bottom: 30px;
  }
  .section-xl-bottom-35 {
    padding-bottom: 35px;
  }
  .section-xl-bottom-40 {
    padding-bottom: 40px;
  }
  .section-xl-bottom-50 {
    padding-bottom: 50px;
  }
  .section-xl-bottom-60 {
    padding-bottom: 60px;
  }
  .section-xl-bottom-66 {
    padding-bottom: 66px;
  }
  .section-xl-bottom-75 {
    padding-bottom: 75px;
  }
  .section-xl-bottom-90 {
    padding-bottom: 90px;
  }
  .section-xl-bottom-100 {
    padding-bottom: 100px;
  }
  .section-xl-bottom-120 {
    padding-bottom: 120px;
  }
  .section-xl-bottom-145 {
    padding-bottom: 145px;
  }
  .section-xl-bottom-165 {
    padding-bottom: 165px;
  }
}

html .group {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
}

html .group > *, html .group > *:first-child {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}

html .group-xs {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px;
}

html .group-xs > *, html .group-xs > *:first-child {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}

html .group-sm {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px;
}

html .group-sm > *, html .group-sm > *:first-child {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}

html .group-md {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
}

html .group-md > *, html .group-md > *:first-child {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}

html .group-lg {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -20px;
}

html .group-lg > *, html .group-lg > *:first-child {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

html .group-xl {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: -30px;
}

html .group-xl > *, html .group-xl > *:first-child {
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}

html .group-top > *, html .group-top > *:first-child {
  vertical-align: top;
}

html .group-middle > *, html .group-middle > *:first-child {
  vertical-align: middle;
}

html .group-bottom > *, html .group-bottom > *:first-child {
  vertical-align: bottom;
}

html .group-inline > * {
  display: inline;
}

html .group-inline > *:not(:last-child) {
  margin-right: .25em;
}

html .group-xl-responsive {
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  margin-bottom: -18px;
  margin-left: -18px;
}

html .group-xl-responsive > *, html .group-xl-responsive > *:first-child {
  display: inline-block;
  margin-top: 18px;
  margin-left: 18px;
}

@media (min-width: 768px) {
  html .group-xl-responsive {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -30px;
  }
  html .group-xl-responsive > *, html .group-xl-responsive > *:first-child {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
  }
}

.group-flex-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.block-top-level {
  position: relative;
  z-index: 3;
}

.height-fill {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.height-fill > * {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.block-centered {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .responsive-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.page .white-space-normal {
  white-space: normal;
}

* + h1,
* + .h1 {
  margin-top: 10px;
}

* + h2,
* + .h2 {
  margin-top: 15px;
}

* + h3,
* + .h3 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  * + h3,
  * + .h3 {
    margin-top: 27px;
  }
}

@media (min-width: 992px) {
  * + h3,
  * + .h3 {
    margin-top: 34px;
  }
}

* + h4,
* + .h4 {
  margin-top: 25px;
}

* + h5,
* + .h5 {
  margin-top: 17px;
}

* + h6,
* + .h6 {
  margin-top: 15px;
}

h1 + *,
.h1 + * {
  margin-top: 20px;
}

h2 + *,
.h2 + * {
  margin-top: 15px;
}

h3 + *,
.h3 + * {
  margin-top: 30px;
}

h4 + *,
.h4 + * {
  margin-top: 25px;
}

h5 + *,
.h5 + * {
  margin-top: 14px;
}

h6 + *,
.h6 + * {
  margin-top: 14px;
}

* + p,
* + p {
  margin-top: 14px;
}

hr + * {
  margin-top: 18px;
}

@media (min-width: 1200px) {
  hr + * {
    margin-top: 26px;
  }
}

p + p {
  margin-top: 27px;
}

* + .big {
  margin-top: 6px;
}

* + .text-large {
  margin-top: 10px;
}

* + .text-bigger {
  margin-top: 28px;
}

* + .btn {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .btn {
    margin-top: 44px;
  }
}

* + .link {
  margin-top: 18px;
}

* + .contact-info {
  margin-top: 16px;
}

* + .list-inline {
  margin-top: 32px;
}

* + .list-terms {
  margin-top: 42px;
}

@media (min-width: 1200px) {
  * + .list-terms {
    margin-top: 62px;
  }
}

* + .list-marked,
* + .list-ordered {
  margin-top: 22px;
}

* + .link-wrap {
  margin-top: 8px;
}

* + .link-iconed {
  margin-top: 2px;
}

.contact-info {
  color: #9b9b9b;
  vertical-align: baseline;
}

.contact-info a {
  display: inline-block;
}

.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}

.contact-info dl dt:after {
  content: ':';
  display: inline-block;
  text-align: center;
}

.contact-info .dl-inline dt {
  padding-right: 0;
}

.grid-system p {
  color: #9b9b9b;
}

@media (max-width: 1199px) {
  .grid-system p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.object-inline,
.object-inline-baseline {
  white-space: nowrap;
}

.object-inline > * + *,
.object-inline-baseline > * + * {
  margin-top: 0;
  margin-left: 5px;
}

.object-inline {
  vertical-align: middle;
}

.object-inline > * {
  display: inline-block;
  vertical-align: middle;
}

.object-inline-baseline {
  vertical-align: baseline;
}

.object-inline-baseline > * {
  display: inline-block;
  vertical-align: baseline;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter [class*='col'] {
  padding: 0;
}

.text-width-1 {
  max-width: 400px;
}

@media (min-width: 992px) {
  .text-width-1 {
    max-width: 310px;
  }
}

.min-width-1 {
  min-width: 100%;
}

@media (min-width: 480px) {
  .min-width-1 {
    min-width: 270px;
  }
}

.img-shadow {
  -webkit-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.58);
  box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.58);
}

@media (min-width: 768px) {
  .img-shadow {
    -webkit-box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.58);
    box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.58);
  }
}

.shadow-panel {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
  .shadow-panel {
    padding: 40px 30px;
    border-top: 0.357em solid #ffb74c;
  }
}

@media (min-width: 992px) {
  .shadow-panel {
    padding: 69px 66px 69px 54px;
  }
}

@media (min-width: 1200px) {
  .shadow-panel {
    padding: 99px 66px 101px 84px;
  }
}

.image-wrap-default {
  border: 1px solid #e5e7e9;
  padding: 16px;
}

.video-wrap {
  position: relative;
  -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.35);
}

.video-wrap .link-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-boxed {
  text-align: left;
}

.post-boxed-img-wrap a {
  display: block;
}

.post-boxed-title a {
  color: #1e3953;
}

.post-boxed-title a:hover {
  color: #000;
}

.post-boxed img {
  width: 100%;
}

.post-boxed-title {
  font-size: 16px;
  line-height: 24px;
}

.post-boxed-title a {
  display: inline;
}

.post-boxed .list-inline {
  font-size: 11px;
}

.post-boxed-caption {
  padding: 20px 20px 28px;
  border-left: 1px solid #e5e7e9;
  border-right: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
}

html .page .border-radius-0 {
  border-radius: 0;
}

.pagination-custom {
  position: relative;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  margin-bottom: -8px;
}

.pagination-custom > * {
  margin-top: 8px;
}

.pagination-custom > *:not(:last-child) {
  margin-right: 8px;
}

.pagination-custom li {
  display: inline-block;
  line-height: 1;
}

.pagination-custom li a {
  display: block;
  width: auto;
  min-width: 52px;
  height: 52px;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 3px;
  font: 700 12px/14px "Arvo", "Times New Roman", Times, serif;
  vertical-align: middle;
}

.pagination-custom li a:after {
  content: '';
  height: 108%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.pagination-custom li a, .pagination-custom li a:active, .pagination-custom li a:focus {
  color: #000;
  background: transparent;
  border-color: #cdcdcd;
}

.pagination-custom li a:hover {
  color: #fff;
  background: #ffb74c;
  border-color: #ffb74c;
}

.pagination-custom li:first-child a, .pagination-custom li:first-child a:active, .pagination-custom li:first-child a:focus,
.pagination-custom li:last-child a,
.pagination-custom li:last-child a:active,
.pagination-custom li:last-child a:focus {
  color: #1e3953;
}

.pagination-custom li:first-child a:hover,
.pagination-custom li:last-child a:hover {
  color: #fff;
}

.pagination-custom li.disabled,
.pagination-custom li.active {
  pointer-events: none;
}

.pagination-custom li.active a {
  color: #fff;
  background: #ffb74c;
  border-color: #ffb74c;
}

.pagination-custom li.disabled a {
  color: #f9f9f9;
  background: #cdcdcd;
  border-color: #cdcdcd;
}

.label-custom {
  padding: .35em .3em .25em;
  font-weight: 400;
  font-size: 70%;
  text-transform: uppercase;
}

.mac .label-custom {
  padding-top: .4em;
}

.label-custom.label-danger {
  color: #fff;
  background: #fe4a21;
  -webkit-box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.25);
}

.label-custom.label-info {
  color: #fff;
  background: #3e9cf6;
  -webkit-box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.25);
}

blockquote {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

blockquote q:before, blockquote q:after {
  content: none;
}

blockquote cite {
  font-style: normal;
}

.quote-default {
  position: relative;
  padding: 43px 0 43px 6px;
  color: #1e3953;
  font-style: italic;
}

.quote-default svg {
  fill: #ddd;
}

.quote-default .quote-open,
.quote-default .quote-close {
  position: absolute;
  left: 30px;
}

.quote-default .quote-open {
  top: 0;
}

.quote-default .quote-close {
  bottom: 0;
}

.quote-bordered {
  padding-top: 14px;
}

.quote-bordered .quote-body {
  position: relative;
  padding-bottom: 10px;
}

.quote-bordered .quote-body-inner {
  position: relative;
  padding: 37px 22px 29px 34px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #e5e7e9;
}

.quote-bordered .quote-body-inner:before, .quote-bordered .quote-body-inner:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 10px;
  border-style: solid;
  border-color: #e5e7e9;
  background-color: transparent;
}

.quote-bordered .quote-body-inner:before {
  left: 10px;
  width: 46px;
  border-width: 1px 1px 0 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.quote-bordered .quote-body-inner:after {
  right: 10px;
  width: calc(100% - 66px);
  border-width: 1px 0 0 1px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.quote-bordered .quote-open {
  position: absolute;
  top: -10px;
  left: 34px;
  z-index: 2;
}

.quote-bordered .quote-open > svg {
  fill: #ffb74c;
}

.quote-bordered .quote-footer {
  padding-left: 25px;
}

.quote-bordered cite {
  font-size: 17px;
  font-weight: 900;
  line-height: 21px;
  color: #000;
}

.quote-bordered * + .quote-footer {
  margin-top: 9px;
}

.quote-bordered cite + p {
  margin-top: 0;
}

.quote-minimal-bordered {
  position: relative;
  padding: 16px 0 26px;
  text-align: center;
}

.quote-minimal-bordered q {
  font: 400 20px "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #535457;
}

.quote-minimal-bordered q:before, .quote-minimal-bordered q:after {
  content: '"';
}

.quote-minimal-bordered:before, .quote-minimal-bordered:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 270px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1 );
}

.quote-minimal-bordered:before {
  top: 0;
}

.quote-minimal-bordered:after {
  bottom: 0;
}

@media (min-width: 768px) {
  .quote-minimal-bordered q {
    font-size: 24px;
    line-height: 1.55;
  }
}

@media (min-width: 1200px) {
  .quote-minimal-bordered q {
    font-size: 30px;
  }
}

.quote-minimal q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: #000;
}

.quote-minimal cite {
  font: 700 15px "Arvo", "Times New Roman", Times, serif;
  line-height: 1.1;
  color: #000;
}

.quote-minimal .caption {
  color: #7f7f7f;
}

.quote-minimal.quote-minimal-inverse q {
  color: #fff;
}

.quote-minimal.quote-minimal-inverse cite {
  color: #fff;
}

.quote-minimal.quote-minimal-inverse .caption {
  color: rgba(255, 255, 255, 0.5);
}

.quote-minimal * + .caption {
  margin-top: 0;
}

.quote-minimal * + .quote-meta {
  margin-top: 20px;
}

.quote-strict q,
.quote-strict cite {
  color: #000;
}

.quote-strict q {
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px;
}

.quote-strict cite {
  display: block;
  font: 700 16px/21px "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.quote-strict * + cite {
  margin-top: 20px;
}

.quote-strict.quote-strict-inverse q,
.quote-strict.quote-strict-inverse cite {
  color: #fff;
}

.quote-vertical {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.quote-vertical q {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.57895;
  color: #fff;
}

.quote-vertical cite {
  display: block;
  color: #000;
  font: 700 14px/18px "Lato", Helvetica, Arial, sans-serif;
}

.quote-vertical .quote-open > svg {
  fill: #ffb74c;
}

.quote-vertical .quote-image,
.quote-vertical .quote-image > img {
  border-radius: 600px;
}

.quote-vertical .quote-image > img {
  width: auto;
}

.quote-vertical * + cite {
  margin-top: 16px;
}

.quote-vertical * + .caption {
  margin-top: 0;
}

.quote-vertical * + .quote-text {
  margin-top: 25px;
}

.quote-vertical * + .quote-meta {
  margin-top: 25px;
}

.quote-vertical.quote-vertical-inverse .caption {
  color: rgba(255, 255, 255, 0.5);
}

.quote-vertical.quote-vertical-inverse cite {
  color: #fff;
}

.quote-vertical.quote-vertical-inverse .quote-open > svg {
  fill: #fff;
}

.quote-review cite {
  font: 700 14px/18px "Arvo", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #000;
}

.quote-review .quote-header {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
}

.quote-review .quote-header > * {
  margin-top: 2px;
}

.quote-review .quote-header > *:not(:last-child) {
  margin-right: 10px;
}

.quote-review .quote-header > * {
  display: inline-block;
  vertical-align: middle;
}

.quote-review * + .quote-body {
  margin-top: 10px;
}

* + .quote-review {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .quote-minimal q {
    font-size: 22px;
  }
  .quote-minimal cite {
    font-size: 19px;
  }
  .quote-minimal * + .quote-meta {
    margin-top: 37px;
  }
  * + .quote-review {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .quote-minimal q {
    font-size: 24px;
  }
  .quote-vertical q {
    font-size: 19px;
  }
}

.bg-white .quote-vertical q {
  color: #000;
}

.bg-white .quote-open svg path {
  fill: #e5e6ed;
}

.bg-white cite {
  color: #1e3953;
}

.bg-white .caption {
  color: #ffb74c;
}

.page .box-text > * {
  display: inline;
  margin: 0 .25em 0 0;
}

.icon-box-horizontal .unit-left {
  min-width: 48px;
}

.icon-box-horizontal [class*='icon-md'] {
  margin-top: -2px;
}

.icon-box-horizontal [class*='icon-lg'] {
  margin-top: -5px;
}

.icon-box-horizontal * + p {
  margin-top: 9px;
}

.icon-box-vertical * + p {
  margin-top: 9px;
}

.icon-box-vertical-sm {
  max-width: 330px;
}

@media (max-width: 479px) {
  .icon-box-vertical-sm {
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  padding: 35px 30px;
  text-align: center;
  cursor: default;
}

.icon-box:before, .icon-box:after {
  content: '';
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  pointer-events: none;
  transition: .33s all ease;
}

.icon-box:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.icon-box:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: .33s all ease;
}

.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: .33s all ease;
  -webkit-filter: blur(0);
}

.icon-box .box-top {
  top: 0;
}

.icon-box .box-body {
  max-width: 100%;
}

.icon-box .box-header {
  bottom: 0;
}

.icon-box .box-icon {
  min-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-box * + .box-header {
  margin-top: 5px;
}

.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
  width: 100%;
  height: 100%;
  border-color: #ffb74c;
}

.icon-box.hover .box-top, .icon-box:hover .box-top {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.icon-box.hover .box-body, .icon-box:hover .box-body {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.icon-box.hover .divider, .icon-box:hover .divider {
  width: 168px;
}

@media (min-width: 768px) {
  .icon-box {
    max-width: 308px;
    padding: 67px 40px 61px;
    margin-left: auto;
    margin-right: auto;
  }
}

.list-blocks {
  counter-reset: li;
}

.list-blocks > li {
  display: block;
}

.list-blocks .block-list-counter:before {
  position: relative;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  font: 400 30px "Lato", Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ffb74c;
}

.list-blocks > li + li {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .list-blocks .block-list-counter:before {
    top: -2px;
  }
}

@media (min-width: 992px) {
  .list-blocks .block-list-counter:before {
    top: -4px;
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .list-blocks .block-list-counter:before {
    top: -5px;
    font-size: 30px;
  }
}

.block-image-plate {
  display: block;
  width: 100%;
}

.block-image-plate .block-header {
  max-width: 400px;
}

.block-image-plate .block-inner {
  position: relative;
  padding: 45px 30px;
}

.block-image-plate .block-inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

.block-image-plate .block-inner > * {
  position: relative;
  z-index: 2;
}

.block-image-plate * + .block-text {
  margin-top: 18px;
}

.block-image-plate * + .block-body {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .block-image-plate {
    margin-left: -16px;
    margin-right: -15px;
    width: calc(100% + 32px);
  }
}

@media (min-width: 768px) {
  .block-image-plate .block-header {
    max-width: 340px;
  }
  .block-image-plate .block-inner {
    padding: 60px 12.5% 60px 8.33333%;
  }
  .block-image-plate .block-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-image-plate .block-left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
    max-width: 100px;
  }
  .block-image-plate .block-body {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .block-image-plate * + .block-text {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .block-image-plate .block-header {
    max-width: 400px;
  }
  .block-image-plate .block-inner {
    padding-right: 16.66667%;
    padding-top: 90px;
    padding-bottom: 95px;
  }
}

.block-vacation {
  position: relative;
  width: 100%;
  padding: 39px 9% 45px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.block-vacation, .block-vacation:active, .block-vacation:focus, .block-vacation:hover {
  color: #7f7f7f;
}

.block-vacation:hover {
  -webkit-box-shadow: -3px 5px 12px 0px rgba(65, 65, 65, 0.16);
  box-shadow: -3px 5px 12px 0px rgba(65, 65, 65, 0.16);
}

.block-vacation * + .block-meta {
  margin-top: 14px;
}

@media (min-width: 1200px) {
  .block-vacation * + .block-meta {
    margin-top: 5px;
  }
}

.block-shadow {
  position: relative;
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  text-align: center;
}

.block-shadow .block-inner {
  padding: 0 40px;
}

.block-shadow * + .block-footer {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .block-shadow {
    padding-top: 38px;
  }
  .block-shadow .block-inner {
    padding: 0 70px;
  }
}

.box-counter {
  text-align: center;
}

.box-counter .box-header {
  font-weight: 400;
}

.box-counter * + .box-header {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-counter .box-header {
    font-size: 15px;
  }
}

.box-counter-inverse .box-header {
  color: rgba(255, 255, 255, 0.2);
}

.box-counter-inverse .counter {
  color: #dedede;
}

.box-counter-inverse-lighter .box-header {
  color: rgba(255, 255, 255, 0.35);
}

.box-counter-inverse-lighter .counter {
  color: #dedede;
}

.box-counter-white .box-header,
.box-counter-white .counter {
  color: #fff;
}

.box-container-small {
  display: inline-block;
  width: 100%;
  max-width: 280px;
}

.post-single .post-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
}

.post-single .post-footer > * {
  margin-top: 10px;
}

.post-single .post-footer > *:not(:last-child) {
  margin-right: 20px;
}

.post-single * + .post-header {
  margin-top: 15px;
}

.post-single * + .post-meta {
  margin-top: 20px;
}

.post-single * + .post-body {
  margin-top: 20px;
}

.post-single * + .post-footer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .post-single * + .post-header {
    margin-top: 22px;
  }
  .post-single * + .post-meta {
    margin-top: 10px;
  }
}

.post-info * + .post-main {
  margin-top: 30px;
}

.post-info * + .post-body {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .post-info .post-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post-info .post-left {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding-right: 25px;
  }
  .post-info .post-body {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .post-info * + .post-body {
    margin-top: 0;
  }
}

.post-minimal {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.post-minimal .post-body {
  padding: 20px;
}

.post-minimal * + p {
  margin-top: 8px;
}

.post-minimal * + .post-meta {
  margin-top: 5px;
}

@media (max-width: 479px) {
  .post-minimal {
    display: inline-block;
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 480px) {
  .post-minimal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post-minimal .post-left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .post-minimal .post-image {
    width: 220px;
    overflow: hidden;
  }
  .post-minimal .post-image img {
    height: auto;
    width: auto;
    max-width: none;
    max-height: 270px;
  }
  .post-minimal .post-body {
    padding: 30px 24px 30px 27px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .post-minimal .post-body {
    padding: 40px 26px 40px 50px;
  }
}

.post-preview {
  max-width: 320px;
}

.post-preview a {
  display: block;
}

.post-preview .post-image,
.post-preview .post-image img {
  border-radius: 5px;
}

.post-preview .post-image img {
  width: auto;
}

.post-preview .post-header {
  line-height: 1.5;
  color: #000;
  transition: .33s all ease;
}

.post-preview .list-meta > li {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: #7f7f7f;
}

.post-preview .list-meta > li:not(:last-child):after {
  content: '/';
}

.post-preview:hover .post-header {
  color: #ffb74c;
}

.post-preview * + .post-meta {
  margin-top: 5px;
}

.post-preview.post-preview-inverse > li {
  color: rgba(255, 255, 255, 0.5);
}

.post-preview.post-preview-inverse .post-header {
  color: #fff;
}

.post-preview.post-preview-inverse:hover .post-header {
  color: #ffb74c;
}

.post-block {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
  background: #000;
}

.post-block .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .4;
  will-change: transform;
  transition: .66s all ease;
}

.post-block .post-image img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post-block .post-header {
  line-height: 1.2;
  color: #fff;
}

.post-block .post-header a, .post-block .post-header a:active, .post-block .post-header a:focus {
  color: inherit;
}

.post-block .post-header a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.post-block .post-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 22px 30px 25px;
}

.post-block .post-meta {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
  color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta > * {
  margin-top: 2px;
}

.post-block .post-meta > *:not(:last-child) {
  margin-right: 15px;
}

.post-block .post-meta > li {
  display: inline-block;
}

.post-block:hover {
  color: rgba(255, 255, 255, 0.8);
}

.post-block:hover .post-image {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  opacity: .2;
}

.post-block * + .post-meta {
  margin-top: 12px;
}

@media (min-width: 480px) {
  .post-block .post-body {
    padding: 40px 30px 40px 35px;
  }
}

@media (min-width: 768px) {
  .post-block {
    min-height: 250px;
  }
  .post-block .post-body {
    padding: 60px 30px 60px 40px;
  }
}

@media (min-width: 1200px) {
  .post-block .post-body {
    padding: 13% 11% 13% 20%;
  }
  .post-block * + .post-meta {
    margin-top: 5px;
  }
}

.post-modern {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.post-modern .post-inset {
  padding: 25px;
}

.post-modern .post-header {
  padding: 25px;
}

.post-modern .post-type {
  position: relative;
  top: 3px;
  font-size: 0;
  line-height: 0;
}

.post-modern .post-list {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
}

.post-modern .post-list > * {
  margin-top: 0;
}

.post-modern .post-list > *:not(:last-child) {
  margin-right: 12px;
}

.post-modern .post-list > li {
  display: inline-block;
}

.post-modern .post-body > *:only-child {
  padding-top: 0;
}

.post-modern .post-meta a, .post-modern .post-meta a:active, .post-modern .post-meta a:focus {
  color: inherit;
}

.post-modern .post-meta a:hover {
  color: #ffb74c;
}

.post-modern .post-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 22px 16px;
  background: #f9f9f9;
}

.post-modern .post-footer > * {
  padding: 0 7px;
}

* + .post-modern {
  margin-top: 30px;
}

.post-classic .post-info {
  text-align: center;
}

.post-classic .post-info img {
  width: auto;
  border-radius: 100%;
}

.post-classic .post-author {
  font-size: 14px;
}

.post-classic .post-meta {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
}

.post-classic .post-meta > * {
  margin-top: 2px;
}

.post-classic .post-meta > *:not(:last-child) {
  margin-right: 20px;
}

.post-classic .post-footer {
  padding-top: 14px;
}

.post-classic * + .post-body {
  margin-top: 24px;
}

.post-classic * + .post-footer {
  margin-top: 20px;
}

.post-classic * + .post-main {
  margin-top: 20px;
}

.post-classic .post-meta > li,
.post-classic-minimal .post-meta > li {
  display: inline-block;
}

.post-classic .post-footer,
.post-classic-minimal .post-footer {
  border-top: 1px solid #dedede;
}

.post-classic p + p,
.post-classic-minimal p + p {
  margin-top: 0;
}

* + .post-classic {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .post-classic .owl-carousel,
  .post-classic-minimal .owl-carousel {
    margin-bottom: -18px;
  }
  .post-classic .post-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post-classic .post-info {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
  }
  .post-classic .post-body {
    padding-left: 40px;
  }
  .post-classic .post-footer {
    padding-top: 20px;
  }
  .post-classic * + .post-body {
    margin-top: 0;
  }
  .post-classic * + .post-main {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .post-classic .post-main .post-body {
    padding-left: 60px;
  }
  * + .post-classic {
    margin-top: 85px;
  }
}

.post-classic-minimal time {
  font: 400 19px "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #767877;
}

.post-classic-minimal .post-meta {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
}

.post-classic-minimal .post-meta > * {
  margin-top: 2px;
}

.post-classic-minimal .post-meta > *:not(:last-child) {
  margin-right: 25px;
}

.post-classic-minimal .post-meta dl dt,
.post-classic-minimal .post-meta dl dd {
  display: inline-block;
  vertical-align: baseline;
}

.post-classic-minimal .post-meta dl dt {
  font: 700 14px "Arvo", "Times New Roman", Times, serif;
  font-style: italic;
  color: #000;
  padding-right: 5px;
}

.post-classic-minimal .post-media {
  display: inline;
}

.post-classic-minimal .post-media,
.post-classic-minimal .post-media > * {
  max-width: 100%;
}

.post-classic-minimal .post-footer {
  padding-top: 10px;
}

.post-classic-minimal * + .post-header {
  margin-top: 20px;
}

.post-classic-minimal * + .post-footer {
  margin-top: 25px;
}

.post-classic-minimal * + .post-main {
  margin-top: 15px;
}

.post-classic-minimal .post-gallery + .post-header {
  margin-top: 22px;
}

* + .post-classic-minimal {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .post-classic-minimal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .post-classic-minimal > * {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .post-classic-minimal .post-meta {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-bottom: -2px;
  }
  .post-classic-minimal .post-meta > * {
    margin-top: 2px;
  }
  .post-classic-minimal .post-meta > *:not(:last-child) {
    margin-right: 45px;
  }
  .post-classic-minimal .post-left {
    min-width: 70px;
  }
  .post-classic-minimal .post-main {
    max-width: calc(100% - 70px);
    padding-left: 30px;
    word-spacing: normal;
    white-space: normal;
  }
  .post-classic-minimal * + .post-header {
    margin-top: 40px;
  }
  .post-classic-minimal * + .post-footer {
    margin-top: 30px;
  }
  .post-classic-minimal * + .post-main {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  * + .post-classic-minimal {
    margin-top: 80px;
  }
}

.blog-timeline > dt {
  font: 400 25px "Lato", Helvetica, Arial, sans-serif;
  color: #cdcdcd;
}

.blog-timeline > dd {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-timeline {
    word-spacing: 0;
    white-space: nowrap;
  }
  .blog-timeline > * {
    display: inline-block;
  }
  .blog-timeline > dt {
    min-width: 65px;
    padding-right: 20px;
    margin-top: -.25em;
    vertical-align: top;
  }
  .blog-timeline > dd {
    margin-top: 0;
    width: calc(100% - 100px);
  }
}

@media (min-width: 992px) {
  .blog-timeline > dt {
    min-width: 100px;
    padding-right: 30px;
  }
}

.bg-cello .post-preview .list-meta > li {
  color: #57738f;
}

.post-minimal .post-image {
  height: 100%;
}

.post-minimal .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment figure, .comment figure img {
  border-radius: 50%;
  max-width: 71px;
}

.comment time {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}

.comment .user {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e3953;
}

.comment .list-icon-meta {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
}

.comment .list-icon-meta > * {
  margin-top: 0;
}

.comment .list-icon-meta > *:not(:last-child) {
  margin-right: 8px;
}

.comment .list-icon-meta > li {
  display: inline-block;
}

.comment .list-icon-meta li {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.comment .comment-body {
  padding: 17px 22px;
  border: 1px solid #dedede;
  border-radius: 7px;
}

.comment .comment-body-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
}

.comment .comment-body-header > * {
  margin-top: 5px;
}

.comment .comment-body-header > *:not(:last-child) {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .comment .comment-body-header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comment .comment-body-header > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.comment .comment-meta {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
}

.comment .comment-meta > * {
  margin-top: 5px;
}

.comment .comment-meta > *:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .comment .comment-meta > * {
    display: inline-block;
    vertical-align: baseline;
  }
}

.comment .comment-body-text {
  margin-top: 10px;
}

.comment-minimal .author {
  font: 700 14px/18px "Arvo", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #000;
}

.comment-minimal * + .comment-body {
  margin-top: 10px;
}

* + .comment-minimal {
  margin-top: 35px;
}

.comment-group-reply {
  padding-left: 12%;
}

.comment + * {
  margin-top: 21px;
}

* + .comment-group {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .comment > .unit > .unit-left {
    margin-top: 16px;
  }
  * + .comment-minimal {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  * + .post-comment {
    margin-top: 80px;
  }
}

.page-title {
  text-align: center;
}

.page-title > * {
  letter-spacing: 0;
}

.page-title h2, .page-title .h2 {
  letter-spacing: 0;
}

.page-title .page-title-inner {
  position: relative;
  display: inline-block;
}

.page-title .page-title-left,
.page-title .page-title-right {
  position: absolute;
  top: 50%;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.page-title .page-title-left *,
.page-title .page-title-right * {
  display: inline;
  white-space: nowrap;
}

.page-title .page-title-left {
  left: 0;
  text-align: right;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.page-title .page-title-left * {
  padding-right: .25em;
}

.page-title .page-title-left *:nth-last-child(odd) {
  color: rgba(255, 255, 255, 0.1);
}

.page-title .page-title-left *:nth-last-child(even) {
  color: rgba(255, 255, 255, 0.2);
}

.page-title .page-title-right {
  right: 0;
  text-align: left;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.page-title .page-title-right * {
  padding-left: .25em;
}

.page-title .page-title-right *:nth-child(odd) {
  color: rgba(255, 255, 255, 0.1);
}

.page-title .page-title-right *:nth-child(even) {
  color: rgba(255, 255, 255, 0.2);
}

.page-title-wrap {
  background: #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 80%;
}

@media (min-width: 768px) {
  .page-title {
    text-align: left;
  }
}

.page-loader-variant-1 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  z-index: 9999999;
  background: #000;
  transition: .3s all ease;
}

.page-loader-variant-1.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.page-loader-variant-1.ending {
  display: none;
}

.page-loader-variant-1 .page-loader-body {
  margin-top: 40px;
  text-align: center;
}

#spinningSquaresG {
  position: relative;
  width: 150px;
  height: 18px;
  margin: auto;
}

.spinningSquaresG {
  position: absolute;
  top: 0;
  background-color: white;
  width: 18px;
  height: 18px;
  animation-name: bounce_spinningSquaresG;
  -o-animation-name: bounce_spinningSquaresG;
  -ms-animation-name: bounce_spinningSquaresG;
  -webkit-animation-name: bounce_spinningSquaresG;
  -moz-animation-name: bounce_spinningSquaresG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
}

#spinningSquaresG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#spinningSquaresG_2 {
  left: 19px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#spinningSquaresG_3 {
  left: 37px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#spinningSquaresG_4 {
  left: 56px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#spinningSquaresG_5 {
  left: 75px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#spinningSquaresG_6 {
  left: 94px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#spinningSquaresG_7 {
  left: 112px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#spinningSquaresG_8 {
  left: 131px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_spinningSquaresG {
  0% {
    transform: scale(1);
    background-color: white;
  }
  100% {
    transform: scale(0.3) rotate(90deg);
    background-color: black;
  }
}

@-o-keyframes bounce_spinningSquaresG {
  0% {
    -o-transform: scale(1);
    background-color: white;
  }
  100% {
    -o-transform: scale(0.3) rotate(90deg);
    background-color: black;
  }
}

@-webkit-keyframes bounce_spinningSquaresG {
  0% {
    -webkit-transform: scale(1);
    background-color: white;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(90deg);
    background-color: black;
  }
}

@-moz-keyframes bounce_spinningSquaresG {
  0% {
    -moz-transform: scale(1);
    background-color: white;
  }
  100% {
    -moz-transform: scale(0.3) rotate(90deg);
    background-color: black;
  }
}

[data-x-mode="design-mode"] .page-loader-variant-1 {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.pricing-table {
  overflow: hidden;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -1px 2px 5px 0 rgba(65, 65, 65, 0.12);
  box-shadow: -1px 2px 5px 0 rgba(65, 65, 65, 0.12);
}

.pricing-table-header {
  font-size: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #7f7f7f;
}

.pricing-table-body {
  padding: 35px 30px;
}

.pricing-table-label {
  padding: 17px 15px;
  text-align: center;
  background-color: #1e3953;
}

.pricing-table-label p {
  font: 700 16px "Arvo", "Times New Roman", Times, serif;
  color: #fff;
}

.pricing-table .pricing-list {
  font-size: 16px;
  font-weight: 300;
  color: #7f7f7f;
}

.pricing-table .pricing-list span {
  display: inline-block;
  margin-right: .25em;
  color: #1e3953;
}

.pricing-table .pricing-list > li + li {
  margin-top: 9px;
}

.pricing-table * + .price-object {
  margin-top: 22px;
}

.pricing-table * + .pricing-list {
  margin-top: 22px;
}

.pricing-object {
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 0;
  line-height: 0;
  color: #1e3953;
}

.pricing-object > * {
  margin-top: 0;
}

.pricing-object .small {
  position: relative;
  font: 700 10px "Arvo", "Times New Roman", Times, serif;
  color: inherit;
  text-transform: uppercase;
}

.pricing-object .small-middle {
  vertical-align: middle;
}

.pricing-object .small-bottom {
  vertical-align: bottom;
}

.pricing-object-sm {
  font-size: 32px;
  line-height: .8;
}

.pricing-object-sm .small {
  font-size: 12px;
}

.pricing-object-sm .small-middle {
  margin-right: 3px;
}

.pricing-object-sm .small-bottom {
  margin-left: 1px;
  vertical-align: bottom;
}

.price-irrelevant {
  color: #7f7f7f;
  text-decoration: line-through;
}

.pricing-object-md {
  font-size: 53px;
  line-height: 1;
}

.pricing-object-md .price {
  line-height: .5;
}

.pricing-object-md .small {
  font-size: 17px;
  font-weight: 400;
}

.pricing-object-md .small-middle {
  font-size: 23px;
}

.pricing-object-md .small-bottom {
  bottom: -.25em;
}

.pricing-object-lg,
.pricing-object-xl {
  font-size: 64px;
  line-height: .7;
}

.pricing-object-lg .small,
.pricing-object-xl .small {
  font-size: 10px;
}

.pricing-object-lg .small-top,
.pricing-object-xl .small-top {
  top: 9px;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: top;
}

.pricing-object-lg .small-bottom,
.pricing-object-xl .small-bottom {
  bottom: -4px;
  margin-left: 3px;
  vertical-align: bottom;
}

.price-current .small {
  position: relative;
  font-family: "Arvo", "Times New Roman", Times, serif;
  font-weight: 400;
}

.price-current .small-middle {
  vertical-align: middle;
  top: -.3em;
}

.price-current .small-bottom {
  top: .3em;
}

@media (min-width: 768px) {
  .pricing-object-lg {
    font-size: 72px;
  }
  .pricing-object-xl {
    font-size: 54px;
  }
  .pricing-object-xl .small-middle {
    font-size: 30px;
  }
  .pricing-object-xl .small-bottom {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .pricing-object-xl {
    font-size: 76px;
  }
}

.one-screen-page .page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.one-screen-page .page-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  text-align: center;
}

.one-screen-page .page-inner,
.one-screen-page .page-inner > * {
  width: 100%;
}

.one-screen-page .page-head,
.one-screen-page .page-foot {
  padding: 0;
  background: transparent;
}

.one-screen-page .page-head-inner {
  padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.one-screen-page .page-content {
  padding: calc(1em + 4vh) 0;
}

.one-screen-page .page-foot-inner {
  padding: calc(1em + 2vh) 0 calc(1em + 4vh);
}

.one-screen-page .rights {
  color: #fff;
}

.one-screen-page .rights a, .one-screen-page .rights a:active, .one-screen-page .rights a:focus {
  color: #ffb74c;
}

.one-screen-page .rights a:hover {
  color: #ababab;
}

@media (min-width: 480px) {
  .one-screen-page .page-inner {
    text-align: left;
  }
}

@media (min-width: 1800px) {
  .one-screen-page .page-head-inner {
    padding: 50px 0 10px;
  }
  .one-screen-page .page-content {
    padding: 30px 0;
  }
  .one-screen-page .page-foot-inner {
    padding: 50px 0 23px;
  }
}

.ie-10 .one-screen-page,
.ie-11 .one-screen-page {
  overflow-x: hidden;
  overflow-y: auto;
}

.inset-left-0 {
  padding-left: 0;
}

.inset-left-10 {
  padding-left: 10px;
}

.inset-left-15 {
  padding-left: 15px;
}

.inset-left-20 {
  padding-left: 20px;
}

.inset-left-30 {
  padding-left: 30px;
}

.inset-left-40 {
  padding-left: 40px;
}

.inset-left-50 {
  padding-left: 50px;
}

.inset-left-60 {
  padding-left: 60px;
}

.inset-left-70 {
  padding-left: 70px;
}

.inset-left-85 {
  padding-left: 85px;
}

.inset-left-100 {
  padding-left: 100px;
}

@media (min-width: 480px) {
  .inset-xs-left-0 {
    padding-left: 0;
  }
  .inset-xs-left-10 {
    padding-left: 10px;
  }
  .inset-xs-left-15 {
    padding-left: 15px;
  }
  .inset-xs-left-20 {
    padding-left: 20px;
  }
  .inset-xs-left-30 {
    padding-left: 30px;
  }
  .inset-xs-left-40 {
    padding-left: 40px;
  }
  .inset-xs-left-50 {
    padding-left: 50px;
  }
  .inset-xs-left-60 {
    padding-left: 60px;
  }
  .inset-xs-left-70 {
    padding-left: 70px;
  }
  .inset-xs-left-85 {
    padding-left: 85px;
  }
  .inset-xs-left-100 {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .inset-sm-left-0 {
    padding-left: 0;
  }
  .inset-sm-left-10 {
    padding-left: 10px;
  }
  .inset-sm-left-15 {
    padding-left: 15px;
  }
  .inset-sm-left-20 {
    padding-left: 20px;
  }
  .inset-sm-left-30 {
    padding-left: 30px;
  }
  .inset-sm-left-40 {
    padding-left: 40px;
  }
  .inset-sm-left-50 {
    padding-left: 50px;
  }
  .inset-sm-left-60 {
    padding-left: 60px;
  }
  .inset-sm-left-70 {
    padding-left: 70px;
  }
  .inset-sm-left-85 {
    padding-left: 85px;
  }
  .inset-sm-left-100 {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .inset-md-left-0 {
    padding-left: 0;
  }
  .inset-md-left-10 {
    padding-left: 10px;
  }
  .inset-md-left-15 {
    padding-left: 15px;
  }
  .inset-md-left-20 {
    padding-left: 20px;
  }
  .inset-md-left-30 {
    padding-left: 30px;
  }
  .inset-md-left-40 {
    padding-left: 40px;
  }
  .inset-md-left-50 {
    padding-left: 50px;
  }
  .inset-md-left-60 {
    padding-left: 60px;
  }
  .inset-md-left-70 {
    padding-left: 70px;
  }
  .inset-md-left-85 {
    padding-left: 85px;
  }
  .inset-md-left-100 {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .inset-lg-left-0 {
    padding-left: 0;
  }
  .inset-lg-left-10 {
    padding-left: 10px;
  }
  .inset-lg-left-15 {
    padding-left: 15px;
  }
  .inset-lg-left-20 {
    padding-left: 20px;
  }
  .inset-lg-left-30 {
    padding-left: 30px;
  }
  .inset-lg-left-40 {
    padding-left: 40px;
  }
  .inset-lg-left-50 {
    padding-left: 50px;
  }
  .inset-lg-left-60 {
    padding-left: 60px;
  }
  .inset-lg-left-70 {
    padding-left: 70px;
  }
  .inset-lg-left-85 {
    padding-left: 85px;
  }
  .inset-lg-left-100 {
    padding-left: 100px;
  }
}

@media (min-width: 1800px) {
  .inset-xl-left-0 {
    padding-left: 0;
  }
  .inset-xl-left-10 {
    padding-left: 10px;
  }
  .inset-xl-left-15 {
    padding-left: 15px;
  }
  .inset-xl-left-20 {
    padding-left: 20px;
  }
  .inset-xl-left-30 {
    padding-left: 30px;
  }
  .inset-xl-left-40 {
    padding-left: 40px;
  }
  .inset-xl-left-50 {
    padding-left: 50px;
  }
  .inset-xl-left-60 {
    padding-left: 60px;
  }
  .inset-xl-left-70 {
    padding-left: 70px;
  }
  .inset-xl-left-85 {
    padding-left: 85px;
  }
  .inset-xl-left-100 {
    padding-left: 100px;
  }
}

.inset-right-0 {
  padding-right: 0;
}

.inset-right-10 {
  padding-right: 10px;
}

.inset-right-15 {
  padding-right: 15px;
}

.inset-right-20 {
  padding-right: 20px;
}

.inset-right-30 {
  padding-right: 30px;
}

.inset-right-40 {
  padding-right: 40px;
}

.inset-right-50 {
  padding-right: 50px;
}

.inset-right-60 {
  padding-right: 60px;
}

.inset-right-70 {
  padding-right: 70px;
}

.inset-right-85 {
  padding-right: 85px;
}

.inset-right-100 {
  padding-right: 100px;
}

@media (min-width: 480px) {
  .inset-xs-right-0 {
    padding-right: 0;
  }
  .inset-xs-right-10 {
    padding-right: 10px;
  }
  .inset-xs-right-15 {
    padding-right: 15px;
  }
  .inset-xs-right-20 {
    padding-right: 20px;
  }
  .inset-xs-right-30 {
    padding-right: 30px;
  }
  .inset-xs-right-40 {
    padding-right: 40px;
  }
  .inset-xs-right-50 {
    padding-right: 50px;
  }
  .inset-xs-right-60 {
    padding-right: 60px;
  }
  .inset-xs-right-70 {
    padding-right: 70px;
  }
  .inset-xs-right-85 {
    padding-right: 85px;
  }
  .inset-xs-right-100 {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .inset-sm-right-0 {
    padding-right: 0;
  }
  .inset-sm-right-10 {
    padding-right: 10px;
  }
  .inset-sm-right-15 {
    padding-right: 15px;
  }
  .inset-sm-right-20 {
    padding-right: 20px;
  }
  .inset-sm-right-30 {
    padding-right: 30px;
  }
  .inset-sm-right-40 {
    padding-right: 40px;
  }
  .inset-sm-right-50 {
    padding-right: 50px;
  }
  .inset-sm-right-60 {
    padding-right: 60px;
  }
  .inset-sm-right-70 {
    padding-right: 70px;
  }
  .inset-sm-right-85 {
    padding-right: 85px;
  }
  .inset-sm-right-100 {
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .inset-md-right-0 {
    padding-right: 0;
  }
  .inset-md-right-10 {
    padding-right: 10px;
  }
  .inset-md-right-15 {
    padding-right: 15px;
  }
  .inset-md-right-20 {
    padding-right: 20px;
  }
  .inset-md-right-30 {
    padding-right: 30px;
  }
  .inset-md-right-40 {
    padding-right: 40px;
  }
  .inset-md-right-50 {
    padding-right: 50px;
  }
  .inset-md-right-60 {
    padding-right: 60px;
  }
  .inset-md-right-70 {
    padding-right: 70px;
  }
  .inset-md-right-85 {
    padding-right: 85px;
  }
  .inset-md-right-100 {
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .inset-lg-right-0 {
    padding-right: 0;
  }
  .inset-lg-right-10 {
    padding-right: 10px;
  }
  .inset-lg-right-15 {
    padding-right: 15px;
  }
  .inset-lg-right-20 {
    padding-right: 20px;
  }
  .inset-lg-right-30 {
    padding-right: 30px;
  }
  .inset-lg-right-40 {
    padding-right: 40px;
  }
  .inset-lg-right-50 {
    padding-right: 50px;
  }
  .inset-lg-right-60 {
    padding-right: 60px;
  }
  .inset-lg-right-70 {
    padding-right: 70px;
  }
  .inset-lg-right-85 {
    padding-right: 85px;
  }
  .inset-lg-right-100 {
    padding-right: 100px;
  }
}

@media (min-width: 1800px) {
  .inset-xl-right-0 {
    padding-right: 0;
  }
  .inset-xl-right-10 {
    padding-right: 10px;
  }
  .inset-xl-right-15 {
    padding-right: 15px;
  }
  .inset-xl-right-20 {
    padding-right: 20px;
  }
  .inset-xl-right-30 {
    padding-right: 30px;
  }
  .inset-xl-right-40 {
    padding-right: 40px;
  }
  .inset-xl-right-50 {
    padding-right: 50px;
  }
  .inset-xl-right-60 {
    padding-right: 60px;
  }
  .inset-xl-right-70 {
    padding-right: 70px;
  }
  .inset-xl-right-85 {
    padding-right: 85px;
  }
  .inset-xl-right-100 {
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .prefix-lg-right--10 {
    margin-right: -10px;
  }
}

html .page .offset-top--35 {
  margin-top: -35px;
}

html .page .offset-top-0 {
  margin-top: 0;
}

html .page .offset-top-5 {
  margin-top: 5px;
}

html .page .offset-top-15 {
  margin-top: 15px;
}

html .page .offset-top-20 {
  margin-top: 20px;
}

html .page .offset-top-22 {
  margin-top: 22px;
}

html .page .offset-top-30 {
  margin-top: 30px;
}

html .page .offset-top-35 {
  margin-top: 35px;
}

html .page .offset-top-40 {
  margin-top: 40px;
}

html .page .offset-top-45 {
  margin-top: 45px;
}

html .page .offset-top-50 {
  margin-top: 50px;
}

html .page .offset-top-60 {
  margin-top: 60px;
}

html .page .offset-top-75 {
  margin-top: 75px;
}

html .page .offset-top-90 {
  margin-top: 90px;
}

html .page .offset-top-100 {
  margin-top: 100px;
}

html .page .offset-top-120 {
  margin-top: 120px;
}

@media (min-width: 480px) {
  html .page .offset-xs-top--35 {
    margin-top: -35px;
  }
  html .page .offset-xs-top-0 {
    margin-top: 0;
  }
  html .page .offset-xs-top-5 {
    margin-top: 5px;
  }
  html .page .offset-xs-top-15 {
    margin-top: 15px;
  }
  html .page .offset-xs-top-20 {
    margin-top: 20px;
  }
  html .page .offset-xs-top-22 {
    margin-top: 22px;
  }
  html .page .offset-xs-top-30 {
    margin-top: 30px;
  }
  html .page .offset-xs-top-35 {
    margin-top: 35px;
  }
  html .page .offset-xs-top-40 {
    margin-top: 40px;
  }
  html .page .offset-xs-top-45 {
    margin-top: 45px;
  }
  html .page .offset-xs-top-50 {
    margin-top: 50px;
  }
  html .page .offset-xs-top-60 {
    margin-top: 60px;
  }
  html .page .offset-xs-top-75 {
    margin-top: 75px;
  }
  html .page .offset-xs-top-90 {
    margin-top: 90px;
  }
  html .page .offset-xs-top-100 {
    margin-top: 100px;
  }
  html .page .offset-xs-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  html .page .offset-sm-top--35 {
    margin-top: -35px;
  }
  html .page .offset-sm-top-0 {
    margin-top: 0;
  }
  html .page .offset-sm-top-5 {
    margin-top: 5px;
  }
  html .page .offset-sm-top-15 {
    margin-top: 15px;
  }
  html .page .offset-sm-top-20 {
    margin-top: 20px;
  }
  html .page .offset-sm-top-22 {
    margin-top: 22px;
  }
  html .page .offset-sm-top-30 {
    margin-top: 30px;
  }
  html .page .offset-sm-top-35 {
    margin-top: 35px;
  }
  html .page .offset-sm-top-40 {
    margin-top: 40px;
  }
  html .page .offset-sm-top-45 {
    margin-top: 45px;
  }
  html .page .offset-sm-top-50 {
    margin-top: 50px;
  }
  html .page .offset-sm-top-60 {
    margin-top: 60px;
  }
  html .page .offset-sm-top-75 {
    margin-top: 75px;
  }
  html .page .offset-sm-top-90 {
    margin-top: 90px;
  }
  html .page .offset-sm-top-100 {
    margin-top: 100px;
  }
  html .page .offset-sm-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  html .page .offset-md-top--35 {
    margin-top: -35px;
  }
  html .page .offset-md-top-0 {
    margin-top: 0;
  }
  html .page .offset-md-top-5 {
    margin-top: 5px;
  }
  html .page .offset-md-top-15 {
    margin-top: 15px;
  }
  html .page .offset-md-top-20 {
    margin-top: 20px;
  }
  html .page .offset-md-top-22 {
    margin-top: 22px;
  }
  html .page .offset-md-top-30 {
    margin-top: 30px;
  }
  html .page .offset-md-top-35 {
    margin-top: 35px;
  }
  html .page .offset-md-top-40 {
    margin-top: 40px;
  }
  html .page .offset-md-top-45 {
    margin-top: 45px;
  }
  html .page .offset-md-top-50 {
    margin-top: 50px;
  }
  html .page .offset-md-top-60 {
    margin-top: 60px;
  }
  html .page .offset-md-top-75 {
    margin-top: 75px;
  }
  html .page .offset-md-top-90 {
    margin-top: 90px;
  }
  html .page .offset-md-top-100 {
    margin-top: 100px;
  }
  html .page .offset-md-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  html .page .offset-lg-top--35 {
    margin-top: -35px;
  }
  html .page .offset-lg-top-0 {
    margin-top: 0;
  }
  html .page .offset-lg-top-5 {
    margin-top: 5px;
  }
  html .page .offset-lg-top-15 {
    margin-top: 15px;
  }
  html .page .offset-lg-top-20 {
    margin-top: 20px;
  }
  html .page .offset-lg-top-22 {
    margin-top: 22px;
  }
  html .page .offset-lg-top-30 {
    margin-top: 30px;
  }
  html .page .offset-lg-top-35 {
    margin-top: 35px;
  }
  html .page .offset-lg-top-40 {
    margin-top: 40px;
  }
  html .page .offset-lg-top-45 {
    margin-top: 45px;
  }
  html .page .offset-lg-top-50 {
    margin-top: 50px;
  }
  html .page .offset-lg-top-60 {
    margin-top: 60px;
  }
  html .page .offset-lg-top-75 {
    margin-top: 75px;
  }
  html .page .offset-lg-top-90 {
    margin-top: 90px;
  }
  html .page .offset-lg-top-100 {
    margin-top: 100px;
  }
  html .page .offset-lg-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1800px) {
  html .page .offset-xl-top--35 {
    margin-top: -35px;
  }
  html .page .offset-xl-top-0 {
    margin-top: 0;
  }
  html .page .offset-xl-top-5 {
    margin-top: 5px;
  }
  html .page .offset-xl-top-15 {
    margin-top: 15px;
  }
  html .page .offset-xl-top-20 {
    margin-top: 20px;
  }
  html .page .offset-xl-top-22 {
    margin-top: 22px;
  }
  html .page .offset-xl-top-30 {
    margin-top: 30px;
  }
  html .page .offset-xl-top-35 {
    margin-top: 35px;
  }
  html .page .offset-xl-top-40 {
    margin-top: 40px;
  }
  html .page .offset-xl-top-45 {
    margin-top: 45px;
  }
  html .page .offset-xl-top-50 {
    margin-top: 50px;
  }
  html .page .offset-xl-top-60 {
    margin-top: 60px;
  }
  html .page .offset-xl-top-75 {
    margin-top: 75px;
  }
  html .page .offset-xl-top-90 {
    margin-top: 90px;
  }
  html .page .offset-xl-top-100 {
    margin-top: 100px;
  }
  html .page .offset-xl-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .inset-lg-left-70 {
    padding-left: 70px;
  }
}

@media (min-width: 768px) {
  .shift-sm-top-1 {
    margin-top: -18px;
  }
}

@media (min-width: 992px) {
  .shift-sm-top-1 {
    margin-top: -23px;
  }
}

@media (min-width: 992px) {
  .shift-md-top-1 {
    margin-top: -33px;
  }
}

@media (min-width: 1200px) {
  .shift-md-top-1 {
    margin-top: -43px;
  }
}

.link {
  display: inline-block;
}

.link-inline {
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.link-underline, .link-underline:active, .link-underline:focus {
  text-decoration: underline;
}

.link-underline:hover {
  text-decoration: none;
}

.link-circle {
  border-radius: 50%;
}

.link-circle .icon,
.link-circle .icon:before {
  position: static;
}

.link-bold {
  font: 700 16px/22px "Arvo", "Times New Roman", Times, serif;
}

.link-black {
  font: 900 16px/22px "Lato", Helvetica, Arial, sans-serif;
}

.link-group {
  white-space: nowrap;
}

.link-group * {
  vertical-align: middle;
}

.link-group span {
  display: inline-block;
}

.link-group span + *,
.link-group * + span {
  margin-left: 5px;
}

.link-group.link-group-animated .icon {
  position: relative;
  right: 0;
  transition: .22s;
}

.link-group.link-group-animated:hover .icon {
  right: -5px;
}

.link-group-baseline * {
  vertical-align: baseline;
}

.link-icon, .link-icon * {
  vertical-align: middle;
}

.link-icon .icon {
  margin-right: 5px;
}

.link-icon-mod .icon {
  position: relative;
  top: -3px;
}

.link-image img {
  width: auto;
  transition: .44s all ease;
  opacity: .5;
}

.link-image:hover img {
  opacity: 1;
}

.link-image-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 126px;
}

* + .link-image-wrap {
  margin-top: 13px;
}

.page .link-primary-inline {
  color: #ffb74c;
}

.page .link-primary-inline.active, .page .link-primary-inline:active, .page .link-primary-inline:focus {
  color: #9b9b9b;
}

.page .link-primary-inline.hover, .page .link-primary-inline:hover {
  color: #42b294;
}

.page .link-default, .page .link-default:active, .page .link-default:focus {
  color: #7f7f7f;
}

.page .link-default:hover {
  color: #ffb74c;
}

.page .link-primary, .page .link-primary:active, .page .link-primary:focus {
  color: #ffb74c;
}

.page .link-primary:hover {
  color: #9b9b9b;
}

.page .link-primary-inverse, .page .link-primary-inverse:active, .page .link-primary-inverse:focus {
  color: #ffb74c;
}

.page .link-primary-inverse:hover {
  color: #ddd;
}

.page .link-primary-inverse-v2, .page .link-primary-inverse-v2:active, .page .link-primary-inverse-v2:focus {
  color: #ffb74c;
}

.page .link-primary-inverse-v2:hover {
  color: #fff;
}

.page .link-secondary, .page .link-secondary:active, .page .link-secondary:focus {
  color: #9b9b9b;
}

.page .link-secondary:hover {
  color: #ffb74c;
}

.page .link-tundora, .page .link-tundora:active, .page .link-tundora:focus {
  color: #414141;
}

.page .link-tundora:hover {
  color: #ffb74c;
}

.page .link-tundora-inverse, .page .link-tundora-inverse:active, .page .link-tundora-inverse:focus {
  color: #414141;
}

.page .link-tundora-inverse:hover {
  color: #fff;
}

.page .link-gray-base-05, .page .link-gray-base-05:active, .page .link-gray-base-05:focus {
  color: rgba(0, 0, 0, 0.5);
}

.page .link-gray-base-05:hover {
  color: #ffb74c;
}

.page .link-gray-base, .page .link-gray-base:active, .page .link-gray-base:focus {
  color: #000;
}

.page .link-gray-base:hover {
  color: #ffb74c;
}

.page .link-gray-light, .page .link-gray-light:active, .page .link-gray-light:focus {
  color: #dedede;
}

.page .link-gray-light:hover {
  color: #000;
}

.page .link-white, .page .link-white:active, .page .link-white:focus {
  color: #fff;
}

.page .link-white:hover {
  color: #ffb74c;
}

.page .link-white-v2, .page .link-white-v2:active, .page .link-white-v2:focus {
  color: #fff;
}

.page .link-white-v2:hover {
  color: #ababab;
}

.page .link-white-03, .page .link-white-03:active, .page .link-white-03:focus {
  color: rgba(255, 255, 255, 0.3);
}

.page .link-white-03:hover {
  color: #ffb74c;
}

.page .link-gray-base-v2, .page .link-gray-base-v2:active, .page .link-gray-base-v2:focus {
  color: rgba(0, 0, 0, 0.6);
}

.page .link-gray-base-v2:hover {
  color: #000;
}

.page .link-gray-base-v2:hover {
  text-decoration: underline;
}

.page .link-cello, .page .link-cello:active, .page .link-cello:focus {
  color: #1e3953;
}

.page .link-cello:hover {
  color: #000;
}

.page .link-cello:hover {
  text-decoration: underline;
}

.page .link-gray-dark-filled, .page .link-gray-dark-filled:active, .page .link-gray-dark-filled:focus {
  color: #fff;
  background: #2a2b2b;
}

.page .link-gray-dark-filled:hover {
  color: #fff;
  background: #ffb74c;
}

.page .link-shop {
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
}

.page .link-shop, .page .link-shop:active, .page .link-shop:focus {
  color: #00030a;
}

.page .link-shop:hover {
  color: #ffb74c;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: inherit;
}

.list > li + li {
  margin-top: 5px;
}

.list-xl > li + li {
  margin-top: 44px;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  vertical-align: baseline;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline-reset {
  font-size: 0;
  line-height: 0;
}

.list-inline-xs {
  margin-left: -6px;
  margin-right: -6px;
}

.list-inline-xs > li {
  padding-left: 6px;
  padding-right: 6px;
}

.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline-sm > li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline-md {
  margin-left: -15px;
  margin-right: -15px;
}

.list-inline-md > li {
  padding-left: 15px;
  padding-right: 15px;
}

.list-objects-inline {
  margin-bottom: -4px;
  margin-left: -22px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.list-objects-inline > *, .list-objects-inline > *:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 22px;
}

.list-objects-inline > li > * {
  display: inline-block;
  vertical-align: middle;
}

.list-objects-inline > li > * + * {
  margin-left: 5px;
}

.list-terms dt + dd {
  margin-top: 10px;
}

.list-terms dd + dt {
  margin-top: 31px;
}

.list-terms-variant-1 dt {
  font: 700 16px/22px "Arvo", "Times New Roman", Times, serif;
  letter-spacing: -.025em;
  color: #1e3953;
}

.list-terms-variant-1 dd {
  color: rgba(0, 0, 0, 0.5);
}

.list-terms-variant-1 dt + dd {
  margin-top: 18px;
}

.list-terms-variant-1 dd + dt {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .list-terms-variant-1 dt {
    font-size: 19px;
    line-height: 28px;
  }
  .list-terms-variant-1 dd + dt {
    margin-top: 50px;
  }
}

.dl-inline {
  vertical-align: middle;
}

.dl-inline dt,
.dl-inline dd {
  display: inline-block;
  vertical-align: middle;
}

.dl-inline dt {
  padding-right: 5px;
}

.dl-inline dt:after {
  content: ':';
}

.dl-inline .pricing-object-sm {
  position: relative;
  top: -5px;
}

.list-terms-inline dt, .list-terms-inline dd {
  display: inline-block;
}

.list-terms-inline dt {
  color: #000;
}

.list-terms-inline dd {
  color: #7f7f7f;
}

.list-terms-inline dt:after {
  content: ':';
}

.list-index {
  counter-reset: li;
}

.list-index > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

.list-marked li {
  color: #000;
  position: relative;
  padding-left: 32px;
}

.list-marked li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\e005';
  font-family: "fl-flat-icons-set-2";
  display: inline-block;
  margin-right: 11px;
  font-size: 13px;
  line-height: inherit;
  vertical-align: middle;
  color: #ffb74c;
}

.list-marked li:not(:last-child):after {
  content: ';';
}

.list-marked li:last-child:after {
  content: '.';
}

.list-marked li + li {
  margin-top: 11px;
}

.list-marked-spacing-lg li {
  padding-left: 26px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-marked li {
    padding-left: 24px;
    font-size: 13px;
  }
  .list-marked li:before {
    font-size: 11px;
  }
}

.list-marked-variant-2 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-marked-variant-2 > li > a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font: 400 18px/24px 'FontAwesome';
  color: #ffb74c;
  transition: .33s all ease;
}

.list-marked-variant-2 > li > a:hover:before {
  left: 4px;
}

.list-marked-variant-2 > li + li {
  margin-top: 14px;
}

.list-ordered {
  counter-reset: li;
}

.list-ordered li {
  color: #000;
}

.list-ordered li:before {
  display: inline-block;
  margin-right: 13px;
  width: 15px;
  content: counter(li, decimal) ".";
  counter-increment: li;
}

.list-ordered li:not(:last-child):after {
  content: ';';
}

.list-ordered li:last-child:after {
  content: '.';
}

.list-ordered li + li {
  margin-top: 11px;
}

.list-tags > li {
  display: inline-block;
  font-style: italic;
}

.list-tags > li a, .list-tags > li a:active, .list-tags > li a:focus {
  color: #ffb74c;
}

.list-tags > li a:hover {
  color: #ffb74c;
}

.list-tags > li:after {
  content: ',';
  display: inline-block;
  color: #f9f9f9;
}

.list-tags > li:last-child:after {
  display: none;
}

.list-numbered {
  counter-reset: li;
}

.list-numbered > li {
  position: relative;
  padding-left: 30px;
}

.list-numbered > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li, decimal) ".";
  counter-increment: li;
}

.list-numbered > li + li {
  margin-top: 10px;
}

.list-icon-pack {
  margin-top: 6px;
}

.list-icon-pack > li {
  margin-top: 25px;
}

.list-icon-pack > li span {
  display: block;
}

.list-icon-pack > li span + span {
  margin-left: .25em;
}

.list-links > li {
  display: inline-block;
}

.list-links > li:after {
  content: ';';
}

.list-links > li:last-child:after {
  display: none;
}

.list-hashtags > li {
  display: inline-block;
}

.list-hashtags > li > a:before {
  content: '#';
}

.list-marked-bordered {
  color: #000;
}

.list-marked-bordered li a {
  display: block;
  padding: 10px 7px;
  border-bottom: 1px solid #f9f9f9;
}

.list-marked-bordered li a:before {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font: 400 18px "FontAwesome";
  line-height: inherit;
  color: #ffb74c;
  content: '\f105';
}

.list-marked-bordered li a span {
  color: inherit;
  transition: color .33s;
}

.list-marked-bordered li a span:first-child {
  color: #000;
}

.list-marked-bordered li a:hover, .list-marked-bordered li a:hover span:nth-child(n) {
  color: #ffb74c;
}

.list-marked-bordered li span:not(:last-child) {
  margin-right: .25em;
}

.list-bordered-horizontal {
  position: relative;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  margin-bottom: -7px;
}

.list-bordered-horizontal > * {
  margin-top: 7px;
}

.list-bordered-horizontal > *:not(:last-child) {
  margin-right: 35px;
}

@media (min-width: 768px) {
  .list-bordered-horizontal > li {
    display: inline-block;
  }
  .list-bordered-horizontal > li:not(:last-child) {
    position: relative;
  }
  .list-bordered-horizontal > li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    width: 1px;
    height: 22px;
    background: #dedede;
  }
}

.list-tag-blocks {
  position: relative;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-bottom: -6px;
}

.list-tag-blocks > * {
  margin-top: 6px;
}

.list-tag-blocks > *:not(:last-child) {
  margin-right: 6px;
}

.list-tag-blocks li {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-tag-blocks li a {
  display: inline-block;
  padding: 6px 19px;
  border: 1px solid transparent;
}

.list-tag-blocks li a, .list-tag-blocks li a:active, .list-tag-blocks li a:focus {
  color: #212121;
  background: #fff;
}

.list-tag-blocks li a:hover, .list-tag-blocks li a.active {
  color: #212121;
  background: #fff;
  border-color: #9b9b9b;
}

.list-progress {
  color: #9b9b9b;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.list-progress li + li {
  margin-top: 23px;
}

.list-progress p {
  padding-right: 40px;
}

.list-tags-inline > li {
  display: inline;
}

.list-tags-inline > li:not(:last-child):after {
  content: ',';
}

.list-rating {
  font-size: 0;
  line-height: 0;
}

.list-rating > li {
  display: inline-block;
}

.list-rating .icon {
  color: #ffd400;
}

.list-wide-bordered {
  color: #9b9b9b;
  font: 400 14px/22px "Arvo", "Times New Roman", Times, serif;
  border-top: 1px solid #dedede;
}

.list-wide-bordered dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
}

.list-wide-bordered dl dt {
  padding-right: 15px;
}

.list-wide-bordered dl dd {
  font-weight: 700;
  font-size: 14px;
}

.list-wide-bordered li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
}

.list-wide-bordered + .list-wide-bordered {
  border-top: 0;
}

@media (min-width: 768px) {
  .list-wide-bordered {
    font-size: 16px;
  }
  .list-wide-bordered li {
    min-height: 73px;
    padding: 20px 30px;
  }
}

.list-marked-dotted li {
  position: relative;
  padding-left: 20px;
}

.list-marked-dotted li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffb74c;
}

.list-marked-dotted li + li {
  margin-top: 10px;
}

.list-inline-dashed {
  margin-left: -10px;
}

.list-inline-dashed li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline-dashed li:after {
  content: '|';
  position: relative;
  right: -12.5px;
  color: #e5e7e9;
}

.list-inline-dashed li:last-child {
  padding-right: 0;
}

.list-inline-dashed li:last-child:after {
  display: none;
}

.object-wrap {
  position: relative;
  overflow: hidden;
}

.object-wrap-right > .object-wrap-body {
  right: 0;
}

.object-wrap-left > .object-wrap-body {
  left: 0;
}

@media (min-width: 768px) {
  .object-wrap-sm-right > .object-wrap-body {
    right: 0;
  }
  .object-wrap-sm-left > .object-wrap-body {
    left: 0;
  }
}

@media (max-width: 767px) {
  .object-wrap-body {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    width: 100%;
  }
  .object-wrap-body > img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}

@media (min-width: 768px) {
  .object-wrap-body {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    min-width: 1px;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: none;
    margin: 0;
    background: inherit;
    z-index: 0;
  }
  .object-wrap-body > img {
    position: relative;
    height: auto;
    min-height: 100.5%;
    width: auto;
    min-width: 102%;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .object-wrap-body + * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .sm-width-c6 {
    width: calc(50vw - 750px / 2 + (750px / 12) * 6);
  }
}

@media (min-width: 992px) {
  .md-width-c7d20 {
    width: calc(50vw - 970px / 2 + 20px + (970px / 12) * 7);
  }
}

@media (min-width: 1200px) {
  .md-width-c7d20 {
    width: calc(50vw - 1200px / 2 + 20px + (1200px / 12) * 7);
  }
}

@media (min-width: 992px) {
  .md-width-c5dm20 {
    width: calc(50vw - 970px / 2 - 20px + (970px / 12) * 5);
  }
}

@media (min-width: 1200px) {
  .md-width-c5dm20 {
    width: calc(50vw - 1200px / 2 - 20px + (1200px / 12) * 5);
  }
}

.bg-wrap {
  position: relative;
}

.bg-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: inherit;
  z-index: -1;
}

.bg-wrap-sm-left {
  z-index: 1;
}

@media (min-width: 992px) {
  .bg-wrap-sm-left:before {
    width: 100vw;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.bg-wrap-sm-right {
  z-index: 1;
}

@media (min-width: 992px) {
  .bg-wrap-sm-right:before {
    width: 100vw;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 480px) {
  .wrap-justify {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .wrap-justify > * + * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .wrap-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .wrap-justify {
    padding-right: 30px;
  }
}

.link-wrap {
  line-height: 1;
}

.link-wrap a {
  display: inline;
  line-height: 1;
}

[class*='bg-decoration-wrap'] {
  position: relative;
  overflow: hidden;
}

[class*='bg-decoration-wrap'] .bg-decoration-content {
  position: relative;
  z-index: 2;
}

[class*='bg-decoration-wrap'] .bg-decoration-object {
  top: 0;
  bottom: auto;
}

.bg-decoration-bottom .bg-decoration-object {
  top: auto;
  bottom: 0;
}

@media (min-width: 768px) {
  .bg-decoration-wrap-sm .bg-decoration-object {
    height: 50%;
    position: absolute;
    right: 0;
    left: 0;
  }
  .bg-decoration-bottom-sm .bg-decoration-object {
    height: 34%;
  }
}

@media (min-width: 1200px) {
  .bg-decoration-object {
    height: 50%;
    position: absolute;
    right: 0;
    left: 0;
  }
  .bg-decoration-bottom-mod .bg-decoration-object {
    height: 45%;
  }
}

.image-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-group img {
  position: relative;
  height: auto !important;
  max-width: none;
  width: 100% !important;
}

.image-group figure {
  position: relative;
}

.image-group figure:nth-child(1) {
  z-index: 3;
  max-width: 194px;
  min-width: 29%;
}

.image-group figure:nth-child(1) img {
  -webkit-transform: translateY(-1.7%);
  transform: translateY(-1.7%);
  left: -3px;
}

.image-group figure:nth-child(2) {
  z-index: 2;
  max-width: 404px;
  min-width: 60%;
  margin-left: -29.5%;
}

.image-group figure:nth-child(2) img {
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
}

.image-group figure:nth-child(3) {
  z-index: 1;
  max-width: 546px;
  min-width: 82%;
  margin-left: -42.5%;
}

.image-group figure:nth-child(3) img {
  -webkit-transform: translateY(-1.9%);
  transform: translateY(-1.9%);
}

.image-group-extended {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .image-wrap-1 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .image-wrap-1 {
    padding-right: 0;
    margin-right: -10px;
  }
}

.image-wrap-1 img {
  max-width: 107%;
}

@media (min-width: 992px) {
  .image-wrap-2 {
    position: relative;
    right: -14px;
    top: 12px;
  }
}

.image-wrap-3 {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0) scale(1.02);
  transform: translate3d(0, 0, 0) scale(1.02);
  margin-top: -5px;
  margin-left: -53px;
}

.divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #ffb74c;
}

.divider-fullwidth {
  height: 1px;
  width: 100%;
}

.divider-circle {
  position: relative;
  width: 100%;
  height: 10px;
}

.divider-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: #ffb74c;
}

.divider-spectrum {
  width: 100%;
  height: 10px;
  background: #54a0d2;
  background: -moz-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  background: -webkit-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  background: linear-gradient(to right, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a0d2', endColorstr='#5cf1f5',GradientType=1 );
}

.divider-primary {
  width: 100%;
  height: 10px;
  background-color: #ffb74c;
}

.divider-md {
  height: 1px;
  width: 119px;
}

* + .divider-circle {
  margin-top: 32px;
}

@media (min-width: 768px) {
  * + .divider-circle {
    margin-top: 40px;
  }
}

.panel-group.panel-group-custom {
  margin-bottom: 0;
}

.panel-group.panel-group-custom .panel-heading + .panel-collapse > .panel-body,
.panel-group.panel-group-custom .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.panel-group.panel-group-custom .panel + .panel {
  margin-top: 0;
}

.panel-group.panel-group-corporate .panel + .panel {
  margin-top: 30px;
}

.panel-custom {
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-custom a {
  display: block;
}

.panel-custom .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-custom .panel-body {
  padding: 0;
  border: 0;
}

* + .panel-group-custom {
  margin-top: 35px;
}

@media (min-width: 768px) {
  * + .panel-group-custom {
    margin-top: 50px;
  }
}

.panel-light:first-child .panel-title {
  border-top: 1px solid #dedede;
}

.panel-light .panel-title {
  border-bottom: 1px solid #dedede;
}

.panel-light .panel-title:nth-child(n + 2) {
  margin-top: -1px;
}

.panel-light .panel-title a {
  position: relative;
  padding: 24px 55px 22px 32px;
  font: 700 16px/24px "Arvo", "Times New Roman", Times, serif;
  color: #1e3953;
  transition: 1.5s all ease;
}

.panel-light .panel-title a .panel-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.panel-light .panel-title a.collapsed .panel-arrow:after {
  opacity: 1;
  visibility: visible;
}

.panel-light .panel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  transition: .33s;
  will-change: transform;
}

.panel-light .panel-arrow:before, .panel-light .panel-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffb74c;
}

.panel-light .panel-arrow:before {
  width: 14px;
  height: 2px;
  right: 0;
}

.panel-light .panel-arrow:after {
  width: 2px;
  height: 14px;
  right: 6px;
  transition: .2s all ease;
}

.panel-light .panel-collapse {
  position: relative;
  margin-top: -1px;
  border-bottom: 1px solid #dedede;
  color: #7f7f7f;
  will-change: transform;
}

.panel-light .panel-body {
  color: rgba(0, 0, 0, 0.5);
  padding: 25px 44px 25px 32px;
}

@media (max-width: 767px) {
  .panel-light .panel-title a,
  .panel-light .panel-body {
    padding-left: 15px;
  }
}

.panel-corporate .panel-title a,
.panel-corporate .panel-collapse {
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.panel-corporate .panel-title a {
  position: relative;
  z-index: 1;
  padding: 24px 82px 22px 32px;
  font: 700 16px/24px "Arvo", "Times New Roman", Times, serif;
  color: #1e3953;
  transition: 1.3s all ease;
  border-radius: 6px 6px 0 0;
}

.panel-corporate .panel-title a .panel-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.panel-corporate .panel-title a.collapsed {
  border-radius: 6px;
}

.panel-corporate .panel-title a.collapsed .panel-arrow {
  border-radius: 0 6px 6px 0;
}

.panel-corporate .panel-title a.collapsed .panel-arrow:after {
  opacity: 1;
  visibility: visible;
}

.panel-corporate .panel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  background: #ffb74c;
  border-radius: 0 6px 0 0;
  transition: 1.3s all ease;
}

.panel-corporate .panel-arrow:before, .panel-corporate .panel-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.panel-corporate .panel-arrow:before {
  width: 14px;
  height: 2px;
  right: 28px;
}

.panel-corporate .panel-arrow:after {
  width: 2px;
  height: 14px;
  right: 34px;
}

.panel-corporate .panel-collapse {
  position: relative;
  z-index: 2;
  color: #7f7f7f;
  border-radius: 0 0 6px 6px;
}

.panel-corporate .panel-body {
  color: rgba(0, 0, 0, 0.5);
  padding: 25px 44px 25px 32px;
}

@media (max-width: 767px) {
  .panel-corporate .panel-title a,
  .panel-corporate .panel-body {
    padding-left: 25px;
  }
}

.tabs-custom .nav-tabs {
  word-spacing: 0;
  border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
  display: none;
}

.tabs-custom .nav-tabs li {
  float: none;
  border: 0;
  cursor: pointer;
  transition: .33s all ease;
}

.tabs-custom .nav-tabs li.active {
  cursor: default;
}

.tabs-custom .nav-tabs li.active a {
  border: 0;
}

.tabs-custom .nav-tabs a {
  margin: 0;
  border: 0;
}

* + .tabs-custom {
  margin-top: 35px;
}

@media (min-width: 992px) {
  * + .tabs-custom {
    margin-top: 50px;
  }
}

.tabs-custom.tabs-corporate .nav-tabs, .tabs-custom.tabs-line .nav-tabs, .tabs-custom.tabs-minimal .nav-tabs {
  font-size: 0;
  line-height: 0;
}

.tabs-custom.tabs-corporate .nav-tabs {
  border: 1px solid #d9d9d9;
}

.tabs-custom.tabs-corporate .nav-tabs li {
  margin: -1px 0;
}

.tabs-custom.tabs-corporate .nav-tabs li a {
  padding: 8px 10px;
  font: 700 11px/18px "Arvo", "Times New Roman", Times, serif;
  color: #1e3953;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}

.tabs-custom.tabs-corporate .nav-tabs li a:after {
  font: 400 17px 'Material Design Icons';
  color: transparent;
  position: relative;
  top: -12px;
  display: inline-block;
  margin-left: 5px;
  content: '\f236';
  vertical-align: middle;
  transition: .33s all ease;
}

.tabs-custom.tabs-corporate .nav-tabs li a:first-child {
  border-top: 1px solid #d9d9d9;
}

.tabs-custom.tabs-corporate .nav-tabs li a:hover,
.tabs-custom.tabs-corporate .nav-tabs li.active a {
  color: #fff;
  background: #1e3953;
  border-color: #1e3953;
}

.tabs-custom.tabs-corporate .nav-tabs li a:hover:after,
.tabs-custom.tabs-corporate .nav-tabs li.active a:after {
  top: -1px;
  color: #fff;
}

.tabs-custom.tabs-corporate .tab-content {
  padding: 22px 0 0;
  color: #000;
}

.tabs-custom.tabs-line .nav-tabs li, .tabs-custom.tabs-minimal .nav-tabs li {
  margin: 0;
}

.tabs-custom.tabs-line .nav-tabs li + li, .tabs-custom.tabs-minimal .nav-tabs li + li {
  margin-top: -1px;
}

.tabs-custom.tabs-line .tab-content, .tabs-custom.tabs-minimal .tab-content {
  padding: 22px 0 0;
}

.tabs-custom.tabs-line .nav-tabs li a {
  font: 400 11px/16px "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #9b9b9b;
}

.tabs-custom.tabs-line .nav-tabs li a:hover,
.tabs-custom.tabs-line .nav-tabs li.active a {
  color: #ffb74c;
}

.tabs-custom.tabs-minimal .nav-tabs li a {
  font: 700 11px/24px "Lato", Helvetica, Arial, sans-serif;
  color: #1e3953;
}

.tabs-custom.tabs-minimal .nav-tabs li a:hover,
.tabs-custom.tabs-minimal .nav-tabs li.active a {
  color: #1e3953;
}

.tabs-custom.tabs-line .nav-tabs {
  text-align: center;
}

.tabs-custom.tabs-line .nav-tabs li {
  display: block;
  margin: 0 -1px;
}

.tabs-custom.tabs-line .nav-tabs li a {
  padding: 8px 15px;
  border: 1px solid #e5e7e9;
}

.tabs-custom.tabs-line .nav-tabs li a:last-child {
  margin-right: 0;
  border-bottom-width: 1px;
}

.tabs-custom.tabs-line .nav-tabs li a:hover,
.tabs-custom.tabs-line .nav-tabs li.active a {
  color: #fff;
  background: #ffb74c;
  border-color: #ffb74c;
}

.tabs-custom.tabs-minimal .nav-tabs {
  text-align: center;
}

.tabs-custom.tabs-minimal .nav-tabs li {
  display: block;
}

.tabs-custom.tabs-minimal .nav-tabs li a {
  padding: 7px 15px;
  border: 1px solid #e5e7e9;
}

.tabs-custom.tabs-minimal .nav-tabs li a:last-child {
  border-bottom-width: 1px;
}

.tabs-custom.tabs-minimal .nav-tabs li a:hover,
.tabs-custom.tabs-minimal .nav-tabs li.active a {
  color: #fff;
  background: #ffb74c;
  border-color: #ffb74c;
}

@media (min-width: 768px) {
  .tabs-custom.tabs-line li, .tabs-custom.tabs-minimal li {
    margin: 0;
  }
  .tabs-custom.tabs-line .nav-tabs li a {
    font-size: 14px;
    line-height: 24px;
  }
  .tabs-custom.tabs-minimal .nav-tabs li a {
    font-size: 14px;
    line-height: 24px;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs, .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a, .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a {
    position: relative;
    z-index: 10;
    display: inline-block;
    border: 0;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li + li, .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li + li {
    margin-top: 0;
  }
  .tabs-custom.tabs-horizontal.tabs-line .tab-content, .tabs-custom.tabs-horizontal.tabs-minimal .tab-content {
    padding: 40px 0 0;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs li, .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs a {
    display: block;
    border: 0;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e5e7e9;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a {
    padding: 8px 0 8px 0;
    margin: 0 30px 0 0;
    background: transparent;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -1px;
    border-bottom: 2px solid #ffb74c;
    opacity: 0;
    visibility: hidden;
    transition: .33s all ease;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a:hover,
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li.active a {
    color: #ffb74c;
    background: transparent;
  }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li.active a:after {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs {
    margin-top: -10px;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li {
    display: inline-block;
    margin: 10px 35px 0 0;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a {
    position: relative;
    bottom: -1px;
    z-index: 10;
    display: inline-block;
    padding: 0 0 5px 0;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    border-bottom: 2px solid #ffb74c;
    opacity: 0;
    visibility: hidden;
    transition: .33s all ease;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:last-child {
    margin-right: 0;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:hover,
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li.active a {
    color: #1e3953;
    background: transparent;
  }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li.active a:after {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}

.tabs-vertical .nav-tabs {
  position: relative;
}

.tabs-vertical .nav-tabs > li {
  z-index: 10;
  display: block;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs-vertical.tabs-corporate .nav-tabs {
  width: 100%;
}

.tabs-vertical.tabs-corporate .nav-tabs li {
  display: block;
}

.tabs-vertical.tabs-corporate .nav-tabs li a {
  position: relative;
  padding: 8px 10px;
}

.tabs-vertical.tabs-corporate .nav-tabs li a:hover,
.tabs-vertical.tabs-corporate .nav-tabs li.active a {
  border-color: #1e3953;
}

.tabs-vertical.tabs-corporate .tab-content {
  padding: 30px 10px 30px;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs li a {
  font: 700 12px "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #7f7f7f;
  background-color: transparent;
  border-color: #e5e7e9;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs li a:after {
  display: none;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs li:hover a, .tabs-vertical.tabs-vertical-reverse .nav.nav-tabs li.active a {
  color: #ffb74c;
  fill: #ffb74c;
  background-color: transparent;
  border-color: #e5e7e9;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg {
  display: none;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg line, .tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg path, .tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg circle {
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg.stroke {
  transition: 0s;
}

.tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg.stroke path, .tabs-vertical.tabs-vertical-reverse .nav.nav-tabs svg.stroke line {
  transition: 0s;
  stroke: none;
}

.tabs-vertical.tabs-vertical-reverse .tab-content {
  padding: 20px;
}

.tabs-vertical.tabs-minimal .nav-tabs {
  border-right: 1px solid #ddd;
}

.tabs-vertical.tabs-minimal .nav-tabs li a {
  position: relative;
  right: -1px;
  padding: 0 16px 0 0;
  text-align: right;
  border-right: 1px solid transparent;
  background-color: transparent;
}

.tabs-vertical.tabs-minimal .nav-tabs li a:hover, .tabs-vertical.tabs-minimal .nav-tabs li a.resp-tab-active {
  border-right-color: #9b9b9b;
}

.tabs-vertical.tabs-minimal .nav-tabs li + li {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .tabs-custom.tabs-corporate .nav-tabs li a {
    font-size: 16px;
    line-height: 26px;
  }
  .tabs-custom.tabs-corporate .nav-tabs li a:after {
    font-size: 25px;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs li a {
    display: block;
    padding: 21px 10px 19px;
  }
  .tabs-custom.tabs-horizontal.tabs-corporate .tab-content {
    padding: 30px 0 0;
  }
  .tabs-custom.tabs-vertical {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-custom.tabs-vertical .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tabs-custom.tabs-vertical .nav-tabs li {
    width: 100%;
  }
  .tabs-custom.tabs-vertical .nav-tabs li a {
    text-align: left;
  }
  .tabs-custom.tabs-vertical .nav-tabs li a:hover,
  .tabs-custom.tabs-vertical .nav-tabs li.active a {
    border-color: #1e3953;
  }
  .tabs-custom.tabs-vertical .nav-tabs li a:hover:after,
  .tabs-custom.tabs-vertical .nav-tabs li.active a:after {
    right: 15px;
  }
  .tabs-custom.tabs-vertical .tab-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 240px;
    border-width: 0 0 1px 0;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li {
    margin: 0;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li a {
    padding: 23px 45px 22px 55px;
    border-width: 1px 0 0 0;
    text-align: left;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 26px;
    content: '\f238';
    transition: .33s all ease;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li a:hover:after,
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li.active a:after {
    right: 15px;
    top: 50%;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
    margin-top: -5px;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs {
    border: 0;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:first-child a {
    border-top: 0;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a {
    padding: 25px 17px 25px 0;
    text-transform: uppercase;
    color: #7f7f7f;
    fill: #7f7f7f;
    background-color: transparent;
    border-color: #e5e7e9;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a line, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a circle {
    stroke: #7f7f7f;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a .fill path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a .fill line {
    fill: #7f7f7f;
    stroke: none;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a:after {
    display: none;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a svg {
    display: block;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li a > span:first-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a {
    color: #ffb74c;
    fill: #ffb74c;
    background-color: transparent;
    border-color: #e5e7e9;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a line, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a circle, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a line, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a circle {
    stroke: #ffb74c;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a .fill path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a .fill line, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a .fill path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a .fill line {
    fill: #ffb74c;
    stroke: none;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a .stroke path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li:hover a .stroke line, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a .stroke path, .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs li.active a .stroke line {
    stroke: none;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .tab-content {
    padding: 0 30px 0 0;
  }
}

@media (min-width: 992px) {
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs {
    min-width: 300px;
  }
  .tabs-custom.tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 44px;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .nav-tabs {
    min-width: 224px;
  }
  .tabs-custom.tabs-vertical.tabs-vertical-reverse .tab-content {
    padding: 0 44px 0 0;
  }
}

.tab-content-inner {
  display: table;
  table-layout: fixed;
  max-width: 724px;
}

.tab-content-inner > div:first-child, .tab-content-inner > div:last-child {
  max-width: 541px;
}

@media (min-width: 1200px) {
  .tab-content-inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .tab-content-inner > div:first-child {
    width: 40%;
  }
  .tab-content-inner > div:first-child > div {
    max-width: 216px;
  }
  .tab-content-inner > div:last-child {
    max-width: 431px;
    min-width: 431px;
  }
}

.tabs-custom.tabs-horizontal.tabs-line.tabs-custom-horizontal li a {
  font: 700 12px "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}

.tabs-custom.tabs-horizontal.tabs-line.tabs-custom-horizontal li:last-child a {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .tabs-custom.tabs-horizontal.tabs-line.tabs-custom-horizontal .nav.nav-tabs {
    width: calc(100% - 50px);
  }
}