/*-----------------------------------------------------------------------------------
    Template Name: B4 Grid - Basic
    Description: B4 only Grid/Reboot
    Author: Rodrigo Bouza
    Mail: rbouza@theelectricfactory.com
    Version: 1.0
    ---------------------------------- */
/* 
==========================================================================
01. Bootstrap 4: Grid/Reboot/Utilities (Modified) 
==========================================================================
                                                                        */
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  /* Disable all selections on mobile devices */
}

@media (max-width: 991.98px) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(29, 29, 29, 0);
  }
}

html {
  font-family: sans-serif;
  font-size: inherit;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(29, 29, 29, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1D;
  text-align: left;
  background-color: #FFF;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.subscription-message{
 display: none;
 background-color: #f4f7f8;
 border-radius: 5px;
 padding: 10px 40px;
}

.privacy-policity{
	text-decoration: underline;
    color: #98284f;
    font-size:0.85rem;

}
address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1D1D1D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a, a:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: ligthen(#1D1D1D, 0.5);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none !important;
}

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;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
a:hover,
a:active,
a:focus {
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* Remove Safari input icons */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 341px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 341px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

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

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

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

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 341px) {
  .flex-xs-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xs-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xs-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xs-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -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;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -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;
        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;
        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;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 341px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* 
==========================================================================
02. Libs
==========================================================================
                                                                        */
/*
02. Libs | animate.css 3.6.0 (http://daneden.me/animate)
==========================================================================
                                                                        */
/* Disable animations in Devices */
@media (max-width: 991.98px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

/* Disable animations in IE 8-11 */
@media screen\0, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

@media (min-width: 992px) {
  .animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .animated.hinge {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  /* FadeIn
  ========================================================================== */
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* 1 */
  @-webkit-keyframes fadeIn-1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-1 {
    -webkit-animation: fadeIn-1 1.5s 0s;
            animation: fadeIn-1 1.5s 0s;
  }
  /* 2 */
  @-webkit-keyframes fadeIn-2 {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-2 {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-2 {
    -webkit-animation: fadeIn-2 1.6s 0s;
            animation: fadeIn-2 1.6s 0s;
  }
  /* 3 */
  @-webkit-keyframes fadeIn-3 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-3 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-3 {
    -webkit-animation: fadeIn-3 1.7s 0s;
            animation: fadeIn-3 1.7s 0s;
  }
  /* 4 */
  @-webkit-keyframes fadeIn-4 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-4 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-4 {
    -webkit-animation: fadeIn-4 1.8s 0s;
            animation: fadeIn-4 1.8s 0s;
  }
  /* 5 */
  @-webkit-keyframes fadeIn-5 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-5 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-5 {
    -webkit-animation: fadeIn-5 2s 0s;
            animation: fadeIn-5 2s 0s;
  }
  /* 6 */
  @-webkit-keyframes fadeIn-6 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-6 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-6 {
    -webkit-animation: fadeIn-6 2.35s 0s;
            animation: fadeIn-6 2.35s 0s;
  }
  /* 7 */
  @-webkit-keyframes fadeIn-7 {
    0% {
      opacity: 0;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-7 {
    0% {
      opacity: 0;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-7 {
    -webkit-animation: fadeIn-7 2.5s 0s;
            animation: fadeIn-7 2.5s 0s;
  }
  /* 8 */
  @-webkit-keyframes fadeIn-8 {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-8 {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-8 {
    -webkit-animation: fadeIn-8 3s 0s;
            animation: fadeIn-8 3s 0s;
  }
  /* 9 */
  @-webkit-keyframes fadeIn-9 {
    0% {
      opacity: 0;
    }
    65% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-9 {
    0% {
      opacity: 0;
    }
    65% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-9 {
    -webkit-animation: fadeIn-9 3.5s 0s;
            animation: fadeIn-9 3.5s 0s;
  }
  /* 10 */
  @-webkit-keyframes fadeIn-10 {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-10 {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-10 {
    -webkit-animation: fadeIn-10 3.75s 0s;
            animation: fadeIn-10 3.75s 0s;
  }
  /* 11 */
  @-webkit-keyframes fadeIn-11 {
    0% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-11 {
    0% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-11 {
    -webkit-animation: fadeIn-11 4s 0s;
            animation: fadeIn-11 4s 0s;
  }
  /* 12 */
  @-webkit-keyframes fadeIn-12 {
    0% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn-12 {
    0% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn-12 {
    -webkit-animation: fadeIn-12 4.3s 0s;
            animation: fadeIn-12 4.3s 0s;
  }
  /* ScaleIn
  ========================================================================== */
  /* 1 */
  @-webkit-keyframes scaleIn {
    0% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn {
    0% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn {
    -webkit-animation-name: scaleIn;
            animation-name: scaleIn;
  }
  /* 1 */
  @-webkit-keyframes scaleIn-1 {
    0%,
    20% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-1 {
    0%,
    20% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-1 {
    -webkit-animation: scaleIn-1 1s;
            animation: scaleIn-1 1s;
  }
  /* 2 */
  @-webkit-keyframes scaleIn-2 {
    0%,
    25% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-2 {
    0%,
    25% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-2 {
    -webkit-animation: scaleIn-2 1.1s;
            animation: scaleIn-2 1.1s;
  }
  /* 3 */
  @-webkit-keyframes scaleIn-3 {
    0%,
    30% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-3 {
    0%,
    30% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-3 {
    -webkit-animation: scaleIn-3 1.2s;
            animation: scaleIn-3 1.2s;
  }
  /* 4 */
  @-webkit-keyframes scaleIn-4 {
    0%,
    35% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-4 {
    0%,
    35% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-4 {
    -webkit-animation: scaleIn-4 1.3s;
            animation: scaleIn-4 1.3s;
  }
  /* 5 */
  @-webkit-keyframes scaleIn-5 {
    0%,
    40% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-5 {
    0%,
    40% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-5 {
    -webkit-animation: scaleIn-5 1.4s;
            animation: scaleIn-5 1.4s;
  }
  /* 6 */
  @-webkit-keyframes scaleIn-6 {
    0%,
    45% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-6 {
    0%,
    45% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-6 {
    -webkit-animation: scaleIn-6 1.6s;
            animation: scaleIn-6 1.6s;
  }
  /* 7 */
  @-webkit-keyframes scaleIn-7 {
    0%,
    50% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-7 {
    0%,
    50% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-7 {
    -webkit-animation: scaleIn-7 1.75s;
            animation: scaleIn-7 1.75s;
  }
  /* 8 */
  @-webkit-keyframes scaleIn-8 {
    0%,
    55% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-8 {
    0%,
    55% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-8 {
    -webkit-animation: scaleIn-8 1.85s;
            animation: scaleIn-8 1.85s;
  }
  /* 9 */
  @-webkit-keyframes scaleIn-9 {
    0%,
    60% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-9 {
    0%,
    60% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-9 {
    -webkit-animation: scaleIn-9 2s;
            animation: scaleIn-9 2s;
  }
  @-webkit-keyframes scaleIn-10 {
    0%,
    65% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleIn-10 {
    0%,
    65% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .scaleIn-10 {
    -webkit-animation: scaleIn-10 2.2s;
            animation: scaleIn-10 2.2s;
  }
  @-webkit-keyframes slideInBottomMoveFh-1 {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    15% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInBottomMoveFh-1 {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    15% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInBottomMoveFh-1 {
    -webkit-animation: slideInBottomMoveFh-1 1.3s 0s;
            animation: slideInBottomMoveFh-1 1.3s 0s;
  }
  @-webkit-keyframes slideInTopMoveFh-1 {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    15% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes slideInTopMoveFh-1 {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    15% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .slideInTopMoveFh-1 {
    -webkit-animation: slideInTopMoveFh-1 1.3s 0s;
            animation: slideInTopMoveFh-1 1.3s 0s;
  }
  /* Slide In Left
  ========================================================================== */
  /* 1 */
  @-webkit-keyframes slideInLeft-1 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-1 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-1 {
    -webkit-animation: slideInLeft-1 1.5s 0s;
            animation: slideInLeft-1 1.5s 0s;
  }
  /* 2 */
  @-webkit-keyframes slideInLeft-2 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-2 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-2 {
    -webkit-animation: slideInLeft-2 1.7s 0s;
            animation: slideInLeft-2 1.7s 0s;
  }
  /* 3 */
  @-webkit-keyframes slideInLeft-3 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-3 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-3 {
    -webkit-animation: slideInLeft-3 1.9s 0s;
            animation: slideInLeft-3 1.9s 0s;
  }
  /* 4 */
  @-webkit-keyframes slideInLeft-4 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-4 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-4 {
    -webkit-animation: slideInLeft-4 2s 0s;
            animation: slideInLeft-4 2s 0s;
  }
  /* 5 */
  @-webkit-keyframes slideInLeft-5 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-5 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-5 {
    -webkit-animation: slideInLeft-5 2.2s 0s;
            animation: slideInLeft-5 2.2s 0s;
  }
  /* 6 */
  @-webkit-keyframes slideInLeft-6 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    60% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-6 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    60% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-6 {
    -webkit-animation: slideInLeft-6 2.4s 0s;
            animation: slideInLeft-6 2.4s 0s;
  }
  /* 7 */
  @-webkit-keyframes slideInLeft-7 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    70% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-7 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    70% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-7 {
    -webkit-animation: slideInLeft-7 2.6s 0s;
            animation: slideInLeft-7 2.6s 0s;
  }
  /* 8 */
  @-webkit-keyframes slideInLeft-8 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    75% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-8 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    75% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-8 {
    -webkit-animation: slideInLeft-8 2.8s 0s;
            animation: slideInLeft-8 2.8s 0s;
  }
  /* 9 */
  @-webkit-keyframes slideInLeft-9 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    80% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInLeft-9 {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    80% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInLeft-9 {
    -webkit-animation: slideInLeft-9 3s 0s;
            animation: slideInLeft-9 3s 0s;
  }
  /* Slide In Right
  ========================================================================== */
  /* 1 */
  @-webkit-keyframes slideInRight-1 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-1 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-1 {
    -webkit-animation: slideInRight-1 1.15s 0s;
            animation: slideInRight-1 1.15s 0s;
  }
  /* 2 */
  @-webkit-keyframes slideInRight-2 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-2 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-2 {
    -webkit-animation: slideInRight-2 1.2s 0s;
            animation: slideInRight-2 1.2s 0s;
  }
  /* 3 */
  @-webkit-keyframes slideInRight-3 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-3 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-3 {
    -webkit-animation: slideInRight-3 1.3s 0s;
            animation: slideInRight-3 1.3s 0s;
  }
  /* 4 */
  @-webkit-keyframes slideInRight-4 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-4 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-4 {
    -webkit-animation: slideInRight-4 1.4s 0s;
            animation: slideInRight-4 1.4s 0s;
  }
  /* 5 */
  @-webkit-keyframes slideInRight-5 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-5 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-5 {
    -webkit-animation: slideInRight-5 1.5s 0s;
            animation: slideInRight-5 1.5s 0s;
  }
  /* 6 */
  @-webkit-keyframes slideInRight-6 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    60% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-6 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    60% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-6 {
    -webkit-animation: slideInRight-6 1.6s 0s;
            animation: slideInRight-6 1.6s 0s;
  }
  /* 7 */
  @-webkit-keyframes slideInRight-7 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    70% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-7 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    70% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-7 {
    -webkit-animation: slideInRight-7 1.7s 0s;
            animation: slideInRight-7 1.7s 0s;
  }
  /* 8 */
  @-webkit-keyframes slideInRight-8 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    75% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideInRight-8 {
    0% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    75% {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1;
    }
  }
  .slideInRight-8 {
    -webkit-animation: slideInRight-7 1.8s 0s;
            animation: slideInRight-7 1.8s 0s;
  }
  /* Slide In Top
  ========================================================================== */
  @-webkit-keyframes slideInTop {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop {
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
  }
  /* 1 */
  @-webkit-keyframes slideInTop-1 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    5% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-1 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    5% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-1 {
    -webkit-animation: slideInTop-1 0.8s 0s;
            animation: slideInTop-1 0.8s 0s;
  }
  /* 2 */
  @-webkit-keyframes slideInTop-2 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-2 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-2 {
    -webkit-animation: slideInTop-2 0.9s 0s;
            animation: slideInTop-2 0.9s 0s;
  }
  /* 3 */
  @-webkit-keyframes slideInTop-3 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    15% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-3 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    15% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-3 {
    -webkit-animation: slideInTop-3 1s 0s;
            animation: slideInTop-3 1s 0s;
  }
  /* 4 */
  @-webkit-keyframes slideInTop-4 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-4 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-4 {
    -webkit-animation: slideInTop-4 1.1s 0s;
            animation: slideInTop-4 1.1s 0s;
  }
  /* 5 */
  @-webkit-keyframes slideInTop-5 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    25% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-5 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    25% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-5 {
    -webkit-animation: slideInTop-5 1.2s 0s;
            animation: slideInTop-5 1.2s 0s;
  }
  /* 6 */
  @-webkit-keyframes slideInTop-6 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-6 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-6 {
    -webkit-animation: slideInTop-6 1.3s 0s;
            animation: slideInTop-6 1.3s 0s;
  }
  /* 7 */
  @-webkit-keyframes slideInTop-7 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    35% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-7 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    35% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-7 {
    -webkit-animation: slideInTop-7 1.4s 0s;
            animation: slideInTop-7 1.4s 0s;
  }
  /* 8 */
  @-webkit-keyframes slideInTop-8 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-8 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    40% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-8 {
    -webkit-animation: slideInTop-8 1.5s 0s;
            animation: slideInTop-8 1.5s 0s;
  }
  /* 9 */
  @-webkit-keyframes slideInTop-9 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    45% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-9 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    45% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-9 {
    -webkit-animation: slideInTop-9 1.6s 0s;
            animation: slideInTop-9 1.6s 0s;
  }
  /* 10 */
  @-webkit-keyframes slideInTop-10 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-10 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-10 {
    -webkit-animation: slideInTop-10 1.8s 0s;
            animation: slideInTop-10 1.8s 0s;
  }
  /* 11 */
  @-webkit-keyframes slideInTop-11 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    55% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideInTop-11 {
    0% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    55% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  .slideInTop-11 {
    -webkit-animation: slideInTop-11 2s 0s;
            animation: slideInTop-11 2s 0s;
  }
  /* Line width
  ========================================================================== */
  /* 1 */
  @-webkit-keyframes line-width-1 {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-1 {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-1 {
    -webkit-animation: line-width-1 1.35s 0s;
            animation: line-width-1 1.35s 0s;
  }
  /* 2 */
  @-webkit-keyframes line-width-2 {
    0%,
    10% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-2 {
    0%,
    10% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-2 {
    -webkit-animation: line-width-2 1.5s 0s;
            animation: line-width-2 1.5s 0s;
  }
  /* 3 */
  @-webkit-keyframes line-width-3 {
    0%,
    20% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-3 {
    0%,
    20% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-3 {
    -webkit-animation: line-width-3 1.7s 0s;
            animation: line-width-3 1.7s 0s;
  }
  /* 4 */
  @-webkit-keyframes line-width-4 {
    0%,
    30% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-4 {
    0%,
    30% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-4 {
    -webkit-animation: line-width-4 1.9s 0s;
            animation: line-width-4 1.9s 0s;
  }
  /* 5 */
  @-webkit-keyframes line-width-5 {
    0%,
    40% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-5 {
    0%,
    40% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-5 {
    -webkit-animation: line-width-5 2s 0s;
            animation: line-width-5 2s 0s;
  }
  /* 6 */
  @-webkit-keyframes line-width-6 {
    0%,
    50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-6 {
    0%,
    50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-6 {
    -webkit-animation: line-width-6 2.3s 0s;
            animation: line-width-6 2.3s 0s;
  }
  /* 7 */
  @-webkit-keyframes line-width-7 {
    0%,
    60% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-7 {
    0%,
    60% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-7 {
    -webkit-animation: line-width-7 2.5s 0s;
            animation: line-width-7 2.5s 0s;
  }
  /* 8 */
  @-webkit-keyframes line-width-8 {
    0%,
    70% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-8 {
    0%,
    70% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-8 {
    -webkit-animation: line-width-8 2.7s 0s;
            animation: line-width-8 2.7s 0s;
  }
  /* 9 */
  @-webkit-keyframes line-width-9 {
    0%,
    75% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-9 {
    0%,
    75% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-9 {
    -webkit-animation: line-width-8 2.9s 0s;
            animation: line-width-8 2.9s 0s;
  }
  /* 10 */
  @-webkit-keyframes line-width-10 {
    0%,
    80% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line-width-10 {
    0%,
    80% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .line-width-10 {
    -webkit-animation: line-width-10 3.2s 0s;
            animation: line-width-10 3.2s 0s;
  }
  /* Line height
  ========================================================================== */
  /* 1 */
  @-webkit-keyframes line-height-1 {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-1 {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-1 {
    -webkit-animation: line-height-1 2s 0s;
            animation: line-height-1 2s 0s;
  }
  /* 2 */
  @-webkit-keyframes line-height-2 {
    0%,
    10% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-2 {
    0%,
    10% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-2 {
    -webkit-animation: line-height-2 2.6s 0s;
            animation: line-height-2 2.6s 0s;
  }
  /* 3 */
  @-webkit-keyframes line-height-3 {
    0%,
    20% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-3 {
    0%,
    20% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-3 {
    -webkit-animation: line-height-3 2.7s 0s;
            animation: line-height-3 2.7s 0s;
  }
  /* 4 */
  @-webkit-keyframes line-height-4 {
    0%,
    30% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-4 {
    0%,
    30% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-4 {
    -webkit-animation: line-height-4 2.8s 0s;
            animation: line-height-4 2.8s 0s;
  }
  /* 5 */
  @-webkit-keyframes line-height-5 {
    0%,
    40% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-5 {
    0%,
    40% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-5 {
    -webkit-animation: line-height-5 2.9s 0s;
            animation: line-height-5 2.9s 0s;
  }
  /* 6 */
  @-webkit-keyframes line-height-6 {
    0%,
    50% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-6 {
    0%,
    50% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-6 {
    -webkit-animation: line-height-6 3s 0s;
            animation: line-height-6 3s 0s;
  }
  /* 7 */
  @-webkit-keyframes line-height-7 {
    0%,
    60% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-7 {
    0%,
    60% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-7 {
    -webkit-animation: line-height-7 3.1s 0s;
            animation: line-height-7 3.1s 0s;
  }
  /* 8 */
  @-webkit-keyframes line-height-8 {
    0%,
    70% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-8 {
    0%,
    70% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-8 {
    -webkit-animation: line-height-8 3.2s 0s;
            animation: line-height-8 3.2s 0s;
  }
  /* 9 */
  @-webkit-keyframes line-height-9 {
    0%,
    75% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-9 {
    0%,
    75% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-9 {
    -webkit-animation: line-height-8 3.3s 0s;
            animation: line-height-8 3.3s 0s;
  }
  /* 10 */
  @-webkit-keyframes line-height-10 {
    0%,
    80% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-10 {
    0%,
    80% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-10 {
    -webkit-animation: line-height-8 3.4s 0s;
            animation: line-height-8 3.4s 0s;
  }
  /* 11 */
  @-webkit-keyframes line-height-11 {
    0%,
    85% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes line-height-11 {
    0%,
    85% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .line-height-11 {
    -webkit-animation: line-height-8 3.75s 0s;
            animation: line-height-8 3.75s 0s;
  }
  /* Pulse scale animation
  ========================================================================== */
  @-webkit-keyframes pulse-scale-1 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(1.5, 1.5);
              transform: scale(1.5, 1.5);
      opacity: 0;
    }
  }
  @keyframes pulse-scale-1 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(1.5, 1.5);
              transform: scale(1.5, 1.5);
      opacity: 0;
    }
  }
  @-webkit-keyframes pulse-scale-2 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.25;
    }
    100% {
      -webkit-transform: scale(1.7, 1.7);
              transform: scale(1.7, 1.7);
      opacity: 0;
    }
  }
  @keyframes pulse-scale-2 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.25;
    }
    100% {
      -webkit-transform: scale(1.7, 1.7);
              transform: scale(1.7, 1.7);
      opacity: 0;
    }
  }
  @-webkit-keyframes pulse-scale-3 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.35;
    }
    100% {
      -webkit-transform: scale(1.85, 1.85);
              transform: scale(1.85, 1.85);
      opacity: 0;
    }
  }
  @keyframes pulse-scale-3 {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 0.35;
    }
    100% {
      -webkit-transform: scale(1.85, 1.85);
              transform: scale(1.85, 1.85);
      opacity: 0;
    }
  }
  /* Zoom in Bg
  ========================================================================== */
  @-webkit-keyframes zoom-in-out-bg {
    0%,
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes zoom-in-out-bg {
    0%,
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  /* Arrow down
  ========================================================================== */
  @-webkit-keyframes arrow-down {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
    60% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
  }
  @keyframes arrow-down {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
    60% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
  }
}

/* Masks clip path */
/* To right */
@-webkit-keyframes maskLeftToRight-1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  15% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes maskLeftToRight-1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  15% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.maskLeftToRight-1 {
  -webkit-animation: maskLeftToRight-1 1s 0s;
          animation: maskLeftToRight-1 1s 0s;
}

/* To left */
@-webkit-keyframes maskRightToLeft-1 {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  15% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes maskRightToLeft-1 {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  15% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

.maskRightToLeft-1 {
  -webkit-animation: maskRightToLeft-1 1s 0s;
          animation: maskRightToLeft-1 1s 0s;
}

/* To right */
@-webkit-keyframes transformLeftToRight-1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  15% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transformLeftToRight-1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  15% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* To left */
@-webkit-keyframes transformRightToLeft-1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  15% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transformRightToLeft-1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  15% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* IE 8-11 */
@media screen\0, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .maskLeftToRight-1 {
    -webkit-animation: transformLeftToRight-1 1s 0s;
            animation: transformLeftToRight-1 1s 0s;
  }
  .maskRightToLeft-1 {
    -webkit-animation: transformRightToLeft-1 1s 0s;
            animation: transformRightToLeft-1 1s 0s;
  }
}

/* IE EDGE */
@supports (-ms-ime-align: auto) {
  .maskLeftToRight-1 {
    -webkit-animation: transformLeftToRight-1 1s 0s;
            animation: transformLeftToRight-1 1s 0s;
  }
  .maskRightToLeft-1 {
    -webkit-animation: transformRightToLeft-1 1s 0s;
            animation: transformRightToLeft-1 1s 0s;
  }
}

/*
02. Libs | Selectric (1.9.6 - by thef)
==========================================================================
                                                                        */
.selectric-wrapper {
  cursor: pointer;
  position: relative;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.selectric.filled .arrow {
  color: #656565;
}

.selectric.error {
  border-color: red !important;
}

.selectric .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 0.9375rem;
  color: #1a1a1a;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 40px;
}

@media screen\0 {
  .selectric .label {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

.selectric .arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 0.6rem;
  color: #BBBBBB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.selectric .arrow:before {
  content: "\e903";
}

.selectric-hover .selectric .arrow {
  color: #656565;
}

.selectric-hover.filled .selectric .arrow {
  color: #656565;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  margin-top: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  /* Scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 7px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #982850;
  border-radius: 15px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}

.selectric-items li {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  display: block;
  padding: 10px;
  font-weight: 300;
  font-size: 0.9375rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.selectric-items .selectric-group li {
  padding-left: 20px;
}

.selectric-items .selectric-group li.selectric-group-label {
  font-weight: 700;
  color: #fff !important;
  background-color: #385da0;
  cursor: auto;
  padding-left: 10px;
}

.selectric-items li:hover, .selectric-items li.selected {
  background: #F5F5F5;
}

.selectric-items li.selected.disabled, .selectric-items li.disabled[data-index="0"] {
  display: none;
}

.selectric-items li.selected {
  color: #FFF;
  background: #982850;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 
==========================================================================
03. Base
==========================================================================
                                                                        */
.overlay-rotation {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.active.overlay-rotation {
  display: block;
}

.out.overlay-rotation {
  opacity: 0;
  pointer-events: none;
}

/*
03. Base | Fonts
==========================================================================
                                                                        */
/* Lora Regular */
@font-face {
  font-family: "Lora";
  src: url("fonts/lora/lora-regular.eot");
  src: url("fonts/lora/lora-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lora/lora-regular.woff") format("woff"), url("fonts/lora/lora-regular.ttf") format("truetype"), url("fonts/lora/lora-regular.svg#icon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lora Bold */
@font-face {
  font-family: "Lora";
  src: url("fonts/lora/lora-bold.eot");
  src: url("fonts/lora/lora-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lora/lora-bold.woff") format("woff"), url("fonts/lora/lora-bold.ttf") format("truetype"), url("fonts/lora/lora-bold.svg#icon") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/roboto-regular.eot");
  src: url("fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-regular.woff") format("woff"), url("fonts/roboto/roboto-regular.ttf") format("truetype"), url("fonts/roboto/roboto-regular.svg#icon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/roboto-bold.eot");
  src: url("fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-bold.woff") format("woff"), url("fonts/roboto/roboto-bold.ttf") format("truetype"), url("fonts/roboto/roboto-bold.svg#icon") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*
03. Base | Icons
==========================================================================
                                                                        */
@font-face {
  font-family: 'icons';
  src: url("fonts/icons/icons.ttf?gduuum") format("truetype"), url("fonts/icons/icons.woff?gduuum") format("woff"), url("fonts/icons/icons.svg?gduuum#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-bullet:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

/*
03. Base | Generics
==========================================================================
                                                                        */
html,
body {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #F5F5F5;
}

html.block-scroll,
body.block-scroll {
  overflow: hidden;
}

@media (min-width: 992px) {
  body {
    /* Scrollbar */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body::-webkit-scrollbar {
    width: 7px;
  }
  body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-thumb {
    background: #982850;
    border-radius: 15px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.main-content {
  overflow-x: hidden;
}

/* Bg */
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0.5;
  z-index: -1;
  z-index: 0;
}

.bg-overlay.opacity-30 {
  opacity: .3;
}

.bg-overlay.opacity-40 {
  opacity: .4;
}

.bg-overlay.opacity-70 {
  opacity: .7;
}

.bg-overlay.opacity-80 {
  opacity: .8;
}

/*
03. Base | Type
==========================================================================
                                                                        */
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lora", sans-serif;
  font-weight: 600;
}

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

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

@media (min-width: 341px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}

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

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

@media (min-width: 992px) and (max-height: 750px) {
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}

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

@media (min-width: 341px) {
  h3,
  .h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 1.35rem;
  }
}

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

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

@media (min-width: 992px) and (max-height: 750px) {
  h3,
  .h3 {
    font-size: 1.35rem;
  }
}

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

@media (min-width: 341px) {
  h4,
  .h4 {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) {
  h4,
  .h4 {
    font-size: 1.15rem;
  }
}

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

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

@media (min-width: 992px) and (max-height: 750px) {
  h4,
  .h4 {
    font-size: 1.15rem;
  }
}

/* Paragraphs */
p {
  font-size: 0.95rem;
}

@media (min-width: 992px) {
  p {
    font-size: 1rem !important;
  }
}

p.lead {
  font-size: 0.95rem;
}

@media (min-width: 341px) {
  p.lead {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  p.lead {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  p.lead {
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  p.lead {
    font-size: 1.25rem;
  }
}

@media (min-width: 1600px) {
  p.lead {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  p.lead {
    font-size: 1.15rem;
  }
}

p.small {
  font-size: 0.875rem;
}

/*
03. Base | Links & Buttons
==========================================================================
                                                                        */
/* Links */
a {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/* Buttons */
.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 40px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  height: 45px;
  /* Loading dots */
}

@media screen\0 {
  .btn {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

.btn .txt {
  position: relative;
}

.btn div.loader-dots {
  display: none;
}

@media screen\0 {
  .btn {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

@media screen\0, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn img.loader-dots {
    display: none;
  }
  .btn div.loader-dots {
    display: -ms-flexbox;
    display: flex;
  }
}

@supports (-ms-ime-align: auto) {
  .btn img.loader-dots {
    display: none;
  }
  .btn div.loader-dots {
    display: -ms-flexbox;
    display: flex;
  }
}

.btn .loader-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn .loader-dots {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.btn.loading {
  background: #701d3b;
  pointer-events: none !important;
  opacity: .85;
}

.btn.loading > .txt {
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.btn.loading .loader-dots {
  opacity: 1;
  transition-delay: 0.35s;
}

@media (min-width: 992px) {
  .btn {
    height: 50px;
  }
}

.btn-small {
  padding: 0 25px;
  height: 40px;
}

.btn-primary {
  background: #982850;
  color: #FFF !important;
}

@media (min-width: 992px) {
  .btn-primary:hover {
    background: #601D35;
  }
}

.btn-secondary {
  background: #FFF;
  border: 1px solid #FFF;
}

@media (min-width: 992px) {
  .btn-secondary:hover {
    color: #FFF !important;
    background: transparent;
  }
}

/*
03. Base | Forms
==========================================================================
                                                                        */
/* Inputs & Textareas */
.input,
.select,
.selectric,
.textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.95em;
  width: 100%;
  padding: 0 20px;
  background: #FFF;
  box-shadow: none;
  height: 45px;
  border: 1px solid #BBBBBB;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.input.error,
.select.error,
.selectric.error,
.textarea.error {
  border-color: red;
}

@media (min-width: 992px) {
  .input,
  .select,
  .selectric,
  .textarea {
    font-size: 1em;
    height: 50px;
  }
}

/* Select */
.select {
  /* Select placeholder */
  /* Custom arrow */
  background: #FFF url("../img/icons/select-arrow.svg") no-repeat 95% center;
  background-size: 12px;
  padding-right: 40px;
  /* Ellipsis */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select.empty {
  color: #666;
}

.select option {
  color: #1D1D1D;
}

.select option[value="-1"][disabled] {
  display: none;
}

.select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .select {
    background-size: 13px;
  }
}

@media (min-width: 992px) {
  .select {
    background-size: 14px;
    padding-right: 51px;
  }
}

/* Label */
.label {
  font-size: 0.9rem;
  color: #1D1D1D;
}

.label + .input,
.label + .select,
.label + .selectric-wrapper,
.label + .textarea {
  margin-top: 5px;
}

.label .circle-help {
  margin-left: 5px;
}

@media (min-width: 341px) {
  .label {
    font-size: 0.95rem;
  }
}

@media (min-width: 576px) {
  .label {
    font-size: 1rem;
  }
}

/* Form group */
.form-group {
  position: relative;
}

.form-group ~ .form-group {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .form-group ~ .form-group {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .form-group ~ .form-group {
    margin-top: 25px;
  }
}

/* Custom checkox */
.custom-checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}

@media screen\0 {
  .custom-checkbox {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.custom-checkbox input:checked + .check::before {
  border-color: #656565;
}

.custom-checkbox input:checked + .check:after {
  color: #982850;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.custom-checkbox input:checked + .check + .txt {
  color: #982850;
}

.custom-checkbox input.error + .check:before {
  border-color: red;
}

.custom-checkbox .check {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  z-index: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

@media (min-width: 992px) and (max-height: 750px) {
  .custom-checkbox .check {
    width: 16px;
    height: 16px;
  }
}

.custom-checkbox .check:after, .custom-checkbox .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -50%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.custom-checkbox .check:before {
  background: #FFF;
  border: 1px solid #BBBBBB;
}

.custom-checkbox .check:after {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 50%;
  height: 50%;
  background: #982850;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

@media (min-width: 992px) {
  .custom-checkbox .check:after {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
  }
}

.custom-checkbox .txt {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-left: 10px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@media (min-width: 576px) {
  .custom-checkbox .txt {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .custom-checkbox .txt {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .custom-checkbox .txt {
    font-size: 0.95rem;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  .custom-checkbox .txt {
    font-size: 0.85rem;
  }
}

@media (min-width: 992px) {
  .custom-checkbox:hover .check:after {
    opacity: .25;
  }
  .custom-checkbox:hover .txt {
    color: #000;
  }
}

@media (max-width: 767.98px) {
  .custom-checkbox .check {
    width: 20px;
    height: 20px;
  }
  .custom-checkbox .check:after {
    line-height: 20px;
  }
}

/* Placeholders */
::-webkit-input-placeholder {
  color: #BBBBBB;
}

::-moz-placeholder {
  color: #BBBBBB;
}

:-ms-input-placeholder {
  color: #BBBBBB;
}

/* Autocomplete OFF same as initial */
@-webkit-keyframes autofill {
  to {
    background: #FFF;
    color: #1D1D1D;
  }
}
@keyframes autofill {
  to {
    background: #FFF;
    color: #1D1D1D;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  background-image: none;
  background: #FFF;
  -webkit-animation-name: autofill;
          animation-name: autofill;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #1D1D1D;
}

/* 
==========================================================================
04. Layout
==========================================================================
                                                                        */
/*
04. Layout | Generics
==========================================================================
                                                                        */
@media (min-width: 1200px) {
  .container,
  .container-fluid {
    padding: 0 60px;
  }
}

.container,
.container-fluid {
  padding: 0 15px;
}

@media (min-width: 341px) {
  .container,
  .container-fluid {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    max-width: 100%;
  }
}

/*
04. Layout | Header
==========================================================================
                                                                        */
/*
04. Layout | Footer
==========================================================================
                                                                        */
/* 
==========================================================================
05. Elements
==========================================================================
                                                                        */
/*
05. Elements | Generics
==========================================================================
                                                                        */
.pricing {
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 341px) {
  .pricing {
    font-size: 1.325rem;
  }
}

@media (min-width: 576px) {
  .pricing {
    font-size: 1.425rem;
  }
}

@media (min-width: 768px) {
  .pricing {
    font-size: 1.525rem;
  }
}

@media (min-width: 992px) {
  .pricing {
    font-size: 1.625rem;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  .pricing {
    font-size: 1.425rem;
  }
}

.pricing .simbol,
.pricing .price {
  font-weight: 600;
}

.pricing .simbol {
  font-size: 1.85em;
}

.pricing .price {
  font-size: 1.8em;
}

.section-title {
  position: relative;
  text-align: center;
  color: #601D35;
}

.section-title .line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-width: 100px;
  height: 1px;
  margin-bottom: 30px;
}

.section-title .line > span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #982850;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .section-title .line {
    margin-bottom: 35px;
  }
}

.section-title + p {
  text-align: center;
}

.circle-help {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #982850;
  color: #FFF;
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@media (min-width: 992px) {
  .circle-help:hover {
    background: #982850;
  }
}

div.loader-dots > span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 100%;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

div.loader-dots > span ~ span {
  margin-left: 5px;
}

div.loader-dots > span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

div.loader-dots > span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

/* 
==========================================================================
06. Components
==========================================================================
                                                                        */
/*
06. Components | Generics
==========================================================================
                                                                        */
.hero-header {
  position: relative;
  text-align: center;
}
.hero-header p {
  text-align: center;
}

.hero-header .bg {
  height: calc(100% - 120px);
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .hero-header .bg.bg-cellphone {
    z-index: 1;
  }
  .hero-header .bg.bg-cellphone .img.img-cellphone {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
    background-position: 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-header .bg.bg-header .img {
    height: calc(100vh - 150px);
  }
}

@media (max-width: 575.98px) {
  .hero-header .bg.bg-cellphone {
    display: none;
  }
  .hero-header .bg.bg-cellphone .img.img-cellphone {
    background-position: 40px 15px;
  }
}

.hero-header .bg .img.img-cellphone {
  background-image: url(../img/bg-header-cellphone.png);
  background-size: contain;
  background-position: right center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13%;
  min-width: 160px;
  float: right;
  left: auto;
  right: 0;
  margin-top: 1%;
}

@media (min-width: 341px) {
  .hero-header .bg .img.img-cellphone {
    min-width: 180px;
  }
}

@media (min-width: 576px) {
  .hero-header .bg .img.img-cellphone {
    min-width: 200px;
  }
}

.hero-header .bg .img .circle {
  position: absolute;
  top: -60px;
  right: -60px;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 341px) {
  .hero-header .bg .img .circle {
    top: -100px;
    right: -100px;
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 992px) {
  .hero-header .bg .img .circle {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .hero-header .bg .img .circle {
    top: 10%;
    right: 7%;
    width: 200px;
    height: 200px;
  }
}

.hero-header .container {
  position: relative;
}

.hero-header-title {
  padding: 30px 0;
  font-size: 1.4rem;
  color: #410A1E;
  text-align: left;
}

.hero-header-title strong + span {
  display: block;
  margin-top: 10px;
}

@media (min-width: 341px) {
  .hero-header-title {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}

@media (min-width: 576px) {
  .hero-header-title {
    font-size: 1.65rem;
    padding: 80px 0;
  }
}

@media (min-width: 768px) {
  .hero-header-title {
    font-size: 1.75rem;
  }
  .hero-header-title strong + span {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .hero-header-title {
    font-size: 1.875rem;
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .hero-header-title {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  .hero-header-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 991.98px) {
  .hero-header-title {
    position: relative;
    z-index: 1;
  }
}

.hero-header-title > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 341px) {
  .hero-header-title > strong {
    display: block;
  }
}

@media (min-width: 992px) {
  .hero-header-title > strong {
    font-size: 1.1em;
  }
}

.card {
  padding: 50px 15px;
  height: 100%;
  background: #601D35;
  color: #FFF;
  border-radius: 5px;
}

@media (min-width: 341px) {
  .card {
    padding: 20px 30px;
  }
}

@media (min-width: 576px) {
  .card {
    padding: 50px 40px;
  }
}

@media (min-width: 768px) {
  .card {
    padding: 40px 50px;
  }
}

@media (min-width: 992px) {
  .card {
    padding: 40px 60px;
  }
}

.cards.cards-subscription .card {
  max-width: 400px;
  margin: 0 auto;
}

.cards.cards-subscription .card hr {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cards.cards-subscription .card .card-title + hr,
.cards.cards-subscription .card hr + .pricing,
.cards.cards-subscription .card p + .btn,
.cards.cards-subscription .card .pricing + p {
  margin-top: 25px;
  margin-top: 35px;
}

@media (min-width: 341px) {
  .cards.cards-subscription .card .card-title + hr,
  .cards.cards-subscription .card hr + .pricing,
  .cards.cards-subscription .card p + .btn,
  .cards.cards-subscription .card .pricing + p {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .cards.cards-subscription .card .card-title + hr,
  .cards.cards-subscription .card hr + .pricing,
  .cards.cards-subscription .card p + .btn,
  .cards.cards-subscription .card .pricing + p {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .cards.cards-subscription .card .card-title + hr,
  .cards.cards-subscription .card hr + .pricing,
  .cards.cards-subscription .card p + .btn,
  .cards.cards-subscription .card .pricing + p {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  .cards.cards-subscription .card .card-title + hr,
  .cards.cards-subscription .card hr + .pricing,
  .cards.cards-subscription .card p + .btn,
  .cards.cards-subscription .card .pricing + p {
    margin-top: 45px;
  }
}

.cards.cards-subscription .card .btn-secondary {
  color: #982850;
}

.cards.cards-subscription .card p {
  color: #E2E2E2;
}

@media (min-width: 768px) {
  .cards.cards-subscription .card {
    max-width: none;
  }
}

.cards.cards-subscription .row .col:nth-of-type(2) .card {
  background: #982850;
}

.card-inline-wrapper {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #CFCFCF;
  padding: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .card-inline-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    padding: 30px 60px;
  }
}

@media screen\0  and (min-width: 992px) {
  .card-inline-wrapper {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

@media (max-width: 991.98px) {
  .card-inline-wrapper .btn {
    margin-top: 15px;
  }
}

.card-inline-wrapper > div:nth-of-type(2) {
  margin-left: auto;
}

.box-card-image {
  padding: 40px 30px;
  background: #FAE5DC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.box-card-image h2 {
  font-size: 0.85rem;
  line-height: 1.3;
}

.box-card-image h2 > span:nth-of-type(1) {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #982850;
}

.box-card-image h2 > span:nth-of-type(2) {
  font-size: 2em;
  color: #982850;
}

.box-card-image h2 > span ~ span {
  display: block;
  margin-top: 10px;
}

@media (min-width: 341px) {
  .box-card-image h2 {
    font-size: 0.9rem;
  }
  .box-card-image h2 > span:nth-of-type(2) {
    font-size: 2.3em;
    color: #982850;
  }
}

@media (min-width: 576px) {
  .box-card-image {
    padding: 50px 40px;
    padding-right: 320px;
  }
  .box-card-image h2 {
    font-size: 0.95rem;
  }
  .box-card-image h2 > span:nth-of-type(2) {
    font-size: 2.4em;
  }
}

@media (min-width: 768px) {
  .box-card-image {
    padding: 60px;
    padding-right: 350px;
  }
  .box-card-image h2 {
    font-size: 1rem;
  }
  .box-card-image h2 > span:nth-of-type(2) {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  .box-card-image {
    padding: 80px;
  }
  .box-card-image h2 {
    font-size: 1.125rem;
  }
}

@media (max-width: 991.98px) {
  .box-card-image {
    border-radius: 0;
    box-shadow: none;
  }
}

.list-bullet li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.95rem;
}

.list-bullet li > span {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (min-width: 768px) {
  .list-bullet li {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .list-bullet li {
    font-size: 1.125rem;
  }
}

.list-bullet li ~ li {
  margin-top: 15px;
}

.list-bullet li:before {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #982850;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

@media (min-width: 576px) {
  .list-bullet li:before {
    margin-right: 15px;
  }
}

.phone-subscription {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  background: #601D35;
  color: #FFF;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.phone-subscription p {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .phone-subscription {
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .phone-subscription.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.phone-subscription-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  line-height: 1.3;
}

@media screen\0 {
  .phone-subscription-header {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

.phone-subscription-header + p {
  margin-top: 5px;
  color: #FFFFFF;
}

.phone-subscription-header i {
  font-size: 1.5rem;
  color: #FFF;
  opacity: .5;
  margin-right: 10px;
}

.collapsable-accordion-item {
  background: #FFF;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
}

.collapsable-accordion-item ~ .collapsable-accordion-item {
  margin-top: 15px;
}

.collapsable-accordion-item.active a {
  font-weight: 600;
  color: #982850;
}

.collapsable-accordion-item.active a:after {
  color: #1D1D1D;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapsable-accordion a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.9rem;
  padding: 13px 15px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.collapsable-accordion a > span {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.collapsable-accordion a:after {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  content: '\e903';
  font-size: 0.5rem;
  color: #BBBBBB;
  margin-left: auto;
  margin-right: -10px;
  padding: 0 10px;
}

@media screen\0 {
  .collapsable-accordion a:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 10px;
  }
}

@media (min-width: 576px) {
  .collapsable-accordion a {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) {
  .collapsable-accordion a {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .collapsable-accordion a:after {
    font-size: 0.6rem;
  }
}

@media (min-width: 992px) {
  .collapsable-accordion a {
    font-size: 1.125rem;
    padding: 20px 25px;
  }
  .collapsable-accordion a:after {
    font-size: 0.7rem;
  }
}

.collapsable-accordion-item-content {
  display: none;
  padding: 10px 25px 30px 25px;
}

/* Alert message */
.alert-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.95em;
  color: #FFF;
  font-weight: 400;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 4;
  transition: background 0s ease 0.75s, -webkit-transform 0.75s ease 0s;
  transition: transform 0.75s ease 0s, background 0s ease 0.75s;
  transition: transform 0.75s ease 0s, background 0s ease 0.75s, -webkit-transform 0.75s ease 0s;
}

@media screen\0 {
  .alert-message {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

@media (min-width: 576px) {
  .alert-message {
    font-size: 1em;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .alert-message {
    font-size: 1.1em;
  }
}

@media (min-width: 992px) and (max-height: 750px) {
  .alert-message {
    font-size: 1em;
    height: 45px;
  }
}

.alert-message.success {
  background: green;
}

.alert-message.error {
  background: red;
}

.alert-message.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: background 0s ease 0s, -webkit-transform 0.75s ease 0s;
  transition: background 0s ease 0s, transform 0.75s ease 0s;
  transition: background 0s ease 0s, transform 0.75s ease 0s, -webkit-transform 0.75s ease 0s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #982850;
  border: 0;
}

.tooltipster-sidetip .tooltipster-content {
  font-size: 0.9rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #982850;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #982850;
}

.page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 29, 53, 0.9);
  z-index: 1000;
}

.page-loader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}

.overlay-rotation {
  text-align: center;
  color: #FFF;
  z-index: 101;
  background: #982850;
}

.overlay-rotation .icon {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.overlay-rotation h2 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) and (orientation: landscape) and (min-aspect-ratio: 13 / 9) {
  .overlay-rotation {
    display: -ms-flexbox;
    display: flex;
  }
}

/* 
==========================================================================
07. Sections
==========================================================================
                                                                        */
/*
07. Sections | Generics
==========================================================================
                                                                        */
.page-home .container {
  max-width: 1024px;
}

.page-home .hero-header + .card-inline {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .page-home .hero-header + .card-inline {
    margin-top: 30px;
  }
}

.page-home .form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.page-home .form .btn {
  margin-top: 15px;
  width: 100%;
}

.section {
  position: relative;
}

.section ~ .section {
  margin-top: 45px;
}

@media (min-width: 576px) {
  .section ~ .section {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .section ~ .section {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section ~ .section {
    margin-top: 90px;
  }
}

.section:last-of-type {
  padding-bottom: 45px;
}

@media (min-width: 992px) {
  .section:last-of-type {
    padding-bottom: 60px;
  }
}

/* Section Benefits */
.section-benefits {
  padding-bottom: 5%;
}

.section-benefits .bg {
  overflow: visible;
}

.section-benefits .bg .img {
  background-size: contain;
  background-position: right;
}

.section-benefits .bg img {
  position: relative;
  max-width: 65%;
  float: right;
  top: 50%;
  right: -22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 75%;
  float: right;
  margin-top: 20px;
}

.section-benefits .bg img.img-mobile {
  display: none;
}

.section-benefits .bg img.img-print {
  max-width: 70%;
}

@media (min-width: 576px) {
  .section-benefits .bg img.img-print {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .section-benefits .bg img.img-print {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .section-benefits .bg img.img-print {
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .section-benefits .bg img.img-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .section-benefits .bg img {
    right: -15%;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .section-benefits .bg img {
    right: -10%;
    margin-top: 50px;
  }
  .section-benefits .bg img.img-mobile {
    display: none;
  }
}

@media (min-width: 1600px) {
  .section-benefits .bg img {
    right: 0;
    max-width: 70%;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .section-benefits .box-card-image {
    padding: 80px 320px 150px 80px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .section-benefits {
    padding-top: 90px;
    padding-bottom: 10%;
  }
}

@media (max-width: 991.98px) {
  .section-benefits .container {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .section-benefits .img-mobile-inline {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    margin-bottom: -60px;
  }
  .section-benefits .img-mobile-inline-print {
    margin-left: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
