/*---------------------------------------
    Theme Name: Zolfin
    Theme URI: 
    Description: Multipurpose Agency Template
    Author Name: Softtech-it
    Author URI: 
    Version: 1.0
    Tags:
    License:
    License URI:
    Text Domain:
-----------------------------------------
    Table of contents
-----------------------------------------
    0.0 Vendor Style
        0.1 Bootstrap
        0.2 Nice Select
        0.3 Slick Slider
        0.4 Line Awesome
        0.5 Owl Carousel
        0.6 Animate CSS
    1 Base Style
        1.1 Functions
        1.2 Variables
        1.3 Mixins
        1.4 Global
    2 Modules Style
        
    3 Theme Style
        3.1 Color
        3.2 Margin
        3.3 Padding
        3.4 Utitlies
        3.5 Bg
    4 Layout Style
        
-----------------------------------------*/
/*---------------------------------------
    0.0 Vendor Style
-----------------------------------------*/
/*---------------------------------------
    0.1 Bootstrap 
-----------------------------------------*/
/*!
 * Bootstrap v5.0.0-alpha2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("../../../css2");

:root {
  --bs-blue           : #0d6efd;
  --bs-indigo         : #6610f2;
  --bs-purple         : #6f42c1;
  --bs-pink           : #d63384;
  --bs-red            : #dc3545;
  --bs-orange         : #fd7e14;
  --bs-yellow         : #ffc107;
  --bs-green          : #198754;
  --bs-teal           : #20c997;
  --bs-cyan           : #0dcaf0;
  --bs-white          : #fff;
  --bs-gray           : #6c757d;
  --bs-gray-dark      : #343a40;
  --bs-primary        : #0d6efd;
  --bs-secondary      : #6c757d;
  --bs-success        : #198754;
  --bs-info           : #0dcaf0;
  --bs-warning        : #ffc107;
  --bs-danger         : #dc3545;
  --bs-light          : #f8f9fa;
  --bs-dark           : #343a40;
  --bs-font-sans-serif: Preahvihear, sans-serif;
  --bs-font-monospace : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient       : linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

.menu-home {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style : normal;
}

body {
  margin                     : 0;
  font-family                : var(--bs-font-sans-serif);
  font-size                  : 1rem;
  font-weight                : 400;
  line-height                : 1.5;
  color                      : #212529;
  background-color           : #fff;
  -webkit-text-size-adjust   : 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin          : 1rem 0;
  color           : inherit;
  background-color: currentColor;
  border          : 0;
  opacity         : 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top   : 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration                 : underline;
  -webkit-text-decoration         : underline dotted;
  text-decoration                 : underline dotted;
  cursor                          : help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink        : none;
}

address {
  margin-bottom: 1rem;
  font-style   : normal;
  line-height  : inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top   : 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left  : 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding         : 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position      : relative;
  font-size     : 0.75em;
  line-height   : 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
}

a:hover {
  color: #024dbc;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color          : inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size  : 1em;
}

pre {
  display           : block;
  margin-top        : 0;
  margin-bottom     : 1rem;
  overflow          : auto;
  font-size         : 0.875em;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size : inherit;
  color     : inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color    : #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding         : 0.2rem 0.4rem;
  font-size       : 0.875em;
  color           : #fff;
  background-color: #212529;
  border-radius   : 0.2rem;
}

kbd kbd {
  padding    : 0;
  font-size  : 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side   : bottom;
  border-collapse: collapse;
}

caption {
  padding-top   : 0.5rem;
  padding-bottom: 0.5rem;
  color         : #6c757d;
  text-align    : left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding  : 0;
  margin   : 0;
  border   : 0;
}

legend {
  float        : left;
  width        : 100%;
  padding      : 0;
  margin-bottom: 0.5rem;
  font-size    : calc(1.275rem + 0.3vw);
  line-height  : inherit;
  white-space  : normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset    : -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font              : inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor : pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size  : 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size  : calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size  : calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size  : calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size  : calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size  : calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size  : calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style  : none;
}

.list-inline {
  padding-left: 0;
  list-style  : none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size     : 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size    : 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top   : -1rem;
  margin-bottom: 1rem;
  font-size    : 0.875em;
  color        : #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height   : auto;
}

.img-thumbnail {
  padding         : 0.25rem;
  background-color: #fff;
  border          : 1px solid #dee2e6;
  border-radius   : 0.25rem;
  max-width       : 100%;
  height          : auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height  : 1;
}

.figure-caption {
  font-size: 0.875em;
  color    : #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  width        : 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left : calc(var(--bs-gutter-x) / 2);
  margin-right : auto;
  margin-left  : auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  margin-top   : calc(var(--bs-gutter-y) * -1);
  margin-right : calc(var(--bs-gutter-x) / -2);
  margin-left  : calc(var(--bs-gutter-x) / -2);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink      : 0;
  width            : 100%;
  max-width        : 100%;
  padding-right    : calc(var(--bs-gutter-x) / 2);
  padding-left     : calc(var(--bs-gutter-x) / 2);
  margin-top       : var(--bs-gutter-y);
}

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

.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : auto;
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 100%;
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 50%;
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 33.333333%;
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 25%;
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 20%;
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 16.666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 auto;
  flex            : 0 0 auto;
  width           : 91.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : auto;
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100%;
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 50%;
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 25%;
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 20%;
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 41.666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 66.666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 91.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : auto;
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100%;
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 50%;
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 25%;
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 20%;
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 41.666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 66.666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 91.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : auto;
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100%;
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 50%;
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 25%;
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 20%;
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 41.666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 66.666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 91.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : auto;
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100%;
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 50%;
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 25%;
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 20%;
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 41.666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 66.666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 91.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : auto;
  }

  .row-cols-xxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100%;
  }

  .row-cols-xxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 50%;
  }

  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .row-cols-xxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 25%;
  }

  .row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 20%;
  }

  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 8.333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 16.666667%;
  }

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

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 33.333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 41.666667%;
  }

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

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 58.333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 66.666667%;
  }

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

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 83.333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 91.666667%;
  }

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

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

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg           : transparent;
  --bs-table-accent-bg    : transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg   : rgba(0, 0, 0, 0.05);
  --bs-table-active-color : #212529;
  --bs-table-active-bg    : rgba(0, 0, 0, 0.1);
  --bs-table-hover-color  : #212529;
  --bs-table-hover-bg     : rgba(0, 0, 0, 0.075);
  width                   : 100%;
  margin-bottom           : 1rem;
  color                   : #212529;
  vertical-align          : top;
  border-color            : #dee2e6;
}

.table> :not(caption)>*>* {
  padding            : 0.5rem 0.5rem;
  background-color   : var(--bs-table-bg);
  background-image   : -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
  background-image   : -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image   : -o-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image   : linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color               : var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color               : var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color               : var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg           : #bbd6fe;
  --bs-table-striped-bg   : #b2cbf1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #a8c1e5;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #adc6eb;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #a8c1e5;
}

.table-secondary {
  --bs-table-bg           : #d6d8db;
  --bs-table-striped-bg   : #cbcdd0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #c1c2c5;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #c6c8cb;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #c1c2c5;
}

.table-success {
  --bs-table-bg           : #bfddcf;
  --bs-table-striped-bg   : #b5d2c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #acc7ba;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #b1ccbf;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #acc7ba;
}

.table-info {
  --bs-table-bg           : #bbf0fb;
  --bs-table-striped-bg   : #b2e4ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #a8d8e2;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #addee8;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #a8d8e2;
}

.table-warning {
  --bs-table-bg           : #ffeeba;
  --bs-table-striped-bg   : #f2e2b1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #e6d6a7;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #ecdcac;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #e6d6a7;
}

.table-danger {
  --bs-table-bg           : #f5c6cb;
  --bs-table-striped-bg   : #e9bcc1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #ddb2b7;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #e3b7bc;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #ddb2b7;
}

.table-light {
  --bs-table-bg           : #f8f9fa;
  --bs-table-striped-bg   : #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg    : #dfe0e1;
  --bs-table-active-color : #000;
  --bs-table-hover-bg     : #e5e6e7;
  --bs-table-hover-color  : #000;
  color                   : #000;
  border-color            : #dfe0e1;
}

.table-dark {
  --bs-table-bg           : #343a40;
  --bs-table-striped-bg   : #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg    : #484e53;
  --bs-table-active-color : #fff;
  --bs-table-hover-bg     : #43494e;
  --bs-table-hover-color  : #fff;
  color                   : #fff;
  border-color            : #484e53;
}

.table-responsive {
  overflow-x                : auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top   : calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom : 0;
  font-size     : inherit;
  line-height   : 1.5;
}

.col-form-label-lg {
  padding-top   : calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size     : 1.25rem;
}

.col-form-label-sm {
  padding-top   : calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size     : 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size : 0.875em;
  color     : #6c757d;
}

.form-control {
  display           : block;
  width             : 100%;
  min-height        : calc(1.5em + 0.75rem + 2px);
  padding           : 0.375rem 0.75rem;
  font-size         : 1rem;
  font-weight       : 400;
  line-height       : 1.5;
  color             : #495057;
  background-color  : #fff;
  background-clip   : padding-box;
  border            : 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  border-radius     : 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition        : border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.form-control:focus {
  color             : #495057;
  background-color  : #fff;
  border-color      : #8bbafe;
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-input-placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity         : 1;
}

.form-control-plaintext {
  display         : block;
  width           : 100%;
  padding         : 0.375rem 0;
  margin-bottom   : 0;
  line-height     : 1.5;
  color           : #212529;
  background-color: transparent;
  border          : solid transparent;
  border-width    : 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left : 0;
}

.form-control-sm {
  min-height   : calc(1.5em + 0.5rem + 2px);
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height   : calc(1.5em + 1rem + 2px);
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding  : 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display            : block;
  width              : 100%;
  height             : calc(1.5em + 0.75rem + 2px);
  padding            : 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size          : 1rem;
  font-weight        : 400;
  line-height        : 1.5;
  color              : #495057;
  vertical-align     : middle;
  background-color   : #fff;
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat  : no-repeat;
  background-position: right 0.75rem center;
  background-size    : 16px 12px;
  border             : 1px solid #ced4da;
  border-radius      : 0.25rem;
  -webkit-appearance : none;
  -moz-appearance    : none;
  appearance         : none;
}

.form-select:focus {
  border-color      : #8bbafe;
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select:focus::-ms-value {
  color           : #495057;
  background-color: #fff;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  height          : auto;
  padding-right   : 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color           : #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color      : transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height        : calc(1.5em + 0.5rem + 2px);
  padding-top   : 0.25rem;
  padding-bottom: 0.25rem;
  padding-left  : 0.5rem;
  font-size     : 0.875rem;
}

.form-select-lg {
  height        : calc(1.5em + 1rem + 2px);
  padding-top   : 0.5rem;
  padding-bottom: 0.5rem;
  padding-left  : 1rem;
  font-size     : 1.25rem;
}

.form-check {
  display      : block;
  min-height   : 2rem;
  padding-left : 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float      : left;
  margin-left: -1.5em;
}

.form-check-input {
  width                     : 1em;
  height                    : 1em;
  margin-top                : 0.25em;
  vertical-align            : top;
  background-color          : #fff;
  background-repeat         : no-repeat;
  background-position       : center;
  background-size           : contain;
  border                    : 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance        : none;
  -moz-appearance           : none;
  appearance                : none;
  -webkit-print-color-adjust: exact;
  color-adjust              : exact;
  -webkit-transition        : background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition                : background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition             : background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition                : background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition                : background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter        : brightness(90%);
}

.form-check-input:focus {
  border-color      : #8bbafe;
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color    : #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter        : none;
  opacity       : .5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width              : 2em;
  margin-left        : -2.5em;
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius      : 2em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display     : inline-block;
  margin-right: 1rem;
}

.btn-check {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position             : relative;
}

.form-file-input {
  position: relative;
  z-index : 2;
  width   : 100%;
  height  : var(--bs-form-file-height);
  margin  : 0;
  opacity : 0;
}

.form-file-input:focus-within~.form-file-label {
  border-color      : #8bbafe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-file-input[disabled]~.form-file-label .form-file-text,
.form-file-input:disabled~.form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position     : absolute;
  top          : 0;
  right        : 0;
  left         : 0;
  z-index      : 1;
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  height       : var(--bs-form-file-height);
  border-color : #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display                  : block;
  -webkit-box-flex         : 1;
  -ms-flex-positive        : 1;
  flex-grow                : 1;
  padding                  : 0.375rem 0.75rem;
  overflow                 : hidden;
  font-weight              : 400;
  line-height              : 1.5;
  color                    : #495057;
  -o-text-overflow         : ellipsis;
  text-overflow            : ellipsis;
  white-space              : nowrap;
  background-color         : #fff;
  border-color             : inherit;
  border-style             : solid;
  border-width             : 1px;
  border-top-left-radius   : inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display                   : block;
  -ms-flex-negative         : 0;
  flex-shrink               : 0;
  padding                   : 0.375rem 0.75rem;
  margin-left               : -1px;
  line-height               : 1.5;
  color                     : #495057;
  background-color          : #e9ecef;
  border-color              : inherit;
  border-style              : solid;
  border-width              : 1px;
  border-top-right-radius   : inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size            : 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size            : 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width             : 100%;
  height            : 1.5rem;
  padding           : 0;
  background-color  : transparent;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width             : 1rem;
  height            : 1rem;
  margin-top        : -0.25rem;
  background-color  : #0d6efd;
  border            : 0;
  border-radius     : 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance        : none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}

.form-range::-webkit-slider-runnable-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: #dee2e6;
  border-color    : transparent;
  border-radius   : 1rem;
}

.form-range::-moz-range-thumb {
  width             : 1rem;
  height            : 1rem;
  background-color  : #0d6efd;
  border            : 0;
  border-radius     : 1rem;
  -moz-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance   : none;
  appearance        : none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition   : none;
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}

.form-range::-moz-range-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: #dee2e6;
  border-color    : transparent;
  border-radius   : 1rem;
}

.form-range::-ms-thumb {
  width             : 1rem;
  height            : 1rem;
  margin-top        : 0;
  margin-right      : 0.25rem;
  margin-left       : 0.25rem;
  background-color  : #0d6efd;
  border            : 0;
  border-radius     : 1rem;
  -ms-transition    : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance        : none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition    : none;
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}

.form-range::-ms-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: transparent;
  border-color    : transparent;
  border-width    : 0.5rem;
}

.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius   : 1rem;
}

.form-range::-ms-fill-upper {
  margin-right    : 15px;
  background-color: #dee2e6;
  border-radius   : 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.input-group {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: stretch;
  -ms-flex-align   : stretch;
  align-items      : stretch;
  width            : 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-file {
  position        : relative;
  -webkit-box-flex: 1;
  -ms-flex        : 1 1 auto;
  flex            : 1 1 auto;
  width           : 1%;
  min-width       : 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-file .form-file-input:focus~.form-file-label {
  z-index: 3;
}

.input-group>.form-file>.form-file-input:focus {
  z-index: 4;
}

.input-group>.form-file:not(:last-child)>.form-file-label {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child)>.form-file-label {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index : 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  padding          : 0.375rem 0.75rem;
  font-size        : 1rem;
  font-weight      : 400;
  line-height      : 1.5;
  color            : #495057;
  text-align       : center;
  white-space      : nowrap;
  background-color : #e9ecef;
  border           : 1px solid #ced4da;
  border-radius    : 0.25rem;
}

.input-group-lg>.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 1.75rem;
}

.input-group> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu) {
  margin-left              : -1px;
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : 0.875em;
  color     : #198754;
}

.valid-tooltip {
  position        : absolute;
  top             : 100%;
  z-index         : 5;
  display         : none;
  max-width       : 100%;
  padding         : 0.25rem 0.5rem;
  margin-top      : .1rem;
  font-size       : 0.875rem;
  color           : #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius   : 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color       : #198754;
  padding-right      : calc(1.5em + 0.75rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat  : no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size    : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color      : #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right      : calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color       : #198754;
  padding-right      : calc(0.75em + 2.3125rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size    : 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color      : #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid~.form-file-label,
.form-file-input.is-valid~.form-file-label {
  border-color: #198754;
}

.was-validated .form-file-input:valid:focus~.form-file-label,
.form-file-input.is-valid:focus~.form-file-label {
  border-color      : #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.invalid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : 0.875em;
  color     : #dc3545;
}

.invalid-tooltip {
  position        : absolute;
  top             : 100%;
  z-index         : 5;
  display         : none;
  max-width       : 100%;
  padding         : 0.25rem 0.5rem;
  margin-top      : .1rem;
  font-size       : 0.875rem;
  color           : #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius   : 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color       : #dc3545;
  padding-right      : calc(1.5em + 0.75rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat  : no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size    : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color      : #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right      : calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color       : #dc3545;
  padding-right      : calc(0.75em + 2.3125rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size    : 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color      : #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid~.form-file-label,
.form-file-input.is-invalid~.form-file-label {
  border-color: #dc3545;
}

.was-validated .form-file-input:invalid:focus~.form-file-label,
.form-file-input.is-invalid:focus~.form-file-label {
  border-color      : #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.btn {
  display            : inline-block;
  font-weight        : 400;
  line-height        : 1.5;
  color              : #212529;
  text-align         : center;
  text-decoration    : none;
  vertical-align     : middle;
  cursor             : pointer;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  background-color   : transparent;
  border             : 1px solid transparent;
  padding            : 0.375rem 0.75rem;
  font-size          : 1rem;
  border-radius      : 0.25rem;
  -webkit-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition         : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition      : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition         : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition         : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity       : 0.65;
}

.btn-primary {
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.btn-primary:hover {
  color           : #fff;
  background-color: #025ce2;
  border-color    : #0257d5;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color             : #fff;
  background-color  : #025ce2;
  border-color      : #0257d5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color           : #fff;
  background-color: #0257d5;
  border-color    : #0252c9;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.btn-secondary {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-secondary:hover {
  color           : #fff;
  background-color: #5a6268;
  border-color    : #545b62;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color             : #fff;
  background-color  : #5a6268;
  border-color      : #545b62;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color           : #fff;
  background-color: #545b62;
  border-color    : #4e555b;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-success {
  color           : #fff;
  background-color: #198754;
  border-color    : #198754;
}

.btn-success:hover {
  color           : #fff;
  background-color: #136740;
  border-color    : #115c39;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color             : #fff;
  background-color  : #136740;
  border-color      : #115c39;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color           : #fff;
  background-color: #115c39;
  border-color    : #0f5133;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
  color           : #fff;
  background-color: #198754;
  border-color    : #198754;
}

.btn-info {
  color           : #000;
  background-color: #0dcaf0;
  border-color    : #0dcaf0;
}

.btn-info:hover {
  color           : #000;
  background-color: #2fd3f4;
  border-color    : #23d0f3;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color             : #000;
  background-color  : #2fd3f4;
  border-color      : #23d0f3;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color           : #000;
  background-color: #3cd5f4;
  border-color    : #23d0f3;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color           : #000;
  background-color: #0dcaf0;
  border-color    : #0dcaf0;
}

.btn-warning {
  color           : #000;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-warning:hover {
  color           : #000;
  background-color: #ffcb2d;
  border-color    : #ffc721;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color             : #000;
  background-color  : #ffcb2d;
  border-color      : #ffc721;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color           : #000;
  background-color: #ffce3a;
  border-color    : #ffc721;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
  color           : #000;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-danger {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-danger:hover {
  color           : #fff;
  background-color: #c82333;
  border-color    : #bd2130;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color             : #fff;
  background-color  : #c82333;
  border-color      : #bd2130;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color           : #fff;
  background-color: #bd2130;
  border-color    : #b21f2d;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-light {
  color           : #000;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-light:hover {
  color           : #000;
  background-color: white;
  border-color    : white;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color             : #000;
  background-color  : white;
  border-color      : white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color           : #000;
  background-color: white;
  border-color    : white;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color           : #000;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-dark {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-dark:hover {
  color           : #fff;
  background-color: #23272b;
  border-color    : #1d2124;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color             : #fff;
  background-color  : #23272b;
  border-color      : #1d2124;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color           : #fff;
  background-color: #1d2124;
  border-color    : #171a1d;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-outline-primary {
  color       : #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color           : #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color       : #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color           : #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color       : #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color           : #fff;
  background-color: #198754;
  border-color    : #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color           : #fff;
  background-color: #198754;
  border-color    : #198754;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color           : #198754;
  background-color: transparent;
}

.btn-outline-info {
  color       : #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color           : #000;
  background-color: #0dcaf0;
  border-color    : #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color           : #000;
  background-color: #0dcaf0;
  border-color    : #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color           : #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color       : #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color           : #000;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color           : #000;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color           : #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color       : #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color           : #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color       : #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color           : #000;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color           : #000;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color           : #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color       : #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
  box-shadow        : 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color           : #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color      : #0d6efd;
}

.btn-link:hover {
  color: #024dbc;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width  : 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition     : opacity 0.15s linear;
  transition        : opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height            : 0;
  overflow          : hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition     : height 0.35s ease;
  transition        : height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display       : inline-block;
  margin-left   : 0.255em;
  vertical-align: 0.255em;
  content       : "";
  border-top    : 0.3em solid;
  border-right  : 0.3em solid transparent;
  border-bottom : 0;
  border-left   : 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position        : absolute;
  top             : 100%;
  left            : 0;
  z-index         : 1000;
  display         : none;
  min-width       : 10rem;
  padding         : 0.5rem 0;
  margin          : 0.125rem 0 0;
  font-size       : 1rem;
  color           : #212529;
  text-align      : left;
  list-style      : none;
  background-color: #fff;
  background-clip : padding-box;
  border          : 1px solid rgba(0, 0, 0, 0.15);
  border-radius   : 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left : 0;
}

.dropdown-menu-right {
  right: 0;
  left : auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left : auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left : auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left : auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left : auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left : auto;
  }
}

.dropup .dropdown-menu {
  top          : auto;
  bottom       : 100%;
  margin-top   : 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display       : inline-block;
  margin-left   : 0.255em;
  vertical-align: 0.255em;
  content       : "";
  border-top    : 0;
  border-right  : 0.3em solid transparent;
  border-bottom : 0.3em solid;
  border-left   : 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top        : 0;
  right      : auto;
  left       : 100%;
  margin-top : 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display       : inline-block;
  margin-left   : 0.255em;
  vertical-align: 0.255em;
  content       : "";
  border-top    : 0.3em solid transparent;
  border-right  : 0;
  border-bottom : 0.3em solid transparent;
  border-left   : 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top         : 0;
  right       : 100%;
  left        : auto;
  margin-top  : 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display       : inline-block;
  margin-left   : 0.255em;
  vertical-align: 0.255em;
  content       : "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display       : inline-block;
  margin-right  : 0.255em;
  vertical-align: 0.255em;
  content       : "";
  border-top    : 0.3em solid transparent;
  border-right  : 0.3em solid;
  border-bottom : 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right : auto;
  bottom: auto;
}

.dropdown-divider {
  height    : 0;
  margin    : 0.5rem 0;
  overflow  : hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display         : block;
  width           : 100%;
  padding         : 0.25rem 1rem;
  clear           : both;
  font-weight     : 400;
  color           : #212529;
  text-align      : inherit;
  text-decoration : none;
  white-space     : nowrap;
  background-color: transparent;
  border          : 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color           : #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color           : #fff;
  text-decoration : none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display      : block;
  padding      : 0.5rem 1rem;
  margin-bottom: 0;
  font-size    : 0.875rem;
  color        : #6c757d;
  white-space  : nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color  : #212529;
}

.dropdown-menu-dark {
  color           : #dee2e6;
  background-color: #343a40;
  border-color    : rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color           : #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color           : #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position      : relative;
  display       : -webkit-inline-box;
  display       : -ms-inline-flexbox;
  display       : inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position        : relative;
  -webkit-box-flex: 1;
  -ms-flex        : 1 1 auto;
  flex            : 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -ms-flex-wrap   : wrap;
  flex-wrap       : wrap;
  -webkit-box-pack: start;
  -ms-flex-pack   : start;
  justify-content : flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left : 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left : 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left : 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-align    : start;
  -ms-flex-align       : start;
  align-items          : flex-start;
  -webkit-box-pack     : center;
  -ms-flex-pack        : center;
  justify-content      : center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.nav {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  padding-left : 0;
  margin-bottom: 0;
  list-style   : none;
}

.nav-link {
  display           : block;
  padding           : 0.5rem 1rem;
  text-decoration   : none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition     : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition        : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.nav-link.disabled {
  color         : #6c757d;
  pointer-events: none;
  cursor        : default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom          : -1px;
  border                 : 1px solid transparent;
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color           : #6c757d;
  background-color: transparent;
  border-color    : transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top             : -1px;
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color           : #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex        : 1 1 auto;
  flex            : 1 1 auto;
  text-align      : center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis             : 0;
  -webkit-box-flex       : 1;
  -ms-flex-positive      : 1;
  flex-grow              : 1;
  text-align             : center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  padding-top      : 0.5rem;
  padding-bottom   : 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : inherit;
  flex-wrap        : inherit;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.navbar-brand {
  padding-top    : 0.3125rem;
  padding-bottom : 0.3125rem;
  margin-right   : 1rem;
  font-size      : 1.25rem;
  text-decoration: none;
  white-space    : nowrap;
}

.navbar-nav {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  padding-left         : 0;
  margin-bottom        : 0;
  list-style           : none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left : 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top   : 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  width            : 100%;
}

.navbar-toggler {
  padding           : 0.25rem 0.75rem;
  font-size         : 1.25rem;
  line-height       : 1;
  background-color  : transparent;
  border            : 1px solid transparent;
  border-radius     : 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition        : -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : box-shadow 0.15s ease-in-out;
  transition        : box-shadow 0.15s ease-in-out;
  transition        : box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration   : none;
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow        : 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display            : inline-block;
  width              : 1.5em;
  height             : 1.5em;
  vertical-align     : middle;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : 100%;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap   : nowrap;
    flex-wrap       : nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap   : nowrap;
    flex-wrap       : nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap   : nowrap;
    flex-wrap       : nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap   : nowrap;
    flex-wrap       : nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap   : nowrap;
    flex-wrap       : nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-wrap   : nowrap;
  flex-wrap       : nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack   : start;
  justify-content : flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient   : horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction   : row;
  flex-direction       : row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left : 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color       : rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color       : rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position             : relative;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  min-width            : 0;
  word-wrap            : break-word;
  background-color     : #fff;
  background-clip      : border-box;
  border               : 1px solid rgba(0, 0, 0, 0.125);
  border-radius        : 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left : 0;
}

.card>.list-group {
  border-top   : inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width       : 0;
  border-top-left-radius : calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width       : 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius : calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex        : 1 1 auto;
  flex            : 1 1 auto;
  padding         : 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top   : -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding         : 0.5rem 1rem;
  margin-bottom   : 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom   : 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding         : 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top      : 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right : -0.5rem;
  margin-bottom: -0.5rem;
  margin-left  : -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left : -0.5rem;
}

.card-img-overlay {
  position     : absolute;
  top          : 0;
  right        : 0;
  bottom       : 0;
  left         : 0;
  padding      : 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius : calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius : calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow        : row wrap;
    flex-flow            : row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex        : 1 0 0%;
    flex            : 1 0 0%;
    margin-bottom   : 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius   : 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius   : 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom             : 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -ms-flex-wrap   : wrap;
  flex-wrap       : wrap;
  padding         : 0.5rem 1rem;
  margin-bottom   : 1rem;
  list-style      : none;
  background-color: #e9ecef;
  border-radius   : 0.25rem;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display      : inline-block;
  padding-right: 0.5rem;
  color        : #6c757d;
  content      : "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display     : -webkit-box;
  display     : -ms-flexbox;
  display     : flex;
  padding-left: 0;
  list-style  : none;
}

.page-link {
  position          : relative;
  display           : block;
  color             : #0d6efd;
  text-decoration   : none;
  background-color  : #fff;
  border            : 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition        : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition     : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.page-link:hover {
  z-index         : 2;
  color           : #024dbc;
  background-color: #e9ecef;
  border-color    : #dee2e6;
}

.page-link:focus {
  z-index           : 3;
  color             : #024dbc;
  background-color  : #e9ecef;
  outline           : 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index         : 3;
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.page-item.disabled .page-link {
  color           : #6c757d;
  pointer-events  : none;
  background-color: #fff;
  border-color    : #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius   : 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius   : 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding  : 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius   : 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius   : 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding  : 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius   : 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius   : 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display       : inline-block;
  padding       : 0.35em 0.65em;
  font-size     : 0.75em;
  font-weight   : 700;
  line-height   : 1;
  color         : #fff;
  text-align    : center;
  white-space   : nowrap;
  vertical-align: baseline;
  border-radius : 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top     : -1px;
}

.alert {
  position     : relative;
  padding      : 1rem 1rem;
  margin-bottom: 1rem;
  border       : 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top     : 0;
  right   : 0;
  padding : 1.25rem 1rem;
}

.alert-primary {
  color           : #073984;
  background-color: #cfe2ff;
  border-color    : #bbd6fe;
}

.alert-primary .alert-link {
  color: #042454;
}

.alert-secondary {
  color           : #383d41;
  background-color: #e2e3e5;
  border-color    : #d6d8db;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color           : #0d462c;
  background-color: #d1e7dd;
  border-color    : #bfddcf;
}

.alert-success .alert-link {
  color: #051b11;
}

.alert-info {
  color           : #07697d;
  background-color: #cff4fc;
  border-color    : #bbf0fb;
}

.alert-info .alert-link {
  color: #04404d;
}

.alert-warning {
  color           : #856404;
  background-color: #fff3cd;
  border-color    : #ffeeba;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color           : #721c24;
  background-color: #f8d7da;
  border-color    : #f5c6cb;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color           : #818182;
  background-color: #fefefe;
  border-color    : #fdfdfe;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color           : #1b1e21;
  background-color: #d6d8d9;
  border-color    : #c6c8ca;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  height          : 1rem;
  overflow        : hidden;
  font-size       : 0.75rem;
  background-color: #e9ecef;
  border-radius   : 0.25rem;
}

.progress-bar {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-pack     : center;
  -ms-flex-pack        : center;
  justify-content      : center;
  overflow             : hidden;
  color                : #fff;
  text-align           : center;
  white-space          : nowrap;
  background-color     : #0d6efd;
  -webkit-transition   : width 0.6s ease;
  -o-transition        : width 0.6s ease;
  transition           : width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size : 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation        : progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation        : none;
  }
}

.list-group {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  padding-left         : 0;
  margin-bottom        : 0;
  border-radius        : 0.25rem;
}

.list-group-item-action {
  width     : 100%;
  color     : #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index         : 1;
  color           : #495057;
  text-decoration : none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color           : #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position        : relative;
  display         : block;
  padding         : 0.5rem 1rem;
  text-decoration : none;
  background-color: #fff;
  border          : 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius : inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius : inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: #fff;
}

.list-group-item.active {
  z-index         : 2;
  color           : #fff;
  background-color: #0d6efd;
  border-color    : #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top      : -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient   : horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction   : row;
  flex-direction       : row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius  : 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius  : 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width : 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left      : -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius  : 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width : 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left      : -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius  : 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width : 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left      : -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius  : 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width : 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left      : -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius  : 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width : 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left      : -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius  : 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width : 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left      : -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color           : #073984;
  background-color: #bbd6fe;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color           : #073984;
  background-color: #a2c7fe;
}

.list-group-item-primary.list-group-item-action.active {
  color           : #fff;
  background-color: #073984;
  border-color    : #073984;
}

.list-group-item-secondary {
  color           : #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color           : #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color           : #fff;
  background-color: #383d41;
  border-color    : #383d41;
}

.list-group-item-success {
  color           : #0d462c;
  background-color: #bfddcf;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color           : #0d462c;
  background-color: #aed4c3;
}

.list-group-item-success.list-group-item-action.active {
  color           : #fff;
  background-color: #0d462c;
  border-color    : #0d462c;
}

.list-group-item-info {
  color           : #07697d;
  background-color: #bbf0fb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color           : #07697d;
  background-color: #a3ebfa;
}

.list-group-item-info.list-group-item-action.active {
  color           : #fff;
  background-color: #07697d;
  border-color    : #07697d;
}

.list-group-item-warning {
  color           : #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color           : #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color           : #fff;
  background-color: #856404;
  border-color    : #856404;
}

.list-group-item-danger {
  color           : #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color           : #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color           : #fff;
  background-color: #721c24;
  border-color    : #721c24;
}

.list-group-item-light {
  color           : #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color           : #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color           : #fff;
  background-color: #818182;
  border-color    : #818182;
}

.list-group-item-dark {
  color           : #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color           : #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color           : #fff;
  background-color: #1b1e21;
  border-color    : #1b1e21;
}

.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing        : content-box;
  width             : 1em;
  height            : 1em;
  padding           : 0.25em 0.25em;
  color             : #000;
  background        : transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
  background-clip   : content-box;
  border            : 0;
  border-radius     : 0.25rem;
  opacity           : 0.5;
}

.btn-close:hover {
  color          : #000;
  text-decoration: none;
  opacity        : 0.75;
}

.btn-close:focus {
  outline           : none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow        : 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity           : 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events     : none;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  opacity            : 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter        : invert(1) grayscale(100%) brightness(200%);
}

.toast {
  max-width         : 350px;
  font-size         : 0.875rem;
  background-color  : rgba(255, 255, 255, 0.85);
  background-clip   : padding-box;
  border            : 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow        : 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  opacity           : 0;
  border-radius     : 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : flex;
  -webkit-box-align      : center;
  -ms-flex-align         : center;
  align-items            : center;
  padding                : 0.5rem 0.75rem;
  color                  : #6c757d;
  background-color       : rgba(255, 255, 255, 0.85);
  background-clip        : padding-box;
  border-bottom          : 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius : calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left : 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top     : 0;
  left    : 0;
  z-index : 1050;
  display : none;
  width   : 100%;
  height  : 100%;
  overflow: hidden;
  outline : 0;
}

.modal-dialog {
  position      : relative;
  width         : auto;
  margin        : 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition        : -webkit-transform 0.3s ease-out;
  -o-transition     : transform 0.3s ease-out;
  transition        : transform 0.3s ease-out;
  transition        : transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform : translate(0, -50px);
  -ms-transform     : translate(0, -50px);
  transform         : translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform    : none;
  transform        : none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform    : scale(1.02);
  transform        : scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow  : hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  min-height       : calc(100% - 1rem);
}

.modal-content {
  position             : relative;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  width                : 100%;
  pointer-events       : auto;
  background-color     : #fff;
  background-clip      : padding-box;
  border               : 1px solid rgba(0, 0, 0, 0.2);
  border-radius        : 0.3rem;
  outline              : 0;
}

.modal-backdrop {
  position        : fixed;
  top             : 0;
  left            : 0;
  z-index         : 1040;
  width           : 100vw;
  height          : 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : flex;
  -ms-flex-negative      : 0;
  flex-shrink            : 0;
  -webkit-box-align      : center;
  -ms-flex-align         : center;
  align-items            : center;
  -webkit-box-pack       : justify;
  -ms-flex-pack          : justify;
  justify-content        : space-between;
  padding                : 1rem 1rem;
  border-bottom          : 1px solid #dee2e6;
  border-top-left-radius : calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin : -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height  : 1.5;
}

.modal-body {
  position        : relative;
  -webkit-box-flex: 1;
  -ms-flex        : 1 1 auto;
  flex            : 1 1 auto;
  padding         : 1rem;
}

.modal-footer {
  display                   : -webkit-box;
  display                   : -ms-flexbox;
  display                   : flex;
  -ms-flex-wrap             : wrap;
  flex-wrap                 : wrap;
  -ms-flex-negative         : 0;
  flex-shrink               : 0;
  -webkit-box-align         : center;
  -ms-flex-align            : center;
  align-items               : center;
  -webkit-box-pack          : end;
  -ms-flex-pack             : end;
  justify-content           : flex-end;
  padding                   : 0.75rem;
  border-top                : 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius : calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top     : -9999px;
  width   : 50px;
  height  : 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin   : 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width    : 100vw;
  max-width: none;
  height   : 100%;
  margin   : 0;
}

.modal-fullscreen .modal-content {
  height       : 100%;
  border       : 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height       : 100%;
    border       : 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height       : 100%;
    border       : 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height       : 100%;
    border       : 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height       : 100%;
    border       : 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height       : 100%;
    border       : 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position       : absolute;
  z-index        : 1070;
  display        : block;
  margin         : 0;
  font-family    : var(--bs-font-sans-serif);
  font-style     : normal;
  font-weight    : 400;
  line-height    : 1.5;
  text-align     : left;
  text-align     : start;
  text-decoration: none;
  text-shadow    : none;
  text-transform : none;
  letter-spacing : normal;
  word-break     : normal;
  word-spacing   : normal;
  white-space    : normal;
  line-break     : auto;
  font-size      : 0.875rem;
  word-wrap      : break-word;
  opacity        : 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display : block;
  width   : 0.8rem;
  height  : 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position    : absolute;
  content     : "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top             : 0;
  border-width    : 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .tooltip-arrow,
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left  : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right             : 0;
  border-width      : 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom             : 0;
  border-width       : 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .tooltip-arrow,
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left             : 0;
  border-width     : 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width       : 200px;
  padding         : 0.25rem 0.5rem;
  color           : #fff;
  text-align      : center;
  background-color: #000;
  border-radius   : 0.25rem;
}

.popover {
  position        : absolute;
  top             : 0;
  left            : 0;
  z-index         : 1060;
  display         : block;
  max-width       : 276px;
  font-family     : var(--bs-font-sans-serif);
  font-style      : normal;
  font-weight     : 400;
  line-height     : 1.5;
  text-align      : left;
  text-align      : start;
  text-decoration : none;
  text-shadow     : none;
  text-transform  : none;
  letter-spacing  : normal;
  word-break      : normal;
  word-spacing    : normal;
  white-space     : normal;
  line-break      : auto;
  font-size       : 0.875rem;
  word-wrap       : break-word;
  background-color: #fff;
  background-clip : padding-box;
  border          : 1px solid rgba(0, 0, 0, 0.2);
  border-radius   : 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display : block;
  width   : 1rem;
  height  : 0.5rem;
  margin  : 0 0.3rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position    : absolute;
  display     : block;
  content     : "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[x-placement^="top"]>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[x-placement^="top"]>.popover-arrow::before {
  bottom          : 0;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[x-placement^="top"]>.popover-arrow::after {
  bottom          : 1px;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.popover-arrow,
.bs-popover-auto[x-placement^="right"]>.popover-arrow {
  left  : calc(-0.5rem - 1px);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.popover-arrow::before,
.bs-popover-auto[x-placement^="right"]>.popover-arrow::before {
  left              : 0;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.popover-arrow::after,
.bs-popover-auto[x-placement^="right"]>.popover-arrow::after {
  left              : 1px;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[x-placement^="bottom"]>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.popover-arrow::before {
  top                : 0;
  border-width       : 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.popover-arrow::after {
  top                : 1px;
  border-width       : 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position     : absolute;
  top          : 0;
  left         : 50%;
  display      : block;
  width        : 1rem;
  margin-left  : -0.5rem;
  content      : "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.popover-arrow,
.bs-popover-auto[x-placement^="left"]>.popover-arrow {
  right : calc(-0.5rem - 1px);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.popover-arrow::before,
.bs-popover-auto[x-placement^="left"]>.popover-arrow::before {
  right            : 0;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.popover-arrow::after,
.bs-popover-auto[x-placement^="left"]>.popover-arrow::after {
  right            : 1px;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding                : 0.5rem 1rem;
  margin-bottom          : 0;
  font-size              : 1rem;
  background-color       : #f7f7f7;
  border-bottom          : 1px solid #ebebeb;
  border-top-left-radius : calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color  : #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action    : pan-y;
}

.carousel-inner {
  position: relative;
  width   : 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear  : both;
  content: "";
}

.carousel-item {
  position                   : relative;
  display                    : none;
  float                      : left;
  width                      : 100%;
  margin-right               : -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -webkit-transition         : -webkit-transform 0.6s ease-in-out;
  transition                 : -webkit-transform 0.6s ease-in-out;
  -o-transition              : transform 0.6s ease-in-out;
  transition                 : transform 0.6s ease-in-out;
  transition                 : transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform    : translateX(100%);
  transform        : translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform    : translateX(-100%);
  transform        : translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity                    : 0;
  -webkit-transition-property: opacity;
  -o-transition-property     : opacity;
  transition-property        : opacity;
  -webkit-transform          : none;
  -ms-transform              : none;
  transform                  : none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index           : 0;
  opacity           : 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition     : opacity 0s 0.6s;
  transition        : opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position          : absolute;
  top               : 0;
  bottom            : 0;
  z-index           : 1;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  width             : 15%;
  color             : #fff;
  text-align        : center;
  opacity           : 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition     : opacity 0.15s ease;
  transition        : opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display            : inline-block;
  width              : 2rem;
  height             : 2rem;
  background-repeat  : no-repeat;
  background-position: 50%;
  background-size    : 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position        : absolute;
  right           : 0;
  bottom          : 0;
  left            : 0;
  z-index         : 2;
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
  padding-left    : 0;
  margin-right    : 15%;
  margin-left     : 15%;
  list-style      : none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing        : content-box;
  -webkit-box-flex  : 0;
  -ms-flex          : 0 1 auto;
  flex              : 0 1 auto;
  width             : 30px;
  height            : 3px;
  margin-right      : 3px;
  margin-left       : 3px;
  text-indent       : -999px;
  cursor            : pointer;
  background-color  : #fff;
  background-clip   : padding-box;
  border-top        : 10px solid transparent;
  border-bottom     : 10px solid transparent;
  opacity           : 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition     : opacity 0.6s ease;
  transition        : opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition     : none;
    transition        : none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position      : absolute;
  right         : 15%;
  bottom        : 1.25rem;
  left          : 15%;
  padding-top   : 1.25rem;
  padding-bottom: 1.25rem;
  color         : #fff;
  text-align    : center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter        : invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators li {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

.spinner-border {
  display           : inline-block;
  width             : 2rem;
  height            : 2rem;
  vertical-align    : text-bottom;
  border            : 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius     : 50%;
  -webkit-animation : spinner-border 0.75s linear infinite;
  animation         : spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width       : 1rem;
  height      : 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  50% {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  50% {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}

.spinner-grow {
  display          : inline-block;
  width            : 2rem;
  height           : 2rem;
  vertical-align   : text-bottom;
  background-color : currentColor;
  border-radius    : 50%;
  opacity          : 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation        : spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width : 1rem;
  height: 1rem;
}

.clearfix::after {
  display: block;
  clear  : both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
  color: #024dbc;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #494f54;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #0d462c;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #54dbf6;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffd454;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
  color: #a71d2a;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: white;
}

.link-dark {
  color: #343a40;
}

.link-dark:hover,
.link-dark:focus {
  color: #121416;
}

.ratio {
  position: relative;
  width   : 100%;
}

.ratio::before {
  display    : block;
  padding-top: var(--aspect-ratio);
  content    : "";
}

.ratio>* {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top     : 0;
  right   : 0;
  left    : 0;
  z-index : 1030;
}

.fixed-bottom {
  position: fixed;
  right   : 0;
  bottom  : 0;
  left    : 0;
  z-index : 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top     : 0;
  z-index : 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top     : 0;
    z-index : 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top     : 0;
    z-index : 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top     : 0;
    z-index : 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top     : 0;
    z-index : 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top     : 0;
    z-index : 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position   : absolute !important;
  width      : 1px !important;
  height     : 1px !important;
  padding    : 0 !important;
  margin     : -1px !important;
  overflow   : hidden !important;
  clip       : rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border     : 0 !important;
}

.stretched-link::after {
  position: absolute;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  z-index : 1;
  content : "";
}

.text-truncate {
  overflow        : hidden;
  -o-text-overflow: ellipsis;
  text-overflow   : ellipsis;
  white-space     : nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow        : 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow        : 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow        : 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow        : none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-0 {
  left: 0 !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

.right-0 {
  right: 0 !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform    : translateX(-50%) translateY(-50%) !important;
  transform        : translateX(-50%) translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

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

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink      : 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink      : 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-break {
  word-wrap : break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select   : all !important;
  -ms-user-select    : all !important;
  user-select        : all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select   : auto !important;
  -ms-user-select    : auto !important;
  user-select        : auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select   : none !important;
  -ms-user-select    : none !important;
  user-select        : none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius : 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius   : 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius : 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius   : 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order           : 6 !important;
    order                    : 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order           : 6 !important;
    order                    : 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order           : 6 !important;
    order                    : 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order           : 6 !important;
    order                    : 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

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

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

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

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

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

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

  .my-xl-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

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

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

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

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

  .py-xl-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex        : 1 1 auto !important;
    flex            : 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient   : horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction   : row !important;
    flex-direction       : row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient   : vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction   : column !important;
    flex-direction       : column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient   : horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction   : row-reverse !important;
    flex-direction       : row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient   : vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction   : column-reverse !important;
    flex-direction       : column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex : 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow        : 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex : 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow        : 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink      : 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink      : 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap    : wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap    : nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap    : wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack   : start !important;
    justify-content : flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack   : end !important;
    justify-content : flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack   : center !important;
    justify-content : center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack   : justify !important;
    justify-content : space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack  : distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack   : space-evenly !important;
    justify-content : space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align   : start !important;
    align-items      : flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align   : end !important;
    align-items      : flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align   : center !important;
    align-items      : center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align   : baseline !important;
    align-items      : baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align   : stretch !important;
    align-items      : stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content     : flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content     : flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content     : center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content     : space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content     : space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content     : stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align : auto !important;
    align-self         : auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self         : flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self         : flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align : center !important;
    align-self         : center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self         : baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align : stretch !important;
    align-self         : stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order           : -1 !important;
    order                    : -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order           : 0 !important;
    order                    : 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order           : 1 !important;
    order                    : 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order           : 2 !important;
    order                    : 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order           : 3 !important;
    order                    : 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order           : 4 !important;
    order                    : 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order           : 5 !important;
    order                    : 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order           : 6 !important;
    order                    : 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left : 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left : 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left : 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left : 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left : 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left : 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

  .my-xxl-0 {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top   : 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top   : 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top   : 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top   : 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top   : 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xxl-5 {
    margin-right: 3rem !important;
  }

  .mr-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xxl-3 {
    margin-left: 1rem !important;
  }

  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xxl-5 {
    margin-left: 3rem !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left : 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left : 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left : 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left : 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

  .py-xxl-0 {
    padding-top   : 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top   : 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top   : 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top   : 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xxl-3 {
    padding-right: 1rem !important;
  }

  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xxl-3 {
    padding-left: 1rem !important;
  }

  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*---------------------------------------
0.2 Nice Select
-----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color           : #fff;
  border-radius              : 5px;
  border                     : solid 1px #e8e8e8;
  -webkit-box-sizing         : border-box;
  box-sizing                 : border-box;
  clear                      : both;
  cursor                     : pointer;
  display                    : block;
  float                      : left;
  font-family                : inherit;
  font-size                  : 14px;
  font-weight                : normal;
  height                     : 42px;
  line-height                : 40px;
  outline                    : none;
  padding-left               : 18px;
  padding-right              : 30px;
  position                   : relative;
  text-align                 : left !important;
  -webkit-transition         : all 0.2s ease-in-out;
  -o-transition              : all 0.2s ease-in-out;
  transition                 : all 0.2s ease-in-out;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  white-space                : nowrap;
  width                      : auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom           : 2px solid #999;
  border-right            : 2px solid #999;
  content                 : '';
  display                 : block;
  height                  : 5px;
  margin-top              : -4px;
  pointer-events          : none;
  position                : absolute;
  right                   : 12px;
  top                     : 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin    : 66% 66%;
  transform-origin        : 66% 66%;
  -webkit-transform       : rotate(45deg);
  -ms-transform           : rotate(45deg);
  transform               : rotate(45deg);
  -webkit-transition      : all 0.15s ease-in-out;
  -o-transition           : all 0.15s ease-in-out;
  transition              : all 0.15s ease-in-out;
  width                   : 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform    : rotate(-135deg);
  transform        : rotate(-135deg);
}

.nice-select.open .list {
  opacity          : 1;
  pointer-events   : auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform    : scale(1) translateY(0);
  transform        : scale(1) translateY(0);
}

.nice-select.disabled {
  border-color  : #ededed;
  color         : #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left : 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left : auto;
  right: 0;
}

.nice-select.small {
  font-size  : 12px;
  height     : 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width : 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height : 34px;
}

.nice-select .list {
  background-color        : #fff;
  border-radius           : 5px;
  -webkit-box-shadow      : 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow              : 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing      : border-box;
  box-sizing              : border-box;
  margin-top              : 4px;
  opacity                 : 0;
  overflow                : hidden;
  padding                 : 0;
  pointer-events          : none;
  position                : absolute;
  top                     : 100%;
  left                    : 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin    : 50% 0;
  transform-origin        : 50% 0;
  -webkit-transform       : scale(0.75) translateY(-21px);
  -ms-transform           : scale(0.75) translateY(-21px);
  transform               : scale(0.75) translateY(-21px);
  -webkit-transition      : all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition           : all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition              : all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index                 : 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor            : pointer;
  font-weight       : 400;
  line-height       : 40px;
  list-style        : none;
  min-height        : 40px;
  outline           : none;
  padding-left      : 18px;
  padding-right     : 29px;
  text-align        : left;
  -webkit-transition: all 0.2s;
  -o-transition     : all 0.2s;
  transition        : all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color           : #999;
  cursor          : default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*---------------------------------------
0.3 Slick
-----------------------------------------*/
/* Slider */
.slick-slider {
  position                   : relative;
  display                    : block;
  -webkit-box-sizing         : border-box;
  box-sizing                 : border-box;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  -webkit-touch-callout      : none;
  -khtml-user-select         : none;
  -ms-touch-action           : pan-y;
  touch-action               : pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display : block;
  overflow: hidden;
  margin  : 0;
  padding : 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform   : translate3d(0, 0, 0);
  -ms-transform    : translate3d(0, 0, 0);
  -o-transform     : translate3d(0, 0, 0);
  transform        : translate3d(0, 0, 0);
}

.slick-track {
  position    : relative;
  top         : 0;
  left        : 0;
  display     : block;
  margin-left : auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display   : none;
  float     : left;
  height    : 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height : auto;
  border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------
0.4 Line Aawesome Icon
-----------------------------------------*/
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing : antialiased;
  display                : inline-block;
  font-style             : normal;
  font-variant           : normal;
  text-rendering         : auto;
  line-height            : 1;
}

.la-lg {
  font-size     : 1.33333em;
  line-height   : 0.75em;
  vertical-align: -.0667em;
}

.la-xs {
  font-size: .75em;
}

.la-sm {
  font-size: .875em;
}

.la-1x {
  font-size: 1em;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-6x {
  font-size: 6em;
}

.la-7x {
  font-size: 7em;
}

.la-8x {
  font-size: 8em;
}

.la-9x {
  font-size: 9em;
}

.la-10x {
  font-size: 10em;
}

.la-fw {
  text-align: center;
  width     : 1.25em;
}

.la-ul {
  list-style-type: none;
  margin-left    : 2.5em;
  padding-left   : 0;
}

.la-ul>li {
  position: relative;
}

.la-li {
  left       : -2em;
  position   : absolute;
  text-align : center;
  width      : 2em;
  line-height: inherit;
}

.la-border {
  border       : solid 0.08em #eee;
  border-radius: .1em;
  padding      : .2em .25em .15em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}

.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation        : la-spin 2s infinite linear;
}

.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation        : la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

.la-rotate-90 {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
}

.la-rotate-180 {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

.la-rotate-270 {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform    : rotate(270deg);
  transform        : rotate(270deg);
}

.la-flip-horizontal {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform    : scale(-1, 1);
  transform        : scale(-1, 1);
}

.la-flip-vertical {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform    : scale(1, -1);
  transform        : scale(1, -1);
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform    : scale(-1, -1);
  transform        : scale(-1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter        : none;
}

.la-stack {
  display       : inline-block;
  height        : 2em;
  line-height   : 2em;
  position      : relative;
  vertical-align: middle;
  width         : 2.5em;
}

.la-stack-1x,
.la-stack-2x {
  left      : 0;
  position  : absolute;
  text-align: center;
  width     : 100%;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.la-500px:before {
  content: "\f26e";
}

.la-accessible-icon:before {
  content: "\f368";
}

.la-accusoft:before {
  content: "\f369";
}

.la-acquisitions-incorporated:before {
  content: "\f6af";
}

.la-ad:before {
  content: "\f641";
}

.la-address-book:before {
  content: "\f2b9";
}

.la-address-card:before {
  content: "\f2bb";
}

.la-adjust:before {
  content: "\f042";
}

.la-adn:before {
  content: "\f170";
}

.la-adobe:before {
  content: "\f778";
}

.la-adversal:before {
  content: "\f36a";
}

.la-affiliatetheme:before {
  content: "\f36b";
}

.la-air-freshener:before {
  content: "\f5d0";
}

.la-airbnb:before {
  content: "\f834";
}

.la-algolia:before {
  content: "\f36c";
}

.la-align-center:before {
  content: "\f037";
}

.la-align-justify:before {
  content: "\f039";
}

.la-align-left:before {
  content: "\f036";
}

.la-align-right:before {
  content: "\f038";
}

.la-alipay:before {
  content: "\f642";
}

.la-allergies:before {
  content: "\f461";
}

.la-amazon:before {
  content: "\f270";
}

.la-amazon-pay:before {
  content: "\f42c";
}

.la-ambulance:before {
  content: "\f0f9";
}

.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.la-amilia:before {
  content: "\f36d";
}

.la-anchor:before {
  content: "\f13d";
}

.la-android:before {
  content: "\f17b";
}

.la-angellist:before {
  content: "\f209";
}

.la-angle-double-down:before {
  content: "\f103";
}

.la-angle-double-left:before {
  content: "\f100";
}

.la-angle-double-right:before {
  content: "\f101";
}

.la-angle-double-up:before {
  content: "\f102";
}

.la-angle-down:before {
  content: "\f107";
}

.la-angle-left:before {
  content: "\f104";
}

.la-angle-right:before {
  content: "\f105";
}

.la-angle-up:before {
  content: "\f106";
}

.la-angry:before {
  content: "\f556";
}

.la-angrycreative:before {
  content: "\f36e";
}

.la-angular:before {
  content: "\f420";
}

.la-ankh:before {
  content: "\f644";
}

.la-app-store:before {
  content: "\f36f";
}

.la-app-store-ios:before {
  content: "\f370";
}

.la-apper:before {
  content: "\f371";
}

.la-apple:before {
  content: "\f179";
}

.la-apple-alt:before {
  content: "\f5d1";
}

.la-apple-pay:before {
  content: "\f415";
}

.la-archive:before {
  content: "\f187";
}

.la-archway:before {
  content: "\f557";
}

.la-arrow-alt-circle-down:before {
  content: "\f358";
}

.la-arrow-alt-circle-left:before {
  content: "\f359";
}

.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

.la-arrow-circle-down:before {
  content: "\f0ab";
}

.la-arrow-circle-left:before {
  content: "\f0a8";
}

.la-arrow-circle-right:before {
  content: "\f0a9";
}

.la-arrow-circle-up:before {
  content: "\f0aa";
}

.la-arrow-down:before {
  content: "\f063";
}

.la-arrow-left:before {
  content: "\f060";
}

.la-arrow-right:before {
  content: "\f061";
}

.la-arrow-up:before {
  content: "\f062";
}

.la-arrows-alt:before {
  content: "\f0b2";
}

.la-arrows-alt-h:before {
  content: "\f337";
}

.la-arrows-alt-v:before {
  content: "\f338";
}

.la-artstation:before {
  content: "\f77a";
}

.la-assistive-listening-systems:before {
  content: "\f2a2";
}

.la-asterisk:before {
  content: "\f069";
}

.la-asymmetrik:before {
  content: "\f372";
}

.la-at:before {
  content: "\f1fa";
}

.la-atlas:before {
  content: "\f558";
}

.la-atlassian:before {
  content: "\f77b";
}

.la-atom:before {
  content: "\f5d2";
}

.la-audible:before {
  content: "\f373";
}

.la-audio-description:before {
  content: "\f29e";
}

.la-autoprefixer:before {
  content: "\f41c";
}

.la-avianex:before {
  content: "\f374";
}

.la-aviato:before {
  content: "\f421";
}

.la-award:before {
  content: "\f559";
}

.la-aws:before {
  content: "\f375";
}

.la-baby:before {
  content: "\f77c";
}

.la-baby-carriage:before {
  content: "\f77d";
}

.la-backspace:before {
  content: "\f55a";
}

.la-backward:before {
  content: "\f04a";
}

.la-bacon:before {
  content: "\f7e5";
}

.la-balance-scale:before {
  content: "\f24e";
}

.la-balance-scale-left:before {
  content: "\f515";
}

.la-balance-scale-right:before {
  content: "\f516";
}

.la-ban:before {
  content: "\f05e";
}

.la-band-aid:before {
  content: "\f462";
}

.la-bandcamp:before {
  content: "\f2d5";
}

.la-barcode:before {
  content: "\f02a";
}

.la-bars:before {
  content: "\f0c9";
}

.la-baseball-ball:before {
  content: "\f433";
}

.la-basketball-ball:before {
  content: "\f434";
}

.la-bath:before {
  content: "\f2cd";
}

.la-battery-empty:before {
  content: "\f244";
}

.la-battery-full:before {
  content: "\f240";
}

.la-battery-half:before {
  content: "\f242";
}

.la-battery-quarter:before {
  content: "\f243";
}

.la-battery-three-quarters:before {
  content: "\f241";
}

.la-battle-net:before {
  content: "\f835";
}

.la-bed:before {
  content: "\f236";
}

.la-beer:before {
  content: "\f0fc";
}

.la-behance:before {
  content: "\f1b4";
}

.la-behance-square:before {
  content: "\f1b5";
}

.la-bell:before {
  content: "\f0f3";
}

.la-bell-slash:before {
  content: "\f1f6";
}

.la-bezier-curve:before {
  content: "\f55b";
}

.la-bible:before {
  content: "\f647";
}

.la-bicycle:before {
  content: "\f206";
}

.la-biking:before {
  content: "\f84a";
}

.la-bimobject:before {
  content: "\f378";
}

.la-binoculars:before {
  content: "\f1e5";
}

.la-biohazard:before {
  content: "\f780";
}

.la-birthday-cake:before {
  content: "\f1fd";
}

.la-bitbucket:before {
  content: "\f171";
}

.la-bitcoin:before {
  content: "\f379";
}

.la-bity:before {
  content: "\f37a";
}

.la-black-tie:before {
  content: "\f27e";
}

.la-blackberry:before {
  content: "\f37b";
}

.la-blender:before {
  content: "\f517";
}

.la-blender-phone:before {
  content: "\f6b6";
}

.la-blind:before {
  content: "\f29d";
}

.la-blog:before {
  content: "\f781";
}

.la-blogger:before {
  content: "\f37c";
}

.la-blogger-b:before {
  content: "\f37d";
}

.la-bluetooth:before {
  content: "\f293";
}

.la-bluetooth-b:before {
  content: "\f294";
}

.la-bold:before {
  content: "\f032";
}

.la-bolt:before {
  content: "\f0e7";
}

.la-bomb:before {
  content: "\f1e2";
}

.la-bone:before {
  content: "\f5d7";
}

.la-bong:before {
  content: "\f55c";
}

.la-book:before {
  content: "\f02d";
}

.la-book-dead:before {
  content: "\f6b7";
}

.la-book-medical:before {
  content: "\f7e6";
}

.la-book-open:before {
  content: "\f518";
}

.la-book-reader:before {
  content: "\f5da";
}

.la-bookmark:before {
  content: "\f02e";
}

.la-bootstrap:before {
  content: "\f836";
}

.la-border-all:before {
  content: "\f84c";
}

.la-border-none:before {
  content: "\f850";
}

.la-border-style:before {
  content: "\f853";
}

.la-bowling-ball:before {
  content: "\f436";
}

.la-box:before {
  content: "\f466";
}

.la-box-open:before {
  content: "\f49e";
}

.la-boxes:before {
  content: "\f468";
}

.la-braille:before {
  content: "\f2a1";
}

.la-brain:before {
  content: "\f5dc";
}

.la-bread-slice:before {
  content: "\f7ec";
}

.la-briefcase:before {
  content: "\f0b1";
}

.la-briefcase-medical:before {
  content: "\f469";
}

.la-broadcast-tower:before {
  content: "\f519";
}

.la-broom:before {
  content: "\f51a";
}

.la-brush:before {
  content: "\f55d";
}

.la-btc:before {
  content: "\f15a";
}

.la-buffer:before {
  content: "\f837";
}

.la-bug:before {
  content: "\f188";
}

.la-building:before {
  content: "\f1ad";
}

.la-bullhorn:before {
  content: "\f0a1";
}

.la-bullseye:before {
  content: "\f140";
}

.la-burn:before {
  content: "\f46a";
}

.la-buromobelexperte:before {
  content: "\f37f";
}

.la-bus:before {
  content: "\f207";
}

.la-bus-alt:before {
  content: "\f55e";
}

.la-business-time:before {
  content: "\f64a";
}

.la-buy-n-large:before {
  content: "\f8a6";
}

.la-buysellads:before {
  content: "\f20d";
}

.la-calculator:before {
  content: "\f1ec";
}

.la-calendar:before {
  content: "\f133";
}

.la-calendar-alt:before {
  content: "\f073";
}

.la-calendar-check:before {
  content: "\f274";
}

.la-calendar-day:before {
  content: "\f783";
}

.la-calendar-minus:before {
  content: "\f272";
}

.la-calendar-plus:before {
  content: "\f271";
}

.la-calendar-times:before {
  content: "\f273";
}

.la-calendar-week:before {
  content: "\f784";
}

.la-camera:before {
  content: "\f030";
}

.la-camera-retro:before {
  content: "\f083";
}

.la-campground:before {
  content: "\f6bb";
}

.la-canadian-maple-leaf:before {
  content: "\f785";
}

.la-candy-cane:before {
  content: "\f786";
}

.la-cannabis:before {
  content: "\f55f";
}

.la-capsules:before {
  content: "\f46b";
}

.la-car:before {
  content: "\f1b9";
}

.la-car-alt:before {
  content: "\f5de";
}

.la-car-battery:before {
  content: "\f5df";
}

.la-car-crash:before {
  content: "\f5e1";
}

.la-car-side:before {
  content: "\f5e4";
}

.la-caret-down:before {
  content: "\f0d7";
}

.la-caret-left:before {
  content: "\f0d9";
}

.la-caret-right:before {
  content: "\f0da";
}

.la-caret-square-down:before {
  content: "\f150";
}

.la-caret-square-left:before {
  content: "\f191";
}

.la-caret-square-right:before {
  content: "\f152";
}

.la-caret-square-up:before {
  content: "\f151";
}

.la-caret-up:before {
  content: "\f0d8";
}

.la-carrot:before {
  content: "\f787";
}

.la-cart-arrow-down:before {
  content: "\f218";
}

.la-cart-plus:before {
  content: "\f217";
}

.la-cash-register:before {
  content: "\f788";
}

.la-cat:before {
  content: "\f6be";
}

.la-cc-amazon-pay:before {
  content: "\f42d";
}

.la-cc-amex:before {
  content: "\f1f3";
}

.la-cc-apple-pay:before {
  content: "\f416";
}

.la-cc-diners-club:before {
  content: "\f24c";
}

.la-cc-discover:before {
  content: "\f1f2";
}

.la-cc-jcb:before {
  content: "\f24b";
}

.la-cc-mastercard:before {
  content: "\f1f1";
}

.la-cc-paypal:before {
  content: "\f1f4";
}

.la-cc-stripe:before {
  content: "\f1f5";
}

.la-cc-visa:before {
  content: "\f1f0";
}

.la-centercode:before {
  content: "\f380";
}

.la-centos:before {
  content: "\f789";
}

.la-certificate:before {
  content: "\f0a3";
}

.la-chair:before {
  content: "\f6c0";
}

.la-chalkboard:before {
  content: "\f51b";
}

.la-chalkboard-teacher:before {
  content: "\f51c";
}

.la-charging-station:before {
  content: "\f5e7";
}

.la-chart-area:before {
  content: "\f1fe";
}

.la-chart-bar:before {
  content: "\f080";
}

.la-chart-line:before {
  content: "\f201";
}

.la-chart-pie:before {
  content: "\f200";
}

.la-check:before {
  content: "\f00c";
}

.la-check-circle:before {
  content: "\f058";
}

.la-check-double:before {
  content: "\f560";
}

.la-check-square:before {
  content: "\f14a";
}

.la-cheese:before {
  content: "\f7ef";
}

.la-chess:before {
  content: "\f439";
}

.la-chess-bishop:before {
  content: "\f43a";
}

.la-chess-board:before {
  content: "\f43c";
}

.la-chess-king:before {
  content: "\f43f";
}

.la-chess-knight:before {
  content: "\f441";
}

.la-chess-pawn:before {
  content: "\f443";
}

.la-chess-queen:before {
  content: "\f445";
}

.la-chess-rook:before {
  content: "\f447";
}

.la-chevron-circle-down:before {
  content: "\f13a";
}

.la-chevron-circle-left:before {
  content: "\f137";
}

.la-chevron-circle-right:before {
  content: "\f138";
}

.la-chevron-circle-up:before {
  content: "\f139";
}

.la-chevron-down:before {
  content: "\f078";
}

.la-chevron-left:before {
  content: "\f053";
}

.la-chevron-right:before {
  content: "\f054";
}

.la-chevron-up:before {
  content: "\f077";
}

.la-child:before {
  content: "\f1ae";
}

.la-chrome:before {
  content: "\f268";
}

.la-chromecast:before {
  content: "\f838";
}

.la-church:before {
  content: "\f51d";
}

.la-circle:before {
  content: "\f111";
}

.la-circle-notch:before {
  content: "\f1ce";
}

.la-city:before {
  content: "\f64f";
}

.la-clinic-medical:before {
  content: "\f7f2";
}

.la-clipboard:before {
  content: "\f328";
}

.la-clipboard-check:before {
  content: "\f46c";
}

.la-clipboard-list:before {
  content: "\f46d";
}

.la-clock:before {
  content: "\f017";
}

.la-clone:before {
  content: "\f24d";
}

.la-closed-captioning:before {
  content: "\f20a";
}

.la-cloud:before {
  content: "\f0c2";
}

.la-cloud-download-alt:before {
  content: "\f381";
}

.la-cloud-meatball:before {
  content: "\f73b";
}

.la-cloud-moon:before {
  content: "\f6c3";
}

.la-cloud-moon-rain:before {
  content: "\f73c";
}

.la-cloud-rain:before {
  content: "\f73d";
}

.la-cloud-showers-heavy:before {
  content: "\f740";
}

.la-cloud-sun:before {
  content: "\f6c4";
}

.la-cloud-sun-rain:before {
  content: "\f743";
}

.la-cloud-upload-alt:before {
  content: "\f382";
}

.la-cloudscale:before {
  content: "\f383";
}

.la-cloudsmith:before {
  content: "\f384";
}

.la-cloudversify:before {
  content: "\f385";
}

.la-cocktail:before {
  content: "\f561";
}

.la-code:before {
  content: "\f121";
}

.la-code-branch:before {
  content: "\f126";
}

.la-codepen:before {
  content: "\f1cb";
}

.la-codiepie:before {
  content: "\f284";
}

.la-coffee:before {
  content: "\f0f4";
}

.la-cog:before {
  content: "\f013";
}

.la-cogs:before {
  content: "\f085";
}

.la-coins:before {
  content: "\f51e";
}

.la-columns:before {
  content: "\f0db";
}

.la-comment:before {
  content: "\f075";
}

.la-comment-alt:before {
  content: "\f27a";
}

.la-comment-dollar:before {
  content: "\f651";
}

.la-comment-dots:before {
  content: "\f4ad";
}

.la-comment-medical:before {
  content: "\f7f5";
}

.la-comment-slash:before {
  content: "\f4b3";
}

.la-comments:before {
  content: "\f086";
}

.la-comments-dollar:before {
  content: "\f653";
}

.la-compact-disc:before {
  content: "\f51f";
}

.la-compass:before {
  content: "\f14e";
}

.la-compress:before {
  content: "\f066";
}

.la-compress-arrows-alt:before {
  content: "\f78c";
}

.la-concierge-bell:before {
  content: "\f562";
}

.la-confluence:before {
  content: "\f78d";
}

.la-connectdevelop:before {
  content: "\f20e";
}

.la-contao:before {
  content: "\f26d";
}

.la-cookie:before {
  content: "\f563";
}

.la-cookie-bite:before {
  content: "\f564";
}

.la-copy:before {
  content: "\f0c5";
}

.la-copyright:before {
  content: "\f1f9";
}

.la-cotton-bureau:before {
  content: "\f89e";
}

.la-couch:before {
  content: "\f4b8";
}

.la-cpanel:before {
  content: "\f388";
}

.la-creative-commons:before {
  content: "\f25e";
}

.la-creative-commons-by:before {
  content: "\f4e7";
}

.la-creative-commons-nc:before {
  content: "\f4e8";
}

.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.la-creative-commons-nd:before {
  content: "\f4eb";
}

.la-creative-commons-pd:before {
  content: "\f4ec";
}

.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.la-creative-commons-remix:before {
  content: "\f4ee";
}

.la-creative-commons-sa:before {
  content: "\f4ef";
}

.la-creative-commons-sampling:before {
  content: "\f4f0";
}

.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.la-creative-commons-share:before {
  content: "\f4f2";
}

.la-creative-commons-zero:before {
  content: "\f4f3";
}

.la-credit-card:before {
  content: "\f09d";
}

.la-critical-role:before {
  content: "\f6c9";
}

.la-crop:before {
  content: "\f125";
}

.la-crop-alt:before {
  content: "\f565";
}

.la-cross:before {
  content: "\f654";
}

.la-crosshairs:before {
  content: "\f05b";
}

.la-crow:before {
  content: "\f520";
}

.la-crown:before {
  content: "\f521";
}

.la-crutch:before {
  content: "\f7f7";
}

.la-css3:before {
  content: "\f13c";
}

.la-css3-alt:before {
  content: "\f38b";
}

.la-cube:before {
  content: "\f1b2";
}

.la-cubes:before {
  content: "\f1b3";
}

.la-cut:before {
  content: "\f0c4";
}

.la-cuttlefish:before {
  content: "\f38c";
}

.la-d-and-d:before {
  content: "\f38d";
}

.la-d-and-d-beyond:before {
  content: "\f6ca";
}

.la-dashcube:before {
  content: "\f210";
}

.la-database:before {
  content: "\f1c0";
}

.la-deaf:before {
  content: "\f2a4";
}

.la-delicious:before {
  content: "\f1a5";
}

.la-democrat:before {
  content: "\f747";
}

.la-deploydog:before {
  content: "\f38e";
}

.la-deskpro:before {
  content: "\f38f";
}

.la-desktop:before {
  content: "\f108";
}

.la-dev:before {
  content: "\f6cc";
}

.la-deviantart:before {
  content: "\f1bd";
}

.la-dharmachakra:before {
  content: "\f655";
}

.la-dhl:before {
  content: "\f790";
}

.la-diagnoses:before {
  content: "\f470";
}

.la-diaspora:before {
  content: "\f791";
}

.la-dice:before {
  content: "\f522";
}

.la-dice-d20:before {
  content: "\f6cf";
}

.la-dice-d6:before {
  content: "\f6d1";
}

.la-dice-five:before {
  content: "\f523";
}

.la-dice-four:before {
  content: "\f524";
}

.la-dice-one:before {
  content: "\f525";
}

.la-dice-six:before {
  content: "\f526";
}

.la-dice-three:before {
  content: "\f527";
}

.la-dice-two:before {
  content: "\f528";
}

.la-digg:before {
  content: "\f1a6";
}

.la-digital-ocean:before {
  content: "\f391";
}

.la-digital-tachograph:before {
  content: "\f566";
}

.la-directions:before {
  content: "\f5eb";
}

.la-discord:before {
  content: "\f392";
}

.la-discourse:before {
  content: "\f393";
}

.la-divide:before {
  content: "\f529";
}

.la-dizzy:before {
  content: "\f567";
}

.la-dna:before {
  content: "\f471";
}

.la-dochub:before {
  content: "\f394";
}

.la-docker:before {
  content: "\f395";
}

.la-dog:before {
  content: "\f6d3";
}

.la-dollar-sign:before {
  content: "\f155";
}

.la-dolly:before {
  content: "\f472";
}

.la-dolly-flatbed:before {
  content: "\f474";
}

.la-donate:before {
  content: "\f4b9";
}

.la-door-closed:before {
  content: "\f52a";
}

.la-door-open:before {
  content: "\f52b";
}

.la-dot-circle:before {
  content: "\f192";
}

.la-dove:before {
  content: "\f4ba";
}

.la-download:before {
  content: "\f019";
}

.la-draft2digital:before {
  content: "\f396";
}

.la-drafting-compass:before {
  content: "\f568";
}

.la-dragon:before {
  content: "\f6d5";
}

.la-draw-polygon:before {
  content: "\f5ee";
}

.la-dribbble:before {
  content: "\f17d";
}

.la-dribbble-square:before {
  content: "\f397";
}

.la-dropbox:before {
  content: "\f16b";
}

.la-drum:before {
  content: "\f569";
}

.la-drum-steelpan:before {
  content: "\f56a";
}

.la-drumstick-bite:before {
  content: "\f6d7";
}

.la-drupal:before {
  content: "\f1a9";
}

.la-dumbbell:before {
  content: "\f44b";
}

.la-dumpster:before {
  content: "\f793";
}

.la-dumpster-fire:before {
  content: "\f794";
}

.la-dungeon:before {
  content: "\f6d9";
}

.la-dyalog:before {
  content: "\f399";
}

.la-earlybirds:before {
  content: "\f39a";
}

.la-ebay:before {
  content: "\f4f4";
}

.la-edge:before {
  content: "\f282";
}

.la-edit:before {
  content: "\f044";
}

.la-egg:before {
  content: "\f7fb";
}

.la-eject:before {
  content: "\f052";
}

.la-elementor:before {
  content: "\f430";
}

.la-ellipsis-h:before {
  content: "\f141";
}

.la-ellipsis-v:before {
  content: "\f142";
}

.la-ello:before {
  content: "\f5f1";
}

.la-ember:before {
  content: "\f423";
}

.la-empire:before {
  content: "\f1d1";
}

.la-envelope:before {
  content: "\f0e0";
}

.la-envelope-open:before {
  content: "\f2b6";
}

.la-envelope-open-text:before {
  content: "\f658";
}

.la-envelope-square:before {
  content: "\f199";
}

.la-envira:before {
  content: "\f299";
}

.la-equals:before {
  content: "\f52c";
}

.la-eraser:before {
  content: "\f12d";
}

.la-erlang:before {
  content: "\f39d";
}

.la-ethereum:before {
  content: "\f42e";
}

.la-ethernet:before {
  content: "\f796";
}

.la-etsy:before {
  content: "\f2d7";
}

.la-euro-sign:before {
  content: "\f153";
}

.la-evernote:before {
  content: "\f839";
}

.la-exchange-alt:before {
  content: "\f362";
}

.la-exclamation:before {
  content: "\f12a";
}

.la-exclamation-circle:before {
  content: "\f06a";
}

.la-exclamation-triangle:before {
  content: "\f071";
}

.la-expand:before {
  content: "\f065";
}

.la-expand-arrows-alt:before {
  content: "\f31e";
}

.la-expeditedssl:before {
  content: "\f23e";
}

.la-external-link-alt:before {
  content: "\f35d";
}

.la-external-link-square-alt:before {
  content: "\f360";
}

.la-eye:before {
  content: "\f06e";
}

.la-eye-dropper:before {
  content: "\f1fb";
}

.la-eye-slash:before {
  content: "\f070";
}

.la-facebook:before {
  content: "\f09a";
}

.la-facebook-f:before {
  content: "\f39e";
}

.la-facebook-messenger:before {
  content: "\f39f";
}

.la-facebook-square:before {
  content: "\f082";
}

.la-fan:before {
  content: "\f863";
}

.la-fantasy-flight-games:before {
  content: "\f6dc";
}

.la-fast-backward:before {
  content: "\f049";
}

.la-fast-forward:before {
  content: "\f050";
}

.la-fax:before {
  content: "\f1ac";
}

.la-feather:before {
  content: "\f52d";
}

.la-feather-alt:before {
  content: "\f56b";
}

.la-fedex:before {
  content: "\f797";
}

.la-fedora:before {
  content: "\f798";
}

.la-female:before {
  content: "\f182";
}

.la-fighter-jet:before {
  content: "\f0fb";
}

.la-figma:before {
  content: "\f799";
}

.la-file:before {
  content: "\f15b";
}

.la-file-alt:before {
  content: "\f15c";
}

.la-file-archive:before {
  content: "\f1c6";
}

.la-file-audio:before {
  content: "\f1c7";
}

.la-file-code:before {
  content: "\f1c9";
}

.la-file-contract:before {
  content: "\f56c";
}

.la-file-csv:before {
  content: "\f6dd";
}

.la-file-download:before {
  content: "\f56d";
}

.la-file-excel:before {
  content: "\f1c3";
}

.la-file-export:before {
  content: "\f56e";
}

.la-file-image:before {
  content: "\f1c5";
}

.la-file-import:before {
  content: "\f56f";
}

.la-file-invoice:before {
  content: "\f570";
}

.la-file-invoice-dollar:before {
  content: "\f571";
}

.la-file-medical:before {
  content: "\f477";
}

.la-file-medical-alt:before {
  content: "\f478";
}

.la-file-pdf:before {
  content: "\f1c1";
}

.la-file-powerpoint:before {
  content: "\f1c4";
}

.la-file-prescription:before {
  content: "\f572";
}

.la-file-signature:before {
  content: "\f573";
}

.la-file-upload:before {
  content: "\f574";
}

.la-file-video:before {
  content: "\f1c8";
}

.la-file-word:before {
  content: "\f1c2";
}

.la-fill:before {
  content: "\f575";
}

.la-fill-drip:before {
  content: "\f576";
}

.la-film:before {
  content: "\f008";
}

.la-filter:before {
  content: "\f0b0";
}

.la-fingerprint:before {
  content: "\f577";
}

.la-fire:before {
  content: "\f06d";
}

.la-fire-alt:before {
  content: "\f7e4";
}

.la-fire-extinguisher:before {
  content: "\f134";
}

.la-firefox:before {
  content: "\f269";
}

.la-first-aid:before {
  content: "\f479";
}

.la-first-order:before {
  content: "\f2b0";
}

.la-first-order-alt:before {
  content: "\f50a";
}

.la-firstdraft:before {
  content: "\f3a1";
}

.la-fish:before {
  content: "\f578";
}

.la-fist-raised:before {
  content: "\f6de";
}

.la-flag:before {
  content: "\f024";
}

.la-flag-checkered:before {
  content: "\f11e";
}

.la-flag-usa:before {
  content: "\f74d";
}

.la-flask:before {
  content: "\f0c3";
}

.la-flickr:before {
  content: "\f16e";
}

.la-flipboard:before {
  content: "\f44d";
}

.la-flushed:before {
  content: "\f579";
}

.la-fly:before {
  content: "\f417";
}

.la-folder:before {
  content: "\f07b";
}

.la-folder-minus:before {
  content: "\f65d";
}

.la-folder-open:before {
  content: "\f07c";
}

.la-folder-plus:before {
  content: "\f65e";
}

.la-font:before {
  content: "\f031";
}

.la-font-awesome:before {
  content: "\f2b4";
}

.la-font-awesome-alt:before {
  content: "\f35c";
}

.la-font-awesome-flag:before {
  content: "\f425";
}

.la-font-awesome-logo-full:before {
  content: "\f4e6";
}

.la-fonticons:before {
  content: "\f280";
}

.la-fonticons-fi:before {
  content: "\f3a2";
}

.la-football-ball:before {
  content: "\f44e";
}

.la-fort-awesome:before {
  content: "\f286";
}

.la-fort-awesome-alt:before {
  content: "\f3a3";
}

.la-forumbee:before {
  content: "\f211";
}

.la-forward:before {
  content: "\f04e";
}

.la-foursquare:before {
  content: "\f180";
}

.la-free-code-camp:before {
  content: "\f2c5";
}

.la-freebsd:before {
  content: "\f3a4";
}

.la-frog:before {
  content: "\f52e";
}

.la-frown:before {
  content: "\f119";
}

.la-frown-open:before {
  content: "\f57a";
}

.la-fulcrum:before {
  content: "\f50b";
}

.la-funnel-dollar:before {
  content: "\f662";
}

.la-futbol:before {
  content: "\f1e3";
}

.la-galactic-republic:before {
  content: "\f50c";
}

.la-galactic-senate:before {
  content: "\f50d";
}

.la-gamepad:before {
  content: "\f11b";
}

.la-gas-pump:before {
  content: "\f52f";
}

.la-gavel:before {
  content: "\f0e3";
}

.la-gem:before {
  content: "\f3a5";
}

.la-genderless:before {
  content: "\f22d";
}

.la-get-pocket:before {
  content: "\f265";
}

.la-gg:before {
  content: "\f260";
}

.la-gg-circle:before {
  content: "\f261";
}

.la-ghost:before {
  content: "\f6e2";
}

.la-gift:before {
  content: "\f06b";
}

.la-gifts:before {
  content: "\f79c";
}

.la-git:before {
  content: "\f1d3";
}

.la-git-alt:before {
  content: "\f841";
}

.la-git-square:before {
  content: "\f1d2";
}

.la-github:before {
  content: "\f09b";
}

.la-github-alt:before {
  content: "\f113";
}

.la-github-square:before {
  content: "\f092";
}

.la-gitkraken:before {
  content: "\f3a6";
}

.la-gitlab:before {
  content: "\f296";
}

.la-gitter:before {
  content: "\f426";
}

.la-glass-cheers:before {
  content: "\f79f";
}

.la-glass-martini:before {
  content: "\f000";
}

.la-glass-martini-alt:before {
  content: "\f57b";
}

.la-glass-whiskey:before {
  content: "\f7a0";
}

.la-glasses:before {
  content: "\f530";
}

.la-glide:before {
  content: "\f2a5";
}

.la-glide-g:before {
  content: "\f2a6";
}

.la-globe:before {
  content: "\f0ac";
}

.la-globe-africa:before {
  content: "\f57c";
}

.la-globe-americas:before {
  content: "\f57d";
}

.la-globe-asia:before {
  content: "\f57e";
}

.la-globe-europe:before {
  content: "\f7a2";
}

.la-gofore:before {
  content: "\f3a7";
}

.la-golf-ball:before {
  content: "\f450";
}

.la-goodreads:before {
  content: "\f3a8";
}

.la-goodreads-g:before {
  content: "\f3a9";
}

.la-google:before {
  content: "\f1a0";
}

.la-google-drive:before {
  content: "\f3aa";
}

.la-google-play:before {
  content: "\f3ab";
}

.la-google-plus:before {
  content: "\f2b3";
}

.la-google-plus-g:before {
  content: "\f0d5";
}

.la-google-plus-square:before {
  content: "\f0d4";
}

.la-google-wallet:before {
  content: "\f1ee";
}

.la-gopuram:before {
  content: "\f664";
}

.la-graduation-cap:before {
  content: "\f19d";
}

.la-gratipay:before {
  content: "\f184";
}

.la-grav:before {
  content: "\f2d6";
}

.la-greater-than:before {
  content: "\f531";
}

.la-greater-than-equal:before {
  content: "\f532";
}

.la-grimace:before {
  content: "\f57f";
}

.la-grin:before {
  content: "\f580";
}

.la-grin-alt:before {
  content: "\f581";
}

.la-grin-beam:before {
  content: "\f582";
}

.la-grin-beam-sweat:before {
  content: "\f583";
}

.la-grin-hearts:before {
  content: "\f584";
}

.la-grin-squint:before {
  content: "\f585";
}

.la-grin-squint-tears:before {
  content: "\f586";
}

.la-grin-stars:before {
  content: "\f587";
}

.la-grin-tears:before {
  content: "\f588";
}

.la-grin-tongue:before {
  content: "\f589";
}

.la-grin-tongue-squint:before {
  content: "\f58a";
}

.la-grin-tongue-wink:before {
  content: "\f58b";
}

.la-grin-wink:before {
  content: "\f58c";
}

.la-grip-horizontal:before {
  content: "\f58d";
}

.la-grip-lines:before {
  content: "\f7a4";
}

.la-grip-lines-vertical:before {
  content: "\f7a5";
}

.la-grip-vertical:before {
  content: "\f58e";
}

.la-gripfire:before {
  content: "\f3ac";
}

.la-grunt:before {
  content: "\f3ad";
}

.la-guitar:before {
  content: "\f7a6";
}

.la-gulp:before {
  content: "\f3ae";
}

.la-h-square:before {
  content: "\f0fd";
}

.la-hacker-news:before {
  content: "\f1d4";
}

.la-hacker-news-square:before {
  content: "\f3af";
}

.la-hackerrank:before {
  content: "\f5f7";
}

.la-hamburger:before {
  content: "\f805";
}

.la-hammer:before {
  content: "\f6e3";
}

.la-hamsa:before {
  content: "\f665";
}

.la-hand-holding:before {
  content: "\f4bd";
}

.la-hand-holding-heart:before {
  content: "\f4be";
}

.la-hand-holding-usd:before {
  content: "\f4c0";
}

.la-hand-lizard:before {
  content: "\f258";
}

.la-hand-middle-finger:before {
  content: "\f806";
}

.la-hand-paper:before {
  content: "\f256";
}

.la-hand-peace:before {
  content: "\f25b";
}

.la-hand-point-down:before {
  content: "\f0a7";
}

.la-hand-point-left:before {
  content: "\f0a5";
}

.la-hand-point-right:before {
  content: "\f0a4";
}

.la-hand-point-up:before {
  content: "\f0a6";
}

.la-hand-pointer:before {
  content: "\f25a";
}

.la-hand-rock:before {
  content: "\f255";
}

.la-hand-scissors:before {
  content: "\f257";
}

.la-hand-spock:before {
  content: "\f259";
}

.la-hands:before {
  content: "\f4c2";
}

.la-hands-helping:before {
  content: "\f4c4";
}

.la-handshake:before {
  content: "\f2b5";
}

.la-hanukiah:before {
  content: "\f6e6";
}

.la-hard-hat:before {
  content: "\f807";
}

.la-hashtag:before {
  content: "\f292";
}

.la-hat-cowboy:before {
  content: "\f8c0";
}

.la-hat-cowboy-side:before {
  content: "\f8c1";
}

.la-hat-wizard:before {
  content: "\f6e8";
}

.la-haykal:before {
  content: "\f666";
}

.la-hdd:before {
  content: "\f0a0";
}

.la-heading:before {
  content: "\f1dc";
}

.la-headphones:before {
  content: "\f025";
}

.la-headphones-alt:before {
  content: "\f58f";
}

.la-headset:before {
  content: "\f590";
}

.la-heart:before {
  content: "\f004";
}

.la-heart-broken:before {
  content: "\f7a9";
}

.la-heartbeat:before {
  content: "\f21e";
}

.la-helicopter:before {
  content: "\f533";
}

.la-highlighter:before {
  content: "\f591";
}

.la-hiking:before {
  content: "\f6ec";
}

.la-hippo:before {
  content: "\f6ed";
}

.la-hips:before {
  content: "\f452";
}

.la-hire-a-helper:before {
  content: "\f3b0";
}

.la-history:before {
  content: "\f1da";
}

.la-hockey-puck:before {
  content: "\f453";
}

.la-holly-berry:before {
  content: "\f7aa";
}

.la-home:before {
  content: "\f015";
}

.la-hooli:before {
  content: "\f427";
}

.la-hornbill:before {
  content: "\f592";
}

.la-horse:before {
  content: "\f6f0";
}

.la-horse-head:before {
  content: "\f7ab";
}

.la-hospital:before {
  content: "\f0f8";
}

.la-hospital-alt:before {
  content: "\f47d";
}

.la-hospital-symbol:before {
  content: "\f47e";
}

.la-hot-tub:before {
  content: "\f593";
}

.la-hotdog:before {
  content: "\f80f";
}

.la-hotel:before {
  content: "\f594";
}

.la-hotjar:before {
  content: "\f3b1";
}

.la-hourglass:before {
  content: "\f254";
}

.la-hourglass-end:before {
  content: "\f253";
}

.la-hourglass-half:before {
  content: "\f252";
}

.la-hourglass-start:before {
  content: "\f251";
}

.la-house-damage:before {
  content: "\f6f1";
}

.la-houzz:before {
  content: "\f27c";
}

.la-hryvnia:before {
  content: "\f6f2";
}

.la-html5:before {
  content: "\f13b";
}

.la-hubspot:before {
  content: "\f3b2";
}

.la-i-cursor:before {
  content: "\f246";
}

.la-ice-cream:before {
  content: "\f810";
}

.la-icicles:before {
  content: "\f7ad";
}

.la-icons:before {
  content: "\f86d";
}

.la-id-badge:before {
  content: "\f2c1";
}

.la-id-card:before {
  content: "\f2c2";
}

.la-id-card-alt:before {
  content: "\f47f";
}

.la-igloo:before {
  content: "\f7ae";
}

.la-image:before {
  content: "\f03e";
}

.la-images:before {
  content: "\f302";
}

.la-imdb:before {
  content: "\f2d8";
}

.la-inbox:before {
  content: "\f01c";
}

.la-indent:before {
  content: "\f03c";
}

.la-industry:before {
  content: "\f275";
}

.la-infinity:before {
  content: "\f534";
}

.la-info:before {
  content: "\f129";
}

.la-info-circle:before {
  content: "\f05a";
}

.la-instagram:before {
  content: "\f16d";
}

.la-intercom:before {
  content: "\f7af";
}

.la-internet-explorer:before {
  content: "\f26b";
}

.la-invision:before {
  content: "\f7b0";
}

.la-ioxhost:before {
  content: "\f208";
}

.la-italic:before {
  content: "\f033";
}

.la-itch-io:before {
  content: "\f83a";
}

.la-itunes:before {
  content: "\f3b4";
}

.la-itunes-note:before {
  content: "\f3b5";
}

.la-java:before {
  content: "\f4e4";
}

.la-jedi:before {
  content: "\f669";
}

.la-jedi-order:before {
  content: "\f50e";
}

.la-jenkins:before {
  content: "\f3b6";
}

.la-jira:before {
  content: "\f7b1";
}

.la-joget:before {
  content: "\f3b7";
}

.la-joint:before {
  content: "\f595";
}

.la-joomla:before {
  content: "\f1aa";
}

.la-journal-whills:before {
  content: "\f66a";
}

.la-js:before {
  content: "\f3b8";
}

.la-js-square:before {
  content: "\f3b9";
}

.la-jsfiddle:before {
  content: "\f1cc";
}

.la-kaaba:before {
  content: "\f66b";
}

.la-kaggle:before {
  content: "\f5fa";
}

.la-key:before {
  content: "\f084";
}

.la-keybase:before {
  content: "\f4f5";
}

.la-keyboard:before {
  content: "\f11c";
}

.la-keycdn:before {
  content: "\f3ba";
}

.la-khanda:before {
  content: "\f66d";
}

.la-kickstarter:before {
  content: "\f3bb";
}

.la-kickstarter-k:before {
  content: "\f3bc";
}

.la-kiss:before {
  content: "\f596";
}

.la-kiss-beam:before {
  content: "\f597";
}

.la-kiss-wink-heart:before {
  content: "\f598";
}

.la-kiwi-bird:before {
  content: "\f535";
}

.la-korvue:before {
  content: "\f42f";
}

.la-landmark:before {
  content: "\f66f";
}

.la-language:before {
  content: "\f1ab";
}

.la-laptop:before {
  content: "\f109";
}

.la-laptop-code:before {
  content: "\f5fc";
}

.la-laptop-medical:before {
  content: "\f812";
}

.la-laravel:before {
  content: "\f3bd";
}

.la-lastfm:before {
  content: "\f202";
}

.la-lastfm-square:before {
  content: "\f203";
}

.la-laugh:before {
  content: "\f599";
}

.la-laugh-beam:before {
  content: "\f59a";
}

.la-laugh-squint:before {
  content: "\f59b";
}

.la-laugh-wink:before {
  content: "\f59c";
}

.la-layer-group:before {
  content: "\f5fd";
}

.la-leaf:before {
  content: "\f06c";
}

.la-leanpub:before {
  content: "\f212";
}

.la-lemon:before {
  content: "\f094";
}

.la-less:before {
  content: "\f41d";
}

.la-less-than:before {
  content: "\f536";
}

.la-less-than-equal:before {
  content: "\f537";
}

.la-level-down-alt:before {
  content: "\f3be";
}

.la-level-up-alt:before {
  content: "\f3bf";
}

.la-life-ring:before {
  content: "\f1cd";
}

.la-lightbulb:before {
  content: "\f0eb";
}

.la-line:before {
  content: "\f3c0";
}

.la-link:before {
  content: "\f0c1";
}

.la-linkedin:before {
  content: "\f08c";
}

.la-linkedin-in:before {
  content: "\f0e1";
}

.la-linode:before {
  content: "\f2b8";
}

.la-linux:before {
  content: "\f17c";
}

.la-lira-sign:before {
  content: "\f195";
}

.la-list:before {
  content: "\f03a";
}

.la-list-alt:before {
  content: "\f022";
}

.la-list-ol:before {
  content: "\f0cb";
}

.la-list-ul:before {
  content: "\f0ca";
}

.la-location-arrow:before {
  content: "\f124";
}

.la-lock:before {
  content: "\f023";
}

.la-lock-open:before {
  content: "\f3c1";
}

.la-long-arrow-alt-down:before {
  content: "\f309";
}

.la-long-arrow-alt-left:before {
  content: "\f30a";
}

.la-long-arrow-alt-right:before {
  content: "\f30b";
}

.la-long-arrow-alt-up:before {
  content: "\f30c";
}

.la-low-vision:before {
  content: "\f2a8";
}

.la-luggage-cart:before {
  content: "\f59d";
}

.la-lyft:before {
  content: "\f3c3";
}

.la-magento:before {
  content: "\f3c4";
}

.la-magic:before {
  content: "\f0d0";
}

.la-magnet:before {
  content: "\f076";
}

.la-mail-bulk:before {
  content: "\f674";
}

.la-mailchimp:before {
  content: "\f59e";
}

.la-male:before {
  content: "\f183";
}

.la-mandalorian:before {
  content: "\f50f";
}

.la-map:before {
  content: "\f279";
}

.la-map-marked:before {
  content: "\f59f";
}

.la-map-marked-alt:before {
  content: "\f5a0";
}

.la-map-marker:before {
  content: "\f041";
}

.la-map-marker-alt:before {
  content: "\f3c5";
}

.la-map-pin:before {
  content: "\f276";
}

.la-map-signs:before {
  content: "\f277";
}

.la-markdown:before {
  content: "\f60f";
}

.la-marker:before {
  content: "\f5a1";
}

.la-mars:before {
  content: "\f222";
}

.la-mars-double:before {
  content: "\f227";
}

.la-mars-stroke:before {
  content: "\f229";
}

.la-mars-stroke-h:before {
  content: "\f22b";
}

.la-mars-stroke-v:before {
  content: "\f22a";
}

.la-mask:before {
  content: "\f6fa";
}

.la-mastodon:before {
  content: "\f4f6";
}

.la-maxcdn:before {
  content: "\f136";
}

.la-mdb:before {
  content: "\f8ca";
}

.la-medal:before {
  content: "\f5a2";
}

.la-medapps:before {
  content: "\f3c6";
}

.la-medium:before {
  content: "\f23a";
}

.la-medium-m:before {
  content: "\f3c7";
}

.la-medkit:before {
  content: "\f0fa";
}

.la-medrt:before {
  content: "\f3c8";
}

.la-meetup:before {
  content: "\f2e0";
}

.la-megaport:before {
  content: "\f5a3";
}

.la-meh:before {
  content: "\f11a";
}

.la-meh-blank:before {
  content: "\f5a4";
}

.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

.la-memory:before {
  content: "\f538";
}

.la-mendeley:before {
  content: "\f7b3";
}

.la-menorah:before {
  content: "\f676";
}

.la-mercury:before {
  content: "\f223";
}

.la-meteor:before {
  content: "\f753";
}

.la-microchip:before {
  content: "\f2db";
}

.la-microphone:before {
  content: "\f130";
}

.la-microphone-alt:before {
  content: "\f3c9";
}

.la-microphone-alt-slash:before {
  content: "\f539";
}

.la-microphone-slash:before {
  content: "\f131";
}

.la-microscope:before {
  content: "\f610";
}

.la-microsoft:before {
  content: "\f3ca";
}

.la-minus:before {
  content: "\f068";
}

.la-minus-circle:before {
  content: "\f056";
}

.la-minus-square:before {
  content: "\f146";
}

.la-mitten:before {
  content: "\f7b5";
}

.la-mix:before {
  content: "\f3cb";
}

.la-mixcloud:before {
  content: "\f289";
}

.la-mizuni:before {
  content: "\f3cc";
}

.la-mobile:before {
  content: "\f10b";
}

.la-mobile-alt:before {
  content: "\f3cd";
}

.la-modx:before {
  content: "\f285";
}

.la-monero:before {
  content: "\f3d0";
}

.la-money-bill:before {
  content: "\f0d6";
}

.la-money-bill-alt:before {
  content: "\f3d1";
}

.la-money-bill-wave:before {
  content: "\f53a";
}

.la-money-bill-wave-alt:before {
  content: "\f53b";
}

.la-money-check:before {
  content: "\f53c";
}

.la-money-check-alt:before {
  content: "\f53d";
}

.la-monument:before {
  content: "\f5a6";
}

.la-moon:before {
  content: "\f186";
}

.la-mortar-pestle:before {
  content: "\f5a7";
}

.la-mosque:before {
  content: "\f678";
}

.la-motorcycle:before {
  content: "\f21c";
}

.la-mountain:before {
  content: "\f6fc";
}

.la-mouse:before {
  content: "\f8cc";
}

.la-mouse-pointer:before {
  content: "\f245";
}

.la-mug-hot:before {
  content: "\f7b6";
}

.la-music:before {
  content: "\f001";
}

.la-napster:before {
  content: "\f3d2";
}

.la-neos:before {
  content: "\f612";
}

.la-network-wired:before {
  content: "\f6ff";
}

.la-neuter:before {
  content: "\f22c";
}

.la-newspaper:before {
  content: "\f1ea";
}

.la-nimblr:before {
  content: "\f5a8";
}

.la-node:before {
  content: "\f419";
}

.la-node-js:before {
  content: "\f3d3";
}

.la-not-equal:before {
  content: "\f53e";
}

.la-notes-medical:before {
  content: "\f481";
}

.la-npm:before {
  content: "\f3d4";
}

.la-ns8:before {
  content: "\f3d5";
}

.la-nutritionix:before {
  content: "\f3d6";
}

.la-object-group:before {
  content: "\f247";
}

.la-object-ungroup:before {
  content: "\f248";
}

.la-odnoklassniki:before {
  content: "\f263";
}

.la-odnoklassniki-square:before {
  content: "\f264";
}

.la-oil-can:before {
  content: "\f613";
}

.la-old-republic:before {
  content: "\f510";
}

.la-om:before {
  content: "\f679";
}

.la-opencart:before {
  content: "\f23d";
}

.la-openid:before {
  content: "\f19b";
}

.la-opera:before {
  content: "\f26a";
}

.la-optin-monster:before {
  content: "\f23c";
}

.la-orcid:before {
  content: "\f8d2";
}

.la-osi:before {
  content: "\f41a";
}

.la-otter:before {
  content: "\f700";
}

.la-outdent:before {
  content: "\f03b";
}

.la-page4:before {
  content: "\f3d7";
}

.la-pagelines:before {
  content: "\f18c";
}

.la-pager:before {
  content: "\f815";
}

.la-paint-brush:before {
  content: "\f1fc";
}

.la-paint-roller:before {
  content: "\f5aa";
}

.la-palette:before {
  content: "\f53f";
}

.la-palfed:before {
  content: "\f3d8";
}

.la-pallet:before {
  content: "\f482";
}

.la-paper-plane:before {
  content: "\f1d8";
}

.la-paperclip:before {
  content: "\f0c6";
}

.la-parachute-box:before {
  content: "\f4cd";
}

.la-paragraph:before {
  content: "\f1dd";
}

.la-parking:before {
  content: "\f540";
}

.la-passport:before {
  content: "\f5ab";
}

.la-pastafarianism:before {
  content: "\f67b";
}

.la-paste:before {
  content: "\f0ea";
}

.la-patreon:before {
  content: "\f3d9";
}

.la-pause:before {
  content: "\f04c";
}

.la-pause-circle:before {
  content: "\f28b";
}

.la-paw:before {
  content: "\f1b0";
}

.la-paypal:before {
  content: "\f1ed";
}

.la-peace:before {
  content: "\f67c";
}

.la-pen:before {
  content: "\f304";
}

.la-pen-alt:before {
  content: "\f305";
}

.la-pen-fancy:before {
  content: "\f5ac";
}

.la-pen-nib:before {
  content: "\f5ad";
}

.la-pen-square:before {
  content: "\f14b";
}

.la-pencil-alt:before {
  content: "\f303";
}

.la-pencil-ruler:before {
  content: "\f5ae";
}

.la-penny-arcade:before {
  content: "\f704";
}

.la-people-carry:before {
  content: "\f4ce";
}

.la-pepper-hot:before {
  content: "\f816";
}

.la-percent:before {
  content: "\f295";
}

.la-percentage:before {
  content: "\f541";
}

.la-periscope:before {
  content: "\f3da";
}

.la-person-booth:before {
  content: "\f756";
}

.la-phabricator:before {
  content: "\f3db";
}

.la-phoenix-framework:before {
  content: "\f3dc";
}

.la-phoenix-squadron:before {
  content: "\f511";
}

.la-phone:before {
  content: "\f095";
}

.la-phone-alt:before {
  content: "\f879";
}

.la-phone-slash:before {
  content: "\f3dd";
}

.la-phone-square:before {
  content: "\f098";
}

.la-phone-square-alt:before {
  content: "\f87b";
}

.la-phone-volume:before {
  content: "\f2a0";
}

.la-photo-video:before {
  content: "\f87c";
}

.la-php:before {
  content: "\f457";
}

.la-pied-piper:before {
  content: "\f2ae";
}

.la-pied-piper-alt:before {
  content: "\f1a8";
}

.la-pied-piper-hat:before {
  content: "\f4e5";
}

.la-pied-piper-pp:before {
  content: "\f1a7";
}

.la-piggy-bank:before {
  content: "\f4d3";
}

.la-pills:before {
  content: "\f484";
}

.la-pinterest:before {
  content: "\f0d2";
}

.la-pinterest-p:before {
  content: "\f231";
}

.la-pinterest-square:before {
  content: "\f0d3";
}

.la-pizza-slice:before {
  content: "\f818";
}

.la-place-of-worship:before {
  content: "\f67f";
}

.la-plane:before {
  content: "\f072";
}

.la-plane-arrival:before {
  content: "\f5af";
}

.la-plane-departure:before {
  content: "\f5b0";
}

.la-play:before {
  content: "\f04b";
}

.la-play-circle:before {
  content: "\f144";
}

.la-playstation:before {
  content: "\f3df";
}

.la-plug:before {
  content: "\f1e6";
}

.la-plus:before {
  content: "\f067";
}

.la-plus-circle:before {
  content: "\f055";
}

.la-plus-square:before {
  content: "\f0fe";
}

.la-podcast:before {
  content: "\f2ce";
}

.la-poll:before {
  content: "\f681";
}

.la-poll-h:before {
  content: "\f682";
}

.la-poo:before {
  content: "\f2fe";
}

.la-poo-storm:before {
  content: "\f75a";
}

.la-poop:before {
  content: "\f619";
}

.la-portrait:before {
  content: "\f3e0";
}

.la-pound-sign:before {
  content: "\f154";
}

.la-power-off:before {
  content: "\f011";
}

.la-pray:before {
  content: "\f683";
}

.la-praying-hands:before {
  content: "\f684";
}

.la-prescription:before {
  content: "\f5b1";
}

.la-prescription-bottle:before {
  content: "\f485";
}

.la-prescription-bottle-alt:before {
  content: "\f486";
}

.la-print:before {
  content: "\f02f";
}

.la-procedures:before {
  content: "\f487";
}

.la-product-hunt:before {
  content: "\f288";
}

.la-project-diagram:before {
  content: "\f542";
}

.la-pushed:before {
  content: "\f3e1";
}

.la-puzzle-piece:before {
  content: "\f12e";
}

.la-python:before {
  content: "\f3e2";
}

.la-qq:before {
  content: "\f1d6";
}

.la-qrcode:before {
  content: "\f029";
}

.la-question:before {
  content: "\f128";
}

.la-question-circle:before {
  content: "\f059";
}

.la-quidditch:before {
  content: "\f458";
}

.la-quinscape:before {
  content: "\f459";
}

.la-quora:before {
  content: "\f2c4";
}

.la-quote-left:before {
  content: "\f10d";
}

.la-quote-right:before {
  content: "\f10e";
}

.la-quran:before {
  content: "\f687";
}

.la-r-project:before {
  content: "\f4f7";
}

.la-radiation:before {
  content: "\f7b9";
}

.la-radiation-alt:before {
  content: "\f7ba";
}

.la-rainbow:before {
  content: "\f75b";
}

.la-random:before {
  content: "\f074";
}

.la-raspberry-pi:before {
  content: "\f7bb";
}

.la-ravelry:before {
  content: "\f2d9";
}

.la-react:before {
  content: "\f41b";
}

.la-reacteurope:before {
  content: "\f75d";
}

.la-readme:before {
  content: "\f4d5";
}

.la-rebel:before {
  content: "\f1d0";
}

.la-receipt:before {
  content: "\f543";
}

.la-record-vinyl:before {
  content: "\f8d9";
}

.la-recycle:before {
  content: "\f1b8";
}

.la-red-river:before {
  content: "\f3e3";
}

.la-reddit:before {
  content: "\f1a1";
}

.la-reddit-alien:before {
  content: "\f281";
}

.la-reddit-square:before {
  content: "\f1a2";
}

.la-redhat:before {
  content: "\f7bc";
}

.la-redo:before {
  content: "\f01e";
}

.la-redo-alt:before {
  content: "\f2f9";
}

.la-registered:before {
  content: "\f25d";
}

.la-remove-format:before {
  content: "\f87d";
}

.la-renren:before {
  content: "\f18b";
}

.la-reply:before {
  content: "\f3e5";
}

.la-reply-all:before {
  content: "\f122";
}

.la-replyd:before {
  content: "\f3e6";
}

.la-republican:before {
  content: "\f75e";
}

.la-researchgate:before {
  content: "\f4f8";
}

.la-resolving:before {
  content: "\f3e7";
}

.la-restroom:before {
  content: "\f7bd";
}

.la-retweet:before {
  content: "\f079";
}

.la-rev:before {
  content: "\f5b2";
}

.la-ribbon:before {
  content: "\f4d6";
}

.la-ring:before {
  content: "\f70b";
}

.la-road:before {
  content: "\f018";
}

.la-robot:before {
  content: "\f544";
}

.la-rocket:before {
  content: "\f135";
}

.la-rocketchat:before {
  content: "\f3e8";
}

.la-rockrms:before {
  content: "\f3e9";
}

.la-route:before {
  content: "\f4d7";
}

.la-rss:before {
  content: "\f09e";
}

.la-rss-square:before {
  content: "\f143";
}

.la-ruble-sign:before {
  content: "\f158";
}

.la-ruler:before {
  content: "\f545";
}

.la-ruler-combined:before {
  content: "\f546";
}

.la-ruler-horizontal:before {
  content: "\f547";
}

.la-ruler-vertical:before {
  content: "\f548";
}

.la-running:before {
  content: "\f70c";
}

.la-rupee-sign:before {
  content: "\f156";
}

.la-sad-cry:before {
  content: "\f5b3";
}

.la-sad-tear:before {
  content: "\f5b4";
}

.la-safari:before {
  content: "\f267";
}

.la-salesforce:before {
  content: "\f83b";
}

.la-sass:before {
  content: "\f41e";
}

.la-satellite:before {
  content: "\f7bf";
}

.la-satellite-dish:before {
  content: "\f7c0";
}

.la-save:before {
  content: "\f0c7";
}

.la-schlix:before {
  content: "\f3ea";
}

.la-school:before {
  content: "\f549";
}

.la-screwdriver:before {
  content: "\f54a";
}

.la-scribd:before {
  content: "\f28a";
}

.la-scroll:before {
  content: "\f70e";
}

.la-sd-card:before {
  content: "\f7c2";
}

.la-search:before {
  content: "\f002";
}

.la-search-dollar:before {
  content: "\f688";
}

.la-search-location:before {
  content: "\f689";
}

.la-search-minus:before {
  content: "\f010";
}

.la-search-plus:before {
  content: "\f00e";
}

.la-searchengin:before {
  content: "\f3eb";
}

.la-seedling:before {
  content: "\f4d8";
}

.la-sellcast:before {
  content: "\f2da";
}

.la-sellsy:before {
  content: "\f213";
}

.la-server:before {
  content: "\f233";
}

.la-servicestack:before {
  content: "\f3ec";
}

.la-shapes:before {
  content: "\f61f";
}

.la-share:before {
  content: "\f064";
}

.la-share-alt:before {
  content: "\f1e0";
}

.la-share-alt-square:before {
  content: "\f1e1";
}

.la-share-square:before {
  content: "\f14d";
}

.la-shekel-sign:before {
  content: "\f20b";
}

.la-shield-alt:before {
  content: "\f3ed";
}

.la-ship:before {
  content: "\f21a";
}

.la-shipping-fast:before {
  content: "\f48b";
}

.la-shirtsinbulk:before {
  content: "\f214";
}

.la-shoe-prints:before {
  content: "\f54b";
}

.la-shopping-bag:before {
  content: "\f290";
}

.la-shopping-basket:before {
  content: "\f291";
}

.la-shopping-cart:before {
  content: "\f07a";
}

.la-shopware:before {
  content: "\f5b5";
}

.la-shower:before {
  content: "\f2cc";
}

.la-shuttle-van:before {
  content: "\f5b6";
}

.la-sign:before {
  content: "\f4d9";
}

.la-sign-in-alt:before {
  content: "\f2f6";
}

.la-sign-language:before {
  content: "\f2a7";
}

.la-sign-out-alt:before {
  content: "\f2f5";
}

.la-signal:before {
  content: "\f012";
}

.la-signature:before {
  content: "\f5b7";
}

.la-sim-card:before {
  content: "\f7c4";
}

.la-simplybuilt:before {
  content: "\f215";
}

.la-sistrix:before {
  content: "\f3ee";
}

.la-sitemap:before {
  content: "\f0e8";
}

.la-sith:before {
  content: "\f512";
}

.la-skating:before {
  content: "\f7c5";
}

.la-sketch:before {
  content: "\f7c6";
}

.la-skiing:before {
  content: "\f7c9";
}

.la-skiing-nordic:before {
  content: "\f7ca";
}

.la-skull:before {
  content: "\f54c";
}

.la-skull-crossbones:before {
  content: "\f714";
}

.la-skyatlas:before {
  content: "\f216";
}

.la-skype:before {
  content: "\f17e";
}

.la-slack:before {
  content: "\f198";
}

.la-slack-hash:before {
  content: "\f3ef";
}

.la-slash:before {
  content: "\f715";
}

.la-sleigh:before {
  content: "\f7cc";
}

.la-sliders-h:before {
  content: "\f1de";
}

.la-slideshare:before {
  content: "\f1e7";
}

.la-smile:before {
  content: "\f118";
}

.la-smile-beam:before {
  content: "\f5b8";
}

.la-smile-wink:before {
  content: "\f4da";
}

.la-smog:before {
  content: "\f75f";
}

.la-smoking:before {
  content: "\f48d";
}

.la-smoking-ban:before {
  content: "\f54d";
}

.la-sms:before {
  content: "\f7cd";
}

.la-snapchat:before {
  content: "\f2ab";
}

.la-snapchat-ghost:before {
  content: "\f2ac";
}

.la-snapchat-square:before {
  content: "\f2ad";
}

.la-snowboarding:before {
  content: "\f7ce";
}

.la-snowflake:before {
  content: "\f2dc";
}

.la-snowman:before {
  content: "\f7d0";
}

.la-snowplow:before {
  content: "\f7d2";
}

.la-socks:before {
  content: "\f696";
}

.la-solar-panel:before {
  content: "\f5ba";
}

.la-sort:before {
  content: "\f0dc";
}

.la-sort-alpha-down:before {
  content: "\f15d";
}

.la-sort-alpha-down-alt:before {
  content: "\f881";
}

.la-sort-alpha-up:before {
  content: "\f15e";
}

.la-sort-alpha-up-alt:before {
  content: "\f882";
}

.la-sort-amount-down:before {
  content: "\f160";
}

.la-sort-amount-down-alt:before {
  content: "\f884";
}

.la-sort-amount-up:before {
  content: "\f161";
}

.la-sort-amount-up-alt:before {
  content: "\f885";
}

.la-sort-down:before {
  content: "\f0dd";
}

.la-sort-numeric-down:before {
  content: "\f162";
}

.la-sort-numeric-down-alt:before {
  content: "\f886";
}

.la-sort-numeric-up:before {
  content: "\f163";
}

.la-sort-numeric-up-alt:before {
  content: "\f887";
}

.la-sort-up:before {
  content: "\f0de";
}

.la-soundcloud:before {
  content: "\f1be";
}

.la-sourcetree:before {
  content: "\f7d3";
}

.la-spa:before {
  content: "\f5bb";
}

.la-space-shuttle:before {
  content: "\f197";
}

.la-speakap:before {
  content: "\f3f3";
}

.la-speaker-deck:before {
  content: "\f83c";
}

.la-spell-check:before {
  content: "\f891";
}

.la-spider:before {
  content: "\f717";
}

.la-spinner:before {
  content: "\f110";
}

.la-splotch:before {
  content: "\f5bc";
}

.la-spotify:before {
  content: "\f1bc";
}

.la-spray-can:before {
  content: "\f5bd";
}

.la-square:before {
  content: "\f0c8";
}

.la-square-full:before {
  content: "\f45c";
}

.la-square-root-alt:before {
  content: "\f698";
}

.la-squarespace:before {
  content: "\f5be";
}

.la-stack-exchange:before {
  content: "\f18d";
}

.la-stack-overflow:before {
  content: "\f16c";
}

.la-stackpath:before {
  content: "\f842";
}

.la-stamp:before {
  content: "\f5bf";
}

.la-star:before {
  content: "\f005";
}

.la-star-and-crescent:before {
  content: "\f699";
}

.la-star-half:before {
  content: "\f089";
}

.la-star-half-alt:before {
  content: "\f5c0";
}

.la-star-of-david:before {
  content: "\f69a";
}

.la-star-of-life:before {
  content: "\f621";
}

.la-staylinked:before {
  content: "\f3f5";
}

.la-steam:before {
  content: "\f1b6";
}

.la-steam-square:before {
  content: "\f1b7";
}

.la-steam-symbol:before {
  content: "\f3f6";
}

.la-step-backward:before {
  content: "\f048";
}

.la-step-forward:before {
  content: "\f051";
}

.la-stethoscope:before {
  content: "\f0f1";
}

.la-sticker-mule:before {
  content: "\f3f7";
}

.la-sticky-note:before {
  content: "\f249";
}

.la-stop:before {
  content: "\f04d";
}

.la-stop-circle:before {
  content: "\f28d";
}

.la-stopwatch:before {
  content: "\f2f2";
}

.la-store:before {
  content: "\f54e";
}

.la-store-alt:before {
  content: "\f54f";
}

.la-strava:before {
  content: "\f428";
}

.la-stream:before {
  content: "\f550";
}

.la-street-view:before {
  content: "\f21d";
}

.la-strikethrough:before {
  content: "\f0cc";
}

.la-stripe:before {
  content: "\f429";
}

.la-stripe-s:before {
  content: "\f42a";
}

.la-stroopwafel:before {
  content: "\f551";
}

.la-studiovinari:before {
  content: "\f3f8";
}

.la-stumbleupon:before {
  content: "\f1a4";
}

.la-stumbleupon-circle:before {
  content: "\f1a3";
}

.la-subscript:before {
  content: "\f12c";
}

.la-subway:before {
  content: "\f239";
}

.la-suitcase:before {
  content: "\f0f2";
}

.la-suitcase-rolling:before {
  content: "\f5c1";
}

.la-sun:before {
  content: "\f185";
}

.la-superpowers:before {
  content: "\f2dd";
}

.la-superscript:before {
  content: "\f12b";
}

.la-supple:before {
  content: "\f3f9";
}

.la-surprise:before {
  content: "\f5c2";
}

.la-suse:before {
  content: "\f7d6";
}

.la-swatchbook:before {
  content: "\f5c3";
}

.la-swift:before {
  content: "\f8e1";
}

.la-swimmer:before {
  content: "\f5c4";
}

.la-swimming-pool:before {
  content: "\f5c5";
}

.la-symfony:before {
  content: "\f83d";
}

.la-synagogue:before {
  content: "\f69b";
}

.la-sync:before {
  content: "\f021";
}

.la-sync-alt:before {
  content: "\f2f1";
}

.la-syringe:before {
  content: "\f48e";
}

.la-table:before {
  content: "\f0ce";
}

.la-table-tennis:before {
  content: "\f45d";
}

.la-tablet:before {
  content: "\f10a";
}

.la-tablet-alt:before {
  content: "\f3fa";
}

.la-tablets:before {
  content: "\f490";
}

.la-tachometer-alt:before {
  content: "\f3fd";
}

.la-tag:before {
  content: "\f02b";
}

.la-tags:before {
  content: "\f02c";
}

.la-tape:before {
  content: "\f4db";
}

.la-tasks:before {
  content: "\f0ae";
}

.la-taxi:before {
  content: "\f1ba";
}

.la-teamspeak:before {
  content: "\f4f9";
}

.la-teeth:before {
  content: "\f62e";
}

.la-teeth-open:before {
  content: "\f62f";
}

.la-telegram:before {
  content: "\f2c6";
}

.la-telegram-plane:before {
  content: "\f3fe";
}

.la-temperature-high:before {
  content: "\f769";
}

.la-temperature-low:before {
  content: "\f76b";
}

.la-tencent-weibo:before {
  content: "\f1d5";
}

.la-tenge:before {
  content: "\f7d7";
}

.la-terminal:before {
  content: "\f120";
}

.la-text-height:before {
  content: "\f034";
}

.la-text-width:before {
  content: "\f035";
}

.la-th:before {
  content: "\f00a";
}

.la-th-large:before {
  content: "\f009";
}

.la-th-list:before {
  content: "\f00b";
}

.la-the-red-yeti:before {
  content: "\f69d";
}

.la-theater-masks:before {
  content: "\f630";
}

.la-themeco:before {
  content: "\f5c6";
}

.la-themeisle:before {
  content: "\f2b2";
}

.la-thermometer:before {
  content: "\f491";
}

.la-thermometer-empty:before {
  content: "\f2cb";
}

.la-thermometer-full:before {
  content: "\f2c7";
}

.la-thermometer-half:before {
  content: "\f2c9";
}

.la-thermometer-quarter:before {
  content: "\f2ca";
}

.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

.la-think-peaks:before {
  content: "\f731";
}

.la-thumbs-down:before {
  content: "\f165";
}

.la-thumbs-up:before {
  content: "\f164";
}

.la-thumbtack:before {
  content: "\f08d";
}

.la-ticket-alt:before {
  content: "\f3ff";
}

.la-times:before {
  content: "\f00d";
}

.la-times-circle:before {
  content: "\f057";
}

.la-tint:before {
  content: "\f043";
}

.la-tint-slash:before {
  content: "\f5c7";
}

.la-tired:before {
  content: "\f5c8";
}

.la-toggle-off:before {
  content: "\f204";
}

.la-toggle-on:before {
  content: "\f205";
}

.la-toilet:before {
  content: "\f7d8";
}

.la-toilet-paper:before {
  content: "\f71e";
}

.la-toolbox:before {
  content: "\f552";
}

.la-tools:before {
  content: "\f7d9";
}

.la-tooth:before {
  content: "\f5c9";
}

.la-torah:before {
  content: "\f6a0";
}

.la-torii-gate:before {
  content: "\f6a1";
}

.la-tractor:before {
  content: "\f722";
}

.la-trade-federation:before {
  content: "\f513";
}

.la-trademark:before {
  content: "\f25c";
}

.la-traffic-light:before {
  content: "\f637";
}

.la-train:before {
  content: "\f238";
}

.la-tram:before {
  content: "\f7da";
}

.la-transgender:before {
  content: "\f224";
}

.la-transgender-alt:before {
  content: "\f225";
}

.la-trash:before {
  content: "\f1f8";
}

.la-trash-alt:before {
  content: "\f2ed";
}

.la-trash-restore:before {
  content: "\f829";
}

.la-trash-restore-alt:before {
  content: "\f82a";
}

.la-tree:before {
  content: "\f1bb";
}

.la-trello:before {
  content: "\f181";
}

.la-tripadvisor:before {
  content: "\f262";
}

.la-trophy:before {
  content: "\f091";
}

.la-truck:before {
  content: "\f0d1";
}

.la-truck-loading:before {
  content: "\f4de";
}

.la-truck-monster:before {
  content: "\f63b";
}

.la-truck-moving:before {
  content: "\f4df";
}

.la-truck-pickup:before {
  content: "\f63c";
}

.la-tshirt:before {
  content: "\f553";
}

.la-tty:before {
  content: "\f1e4";
}

.la-tumblr:before {
  content: "\f173";
}

.la-tumblr-square:before {
  content: "\f174";
}

.la-tv:before {
  content: "\f26c";
}

.la-twitch:before {
  content: "\f1e8";
}

.la-twitter:before {
  content: "\f099";
}

.la-twitter-square:before {
  content: "\f081";
}

.la-typo3:before {
  content: "\f42b";
}

.la-uber:before {
  content: "\f402";
}

.la-ubuntu:before {
  content: "\f7df";
}

.la-uikit:before {
  content: "\f403";
}

.la-umbraco:before {
  content: "\f8e8";
}

.la-umbrella:before {
  content: "\f0e9";
}

.la-umbrella-beach:before {
  content: "\f5ca";
}

.la-underline:before {
  content: "\f0cd";
}

.la-undo:before {
  content: "\f0e2";
}

.la-undo-alt:before {
  content: "\f2ea";
}

.la-uniregistry:before {
  content: "\f404";
}

.la-universal-access:before {
  content: "\f29a";
}

.la-university:before {
  content: "\f19c";
}

.la-unlink:before {
  content: "\f127";
}

.la-unlock:before {
  content: "\f09c";
}

.la-unlock-alt:before {
  content: "\f13e";
}

.la-untappd:before {
  content: "\f405";
}

.la-upload:before {
  content: "\f093";
}

.la-ups:before {
  content: "\f7e0";
}

.la-usb:before {
  content: "\f287";
}

.la-user:before {
  content: "\f007";
}

.la-user-alt:before {
  content: "\f406";
}

.la-user-alt-slash:before {
  content: "\f4fa";
}

.la-user-astronaut:before {
  content: "\f4fb";
}

.la-user-check:before {
  content: "\f4fc";
}

.la-user-circle:before {
  content: "\f2bd";
}

.la-user-clock:before {
  content: "\f4fd";
}

.la-user-cog:before {
  content: "\f4fe";
}

.la-user-edit:before {
  content: "\f4ff";
}

.la-user-friends:before {
  content: "\f500";
}

.la-user-graduate:before {
  content: "\f501";
}

.la-user-injured:before {
  content: "\f728";
}

.la-user-lock:before {
  content: "\f502";
}

.la-user-md:before {
  content: "\f0f0";
}

.la-user-minus:before {
  content: "\f503";
}

.la-user-ninja:before {
  content: "\f504";
}

.la-user-nurse:before {
  content: "\f82f";
}

.la-user-plus:before {
  content: "\f234";
}

.la-user-secret:before {
  content: "\f21b";
}

.la-user-shield:before {
  content: "\f505";
}

.la-user-slash:before {
  content: "\f506";
}

.la-user-tag:before {
  content: "\f507";
}

.la-user-tie:before {
  content: "\f508";
}

.la-user-times:before {
  content: "\f235";
}

.la-users:before {
  content: "\f0c0";
}

.la-users-cog:before {
  content: "\f509";
}

.la-usps:before {
  content: "\f7e1";
}

.la-ussunnah:before {
  content: "\f407";
}

.la-utensil-spoon:before {
  content: "\f2e5";
}

.la-utensils:before {
  content: "\f2e7";
}

.la-vaadin:before {
  content: "\f408";
}

.la-vector-square:before {
  content: "\f5cb";
}

.la-venus:before {
  content: "\f221";
}

.la-venus-double:before {
  content: "\f226";
}

.la-venus-mars:before {
  content: "\f228";
}

.la-viacoin:before {
  content: "\f237";
}

.la-viadeo:before {
  content: "\f2a9";
}

.la-viadeo-square:before {
  content: "\f2aa";
}

.la-vial:before {
  content: "\f492";
}

.la-vials:before {
  content: "\f493";
}

.la-viber:before {
  content: "\f409";
}

.la-video:before {
  content: "\f03d";
}

.la-video-slash:before {
  content: "\f4e2";
}

.la-vihara:before {
  content: "\f6a7";
}

.la-vimeo:before {
  content: "\f40a";
}

.la-vimeo-square:before {
  content: "\f194";
}

.la-vimeo-v:before {
  content: "\f27d";
}

.la-vine:before {
  content: "\f1ca";
}

.la-vk:before {
  content: "\f189";
}

.la-vnv:before {
  content: "\f40b";
}

.la-voicemail:before {
  content: "\f897";
}

.la-volleyball-ball:before {
  content: "\f45f";
}

.la-volume-down:before {
  content: "\f027";
}

.la-volume-mute:before {
  content: "\f6a9";
}

.la-volume-off:before {
  content: "\f026";
}

.la-volume-up:before {
  content: "\f028";
}

.la-vote-yea:before {
  content: "\f772";
}

.la-vr-cardboard:before {
  content: "\f729";
}

.la-vuejs:before {
  content: "\f41f";
}

.la-walking:before {
  content: "\f554";
}

.la-wallet:before {
  content: "\f555";
}

.la-warehouse:before {
  content: "\f494";
}

.la-water:before {
  content: "\f773";
}

.la-wave-square:before {
  content: "\f83e";
}

.la-waze:before {
  content: "\f83f";
}

.la-weebly:before {
  content: "\f5cc";
}

.la-weibo:before {
  content: "\f18a";
}

.la-weight:before {
  content: "\f496";
}

.la-weight-hanging:before {
  content: "\f5cd";
}

.la-weixin:before {
  content: "\f1d7";
}

.la-whatsapp:before {
  content: "\f232";
}

.la-whatsapp-square:before {
  content: "\f40c";
}

.la-wheelchair:before {
  content: "\f193";
}

.la-whmcs:before {
  content: "\f40d";
}

.la-wifi:before {
  content: "\f1eb";
}

.la-wikipedia-w:before {
  content: "\f266";
}

.la-wind:before {
  content: "\f72e";
}

.la-window-close:before {
  content: "\f410";
}

.la-window-maximize:before {
  content: "\f2d0";
}

.la-window-minimize:before {
  content: "\f2d1";
}

.la-window-restore:before {
  content: "\f2d2";
}

.la-windows:before {
  content: "\f17a";
}

.la-wine-bottle:before {
  content: "\f72f";
}

.la-wine-glass:before {
  content: "\f4e3";
}

.la-wine-glass-alt:before {
  content: "\f5ce";
}

.la-wix:before {
  content: "\f5cf";
}

.la-wizards-of-the-coast:before {
  content: "\f730";
}

.la-wolf-pack-battalion:before {
  content: "\f514";
}

.la-won-sign:before {
  content: "\f159";
}

.la-wordpress:before {
  content: "\f19a";
}

.la-wordpress-simple:before {
  content: "\f411";
}

.la-wpbeginner:before {
  content: "\f297";
}

.la-wpexplorer:before {
  content: "\f2de";
}

.la-wpforms:before {
  content: "\f298";
}

.la-wpressr:before {
  content: "\f3e4";
}

.la-wrench:before {
  content: "\f0ad";
}

.la-x-ray:before {
  content: "\f497";
}

.la-xbox:before {
  content: "\f412";
}

.la-xing:before {
  content: "\f168";
}

.la-xing-square:before {
  content: "\f169";
}

.la-y-combinator:before {
  content: "\f23b";
}

.la-yahoo:before {
  content: "\f19e";
}

.la-yammer:before {
  content: "\f840";
}

.la-yandex:before {
  content: "\f413";
}

.la-yandex-international:before {
  content: "\f414";
}

.la-yarn:before {
  content: "\f7e3";
}

.la-yelp:before {
  content: "\f1e9";
}

.la-yen-sign:before {
  content: "\f157";
}

.la-yin-yang:before {
  content: "\f6ad";
}

.la-yoast:before {
  content: "\f2b1";
}

.la-youtube:before {
  content: "\f167";
}

.la-youtube-square:before {
  content: "\f431";
}

.la-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border  : 0;
  clip    : rect(0, 0, 0, 0);
  height  : 1px;
  margin  : -1px;
  overflow: hidden;
  padding : 0;
  position: absolute;
  width   : 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip    : auto;
  height  : auto;
  margin  : 0;
  overflow: visible;
  position: static;
  width   : auto;
}

@font-face {
  font-family : 'Line Awesome Brands';
  font-style  : normal;
  font-weight : normal;
  font-display: auto;
  src         : url("../fonts/la-brands-400.eot");
  src         : url("../fonts/la-brands-400-1.eot") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg") format("svg");
}

.lab {
  font-family: 'Line Awesome Brands';
}

@font-face {
  font-family : 'Line Awesome Free';
  font-style  : normal;
  font-weight : 400;
  font-display: auto;
  src         : url("../fonts/la-regular-400.eot");
  src         : url("../fonts/la-regular-400-1.eot") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg") format("svg");
}

.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

@font-face {
  font-family : 'Line Awesome Free';
  font-style  : normal;
  font-weight : 900;
  font-display: auto;
  src         : url("../fonts/la-solid-900.eot");
  src         : url("../fonts/la-solid-900-1.eot") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg") format("svg");
}

.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

.la.la-glass:before {
  content: "\f000";
}

.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-star-o:before {
  content: "\f005";
}

.la.la-remove:before {
  content: "\f00d";
}

.la.la-close:before {
  content: "\f00d";
}

.la.la-gear:before {
  content: "\f013";
}

.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-trash-o:before {
  content: "\f2ed";
}

.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-o:before {
  content: "\f15b";
}

.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-clock-o:before {
  content: "\f017";
}

.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-arrow-circle-o-down:before {
  content: "\f358";
}

.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}

.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-play-circle-o:before {
  content: "\f144";
}

.la.la-repeat:before {
  content: "\f01e";
}

.la.la-rotate-right:before {
  content: "\f01e";
}

.la.la-refresh:before {
  content: "\f021";
}

.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-dedent:before {
  content: "\f03b";
}

.la.la-video-camera:before {
  content: "\f03d";
}

.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-picture-o:before {
  content: "\f03e";
}

.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-photo:before {
  content: "\f03e";
}

.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-image:before {
  content: "\f03e";
}

.la.la-pencil:before {
  content: "\f303";
}

.la.la-map-marker:before {
  content: "\f3c5";
}

.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-pencil-square-o:before {
  content: "\f044";
}

.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-share-square-o:before {
  content: "\f14d";
}

.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-check-square-o:before {
  content: "\f14a";
}

.la.la-arrows:before {
  content: "\f0b2";
}

.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-times-circle-o:before {
  content: "\f057";
}

.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-check-circle-o:before {
  content: "\f058";
}

.la.la-mail-forward:before {
  content: "\f064";
}

.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-warning:before {
  content: "\f071";
}

.la.la-calendar:before {
  content: "\f073";
}

.la.la-arrows-v:before {
  content: "\f338";
}

.la.la-arrows-h:before {
  content: "\f337";
}

.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-bar-chart:before {
  content: "\f080";
}

.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-bar-chart-o:before {
  content: "\f080";
}

.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gears:before {
  content: "\f085";
}

.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-thumbs-o-up:before {
  content: "\f164";
}

.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-thumbs-o-down:before {
  content: "\f165";
}

.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-heart-o:before {
  content: "\f004";
}

.la.la-sign-out:before {
  content: "\f2f5";
}

.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-linkedin-square:before {
  content: "\f08c";
}

.la.la-thumb-tack:before {
  content: "\f08d";
}

.la.la-external-link:before {
  content: "\f35d";
}

.la.la-sign-in:before {
  content: "\f2f6";
}

.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-lemon-o:before {
  content: "\f094";
}

.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-square-o:before {
  content: "\f0c8";
}

.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-bookmark-o:before {
  content: "\f02e";
}

.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-facebook:before {
  content: "\f39e";
}

.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-facebook-f:before {
  content: "\f39e";
}

.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-feed:before {
  content: "\f09e";
}

.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hdd-o:before {
  content: "\f0a0";
}

.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-o-right:before {
  content: "\f0a4";
}

.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-o-left:before {
  content: "\f0a5";
}

.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-o-up:before {
  content: "\f0a6";
}

.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-o-down:before {
  content: "\f0a7";
}

.la.la-arrows-alt:before {
  content: "\f31e";
}

.la.la-group:before {
  content: "\f0c0";
}

.la.la-chain:before {
  content: "\f0c1";
}

.la.la-scissors:before {
  content: "\f0c4";
}

.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-files-o:before {
  content: "\f0c5";
}

.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-floppy-o:before {
  content: "\f0c7";
}

.la.la-navicon:before {
  content: "\f0c9";
}

.la.la-reorder:before {
  content: "\f0c9";
}

.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus:before {
  content: "\f0d5";
}

.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-money:before {
  content: "\f3d1";
}

.la.la-unsorted:before {
  content: "\f0dc";
}

.la.la-sort-desc:before {
  content: "\f0dd";
}

.la.la-sort-asc:before {
  content: "\f0de";
}

.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-linkedin:before {
  content: "\f0e1";
}

.la.la-rotate-left:before {
  content: "\f0e2";
}

.la.la-legal:before {
  content: "\f0e3";
}

.la.la-tachometer:before {
  content: "\f3fd";
}

.la.la-dashboard:before {
  content: "\f3fd";
}

.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-comment-o:before {
  content: "\f075";
}

.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-comments-o:before {
  content: "\f086";
}

.la.la-flash:before {
  content: "\f0e7";
}

.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-paste:before {
  content: "\f328";
}

.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-lightbulb-o:before {
  content: "\f0eb";
}

.la.la-exchange:before {
  content: "\f362";
}

.la.la-cloud-download:before {
  content: "\f381";
}

.la.la-cloud-upload:before {
  content: "\f382";
}

.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-bell-o:before {
  content: "\f0f3";
}

.la.la-cutlery:before {
  content: "\f2e7";
}

.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-text-o:before {
  content: "\f15c";
}

.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-building-o:before {
  content: "\f1ad";
}

.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hospital-o:before {
  content: "\f0f8";
}

.la.la-tablet:before {
  content: "\f3fa";
}

.la.la-mobile:before {
  content: "\f3cd";
}

.la.la-mobile-phone:before {
  content: "\f3cd";
}

.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-circle-o:before {
  content: "\f111";
}

.la.la-mail-reply:before {
  content: "\f3e5";
}

.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-folder-o:before {
  content: "\f07b";
}

.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-folder-open-o:before {
  content: "\f07c";
}

.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-smile-o:before {
  content: "\f118";
}

.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-frown-o:before {
  content: "\f119";
}

.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-meh-o:before {
  content: "\f11a";
}

.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-keyboard-o:before {
  content: "\f11c";
}

.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-flag-o:before {
  content: "\f024";
}

.la.la-mail-reply-all:before {
  content: "\f122";
}

.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-star-half-o:before {
  content: "\f089";
}

.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-star-half-empty:before {
  content: "\f089";
}

.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-star-half-full:before {
  content: "\f089";
}

.la.la-code-fork:before {
  content: "\f126";
}

.la.la-chain-broken:before {
  content: "\f127";
}

.la.la-shield:before {
  content: "\f3ed";
}

.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-calendar-o:before {
  content: "\f133";
}

.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ticket:before {
  content: "\f3ff";
}

.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-minus-square-o:before {
  content: "\f146";
}

.la.la-level-up:before {
  content: "\f3bf";
}

.la.la-level-down:before {
  content: "\f3be";
}

.la.la-pencil-square:before {
  content: "\f14b";
}

.la.la-external-link-square:before {
  content: "\f360";
}

.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-caret-square-o-down:before {
  content: "\f150";
}

.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-toggle-down:before {
  content: "\f150";
}

.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-caret-square-o-up:before {
  content: "\f151";
}

.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-toggle-up:before {
  content: "\f151";
}

.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-caret-square-o-right:before {
  content: "\f152";
}

.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-toggle-right:before {
  content: "\f152";
}

.la.la-eur:before {
  content: "\f153";
}

.la.la-euro:before {
  content: "\f153";
}

.la.la-gbp:before {
  content: "\f154";
}

.la.la-usd:before {
  content: "\f155";
}

.la.la-dollar:before {
  content: "\f155";
}

.la.la-inr:before {
  content: "\f156";
}

.la.la-rupee:before {
  content: "\f156";
}

.la.la-jpy:before {
  content: "\f157";
}

.la.la-cny:before {
  content: "\f157";
}

.la.la-rmb:before {
  content: "\f157";
}

.la.la-yen:before {
  content: "\f157";
}

.la.la-rub:before {
  content: "\f158";
}

.la.la-ruble:before {
  content: "\f158";
}

.la.la-rouble:before {
  content: "\f158";
}

.la.la-krw:before {
  content: "\f159";
}

.la.la-won:before {
  content: "\f159";
}

.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bitcoin:before {
  content: "\f15a";
}

.la.la-file-text:before {
  content: "\f15c";
}

.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

.la.la-sort-alpha-desc:before {
  content: "\f881";
}

.la.la-sort-amount-asc:before {
  content: "\f160";
}

.la.la-sort-amount-desc:before {
  content: "\f884";
}

.la.la-sort-numeric-asc:before {
  content: "\f162";
}

.la.la-sort-numeric-desc:before {
  content: "\f886";
}

.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-youtube-play:before {
  content: "\f167";
}

.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bitbucket-square:before {
  content: "\f171";
}

.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-long-arrow-down:before {
  content: "\f309";
}

.la.la-long-arrow-up:before {
  content: "\f30c";
}

.la.la-long-arrow-left:before {
  content: "\f30a";
}

.la.la-long-arrow-right:before {
  content: "\f30b";
}

.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gittip:before {
  content: "\f184";
}

.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-sun-o:before {
  content: "\f185";
}

.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-moon-o:before {
  content: "\f186";
}

.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-caret-square-o-left:before {
  content: "\f191";
}

.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-toggle-left:before {
  content: "\f191";
}

.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-dot-circle-o:before {
  content: "\f192";
}

.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-try:before {
  content: "\f195";
}

.la.la-turkish-lira:before {
  content: "\f195";
}

.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-plus-square-o:before {
  content: "\f0fe";
}

.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-institution:before {
  content: "\f19c";
}

.la.la-bank:before {
  content: "\f19c";
}

.la.la-mortar-board:before {
  content: "\f19d";
}

.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-spoon:before {
  content: "\f2e5";
}

.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-automobile:before {
  content: "\f1b9";
}

.la.la-cab:before {
  content: "\f1ba";
}

.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-envelope-o:before {
  content: "\f0e0";
}

.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-pdf-o:before {
  content: "\f1c1";
}

.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-word-o:before {
  content: "\f1c2";
}

.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-excel-o:before {
  content: "\f1c3";
}

.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-image-o:before {
  content: "\f1c5";
}

.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-photo-o:before {
  content: "\f1c5";
}

.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-picture-o:before {
  content: "\f1c5";
}

.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-archive-o:before {
  content: "\f1c6";
}

.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-zip-o:before {
  content: "\f1c6";
}

.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-audio-o:before {
  content: "\f1c7";
}

.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-sound-o:before {
  content: "\f1c7";
}

.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-video-o:before {
  content: "\f1c8";
}

.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-movie-o:before {
  content: "\f1c8";
}

.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-file-code-o:before {
  content: "\f1c9";
}

.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-life-bouy:before {
  content: "\f1cd";
}

.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-life-buoy:before {
  content: "\f1cd";
}

.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-life-saver:before {
  content: "\f1cd";
}

.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-support:before {
  content: "\f1cd";
}

.la.la-circle-o-notch:before {
  content: "\f1ce";
}

.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ra:before {
  content: "\f1d0";
}

.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-resistance:before {
  content: "\f1d0";
}

.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ge:before {
  content: "\f1d1";
}

.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-y-combinator-square:before {
  content: "\f1d4";
}

.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-yc-square:before {
  content: "\f1d4";
}

.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wechat:before {
  content: "\f1d7";
}

.la.la-send:before {
  content: "\f1d8";
}

.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-paper-plane-o:before {
  content: "\f1d8";
}

.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-send-o:before {
  content: "\f1d8";
}

.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-circle-thin:before {
  content: "\f111";
}

.la.la-header:before {
  content: "\f1dc";
}

.la.la-sliders:before {
  content: "\f1de";
}

.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-futbol-o:before {
  content: "\f1e3";
}

.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-newspaper-o:before {
  content: "\f1ea";
}

.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-bell-slash-o:before {
  content: "\f1f6";
}

.la.la-trash:before {
  content: "\f2ed";
}

.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-eyedropper:before {
  content: "\f1fb";
}

.la.la-area-chart:before {
  content: "\f1fe";
}

.la.la-pie-chart:before {
  content: "\f200";
}

.la.la-line-chart:before {
  content: "\f201";
}

.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-cc:before {
  content: "\f20a";
}

.la.la-ils:before {
  content: "\f20b";
}

.la.la-shekel:before {
  content: "\f20b";
}

.la.la-sheqel:before {
  content: "\f20b";
}

.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-meanpath:before {
  content: "\f2b4";
}

.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-diamond:before {
  content: "\f3a5";
}

.la.la-intersex:before {
  content: "\f224";
}

.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-facebook-official:before {
  content: "\f09a";
}

.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-hotel:before {
  content: "\f236";
}

.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-yc:before {
  content: "\f23b";
}

.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-battery-4:before {
  content: "\f240";
}

.la.la-battery:before {
  content: "\f240";
}

.la.la-battery-3:before {
  content: "\f241";
}

.la.la-battery-2:before {
  content: "\f242";
}

.la.la-battery-1:before {
  content: "\f243";
}

.la.la-battery-0:before {
  content: "\f244";
}

.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-sticky-note-o:before {
  content: "\f249";
}

.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hourglass-o:before {
  content: "\f254";
}

.la.la-hourglass-1:before {
  content: "\f251";
}

.la.la-hourglass-2:before {
  content: "\f252";
}

.la.la-hourglass-3:before {
  content: "\f253";
}

.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-rock-o:before {
  content: "\f255";
}

.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-grab-o:before {
  content: "\f255";
}

.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-paper-o:before {
  content: "\f256";
}

.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-stop-o:before {
  content: "\f256";
}

.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-scissors-o:before {
  content: "\f257";
}

.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-lizard-o:before {
  content: "\f258";
}

.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-spock-o:before {
  content: "\f259";
}

.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-pointer-o:before {
  content: "\f25a";
}

.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-hand-peace-o:before {
  content: "\f25b";
}

.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-television:before {
  content: "\f26c";
}

.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-calendar-plus-o:before {
  content: "\f271";
}

.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-calendar-minus-o:before {
  content: "\f272";
}

.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-calendar-times-o:before {
  content: "\f273";
}

.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-calendar-check-o:before {
  content: "\f274";
}

.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-map-o:before {
  content: "\f279";
}

.la.la-commenting:before {
  content: "\f4ad";
}

.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-commenting-o:before {
  content: "\f4ad";
}

.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-vimeo:before {
  content: "\f27d";
}

.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-credit-card-alt:before {
  content: "\f09d";
}

.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-pause-circle-o:before {
  content: "\f28b";
}

.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-stop-circle-o:before {
  content: "\f28d";
}

.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wheelchair-alt:before {
  content: "\f368";
}

.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-question-circle-o:before {
  content: "\f059";
}

.la.la-volume-control-phone:before {
  content: "\f2a0";
}

.la.la-asl-interpreting:before {
  content: "\f2a3";
}

.la.la-deafness:before {
  content: "\f2a4";
}

.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-signing:before {
  content: "\f2a7";
}

.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus-official:before {
  content: "\f2b3";
}

.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-google-plus-circle:before {
  content: "\f2b3";
}

.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-fa:before {
  content: "\f2b4";
}

.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-handshake-o:before {
  content: "\f2b5";
}

.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-envelope-open-o:before {
  content: "\f2b6";
}

.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-address-book-o:before {
  content: "\f2b9";
}

.la.la-vcard:before {
  content: "\f2bb";
}

.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-address-card-o:before {
  content: "\f2bb";
}

.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-vcard-o:before {
  content: "\f2bb";
}

.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-user-circle-o:before {
  content: "\f2bd";
}

.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-user-o:before {
  content: "\f007";
}

.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-drivers-license:before {
  content: "\f2c2";
}

.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-id-card-o:before {
  content: "\f2c2";
}

.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-drivers-license-o:before {
  content: "\f2c2";
}

.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-thermometer-4:before {
  content: "\f2c7";
}

.la.la-thermometer:before {
  content: "\f2c7";
}

.la.la-thermometer-3:before {
  content: "\f2c8";
}

.la.la-thermometer-2:before {
  content: "\f2c9";
}

.la.la-thermometer-1:before {
  content: "\f2ca";
}

.la.la-thermometer-0:before {
  content: "\f2cb";
}

.la.la-bathtub:before {
  content: "\f2cd";
}

.la.la-s15:before {
  content: "\f2cd";
}

.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-times-rectangle:before {
  content: "\f410";
}

.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-window-close-o:before {
  content: "\f410";
}

.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-times-rectangle-o:before {
  content: "\f410";
}

.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-eercast:before {
  content: "\f2da";
}

.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

.la.la-snowflake-o:before {
  content: "\f2dc";
}

.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/*---------------------------------------
0.5 Owl Carousel
-----------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position                   : relative;
}

.owl-carousel {
  display: none;
  width  : 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position                : relative;
  -ms-touch-action        : pan-Y;
  touch-action            : manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content    : ".";
  display    : block;
  clear      : both;
  visibility : hidden;
  line-height: 0;
  height     : 0;
}

.owl-carousel .owl-stage-outer {
  position         : relative;
  overflow         : hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility   : hidden;
  -ms-backface-visibility    : hidden;
  -webkit-transform          : translate3d(0, 0, 0);
  -moz-transform             : translate3d(0, 0, 0);
  -ms-transform              : translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height                 : 1px;
  float                      : left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout      : none;
}

.owl-carousel .owl-item img {
  display: block;
  width  : 100%;
  object-fit:none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor             : pointer;
  -webkit-user-select: none;
  -khtml-user-select : none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color     : inherit;
  border    : none;
  padding   : 0 !important;
  font      : inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action   : pan-y;
  touch-action       : pan-y;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration : 1s;
  animation-duration         : 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode        : both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name        : fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition     : height .5s ease-in-out;
  transition        : height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity           : 0;
  -webkit-transition: opacity .4s ease;
  -o-transition     : opacity .4s ease;
  transition        : opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style        : preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position  : relative;
  height    : 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position                   : absolute;
  height                     : 80px;
  width                      : 80px;
  left                       : 50%;
  top                        : 50%;
  margin-left                : -40px;
  margin-top                 : -40px;
  background                 : url(owl.video.play.png) no-repeat;
  cursor                     : pointer;
  z-index                    : 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition         : -webkit-transform .1s ease;
  transition                 : -webkit-transform .1s ease;
  -o-transition              : transform .1s ease;
  transition                 : transform .1s ease;
  transition                 : transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform    : scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform        : scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity            : 0;
  height             : 100%;
  background-position: center center;
  background-repeat  : no-repeat;
  background-size    : contain;
  -webkit-transition : opacity .4s ease;
  -o-transition      : opacity .4s ease;
  transition         : opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index : 1;
  height  : 100%;
  width   : 100%;
}

/*---------------------------------------
0.6 Animate CSS
-----------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform                : translate3d(0, 0, 0);
    transform                        : translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function        : cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform                : translate3d(0, -30px, 0);
    transform                        : translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function        : cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform                : translate3d(0, -15px, 0);
    transform                        : translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform        : translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform                : translate3d(0, 0, 0);
    transform                        : translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function        : cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform                : translate3d(0, -30px, 0);
    transform                        : translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function        : cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform                : translate3d(0, -15px, 0);
    transform                        : translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform        : translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name  : bounce;
  animation-name          : bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin    : center bottom;
  transform-origin        : center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name        : flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform        : scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform        : scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name        : pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform        : scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform        : scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform        : scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform        : scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform        : scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform        : scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform        : scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform        : scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform        : scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform        : scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name        : rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform        : translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform        : translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform        : translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform        : translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name        : shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform        : translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform        : translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform        : translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform        : translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform        : translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform        : translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform        : translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform        : translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function        : ease-in-out;
  -webkit-animation-name           : headShake;
  animation-name                   : headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform        : rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform        : rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform        : rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform        : rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform        : rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform        : rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform        : rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform        : rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin    : top center;
  transform-origin        : top center;
  -webkit-animation-name  : swing;
  animation-name          : swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform        : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform        : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform        : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform        : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform        : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform        : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name        : tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform        : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform        : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform        : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform        : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform        : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform        : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform        : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform        : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform        : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform        : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name        : wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform        : skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform        : skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform        : skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform        : skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform        : skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform        : skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform        : skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform        : skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform        : skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform        : skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform        : skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform        : skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform        : skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform        : skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name  : jello;
  animation-name          : jello;
  -webkit-transform-origin: center;
  -ms-transform-origin    : center;
  transform-origin        : center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform        : scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform        : scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform        : scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform        : scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

.heartBeat {
  -webkit-animation-name           : heartBeat;
  animation-name                   : heartBeat;
  -webkit-animation-duration       : 1.3s;
  animation-duration               : 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function        : ease-in-out;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform        : scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform        : scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity          : 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform        : scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform        : scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity          : 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform        : scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform        : scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity          : 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform        : scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform        : scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity          : 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration        : 0.75s;
  -webkit-animation-name    : bounceIn;
  animation-name            : bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform        : translate3d(0, -3000px, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform        : translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform        : translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform        : translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform        : translate3d(0, -3000px, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform        : translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform        : translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform        : translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name        : bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform        : translate3d(-3000px, 0, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform        : translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform        : translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform        : translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity          : 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform        : translate3d(-3000px, 0, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform        : translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform        : translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform        : translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name        : bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity          : 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform        : translate3d(3000px, 0, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform        : translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform        : translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform        : translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity          : 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform        : translate3d(3000px, 0, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform        : translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform        : translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform        : translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name        : bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform        : translate3d(0, 3000px, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform        : translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform        : translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform        : translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform        : translate3d(0, 3000px, 0);
  }

  60% {
    opacity          : 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform        : translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform        : translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform        : translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name        : bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform        : scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity          : 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform        : scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform        : scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity          : 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform        : scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration        : 0.75s;
  -webkit-animation-name    : bounceOut;
  animation-name            : bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform        : translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity          : 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform        : translate3d(0, -20px, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform        : translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity          : 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform        : translate3d(0, -20px, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name        : bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity          : 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform        : translate3d(20px, 0, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity          : 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform        : translate3d(20px, 0, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name        : bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity          : 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform        : translate3d(-20px, 0, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity          : 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform        : translate3d(-20px, 0, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name        : bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform        : translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity          : 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform        : translate3d(0, 20px, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform        : translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity          : 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform        : translate3d(0, 20px, 0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name        : bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name        : fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name        : fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name        : fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name        : fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name        : fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name        : fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name        : fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name        : fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name        : fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name        : fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name        : fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform        : translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name        : fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name        : fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform        : translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name        : fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name        : fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform        : translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name        : fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name        : fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform        : translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name        : fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function        : ease-out;
  }

  40% {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function        : ease-out;
  }

  50% {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  80% {
    -webkit-transform                : perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform                        : perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  to {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function        : ease-out;
  }

  40% {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function        : ease-out;
  }

  50% {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  80% {
    -webkit-transform                : perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform                        : perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  to {
    -webkit-transform                : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform                        : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility        : visible;
  -webkit-animation-name     : flip;
  animation-name             : flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform                : perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform                        : perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
    opacity                          : 0;
  }

  40% {
    -webkit-transform                : perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform                        : perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform                : perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform                        : perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
    opacity                          : 0;
  }

  40% {
    -webkit-transform                : perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform                        : perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility        : visible !important;
  -webkit-animation-name     : flipInX;
  animation-name             : flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform                : perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform                        : perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
    opacity                          : 0;
  }

  40% {
    -webkit-transform                : perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform                        : perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform                : perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform                        : perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
    opacity                          : 0;
  }

  40% {
    -webkit-transform                : perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform                        : perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function        : ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility        : visible !important;
  -webkit-animation-name     : flipInY;
  animation-name             : flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity          : 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity          : 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity          : 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform        : perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity          : 0;
  }
}

.flipOutX {
  -webkit-animation-duration : 0.75s;
  animation-duration         : 0.75s;
  -webkit-animation-name     : flipOutX;
  animation-name             : flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility        : visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity          : 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity          : 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform        : perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity          : 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform        : perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity          : 0;
  }
}

.flipOutY {
  -webkit-animation-duration : 0.75s;
  animation-duration         : 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility        : visible !important;
  -webkit-animation-name     : flipOutY;
  animation-name             : flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform        : translate3d(100%, 0, 0) skewX(-30deg);
    opacity          : 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform        : skewX(20deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform        : skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform        : translate3d(100%, 0, 0) skewX(-30deg);
    opacity          : 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform        : skewX(20deg);
    opacity          : 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform        : skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name           : lightSpeedIn;
  animation-name                   : lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function        : ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform        : translate3d(100%, 0, 0) skewX(30deg);
    opacity          : 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform        : translate3d(100%, 0, 0) skewX(30deg);
    opacity          : 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name           : lightSpeedOut;
  animation-name                   : lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function        : ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : rotate3d(0, 0, 1, -200deg);
    transform               : rotate3d(0, 0, 1, -200deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : rotate3d(0, 0, 1, -200deg);
    transform               : rotate3d(0, 0, 1, -200deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name        : rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name        : rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name        : rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name        : rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -90deg);
    transform               : rotate3d(0, 0, 1, -90deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -90deg);
    transform               : rotate3d(0, 0, 1, -90deg);
    opacity                 : 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : translate3d(0, 0, 0);
    transform               : translate3d(0, 0, 0);
    opacity                 : 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name        : rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin        : center;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : rotate3d(0, 0, 1, 200deg);
    transform               : rotate3d(0, 0, 1, 200deg);
    opacity                 : 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin        : center;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin        : center;
    -webkit-transform       : rotate3d(0, 0, 1, 200deg);
    transform               : rotate3d(0, 0, 1, 200deg);
    opacity                 : 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name        : rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 45deg);
    transform               : rotate3d(0, 0, 1, 45deg);
    opacity                 : 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name        : rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name        : rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin        : left bottom;
    -webkit-transform       : rotate3d(0, 0, 1, -45deg);
    transform               : rotate3d(0, 0, 1, -45deg);
    opacity                 : 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name        : rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 90deg);
    transform               : rotate3d(0, 0, 1, 90deg);
    opacity                 : 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    opacity                 : 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin        : right bottom;
    -webkit-transform       : rotate3d(0, 0, 1, 90deg);
    transform               : rotate3d(0, 0, 1, 90deg);
    opacity                 : 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name        : rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
  }

  20%,
  60% {
    -webkit-transform                : rotate3d(0, 0, 1, 80deg);
    transform                        : rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
  }

  40%,
  80% {
    -webkit-transform                : rotate3d(0, 0, 1, 60deg);
    transform                        : rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
    opacity                          : 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform        : translate3d(0, 700px, 0);
    opacity          : 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
  }

  20%,
  60% {
    -webkit-transform                : rotate3d(0, 0, 1, 80deg);
    transform                        : rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
  }

  40%,
  80% {
    -webkit-transform                : rotate3d(0, 0, 1, 60deg);
    transform                        : rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin         : top left;
    transform-origin                 : top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
    opacity                          : 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform        : translate3d(0, 700px, 0);
    opacity          : 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration        : 2s;
  -webkit-animation-name    : hinge;
  animation-name            : hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) rotate(30deg);
    transform               : scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin        : center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform        : rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform        : rotate(3deg);
  }

  to {
    opacity          : 1;
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) rotate(30deg);
    transform               : scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin        : center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform        : rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform        : rotate(3deg);
  }

  to {
    opacity          : 1;
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name        : jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform        : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform        : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity          : 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name        : rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform        : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity          : 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform        : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name        : rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name        : zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name        : zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name        : zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name        : zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name        : zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity          : 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform        : scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name        : zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin         : center bottom;
    transform-origin                 : center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin         : center bottom;
    transform-origin                 : center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name        : zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity          : 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform        : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) translate3d(-2000px, 0, 0);
    transform               : scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin        : left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity          : 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform        : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) translate3d(-2000px, 0, 0);
    transform               : scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin        : left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name        : zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity          : 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform        : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) translate3d(2000px, 0, 0);
    transform               : scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin        : right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity          : 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform        : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity                 : 0;
    -webkit-transform       : scale(0.1) translate3d(2000px, 0, 0);
    transform               : scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin        : right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name        : zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin         : center bottom;
    transform-origin                 : center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity                          : 1;
    -webkit-transform                : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform                        : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity                          : 0;
    -webkit-transform                : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform                        : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin         : center bottom;
    transform-origin                 : center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name        : zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name        : slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name        : slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name        : slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
    visibility       : visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name        : slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform        : translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name        : slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name        : slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name        : slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  to {
    visibility       : hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name        : slideOutUp;
}

.animated {
  -webkit-animation-duration : 10s;
  animation-duration         : 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode        : both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count        : infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay        : 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay        : 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay        : 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay        : 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay        : 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration        : 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration        : 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration        : 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration        : 3s;
}

@media (print),
(prefers-reduced-motion) {
  .animated {
    -webkit-animation : unset !important;
    animation         : unset !important;
    -webkit-transition: none !important;
    -o-transition     : none !important;
    transition        : none !important;
  }
}

/*---------------------------------------
0.7 Magnific Popup
-----------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  z-index   : 1042;
  overflow  : hidden;
  position  : fixed;
  background: #0b0b0b;
  opacity   : 0.8;
}

.mfp-wrap {
  top                        : 0;
  left                       : 0;
  width                      : 100%;
  height                     : 100%;
  z-index                    : 1043;
  position                   : fixed;
  outline                    : none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align        : center;
  position          : absolute;
  width             : 100%;
  height            : 100%;
  left              : 0;
  top               : 0;
  padding           : 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
}

.mfp-container:before {
  content       : '';
  display       : inline-block;
  height        : 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position      : relative;
  display       : inline-block;
  vertical-align: middle;
  margin        : 0 auto;
  text-align    : left;
  z-index       : 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width : 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color     : #CCC;
  position  : absolute;
  top       : 50%;
  width     : auto;
  text-align: center;
  margin-top: -0.8em;
  left      : 8px;
  right     : 8px;
  z-index   : 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow          : visible;
  cursor            : pointer;
  background        : transparent;
  border            : 0;
  -webkit-appearance: none;
  display           : block;
  outline           : none;
  padding           : 0;
  z-index           : 1046;
  -webkit-box-shadow: none;
  box-shadow        : none;
  -ms-touch-action  : manipulation;
  touch-action      : manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border : 0;
}

.mfp-close {
  width          : 44px;
  height         : 44px;
  line-height    : 44px;
  position       : absolute;
  right          : 0;
  top            : 0;
  text-decoration: none;
  text-align     : center;
  opacity        : 0.65;
  padding        : 0 0 18px 10px;
  color          : #FFF;
  font-style     : normal;
  font-size      : 28px;
  font-family    : Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color        : #FFF;
  right        : -6px;
  text-align   : right;
  padding-right: 6px;
  width        : 100%;
}

.mfp-counter {
  position   : absolute;
  top        : 0;
  right      : 0;
  color      : #CCC;
  font-size  : 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position                   : absolute;
  opacity                    : 0.65;
  margin                     : 0;
  top                        : 50%;
  margin-top                 : -55px;
  padding                    : 0;
  width                      : 90px;
  height                     : 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content    : '';
  display    : block;
  width      : 0;
  height     : 0;
  position   : absolute;
  left       : 0;
  top        : 0;
  margin-top : 35px;
  margin-left: 35px;
  border     : medium inset transparent;
}

.mfp-arrow:after {
  border-top-width   : 13px;
  border-bottom-width: 13px;
  top                : 8px;
}

.mfp-arrow:before {
  border-top-width   : 21px;
  border-bottom-width: 21px;
  opacity            : 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left : 31px;
}

.mfp-arrow-left:before {
  margin-left : 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top   : 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width      : 100%;
  max-width  : 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width      : 100%;
  height     : 0;
  overflow   : hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position          : absolute;
  display           : block;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow        : 0 0 8px rgba(0, 0, 0, 0.6);
  background        : #000;
}

/* Main image in popup */
img.mfp-img {
  width             : auto;
  max-width         : 100%;
  height            : auto;
  display           : block;
  line-height       : 0;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  padding           : 40px 0 40px;
  margin            : 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content           : '';
  position          : absolute;
  left              : 0;
  top               : 40px;
  bottom            : 40px;
  display           : block;
  right             : 0;
  width             : auto;
  height            : auto;
  z-index           : -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow        : 0 0 8px rgba(0, 0, 0, 0.6);
  background        : #444;
}

.mfp-figure small {
  color      : #BDBDBD;
  display    : block;
  font-size  : 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position  : absolute;
  top       : 100%;
  left      : 0;
  width     : 100%;
  cursor    : auto;
}

.mfp-title {
  text-align   : left;
  line-height  : 18px;
  color        : #F3F3F3;
  word-wrap    : break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left : 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top   : 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display    : inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background        : rgba(0, 0, 0, 0.6);
    bottom            : 0;
    margin            : 0;
    top               : auto;
    padding           : 3px 5px;
    position          : fixed;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top  : 3px;
  }

  .mfp-img-mobile .mfp-close {
    top        : 0;
    right      : 0;
    width      : 35px;
    height     : 35px;
    line-height: 35px;
    background : rgba(0, 0, 0, 0.6);
    position   : fixed;
    text-align : center;
    padding    : 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform    : scale(0.75);
    transform        : scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin    : 0;
    transform-origin        : 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin    : 100%;
    transform-origin        : 100%;
  }

  .mfp-container {
    padding-left : 6px;
    padding-right: 6px;
  }
}

/*---------------------------------------
0.7 Animation on Scroll
-----------------------------------------*/
[data-sal] {
  -webkit-transition-duration       : .2s;
  -o-transition-duration            : .2s;
  transition-duration               : .2s;
  -webkit-transition-duration       : var(--sal-duration, 0.2s);
  -o-transition-duration            : var(--sal-duration, 0.2s);
  transition-duration               : var(--sal-duration, 0.2s);
  -webkit-transition-delay          : 0s;
  -o-transition-delay               : 0s;
  transition-delay                  : 0s;
  -webkit-transition-delay          : var(--sal-delay, 0s);
  -o-transition-delay               : var(--sal-delay, 0s);
  transition-delay                  : var(--sal-delay, 0s);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function     : ease;
  transition-timing-function        : ease;
  -webkit-transition-timing-function: var(--sal-easing, ease);
  -o-transition-timing-function     : var(--sal-easing, ease);
  transition-timing-function        : var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: .2s;
  -o-transition-duration     : .2s;
  transition-duration        : .2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: .25s;
  -o-transition-duration     : .25s;
  transition-duration        : .25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: .3s;
  -o-transition-duration     : .3s;
  transition-duration        : .3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: .35s;
  -o-transition-duration     : .35s;
  transition-duration        : .35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: .4s;
  -o-transition-duration     : .4s;
  transition-duration        : .4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: .45s;
  -o-transition-duration     : .45s;
  transition-duration        : .45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: .5s;
  -o-transition-duration     : .5s;
  transition-duration        : .5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: .55s;
  -o-transition-duration     : .55s;
  transition-duration        : .55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: .6s;
  -o-transition-duration     : .6s;
  transition-duration        : .6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: .65s;
  -o-transition-duration     : .65s;
  transition-duration        : .65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: .7s;
  -o-transition-duration     : .7s;
  transition-duration        : .7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: .75s;
  -o-transition-duration     : .75s;
  transition-duration        : .75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: .8s;
  -o-transition-duration     : .8s;
  transition-duration        : .8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: .85s;
  -o-transition-duration     : .85s;
  transition-duration        : .85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: .9s;
  -o-transition-duration     : .9s;
  transition-duration        : .9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: .95s;
  -o-transition-duration     : .95s;
  transition-duration        : .95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
  -o-transition-duration     : 1s;
  transition-duration        : 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration     : 1.05s;
  transition-duration        : 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration     : 1.1s;
  transition-duration        : 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration     : 1.15s;
  transition-duration        : 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration     : 1.2s;
  transition-duration        : 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration     : 1.25s;
  transition-duration        : 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration     : 1.3s;
  transition-duration        : 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration     : 1.35s;
  transition-duration        : 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration     : 1.4s;
  transition-duration        : 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration     : 1.45s;
  transition-duration        : 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration     : 1.5s;
  transition-duration        : 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration     : 1.55s;
  transition-duration        : 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration     : 1.6s;
  transition-duration        : 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration     : 1.65s;
  transition-duration        : 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration     : 1.7s;
  transition-duration        : 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration     : 1.75s;
  transition-duration        : 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration     : 1.8s;
  transition-duration        : 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration     : 1.85s;
  transition-duration        : 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration     : 1.9s;
  transition-duration        : 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration     : 1.95s;
  transition-duration        : 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
  -o-transition-duration     : 2s;
  transition-duration        : 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: .05s;
  -o-transition-delay     : .05s;
  transition-delay        : .05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: .1s;
  -o-transition-delay     : .1s;
  transition-delay        : .1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: .15s;
  -o-transition-delay     : .15s;
  transition-delay        : .15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: .2s;
  -o-transition-delay     : .2s;
  transition-delay        : .2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: .25s;
  -o-transition-delay     : .25s;
  transition-delay        : .25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: .3s;
  -o-transition-delay     : .3s;
  transition-delay        : .3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: .35s;
  -o-transition-delay     : .35s;
  transition-delay        : .35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: .4s;
  -o-transition-delay     : .4s;
  transition-delay        : .4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: .45s;
  -o-transition-delay     : .45s;
  transition-delay        : .45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: .5s;
  -o-transition-delay     : .5s;
  transition-delay        : .5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: .55s;
  -o-transition-delay     : .55s;
  transition-delay        : .55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: .6s;
  -o-transition-delay     : .6s;
  transition-delay        : .6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: .65s;
  -o-transition-delay     : .65s;
  transition-delay        : .65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: .7s;
  -o-transition-delay     : .7s;
  transition-delay        : .7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: .75s;
  -o-transition-delay     : .75s;
  transition-delay        : .75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: .8s;
  -o-transition-delay     : .8s;
  transition-delay        : .8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: .85s;
  -o-transition-delay     : .85s;
  transition-delay        : .85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: .9s;
  -o-transition-delay     : .9s;
  transition-delay        : .9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: .95s;
  -o-transition-delay     : .95s;
  transition-delay        : .95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
  -o-transition-delay     : 1s;
  transition-delay        : 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function     : linear;
  transition-timing-function        : linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function     : ease;
  transition-timing-function        : ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function     : ease-in;
  transition-timing-function        : ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function     : ease-out;
  transition-timing-function        : ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function     : ease-in-out;
  transition-timing-function        : ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function     : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function     : cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function     : cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function        : cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function     : cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function        : cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function     : cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function        : cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function     : cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function        : cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function     : cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function        : cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function     : cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function        : cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function     : cubic-bezier(1, 0, 0, 1);
  transition-timing-function        : cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function     : cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function        : cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function     : cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function        : cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function     : cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function        : cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function     : cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function        : cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function     : cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function        : cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function     : cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function        : cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function     : cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function        : cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function     : cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function        : cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function     : cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function        : cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function     : cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function        : cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function     : cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function        : cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function     : cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function        : cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function     : cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function        : cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function     : cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function        : cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function     : cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function        : cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity                    : 0;
  -webkit-transition-property: opacity;
  -o-transition-property     : opacity;
  transition-property        : opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity                    : 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property        : opacity, -webkit-transform;
  -o-transition-property     : opacity, transform;
  transition-property        : opacity, transform;
  transition-property        : opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
  -ms-transform    : translateY(20%);
  transform        : translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
  -ms-transform    : translateY(-20%);
  transform        : translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
  -ms-transform    : translateX(20%);
  transform        : translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
  -ms-transform    : translateX(-20%);
  transform        : translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity          : 1;
  -webkit-transform: none;
  -ms-transform    : none;
  transform        : none;
}

[data-sal|=zoom] {
  opacity                    : 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property        : opacity, -webkit-transform;
  -o-transition-property     : opacity, transform;
  transition-property        : opacity, transform;
  transition-property        : opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(2.5);
  -ms-transform    : scale(2.5);
  transform        : scale(2.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity          : 1;
  -webkit-transform: none;
  -ms-transform    : none;
  transform        : none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property        : -webkit-transform;
  -o-transition-property     : transform;
  transition-property        : transform;
  transition-property        : transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
  transform        : perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
  transform        : perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
  transform        : perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
  transform        : perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
  -ms-transform    : none;
  transform        : none;
}

/*# sourceMappingURL=sal.css.map*/
/*---------------------------------------
    0.1 Base Style
-----------------------------------------*/
/*---------------------------------------
    1.1 Functions
-----------------------------------------*/
/*---------------------------------------
    1.2 Variables
-----------------------------------------*/
/*---------------------------------------
    1.3 Mixins
-----------------------------------------*/
/*---------------------------------------
    1.4 Global
-----------------------------------------*/
html {
  font-size: 16px;
}

body {
  background-color: white;
  font-family     : Preahvihear, sans-serif;
  font-size       : 1rem;
  font-weight     : 400;
  line-height     : 1.5;
  color           : #3a3a3a;
  overflow-x      : hidden;
}

p {
  margin-bottom: 1.25rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin     : 0.9rem 0 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color      : #374a5e;
}

@media screen and (min-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 1.2rem 0 0.8rem;
  }
}

h1 {
  margin-top: 0;
  font-size : 2.56rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.0625rem;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size  : 1.05rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1200px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size  : 1rem;
  font-weight: 700;
  color      : #374a5e;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.05rem;
  }
}

@media screen and (min-width: 1200px) {
  h6 {
    font-size: 1.125rem;
  }
}

.xsm-text {
  font-size: 12px;
}

small,
.sm-text {
  font-size: 14px;
}

.lg-text {
  font-size: 18px;
}

.xlg-text {
  font-size: 20px;
}

.xxlg-text {
  font-size: 24px;
}

.xxxl-text {
  font-size: 30px;
}

button:focus {
  outline: none !important;
}

.btn:focus,
.btn.focus {
  outline           : none;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

input:focus {
  outline: none;
}

.form-control {
  border-color: rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border-color      : rgba(0, 0, 0, 0.1);
  outline           : none;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  font-size     : 14px;
  text-transform: capitalize;
}

input:-ms-input-placeholder {
  font-size     : 14px;
  text-transform: capitalize;
}

input::-ms-input-placeholder {
  font-size     : 14px;
  text-transform: capitalize;
}

input::placeholder {
  font-size     : 14px;
  text-transform: capitalize;
}

.font-weight-md {
  font-weight: 500;
}

/*---------------------------------------
    0.2 Modules Style
-----------------------------------------*/
/*---------------------------------------
    2.1 Brand
-----------------------------------------*/
.brand {
  width: 150px;
}

@media screen and (min-width: 1200px) {
  .zl-brand-border-right {
    border-right: 1px solid rgba(224, 224, 224, 0.3);
  }
}

/*---------------------------------------
    2.2 Menu
-----------------------------------------*/
.zol-menu {
  display   : none;
  position  : absolute;
  top       : 100%;
  right     : 0;
  width     : 290px;
  background: #374a5e;
  z-index   : 1000;
}

@media screen and (min-width: 768px) {
  .zol-menu {
    width: 690px;
  }
}

@media screen and (min-width: 992px) {
  .zol-menu {
    display         : -webkit-box !important;
    display         : -ms-flexbox !important;
    display         : flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    position        : relative;
    top             : auto;
    right           : auto;
    width           : auto;
    background      : transparent;
  }
}

.zol-menu-toggle {
  font-size: 24px;
  z-index  : 1000;
}

.zol-menu-wrapper {
  position      : relative;
  padding-top   : 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .zol-menu-wrapper {
    padding-top   : 0;
    padding-bottom: 0;
  }
}

.zol-menu-close {
  display: none;
}

.zol-menu-close.active {
  display: block;
}

.zol-menu-open.acitve {
  display: block;
}

.zol-menu__list {
  text-align   : left;
  border-bottom: 1px solid #35475b;
}

.zol-menu__list:last-child {
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  .zol-menu__list {
    margin-right      : 15px;
    border-bottom     : 1px solid transparent;
    text-align        : center;
    -webkit-transition: all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
  }

  .zol-menu__list:hover {
    border-bottom: 1px solid #3c4cc6;
  }
}

.zol-menu__link {
  width         : 100%;
  padding-top   : 15px;
  padding-bottom: 15px;
  padding-left  : 15px;
  padding-right : 15px;
  position      : relative;
  background    : rgba(255, 255, 255, 0.05);
  text-transform: capitalize;
  color         : #fff;
  font-weight   : 500;
}

.zol-menu__link:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .zol-menu__link {
    padding-top   : 25px;
    padding-bottom: 25px;
    font-size     : 14px;
    color         : #374a5e;
    text-transform: uppercase;
    background    : transparent;
  }

  .zol-menu__link:hover {
    color: #3c4cc6;
  }
}

.zol-menu__sub {
  opacity           : 0;
  height            : 0;
  visibility        : hidden;
  -webkit-transition: all 0.1s ease;
  -o-transition     : all 0.1s ease;
  transition        : all 0.1s ease;
  z-index           : -9998;
}

@media screen and (min-width: 992px) {
  .zol-menu__sub {
    position         : absolute;
    left             : 50%;
    top              : 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
    background       : #374a5e;
  }
}

.zol-menu__sub-list {
  border-bottom: 1px solid #35475b;
}

.zol-menu__sub-list:last-child {
  border-bottom: none;
}

.zol-menu__sub-link {
  width         : 100%;
  padding-top   : 15px;
  padding-bottom: 15px;
  padding-left  : 15px;
  padding-right : 15px;
  position      : relative;
  background    : rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
  color         : #fff;
}

.zol-menu__sub-link:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .zol-menu__sub-link {
    font-size: 14px;
  }

  .zol-menu__sub-link:hover {
    background: #3c4cc6;
  }
}

.zol-menu__sub-2 {
  opacity           : 0;
  height            : 0;
  visibility        : hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  z-index           : -9998;
}

@media screen and (min-width: 992px) {
  .zol-menu__sub-2 {
    position: absolute;
    top     : 0;
    left    : 100%;
  }
}

.zol-menu__sub-2-list-2 {
  border-bottom: 1px solid #35475b;
}

.zol-menu__sub-2-list-2:last-child {
  border-bottom: none;
}

.zol-menu__sub-2-link-2 {
  width         : 100%;
  padding-top   : 15px;
  padding-bottom: 15px;
  padding-left  : 15px;
  padding-right : 15px;
  position      : relative;
  background    : rgba(255, 255, 255, 0.2);
  text-transform: capitalize;
  color         : #fff;
}

.zol-menu__sub-2-link-2:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .zol-menu__sub-2-link-2 {
    font-size: 14px;
  }

  .zol-menu__sub-2-link-2:hover {
    background: #3c4cc6;
  }
}

.zol-menu__has-sub {
  position: relative;
}

.zol-menu__has-sub:hover>.zol-menu__sub {
  height            : auto;
  -webkit-transition: all 0.1s ease;
  -o-transition     : all 0.1s ease;
  transition        : all 0.1s ease;
  opacity           : 1;
  visibility        : visible;
  z-index           : 9998;
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub:hover>.zol-menu__sub {
    width: 290px;
  }
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub:hover .zol-menu__link {
    color: #3c4cc6;
  }
}

.zol-menu__has-sub .zol-menu__link:after {
  content          : "\f107";
  font-family      : "Line Awesome Free";
  font-weight      : 900;
  position         : absolute;
  top              : 50%;
  right            : 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform    : translateY(-50%);
  transform        : translateY(-50%);
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub .zol-menu__link:after {
    right    : -3px;
    font-size: 12px;
  }
}

.zol-menu__has-sub-2 {
  position: relative;
}

.zol-menu__has-sub-2:hover>.zol-menu__sub-2 {
  height            : auto;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  opacity           : 1;
  visibility        : visible;
  z-index           : 9998;
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub-2:hover>.zol-menu__sub-2 {
    width     : 100%;
    background: #374a5e;
  }
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub-2:hover .zol-menu__sub-link {
    background: #3c4cc6;
  }
}

.zol-menu__has-sub-2 .zol-menu__sub-link:after {
  content          : "\f107";
  font-family      : "Line Awesome Free";
  font-weight      : 900;
  position         : absolute;
  top              : 50%;
  right            : 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform    : translateY(-50%);
  transform        : translateY(-50%);
}

@media screen and (min-width: 992px) {
  .zol-menu__has-sub-2 .zol-menu__sub-link:after {
    content: "\f105";
  }
}

@media screen and (min-width: 992px) {
  .zol-menu__current {
    border-bottom: 1px solid #3c4cc6;
  }

  .zol-menu__current>.zol-menu__link {
    color: #3c4cc6;
  }
}

/*---------------------------------------
    2.3 Button
-----------------------------------------*/
.bttn {
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.3);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.bttn:hover {
  -webkit-box-shadow: 0 5px 20px rgba(60, 76, 198, 0.7);
  box-shadow        : 0 5px 20px rgba(60, 76, 198, 0.7);
}

.bttn-sm {
  padding-top   : 10px;
  padding-bottom: 10px;
  padding-left  : 30px;
  padding-right : 30px;
  font-size     : 12px;
}

.bttn-xsm {
  padding-top   : 5px;
  padding-bottom: 5px;
  padding-left  : 20px;
  padding-right : 20px;
  font-size     : 12px;
}

.bttn-md {
  padding-top   : 10px;
  padding-bottom: 10px;
  padding-left  : 30px;
  padding-right : 30px;
  font-size     : 14px;
  font-weight   : 500;
}

.bttn-lg {
  padding-top   : 12px;
  padding-bottom: 12px;
  padding-left  : 40px;
  padding-right : 40px;
  font-size     : 16px;
  font-weight   : 500;
}

.bttn-round {
  border-radius: 50px;
}

.bttn-semi-round {
  border-radius: 10px 10px 0 10px;
}

.bttn-rounded {
  border-radius: 100%;
  width        : 54px;
  height       : 54px;
  line-height  : 54px;
  text-align   : center;
}

.bttn-color-3 {
  background-color   : #00d280;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #00a967 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #00a967 1%);
  background-image   : radial-gradient(circle, transparent 1%, #00a967 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-color-3:hover {
  color           : #fff;
  background-color: #00d280;
  background-size : 100%;
}

.bttn-color-3:active {
  background-color: #00d280;
  background-size : 15000%;
}

.bttn-color-3-transparent {
  background-color  : rgba(0, 210, 128, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #00d280;
  font-weight       : 500;
}

.bttn-color-11 {
  background-color   : #78b23a;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #639330 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #639330 1%);
  background-image   : radial-gradient(circle, transparent 1%, #639330 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-color-11:hover {
  color           : #fff;
  background-color: #78b23a;
  background-size : 100%;
}

.bttn-color-11:active {
  background-color: #78b23a;
  background-size : 15000%;
}

.bttn-color-11-transparent {
  background-color  : transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #78b23a;
  font-weight       : 500;
}

.bttn-primary {
  background-color   : #3c4cc6;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #313fa8 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #313fa8 1%);
  background-image   : radial-gradient(circle, transparent 1%, #313fa8 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-primary:hover {
  color           : #fff;
  background-color: #3c4cc6;
  background-size : 100%;
}

.bttn-primary:active {
  background-color: #3c4cc6;
  background-size : 15000%;
}

.bttn-primary-transparent {
  background-color  : rgba(60, 76, 198, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #3c4cc6;
  font-weight       : 500;
}

.bttn-beta {
  background-color   : #54e4e4;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #31dede 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #31dede 1%);
  background-image   : radial-gradient(circle, transparent 1%, #31dede 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-beta:hover {
  color           : #fff;
  background-color: #54e4e4;
  background-size : 100%;
}

.bttn-beta:active {
  background-color: #54e4e4;
  background-size : 15000%;
}

.bttn-beta-transparent {
  background-color  : rgba(84, 228, 228, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #54e4e4;
  font-weight       : 500;
}

.bttn-beta-transparent:hover {
  background-color: #54e4e4;
  color           : #fff;
}

.bttn-gamma {
  background-color   : #feaf3a;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #fe9f11 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #fe9f11 1%);
  background-image   : radial-gradient(circle, transparent 1%, #fe9f11 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-gamma:hover {
  color           : #fff;
  background-color: #feaf3a;
  background-size : 100%;
}

.bttn-gamma:active {
  background-color: #feaf3a;
  background-size : 15000%;
}

.bttn-gamma-transparent {
  background-color  : rgba(254, 175, 58, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #feaf3a;
  font-weight       : 500;
}

.bttn-gamma-transparent:hover {
  background-color: #feaf3a;
  color           : #fff;
}

.bttn-alpha {
  background-color   : #ff518b;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #ff2870 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #ff2870 1%);
  background-image   : radial-gradient(circle, transparent 1%, #ff2870 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-alpha:hover {
  color           : #fff;
  background-color: #ff518b;
  background-size : 100%;
}

.bttn-alpha:active {
  background-color: #ff518b;
  background-size : 15000%;
}

.bttn-alpha-transparent {
  background-color  : rgba(255, 81, 139, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #ff518b;
  font-weight       : 500;
}

.bttn-alpha-transparent:hover {
  background-color: #ff518b;
  color           : #fff;
}

.bttn-alpha-outline {
  color       : #ff518b;
  border-color: #ff518b;
}

.bttn-alpha-outline:hover {
  color           : #fff;
  background-color: #ff518b;
  border-color    : #ff518b;
}

.bttn-epsilon {
  background-color   : #c656ff;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #b82dff 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #b82dff 1%);
  background-image   : radial-gradient(circle, transparent 1%, #b82dff 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-epsilon:hover {
  color           : #fff;
  background-color: #c656ff;
  background-size : 100%;
}

.bttn-epsilon:active {
  background-color: #c656ff;
  background-size : 15000%;
}

.bttn-epsilon-transparent {
  background-color  : rgba(198, 86, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #c656ff;
  font-weight       : 500;
}

.bttn-epsilon-transparent:hover {
  background-color: #c656ff;
  color           : #fff;
}

.bttn-secondary {
  background-color   : #6b5ee1;
  -webkit-transition : all 0.3s ease;
  -o-transition      : all 0.3s ease;
  transition         : all 0.3s ease;
  color              : #fff;
  background-image   : -webkit-radial-gradient(circle, transparent 1%, #4b3cdb 1%);
  background-image   : -o-radial-gradient(circle, transparent 1%, #4b3cdb 1%);
  background-image   : radial-gradient(circle, transparent 1%, #4b3cdb 1%);
  background-position: center;
  background-size    : 15000%;
}

.bttn-secondary:hover {
  color           : #fff;
  background-color: #6b5ee1;
  background-size : 100%;
}

.bttn-secondary:active {
  background-color: #6b5ee1;
  background-size : 15000%;
}

.bttn-secondary-transparent {
  background-color  : rgba(107, 94, 225, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  color             : #c656ff;
  font-weight       : 500;
}

.bttn-secondary-transparent:hover {
  background-color: #6b5ee1;
  color           : #fff;
}

.bttn-light {
  background-color: #fff;
  color           : #374a5e;
}

.bttn-light:hover {
  background: #fff;
  color     : #374a5e;
}

.bttn-light.active {
  background: #374a5e;
  color     : #fff;
}

.bttn-light-alt {
  background-color: #fff;
  color           : #ff518b;
}

.bttn-light-alt:hover {
  background: #fff;
}

.bttn-light-alt.active {
  background: #ff518b;
  color     : #fff;
}

.bttn-light-delta {
  background-color: #fff;
  color           : #01d367;
}

.bttn-light-delta:hover {
  background: #fff;
  color     : #01d367;
}

.bttn-light-delta.active {
  background: #01d367;
  color     : #fff;
}

.bttn-video {
  width             : 60px;
  height            : 60px;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  border-radius     : 60px;
  font-size         : 24px;
  line-height       : 1;
  -webkit-animation : bttn-video 2s infinite;
  animation         : bttn-video 2s infinite;
  -webkit-transition: all 0.2s ease;
  -o-transition     : all 0.2s ease;
  transition        : all 0.2s ease;
  text-decoration   : none;
}

.bttn-video:hover {
  text-decoration: none;
}

.bttn-color-3-outline {
  border: 1px solid #00d280;
  color : #fff;
}

.bttn-color-3-outline:hover {
  background: #00d280;
  color     : #fff;
}

.bttn-color-11-outline {
  border: 1px solid #78b23a;
}

.bttn-color-11-outline:hover {
  background: #78b23a;
  color     : #fff;
}

/*---------------------------------------
    2.4 Newsletter
-----------------------------------------*/
.newsletter,
.newsletter--alt {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  border-radius    : 50px;
}

.newsletter--alt {
  border-radius: 10px 10px 0 10px;
}

.newsletter--alt .newsletter__button {
  border-radius: 10px 10px 0 10px;
}

.newsletter__button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.newsletter__input {
  border    : none;
  background: transparent;
}

.newsletter__divider {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .newsletter__divider::after {
    content   : '';
    width     : 1px;
    height    : 100%;
    background: #e0e0e0;
    position  : absolute;
    right     : -16px;
  }
}

.zl-newsletter {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .zl-newsletter--backdrop {
    padding-left : 15px;
    padding-right: 15px;
    z-index      : 1;
  }
}

@media screen and (min-width: 1200px) {
  .zl-newsletter--backdrop::before {
    content   : "";
    position  : absolute;
    top       : calc(0px - 100px);
    left      : 0;
    right     : 0;
    bottom    : calc(0px - 95px);
    background: #fb3548;
    z-index   : -1;
  }
}

@media screen and (min-width: 1200px) {
  .zl-newsletter--backdrop::after {
    content            : "";
    position           : absolute;
    top                : calc(0px - 100px);
    left               : 0;
    right              : 0;
    bottom             : calc(0px - 95px);
    background-image   : url(../img/footer-shape.png);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
    opacity            : 0.3;
    z-index            : -1;
  }
}

.zl-newsletter--backdrop-corner {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .zl-newsletter--backdrop-corner::before {
    content      : "";
    border-top   : 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left  : 20px solid #c60417;
    position     : absolute;
    top          : -100px;
    right        : -35px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-newsletter--backdrop-corner::after {
    content      : "";
    border-top   : 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-left  : 20px solid #c60417;
    position     : absolute;
    bottom       : -95px;
    right        : -35px;
  }
}

.zl-newsletter-7 {
  background-image   : url(../img/newsletter-bg.png);
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.5 Social List
-----------------------------------------*/
.social-list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.social-list.social-list--2 .social-list__item {
  margin-right: 8px;
}

.social-list.social-list--2 .social-icon-light--hover:hover {
  background: #ff518b;
}

.social-list__item {
  margin-right: 5px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.zl-social-list {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  position             : absolute;
  top                  : 30px;
  right                : 30px;
  visibility           : hidden;
  z-index              : -1;
  opacity              : 0;
  -webkit-transition   : all .3s ease;
  -o-transition        : all .3s ease;
  transition           : all .3s ease;
}

.zl-social-list__item {
  margin-bottom: 10px;
}

.zl-social-list__item:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
    2.6 Social icon
-----------------------------------------*/
.social-icon,
.social-icon-light {
  padding-left  : 8px;
  padding-right : 8px;
  padding-top   : 8px;
  padding-bottom: 8px;
  line-height   : 1;
  color         : #374a5e;
}

.social-icon-light {
  border-radius: 5px;
  color        : #fff;
  border       : 2px solid transparent;
}

.social-icon-light--hover:hover {
  border    : 2px solid #ff518b;
  color     : #fff;
  background: #492cac;
}

.social-icon--alpha {
  background: #fff;
}

.social-icon--alpha:hover {
  background: #ff518b;
  color     : #fff;
}

.zl-social-icon {
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  width             : 25px;
  height            : 25px;
  border-radius     : 50%;
  font-size         : 14px;
  line-height       : 1;
  color             : #fff;
  text-decoration   : none;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.zl-social-icon:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.3);
  text-decoration   : none;
  color             : #fff;
}

.zl-social-icon--fb {
  background: #3b5998;
}

.zl-social-icon--tw {
  background: #1da1f2;
}

.zl-social-icon--dbl {
  background: #ea4c89;
}

.zl-social-icon--ins {
  background: #f56040;
}

.zl-social-icon--in {
  background: #0077b5;
}

/*---------------------------------------
    2.7 Hero Slider
-----------------------------------------*/
.hero-slider {
  width: 100%;
}

.hero-slider__item {
  min-height         : 650px;
  display            : -webkit-box !important;
  display            : -ms-flexbox !important;
  display            : flex !important;
  -webkit-box-align  : center;
  -ms-flex-align     : center;
  align-items        : center;
  position           : relative;
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
  z-index            : 1;
}

@media only screen and (max-width: 900px) {
  .hero-slider__item {
    display          : flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .hero-slider {
    margin-top:50px
  }
}

@media screen and (min-width: 1366px) {
  .hero-slider__item {
    height: calc(100vh - 73px);
  }
}

.hero-slider__item:focus {
  outline: none;
}

.hero-slider__item--1 {
  background: #f8faff url(../img/hero-1-bg.png);
}

.hero-slider__item--2 {
  background: #f8faff url(../img/hero-1-bg.png);
}

.hero-slider__item--3 {
  background: #f8faff url(../img/hero-1-bg.png);
}

.hero-slider__item--4 {
  background: #f8faff url(../img/hero-1-bg.png);
}

.hero-slider__img {
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left  : auto;
  position     : absolute;
  top          : 0;
  bottom       : 0;
  right        : 0;
  z-index      : -1;
}

@media screen and (min-width: 992px) {
  .hero-slider__img {
    display  : block;
    max-width: 475px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-slider__img {
    max-width: 600px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-slider__img {
    max-width: 700px;
  }
}

@media screen and (min-width: 1600px) {
  .hero-slider__img {
    max-width: 850px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-slider__img {
    max-width: 1000px;
  }
}

.hero-slider__img-is {
  position: absolute;
  right   : 0;
  bottom  : 0;
}

.hero-slider .owl-item.active .slide-down {
  -webkit-animation: slideInDown 1.5s 0.05s linear;
  animation        : slideInDown 1.5s 0.05s linear;
}

.hero-slider .owl-item.active .slide-right {
  -webkit-animation: slideInRight 1.5s 0.05s linear;
  animation        : slideInRight 1.5s 0.05s linear;
}

.hero-slider .owl-item.active .slide-up {
  -webkit-animation: slideInUp 1.5s 0.05s linear;
  animation        : slideInUp 1.5s 0.05s linear;
}

/*---------------------------------------
    2.8 Cards
-----------------------------------------*/
.cards,
.zl-card {
  padding-top       : 30px;
  padding-bottom    : 30px;
  padding-left      : 15px;
  padding-right     : 15px;
  border-radius     : 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

@media screen and (min-width: 1200px) {

  .cards,
  .zl-card {
    padding-top   : 50px;
    padding-bottom: 50px;
    padding-left  : 50px;
    padding-right : 50px;
  }
}

.cards:hover,
.zl-card:hover {
  -webkit-box-shadow: 0 20px 60px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 20px 60px rgba(60, 76, 198, 0.1);
}

.cards:hover .cards__body-title,
.zl-card:hover .cards__body-title {
  color: #3c4cc6;
}

.cards--shadow {
  -webkit-box-shadow: 0 3px 7px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 3px 7px rgba(60, 76, 198, 0.2);
}

.cards__img {
  width: 120px;
}

.zl-card {
  border-radius: 10px;
  background   : #effefb;
}

.zl-card:hover {
  background: #fff;
}

.zl-card__icon,
.zl-card__icon--sm {
  position          : relative;
  width             : 60px;
  height            : 60px;
  border-radius     : 50% / 10%;
  text-align        : center;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  font-size         : 35px;
  color             : #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  z-index           : 1;
}

.zl-card__icon:hover,
.zl-card__icon--sm:hover {
  cursor            : pointer;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 10px 15px rgba(0, 0, 0, 0.1);
}

.zl-card__icon span,
.zl-card__icon--sm span,
.zl-card__icon i,
.zl-card__icon--sm i {
  line-height   : 1;
  vertical-align: middle;
}

.zl-card__icon::before,
.zl-card__icon--sm::before {
  content      : "";
  position     : absolute;
  top          : 10%;
  bottom       : 10%;
  right        : -5%;
  left         : -5%;
  background   : inherit;
  border-radius: 5% / 50%;
  z-index      : -1;
}

.zl-card__icon--sm {
  width     : 40px;
  min-width : 40px;
  height    : 40px;
  min-height: 40px;
  font-size : 24px;
}

.zl-card__icon--sm span,
.zl-card__icon--sm i {
  line-height   : 1;
  vertical-align: middle;
}

.zl-card__icon--1 {
  background: -webkit-linear-gradient(40deg, #06f435, #78b23a);
  background: -o-linear-gradient(40deg, #06f435, #78b23a);
  background: linear-gradient(50deg, #06f435, #78b23a);
}

.zl-card__icon--2 {
  background: -webkit-linear-gradient(40deg, #fb3548, #ff518b);
  background: -o-linear-gradient(40deg, #fb3548, #ff518b);
  background: linear-gradient(50deg, #fb3548, #ff518b);
}

.zl-card__icon--3 {
  background: -webkit-linear-gradient(40deg, #f37f07, #feaf3a);
  background: -o-linear-gradient(40deg, #f37f07, #feaf3a);
  background: linear-gradient(50deg, #f37f07, #feaf3a);
}

.zl-card__icon--4 {
  background: -webkit-linear-gradient(40deg, #7025f5, #3e53f6);
  background: -o-linear-gradient(40deg, #7025f5, #3e53f6);
  background: linear-gradient(50deg, #7025f5, #3e53f6);
}

.zl-card__icon--5 {
  background: -webkit-linear-gradient(40deg, #7025f5, #c656ff);
  background: -o-linear-gradient(40deg, #7025f5, #c656ff);
  background: linear-gradient(50deg, #7025f5, #c656ff);
}

.zl-card__icon--6 {
  background: -webkit-linear-gradient(40deg, #f37f07, #f56040);
  background: -o-linear-gradient(40deg, #f37f07, #f56040);
  background: linear-gradient(50deg, #f37f07, #f56040);
}

.zl-card__icon--7 {
  background: -webkit-linear-gradient(40deg, #4a0de3, #ea4c89);
  background: -o-linear-gradient(40deg, #4a0de3, #ea4c89);
  background: linear-gradient(50deg, #4a0de3, #ea4c89);
}

.zl-card__icon--tw {
  background: #1da1f2;
}

.zl-card__icon--fb {
  background: #3b5998;
}

.zl-card__icon--in {
  background: #0077b5;
}

.zl-card__icon--dbl {
  background: #ea4c89;
}

.zl-card__sub-head {
  font-weight: 500;
}

.zl-cards {
  padding-top       : 30px;
  padding-bottom    : 30px;
  padding-left      : 15px;
  padding-right     : 15px;
  border-radius     : 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.zl-cards-shadow {
  -webkit-box-shadow: 0 10px 15px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 10px 15px rgba(60, 76, 198, 0.1);
}

.zl-cards--1 {
  background: rgba(243, 127, 7, 0.07);
}

.zl-cards--2 {
  background: rgba(105, 97, 245, 0.07);
}

/*---------------------------------------
    2.9 Service Slider
-----------------------------------------*/
.service-slider__item {
  margin: 15px;
}

.service-slider__item:focus {
  outline: none;
}

.service-slider .slick-arrow {
  position          : absolute;
  top               : -65px;
  width             : 55px;
  height            : 55px;
  line-height       : 55px;
  text-align        : center;
  border            : 2px solid rgba(60, 76, 198, 0.1);
  border-radius     : 100%;
  font-size         : 20px;
  line-height       : 1;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  color             : #374a5e;
  background        : #f7f9fb;
}

.service-slider .slick-arrow:hover {
  background: #fff;
  border    : 2px solid #3c4cc6;
  color     : #3c4cc6;
}

.service-slider .slick-next {
  right: 0;
}

.service-slider .slick-prev {
  right: 85px;
}

/*---------------------------------------
    2.10 Project Slider
-----------------------------------------*/
.project-slider__item {
  margin: 15px;
}

.project-slider__item:focus {
  outline: none;
}

@media screen and (min-width: 1366px) {
  .project-slider .slick-current {
    opacity: .5;
  }

  .project-slider .slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
    opacity: .5;
  }
}

/*---------------------------------------
    2.11 Project Card
-----------------------------------------*/
.project-card {
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.1);
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.project-card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.3);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.3);
}

.project-card__body {
  position      : relative;
  padding-left  : 15px;
  padding-right : 15px;
  padding-top   : 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .project-card__body {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.project-card__link {
  width             : 70px;
  height            : 70px;
  line-height       : 70px;
  border-radius     : 50%;
  position          : absolute;
  right             : 30px;
  top               : -35px;
  background        : #fff;
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.1);
  text-align        : center;
  font-size         : 20px;
}

.project-card__link:hover {
  background        : #3c4cc6;
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.3);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.3);
}

/*---------------------------------------
    2.12 Price Card
-----------------------------------------*/
.price-card {
  padding-top       : 50px;
  padding-bottom    : 50px;
  border-radius     : 5px;
  position          : relative;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.price-card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.1);
}

.price-card__img {
  padding-bottom: 30px;
  padding-left  : 15px;
  padding-right : 15px;
}

@media screen and (min-width: 768px) {
  .price-card__img {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card__img-circle {
  width        : 150px;
  height       : 150px;
  line-height  : 150px;
  border-radius: 100%;
  overflow     : hidden;
}

.price-card__price {
  padding-top   : 25px;
  padding-bottom: 25px;
  padding-left  : 15px;
  padding-right : 15px;
}

@media screen and (min-width: 768px) {
  .price-card__price {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card__price-title {
  display    : block;
  text-align : center;
  font-weight: 700;
  color      : #fff;
  line-height: 1;
  font-size  : 2.56rem;
}

@media screen and (min-width: 768px) {
  .price-card__price-title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .price-card__price-title {
    font-size: 4rem;
  }
}

.price-card__price-title-sm {
  font-size     : 14px;
  text-transform: capitalize;
}

.price-card__news-body {
  padding-left : 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .price-card__news-body {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card__header {
  padding-left : 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .price-card__header {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card__body {
  padding-left : 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .price-card__body {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card__footer {
  padding-left : 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .price-card__footer {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.price-card--team {
  background: #fff;
}

.price-card--team span {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.price-card--team:hover {
  background: #3c4cc6;
}

.price-card--team:hover h4 a {
  color: white;
}

.price-card--team:hover .price-card--team-pos {
  color: white;
}

.price-card--team:hover .price-card--team-social-icon {
  opacity   : 1;
  visibility: visible;
}

.price-card--team-social-icon {
  position  : absolute;
  top       : 15px;
  right     : 15px;
  opacity   : 0;
  visibility: hidden;
}

.zl-price-card {
  padding-top       : 50px;
  padding-bottom    : 50px;
  padding-left      : 60px;
  padding-right     : 60px;
  border            : 1px solid #e0e0e0;
  border-radius     : 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.zl-price-card:hover {
  border            : 1px solid transparent;
  -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.07);
  box-shadow        : 0 50px 50px rgba(0, 0, 0, 0.07);
}

.zl-price-card__currency {
  font-size     : 16px;
  font-family   : "Roboto", sans-serif;
  vertical-align: middle;
}

/*---------------------------------------
    2.13 Price List
-----------------------------------------*/
.price-list {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -ms-flex-wrap        : wrap;
  flex-wrap            : wrap;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-align    : center;
  -ms-flex-align       : center;
  align-items          : center;
}

.price-list__item {
  margin-bottom: 10px;
  color        : #374a5e;
}

.price-list__item:last-child {
  margin-bottom: 0;
}

.price-list--icon li::before {
  content     : "\f058";
  font-family : "Line Awesome Free";
  font-weight : 900;
  font-size   : 20px;
  margin-right: 8px;
}

.price-list--icon li:nth-child(odd)::before {
  color: #01d367;
}

.price-list--icon li:nth-child(even)::before {
  color: #6b5ee1;
}

/*---------------------------------------
    2.14 Counter Card
-----------------------------------------*/
.counter-card {
  padding-top   : 30px;
  padding-bottom: 30px;
  padding-left  : 15px;
  padding-right : 15px;
  border-radius : 3px;
}

.counter-card__icon-box {
  width        : 60px;
  min-width    : 60px;
  height       : 60px;
  line-height  : 60px;
  border-radius: 100%;
  text-align   : center;
}

.counter-card__icon {
  width    : 100%;
  height   : 100%;
  font-size: 30px;
}

/*---------------------------------------
    2.15 Testimonial Slider
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .testimonials-slider__item {
    margin: 15px;
  }
}

.testimonials-slider__item:focus {
  outline: none;
}

.testimonials-slider .slick-arrow {
  position          : absolute;
  top               : -55px;
  width             : 55px;
  height            : 55px;
  line-height       : 55px;
  text-align        : center;
  border            : 2px solid rgba(60, 76, 198, 0.1);
  border-radius     : 100%;
  font-size         : 20px;
  line-height       : 1;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  color             : #374a5e;
  background        : #f7f9fb;
}

.testimonials-slider .slick-arrow:hover {
  background: #fff;
  border    : 2px solid #3c4cc6;
  color     : #3c4cc6;
}

.testimonials-slider .slick-next {
  right: 0;
}

.testimonials-slider .slick-prev {
  right: 85px;
}

.testimonials {
  padding-top   : 50px;
  padding-bottom: 50px;
  padding-left  : 15px;
  padding-right : 15px;
  background    : #f8faff;
}

@media screen and (min-width: 768px) {
  .testimonials {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    padding-left : 30px;
    padding-right: 30px;
  }
}

.testimonials__img-box {
  width             : 100px;
  min-width         : 100px;
  height            : 100px;
  border-radius     : 100%;
  overflow          : hidden;
  border            : 3px solid white;
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.1);
  position          : relative;
}

@media screen and (min-width: 768px) {
  .testimonials__img-box {
    margin-right: 20px;
  }
}

/*---------------------------------------
    2.16 Banner
-----------------------------------------*/
.zol-banner {
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

.zol-banner--404 {
  background-image: url(../img/banner-bg.png);
}

.zol-banner--about {
  background-image: url(../img/banner-bg.png);
}

.zol-banner--blog {
  background-image: url(../img/banner-bg.png);
}

.zol-banner--contact {
  background-image: url(../img/banner-bg.png);
}

.zol-banner--price {
  background-image: url(../img/banner-bg.png);
}

.zol-banner--portfolio {
  background-image: url(../img/banner-bg.png);
}

/*---------------------------------------
    2.17 Breadcrumbs
-----------------------------------------*/
.breadcrumbs__list {
  position    : relative;
  margin-right: 40px;
}

.breadcrumbs__list:last-child {
  margin-right: 0;
}

.breadcrumbs__list:last-child::after {
  display: none;
}

.breadcrumbs__list::after {
  content    : "\f715";
  position   : absolute;
  right      : -28px;
  top        : 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color      : white;
}

/*---------------------------------------
    2.18 List Check
-----------------------------------------*/
.list-check__item {
  position     : relative;
  padding-left : 50px;
  margin-bottom: 30px;
}

.list-check__item:last-child {
  margin-bottom: 0;
}

.list-check__item:hover::before {
  color: #3c4cc6;
}

.list-check__item::before {
  content           : "\f058";
  position          : absolute;
  left              : 0;
  top               : 0;
  font-family       : "Line Awesome Free";
  font-weight       : 900;
  font-size         : 40px;
  line-height       : 1;
  color             : #374a5e;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

/*---------------------------------------
    2.19 Accordion
-----------------------------------------*/
.zol-accordion__card {
  border: none;
}

.zol-accordion__card-header {
  border-bottom: none;
  background   : #f8faff;
}

.zol-accordion__card-btn {
  padding-right: 55px;
  position     : relative;
  color        : #374a5e;
  font-size    : 1.0625rem;
}

.zol-accordion__card-btn:hover {
  color: #ff518b;
}

@media screen and (min-width: 768px) {
  .zol-accordion__card-btn {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .zol-accordion__card-btn {
    font-size: 1.5rem;
  }
}

.zol-accordion__card-btn-icon {
  width             : 50px;
  height            : 50px;
  line-height       : 50px;
  position          : absolute;
  top               : 0;
  right             : 0;
  background        : #3c4cc6;
  text-align        : center;
  color             : #fff;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.zol-accordion__card-btn-icon:hover {
  color: #ff518b;
}

.zol-accordion .card-header:first-child {
  border-radius: 0;
}

/*---------------------------------------
    2.20 Award Slider
-----------------------------------------*/
.award-slider__item {
  margin: 15px;
}

.award-slider__item:focus {
  outline: none;
}

/*---------------------------------------
    2.21 Work Process
-----------------------------------------*/
.work-process {
  position: relative;
}

@media screen and (min-width: 1366px) {
  .work-process::after {
    content : url("../img/work-process-shape.png");
    position: absolute;
    top     : -54px;
    right   : -170px;
  }
}

@media screen and (min-width: 1366px) {
  .work-process--last::after {
    content: none;
  }
}

.work-process-icon {
  width        : 80px;
  height       : 80px;
  font-size    : 40px;
  line-height  : 80px;
  text-align   : center;
  color        : #fff;
  border-radius: 100%;
}

.work-process-icon--alpha {
  background        : #ff518b;
  -webkit-box-shadow: 0 5px 15px rgba(255, 81, 139, 0.5);
  box-shadow        : 0 5px 15px rgba(255, 81, 139, 0.5);
}

.work-process-icon--primary {
  background        : #3c4cc6;
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.5);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.5);
}

.work-process-icon--delta {
  background        : #01d367;
  -webkit-box-shadow: 0 5px 15px rgba(1, 211, 103, 0.5);
  box-shadow        : 0 5px 15px rgba(1, 211, 103, 0.5);
}

.work-process-icon--epsilon {
  background        : #c656ff;
  -webkit-box-shadow: 0 5px 15px rgba(198, 86, 255, 0.5);
  box-shadow        : 0 5px 15px rgba(198, 86, 255, 0.5);
}

.work-process-wrapper {
  padding-top: 60px;
}

@media screen and (min-width: 1200px) {
  .work-process-wrapper {
    height     : 300px;
    padding-top: 120px;
  }
}

/*---------------------------------------
    2.22 Video
-----------------------------------------*/
.video-wrapper {
  position          : relative;
  -webkit-box-shadow: 0 10px 15px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 10px 15px rgba(60, 76, 198, 0.2);
  z-index           : 1;
}

@media screen and (min-width: 1600px) {
  .video-wrapper::after {
    content : url(../img/video-shape-1.png);
    position: absolute;
    top     : -25px;
    right   : -50px;
    z-index : -1;
  }

  .video-wrapper::before {
    content : url(../img/video-shape-2.png);
    position: absolute;
    bottom  : -60px;
    left    : -50px;
    z-index : -1;
  }
}

.video-play {
  width             : 70px;
  height            : 70px;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  border-radius     : 70px;
  position          : absolute;
  top               : 50%;
  left              : 50%;
  -webkit-transform : translate(-50%, -50%);
  -ms-transform     : translate(-50%, -50%);
  transform         : translate(-50%, -50%);
  background        : -webkit-linear-gradient(129deg, #ff518b, #3c4cc6);
  background        : -o-linear-gradient(129deg, #ff518b, #3c4cc6);
  background        : linear-gradient(-39deg, #ff518b, #3c4cc6);
  color             : #fff;
  font-size         : 24px;
  line-height       : 1;
  -webkit-animation : about-play 2s infinite;
  animation         : about-play 2s infinite;
  -webkit-transition: all 0.2s ease;
  -o-transition     : all 0.2s ease;
  transition        : all 0.2s ease;
}

.video-play:hover {
  cursor: pointer;
}

/*---------------------------------------
    2.23 Blog Post
-----------------------------------------*/
.blog-post {
  padding: 10px;
}

.blog-post__img {
  position: relative;
}

.blog-post__date {
  width     : 70px;
  height    : 70px;
  display   : block;
  background: #374a5e;
  position  : absolute;
  right     : 10px;
  bottom    : -10px;
}

.blog-post__date::after {
  content      : "";
  border-top   : 5px solid #3a3a3a;
  border-left  : 5px solid #3a3a3a;
  border-bottom: 5px solid transparent;
  border-right : 5px solid transparent;
  position     : absolute;
  bottom       : 0;
  right        : -10px;
}

.blog-post__date-day {
  font-size  : 18px;
  font-weight: 700;
  color      : #fff;
}

.blog-post__date-month {
  font-size: 12px;
  color    : #fff;
}

.blog-post__title {
  margin-top: 50px;
}

.blog-post__author {
  border       : 1px solid #e0e0e0;
  padding      : 5px 10px;
  border-radius: 50px;
}

.blog-post__author-img {
  width        : 25px;
  height       : 25px;
  min-width    : 25px;
  min-height   : 25px;
  display      : inline-block;
  border-radius: 100%;
  overflow     : hidden;
}

.blog-post__author-name {
  display  : inline-block;
  font-size: 14px;
  color    : #374a5e;
  width    : -webkit-max-content;
  width    : -moz-max-content;
  width    : max-content;
}

.blog-post__slider-item {
  position: relative;
}

.blog-post__slider .slick-arrow {
  position          : absolute;
  top               : 50%;
  -webkit-transform : translateY(-50%);
  -ms-transform     : translateY(-50%);
  transform         : translateY(-50%);
  border            : none;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  z-index           : 99;
}

.blog-post__slider .slick-arrow:hover {
  background: #ff518b;
  color     : white;
}

.blog-post__slider .slick-prev {
  left: 0;
}

.blog-post__slider .slick-next {
  right: 0;
}

/*---------------------------------------
    2.24 pagination
-----------------------------------------*/
.zol-pagination__list {
  margin-right: 10px;
}

.zol-pagination__list:last-child {
  margin-right: 0;
}

.zol-pagination__card {
  padding           : 10px 15px;
  line-height       : 1;
  border            : 1px solid #e0e0e0;
  border-radius     : 2px;
  color             : #3a3a3a;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.zol-pagination__card:hover {
  background        : #ff518b;
  border            : 1px solid #ff518b;
  color             : white;
  -webkit-box-shadow: 0 5px 10px rgba(255, 81, 139, 0.5);
  box-shadow        : 0 5px 10px rgba(255, 81, 139, 0.5);
}

.zol-pagination__card.active {
  background: #ff518b;
  border    : 1px solid #ff518b;
  color     : white;
}

/*---------------------------------------
    2.25 Widget
-----------------------------------------*/
.widget--bg {
  padding: 40px 30px;
}

/*---------------------------------------
    2.26 Recent post
-----------------------------------------*/
.recent-post__img {
  padding-left : 5px !important;
  padding-right: 5px !important;
}

.recent-post__content {
  padding-left : 5px !important;
  padding-right: 5px !important;
}

.recent-post__list {
  margin-bottom: 30px;
}

.recent-post__list:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
    2.27 Blockquote
-----------------------------------------*/
.blockquote {
  padding-top   : 50px;
  padding-bottom: 50px;
  padding-left  : 15px;
  padding-right : 15px;
  background    : #3c4cc6;
}

@media screen and (min-width: 768px) {
  .blockquote {
    padding-left : 50px;
    padding-right: 100px;
    position     : relative;
  }

  .blockquote::before {
    content    : "\f10e";
    position   : absolute;
    right      : 30px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size  : 80px;
    line-height: 1;
    color      : #2f3ca0;
  }
}

.blockquote--alt {
  background: rgba(60, 76, 198, 0.1);
  color     : #3a3a3a !important;
}

.blockquote--alt::before {
  color: rgba(60, 76, 198, 0.3);
}

/*---------------------------------------
    2.28 Post Change
-----------------------------------------*/
.post-change {
  padding-top   : 50px;
  padding-bottom: 50px;
  padding-left  : 15px;
  padding-right : 15px;
}

@media screen and (min-width: 768px) {
  .post-change {
    padding-left : 30px;
    padding-right: 30px;
  }
}

/*---------------------------------------
    2.29 Comments
-----------------------------------------*/
.st-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-comments__author {
  width       : 80px;
  min-width   : 80px;
  height      : 80px;
  overflow    : hidden;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .st-comments__author {
    margin-right: 30px;
  }
}

.st-comments__author-img {
  border-radius: 50%;
}

.st-comments__info {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.st-comments__title {
  text-transform: capitalize;
}

.st-comments__title-link {
  color: #374a5e;
}

.st-comments__title-link:hover {
  text-decoration: none;
  color          : #374a5e;
}

.st-comments__children {
  margin-top           : 20px;
  margin-bottom        : 0;
  -webkit-padding-start: 0;
  padding-inline-start : 0;
  list-style           : none;
}

@media screen and (min-width: 768px) {
  .st-comments__children {
    -webkit-padding-start: 100px;
    padding-inline-start : 100px;
  }
}

.st-comments__children .st-comments__author {
  width       : 60px;
  min-width   : 60px;
  height      : 60px;
  margin-right: 30px;
}

.st-comments-list {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.st-comments-list>li {
  margin-bottom: 30px;
}

.st-comments-list>li:last-child {
  margin-bottom: 0;
}

.st-comments-title {
  margin-bottom : 30px;
  text-transform: capitalize;
}

.st-comments-form {
  margin-top: 60px;
}

.st-comments__form textarea {
  resize: none;
}

.st-comments__form textarea:focus {
  outline           : none !important;
  border-color      : grey;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.st-comments__form input:focus {
  outline           : none !important;
  border-color      : grey;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.st-comments__form .form-control {
  padding-top   : 25px;
  padding-bottom: 25px;
  padding-left  : 20px;
  font-size     : 14px;
  line-height   : 1;
}

.st-comments__form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.st-comments__form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.st-comments__form .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.st-comments__form .form-control::placeholder {
  font-size: 14px;
}

.st-comments__form .nice-select {
  border: 1px solid #ced4da !important;
}

.st-comments__form .nice-select:active,
.st-comments__form .nice-select.open,
.st-comments__form .nice-select:focus {
  border-color: grey !important;
}

/*---------------------------------------
    2.30 Contact Form
-----------------------------------------*/
.contact-form {
  padding-left      : 15px;
  padding-right     : 15px;
  padding-top       : 30px;
  padding-bottom    : 30px;
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.15);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.15);
  z-index           : 1;
}

.contact-form--element {
  position: relative;
}

@media screen and (min-width: 1600px) {
  .contact-form--element::after {
    content : url(../img/contact-img-1.png);
    position: absolute;
    left    : -180px;
    bottom  : -100px;
  }
}

@media screen and (min-width: 1600px) {
  .contact-form--element::before {
    content : url(../img/contact-img-2.png);
    position: absolute;
    right   : -180px;
    bottom  : -70px;
  }
}

@media screen and (min-width: 992px) {
  .contact-form {
    padding-left  : 30px;
    padding-right : 30px;
    padding-top   : 60px;
    padding-bottom: 60px;
  }
}

/*---------------------------------------
    2.31 Process Card
-----------------------------------------*/
.process-card {
  padding-left      : 15px;
  padding-right     : 15px;
  padding-top       : 30px;
  padding-bottom    : 30px;
  position          : relative;
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.2);
}

@media screen and (min-width: 768px) {
  .process-card {
    padding-left  : 40px;
    padding-right : 40px;
    padding-top   : 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .process-card {
    padding-left : 60px;
    padding-right: 60px;
  }
}

.process-card__icon-box {
  -webkit-box-shadow: 0 5px 10px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 5px 10px rgba(60, 76, 198, 0.2);
}

@media screen and (min-width: 768px) {
  .process-card__icon-box {
    position         : absolute;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .process-card__icon-box--left {
    left: -30px;
  }
}

@media screen and (min-width: 768px) {
  .process-card__icon-box--right {
    right: -30px;
  }
}

.process-card__seperator {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .process-card__seperator::after {
    content          : "";
    position         : absolute;
    width            : 1px;
    height           : 90%;
    background       : -webkit-radial-gradient(#374a5e, transparent);
    background       : -o-radial-gradient(#374a5e, transparent);
    background       : radial-gradient(#374a5e, transparent);
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
  }
}

/*---------------------------------------
    2.32 Service List
-----------------------------------------*/
.service-list__item {
  margin-bottom: 10px;
}

.service-list__item:last-child {
  margin-bottom: 0;
}

.service-list__link {
  padding-left      : 15px;
  padding-right     : 15px;
  padding-top       : 15px;
  padding-bottom    : 15px;
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.2);
}

@media screen and (min-width: 768px) {
  .service-list__link {
    padding-left  : 30px;
    padding-right : 30px;
    padding-top   : 30px;
    padding-bottom: 30px;
  }
}

.service-list__link:hover {
  -webkit-box-shadow: 0 5px 25px rgba(60, 76, 198, 0.2);
  box-shadow        : 0 5px 25px rgba(60, 76, 198, 0.2);
}

.service-list__link.active {
  background: #ff518b;
  color     : #fff;
}

/*---------------------------------------
    2.33 Preloader
-----------------------------------------*/
body {
  margin: 0;
}

#inTurnFadingTextG {
  margin: auto;
}

.inTurnFadingTextG {
  color                            : #7225f5;
  font-family                      : #374a5e;
  font-size                        : 84px;
  text-decoration                  : none;
  font-weight                      : 700;
  font-style                       : normal;
  letter-spacing                   : .1em;
  float                            : left;
  animation-name                   : bounce_inTurnFadingTextG;
  -o-animation-name                : bounce_inTurnFadingTextG;
  -ms-animation-name               : bounce_inTurnFadingTextG;
  -webkit-animation-name           : bounce_inTurnFadingTextG;
  -moz-animation-name              : bounce_inTurnFadingTextG;
  animation-duration               : 2.09s;
  -o-animation-duration            : 2.09s;
  -ms-animation-duration           : 2.09s;
  -webkit-animation-duration       : 2.09s;
  -moz-animation-duration          : 2.09s;
  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;
}

#inTurnFadingTextG_1 {
  animation-delay        : 0.75s;
  -o-animation-delay     : 0.75s;
  -ms-animation-delay    : 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay   : 0.75s;
}

#inTurnFadingTextG_2 {
  animation-delay        : 0.9s;
  -o-animation-delay     : 0.9s;
  -ms-animation-delay    : 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay   : 0.9s;
}

#inTurnFadingTextG_3 {
  animation-delay        : 1.05s;
  -o-animation-delay     : 1.05s;
  -ms-animation-delay    : 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay   : 1.05s;
}

#inTurnFadingTextG_4 {
  animation-delay        : 1.2s;
  -o-animation-delay     : 1.2s;
  -ms-animation-delay    : 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay   : 1.2s;
}

#inTurnFadingTextG_5 {
  animation-delay        : 1.35s;
  -o-animation-delay     : 1.35s;
  -ms-animation-delay    : 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay   : 1.35s;
}

#inTurnFadingTextG_6 {
  animation-delay        : 1.5s;
  -o-animation-delay     : 1.5s;
  -ms-animation-delay    : 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay   : 1.5s;
}

@keyframes bounce_inTurnFadingTextG {
  0% {
    color: #ff518b;
  }

  100% {
    color: white;
  }
}

@-o-keyframes bounce_inTurnFadingTextG {
  0% {
    color: #ff518b;
  }

  100% {
    color: white;
  }
}

@-ms-keyframes bounce_inTurnFadingTextG {
  0% {
    color: #ff518b;
  }

  100% {
    color: white;
  }
}

@-webkit-keyframes bounce_inTurnFadingTextG {
  0% {
    color: #ff518b;
  }

  100% {
    color: white;
  }
}

@-moz-keyframes bounce_inTurnFadingTextG {
  0% {
    color: #ff518b;
  }

  100% {
    color: white;
  }
}

/*---------------------------------------
    2.34 Back To Top
-----------------------------------------*/
.back-to-top {
  position          : fixed;
  right             : 15px;
  bottom            : 30px;
  width             : 40px;
  height            : 40px;
  background-color  : #6b5ee1;
  color             : #fff;
  text-align        : center;
  line-height       : 40px;
  border-radius     : 50%;
  z-index           : 99;
  font-size         : 14px;
  cursor            : pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow        : 0 0 5px rgba(0, 0, 0, 0.5);
  display           : none;
}

/*---------------------------------------
    2.35 Hero Slider 2
-----------------------------------------*/
.hero-slider-2 {
  height: 730px;
}

.hero-slider-2__item {
  position         : relative;
  height           : 100%;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.hero-slider-2__img {
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : -1;
}

.hero-slider-2 .owl-stage-outer {
  height: 100%;
}

.hero-slider-2 .owl-stage {
  height: 100%;
}

.hero-slider-2 .owl-item {
  height: 100%;
}

.hero-slider-2 .owl-item.active .slide-down {
  -webkit-animation: slideInDown 1.5s 0.05s linear;
  animation        : slideInDown 1.5s 0.05s linear;
}

.hero-slider-2 .owl-item.active .slide-right {
  -webkit-animation: slideInRight 1.5s 0.05s linear;
  animation        : slideInRight 1.5s 0.05s linear;
}

.hero-slider-2 .owl-item.active .slide-left {
  -webkit-animation: slideInLeft 1.5s 0.05s linear;
  animation        : slideInLeft 1.5s 0.05s linear;
}

.hero-slider-2 .owl-item.active .slide-up {
  -webkit-animation: slideInUp 1.5s 0.05s linear;
  animation        : slideInUp 1.5s 0.05s linear;
}

/*---------------------------------------
    2.36 Service Section
-----------------------------------------*/
.service-section__content {
  position: relative;
  top     : -120px;
}

.service-section__end {
  background-position: left bottom;
  background-size    : contain;
  background-repeat  : no-repeat;
  background-image   : url(../img/service-bg.png);
}

.zl-service-section {
  position  : relative;
  overflow-x: hidden;
}

.zl-service-section--1 {
  background-image   : url(../img/service-bg-2.png);
  background-position: center;
  background-size    : 100%;
  background-repeat  : no-repeat;
}

.zl-services {
  position  : relative;
  overflow-x: hidden;
}

.zl-services--1 {
  background-image   : url(../img/service-bg-2.png);
  background-position: center;
  background-size    : 100%;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.37 Counter Section
-----------------------------------------*/
.counter-section {
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

.counter-section--bg {
  background-image: url(../img/counter-bg.png);
}

.counter-section__overlay {
  background: rgba(60, 76, 198, 0.9);
}

.counter-section__icon {
  display    : block;
  font-size  : 34px;
  line-height: 1;
}

.counter-section__title {
  display    : block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size  : 2.56rem;
}

@media screen and (min-width: 768px) {
  .counter-section__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .counter-section__title {
    font-size: 4rem;
  }
}

/*---------------------------------------
    2.38 Effecient Work
-----------------------------------------*/
.effecient-work-bg {
  width   : 50%;
  position: absolute;
  bottom  : 0;
  right   : 0;
}

@media screen and (min-width: 1200px) {
  .effecient-work-bg {
    width: 45%;
  }
}

@media screen and (min-width: 1400px) {
  .effecient-work-bg {
    width: 45%;
  }
}

@media screen and (min-width: 1680px) {
  .effecient-work-bg {
    width: 50%;
    right: -200px;
  }
}

/*---------------------------------------
    2.39 Feedback
-----------------------------------------*/
.feedback-wrapper {
  position           : relative;
  -webkit-box-shadow : 0 5px 15px rgba(60, 76, 198, 0.1);
  box-shadow         : 0 5px 15px rgba(60, 76, 198, 0.1);
  z-index            : 1;
  background         : url(../img/feedback-bg.png);
  background-size    : cover;
  background-position: center center;
  background-repeat  : no-repeat;
}

.feedback-wrapper-after {
  position: relative;
}

.feedback-wrapper-after::after {
  content           : "";
  position          : absolute;
  left              : 30px;
  right             : 30px;
  top               : 0;
  bottom            : -30px;
  -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.1);
  box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.1);
}

.feedback-author {
  width        : 50px;
  height       : 50px;
  border-radius: 100%;
  overflow     : hidden;
  position     : absolute;
}

.feedback-author--1 {
  top : 30px;
  left: 30px;
}

.feedback-author--2 {
  top  : 30px;
  right: 30px;
}

.feedback-author--3 {
  bottom: 30px;
  right : 50px;
}

.feedback-author--4 {
  bottom: 40px;
  left  : 60px;
}

.feedback-slider__img {
  width: 120px;
}

.feedback-slider__item:focus {
  outline: none;
}

.feedback-slider .slick-arrow {
  border            : none;
  background        : transparent;
  color             : #87929e;
  position          : absolute;
  top               : 50%;
  -webkit-transform : translateY(-50%);
  -ms-transform     : translateY(-50%);
  transform         : translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  font-size         : 14px;
}

.feedback-slider .slick-arrow:hover {
  color: #ff518b;
}

.feedback-slider .slick-prev {
  right: 100%;
}

@media screen and (min-width: 1200px) {
  .feedback-slider .slick-prev {
    right: calc(100% + 80px);
  }
}

.feedback-slider .slick-next {
  left: 100%;
}

@media screen and (min-width: 1200px) {
  .feedback-slider .slick-next {
    left: calc(100% + 80px);
  }
}

.zl-feedback {
  padding-left  : 15px;
  padding-right : 15px;
  padding-top   : 30px;
  padding-bottom: 30px;
  position      : relative;
}

@media screen and (min-width: 768px) {
  .zl-feedback {
    padding-left  : 30px;
    padding-right : 30px;
    padding-top   : 50px;
    padding-bottom: 50px;
  }

  .zl-feedback::after {
    content    : "\f10e";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position   : absolute;
    right      : 25px;
    bottom     : 0;
    font-size  : 48px;
    color      : rgba(120, 178, 58, 0.25);
  }
}

@media screen and (min-width: 1200px) {
  .zl-feedback-for {
    width    : 100%;
    max-width: 600px;
  }
}

.zl-feedback-for__item {
  margin            : 30px 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  box-shadow        : 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  background        : #fff;
}

@media screen and (min-width: 768px) {
  .zl-feedback-for__item {
    margin: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-feedback-for__item {
    max-width: 500px;
    margin   : 50px 30px;
  }
}

.zl-feedback-for__item:focus {
  outline: none;
}

@media screen and (min-width: 1200px) {
  .zl-feedback-nav {
    width      : 100%;
    max-width  : 600px;
    margin-left: auto;
  }
}

.zl-feedback-nav__item {
  margin            : 30px 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  box-shadow        : 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  background        : #fff;
}

@media screen and (min-width: 768px) {
  .zl-feedback-nav__item {
    margin: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-feedback-nav__item {
    margin: 50px 30px;
  }
}

.zl-feedback-nav__item:focus {
  outline: none;
}

.zl-feedback-nav .slick-arrow {
  border            : 1px solid #78b23a;
  border-radius     : 5px 5px 0 5px;
  color             : #78b23a;
  background        : #fff;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  position          : absolute;
  font-size         : 25px;
}

@media screen and (min-width: 992px) {
  .zl-feedback-nav .slick-arrow {
    top: -160px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-feedback-nav .slick-arrow {
    top: -230px;
  }
}

.zl-feedback-nav .slick-arrow:hover {
  background: #78b23a;
  color     : #fff;
}

.zl-feedback-nav .slick-prev {
  right: -60px;
}

@media screen and (min-width: 1200px) {
  .zl-feedback-nav .slick-prev {
    right: -60px;
  }
}

.zl-feedback-nav .slick-next {
  right: -110px;
}

@media screen and (min-width: 1200px) {
  .zl-feedback-nav .slick-next {
    right: -120px;
  }
}

.zl-feedback__img {
  width        : 80px;
  height       : 80px;
  border       : 2px solid #78b23a;
  border-radius: 20px 20px 0 20px;
  overflow     : hidden;
}

@media screen and (min-width: 1200px) {
  .zl-feedback__slider-bg {
    background         : url(../img/feedback-slider-bg.png);
    background-size    : contain;
    background-position: center;
    background-repeat  : no-repeat;
  }
}

/*---------------------------------------
    2.40 Hero 3
-----------------------------------------*/
.hero-3 {
  height             : 1100px;
  position           : relative;
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

.hero-3--bg {
  background-image: url(../img/hero-3-bg.png);
}

.hero-3__img {
  position         : absolute;
  bottom           : 0;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform    : translateX(-50%);
  transform        : translateX(-50%);
}

/*---------------------------------------
    2.41 Header 3
-----------------------------------------*/
@media screen and (min-width: 992px) {
  .header-3 .zol-menu__current>.zol-menu__link {
    color: #ff518b;
  }

  .header-3 .zol-menu__current {
    border-bottom: 1px solid #ff518b;
  }

  .header-3 .zol-menu__link {
    color: #fff;
  }

  .header-3 .zol-menu__list:hover {
    border-bottom: 1px solid #ff518b;
  }

  .header-3 .zol-menu__has-sub:hover .zol-menu__link {
    color: #ff518b;
  }

  .header-3 .zol-menu__sub-link:hover {
    background: #ff518b;
  }

  .header-3 .zol-menu__has-sub-2:hover .zol-menu__sub-link {
    background: #ff518b;
  }

  .header-3 .zol-menu__sub-2-link-2:hover {
    background: #ff518b;
  }
}

/*---------------------------------------
    2.42 Welcome Section
-----------------------------------------*/
.welcome-section {
  position   : relative;
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  .welcome-section {
    padding-top: 150px;
  }
}

.welcome-section__input {
  height       : 42px;
  line-height  : 40px;
  border       : solid 1px #e8e8e8;
  border-radius: 5px;
  font-size    : 14px;
}

/*---------------------------------------
    2.43 Data Center
-----------------------------------------*/
.data-center {
  background-image   : url(../img/data-center-bg.png);
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.44 Hero 4
-----------------------------------------*/
.hero-4 {
  padding-top        : 100px;
  padding-bottom     : 100px;
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
  background-image   : url(../img/hero-4-bg.png);
}

@media screen and (min-width: 768px) {
  .hero-4 {
    padding-top   : 200px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-4 {
    padding-top   : 250px;
    padding-bottom: 250px;
  }
}

.hero-4__content {
  position: relative;
  z-index : 1;
}

@media screen and (min-width: 1200px) {
  .hero-4__content::after {
    content                : "DIGITAL AGENCY BUSINESS";
    font-weight            : 700;
    font-size              : 70px;
    font-family            : "Poppins", sans-serif;
    -webkit-text-stroke    : 1px rgba(60, 76, 198, 0.2);
    -webkit-text-fill-color: transparent;
    position               : absolute;
    top                    : -50px;
    left                   : 0;
    z-index                : -1;
  }
}

/*---------------------------------------
    2.45 Process
-----------------------------------------*/
@media screen and (min-width: 1200px) {
  .zl-process {
    height: 400px;
  }
}

/*---------------------------------------
    2.46 CTA
-----------------------------------------*/
.zl-cta__container {
  border-radius: 15px;
  background   : #ecf3ff;
}

.zl-cta__left {
  position     : relative;
  padding      : 30px 15px;
  height       : 100%;
  border-radius: 15px;
  background   : #fff;
}

@media screen and (min-width: 768px) {
  .zl-cta__left {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .zl-cta__left {
    padding: 50px;
  }
}

@media screen and (min-width: 992px) {
  .zl-cta__left {
    padding: 100px 60px;
  }
}

.zl-cta__left-img {
  width   : 200px;
  height  : 150px;
  position: absolute;
  bottom  : 0;
  right   : 25px;
  display : none;
}

@media screen and (min-width: 992px) {
  .zl-cta__left-img {
    display: block;
  }
}

/*---------------------------------------
    2.47 Footer Style 2
-----------------------------------------*/
.footer-style-2 .footer-top {
  padding-top   : 30px;
  padding-bottom: 30px;
}

.footer-style-2 .footer-top__list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.footer-style-2 .footer-top__list-item {
  margin-right : 15px;
  margin-bottom: 10px;
}

.footer-style-2 .footer-top__list-item:last-child {
  margin-right: 0;
}

.footer-style-2 .footer-top__link {
  padding      : 20px 40px;
  border-radius: 10px;
  border       : 1px solid transparent;
  color        : #374a5e;
  font-weight  : 700;
}

.footer-style-2 .footer-top__link:hover {
  border    : 1px solid #6b5ee1;
  background: #fff;
}

/*---------------------------------------
    2.48 Footer Style 3
-----------------------------------------*/
.zl-footer-3 {
  position        : relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#fff));
  background-image: -webkit-linear-gradient(#f7f9fb, #fff);
  background-image: -o-linear-gradient(#f7f9fb, #fff);
  background-image: linear-gradient(#f7f9fb, #fff);
}

.zl-footer-3__left-img {
  width   : 140px;
  height  : 100px;
  position: absolute;
  left    : 0;
  bottom  : 0;
}

.zl-footer-3__right-img {
  width   : 100px;
  position: absolute;
  right   : 0;
  bottom  : 0;
}

/*---------------------------------------
    2.49 Hero 5
-----------------------------------------*/
.zl-hero-5 {
  background: -webkit-linear-gradient(327deg, #7025f5, #3a03db);
  background: -o-linear-gradient(327deg, #7025f5, #3a03db);
  background: linear-gradient(123deg, #7025f5, #3a03db);
}

.zl-hero-5__element {
  display : none;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .zl-hero-5__element {
    display: block;
  }
}

.zl-hero-5__element-1 {
  top              : 175px;
  left             : 150px;
  -webkit-animation: circle 40s linear infinite;
  animation        : circle 40s linear infinite;
}

.zl-hero-5__element-2 {
  top              : 200px;
  left             : 50px;
  -webkit-animation: goright 40s linear infinite;
  animation        : goright 40s linear infinite;
}

.zl-hero-5__element-3 {
  bottom           : 50px;
  left             : 50px;
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

.zl-hero-5__element-4 {
  bottom           : 200px;
  left             : 150px;
  -webkit-animation: circlerotate 20s linear infinite;
  animation        : circlerotate 20s linear infinite;
}

.zl-hero-5__element-5 {
  bottom           : 100px;
  left             : 300px;
  -webkit-animation: circlerotate 40s linear infinite;
  animation        : circlerotate 40s linear infinite;
}

.zl-hero-5__element-6 {
  top              : 185px;
  right            : 330px;
  -webkit-animation: circlerotate 40s linear infinite;
  animation        : circlerotate 40s linear infinite;
}

.zl-hero-5__element-7 {
  top  : 200px;
  right: 150px;
}

.zl-hero-5__element-8 {
  top              : 300px;
  right            : 70px;
  -webkit-animation: circlerotate 40s linear infinite;
  animation        : circlerotate 40s linear infinite;
}

.zl-hero-5__element-9 {
  bottom           : 100px;
  right            : 70px;
  -webkit-animation: circlerotate 40s linear infinite;
  animation        : circlerotate 40s linear infinite;
}

.zl-hero-5__element-10 {
  top              : 300px;
  right            : 50%;
  -webkit-animation: goleft 40s linear infinite;
  animation        : goleft 40s linear infinite;
}

/*---------------------------------------
    2.50 Mobile Menu Toggle Icon
-----------------------------------------*/
.zl-menu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height : 100%;
}

.zl-menu-toggler__icon {
  font-size  : 34px;
  line-height: 1;
}

/*---------------------------------------
    2.51 Header
-----------------------------------------*/
.zl-header {
  padding-top: 15px;
  position   : relative;
}

@media screen and (min-width: 992px) {
  .zl-header {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .zl-header--border {
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
  }
}

/*---------------------------------------
    2.52 ZL Menu
-----------------------------------------*/
.zl-menu {
  height               : 530px;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-pack     : center;
  -ms-flex-pack        : center;
  justify-content      : center;
}

@media screen and (min-width: 375px) {
  .zl-menu {
    height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .zl-menu {
    height: 660px;
  }
}

@media screen and (min-width: 992px) {
  .zl-menu {
    height                 : auto;
    -webkit-box-orient     : horizontal;
    -webkit-box-direction  : normal;
    -ms-flex-direction     : row;
    flex-direction         : row;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    -webkit-box-pack       : justify;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-box-align      : center;
    -ms-flex-align         : center;
    align-items            : center;
  }
}

.zl-menu-container {
  padding-left         : 30px;
  padding-right        : 30px;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-pack     : center;
  -ms-flex-pack        : center;
  justify-content      : center;
  position             : fixed;
  top                  : 0;
  right                : 0;
  left                 : 0;
  bottom               : 0;
  z-index              : 1;
  background           : -webkit-linear-gradient(327deg, #3a03db, #182848);
  background           : -o-linear-gradient(327deg, #3a03db, #182848);
  background           : linear-gradient(123deg, #3a03db, #182848);
  z-index              : -1;
  visibility           : hidden;
  opacity              : 0;
  -webkit-clip-path    : circle(0% at 100% 0);
  clip-path            : circle(0% at 100% 0);
  -webkit-transition   : all 0.4s ease;
  -o-transition        : all 0.4s ease;
  transition           : all 0.4s ease;
}

@media screen and (min-width: 992px) {
  .zl-menu-container {
    padding-left         : 0;
    padding-right        : 0;
    position             : relative;
    top                  : auto;
    left                 : auto;
    right                : auto;
    bottom               : auto;
    z-index              : 1;
    visibility           : visible;
    opacity              : 1;
    -webkit-clip-path    : none;
    clip-path            : none;
    background           : transparent;
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
    -webkit-box-align    : center;
    -ms-flex-align       : center;
    align-items          : center;
  }
}

.zl-menu-container.active {
  z-index          : 1;
  visibility       : visible;
  opacity          : 1;
  -webkit-clip-path: circle(150% at 100% 0);
  clip-path        : circle(150% at 100% 0);
}

.zl-menu__is {
  overflow-y: scroll;
}

@media screen and (min-width: 992px) {
  .zl-menu__is {
    overflow-y: initial;
  }
}

.zl-menu__lang {
  margin-top   : 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .zl-menu__lang {
    margin-top   : 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  .zl-menu__lang {
    position: relative;
  }

  .zl-menu__lang::after {
    content   : '';
    width     : 1px;
    height    : 100%;
    background: rgba(255, 255, 255, 0.5);
    position  : absolute;
    right     : -15px;
  }
}

.zl-menu__lang-link {
  color         : #fff;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

.zl-menu__lang-link:hover {
  color: #00d280;
}

.zl-menu__btn {
  margin-top   : 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .zl-menu__btn {
    margin-top   : 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .zl-menu__btn--bg-11 {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    background       : #78b23a;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    padding-left     : 15px;
    padding-right    : 15px;
  }
}

.zl-menu__scl {
  margin-top   : 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .zl-menu__scl {
    margin-top   : 0;
    margin-bottom: 0;
  }
}

.zl-menu-close {
  font-size  : 34px;
  line-height: 1;
  color      : #fff;
  position   : absolute;
  top        : 5px;
  right      : 5px;
}

@media screen and (min-width: 375px) {
  .zl-menu-close {
    top  : 25px;
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .zl-menu-close {
    top  : 35px;
    right: 35px;
  }
}

/*---------------------------------------
    2.53 Nav
-----------------------------------------*/
@media screen and (min-width: 992px) {
  .zl-nav {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
  }
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__item {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__link {
    padding-left : 20px;
    padding-right: 20px;
    color        : #374a5e;
  }

  .zl-nav-7.zl-nav .zl-nav__link:hover {
    color: #00d280;
  }
}

@media screen and (min-width: 1200px) {
  .zl-nav-7.zl-nav .zl-nav__link {
    padding-top   : 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.zl-nav-7.zl-nav .zl-nav__has-mega-menu:hover>.zl-nav__link {
  color: #00d280;
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__item-has-sub:hover::after {
    right: 0;
    color: #00d280;
  }
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__item-has-sub::after {
    right: 0;
    color: #374a5e;
  }
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__sub {
    -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.1);
    box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .zl-nav-7.zl-nav .zl-nav__sub-3rd {
    -webkit-box-shadow: 0 5px 15px rgba(60, 76, 198, 0.1);
    box-shadow        : 0 5px 15px rgba(60, 76, 198, 0.1);
  }
}

.zl-nav__item {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .zl-nav__item {
    margin-bottom: 0;
    margin-right : 25px;
  }
}

@media screen and (min-width: 1400px) {
  .zl-nav__item {
    margin-right: 40px;
  }
}

.zl-nav__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .zl-nav__item:last-child {
    margin-right: 0;
  }
}

.zl-nav__item-has-sub {
  position: relative;
}

.zl-nav__item-has-sub::after {
  content    : "\f067";
  position   : absolute;
  right      : 0;
  top        : 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color      : #fff;
  font-size  : 14px;
}

@media screen and (min-width: 992px) {
  .zl-nav__item-has-sub::after {
    right            : -20px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
  }
}

.zl-nav__item-has-sub:hover .zl-nav__sub {
  visibility: visible;
  opacity   : 1;
  height    : auto;
  z-index   : 2001;
}

.zl-nav__item-has-sub:hover::after {
  content    : "\f068";
  position   : absolute;
  right      : 0;
  top        : 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color      : #fff;
  font-size  : 14px;
}

@media screen and (min-width: 992px) {
  .zl-nav__item-has-sub:hover::after {
    right            : -20px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
  }
}

.zl-nav__item-has-sub:hover>.zl-nav__link {
  color: #00d280;
}

.zl-nav__link {
  font-size     : 20px;
  font-weight   : 700;
  color         : rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .zl-nav__link {
    font-size     : 14px;
    font-weight   : 500;
    padding-top   : 1rem;
    padding-bottom: 1rem;
  }
}

.zl-nav__link:hover {
  color: #00d280;
}

.zl-nav__sub {
  padding-left      : 25px !important;
  visibility        : hidden;
  opacity           : 0;
  height            : 0;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub {
    padding-left: 0 !important;
    min-width   : 200px;
    position    : absolute;
    background  : white;
  }
}

.zl-nav__sub-link {
  font-size     : 14px;
  letter-spacing: 0.02em;
  color         : rgba(255, 255, 255, 0.8);
  font-weight   : 500;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-link {
    padding  : 15px 30px;
    display  : block !important;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    color    : #374a5e;
  }
}

.zl-nav__sub-link:hover {
  color: #00d280;
}

.zl-nav__sub-3rd {
  padding-left      : 15px !important;
  visibility        : hidden;
  opacity           : 0;
  height            : 0;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-3rd {
    position    : absolute;
    top         : 0;
    left        : 100%;
    padding-left: 0 !important;
    background  : white;
  }

  .zl-nav__sub-3rd .zl-nav__sub-item:hover {
    background: #00be74;
  }
}

.zl-nav__sub-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-item {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.4);
  }
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-item:hover {
    background: #00d280;
    color     : #fff;
  }

  .zl-nav__sub-item:hover>.zl-nav__sub-link {
    color: #fff;
  }
}

.zl-nav__sub-item-has-sub {
  position: relative;
}

.zl-nav__sub-item-has-sub::before {
  content           : "\f067";
  position          : absolute;
  left              : -25px;
  top               : 0;
  font-family       : "Line Awesome Free";
  font-weight       : 900;
  color             : #fff;
  font-size         : 14px;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-item-has-sub::before {
    content          : "\f105";
    left             : calc(100% - 30px);
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    color            : #374a5e;
  }
}

.zl-nav__sub-item-has-sub:hover .zl-nav__sub-3rd {
  visibility: visible;
  opacity   : 1;
  height    : auto;
}

@media screen and (min-width: 992px) {
  .zl-nav__sub-item-has-sub:hover::before {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .zl-nav__has-mega-menu {
    position: static;
  }
}

.zl-nav__has-mega-menu:hover .zl-mega-menu-1,
.zl-nav__has-mega-menu:hover .zl-mega-menu-2 {
  visibility: visible;
  opacity   : 1;
  height    : auto;
  z-index   : 2000;
}

.zl-nav__has-mega-menu:hover .zl-mega-menu-2 {
  visibility: visible;
  opacity   : 1;
  height    : auto;
  z-index   : 2000;
}

/*---------------------------------------
    2.54 Main Hero
-----------------------------------------*/
.zl-main-hero {
  padding-top   : 50px;
  padding-bottom: 50px;
  position      : relative;
}

@media screen and (min-width: 375px) {
  .zl-main-hero {
    padding-top   : 160px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 992px) {
  .zl-main-hero {
    overflow-x    : hidden;
    padding-top   : 0;
    padding-bottom: 0;
    height        : calc(100vh - 158px);
    min-height    : 768px;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
  }
}

@media screen and (min-width: 1200px) {
  .zl-main-hero {
    height: calc(100vh - 87px);
  }
}

.zl-main-hero__title {
  font-family: "Libre Franklin", sans-serif;
}

.zl-main-hero__subtitle {
  font-size: 14px;
}

@media screen and (min-width: 1400px) {
  .zl-main-hero__subtitle {
    width: 70%;
  }
}

.zl-main-hero__img {
  display: none;
}

@media screen and (min-width: 992px) {
  .zl-main-hero__img {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    width            : calc(100vw - 525px);
    height           : calc(100vh - 200px);
    position         : absolute;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    right            : 0;
  }
}

@media screen and (min-width: 1200px) {
  .zl-main-hero__img {
    width: calc(100vw - 650px);
  }
}

@media screen and (min-width: 1366px) {
  .zl-main-hero__img {
    width: calc(100vw - 790px);
  }
}

@media screen and (min-width: 1400px) {
  .zl-main-hero__img {
    width    : calc(100vw - 750px);
    max-width: 685px;
    height   : calc(100vh - 250px);
  }
}

/*---------------------------------------
    2.55 Button List
-----------------------------------------*/
.zl-button-list {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.zl-button-list__item {
  margin-right : 25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .zl-button-list__item {
    margin-bottom: 0;
  }
}

.zl-button-list__item:last-child {
  margin-right : 0;
  margin-bottom: 0;
}

/*---------------------------------------
    2.56 Info
-----------------------------------------*/
.zl-info {
  position: relative;
}

.zl-info-section {
  position  : relative;
  overflow-x: hidden;
}

.zl-info-img {
  position: absolute;
}

.zl-info-img--1 {
  bottom           : -50px;
  left             : 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  -ms-transform    : translateX(-50%) scale(0.5);
  transform        : translateX(-50%) scale(0.5);
}

@media screen and (min-width: 1200px) {
  .zl-info-img--1 {
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform    : scale(1) translateX(-50%);
    transform        : scale(1) translateX(-50%);
  }
}

.zl-info-img--2 {
  top  : 30px;
  right: 50px;
}

/*---------------------------------------
    2.57 Title
-----------------------------------------*/
.zl-title--5 {
  font-family: "Libre Franklin", sans-serif;
}

/*---------------------------------------
    2.58 Service
-----------------------------------------*/
.zl-service-section {
  position  : relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a03db), color-stop(transparent), to(#3a03db));
  background: -webkit-linear-gradient(top, #3a03db, transparent, #3a03db);
  background: -o-linear-gradient(top, #3a03db, transparent, #3a03db);
  background: linear-gradient(180deg, #3a03db, transparent, #3a03db);
}

.zl-service__card {
  display           : block;
  padding           : 30px 15px;
  border            : 1px solid #3e53f6;
  text-decoration   : none;
  background        : #3c04dc;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.zl-service__card:hover {
  text-decoration   : none;
  border            : 1px solid transparent;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 5px 15px rgba(0, 0, 0, 0.1);
}

.zl-service__card-body {
  margin-top : 40px;
  padding-top: 30px;
  position   : relative;
}

.zl-service__card-body::after {
  content   : '';
  width     : 30px;
  height    : 4px;
  background: #fff;
  position  : absolute;
  top       : 0;
  left      : 0;
}

.zl-service__card-body-center {
  margin-top : 40px;
  padding-top: 30px;
  position   : relative;
}

.zl-service__card-body-center::after {
  content          : '';
  width            : 30px;
  height           : 4px;
  background       : #fff;
  position         : absolute;
  top              : 0;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform    : translateX(-50%);
  transform        : translateX(-50%);
}

.zl-service__slider-item {
  margin: 15px;
}

.zl-service__slider-item:focus {
  outline: none;
}

.zl-service__slider .slick-arrow {
  width             : 40px;
  height            : 40px;
  border-radius     : 50%;
  border            : 2px solid #6961f5;
  background        : transparent;
  color             : #6961f5;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  position          : absolute;
  top               : -40px;
}

.zl-service__slider .slick-arrow:hover {
  border: 2px solid #00d280;
  color : #00d280;
}

.zl-service__slider .slick-next {
  right: 0;
}

.zl-service__slider .slick-prev {
  right: 55px;
}

/*---------------------------------------
    2.59 Team 
-----------------------------------------*/
.zl-team {
  position  : relative;
  background: #3c04dc;
}

.zl-team:hover .zl-social-list {
  visibility: visible;
  z-index   : 1;
  opacity   : 1;
}

.zl-team__img {
  width        : 150px;
  height       : 150px;
  border-radius: 50%;
  overflow     : hidden;
}

.zl-team__card {
  display           : block;
  padding-top       : 50px;
  padding-bottom    : 50px;
  padding-left      : 30px;
  padding-right     : 30px;
  border            : 1px solid #3e53f6;
  text-decoration   : none;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .zl-team__card {
    padding-top   : 60px;
    padding-bottom: 60px;
    padding-left  : 40px;
    padding-right : 40px;
  }
}

.zl-team__card:hover {
  border            : 1px solid transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.3);
  text-decoration   : none;
}

.zl-team__body {
  margin-top: 30px;
}

.zl-team-slider__item {
  margin: 20px;
}

.zl-team-slider__item:focus {
  outline: none;
}

.zl-team-slider .slick-arrow {
  width             : 40px;
  height            : 40px;
  border-radius     : 50%;
  border            : 2px solid #6961f5;
  background        : transparent;
  color             : #6961f5;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  position          : absolute;
  top               : -40px;
}

.zl-team-slider .slick-arrow:hover {
  border: 2px solid #00d280;
  color : #00d280;
}

.zl-team-slider .slick-next {
  right: 0;
}

.zl-team-slider .slick-prev {
  right: 55px;
}

/*---------------------------------------
    2.60 Featured Slider For
-----------------------------------------*/
.zl-featured-slider-for {
  width     : 100%;
  height    : 100%;
  min-height: 500px;
}

.zl-featured-slider-for .slick-list {
  height: 100%;
}

.zl-featured-slider-for .slick-track {
  height: 100%;
}

/*---------------------------------------
    2.61 Featured Slider Nav
-----------------------------------------*/
.zl-featured-slider-nav__item:focus {
  outline: none;
}

.zl-featured-slider-nav .slick-arrow {
  width             : 40px;
  height            : 40px;
  border-radius     : 50%;
  border            : 2px solid #6961f5;
  background        : transparent;
  color             : #6961f5;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  position          : absolute;
  right             : 0;
  z-index           : 90;
}

.zl-featured-slider-nav .slick-arrow:hover {
  border: 2px solid #00d280;
  color : #00d280;
}

.zl-featured-slider-nav .slick-next {
  bottom: 0;
}

.zl-featured-slider-nav .slick-prev {
  bottom: 55px;
}

/*---------------------------------------
    2.62 Featured Image
-----------------------------------------*/
.zl-featured-img {
  width              : 100%;
  height             : 100%;
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

.zl-featured-img--1 {
  background-image: url(../img/featured-img-1.png);
}

.zl-featured-img--2 {
  background-image: url(../img/featured-img-2.jpg);
}

.zl-featured-img--3 {
  background-image: url(../img/featured-img-3.jpg);
}

.zl-featured-img--4 {
  background-image: url(../img/featured-img-4.jpg);
}

/*---------------------------------------
    2.63 Counter
-----------------------------------------*/
.zl-counter__icon {
  font-size  : 30px;
  line-height: 1;
}

/*---------------------------------------
    2.64 Payment List
-----------------------------------------*/
.zl-payment-list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

.zl-payment-list__item {
  margin-right: 15px;
}

.zl-payment-list__item:last-child {
  margin-right: 0;
}

/*---------------------------------------
    2.65 Price Section
-----------------------------------------*/
.zl-price-section {
  position  : relative;
  overflow-x: hidden;
  background: -webkit-linear-gradient(327deg, #7025f5, #3a03db);
  background: -o-linear-gradient(327deg, #7025f5, #3a03db);
  background: linear-gradient(123deg, #7025f5, #3a03db);
}

/*---------------------------------------
    2.66 Feed nav
-----------------------------------------*/
.zl-feed-nav {
  padding           : 30px 15px;
  -webkit-box-shadow: 0 30px 80px 0 rgba(26, 23, 170, 0.2);
  box-shadow        : 0 30px 80px 0 rgba(26, 23, 170, 0.2);
}

@media screen and (min-width: 992px) {
  .zl-feed-nav {
    padding: 50px 40px;
  }
}

.zl-feed-nav__item:focus {
  outline: none;
}

.zl-feed-nav .slick-arrow {
  width             : 40px;
  height            : 40px;
  border-radius     : 50%;
  border            : 2px solid #6961f5;
  background        : transparent;
  color             : #6961f5;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
  position          : absolute;
  right             : 0;
  z-index           : 90;
}

.zl-feed-nav .slick-arrow:hover {
  border: 2px solid #00d280;
  color : #00d280;
}

.zl-feed-nav .slick-next {
  bottom: 0;
}

.zl-feed-nav .slick-prev {
  bottom: 55px;
}

/*---------------------------------------
    2.67 Client Section
-----------------------------------------*/
.zl-client-section {
  position  : relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a03db), color-stop(transparent), to(#3a03db));
  background: -webkit-linear-gradient(top, #3a03db, transparent, #3a03db);
  background: -o-linear-gradient(top, #3a03db, transparent, #3a03db);
  background: linear-gradient(180deg, #3a03db, transparent, #3a03db);
}

/*---------------------------------------
    2.68 Hero 6
-----------------------------------------*/
.zl-hero-6 {
  position  : relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5fff8), to(transparent));
  background: -webkit-linear-gradient(#e5fff8, transparent);
  background: -o-linear-gradient(#e5fff8, transparent);
  background: linear-gradient(#e5fff8, transparent);
}

.zl-hero-6__bg {
  background-image   : url(../img/home-6-bg.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

@media screen and (min-width: 992px) {
  .zl-hero-6 .zl-nav__link {
    color: #374a5e;
  }

  .zl-hero-6 .zl-nav__link:hover {
    color: #78b23a;
  }
}

@media screen and (min-width: 1200px) {
  .zl-hero-6 .zl-nav__link {
    padding-top   : 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .zl-hero-6 .zl-nav__item-has-sub::after {
    color: #374a5e;
  }
}

@media screen and (min-width: 992px) {
  .zl-hero-6 .zl-nav__item-has-sub:hover::after {
    color: #78b23a;
  }
}

.zl-hero-6 .zl-nav__item-has-sub:hover>.zl-nav__link {
  color: #78b23a;
}

.zl-hero-6 .zl-nav__sub-item:hover {
  background: #78b23a;
}

.zl-hero-6 .zl-nav__sub-3rd .zl-nav__sub-item:hover {
  background: #6ea335;
}

/*---------------------------------------
    2.69 language
-----------------------------------------*/
.zl-lang {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.zl-lang__flag {
  width        : 25px;
  height       : 25px;
  overflow     : hidden;
  border       : 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.zl-lang__is {
  border-radius : 0;
  border        : none;
  height        : auto;
  line-height   : initial;
  padding-left  : 0;
  background    : transparent;
  color         : white;
  letter-spacing: 0.1em;
  font-weight   : 500;
}

.zl-lang__is:after {
  border-bottom: 2px solid #fff;
  border-right : 2px solid #fff;
}

.zl-lang__is .option {
  color: #374a5e;
}

/*---------------------------------------
    2.70 Featured Project Section
-----------------------------------------*/
.zl-featured-project-section {
  background: #f7fffd;
}

/*---------------------------------------
    2.71 Blobb Section
-----------------------------------------*/
.zl-blobb-section {
  position: relative;
  z-index : 1;
}

.zl-blobb-section-1::before {
  background: #d1edfb;
}

.zl-blobb-section-2::after {
  background: #d9faec;
}

.zl-blobb-section-top::before {
  top: -150px;
}

.zl-blobb-section-top-end::after {
  top: -150px;
}

.zl-blobb-section-bottom::before {
  bottom: -150px;
}

.zl-blobb-section-bottom-end::after {
  bottom: -150px;
}

.zl-blobb-section-left::before {
  left: 0;
}

.zl-blobb-section-left-end::after {
  left: 0;
}

.zl-blobb-section-right::before {
  right: 0;
}

.zl-blobb-section-right-end::after {
  right: 0;
}

.zl-blobb-section-center::before {
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.zl-blobb-section-center-end::after {
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .zl-blobb-section::before {
    content       : "";
    border-radius : 50%;
    width         : 300px;
    height        : 300px;
    display       : inline-block;
    position      : absolute;
    -webkit-filter: blur(120px);
    filter        : blur(120px);
    z-index       : -1;
  }
}

@media screen and (min-width: 1200px) {
  .zl-blobb-section::after {
    content       : "";
    border-radius : 50%;
    width         : 300px;
    height        : 300px;
    display       : inline-block;
    position      : absolute;
    -webkit-filter: blur(120px);
    filter        : blur(120px);
    z-index       : -1;
  }
}

/*---------------------------------------
    2.72 Manage Image Object
-----------------------------------------*/
.zl-manage-img {
  position: relative;
}

.zl-manage-img-1 {
  display : none;
  position: absolute;
  bottom  : 0;
  left    : 0;
}

@media screen and (min-width: 992px) {
  .zl-manage-img-1 {
    display: block;
  }
}

.zl-manage-img-3 {
  display : none;
  position: absolute;
  bottom  : 0;
  right   : 0;
}

@media screen and (min-width: 992px) {
  .zl-manage-img-3 {
    display: block;
  }
}

/*---------------------------------------
    2.73 Filter Image Gray
-----------------------------------------*/
.zl-filter-gray {
  -webkit-filter: opacity(0.4) grayscale(1);
  filter        : opacity(0.4) grayscale(1);
}

.zl-filter-gray:hover {
  -webkit-filter: opacity(1);
  filter        : opacity(1);
}

/*---------------------------------------
    2.74 Footer 6
-----------------------------------------*/
.zl-footer-6 {
  position  : relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5fff8), to(transparent));
  background: -webkit-linear-gradient(#e5fff8, transparent);
  background: -o-linear-gradient(#e5fff8, transparent);
  background: linear-gradient(#e5fff8, transparent);
}

.zl-footer-6__bg {
  background-image   : url(../img/home-6-foot-bg.png);
  background-size    : cover;
  background-position: center;
  background-repeat  : no-repeat;
}

@media screen and (min-width: 1200px) {
  .zl-footer-6__bg {
    background-size: 100% 100%;
  }
}

/*---------------------------------------
    2.75 Helpline
-----------------------------------------*/
.zl-helpline {
  position: relative;
  padding : 30px 35px;
}

@media screen and (min-width: 768px) {
  .zl-helpline {
    margin-top: -90px;
  }
}

.zl-helpline--light {
  background        : #f7fffd;
  position          : relative;
  -webkit-box-shadow: 0 5px 18px rgba(0, 21, 100, 0.03);
  box-shadow        : 0 5px 18px rgba(0, 21, 100, 0.03);
}

@media screen and (min-width: 768px) {
  .zl-helpline--light::after {
    content      : "";
    border-top   : 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left  : 20px solid #c4fff0;
    position     : absolute;
    top          : 0;
    right        : -20px;
  }
}

/*---------------------------------------
    2.76 Blur Object
-----------------------------------------*/
.zl-blur {
  display       : inline-block;
  width         : 110px;
  height        : 110px;
  position      : absolute;
  border-radius : 50%;
  -webkit-filter: blur(35px);
  filter        : blur(35px);
  z-index       : -1;
}

.zl-blur-container {
  position: relative;
  z-index : 1;
}

.zl-blur--1 {
  background: #ffb661;
  opacity   : 0.4;
}

.zl-blur--2 {
  background: #c6e6ff;
  opacity   : 0.7;
}

.zl-blur--3 {
  background: #ffebed;
}

.zl-blur--4 {
  background: #7025f5;
  opacity   : 0.4;
}

/*---------------------------------------
    2.77 Hero 7
-----------------------------------------*/
.zl-hero-7 {
  position: relative;
}

.zl-hero-7 .zl-blur--1 {
  top              : 100px;
  left             : 180px;
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

.zl-hero-7 .zl-blur--2 {
  bottom           : 300px;
  left             : 100px;
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

.zl-hero-7 .zl-blur--3 {
  bottom           : 380px;
  right            : 100px;
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

.zl-hero-7 .zl-blur--4 {
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

.zl-hero-7 .zl-obj {
  display          : none;
  position         : absolute;
  top              : 200px;
  left             : 80px;
  -webkit-animation: circle 20s linear infinite;
  animation        : circle 20s linear infinite;
}

@media screen and (min-width: 1366px) {
  .zl-hero-7 .zl-obj {
    display: inline-block;
  }
}

.zl-hero-7__title {
  font-family: "Bree Serif", serif;
}

@media screen and (min-width: 1400px) {
  .zl-hero-7__title {
    font-size: 60px;
  }
}

.zl-hero-7__sub-title {
  color: #374a5e;
}

@media screen and (min-width: 1400px) {
  .zl-hero-7__sub-title {
    width: 70%;
  }
}

/*---------------------------------------
    2.78 Service Card
-----------------------------------------*/
.zl-service-card {
  border            : 1px solid #e0e0e0;
  border-radius     : 15px;
  background        : #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.zl-service-card:hover {
  border            : 1px solid transparent;
  -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.07);
  box-shadow        : 0 50px 50px rgba(0, 0, 0, 0.07);
}

.zl-service-card:hover a {
  color: #ff518b;
}

.zl-service-card__img {
  width   : 145px;
  height  : 145px;
  position: relative;
}

.zl-service-card__img::before {
  content            : "";
  width              : 100%;
  height             : 100%;
  position           : absolute;
  left               : 0;
  top                : 0;
  background-image   : url(../img/service-card-shape.png);
  background-size    : cover;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--1::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-1.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--2::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-2.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--3::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-3.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--4::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-4.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--5::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-5.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__img--6::after {
  content            : "";
  width              : 65%;
  height             : 65%;
  position           : absolute;
  left               : 50%;
  top                : 50%;
  -webkit-transform  : translate(-50%, -50%);
  -ms-transform      : translate(-50%, -50%);
  transform          : translate(-50%, -50%);
  background-image   : url(../img/service-card-icon-6.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

.zl-service-card__body {
  padding-left  : 30px;
  padding-right : 30px;
  padding-bottom: 50px;
  padding-top   : 15px;
}

/*---------------------------------------
    2.80 Project Section
-----------------------------------------*/
.zl-project {
  background-image   : url(../img/project-bg.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.81 Price
-----------------------------------------*/
.zl-price {
  background-image   : url(../img/price-bg.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.82 Testimonial For 7
-----------------------------------------*/
@media screen and (min-width: 1200px) {
  .zl-testimonial-for-7 {
    width    : 100%;
    max-width: 500px;
  }
}

.zl-testimonial-for-7__item {
  margin            : 30px 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  box-shadow        : 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  background        : #fff;
}

@media screen and (min-width: 768px) {
  .zl-testimonial-for-7__item {
    margin: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-testimonial-for-7__item {
    max-width: 500px;
  }
}

.zl-testimonial-for-7__item:focus {
  outline: none;
}

/*---------------------------------------
    2.83 Testimonial Nav 7
-----------------------------------------*/
@media screen and (min-width: 1200px) {
  .zl-testimonial-nav-7 {
    width      : 100%;
    max-width  : 500px;
    margin-left: auto;
  }
}

.zl-testimonial-nav-7__item {
  margin            : 30px 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  box-shadow        : 0 10px 25px 0 rgba(5, 63, 46, 0.1);
  background        : #fff;
}

@media screen and (min-width: 768px) {
  .zl-testimonial-nav-7__item {
    margin: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .zl-testimonial-nav-7__item {
    margin: 50px 30px;
  }
}

.zl-testimonial-nav-7__item:focus {
  outline: none;
}

/*---------------------------------------
    2.84 Testimonial 7
-----------------------------------------*/
.zl-testimonial-7 {
  background-image   : url(../img/feedback-bg-2.png);
  background-size    : 100%;
  background-position: center;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.85 Footer 7
-----------------------------------------*/
.zl-footer-7 {
  background-image   : url(../img/footer-7-bg.png);
  background-size    : 100%;
  background-position: bottom;
  background-repeat  : no-repeat;
}

/*---------------------------------------
    2.86 Mega Menu 1
-----------------------------------------*/
.zl-mega-menu-1,
.zl-mega-menu-2 {
  visibility        : hidden;
  opacity           : 0;
  height            : 0;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

@media screen and (min-width: 992px) {

  .zl-mega-menu-1,
  .zl-mega-menu-2 {
    position           : absolute;
    left               : 0;
    right              : 0;
    height             : auto;
    max-height         : 500px;
    overflow-y         : scroll;
    display            : -webkit-box;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-pack   : justify;
    -ms-flex-pack      : justify;
    justify-content    : space-between;
    -webkit-box-align  : center;
    -ms-flex-align     : center;
    align-items        : center;
    -webkit-box-shadow : 0 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow         : 0 15px 35px rgba(0, 0, 0, 0.1);
    background         : #fff url(../img/mega-1-bg.png);
    background-size    : 100%;
    background-position: center top;
    background-repeat  : no-repeat;
  }

  .zl-mega-menu-1::after,
  .zl-mega-menu-2::after {
    content          : '';
    width            : 1px;
    height           : 80%;
    background       : rgba(55, 74, 94, 0.2);
    position         : absolute;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    left             : 60%;
  }
}

@media screen and (min-width: 1200px) {

  .zl-mega-menu-1,
  .zl-mega-menu-2 {
    max-height: initial;
    overflow-y: initial;
    padding   : 30px;
  }
}

.zl-mega-menu-1__list,
.zl-mega-menu-2__list {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

@media screen and (min-width: 992px) {

  .zl-mega-menu-1__list,
  .zl-mega-menu-2__list {
    width: 55%;
  }
}

.zl-mega-menu-1__list-item {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .zl-mega-menu-1__list-item {
    width: 25%;
  }
}

.zl-mega-menu-1__link {
  margin  : 15px 10px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__link:hover .zl-mega-menu-1__text {
    color: #ff518b;
  }

  .zl-mega-menu-1__link:hover .zl-mega-menu-1__img {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 15px 35px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__img {
    display           : inline-block;
    border            : 1px solid #e0e0e0;
    border-radius     : 5px;
    overflow          : hidden;
    -webkit-transition: all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease;
  }
}

.zl-mega-menu-1__label {
  padding           : 4px 8px;
  position          : absolute;
  top               : 0;
  left              : 0;
  border-radius     : 5px 0 0 0;
  background        : #ff518b;
  font-size         : 12px;
  line-height       : 1;
  text-transform    : capitalize;
  color             : #fff;
  letter-spacing    : 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.zl-mega-menu-1__label:hover {
  text-decoration: none;
}

.zl-mega-menu-1__text {
  display           : block;
  margin-top        : 10px;
  color             : #fff;
  font-size         : 14px;
  letter-spacing    : 0.05em;
  text-transform    : capitalize;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__text {
    color      : #374a5e;
    font-weight: 500;
  }
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__content {
    padding: 30px;
    width  : 35%;
  }
}

.zl-mega-menu-1__content-text {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__content-text {
    color: #374a5e;
  }
}

.zl-mega-menu-1__content-title {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-1__content-title {
    color: #374a5e;
  }
}

@media screen and (min-width: 1200px) {
  .zl-mega-menu-1-container {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .zl-mega-menu-1-content {
    position: static;
  }
}

/*---------------------------------------
    2.87 Mega Menu 2
-----------------------------------------*/
@media screen and (min-width: 992px) {
  .zl-mega-menu-2 {
    max-height: initial;
    overflow-y: initial;
    padding   : 15px;
  }

  .zl-mega-menu-2::after {
    left: 74.5%;
  }
}

@media screen and (min-width: 1366px) {
  .zl-mega-menu-2 {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-2__list {
    width: 75%;
  }
}

.zl-mega-menu-2__list-item {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-2__list-item {
    width: 50%;
  }
}

@media screen and (min-width: 1366px) {
  .zl-mega-menu-2__list-item {
    width: 33%;
  }
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-2__content {
    width: 24%;
  }
}

/*---------------------------------------
    2.88 Mega Menu Card
-----------------------------------------*/
.zl-mega-menu-card {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-card {
    margin : 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border : 1px solid #e0e0e0;
  }

  .zl-mega-menu-card:hover {
    border            : 1px solid transparent;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 15px 25px rgba(0, 0, 0, 0.1);
  }
}

.zl-mega-menu-card__title {
  display    : block;
  color      : #fff;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-card__title {
    color      : #374a5e;
    font-weight: 700;
  }
}

.zl-mega-menu-card__para {
  font-size: 12px;
  color    : #fff;
}

@media screen and (min-width: 992px) {
  .zl-mega-menu-card__para {
    color: #374a5e;
  }
}

/*---------------------------------------
    2.89 Tertiary Menu
-----------------------------------------*/
.zl-tertiary-menu__item {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .zl-tertiary-menu__item {
    padding: 5px 10px;
  }
}

.zl-tertiary-menu__link {
  color         : #fff;
  font-weight   : 500;
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .zl-tertiary-menu__link {
    width            : 100%;
    color            : #374a5e;
    padding          : 5px;
    border           : 1px solid #e0e0e0;
    display          : -webkit-box !important;
    display          : -ms-flexbox !important;
    display          : flex !important;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    background       : #fff;
  }

  .zl-tertiary-menu__link:hover {
    color             : #ff518b;
    border            : 1px solid transparent;
    background        : #fff;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 15px 25px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .zl-tertiary-menu__icon {
    font-size   : 24px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  .zl-tertiary-menu__text {
    font-size: 14px;
  }
}

/*---------------------------------------
    0.3 Theme Style
-----------------------------------------*/
/*---------------------------------------
    3.1 Color
-----------------------------------------*/
.t-text-light {
  color: #fff;
}

.t-text-alpha {
  color: #ff518b;
}

.t-text-beta {
  color: #54e4e4;
}

.t-text-gamma {
  color: #feaf3a;
}

.t-text-delta {
  color: #01d367;
}

.t-text-primary {
  color: #3c4cc6;
}

.t-text-heading {
  color: #374a5e;
}

.t-text-epsilon {
  color: #c656ff;
}

.t-text-color-3 {
  color: #00d280;
}

.t-text-color-11 {
  color: #78b23a;
}

.t-text-color-15 {
  color: #f37f07;
}

.t-text-color-8 {
  color: #6961f5;
}

.t-fb {
  color: #3b5998;
}

.t-tw {
  color: #1da1f2;
}

.t-ins {
  color: #f56040;
}

.t-in {
  color: #0077b5;
}

.t-be {
  color: #1769ff;
}

.t-text-secondary {
  color: #6b5ee1;
}

.t-text-zeta {
  color: #87929e;
}

/*---------------------------------------
    3.2 Margin
-----------------------------------------*/
.t-mr-5 {
  margin-right: 5px;
}

.t-mr-8 {
  margin-right: 8px;
}

.t-mr-15 {
  margin-right: 15px;
}

.t-mr-16 {
  margin-right: 16px;
}

.t-mr-25 {
  margin-right: 25px;
}

.t-mr-30 {
  margin-right: 30px;
}

.t-mb-5 {
  margin-bottom: 5px;
}

.t-mb-10 {
  margin-bottom: 10px;
}

.t-mb-15 {
  margin-bottom: 15px;
}

.t-mb-20 {
  margin-bottom: 20px;
}

.t-mb-30 {
  margin-bottom: 30px;
}

.t-mb-50 {
  margin-bottom: 50px;
}

.t-mb-60 {
  margin-bottom: 60px;
}

.t-mb-70 {
  margin-bottom: 70px;
}

.t-mb-80 {
  margin-bottom: 80px;
}

.t-mb-90 {
  margin-bottom: 90px;
}

.t-mb-120 {
  margin-bottom: 120px;
}

.t-mt-5 {
  margin-top: 5px;
}

.t-mt-10 {
  margin-top: 10px;
}

.t-mt-15 {
  margin-top: 15px;
}

.t-mt-20 {
  margin-top: 20px;
}

.t-mt-25 {
  margin-top: 25px;
}

.t-mt-30 {
  margin-top: 30px;
}

.t-mt-45 {
  margin-top: 45px;
}

.t-mt-50 {
  margin-top: 50px;
}

.t-mt-55 {
  margin-top: 55px;
}

.t-mt-60 {
  margin-top: 60px;
}

.t-mt-70 {
  margin-top: 70px;
}

.t-mt-85 {
  margin-top: 85px;
}

.t-mt-90 {
  margin-top: 90px;
}

.t-mt-120 {
  margin-top: 120px;
}

.t-mt-120-m {
  margin-top: -120px;
}

.t-ml-8 {
  margin-left: 8px;
}

.t-ml-15 {
  margin-left: 15px;
}

.t-ml-16 {
  margin-left: 16px;
}

/*---------------------------------------
    3.3 Padding
-----------------------------------------*/
.t-pt-5 {
  padding-top: 5px;
}

.t-pt-10 {
  padding-top: 10px;
}

.t-pt-15 {
  padding-top: 15px;
}

.t-pt-20 {
  padding-top: 20px;
}

.t-pt-30 {
  padding-top: 30px;
}

.t-pt-40 {
  padding-top: 40px;
}

.t-pt-50 {
  padding-top: 50px;
}

.t-pt-60 {
  padding-top: 60px;
}

.t-pt-70 {
  padding-top: 70px;
}

.t-pt-80 {
  padding-top: 80px;
}

.t-pt-90 {
  padding-top: 90px;
}

.t-pt-100 {
  padding-top: 100px;
}

.t-pt-105 {
  padding-top: 105px;
}

.t-pt-110 {
  padding-top: 110px;
}

.t-pt-115 {
  padding-top: 115px;
}

.t-pt-120 {
  padding-top: 120px;
}

.t-pt-130 {
  padding-top: 130px;
}

.t-pt-150 {
  padding-top: 150px;
}

.t-pt-175 {
  padding-top: 175px;
}

.t-pb-5 {
  padding-bottom: 5px;
}

.t-pb-10 {
  padding-bottom: 10px;
}

.t-pb-15 {
  padding-bottom: 15px;
}

.t-pb-20 {
  padding-bottom: 20px;
}

.t-pb-30 {
  padding-bottom: 30px;
}

.t-pb-40 {
  padding-bottom: 40px;
}

.t-pb-50 {
  padding-bottom: 50px;
}

.t-pb-60 {
  padding-bottom: 60px;
}

.t-pb-70 {
  padding-bottom: 70px;
}

.t-pb-80 {
  padding-bottom: 80px;
}

.t-pb-90 {
  padding-bottom: 90px;
}

.t-pb-95 {
  padding-bottom: 95px;
}

.t-pb-100 {
  padding-bottom: 100px;
}

.t-pb-105 {
  padding-bottom: 105px;
}

.t-pb-120 {
  padding-bottom: 120px;
}

.t-pb-130 {
  padding-bottom: 130px;
}

.t-pb-150 {
  padding-bottom: 150px;
}

.t-pb-175 {
  padding-bottom: 175px;
}

.t-pl-5 {
  padding-left: 5px;
}

.t-pl-5-im {
  padding-left: 5px !important;
}

.t-pl-10 {
  padding-left: 10px;
}

.t-pl-15 {
  padding-left: 15px;
}

.t-pl-30 {
  padding-left: 30px !important;
}

.t-pl-40 {
  padding-left: 40px;
}

.t-pl-50 {
  padding-left: 50px;
}

.t-pr-5 {
  padding-right: 5px;
}

.t-pr-5-im {
  padding-right: 5px !important;
}

.t-pr-10 {
  padding-right: 10px;
}

.t-pr-15 {
  padding-right: 15px;
}

.t-pr-30 {
  padding-right: 30px;
}

.t-pr-40 {
  padding-right: 40px;
}

.t-pr-50 {
  padding-right: 50px;
}

/*---------------------------------------
    3.4 Utitlies
-----------------------------------------*/
.t-link {
  display           : inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  text-decoration   : none;
}

.t-link:hover {
  text-decoration: none;
}

.t-link:focus {
  outline: none;
}

.t-link--primary {
  color: #374a5e;
}

.t-link--primary:hover {
  color: #3c4cc6;
}

.t-link-primary {
  color: #3c4cc6;
}

.t-link-primary:hover {
  color: #3c4cc6;
}

.t-link--alpha {
  color: #374a5e;
}

.t-link--alpha:hover {
  color: #ff518b;
}

.t-link--light-alpha {
  color: #fff;
}

.t-link--light-alpha:hover {
  color: #ff518b;
}

.t-link-alpha {
  color: #ff518b;
}

.t-link-alpha:hover {
  color: #ff518b;
}

.t-link--color-11 {
  color: #374a5e;
}

.t-link--color-11:hover {
  color: #78b23a;
}

.t-link-beta {
  color: #54e4e4;
}

.t-link-beta:hover {
  color: #54e4e4;
}

.t-link-gamma {
  color: #feaf3a;
}

.t-link-gamma:hover {
  color: #feaf3a;
}

.t-link-delta {
  color: #01d367;
}

.t-link-delta:hover {
  color: #01d367;
}

.t-link-alpha {
  color: #ff518b;
}

.t-link-alpha:hover {
  color: #ff518b;
}

.t-link-alpha {
  color: #ff518b;
}

.t-link-alpha:hover {
  color: #ff518b;
}

.t-link--fb {
  color: #3b5998;
}

.t-link--fb:hover {
  color: #3b5998;
}

.t-link--tw {
  color: #1da1f2;
}

.t-link--tw:hover {
  color: #1da1f2;
}

.t-link--ins {
  color: #f56040;
}

.t-link--ins:hover {
  color: #f56040;
}

.t-link--in {
  color: #0077b5;
}

.t-link--in:hover {
  color: #0077b5;
}

.t-link--be {
  color: #1769ff;
}

.t-link--be:hover {
  color: #1769ff;
}

.t-list {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.t-list--row {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.t-list--column {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
}

.t-list__icon {
  margin-bottom: 15px;
}

.t-list__icon:last-child {
  margin-bottom: 0;
}

.t-list__icon::before {
  content     : "\f00c";
  font-family : 'Line Awesome Free';
  font-weight : 900;
  font-size   : 20px;
  line-height : 1;
  margin-right: 8px;
  color       : #01d367;
}

.t-list__item {
  margin-right: 15px;
}

.t-list__item:last-child {
  margin-right: 0;
}

.t-list__mr30 {
  margin-right: 30px;
}

.t-img-gray {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  -webkit-filter    : grayscale(100%);
  filter            : grayscale(100%);
}

.t-img-gray:hover {
  -webkit-filter: grayscale(0%);
  filter        : grayscale(0%);
}

.t-border-bottom-eta {
  border-bottom: 1px solid #190475;
}

.zl-border-light {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.t-voerflow-x {
  overflow-x: hidden;
}

.t-border-6 {
  border: 1px solid #3e53f6;
}

.t-line-1 {
  line-height: 1;
}

.t-border-11 {
  border: 1px solid #78b23a;
}

.t-border-alpha {
  border: 1px solid #ff518b;
}

.t-font-4 {
  font-family: "Bree Serif", serif;
}

.t-border-light {
  border: 1px solid #fff;
}

.t-placeholder-light::-webkit-input-placeholder {
  color: #fff;
}

.t-placeholder-light:-ms-input-placeholder {
  color: #fff;
}

.t-placeholder-light::-ms-input-placeholder {
  color: #fff;
}

.t-placeholder-light::placeholder {
  color: #fff;
}

/*---------------------------------------
    3.5 Bg
-----------------------------------------*/
.t-bg-primary {
  background: #3547bd;
}

.t-bg-secondary {
  background: #6b5ee1;
}

.t-bg-light {
  background: #fff;
}

.t-bg-light-2 {
  background: #f8faff;
}

.t-bg-beta {
  background: #54e4e4;
}

.t-bg-gamma {
  background: #feaf3a;
}

.t-bg-delta {
  background: #01d367;
}

.t-bg-alpha {
  background: #ff518b;
}

.t-bg-lambda {
  background: #fb3548;
}

.t-bg-light-grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#fff));
  background-image: -webkit-linear-gradient(#f7f9fb, #fff);
  background-image: -o-linear-gradient(#f7f9fb, #fff);
  background-image: linear-gradient(#f7f9fb, #fff);
}

.t-bg-eta {
  background: #190475;
}

.t-bg-theta {
  background: #1f2556;
}

.t-bg-kappa {
  background: #030022;
}

.t-bg-color-5 {
  background: #4a0de3;
}

.t-bg-color-7 {
  background: #3c04dc;
}

.t-bg-color-3 {
  background: #00d280;
}

.t-bg-color-11 {
  background: #78b23a;
}

@media screen and (min-width: 992px) {
  .t-lg-bg-color-11 {
    background: #78b23a;
  }
}

/*---------------------------------------
    3.6 Animation
-----------------------------------------*/
@-webkit-keyframes about-play {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff518b;
    box-shadow        : 0 0 0 0 #ff518b;
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 81, 139, 0.7);
    box-shadow        : 0 0 0 10px rgba(255, 81, 139, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 81, 139, 0.1);
    box-shadow        : 0 0 0 20px rgba(255, 81, 139, 0.1);
  }
}

@keyframes about-play {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff518b;
    box-shadow        : 0 0 0 0 #ff518b;
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 81, 139, 0.7);
    box-shadow        : 0 0 0 10px rgba(255, 81, 139, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 81, 139, 0.1);
    box-shadow        : 0 0 0 20px rgba(255, 81, 139, 0.1);
  }
}

@-webkit-keyframes bttn-video {
  0% {
    -webkit-box-shadow: 0 0 0 0 #6b5ee1;
    box-shadow        : 0 0 0 0 #6b5ee1;
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(107, 94, 225, 0.3);
    box-shadow        : 0 0 0 10px rgba(107, 94, 225, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(107, 94, 225, 0.04);
    box-shadow        : 0 0 0 20px rgba(107, 94, 225, 0.04);
  }
}

@keyframes bttn-video {
  0% {
    -webkit-box-shadow: 0 0 0 0 #6b5ee1;
    box-shadow        : 0 0 0 0 #6b5ee1;
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(107, 94, 225, 0.3);
    box-shadow        : 0 0 0 10px rgba(107, 94, 225, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(107, 94, 225, 0.04);
    box-shadow        : 0 0 0 20px rgba(107, 94, 225, 0.04);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-60px) rotate(0deg);
    transform        : rotate(0deg) translate(-60px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-60px) rotate(-360deg);
    transform        : rotate(360deg) translate(-60px) rotate(-360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-60px) rotate(0deg);
    transform        : rotate(0deg) translate(-60px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-60px) rotate(-360deg);
    transform        : rotate(360deg) translate(-60px) rotate(-360deg);
  }
}

@-webkit-keyframes goright {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform        : translateX(200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes goright {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform        : translateX(200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@-webkit-keyframes goleft {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  50% {
    -webkit-transform: translateX(-200px);
    transform        : translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes goleft {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  50% {
    -webkit-transform: translateX(-200px);
    transform        : translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@-webkit-keyframes circlerotate {
  0% {
    -webkit-transform: rotate(0deg) translate(-60px);
    transform        : rotate(0deg) translate(-60px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-60px);
    transform        : rotate(360deg) translate(-60px);
  }
}

@keyframes circlerotate {
  0% {
    -webkit-transform: rotate(0deg) translate(-60px);
    transform        : rotate(0deg) translate(-60px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-60px);
    transform        : rotate(360deg) translate(-60px);
  }
}

/*---------------------------------------
    0.4 Layout Style
-----------------------------------------*/
/*---------------------------------------
    4.1 Footer
-----------------------------------------*/
.l-footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#fff));
  background-image: -webkit-linear-gradient(#f7f9fb, #fff);
  background-image: -o-linear-gradient(#f7f9fb, #fff);
  background-image: linear-gradient(#f7f9fb, #fff);
}

/*---------------------------------------
    4.2 Abou
-----------------------------------------*/
.l-about {
  background-position: center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

.l-about--bg-1 {
  background-image: url(../img/about-bg.png);
  background-color: #fff;
}

.l-about--bg-2 {
  background-image: url(../img/about-bg-2.png);
}

/*---------------------------------------
    4.3 Video Section
-----------------------------------------*/
.l-video-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#fff));
  background-image: -webkit-linear-gradient(#f7f9fb, #fff);
  background-image: -o-linear-gradient(#f7f9fb, #fff);
  background-image: linear-gradient(#f7f9fb, #fff);
}

/*---------------------------------------
    4.4 Contact Section
-----------------------------------------*/
.l-contact {
  background-position: left top;
  background-size    : contain;
  background-repeat  : no-repeat;
}

@media screen and (min-width: 992px) {
  .l-contact--bg {
    background-image: url(../img/contact-bg.png);
  }
}

/*# sourceMappingURL=style.css.map */