@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Teko:wght@500;700&display=swap);
.agency-tabs {
  display: flex;
  flex-wrap: wrap;
}
.agency-tabs label {
  order: 1;
  display: block;
  padding: 4px 31px;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #e11e21;
  font-weight: 500;
  transition: background 0.2s ease;
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}
.agency-tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #f4f5f8;
}
.default-tabs .agency-tabs .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: var(--thm-text);
  line-height: 1.7em;
  letter-spacing: 2px;
}
.agency-tabs input[type="radio"] {
  display: none;
}
.agency-tabs input[type="radio"]:checked + label {
  background: #f4f5f8;
}
.agency-tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
@media (max-width: 45em) {
  .agency-tabs .tab,
  .agency-tabs label {
    order: 0;
  }
  .agency-tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
svg[data-v-3a13dba2] {
  max-width: 200px;
}
svg[data-v-13ca0d1e] {
  transform: scale(0.75);
}
.reviews[data-v-13ca0d1e] {
  width: 100%;
  padding: 0;
  padding-bottom: 50px;
}
.review-box[data-v-13ca0d1e] {
  background: #fff;
  padding: 10px;
}
@media (min-width: 991px) {
  svg[data-v-13ca0d1e] {
    transform: scale(1);
    margin-right: 20px;
  }
  .reviews[data-v-13ca0d1e] {
    background-color: #f4f5f8;
    padding: 50px;
    padding-bottom: 100px;
  }
  .review-box[data-v-13ca0d1e] {
    padding: 50px;
  }
}
h1 span[data-v-13ca0d1e] {
  color: var(--thm-text);
  font-size: 22px;
}
.progress-box .row[data-v-13ca0d1e] {
  align-items: center;
}
.progress-bar[data-v-13ca0d1e] {
  width: 100%;
  background-color: #e0e0e0;
  padding: 0;
  border-radius: 3px;
  height: 14px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.progress-bar-fill[data-v-13ca0d1e] {
  display: block;
  height: 14px;
  background-color: var(--thm-base);
  border-radius: 3px;
  transition: width 0.5s ease-in-out;
}
.btn-secondary[data-v-13ca0d1e] {
  color: #fff;
}
img[data-v-ac5f4692] {
  box-shadow: 0 0 10px #cfcfcf;
}
.ac[data-v-081c15ca] {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.ac > .ac-q[data-v-081c15ca] {
  font: 700 15px Arial, sans-serif;
  font-size: 20px;
  color: #444;
  padding: 10px 30px 10px 10px;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Teko;
}
.ac.is-active .ac-q[data-v-081c15ca] {
  color: #e11e21 !important;
}
.ac > .ac-q[data-v-081c15ca]:after {
  content: "+";
  text-align: center;
  width: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.ac > .ac-a[data-v-081c15ca] {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
}
.ac > .ac-a p[data-v-081c15ca] {
  font: 16px/1.5 Arial, sans-serif;
  color: #444;
  margin: 0;
  padding: 10px;
}
.ac.js-enabled > .ac-a[data-v-081c15ca] {
  visibility: hidden;
}
.ac.is-active > .ac-a[data-v-081c15ca] {
  visibility: visible;
}
.ac.is-active > .ac-q[data-v-081c15ca]:after {
  content: "\2013";
  color: #e11e21;
}
.progress-bar[data-v-081c15ca] {
  width: 100%;
  background-color: #e0e0e0;
  padding: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.progress-bar-fill[data-v-081c15ca] {
  display: block;
  height: 7px;
  background-color: #e11e21;
  border-radius: 3px;
  transition: width 0.5s ease-in-out;
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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-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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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: flex;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  to {
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  to {
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes zoomInStable {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@keyframes anime {
  0% {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(fonts/fa-brands-400.b51fa483.eot);
  src: url(fonts/fa-brands-400.b51fa483.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-brands-400.af3d2d02.woff2) format("woff2"),
    url(fonts/fa-brands-400.16967702.woff) format("woff"),
    url(fonts/fa-brands-400.85125d32.ttf) format("truetype"),
    url(img/fa-brands-400.e1e7ca5b.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\5 Brands;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(fonts/fa-regular-400.08d4686c.eot);
  src: url(fonts/fa-regular-400.08d4686c.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-regular-400.5cdb1173.woff2) format("woff2"),
    url(fonts/fa-regular-400.1101c81b.woff) format("woff"),
    url(fonts/fa-regular-400.edd031bf.ttf) format("truetype"),
    url(img/fa-regular-400.d1f0ad68.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(fonts/fa-solid-900.3a5e383f.eot);
  src: url(fonts/fa-solid-900.3a5e383f.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-solid-900.91c80f25.woff2) format("woff2"),
    url(fonts/fa-solid-900.93de309f.woff) format("woff"),
    url(fonts/fa-solid-900.38485764.ttf) format("truetype"),
    url(img/fa-solid-900.8a1ab65e.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: Font Awesome\5 Free;
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: Flaticon;
  src: url(fonts/Flaticon.88ae9e93.eot);
  src: url(fonts/Flaticon.88ae9e93.eot#iefix) format("embedded-opentype"),
    url(fonts/Flaticon.b5cb7e7e.ttf) format("truetype"),
    url(fonts/Flaticon.d7d0223f.woff2) format("woff2"),
    url(fonts/Flaticon.9ae442b3.woff) format("woff"),
    url(img/Flaticon.df47cc54.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-family: Flaticon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-business:before {
  content: "\f100";
}
.flaticon-smartphone-call:before {
  content: "\f101";
}
.flaticon-three:before {
  content: "\f102";
}
.flaticon-symbol:before {
  content: "\f103";
}
.flaticon-line:before {
  content: "\f104";
}
.flaticon-sign:before {
  content: "\f105";
}
.flaticon-delete:before {
  content: "\f106";
}
.flaticon-check-symbol:before {
  content: "\f107";
}
.flaticon-round:before {
  content: "\f108";
}
.flaticon-delete-cross:before {
  content: "\f109";
}
.flaticon-location:before {
  content: "\f10a";
}
.flaticon-clipboard-with-a-list:before {
  content: "\f10b";
}
.flaticon-shelter:before {
  content: "\f10c";
}
.flaticon-technology:before {
  content: "\f10d";
}
.flaticon-fax-with-phone:before {
  content: "\f10e";
}
.flaticon-photo:before {
  content: "\f10f";
}
.flaticon-people:before {
  content: "\f110";
}
.flaticon-support:before {
  content: "\f111";
}
.flaticon-shape:before {
  content: "\f112";
}
.flaticon-cogwheel:before {
  content: "\f113";
}
.flaticon-arrows:before {
  content: "\f114";
}
.flaticon-home:before {
  content: "\f115";
}
.flaticon-cross:before {
  content: "\f116";
}
.flaticon-line-1:before {
  content: "\f117";
}
.flaticon-right-arrow:before {
  content: "\f118";
}
.flaticon-arrows-1:before {
  content: "\f119";
}
.flaticon-time:before {
  content: "\f11a";
}
.flaticon-letter:before {
  content: "\f11b";
}
.flaticon-search:before {
  content: "\f11c";
}
.flaticon-correct:before {
  content: "\f11d";
}
.flaticon-stats:before {
  content: "\f11e";
}
.flaticon-arrows-2:before {
  content: "\f11f";
}
.flaticon-arrows-3:before {
  content: "\f120";
}
.flaticon-arrows-4:before {
  content: "\f121";
}
.flaticon-arrows-5:before {
  content: "\f122";
}
.flaticon-checked:before {
  content: "\f123";
}
.flaticon-line-2:before {
  content: "\f124";
}
.flaticon-truck:before {
  content: "\f125";
}
.flaticon-headphones:before {
  content: "\f126";
}
.flaticon-garbage:before {
  content: "\f127";
}
.flaticon-heart:before {
  content: "\f128";
}
.flaticon-settings:before {
  content: "\f129";
}
.flaticon-link:before {
  content: "\f12a";
}
.flaticon-printer:before {
  content: "\f12b";
}
.flaticon-phone-call:before {
  content: "\f12c";
}
.flaticon-shopping-bag:before {
  content: "\f12d";
}
.flaticon-envelope:before {
  content: "\f12e";
}
.flaticon-bars:before {
  content: "\f12f";
}
.flaticon-remove:before {
  content: "\f130";
}
.flaticon-check:before {
  content: "\f131";
}
.flaticon-link-1:before {
  content: "\f132";
}
.flaticon-check-1:before {
  content: "\f133";
}
.flaticon-add:before {
  content: "\f134";
}
.flaticon-menu:before {
  content: "\f135";
}
.flaticon-anchor:before {
  content: "\f136";
}
.flaticon-menu-1:before {
  content: "\f137";
}
.flaticon-arrows-6:before {
  content: "\f138";
}
.flaticon-success:before {
  content: "\f139";
}
.flaticon-add-1:before {
  content: "\f13a";
}
.flaticon-interface:before {
  content: "\f13b";
}
.flaticon-up-arrow:before {
  content: "\f13c";
}
.flaticon-arrows-7:before {
  content: "\f13d";
}
.flaticon-arrows-8:before {
  content: "\f13e";
}
.flaticon-arrows-9:before {
  content: "\f13f";
}
.flaticon-user:before {
  content: "\f140";
}
.flaticon-bar-chart:before {
  content: "\f141";
}
.flaticon-speech-bubble:before {
  content: "\f142";
}
.flaticon-placeholder:before {
  content: "\f143";
}
.flaticon-technology-1:before {
  content: "\f144";
}
.flaticon-technology-2:before {
  content: "\f145";
}
.flaticon-link-2:before {
  content: "\f146";
}
.flaticon-trophy:before {
  content: "\f147";
}
.flaticon-layers:before {
  content: "\f148";
}
.flaticon-home-1:before {
  content: "\f149";
}
.flaticon-message:before {
  content: "\f14a";
}
.flaticon-maps-and-flags:before {
  content: "\f14b";
}
.flaticon-delete-1:before {
  content: "\f14c";
}
.flaticon-cancel:before {
  content: "\f14d";
}
.flaticon-menu-2:before {
  content: "\f14e";
}
.flaticon-briefcase:before {
  content: "\f14f";
}
.flaticon-agenda:before {
  content: "\f150";
}
.flaticon-arrows-10:before {
  content: "\f151";
}
.flaticon-menu-3:before {
  content: "\f152";
}
.flaticon-photo-1:before {
  content: "\f153";
}
.flaticon-clipboard:before {
  content: "\f154";
}
.flaticon-heart-1:before {
  content: "\f155";
}
.flaticon-logout:before {
  content: "\f156";
}
.flaticon-location-pin:before {
  content: "\f157";
}
.flaticon-quality:before {
  content: "\f158";
}
.flaticon-quote:before {
  content: "\f159";
}
.flaticon-right-quote:before {
  content: "\f15a";
}
.flaticon-hand-shake:before {
  content: "\f15b";
}
.flaticon-chat:before {
  content: "\f15c";
}
.flaticon-next:before {
  content: "\f15d";
}
.flaticon-back:before {
  content: "\f15e";
}
.flaticon-next-1:before {
  content: "\f15f";
}
.flaticon-arrow:before {
  content: "\f160";
}
.flaticon-telephone:before {
  content: "\f161";
}
.flaticon-smartphone:before {
  content: "\f162";
}
.flaticon-placeholder-1:before {
  content: "\f163";
}
.flaticon-placeholder-2:before {
  content: "\f164";
}
.flaticon-menu-4:before {
  content: "\f165";
}
.flaticon-menu-5:before {
  content: "\f166";
}
.flaticon-menu-6:before {
  content: "\f167";
}
.flaticon-letter-x:before {
  content: "\f168";
}
.flaticon-magnifying-glass:before {
  content: "\f169";
}
.flaticon-link-3:before {
  content: "\f16a";
}
.flaticon-chat-comment-oval-speech-bubble-with-text-lines:before {
  content: "\f16b";
}
.flaticon-expand:before {
  content: "\f16c";
}
.flaticon-share:before {
  content: "\f16d";
}
.flaticon-worldwide:before {
  content: "\f16e";
}
.flaticon-magnifying-glass-1:before {
  content: "\f16f";
}
.flaticon-left-arrow:before {
  content: "\f170";
}
.flaticon-left:before {
  content: "\f171";
}
.flaticon-left-arrow-1:before {
  content: "\f172";
}
.flaticon-right:before {
  content: "\f173";
}
.flaticon-right-1:before {
  content: "\f174";
}
.flaticon-right-arrow-1:before {
  content: "\f175";
}
.flaticon-left-quote:before {
  content: "\f176";
}
.flaticon-left-quote-1:before {
  content: "\f177";
}
.flaticon-play-button:before {
  content: "\f178";
}
.flaticon-play-button-1:before {
  content: "\f179";
}
.flaticon-link-4:before {
  content: "\f17a";
}
.flaticon-zoom-in:before {
  content: "\f17b";
}
.flaticon-zoom-out:before {
  content: "\f17c";
}
.flaticon-postcard:before {
  content: "\f17d";
}
.flaticon-right-2:before {
  content: "\f17e";
}
.flaticon-left-1:before {
  content: "\f17f";
}
.flaticon-magnifying-glass-2:before {
  content: "\f180";
}
.flaticon-shopping-cart:before {
  content: "\f181";
}
.flaticon-left-arrow-2:before {
  content: "\f182";
}
.flaticon-send:before {
  content: "\f183";
}
.flaticon-case:before {
  content: "\f184";
}
.flaticon-calendar:before {
  content: "\f185";
}
.flaticon-place:before {
  content: "\f186";
}
.flaticon-settings-1:before {
  content: "\f187";
}
.flaticon-worldwide-1:before {
  content: "\f188";
}
.flaticon-tick:before {
  content: "\f189";
}
.flaticon-tick-1:before {
  content: "\f18a";
}
.flaticon-shopping-bag-1:before {
  content: "\f18b";
}
.flaticon-confirmation:before {
  content: "\f18c";
}
.flaticon-search-1:before {
  content: "\f18d";
}
.flaticon-lock:before {
  content: "\f18e";
}
.flaticon-iphone:before {
  content: "\f18f";
}
.flaticon-mobile-phone:before {
  content: "\f190";
}
.flaticon-down-arrow:before {
  content: "\f191";
}
.flaticon-down-arrow-1:before {
  content: "\f192";
}
.flaticon-down-chevron:before {
  content: "\f193";
}
.flaticon-play-button-2:before {
  content: "\f194";
}
.flaticon-play-1:before {
  content: "\f195";
}
.flaticon-menu-7:before {
  content: "\f196";
}
.flaticon-smartphone-1:before {
  content: "\f197";
}
.flaticon-email:before {
  content: "\f198";
}
.flaticon-email-1:before {
  content: "\f199";
}
.flaticon-fast:before {
  content: "\f19a";
}
.flaticon-search-2:before {
  content: "\f19b";
}
.flaticon-shopping-bag-2:before {
  content: "\f19c";
}
.flaticon-smartphone-2:before {
  content: "\f19d";
}
.flaticon-smartphone-3:before {
  content: "\f19e";
}
.flaticon-placeholder-3:before {
  content: "\f19f";
}
.flaticon-envelope-1:before {
  content: "\f1a0";
}
.flaticon-responsive:before {
  content: "\f1a1";
}
.flaticon-loupe:before {
  content: "\f1a2";
}
.flaticon-loupe-1:before {
  content: "\f1a3";
}
.flaticon-graphic-designer:before {
  content: "\f1a4";
}
.flaticon-computer:before {
  content: "\f1a5";
}
.flaticon-digital-marketing:before {
  content: "\f1a6";
}
.flaticon-marketing-online:before {
  content: "\f1a7";
}
.flaticon-development:before {
  content: "\f1a8";
}
.flaticon-app-development:before {
  content: "\f1a9";
}
.flaticon-ui:before {
  content: "\f1aa";
}
.flaticon-ux:before {
  content: "\f1ab";
}
.flaticon-pin:before {
  content: "\f1ac";
}
.flaticon-pin-1:before {
  content: "\f1ad";
}
.flaticon-email-2:before {
  content: "\f1ae";
}
.flaticon-phone-call-1:before {
  content: "\f1af";
}
.flaticon-call:before {
  content: "\f1b0";
}
.flaticon-call-1:before {
  content: "\f1b1";
}
.flaticon-vector:before {
  content: "\f1b2";
}
.flaticon-3d:before {
  content: "\f1b3";
}
.flaticon-creativity:before {
  content: "\f1b4";
}
.flaticon-digital:before {
  content: "\f1b5";
}
.flaticon-viral-marketing:before {
  content: "\f1b6";
}
.flaticon-instant-camera:before {
  content: "\f1b7";
}
.flaticon-monitor:before {
  content: "\f1b8";
}
.flaticon-design-tools:before {
  content: "\f1b9";
}
.flaticon-idea:before {
  content: "\f1ba";
}
.flaticon-fast-1:before {
  content: "\f1bb";
}
.flaticon-clock:before {
  content: "\f1bc";
}
.flaticon-quick-response:before {
  content: "\f1bd";
}
.flaticon-fast-2:before {
  content: "\f1be";
}
.flaticon-user-1:before {
  content: "\f1bf";
}
.flaticon-user-2:before {
  content: "\f1c0";
}
.flaticon-speech-bubble-1:before {
  content: "\f1c1";
}
.flaticon-speech-bubble-2:before {
  content: "\f1c2";
}
.flaticon-chat-1:before {
  content: "\f1c3";
}
.flaticon-comments:before {
  content: "\f1c4";
}
.flaticon-comment:before {
  content: "\f1c5";
}
.flaticon-comment-1:before {
  content: "\f1c6";
}
.flaticon-clock-1:before {
  content: "\f1c7";
}
.flaticon-clock-2:before {
  content: "\f1c8";
}
.flaticon-clock-3:before {
  content: "\f1c9";
}
.flaticon-menu-8:before {
  content: "\f1ca";
}
.flaticon-menu-9:before {
  content: "\f1cb";
}
.flaticon-menu-10:before {
  content: "\f1cc";
}
.flaticon-list:before {
  content: "\f1cd";
}
.flaticon-menu-11:before {
  content: "\f1ce";
}
.flaticon-list-1:before {
  content: "\f1cf";
}
.flaticon-email-3:before {
  content: "\f1d0";
}
.flaticon-letter-1:before {
  content: "\f1d1";
}
.flaticon-email-4:before {
  content: "\f1d2";
}
.flaticon-contact-book:before {
  content: "\f1d3";
}
.flaticon-collaboration:before {
  content: "\f1d4";
}
.flaticon-network:before {
  content: "\f1d5";
}
.flaticon-enterprise:before {
  content: "\f1d6";
}
.flaticon-group:before {
  content: "\f1d7";
}
.flaticon-team:before {
  content: "\f1d8";
}
.flaticon-work-team:before {
  content: "\f1d9";
}
.flaticon-globe:before {
  content: "\f1da";
}
.flaticon-credit-card:before {
  content: "\f1db";
}
.flaticon-online-banking:before {
  content: "\f1dc";
}
.flaticon-desktop:before {
  content: "\f1dd";
}
.flaticon-desktop-1:before {
  content: "\f1de";
}
.flaticon-remove-1:before {
  content: "\f1df";
}
.flaticon-minus:before {
  content: "\f1e0";
}
.flaticon-add-2:before {
  content: "\f1e1";
}
.flaticon-plus:before {
  content: "\f1e2";
}
.flaticon-minus-1:before {
  content: "\f1e3";
}
.flaticon-magic-wand:before {
  content: "\f1e4";
}
.flaticon-vector-1:before {
  content: "\f1e5";
}
.flaticon-sketch:before {
  content: "\f1e6";
}
.flaticon-vector-2:before {
  content: "\f1e7";
}
.flaticon-vector-3:before {
  content: "\f1e8";
}
.flaticon-computer-graphic:before {
  content: "\f1e9";
}
.flaticon-idea-1:before {
  content: "\f1ea";
}
.flaticon-vector-4:before {
  content: "\f1eb";
}
.flaticon-hosting:before {
  content: "\f1ec";
}
.flaticon-quality-1:before {
  content: "\f1ed";
}
.flaticon-web-design:before {
  content: "\f1ee";
}
.flaticon-cms:before {
  content: "\f1ef";
}
.flaticon-3d-design:before {
  content: "\f1f0";
}
.flaticon-3d-1:before {
  content: "\f1f1";
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.1);
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
  transform: scale(0.9);
}
@-webkit-keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}
.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}
.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
  transform: rotate(4deg);
}
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
  transform: translateY(-8px);
}
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
  transform: translateY(8px);
}
@-webkit-keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  to {
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  to {
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  to {
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  to {
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
  transform: skew(-10deg);
}
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
  transform: skew(-10deg);
}
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
  transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 0 100%;
}
.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #2098d1;
  color: #fff;
}
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #fff;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
  color: #fff;
}
.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
  transform: scaleX(1);
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
  color: #fff;
}
.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #fff;
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  transform: scaleY(1);
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
  color: #fff;
}
.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
  color: #fff;
}
.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
  color: #fff;
}
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
  color: #fff;
}
.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
  transform: scale(2);
}
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
  color: #fff;
}
.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
  transform: scale(0);
}
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
  color: #fff;
}
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
  transform: scale(0);
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
  color: #fff;
}
.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
  transform: scale(1);
}
.services-slider .hvr-rectangle-out,
.top-services .hvr-rectangle-out {
  transition-duration: 0.5s;
}
.services-slider .hvr-rectangle-out:before,
.top-services .hvr-rectangle-out:before {
  background: rgba(0, 0, 0, 0.05);
  transition-duration: 0.5s;
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
  color: #fff;
}
.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
  color: #fff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
  color: #fff;
}
.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
  color: #fff;
}
.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
  background: none;
}
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
  opacity: 1;
}
@-webkit-keyframes hvr-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.meet-the-team .member .social li.hvr-ripple-out:before {
  border: 6px solid #0f86ff;
}
.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
@-webkit-keyframes hvr-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
  border-radius: 1em;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
  right: 0;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
  left: 0;
}
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
  right: 0;
}
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
  left: 0;
}
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
  transform: translateY(0);
}
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
  transform: translateY(0);
}
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
  opacity: 1;
}
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
  transform: translateY(-10px);
}
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
  transform: translateX(10px);
}
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
  transform: translateY(10px);
}
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
  transform: translateX(-10px);
}
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-float-top,
.hvr-bubble-float-top:before {
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
  transform: translateY(10px);
}
.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
  transform: translateY(-10px);
}
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
  transform: translateX(-10px);
}
.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
  transform: translateX(10px);
}
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
  transform: translateY(10px);
}
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-float-left,
.hvr-bubble-float-left:before {
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
  transform: translateX(10px);
}
.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
  transform: translateX(-10px);
}
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
}
.hvr-icon-back,
.hvr-icon-back:before {
  transform: translateZ(0);
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
  transform: translateX(-4px);
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-forward,
.hvr-icon-forward:before {
  transform: translateZ(0);
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
  transform: translateX(4px);
}
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  to {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  to {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-down:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  to {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  to {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-up:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
  transform: rotate(1turn);
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  to {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  to {
    opacity: 1;
  }
}
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
  color: #0f9e5e;
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1em);
  }
}
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(1em);
  }
}
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-grow,
.hvr-icon-grow:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
  transform: scale(1.3) translateZ(0);
}
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-shrink,
.hvr-icon-shrink:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
  transform: scale(0.8);
}
@-webkit-keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-push,
.hvr-icon-push:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pop,
.hvr-icon-pop:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-bounce,
.hvr-icon-bounce:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-rotate,
.hvr-icon-rotate:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
  transform: rotate(20deg);
}
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
  transform: scale(1.5) rotate(12deg);
}
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float,
.hvr-icon-float:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
  transform: translateY(-4px);
}
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink,
.hvr-icon-sink:before {
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
  transform: translateY(4px);
}
@-webkit-keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  to {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  to {
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  to {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  to {
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff",endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}
.top-services .hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #0f86ff;
  background: linear-gradient(
    135deg,
    #fff 45%,
    #0f86ff 50%,
    #0f86ff 56%,
    #0f86ff 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff",endColorstr="#0f86ff");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.top-services .hvr-curl-top-left:active:before,
.top-services .hvr-curl-top-left:focus:before,
.top-services .hvr-curl-top-left:hover:before {
  width: 40px;
  height: 40px;
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}
.top-services .hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #6ec7f9;
  background: linear-gradient(
    225deg,
    #fff 45%,
    #6ec7f9 50%,
    #6ec7f9 56%,
    #6ec7f9 80%
  );
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.top-services .hvr-curl-top-right:active:before,
.top-services .hvr-curl-top-right:focus:before,
.top-services .hvr-curl-top-right:hover:before {
  width: 40px;
  height: 40px;
}
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
@-webkit-keyframes rotateMe {
  0% {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotateMe {
  0% {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ScaleMe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ScaleMe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
.circles,
.circles-two,
.tri-pattern {
  -webkit-animation-name: rotateMe;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateMe;
  -moz-animation-duration: 25s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateMe;
  -ms-animation-duration: 25s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateMe;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circles .c-1,
.circles-two .c-1,
.dotted-pattern,
.featured-section-four .image-box .image:nth-child(3):before,
.history-block .image-box:before {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circles-two .c-2 {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-delay: 3ms;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-delay: 3s;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-delay: 3s;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing:before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75));
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s linear infinite;
  animation: lightboxLoader 0.8s linear infinite;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 100%;
  height: auto;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12);
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner,
  .glightbox-modern .description-left .gdesc-inner,
  .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev,
  .glightbox-modern .gnext,
  .glightbox-modern .gprev {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
::-moz-selection {
  color: #fff;
  background: #e11e21;
}
::selection {
  color: #fff;
  background: #e11e21;
}
:root {
  --thm-font: "Teko", sans-serif;
  --thm-base-rgb: 255, 30, 33;
  --thm-black: #222429;
  --thm-text: #686a6f;
}
body {
  font-size: 20px;
  color: var(--thm-text);
  line-height: 1.8em;
  font-weight: 300;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: var(--thm-font);
  top: 0 !important;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.theme_color,
a {
  color: var(--thm-base);
}
a:active,
a:focus,
a:hover,
a:visited,
button:active {
  text-decoration: none;
  outline: none;
  color: var(--thm-base-alt);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0 0 20px;
  background: none;
  line-height: 1.25em;
  font-family: var(--thm-font);
  color: var(--thm-black);
  text-transform: uppercase;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 30px;
  }
  h6 {
    font-size: 26px;
  }
}
button,
input,
select {
  font-family: var(--thm-font);
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  outline: none !important;
  cursor: pointer;
}
p {
  line-height: 1.8em;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}
.text {
  line-height: 1.8em;
  margin: 0 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
figure {
  margin-bottom: 0;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
}
.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.centered {
  text-align: center !important;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 50px 16px;
  z-index: 1;
}
.btn-style-one:hover {
  background: var(--thm-base);
  color: #fff;
}
.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0deg);
}
.btn-style-two {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-black);
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-two .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 50px 16px;
  z-index: 1;
  transition: 0.5s;
}
.btn-style-two:hover {
  color: var(--thm-black);
}
.btn-style-two .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-two:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0deg);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.preloader {
  z-index: 999999;
  background-color: #fff;
  background-color: #1c1e22;
}
.preloader,
.preloader .icon {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.preloader .icon {
  z-index: 5;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,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);
  transition: all 0.2s ease;
  -webkit-animation-name: rotateMe;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateMe;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateMe;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateMe;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.page-loaded .preloader .icon {
  opacity: 0;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dropdown-toggle:after {
  display: none;
}
.fa {
  line-height: inherit;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--thm-base);
  display: none;
  transition: all 0.3s ease;
}
.scroll-to-top:hover {
  background: var(--thm-black);
  color: #fff;
}
.main-header {
  position: absolute;
  z-index: 9999;
}
.main-header,
.main-header .header-upper {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background: none;
}
.main-header .header-upper {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  z-index: 1;
  transition: all 0.3s ease;
}
.fixed-header .header-upper {
  background: #171717;
}
.fixed-header .header-upper,
.header-style-two.fixed-header .header-upper {
  -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
}
.header-style-two.fixed-header .header-upper {
  background: var(--thm-black);
}
.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0 60px;
}
.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 50px;
  z-index: 7;
  border: 2px solid var(--thm-base);
}
.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
  font-size: 34px;
}
.main-header .header-upper .logo-box .logo a,
.main-header .header-upper .logo-box .logo a:hover {
  color: #fff;
}
.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 34px;
  z-index: 1;
}
.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7;
}
.main-header .other-links .link-box {
  position: relative;
  float: left;
  padding: 34px 0;
}
.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  padding-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 60px;
  color: #fff;
}
.header-style-two.fixed-header .other-links .link-box .link {
  color: #fff;
}
.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAnCAYAAAB5XdqFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAsZJREFUeNrM2L9LG2EYwPGAQ0AQMigScHgGechgmyGQzUIGGwK5IUQibSBI19KtS7f+EU7OXR3dO3To5CB0c5Bny2BBBNevy3PycsR4d7m7ePAQyCV3n3t/PO/zXq2W4QC2gX2gA/SAI2Dg0ffvukAL2K1lPIAXI82f637jI2ACTIHPwAkwTsTEz039fB9oA1ulQoEDIAJmfuMoY0z8v2Ogw931RqFQoOGtEd9kmAMZxxAY+bUioFkIFGh6601XBC4Cx9fdXwnqyKl3WZHIRa27nwsKbPkTl4VchG3mgfZ9xpaJDLETH//11FDPjbOKkCF2BnRSQbm73gieMKo4Rt6qm69DYa+EGZ61VVtpoB2HRmuKE+AwDbS3pm4Pu3/oQ3AptO/jZJ3QkafHpdCB//BNQE30vYm23mqLRsCmQ7+Z6IOJ7iShhzkro6JiDPTjyWSipyaKid4moQdrSPZhTIFuAD1zKCZ6EUK3femM1phH9wLoTQDFRAfhEtqrcJ1PrvfDuKA20XcJ5PMQCPdCszW15nO5Z6K/FkAx0V5YPXUqHKsxshcgmy8gMdGzZOF6WMEqNfRhNgpLPBP9vQR6lYS2S55YQ5/l43Bn6rmTJTEPkd0Si5Owqh/EZZ0jP76CxEQfQuQsuGiRwCh4F9ANe9BEP6RAYqL34SQqEjkK9vQTH/vbCeRpSiQmelPzC33xJ14lpkHLjf3NSnsBsG6i5xmQmOhlDdj1rm+vGAf+6mcPaCzat3sr3mZEYqJfl1bVacJEX4umz+p/OYBxNNJiNjJAd3ySfDfRSxN9XAGIiZ7FRUkaaMNE/5joX/9cFFdeUKwKC+PRROupoY79WSAgLbIXlnlvFXueLJyzYn9UBJ2b6HFuqGOPTfR/ReBPuaGO3cmRuHNji8ijLd/nzMvEFpnw6yY68Al36Ql+bqL3vv3NG/cmevE0AECl/UH3ychHAAAAAElFTkSuQmCC)
    0 no-repeat;
}
.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.main-header .other-links .link-box .number:hover {
  text-decoration: underline;
}
.main-header .other-links .call-us {
  position: relative;
}
.main-header .other-links .search-btn {
  position: relative;
  float: left;
  padding: 40px 0;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.main-header .other-links .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.main-header .other-links .search-btn button span {
  vertical-align: middle;
}
.main-header .nav-outer {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--thm-font);
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 30px 0;
  margin-right: 40px;
  transition: all 0.3s ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 12px 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.main-menu .navigation li > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.main-menu .navigation li > a > span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li > a {
  color: var(--thm-black);
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li > a,
.header-style-two.fixed-header .main-menu .navigation > li > a:hover {
  color: #fff;
}
.header-style-two.fixed-header .main-menu .navigation > li.current > a {
  color: var(--thm-base);
}
.main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 0.5s ease;
}
.header-style-two .main-menu .navigation > li > a:before {
  border-bottom-color: #fff;
}
.header-style-two.fixed-header .main-menu .navigation > li > a:before {
  border-bottom-color: var(--thm-base);
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  transform: scale(1);
}
.sticky-header .main-menu .navigation > li.dropdown {
  padding-right: 0;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #fff;
  padding: 20px 0 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 5px;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--thm-base);
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background: #fff;
  padding: 20px 0 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 5px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--thm-base);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: Font Awesome\5 Free;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.header-style-two .header-upper .logo-box .logo .main-logo,
.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo {
  display: flex;
}
.header-style-two .header-upper .logo-box .logo .stricked-logo,
.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo {
  display: none;
}
.header-style-four .header-upper {
  background-color: #fff;
}
.header-style-four .other-links .search-btn {
  border-color: #e9ebee;
}
.header-style-four .main-header .header-upper {
  border-bottom: 0;
}
.header-style-four .main-menu .navigation > li > a {
  color: #727479;
}
.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .other-links .link-box .number,
.header-style-four .other-links .search-btn button {
  color: var(--thm-black);
}
.header-style-four .other-links .link-box .link .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAoCAYAAABnyQNuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABFpJREFUeNrEmD1sG2UYx3/ve04TkjROCmkw7pU4ajAQQLRqVQoDkYpQERKID4HUSjAw0CKUDiBVQkIqsLJUDAwVAwOFAVYECAYYEBIdUAWpotJa8aVpmzRxk/jrLuc7lsfIvdqxHduXR/Jg373P/fy/557nf68a2/MQTcQ9wA5gAOgHtgEGoIAS4AB5YAXIAAuA38wFLl+arnks0sD6bmAMMIFBAfQErlQBowAtOTWwLtDXgCvAGi1GPdgJYI8o6QBFoNBgbgVsB4YlRwq4ALjtho0CTwAjclszcvFmwq/4c13AI0Ac+BO4vhlYXeW3GHBE6nMZsDcBGlTYlVx9wGFRumXYmCTzgFstQlaDzorSTwHjrcAOAE+LkoUaqrcD2JGH7RBw32Zhn5Tv+TYrWgu4KMDdzcI+IA/TaocUrQackxqeaAbWENhOK1rt2mvSw/saXRCTZl8g/FgHemXg0BWpDztScWvCjnL97tQKZhd1XdjydNqqcIDtJZ9IMVcftltm/FaFD3TZK7rHL1yoC6ubdUadKIf5nNJnp0axEsnHrERyvBZsKaR2tZG0HgbuQI8PMAn8ZSWSI9Vg8w1axU6F4XnYXdv8wsiAh/TfXuAPK5HUQdiMuKKtKoXurKMyu4Y8f2+8BLBXfh8Fvg3Czosr2opS8LVCL63o+X27XaK7XIBnKo6/ZCWSRyphl8Vf9oesrg/0+rDMOleP7beZe2foUSAZOO/zoDf4W8auEWqxanpnbxrTj4+73vMHbXyXU1VOG7USyclK2EXgooxdLwROTymGCg6zbk6lPn05x433onHgWI3zXw9axPPAv42aipZAIaoU2Tmr6/ep5/IcPp0G+GqDNQervYPlOlwKvoJBrSleSkV+TptF2zyxipVITonxrxXxIOwBsYqrHXqYIloRdT0WLqciv6Xjdg7AOj70LHCmzvq+StgDYoKXJbFqI6QB9Ec03uKams4sGOfTpl3uOpPAjw3kccuw+4GHBdRrE6ghmyHdWmPnbGVdu25cTMfsRcz/tw3eAL5sMN9SGXZMEve3wZsif9hxS2RuZvVCflXPpWP2EjG3cofnDPB2E7mny7C/AveLr/SDV1cKbuUVRUfVmnHK88H3KTmuckrr5PBZSw87K/SVgr3lTeBjYHeTQvxQhr0hn9u3ajQsZhWZZYNx02Wn6cK6uqMgv1mqO/TuBV4FjjfzchiIczW3jwwB7Y3AyaNrvJXSkfjJrIt9J+zVU9Hg8mHgQemNk7Jp0tNCeX1mpmYyAMr369sBK5EcBL6XB8ep4YvvkgkYaxGuMgrADjM1U2wYVoA/lHoLK/LAC2Zq5peNNuaqhpma+QQ4HSLsuUrQpmAF+CPgg5BgX7QSydduazuNlkGgJF4BzgJDIUAfNVMzXzetbIXC34lJ/iKMcrASyaObVjag8gRwQnrpSKeIzdSMasdb7T/Au8D70lMPAftkKt4tLa0Vv+EDP7VF2TDjvwEA44tZyuj/FVEAAAAASUVORK5CYII=);
}
.header-style-four .other-links .link-box .sub-text {
  color: #727479;
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0;
  z-index: -1;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}
.fixed-header .sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
  display: none;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 21px 0 !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #25283a;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.sticky-header .main-menu .navigation > li > ul > li > ul {
  left: auto;
  right: 100%;
}
.sticky-header .main-menu .navigation > li.current-menu-item > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  opacity: 1;
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.7s ease;
}
.search-popup.active {
  transform-origin: top center;
  transform: scale(1);
}
.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}
.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-popup__form {
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}
.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 15px 30px;
  color: #272727;
  font-weight: 300;
  font-size: 18px;
  background-color: #fff;
  padding-left: 30px;
}
.search-popup__form button[type="submit"] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--thm-base);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.search-popup__form button[type="submit"]:hover {
  background-color: var(--thm-black);
  color: #fff;
}
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33),
    opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  transform: scale(1);
  visibility: hidden;
  visibility: visible;
}
.cursor.active {
  opacity: 0.5;
  transform: scale(0);
}
.cursor.hovered {
  opacity: 0.08;
}
.cursor-follower {
  position: absolute;
  background-color: hsla(0, 0%, 100%, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33),
    opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden;
  visibility: visible;
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(1);
}
.cursor-follower.hovered {
  opacity: 0.08;
}
.cursor-follower.close-cursor:before {
  left: 48%;
  transform: rotate(-45deg);
  display: inline-block;
}
.cursor-follower.close-cursor:after,
.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  top: 12px;
}
.cursor-follower.close-cursor:after {
  right: 48%;
  transform: rotate(45deg);
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0;
  color: var(--thm-base);
  margin: 40px 0 0;
  display: none;
}
.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: none;
}
img.lazy-image {
  background: url(img/image-bg.46df0597.svg) 50% no-repeat;
}
img.lazy-image.loaded {
  background-image: none;
}
.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}
.default-form {
  position: relative;
}
.default-form .row {
  margin: 0 -15px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.default-form .field-inner {
  position: relative;
  display: block;
}
.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none;
}
.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.default-form .form-group .e-label {
  position: relative;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="text"],
.default-form .form-group input[type="url"],
.default-form .form-group select,
.default-form .form-group textarea {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 18px;
  color: var(--thm-black);
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.02em;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.default-form .form-group textarea {
  height: 220px;
  resize: none;
}
.contact-form .form-group button,
.contact-form .form-group input[type="submit"] {
  display: inline-block;
}
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus,
.form-group .ui-selectmenu-button.ui-button:active,
.form-group .ui-selectmenu-button.ui-button:focus {
  border-color: var(--thm-base);
}
.default-form ::-webkit-input-placeholder {
  color: #aaa;
}
.default-form ::-moz-input-placeholder {
  color: #aaa;
}
.default-form ::-ms-input-placeholder {
  color: #aaa;
}
.default-form label.error {
  color: red;
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  height: 70px;
  padding: 14px 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-family: var(--thm-font);
  color: var(--thm-text);
  font-size: 20px;
  border-radius: 7px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}
.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  text-indent: 0;
  color: var(--thm-black);
}
.form-group .ui-button .ui-icon:before {
  font-family: Flaticon;
  content: "\f191";
  position: absolute;
  right: 0;
  top: 0 !important;
  width: 15px;
  height: 30px;
  display: block;
  color: var(--thm-black);
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}
.ui-widget.ui-widget-content {
  background: #f4f5f8;
  border: 1px solid #e9ebee;
  border-top: none;
  font-family: var(--thm-font);
  border-radius: 0;
  padding: 0;
}
.ui-menu .ui-menu-item {
  font-size: 20px;
  border-bottom: 1px solid #e9ebee;
}
.ui-menu .ui-menu-item:last-child {
  border: none;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 14px 30px !important;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  transition: all 0.3s ease;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper:hover {
  background: var(--thm-base);
  margin: 0;
}
.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
.banner-section .left-based-text {
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  z-index: 10;
}
.banner-section .left-based-text .base-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 730px;
  height: 24px;
  transform-origin: left bottom;
  transform: rotate(-90deg);
}
.banner-section .left-based-text .social-links {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-section .left-based-text .social-links ul li {
  float: left;
  margin-right: 35px;
}
.banner-section .left-based-text .social-links ul li a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.5s ease;
}
.banner-section .left-based-text .social-links ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 0.5s ease;
}
.banner-section .left-based-text .social-links ul li a:hover:before {
  transform: scale(1);
}
.banner-section .left-based-text .hours {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-section .left-based-text .hours ul li {
  float: left;
  margin-left: 35px;
}
.banner-three .left-based-text .hours ul li,
.banner-three .left-based-text .social-links ul li a {
  color: var(--thm-black);
}
.banner-section .left-based-text .social-links ul li a:before {
  border-bottom-color: var(--thm-black);
}
.banner-carousel {
  position: relative;
  z-index: 1;
}
.banner-carousel .slide-item {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  color: #fff;
  overflow: hidden;
}
.banner-three .banner-carousel .slide-item {
  background: none;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  opacity: 0.85;
  z-index: 1;
}
.banner-two .banner-carousel .slide-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/slide-2-pattern-1.08bfcefb.png);
  z-index: 10;
}
.banner-two .banner-carousel .slide-item:before {
  opacity: 0.8;
}
.banner-three .banner-carousel .slide-item:before {
  display: none;
}
.banner-carousel .slide-item .left-top-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  max-width: 100%;
  height: 100%;
  background: url(data:image/png;base64,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)
    0 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}
.banner-carousel .active .left-top-line {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.banner-carousel .slide-item .right-bottom-curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 767px;
  max-width: 100%;
  height: 100%;
  background: url(img/right-curved-bg.f4a57567.png) 100% 100% no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transform: translateX(700px);
}
@media (min-width: 1024px) {
  .banner-carousel .slide-item .right-bottom-curve {
    width: 1024px;
  }
}
.banner-carousel .active .right-bottom-curve {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.3s;
}
.banner-carousel .slide-item .right-top-curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
  max-width: 100%;
  height: 100%;
  background: url(data:image/png;base64,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)
    100% 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(200px);
}
.banner-carousel .active .right-top-curve {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.8s;
}
.banner-carousel .slide-item .round-shape-1 {
  position: absolute;
  left: -500px;
  bottom: -500px;
  width: 1000px;
  height: 1000px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
}
.banner-carousel .active .round-shape-1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.5s;
}
.banner-carousel .slide-item .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 570px;
  max-width: 100%;
  height: 810px;
  background: url(img/b-2-shape-1.4aee3055.png) 0 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}
.banner-carousel .active .shape-1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.banner-carousel .slide-item .shape-2 {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 333px;
  max-width: 100%;
  height: 366px;
  background: url(data:image/png;base64,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)
    0 100% no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(-500px);
}
.banner-carousel .active .shape-2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 0.5s;
}
.banner-carousel .slide-item .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 824px;
  max-width: 100%;
  height: 424px;
  background: url(img/b-2-shape-3.fa335cef.png) 100% 100% no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(900px);
}
.banner-carousel .active .shape-3 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.8s;
}
.banner-carousel .slide-item .shape-4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
  max-width: 100%;
  height: 571px;
  background: url(data:image/png;base64,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)
    100% 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(200px);
}
.banner-carousel .active .shape-4 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 2.5s;
}
.banner-carousel .slide-item .shape-5 {
  position: absolute;
  right: 0;
  top: 0;
  width: 306px;
  max-width: 100%;
  height: 904px;
  background: url(data:image/png;base64,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)
    100% 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-1000px);
}
.banner-carousel .active .shape-5 {
  opacity: 1;
  transform: translate(0);
  transition: all 1.5s ease;
  transition-delay: 2.7s;
}
.banner-carousel .slide-item .shape-6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: url(data:image/png;base64,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)
    50% no-repeat;
  z-index: 3;
  opacity: 0;
  transform: scale(0);
}
.banner-carousel .active .shape-6 {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s ease;
  transition-delay: 2.7s;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1);
}
.banner-carousel .active .slide-item .image-layer {
  transform: scale(1.15);
  transition: all 7s linear;
}
.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 950px;
  padding: 0 0;
  z-index: 11;
}
.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
}
@media (min-width: 768px) {
  .banner-carousel .content-box .content {
    padding: 100px 0 50px;
  }
}
.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 680px;
}
.banner-two .banner-carousel .content-box .inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1900px) {
  .banner-carousel .content-box .inner {
    max-width: 1200px;
  }
}
.banner-three .banner-carousel .content-box .inner {
  max-width: 550px;
}
.banner-carousel .content-box .sub-title {
  display: block;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(80px);
}
@media (min-width: 1900px) {
  .banner-carousel .content-box .sub-title {
    font-size: 24px;
  }
}
.banner-carousel .active .content-box .sub-title,
.banner-carousel .active .content-box img {
  opacity: 1;
  transform: translate(0);
  transition: all 0.7s ease;
  transition-delay: 0.8s;
}
.banner-carousel .content-box img {
  max-width: 200px;
  margin: auto;
  opacity: 0;
  transform: translateY(80px);
}
@media (min-width: 768px) {
  .banner-carousel .content-box img {
    max-width: 250px;
  }
}
@media (min-width: 1900px) {
  .banner-carousel .content-box img {
    float: left;
    margin-bottom: 80px;
    margin-right: 50px;
  }
}
.banner-carousel .content-box h1 {
  display: block;
  font-size: 100px;
  line-height: 0.85em;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  transform: translateY(80px);
}
.banner-two .banner-carousel .content-box h1 {
  text-transform: capitalize;
}
.banner-three .banner-carousel .content-box h1 {
  font-size: 120px;
  color: var(--thm-black);
  font-weight: 500;
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.3s;
}
.banner-three .banner-carousel .active .content-box h1 {
  transition-delay: 0.7s;
}
.banner-carousel .content-box .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.07em;
  color: var(--thm-black);
  margin: 5px 0 0;
  opacity: 0;
  transform: translateY(80px);
}
.banner-carousel .active .content-box .text {
  opacity: 1;
  transform: translate(0);
  transition: all 0.7s ease;
  transition-delay: 1.2s;
}
.banner-carousel .content-box .link-box {
  position: relative;
  display: block;
  padding-top: 30px;
  opacity: 0;
  transform: translateY(50px);
}
.banner-three .banner-carousel .content-box .link-box {
  padding-top: 45px;
}
.banner-carousel .active .content-box .link-box {
  opacity: 1;
  transform: translate(0);
  transition: all 0.7s ease;
  transition-delay: 1.8s;
}
.banner-carousel .slide-item .round-image {
  position: absolute;
  right: -200px;
  top: -100px;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  z-index: 2;
}
.banner-carousel .slide-item .round-image .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 850px;
  height: 850px;
  background-size: cover;
  background-position: 0 0;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}
.banner-carousel .active .round-image .image {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.banner-carousel .slide-item .round-image:before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 120px;
  width: 100%;
  height: 100%;
  background: var(--thm-black);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
}
.banner-carousel .active .round-image:before {
  opacity: 0.1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 0.7s;
}
.banner-carousel .slide-item .round-image:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 330px;
  height: 330px;
  background: url(data:image/png;base64,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)
    50% no-repeat;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
}
.banner-carousel .active .round-image:after {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1s;
}
.banner-carousel .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  width: 1200px;
  height: 110px;
  text-align: right;
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff !important;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.banner-carousel .owl-nav .owl-next {
  top: auto;
  bottom: 0;
}
.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
  vertical-align: middle;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.banner-section .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  display: none;
}
.banner-three .owl-nav,
.banner-two .owl-nav {
  display: none;
}
.banner-three {
  background-color: var(--thm-base);
}
.banner-three .bg-image {
  opacity: 0.03;
}
.banner-two .owl-dots {
  display: block;
}
.banner-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 5px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
  background: none;
  border-width: 2px;
  border-color: var(--thm-base);
}
.banner-one-page {
  margin-top: 117px;
}
.banner-one-page .banner-carousel .content-box .inner {
  max-width: 100%;
}
.banner-one-page .banner-carousel .content-box {
  height: 600px;
}
@media (min-width: 992px) {
  .banner-one-page .banner-carousel .content-box {
    height: 860px;
  }
}
.banner-one-page .banner-carousel .content-box h1 {
  font-size: 46px;
  color: var(--thm-base);
}
.banner-one-page .banner-carousel .content-box h1 span {
  color: #fff;
  font-weight: 300;
}
@media (min-width: 600px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 150px;
  }
}
.banner-one-page .banner-carousel .content-box .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-one-page .banner-carousel .content-box .content {
  padding-top: 0;
  padding-bottom: 0;
}
.banner-one-page .banner-carousel .vid-link {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  margin-left: 15px;
}
@media (min-width: 376px) {
  .banner-one-page .banner-carousel .vid-link {
    margin-left: 30px;
  }
}
.banner-one-page .banner-carousel .vid-link .icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: var(--thm-black);
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.banner-one-page .banner-carousel .vid-link a:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base);
}
.banner-one-page .banner-carousel .vid-link .ripple,
.banner-one-page .banner-carousel .vid-link .ripple:after,
.banner-one-page .banner-carousel .vid-link .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.banner-one-page .banner-carousel .vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.banner-one-page .banner-carousel .vid-link .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.banner-one-page .banner-carousel .content-box .link-box {
  padding-top: 30px;
}
.banner-one-page .banner-carousel .owl-nav {
  width: 100%;
  left: 0;
  margin-left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 376px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .banner-one-page .banner-carousel .owl-nav {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.banner-one-page .banner-carousel .owl-nav .owl-next,
.banner-one-page .banner-carousel .owl-nav .owl-prev {
  position: relative;
  top: auto;
  right: auto;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title.centered {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sec-title .upper-text {
  position: relative;
  display: inline-block;
  line-height: 1.6em;
  font-size: 16px;
  color: #9b9fa6;
  font-weight: 400;
  margin: 0 0 20px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0;
}
.sec-title h2 strong {
  font-weight: 700;
}
.sec-title h2 .dot {
  padding-left: 7px;
}
.sec-title h2 .dot,
h1 .dot,
h2 .dot,
h3 .dot,
h4 .dot {
  color: var(--thm-base);
}
.sec-title .lower-text {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  padding: 30px 0 0;
}
.services-section {
  position: relative;
  padding: 120px 0 90px;
  background: var(--thm-black) url(img/pattern-1.92e10a5d.png) center top repeat;
  color: #fff;
}
.services-section .sec-title {
  margin-bottom: 30px;
}
.services-section .sec-title .lower-text,
.services-section .sec-title h2 {
  color: #fff;
}
.services-section .row {
  counter-reset: slides-num;
}
.services-section .row .service-block {
  counter-increment: slides-num;
}
.services-section .row .service-block .inner-box:before {
  content: "0" counter(slides-num) "";
  position: absolute;
  left: 45px;
  top: 50px;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  opacity: 0.07;
}
.service-block {
  position: relative;
  margin-bottom: 30px;
}
.service-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px;
  background: #1c1e22;
  min-height: 100%;
  border-radius: 7px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service-block .inner-box:hover {
  background: var(--thm-base);
}
.service-block .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 100px;
  height: 80%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block .inner-box:hover .bottom-curve {
  transform: skewX(-35deg) scaleX(1);
}
.service-block .inner-box .count {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  opacity: 0.07;
  margin-bottom: 40px;
}
.service-block .inner-box .icon-box {
  position: absolute;
  right: 45px;
  top: 50px;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block .inner-box:hover .icon-box {
  color: var(--thm-black);
}
.service-block .inner-box h6 {
  position: relative;
  margin: 0;
  margin-top: 90px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
}
.service-block .inner-box h6 a {
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a,
.services-section .row .service-block .inner-box:hover:before {
  color: var(--thm-black);
}
.service-block .inner-box h6 a:hover {
  text-decoration: underline;
}
.about-section {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
}
.about-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -410px;
  width: 50%;
  height: 100%;
  background: #f4f5f8;
}
.about-section .image-column {
  position: relative;
  margin-bottom: 30px;
}
.about-section .image-column .inner {
  position: relative;
  display: block;
}
.about-section .image-column .inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 280px;
  background: var(--thm-base);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .about-section .image-column .inner:before {
    left: 0;
    width: 280px !important;
    height: 15px !important;
    top: calc(100% + 25px);
  }
}
.about-section .image-column .image-block {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}
.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.about-section .image-column .image-block.nofilter img {
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
}
.about-section .image-column .image-block:first-child {
  margin-left: 110px;
}
.about-section .image-column .image-block:nth-child(2) {
  margin-right: 140px;
  margin-top: -170px;
}
.about-section .text-column {
  position: relative;
  margin-bottom: 30px;
}
.about-section .text-column .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}
.about-section .text-column .sec-title {
  margin-bottom: 35px;
}
.about-section .text-column .sec-title .lower-text {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--thm-base);
}
@media (min-width: 768px) {
  .about-section .text-column .sec-title .lower-text {
    font-size: 36px;
    line-height: 36px;
    clear: both;
    padding-top: 40px;
  }
}
.about-section .text-column .text {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.02em;
}
.about-section .text-column .text p {
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.about-section .text-column .text ul {
  position: relative;
  float: left;
}
.about-section .text-column .text ul li,
ul.theme-list li {
  position: relative;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .about-section .text-column .text ul li,
  ul.theme-list li {
    font-size: 20px;
  }
}
.about-section .text-column .text ul li:before,
ul.theme-list li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--thm-base);
  font-weight: 400;
}
.about-section .text-column .text .since {
  position: relative;
  float: left;
  margin-left: 82px;
  margin-top: 10px;
}
.about-section .text-column .text .since:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 80px;
  height: 80px;
  background: #e8e9e9;
  border-radius: 50%;
}
.about-section .text-column .text .since:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 0;
  bottom: 0;
  border-left: 2px solid var(--thm-base);
}
.about-section .text-column .text .since .txt {
  position: relative;
  display: block;
  padding: 21px 5px;
  width: 90px;
  height: 90px;
  line-height: 24px;
  text-align: center;
  background: var(--thm-black);
  text-transform: uppercase;
  color: #fff;
  border-radius: 50%;
}
.about-section .text-column .link-box {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .about-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.live-section {
  position: relative;
  padding: 120px 0 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.live-section__one-page {
  border-top: 0;
}
.live-section .main-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: -150px;
  z-index: 1;
}
.needy img,
.radius-img {
  border-radius: 7px;
}
.live-section .main-image-box .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.live-section .main-image-box .inner {
  position: relative;
  padding: 20px 0;
}
.live-section .main-image-box .round-box {
  position: relative;
  display: block;
  float: right;
  right: -25px;
  width: 490px;
  height: 490px;
  border-radius: 50%;
}
.live-section .main-image-box .round-box:before {
  content: "";
  position: absolute;
  left: -65px;
  top: -45px;
  width: 490px;
  height: 490px;
  background: var(--thm-black);
  opacity: 0.2;
  border-radius: 50%;
}
.live-section .main-image-box .round-inner {
  position: relative;
  display: block;
  width: 490px;
  height: 490px;
  padding: 190px 80px 50px 70px;
  background: var(--thm-base);
  border-radius: 50%;
}
.live-section .main-image-box .vid-link {
  position: absolute;
  left: 55px;
  top: 25px;
}
.live-section .main-image-box .vid-link,
.live-section .main-image-box .vid-link .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.live-section .main-image-box .vid-link .icon {
  position: relative;
  display: block;
  background: var(--thm-black);
  border-radius: 50%;
}
.live-section .main-image-box .vid-link a:hover .icon {
  background: #fff;
  color: var(--thm-base);
}
.live-section .main-image-box .vid-link .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.live-section .main-image-box .vid-link .ripple,
.live-section .main-image-box .vid-link .ripple:after,
.live-section .main-image-box .vid-link .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
  -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.live-section .main-image-box .vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.live-section .main-image-box .vid-link .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px hsla(0, 0%, 100%, 0);
  }
  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px hsla(0, 0%, 100%, 0);
  }
  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
.live-section .main-image-box .title {
  position: relative;
}
.live-section .main-image-box .title h3 {
  text-transform: uppercase;
  line-height: 1em;
}
.live-section .main-image-box .more-link {
  position: relative;
  text-align: right;
}
.live-section .main-image-box .more-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: top;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 1.25em;
}
.live-section .main-image-box .more-link a:hover {
  color: rgba(0, 0, 0, 0.3);
}
.live-section .main-image-box .more-link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-black);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.live-section .main-image-box .more-link a:hover:before {
  border-color: rgba(0, 0, 0, 0.3);
  transform: scaleX(0.5);
}
.we-do-section {
  position: relative;
  padding: 240px 0 90px;
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
}
.we-do-section .sec-title {
  margin-bottom: 40px;
}
.we-do-section .featured-block {
  position: relative;
  display: block;
  padding-left: 230px;
  min-height: 117px;
  margin-bottom: 40px;
}
.we-do-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
.we-do-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.we-do-section .featured-block .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.we-do-section .left-col {
  position: relative;
  margin-bottom: 30px;
}
.we-do-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 70px;
}
.we-do-section .right-col {
  position: relative;
  margin-bottom: 30px;
}
.we-do-section .progress-box,
.we-do-section .right-col .inner {
  position: relative;
  display: block;
}
.we-do-section .progress-box {
  width: 100%;
}
.we-do-section .progress-box .bar-title {
  position: relative;
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.we-do-section .progress-box .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background: #fff;
  border-radius: 4px;
}
.we-do-section .progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 7px;
  background: var(--thm-base);
  border-radius: 4px;
  transition: all 1.5s ease;
}
.we-do-section .progress-box .count-box {
  position: absolute;
  right: 0;
  margin-right: -40px;
  bottom: 18px;
  width: 40px;
  height: 22px;
  background: var(--thm-black);
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.we-do-section .progress-box .counted .count-box {
  opacity: 1;
}
.we-do-section .progress-box .count-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 5px solid var(--thm-black);
  border-left: 5px solid var(--thm-black);
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
}
.accordion-box .block.active-block {
  background-color: #fff;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: var(--thm-black);
  transition: all 0.5s ease;
}
.accordion-box .block .acc-btn .count {
  color: var(--thm-base);
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 30px;
  content: "\f116";
  font-family: Flaticon;
  transition: all 0.5s ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #fff;
}
.accordion-box .block .acc-btn.active:before {
  color: var(--thm-black);
  content: "\f104";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 0 40px 30px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  position: relative;
  top: 0;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.gallery-section {
  padding: 120px 0 90px;
}
.gallery-section,
.gallery-section .upper-row {
  position: relative;
}
.gallery-section .upper-row .sec-title {
  position: relative;
  float: left;
}
.gallery-section .upper-row .filters {
  position: relative;
  float: right;
  padding-top: 10px;
}
.gallery-section .more-box {
  position: relative;
  display: block;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.mixitup-gallery .filters {
  position: relative;
  margin-bottom: 40px;
}
.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
}
.mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 40px;
  padding: 0 0;
  cursor: pointer;
  color: var(--thm-text);
  font-weight: 300;
  margin: 0 0 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: none;
  transition: all 0.3s ease;
}
.mixitup-gallery .filters li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.mixitup-gallery .filters.centered li {
  margin: 0 15px 10px;
}
.mixitup-gallery .filters li sup {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mixitup-gallery .filters .filter.mixitup-control-active {
  color: var(--thm-black);
  font-weight: 400;
  padding-right: 20px;
}
.mixitup-gallery .filters .filter.active sup {
  opacity: 1;
  visibility: visible;
}
.mixitup-gallery .filters li.mixitup-control-active:before {
  transform: scaleX(1);
}
.mixitup-gallery .gallery-item-two {
  display: none;
}
.gallery-item {
  position: relative;
  margin-bottom: 30px;
}
.gallery-item .inner-box {
  overflow: hidden;
}
.gallery-item .inner-box,
.gallery-item .inner-box .image {
  position: relative;
  border-radius: 7px;
}
.gallery-item .inner-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.3s ease;
  border-radius: 7px;
}
.gallery-item .inner-box:hover .image img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.gallery-item .cap-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.5s ease;
}
.gallery-item .inner-box:hover .cap-box {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item .cap-box .cap-inner {
  position: relative;
  display: block;
  padding: 25px 35px;
  background: var(--thm-black);
  border-radius: 7px;
}
.gallery-item a.overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-item .cap-box .cat {
  position: relative;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.gallery-item .cap-box .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 48px;
}
.gallery-item .cap-box .cat span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 38px;
  border-bottom: 2px solid var(--thm-base);
}
.gallery-item .cap-box .title {
  position: relative;
  display: block;
}
.gallery-item .cap-box h5 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
.gallery-item .cap-box h5 a {
  color: #fff;
}
.gallery-item .cap-box h5 a:hover {
  text-decoration: underline;
}
.facts-section {
  position: relative;
  padding: 0 0 290px;
  background: #1c1e22;
  color: #fff;
  z-index: 2;
}
.facts-section.alternate {
  background: var(--thm-black);
  padding-bottom: 50px;
}
.facts-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.3;
}
.facts-section.alternate .image-layer {
  display: none;
}
.fact-counter {
  position: relative;
}
.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.fact-counter .column .inner {
  position: relative;
  padding: 120px 0 0;
}
.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  min-width: 100%;
  border-top: 4px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 0.5s ease;
}
.fact-counter .column:hover .inner:before {
  transform: scaleX(1);
}
.fact-counter .column .inner:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  bottom: 7px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}
.fact-counter .column:last-child .inner:after {
  display: none;
}
.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}
.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0;
  display: block;
}
.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.trusted-section {
  position: relative;
  padding: 0 0 70px;
  background: none;
  z-index: 2;
}
.trusted-section .outer-container {
  position: relative;
  margin-top: -240px;
}
.trusted-section .row {
  margin: 0 -4px;
}
.trusted-section .left-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
}
.trusted-section .left-col .inner {
  position: relative;
  display: block;
}
.trusted-section .col-header {
  position: relative;
  text-align: center;
}
.trusted-section .col-header .header-inner {
  position: relative;
  padding: 75px 50px 20px;
  min-height: 240px;
  background: var(--thm-base);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--thm-black);
  border-radius: 7px 7px 0 0;
}
.trusted-section .col-header .header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 50px;
  height: 40px;
  background: url(data:image/png;base64,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)
    0 0 no-repeat;
}
.trusted-section .features {
  position: relative;
}
.trusted-section .feature {
  position: relative;
  display: block;
  padding: 55px 0;
  padding-left: 90px;
  min-height: 170px;
  border-bottom: 1px solid #e9ebee;
}
.trusted-section .feature .count {
  position: absolute;
  left: 0;
  top: 55px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(var(--thm-base-rgb), 0.2);
  padding: 10px;
  line-height: 40px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-base);
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.trusted-section .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff;
}
.trusted-section .feature h5 {
  font-weight: 400;
  margin: 0;
  line-height: 1.15em;
  color: var(--thm-black);
  margin-bottom: 10px;
}
.trusted-section .feature .sub-text {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  text-transform: uppercase;
  line-height: 1.25em;
}
.trusted-section .right-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
  z-index: 3;
}
.trusted-section .right-col .inner {
  position: relative;
  display: block;
  min-height: 260px;
  padding: 115px 0 0 110px;
  background: #fff;
  border-radius: 7px 0 0 0;
}
.trusted-section .right-col .inner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 2000px;
  height: 100%;
  background: #fff;
}
.trusted-section .featured-block-two {
  position: relative;
  display: block;
  padding-left: 280px;
  min-height: 170px;
}
.trusted-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}
.trusted-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.trusted-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.trusted-section .featured-block-two .text ul {
  position: relative;
}
.trusted-section .featured-block-two .text ul li {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 12px;
  padding-left: 30px;
  font-weight: 300;
}
.trusted-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}
.team-section {
  position: relative;
  padding: 120px 0 90px;
  background: none;
  z-index: 2;
}
.team-section.no-padd-top {
  padding-top: 0;
}
.team-section .carousel-box {
  position: relative;
  margin: 0 -5px;
}
.team-block {
  position: relative;
  margin-bottom: 30px;
}
.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-block .image-box img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 7px;
}
.team-block .image-box .social-links {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 5px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.team-block .inner-box:hover .social-links {
  opacity: 1;
  transform: translateY(0);
}
.team-block .image-box .social-links li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.team-block .image-box .social-links li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--thm-black);
  transition: all 0.5s ease;
}
.team-block .image-box .social-links li a:active,
.team-block .image-box .social-links li a:focus,
.team-block .image-box .social-links li a:hover {
  color: #fff;
}
.team-block .image-box .social-links li a span {
  vertical-align: middle;
  line-height: 44px;
}
.team-block .image-box .social-links li a:hover {
  background: var(--thm-base);
}
.team-block .lower-box {
  position: relative;
  display: block;
  padding: 30px 0 0;
}
.team-block .lower-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--thm-text);
  padding-top: 5px;
}
.team-block .lower-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0;
}
.team-block .lower-box h5 a {
  color: var(--thm-black);
}
.team-block .lower-box h5 a:hover {
  text-decoration: underline;
}
.team-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  display: none;
}
.team-section .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.team-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}
.team-section .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: var(--thm-base);
}
.parallax-section {
  position: relative;
  padding: 120px 0;
  background: #1c1e22;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.parallax-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.3;
}
.parallax-section .content-box {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
.parallax-section .content-box .icon-box {
  position: relative;
  display: block;
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  color: var(--thm-black);
  font-size: 54px;
  border-radius: 50%;
  margin: 0 auto 50px;
}
.parallax-section .content-box .icon-box:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
}
.parallax-section .content-box .icon-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--thm-base);
  z-index: 1;
  border-radius: 50%;
}
.parallax-section .content-box .icon-box span {
  position: relative;
  z-index: 2;
}
.parallax-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.parallax-section .content-box h2 span {
  color: var(--thm-base);
}
.sponsors-section {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.sponsors-section__one-page {
  border-bottom: 1px solid #e9ebee;
}
.sponsors-outer {
  position: relative;
}
.sponsors-outer .slide-item {
  display: block;
}
.sponsors-outer .image-box {
  position: relative;
  display: inline-block;
}
.sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.2;
}
.sponsors-outer .image-box img:hover {
  opacity: 1;
}
.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
  position: relative;
  display: none;
}
.agency-section {
  position: relative;
  padding: 120px 0 80px;
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
}
.agency-section .sec-title {
  margin-bottom: 40px;
}
.agency-section .featured-block {
  position: relative;
  display: block;
  padding-left: 230px;
  min-height: 117px;
  margin-bottom: 40px;
}
.agency-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
.agency-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.agency-section .featured-block .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.agency-section .left-col {
  position: relative;
  margin-bottom: 30px;
}
.agency-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 50px;
}
.agency-section .right-col {
  position: relative;
  margin-bottom: 30px;
}
.agency-section .right-col .inner {
  position: relative;
  display: block;
}
.tabs-box,
.tabs-box .tab-buttons {
  position: relative;
}
.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.tabs-box .tabs-content {
  position: relative;
}
.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
}
.tabs-box .tabs-content .active-tab {
  display: block;
}
.default-tabs .tab-buttons .tab-btn {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-black);
  text-align: center;
  padding: 14px 40px 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 0.07em;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.default-tabs .tab-buttons .tab-btn span {
  position: relative;
  display: block;
}
.default-tabs .tab-buttons .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--thm-base);
  border-radius: 7px;
  transition: all 0.3s ease;
}
.default-tabs .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}
.default-tabs .tab-buttons .tab-btn.active-btn:hover,
.default-tabs .tab-buttons .tab-btn:hover {
  color: var(--thm-black);
}
.default-tabs .tabs-content {
  position: relative;
  padding-top: 40px;
}
.default-tabs .tabs-content .content {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.default-tabs .tabs-content .active-tab .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.default-tabs .tabs-content .text {
  letter-spacing: 2px;
}
.agency-section .right-col .text,
.default-tabs .tabs-content .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: var(--thm-text);
  line-height: 1.7em;
}
.agency-section .right-col .text {
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.agency-section .featured-block-two {
  position: relative;
  display: block;
  padding-left: 268px;
  min-height: 248px;
  padding-top: 20px;
}
.agency-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 242px;
  border-radius: 50%;
}
.agency-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 50%;
}
.agency-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.agency-section .featured-block-two .text ul {
  position: relative;
}
.agency-section .featured-block-two .text ul li {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 12px;
  padding-left: 30px;
  font-weight: 300;
  color: var(--thm-text);
}
.agency-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}
.news-section {
  position: relative;
  padding: 120px 0 90px;
}
.news-section.alt-bg {
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
}
.news-section .more-box {
  position: relative;
  display: block;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease;
  border-radius: 7px;
}
.news-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.news-block .lower-box {
  position: relative;
  padding: 0 20px 0;
}
.news-block .post-meta {
  position: relative;
  top: -27px;
  margin: 0 10px -3px;
}
.news-block .post-meta ul {
  position: relative;
  display: block;
  padding: 10px 5px 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.news-block .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-block .post-meta ul li .fa,
.news-block .post-meta ul li .far {
  position: relative;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}
.news-block .lower-box h5 {
  text-transform: uppercase;
  font-size: 34px;
  color: var(--thm-black);
  margin-bottom: 35px;
}
.news-block .lower-box h5 a {
  color: var(--thm-black);
  transition: 0.5s;
}
.news-block .lower-box h5 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}
.news-block .lower-box .text {
  position: relative;
  top: -5px;
  color: var(--thm-text);
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.news-block .lower-box .link-box {
  position: relative;
  margin-top: 20px;
}
.news-block .lower-box .link-box a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #d3d3d4;
  border-radius: 50%;
}
.news-block .lower-box .link-box a span {
  font-weight: 700;
  vertical-align: middle;
}
.news-block .lower-box .link-box a:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}
.news-block-two {
  position: relative;
  margin-bottom: 40px;
}
.news-block-two .image-box,
.news-block-two .inner-box {
  position: relative;
  display: block;
}
.news-block-two .image-box {
  overflow: hidden;
}
.news-block-two .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease;
  border-radius: 7px;
}
.news-block-two .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.news-block-two .lower-box {
  position: relative;
  padding: 30px 0 0;
}
.news-block-two .post-meta,
.news-block-two .post-meta ul {
  position: relative;
  display: block;
}
.news-block-two .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.news-block-two .post-meta ul li .fa,
.news-block-two .post-meta ul li .far {
  position: relative;
  top: -2px;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}
.news-block-two .lower-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 30px;
}
.news-block-two .lower-box h4 a {
  color: var(--thm-black);
}
.news-block-two .lower-box h4 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}
.news-block-two .lower-box .text {
  position: relative;
  top: -5px;
  display: block;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.news-block-two .lower-box .link-box {
  position: relative;
  margin-top: 20px;
}
.news-block-two .lower-box .link-box a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--thm-black);
  letter-spacing: 1px;
}
.news-block-two .lower-box .link-box a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
}
.news-block-two .lower-box .link-box a:hover {
  color: var(--thm-base);
}
.news-block-two .lower-box .link-box a:hover:before {
  border-color: var(--thm-black);
}
.news-block-two .image-box .vid-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: 3;
}
.news-block-two .image-box .vid-link,
.news-block-two .image-box .vid-link .icon {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 24px;
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-block-two .image-box .vid-link .icon {
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: var(--thm-base);
  border-radius: 50%;
}
.news-block-two .image-box .vid-link:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base);
}
.news-block-three {
  position: relative;
  margin-bottom: 30px;
}
.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 50px 50px 40px;
  background: #f4f5f8;
  border-radius: 7px;
}
.news-block-three .quote-icon {
  top: 30px;
  font-size: 150px;
  line-height: 0.4em;
  margin-bottom: 10px;
}
.news-block-three .link-icon,
.news-block-three .quote-icon {
  position: relative;
  display: block;
  font-weight: 400;
  color: var(--thm-base);
}
.news-block-three .link-icon {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 15px;
}
.news-block-three .inner-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0;
}
.news-block-three .inner-box h4 a {
  color: var(--thm-black);
}
.news-block-three .inner-box:hover h4 a {
  color: var(--thm-base);
  text-decoration: underline;
}
.news-block-three .inner-box .text {
  position: relative;
  top: -5px;
  display: block;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin: 0;
}
.news-block-three .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sidebar-page-container .more-box {
  position: relative;
  padding-top: 20px;
}
.call-to-section {
  position: relative;
  padding: 0;
  z-index: 1;
}
.call-to-section .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  max-width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAEhBAMAAAAJ6O/WAAAAIVBMVEUAAAAiJCkiJCkiJCkiJCkiJCkiJCkiJCkiJCkiJCkiJCmwD4loAAAAC3RSTlMAMy8EKAkiFA8cGIq+xOUAAAQFSURBVHja1NbBTcNAEEbhX7Iim5xmOgCKwORIDwgUblACQhTAAYkjiAZAFIolx8k6Xtub0z6/Cj55d2at6+/LBXQuNVLHZ9IipKa2+snRmbruHx2c6dDHjWMzBRWvTs3Uq/pyZqajHpiH3zr5h28aVgMn3xTr3WmZolW0T2qSlvBJTWPVqME3jVb8OSfTRNsLp9Q56eNkmqx4cUampgWcvalpAWdvmq349fz1nOCd3zr5l9SUVJn7cTKltco3TaETP02m5LKt/NBJH3vTCW09tbxObVL3U2anyjzQ0MlepKYTq5Kg+Z1pUIAz6WkiOFOgCGcClOGch0KcWs0ME8U5N/UY5wyU45yGgpyTbz3JqfU4FOXUxsdiOXXnI8GcuvV4NKeePRrOqR+PxXMW0aee54w/9UBndN8TnbE1inRGthPTOdxOUGfx6f2gzsHQU53HQ4916srDuE69eRDYqXCWyM5wlshOrX0f2hm8S2zn4WcU7txfUbhTpbfRnd0VxTt3V5TvbK8o36kzb1qA85/aealxIAYCIFpSq+eTmyE0hcjK3RDWDAzBEAIhEIbp4qiH4DFba4ZnrNYMT85yPOmSJ4/kmeV48pE82ZJnDseTQ/JkS55ZjicfyZMteWY5nnTJk5/keUqeTMkzluPJLXmyJc8sx5MuebIkz5fkyVfyzHI86ZJnLMeTW/LkkTwvyZMpeWY5nnTJM4bjySF58pM8X5InW/K8JE++kmeW48mUPLMcT6bkGeV40iXPGI4nXfKM4XjSJc8Yjidd8ozheNIlzxiOJ2/JM8rx5C15ZjmeTMkzy/HkT/K8JE+25HlKnjyS5y15siTPQ/L8r3ZeiMUEoiiAnWH5q+iVUKYGcFDqAAlIWAdFAk6fjkRBciLPA3lOZTxzIc8VeeZBnhvyzI08R+TZynjmH/JckWce5Lkhz9zI8w/ynMp4piPPBXnmRZ4j8mxlPHMhzwV55kaeI/KcynimI88deeZEngfyXJFnPuQ5I89WxjMdee7IMyfyPJDnijzzIs8BeU7IMx/yHJHnVMYzD/KckWcr45mOPDfk2cp4piPPDXmmkGdHnhvyTCHPjjxn5NnKeKYjzxl5tjKeeZDniDwn5JkXeQ7Ic0WeuZHnhTx35JlCnh15zshzQp55keeBPBfkmRN5XshzRp4NeeZDngPyXJBnTuTZkeeIPCfkmRt5XshzQ54NeeZDngfy3JFnCnl+yHNAngvyTCHPB3kOyHNBnink+SDPAXnuyDOFPD/keSDPDXk25JkXeV7Ic0aeE/LMiTw78hyR54I8U8jzQ56/keeMPCfkmRN5duQ5IM8deTbkmRd5XshzRJ4L8kwhzxd5XshzRJ4L8syvGP7H8PcHKpN2792S1jYAAAAASUVORK5CYII=)
    100% 0 no-repeat;
  z-index: 1;
}
.call-to-section .shape-2 {
  position: absolute;
  right: 170px;
  top: 0;
  width: 410px;
  height: 54px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZcAAAA1BAMAAAB/67tvAAAAJ1BMVEX///8AAAD///////////////////////////////////////////8wxMEwAAAADXRSTlMzAC8jGRMOCR8GKycCpJr32wAAAkNJREFUaN7d1k1PE1EUxvGTW1bTDc/CNpPMgogmJm6MlJSXVQUEdEXSGqJuGqjWxE2TFjVxo0CsurGJFhcujC9hwYYQ+ABNgM9FCJADaelwe+907uH/DX6555wZurFNMlI3Qxr+Rkjdo+vRh0EC/Ad0HbqNYwyCpyS/ZOMEAyyR+HI4w+DnEMluE4zB/m+S3ADOY2QfNa9yASP6qKkcTjHcMxLaONoxeCvzDPxHJwwOpPzbnG+g1RmD9EeSVrKCSzAIpC2OV0QbhquKWhyVQ0eMyC/OPLpj4D8iKY2jM0bijc6iHSN11NjSFQNfwFXLIgTDfXf9P5ot4Rik3b4DbGnDiLsDWWhikHL170Z9hjYGWHLycdQ8esHg8D45l7cAPQxXdu1xEkX0jEHqC7nUrQYMMEDVoW/OHmCGQfoxuZGahTEG+OHEIUgswAYGQTn+WfvXQDhGxqypT4AxhjuI864NF2EFw9XiWh012oItDFfdphhKPAciwCBY7iOHn8UuhvMX+3vY7vC2XAnjMCc5C84qhjnl/gybGm0AnG0M704fLttuBeExxqTaV4q03dcIyxzDHU7x8sRGYYxp/vIERZDKaFAYY15zcYfs5q1XoBdjzKvZHLe/D1vQjzHmBaVVK56761rzZRvDntqU4bx5mVfQjzGWa+Ynh3p9k7WXMIgxNgtW9EHe2Mx7GGUfw6BmYW7iaiK1lSm8g3GMiaiNUr4++acLY2TtCTvMYkykBRsrpfz0XH115LSx+vRM4cWbX7Db4BH7kD9TMFcF6wAAAABJRU5ErkJggg==)
    100% 0 no-repeat;
  z-index: 0;
}
.call-to-section .inner {
  padding: 95px 95px 68px;
  background: var(--thm-base);
  border-radius: 7px;
  overflow: hidden;
  bottom: -60px;
  margin-top: -60px;
}
.call-to-section .inner,
.call-to-section h2 {
  position: relative;
  display: block;
  color: var(--thm-black);
}
.call-to-section h2 {
  float: left;
  font-size: 60px;
  line-height: 0.85em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  z-index: 3;
  margin-top: 5px;
}
.call-to-section .link-box {
  position: relative;
  float: right;
  padding: 0;
  margin: 0;
  z-index: 3;
}
.call-to-section .theme-btn {
  color: #fff;
}
.call-to-section .theme-btn:hover {
  color: var(--thm-black);
}
.main-footer {
  position: relative;
  color: #fff;
  background: var(--thm-black) url(img/footer-bg.efd18be0.png) center top
    no-repeat;
}
.main-footer .widgets-section {
  position: relative;
  padding: 170px 0 70px;
}
.main-footer.normal-padding .widgets-section {
  padding: 120px 0 70px;
}
.main-footer .column {
  position: relative;
  margin-bottom: 35px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
}
.main-footer h6 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.main-footer .logo-widget,
.main-footer h6 {
  position: relative;
}
.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 26px;
}
.main-footer .logo-widget .logo img {
  height: 34px;
}
.main-footer .logo-widget .text {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.main-footer .links-widget ul li {
  position: relative;
  margin-bottom: 3px;
}
.main-footer .links-widget ul li:last-child {
  margin: 0;
}
.main-footer .links-widget ul li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.07em;
}
.main-footer .links-widget ul li a,
.main-footer .links-widget ul li a:before {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-footer .links-widget ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transform-origin: left;
}
.main-footer .links-widget ul li a:hover:before {
  transform: scaleX(1);
}
.main-footer .links-widget ul li a:hover {
  color: #fff;
}
.main-footer .social-links {
  position: relative;
}
.main-footer .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}
.main-footer .social-links li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #1c1e22;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.main-footer .social-links li a span {
  vertical-align: middle;
}
.main-footer .social-links li a:hover {
  color: #fff;
  background: var(--thm-base);
}
.main-footer .info-widget ul li {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  margin-bottom: 5px;
}
.main-footer .info-widget ul li.address {
  margin-bottom: 20px;
}
.main-footer .info-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  color: var(--thm-base);
}
.main-footer .info-widget ul li:last-child {
  margin: 0;
}
.main-footer .info-widget ul li a {
  position: relative;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-footer .info-widget ul li a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base);
}
.main-footer .newsletter-widget .text {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 25px 0 0;
}
.main-footer .newsletter-form,
.main-footer .newsletter-form form {
  position: relative;
}
.main-footer .newsletter-form .form-group {
  position: relative;
  margin: 0;
}
.main-footer .newsletter-form .form-group input[type="email"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="text"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 25px;
  height: 70px;
  display: block;
  font-size: 18px;
  background: #1c1e22;
  font-weight: 300;
  letter-spacing: 0.07em;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #1c1e22;
  transition: all 0.3s ease;
}
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus,
.main-footer .newsletter-form .form-group input[type="text"]:focus {
  border-color: var(--thm-base);
}
.newsletter-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 50%;
}
.newsletter-form .form-group .theme-btn span {
  vertical-align: middle;
  font-size: 14px;
}
.newsletter-form .form-group .theme-btn:hover {
  background: #fff;
  color: var(--thm-base);
}
.main-footer .footer-bottom {
  position: relative;
  text-align: center;
}
.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 35px 0;
  line-height: 30px;
  color: #fff;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.main-footer .footer-bottom .copyright {
  position: relative;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.services-section-two {
  position: relative;
  padding: 120px 0 0;
  background: #fff;
}
.services-section-two .sec-title {
  margin-bottom: 30px;
}
.services-section-two .sec-title .column {
  margin-bottom: 20px;
}
.services-section-two .sec-title .lower-text {
  padding-top: 0;
  margin-top: 0;
}
.services-section-two .services {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
}
.service-block-two {
  position: relative;
  margin-bottom: 30px;
}
.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
}
.service-block-two .inner-box:hover:before {
  background: var(--thm-black);
  bottom: -10px;
}
.service-block-two .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  background: #fff;
  opacity: 0.1;
  z-index: 0;
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block-two .inner-box:hover .bottom-curve {
  transform: skewX(-45deg) scaleX(1);
}
.service-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block-two .inner-box:hover .icon-box {
  color: var(--thm-base);
}
.service-block-two .inner-box h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}
.service-block-two .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
  color: #fff;
}
.service-block-two .inner-box h5 a:hover {
  text-decoration: underline;
}
.service-block-two .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  padding: 30px 0 0;
  z-index: 1;
}
.service-block-two .inner-box:hover .text {
  color: #fff;
}
.service-block-two .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.service-block-two .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.featured-section {
  position: relative;
  padding: 200px 0 90px;
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
}
.featured-section .left-col {
  position: relative;
  margin-bottom: 30px;
}
.featured-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 30px;
}
.featured-section .left-col .image-box {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}
.featured-section .left-col .image-box:before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: var(--thm-base);
  z-index: 1;
  transform: skewX(45deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.featured-section .left-col .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease;
  border-radius: 7px;
}
.featured-section .left-col .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.featured-section .right-col {
  position: relative;
}
.featured-section .right-col .inner {
  position: relative;
  display: block;
}
.featured-section .features {
  position: relative;
}
.featured-section .feature {
  position: relative;
  margin-bottom: 30px;
}
.featured-section .feature .inner-box {
  position: relative;
  display: block;
  padding-left: 15px;
}
.featured-section .feature .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: var(--thm-base);
  border-radius: 50%;
}
.featured-section .feature h6 {
  font-size: 24px;
  text-transform: uppercase;
  left: 1px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--thm-black);
}
.featured-section .feature .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  padding: 10px 0 0;
}
.gallery-section-two {
  position: relative;
  padding: 120px 0 0;
}
.gallery-section-two.alternate {
  position: relative;
  background: #fff url(img/pattern-2.9c1b1043.png) 100% 0 repeat;
  padding-bottom: 90px;
}
.gallery-section-two .sec-title {
  margin-bottom: 40px;
}
.project-tab {
  position: relative;
}
.project-tab .tabs-header {
  position: relative;
  text-align: center;
}
.project-tab .product-tab-btns {
  position: relative;
  margin-bottom: 50px;
}
.project-tab .product-tab-btns .p-tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 40px;
  padding: 0 0;
  cursor: pointer;
  color: var(--thm-text);
  font-weight: 300;
  margin: 0 20px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: none;
  transition: all 0.3s ease;
}
.project-tab .product-tab-btns .p-tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.project-tab .product-tab-btns .p-tab-btn sup {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
  opacity: 1;
  visibility: visible;
}
.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
  transform: scaleX(1);
}
.project-tab .product-tab-btns .p-tab-btn.active-btn {
  color: var(--thm-black);
  font-weight: 400;
  padding-right: 20px;
}
.project-tab .p-tabs-content {
  position: relative;
  display: block;
  margin: 0 -15px;
}
.project-tab .p-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}
.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5;
}
.p-tab .gallery-item {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
}
.p-tab.active-tab .gallery-item {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.project-tab .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: none;
}
.project-tab .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.project-tab .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.project-tab .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}
.project-tab .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: var(--thm-base);
}
.gallery-section-two.alternate .owl-theme .owl-dots {
  display: none;
}
.why-us-section {
  position: relative;
  padding: 110px 0 80px;
  background: #fff;
}
.why-us-section .left-col {
  position: relative;
  margin-bottom: 40px;
}
.why-us-section .left-col .inner {
  position: relative;
  display: block;
}
.why-us-section .left-col .image-box,
.why-us-section .left-col .round-box {
  position: relative;
  display: block;
  border-radius: 50%;
}
.why-us-section .left-col .image-box {
  overflow: hidden;
}
.why-us-section .left-col .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease;
  border-radius: 50%;
}
.why-us-section .left-col .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.why-us-section .left-col .image-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,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)
    0 0 no-repeat;
  z-index: 1;
}
.why-us-section .left-col .image-box:after {
  content: "";
  position: absolute;
  left: 50px;
  top: -70%;
  width: 100%;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  border-radius: 50%;
  z-index: 2;
}
.why-us-section .left-col .vid-link {
  position: absolute;
  right: 55px;
  bottom: 25px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  font-size: 20px;
  color: #fff;
  z-index: 3;
}
.why-us-section .left-col .vid-link,
.why-us-section .left-col .vid-link .icon {
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.why-us-section .left-col .vid-link .icon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  color: var(--thm-black);
  background: var(--thm-base);
  border-radius: 50%;
}
.why-us-section .left-col .vid-link a:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base);
}
.why-us-section .left-col .vid-link .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.why-us-section .left-col .vid-link .ripple,
.why-us-section .left-col .vid-link .ripple:after,
.why-us-section .left-col .vid-link .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.why-us-section .left-col .vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.why-us-section .left-col .vid-link .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.why-us-section .right-col {
  position: relative;
}
.why-us-section .right-col .inner {
  position: relative;
  display: block;
  padding-left: 50px;
}
.why-us-section .features {
  position: relative;
}
.why-us-section .feature {
  position: relative;
  margin-bottom: 40px;
}
.why-us-section .feature .inner-box {
  position: relative;
  display: block;
  padding-left: 90px;
}
.why-us-section .feature .inner-box:before {
  content: "\f131";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background: rgba(var(--thm-base-rgb), 0.2);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.why-us-section .feature:hover .inner-box:before {
  background-color: var(--thm-black);
  color: #fff;
}
.why-us-section .feature h6 {
  font-size: 24px;
  text-transform: uppercase;
  left: 1px;
  font-weight: 400;
  margin-bottom: 0;
}
.why-us-section .feature .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  padding: 10px 0 0;
}
.testimonials-section {
  position: relative;
  padding: 120px 0;
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
  overflow: hidden;
}
.testimonials-page {
  padding-bottom: 90px;
}
.testimonials-section .sec-title {
  margin-bottom: 40px;
}
.testimonials-section .carousel-box {
  position: relative;
  margin: 0 0;
}
.testimonials-section .carousel-box .owl-stage-outer {
  overflow: visible;
}
.testi-block {
  position: relative;
  margin-bottom: 30px;
}
.owl-theme .testi-block {
  margin: 0;
}
.testi-block .inner {
  position: relative;
  display: block;
  padding: 60px 60px 50px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
}
.testi-block:hover .inner {
  background-color: var(--thm-base);
}
.testimonials-page .testi-block .inner {
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.owl-theme .testi-block .inner {
  margin: 7px 0;
}
.testi-block .icon {
  position: absolute;
  right: 50px;
  top: 60px;
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
  color: var(--thm-base);
  transition: all 0.5s ease;
}
.testi-block:hover .icon {
  color: var(--thm-black);
}
.testi-block .info {
  position: relative;
  padding-left: 100px;
  padding-top: 16px;
  min-height: 70px;
  margin-bottom: 35px;
}
.testi-block .info .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-block .info .image img {
  display: block;
  width: 100%;
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 7px;
  transition: all 0.5s ease;
}
.testi-block:hover .info .image img {
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.testi-block .info .name {
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400;
}
.testi-block .info .designation,
.testi-block .info .name {
  display: block;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.testi-block .info .designation {
  font-size: 16px;
  color: var(--thm-base);
  font-weight: 300;
  transition: all 0.5s ease;
}
.testi-block:hover .info .designation {
  color: var(--thm-black);
}
.testi-block .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  transition: all 0.5s ease;
  padding: 0 0;
}
.testi-block:hover .text {
  color: var(--thm-black);
}
.testimonials-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: none;
}
.testimonials-section .owl-theme .owl-dots {
  position: absolute;
  top: -70px;
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  text-align: right;
}
.testimonials-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 6px;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: var(--thm-base);
}
.features-section {
  position: relative;
  padding: 120px 0;
  background: #1c1e22;
  color: #fff;
  z-index: 1;
}
.features-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.3;
  background-attachment: fixed;
}
.features-section .content-box {
  position: relative;
  max-width: 700px;
}
.features-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 45px;
}
.features-section .content-box h2 span {
  color: var(--thm-base);
  padding-left: 3px;
}
.features-section .feature-block {
  position: relative;
  float: left;
  margin-bottom: 45px;
}
.features-section .feature-block .inner {
  position: relative;
  display: block;
  padding-right: 80px;
  margin-right: 80px;
}
.features-section .feature-block .inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}
.features-section .feature-block:last-child .inner {
  padding-right: 0;
  margin-right: 0;
}
.features-section .feature-block:last-child .inner:before {
  display: none;
}
.features-section .feature-block .icon-box {
  position: relative;
  display: block;
  line-height: 1em;
  color: #fff;
  font-size: 60px;
  margin: 0 0 20px;
}
.features-section .feature-block h6 {
  font-size: 24px;
  line-height: 1.25em;
  margin: 0 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.get-quote-section {
  position: relative;
  padding: 120px 0 90px;
  border-bottom: 1px solid #e9ebee;
}
.get-quote-section .left-col {
  position: relative;
  margin-bottom: 30px;
}
.get-quote-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 70px;
}
.get-quote-section .featured-block {
  position: relative;
  display: block;
  padding-left: 320px;
  min-height: 186px;
  margin-bottom: 55px;
}
.get-quote-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
}
.get-quote-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.get-quote-section .featured-block h4 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.get-quote-section .featured-block .text {
  position: relative;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.get-quote-section .counter {
  position: relative;
  display: block;
  padding-top: 55px;
  border-top: 1px solid #e9ebee;
}
.get-quote-section .counter .counter-text {
  position: relative;
  float: left;
}
.get-quote-section .counter .counter-image {
  position: relative;
  float: right;
  padding-left: 55px;
}
.get-quote-section .counter .counter-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: var(--thm-base);
  border-radius: 7px;
}
.get-quote-section .counter .counter-image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.get-quote-section .counter .count-box {
  position: relative;
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.02em;
}
.get-quote-section .counter .counter-title {
  position: relative;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--thm-text);
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.get-quote-section .right-col {
  position: relative;
  margin-bottom: 30px;
}
.get-quote-section .form-box,
.get-quote-section .right-col .inner {
  position: relative;
  display: block;
}
.get-quote-section .form-box {
  text-align: center;
  background: #fff;
  padding: 50px 45px 40px;
  margin-top: -180px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.get-quote-section .form-box h4 {
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.get-quote-section .form-box h4 span {
  padding-left: 3px;
  color: var(--thm-base);
}
.get-quote-section .default-form .form-group {
  margin-bottom: 10px;
}
.get-quote-section .default-form .theme-btn {
  display: block;
  width: 100%;
}
.fluid-section {
  position: relative;
  padding: 0;
}
.fluid-section .row {
  margin: 0;
}
.fluid-section .column {
  padding: 0;
}
.fluid-section .column .inner {
  position: relative;
  display: block;
  text-align: center;
  min-height: 100%;
  padding: 120px 20px;
  background: #1c1e22;
}
.fluid-section .column:nth-child(2) .inner {
  background: var(--thm-base);
}
.fluid-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.1;
}
.fluid-section .content-box {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.fluid-section h3 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0 0;
  z-index: 3;
}
.fluid-section .column:nth-child(2) h3 {
  color: var(--thm-black);
}
.fluid-section .link-box {
  position: relative;
  padding-top: 25px;
  z-index: 3;
}
.call-to-section-two {
  position: relative;
  padding: 120px 0 90px;
  background-color: #2a2c30;
  background-image: url(img/cta-bg-1-1.ae2d2273.png);
  color: #fff;
  z-index: 1;
}
.call-to-section-two.alternate {
  background: var(--thm-base);
  background-image: url(img/cta-2-bg-1-1.dff8e9b2.png);
}
.call-to-section-two .inner,
.call-to-section-two h2 {
  position: relative;
  display: block;
}
.call-to-section-two h2 {
  float: left;
  font-size: 70px;
  line-height: 0.85em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px;
  z-index: 1;
}
.call-to-section-two.alternate h2 {
  color: var(--thm-black);
}
.call-to-section-two .link-box {
  position: relative;
  float: right;
  padding-top: 25px;
  z-index: 1;
}
.services-section-three {
  position: relative;
  padding: 0 0 90px;
  background: #fff;
}
.services-section-three.padd-top {
  padding-top: 120px;
}
.services-section-three .services {
  position: relative;
}
.services-section-three__one-page {
  position: relative;
  padding: 120px 0 90px;
  background-color: var(--thm-black);
  background-image: url(img/contact-bg-1-1.92e10a5d.png);
  background-size: cover;
  color: #fff;
}
.services-section-three__one-page .sec-title h2 {
  color: #fff;
}
.services-section-three__one-page .service-block-two .inner-box {
  overflow: hidden;
  background-color: #1c1e22;
}
.services-section-three__one-page .service-block-two .inner-box h5 a {
  color: #fff;
}
.services-section-three__one-page .service-block-two .inner-box .bottom-curve,
.services-section-three__one-page .service-block-two:hover .inner-box .icon-box,
.services-section-three__one-page .service-block-two:hover .inner-box h5 a,
.services-section-three__one-page .service-block-two:hover .text {
  color: var(--thm-black);
}
.services-section-three__one-page .service-block-two .link-box {
  opacity: 0;
  transition: 0.5s;
}
.services-section-three__one-page .service-block-two:hover .link-box {
  opacity: 1;
}
.services-section-three__one-page .service-block-two .inner-box:hover:before {
  background-color: var(--thm-base);
}
.discover-section {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
}
.discover-block {
  position: relative;
  margin-bottom: 30px;
}
.discover-block .inner-box {
  position: relative;
  display: block;
  padding-left: 30px;
}
.discover-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.discover-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.3s ease;
  border-radius: 7px;
}
.discover-block .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.discover-block .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 330px;
}
.discover-block .cap-inner {
  position: relative;
  display: block;
  padding: 40px 80px 36px 40px;
  background: var(--thm-base);
  border-radius: 7px;
}
.discover-block .cap-inner h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1em;
  margin: 0;
}
.discover-block .cap-inner .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
.discover-block .cap-inner .more-link a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background: var(--thm-black);
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.discover-block .cap-inner .more-link a:hover {
  opacity: 0.5;
}
.features-section-two {
  position: relative;
  padding: 0 0;
  background: #fff;
}
.features-section-two .content-container {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.features-section-two .content-container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -2000px;
  background: #fff url(img/pattern-2.9c1b1043.png) 100% 0 repeat;
  border-radius: 0 7px 7px 0;
}
.features-section-two .left-col {
  position: relative;
  margin-bottom: 30px;
}
.features-section-two .left-col .inner {
  position: relative;
  display: block;
  padding-right: 40px;
}
.features-section-two .sec-title {
  margin-bottom: 40px;
}
.features-section-two .features {
  position: relative;
}
.features-section-two .feature {
  position: relative;
  display: block;
  padding: 0 0 40px;
  margin-bottom: 47px;
  padding-left: 90px;
  min-height: 100px;
  border-bottom: 1px solid #e9ebee;
}
.features-section-two .feature:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.features-section-two .feature .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--thm-base);
  padding: 10px;
  line-height: 40px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-black);
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  transition: 0.5s;
}
.features-section-two .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff;
}
.features-section-two .feature .count span {
  line-height: 1em;
  position: relative;
  top: 2px;
}
.features-section-two .feature h5 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.features-section-two .feature .sub-text {
  position: relative;
  top: 0;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.features-section-two .right-col {
  position: relative;
  margin-bottom: 30px;
}
.features-section-two .right-col .image-box,
.features-section-two .right-col .inner {
  position: relative;
  display: block;
}
.features-section-two .right-col .image-box img {
  position: relative;
  display: block;
  width: auto;
  max-width: none;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.3s ease;
  border-radius: 7px;
}
.features-section-two .right-col .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.features-section-two .right-col .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 350px;
}
.features-section-two .right-col .cap-inner {
  position: relative;
  display: block;
  padding: 40px 60px;
  background: var(--thm-base);
  border-radius: 7px;
}
.features-section-two .right-col .cap-inner h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1em;
  margin: 0;
}
.we-work-section {
  padding: 120px 0 80px;
}
.we-work-section,
.work-tabs {
  position: relative;
}
.work-tabs .tab-buttons {
  position: relative;
  display: block;
  background: #f4f5f8;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.work-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  width: 33.333%;
  line-height: 40px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--thm-black);
  padding: 30px 15px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s ease;
}
.work-tabs .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  z-index: 1;
}
.work-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: var(--thm-black);
  transition: all 0.3s ease;
}
.work-tabs .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}
.work-tabs .tab-buttons .tab-btn.active-btn {
  color: #fff;
}
.work-tabs .tabs-content {
  position: relative;
}
.work-tabs .image-col {
  position: relative;
  margin-bottom: 30px;
}
.work-tabs .image-col .inner {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.work-tabs .tabs-content .image {
  position: relative;
  display: block;
  border-radius: 7px;
}
.work-tabs .tabs-content .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.work-tabs .text-col {
  position: relative;
  margin-bottom: 30px;
}
.work-tabs .text-col .inner {
  position: relative;
  display: block;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.work-tabs .active-tab .image-col .inner,
.work-tabs .active-tab .text-col .inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.work-tabs .tabs-content .text {
  letter-spacing: 0.1em;
}
.work-tabs .tabs-content .text,
.work-tabs .tabs-content .text p {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
}
.work-tabs .tabs-content .text p {
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.work-tabs .tabs-content .text ul {
  position: relative;
}
.work-tabs .tabs-content .text ul li {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 8px;
  padding-left: 30px;
  font-weight: 300;
}
.work-tabs .tabs-content .text ul li:before {
  content: "\f131";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}
.testimonials-section-two {
  position: relative;
  padding: 120px 0;
  background: #1c1e22;
  color: #fff;
  z-index: 1;
}
.testimonials-section-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.3;
}
.testimonials-section-two .carousel-box {
  position: relative;
  padding-right: 200px;
}
.testi-block-two {
  position: relative;
}
.testi-block-two .icon,
.testi-block-two .inner {
  position: relative;
  display: block;
}
.testi-block-two .icon {
  top: 35px;
  font-weight: 400;
  font-size: 200px;
  line-height: 0.7em;
  color: var(--thm-base);
  margin-bottom: 0;
}
.testi-block-two .info {
  position: relative;
  margin-top: 50px;
}
.testi-block-two .info .name {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: var(--thm-base);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.testi-block-two .text {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 0;
}
.testimonials-section-two .owl-theme .owl-dots {
  display: none;
}
.testimonials-section-two .owl-theme .owl-nav {
  position: absolute;
  right: -170px;
  top: 50%;
  margin-top: -50px;
  height: 110px;
  text-align: right;
}
.testimonials-section-two .owl-theme .owl-nav .owl-next,
.testimonials-section-two .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff !important;
  color: var(--thm-black);
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.testimonials-section-two .owl-theme .owl-nav .owl-next {
  top: auto;
  bottom: 0;
}
.testimonials-section-two .owl-theme .owl-nav .owl-next span,
.testimonials-section-two .owl-theme .owl-nav .owl-prev span {
  vertical-align: middle;
}
.testimonials-section-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}
.about-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.about-section-two .left-col {
  position: relative;
}
.about-section-two .left-col .inner {
  position: relative;
  display: block;
  padding-right: 50px;
}
.about-section-two .counter {
  position: relative;
  display: block;
}
.about-section-two .right-col {
  position: relative;
  margin-bottom: 30px;
}
.about-section-two .right-col .inner {
  position: relative;
  display: block;
  padding-left: 30px;
}
.about-section-two .image-box {
  margin-top: -240px;
  z-index: 5;
}
.about-section-two .image-box,
.about-section-two .image-box .image {
  position: relative;
  display: block;
}
.about-section-two .image-box .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}
.about-section-two .image-box .since {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.about-section-two .image-box .since:before {
  content: "";
  position: absolute;
  left: -42px;
  top: 4px;
  bottom: 4px;
  border-left: 2px solid var(--thm-base);
}
.about-section-two .image-box .since .txt {
  position: relative;
  display: block;
  padding: 21px 5px;
  width: 90px;
  height: 90px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  color: var(--thm-black);
  border-radius: 50%;
}
.counter-block {
  position: relative;
  margin-bottom: 30px;
}
.counter-block .inner-box {
  position: relative;
  padding-left: 160px;
  min-height: 140px;
  padding-top: 42px;
}
.counter-block .graph-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  display: block;
  text-align: center;
}
.counter-block .graph-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #e9ebee;
  border-radius: 50%;
}
.counter-block .graph-outer canvas {
  position: relative;
}
.counter-block .graph-outer .count-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 30px;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: -30px;
}
.counter-block .graph-outer .count-box .sign {
  font-size: 20px;
}
.counter-block input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.counter-block h4 {
  position: relative;
  line-height: 1.1em;
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0;
}
.get-quote-two {
  position: relative;
  padding: 120px 0 210px;
  background-color: var(--thm-black);
  background-image: url(img/contact-bg-1-1.92e10a5d.png);
  background-size: cover;
  color: #fff;
}
.get-quote-two__one-page {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .get-quote-two__one-page {
    padding-bottom: 70px !important;
  }
}
.get-quote-two .sec-title {
  margin-bottom: 35px;
}
.get-quote-two .sec-title h2 {
  color: #fff;
}
.get-quote-two .left-col {
  position: relative;
  margin-bottom: 30px;
}
.get-quote-two .left-col .inner {
  position: relative;
  display: block;
  max-width: 480px;
}
.get-quote-two .left-col .text {
  color: #fff;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.get-quote-two .info,
.get-quote-two .left-col .text {
  position: relative;
  display: block;
}
.get-quote-two .form-box form .form-group input,
.get-quote-two .form-box form .form-group select,
.get-quote-two .form-box form .form-group textarea,
.get-quote-two .form-group .ui-selectmenu-button.ui-button {
  background-color: #fff;
  border-color: #fff;
}
.get-quote-two .info ul li {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 28px;
  min-height: 60px;
  letter-spacing: 0.1em;
  padding-left: 85px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.get-quote-two .info ul li strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.get-quote-two .info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  padding: 15px 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: var(--thm-base);
  border-radius: 50%;
  font-size: 16px;
  color: var(--thm-black);
}
.get-quote-two .info ul li:last-child {
  margin: 0;
}
.get-quote-two .info ul li a {
  position: relative;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.get-quote-two .info ul li a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base);
}
.get-quote-two .right-col {
  position: relative;
  margin-bottom: 10px;
}
.get-quote-two .form-box,
.get-quote-two .right-col .inner {
  position: relative;
  display: block;
}
.get-quote-two .form-box form .row {
  margin: 0 -10px;
}
.get-quote-two .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.map-section {
  position: relative;
  padding: 0 0 120px;
}
.map-section .map-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -120px;
  border-radius: 7px;
  overflow: hidden;
  z-index: 3;
}
.map-section__one-page {
  padding-bottom: 0;
}
.map-section__one-page .map-container {
  margin-top: 0;
}
.map-canvas,
.map-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
}
.map-section__one-page .map-iframe {
  height: 575px;
}
.map-data {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
}
.map-data,
.map-data h6 {
  font-family: var(--thm-font);
  text-align: center;
  color: #222;
  letter-spacing: 0.05em;
}
.map-data h6 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1em;
  text-transform: uppercase;
}
.sponsors-section-two {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
  border-top: 1px solid #e9ebee;
}
.sponsors-section-two .title-col {
  position: relative;
  margin-bottom: 30px;
}
.sponsors-section-two .sec-title {
  margin-bottom: 0;
}
.sponsors-section-two .logo-col {
  position: relative;
}
.sponsors-section-two .logo-block {
  position: relative;
  margin-bottom: 30px;
}
.sponsors-section-two .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.2;
}
.sponsors-section-two .image-box img:hover {
  opacity: 1;
}
.page-banner {
  position: relative;
  padding: 0;
  color: #fff;
  background: var(--thm-black);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.page-banner .shape-1 {
  background: url(data:image/png;base64,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)
    100% 100% no-repeat;
}
.page-banner .shape-1,
.page-banner .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}
.page-banner .shape-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAHJBAMAAAC1QED/AAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADXRSTlMAMy0LIQYDEykXHBAlyb3uBQAAA/hJREFUeNrV2r2t1FAQgNFh7Wuvf5Ip4Zbg14FLWCLStyIgIHEJLsEluASXsJ0RkSCQgBMgvvxIE0w0mqB64xfpJol/JN7txL8m8ZV4m8RP4mMSP4gPSXwj3ifxjXifxDfifRLfiA9J/CA+JPGT+JjEV+JtCu9exL+m8LIT/5jCm0r8LYVPSXwjPiTxk3ibwruV+NcUXnbiH1N4U4m/pfApiW/ExyS+Ev+cwrsX8U8pvFTibym8qcSvFN4n8YP4mMRX4m0K717Ev6TwshP/mMKbSvwthTeV+FsKb5L4RXxK4hfxPolvxPskvhHvk/hFfEriF/EpiS/Em0r8LYWXSvyZwrud+JzEV+JjEt+IT0n8jXipxL8k8ZX4kMQv4qUS/5LEV+JDEl+Id5X4nMQ34iWJ342fxJskfjd+Em+S+N34QbxU4m0SX4zvxPskfjO+Ee8q8SGJP40fxivxKYnPxhfjK/EuiffG78Yfxg/jO/EuiffGW+M344vxw/jLeCVekvhkfDA+Gm+N343fjL8bfxhf/md+/c/DI3/80637YPxmfDbeGh+NT8aL8UD+Mn4av4y/G5+ND8aL8diNH8Yfxmfjk/Goxg/j78ZH48V4rMYfxkfgfvqIw/jT+GQ8VuMfjffG42X8o/HeeKzGvxhvjMdmvDUeL+NP443xuIwPxmM1/sV4qcRjMd4bj9P4bLyrxGMxPhiP1fgX46USj814C9x/TuJhvDceq/Gn8cZ4HMZn46X+Af9Jm/HWeFeJx2W8Nd5V4rEYH413lXgsxlvjXSUel/HWeKnEYzM+G2+Mx2n8aXwyHqvxh/HBeOzGL+Oz8WI8TuNP473x2I0vxlvjxXicxp/GB+NdJR6b8bvxyXjsxhfjs/HGeKzGH8Zb48V4rMYfxlvjxXisxh/GW+PFeKzGF+Oz8cZ47MYv4/df89+pNx7V+GH8aXw0XozHanwxfjc+GY9q/DD+brw13hiPl/HN+M34aLwYj5fxy/jN+GC8GI/V+GX8Znw0XozHy/hm/Gl8NN4Yj934YfxhfDbeG++Mx2r8Mn4zPhpvjEc1fhpfjN+Mj8Yb47EbP40vxu/GR+ON8ajGT+OL8Zvx1vhkvPuB/2mr8c34w/jd+GC8MR7V+Gn8Mv5ufDY+GC/Goxo/jV/G343PxkfjjfGoxl/GD+OL8Zvx1nhvvBiPanw1vhl/GL8Zb433xhvjUY2/jB/GF+Pvxu/GR+O98WI8qvGX8cP4Yvzd+N14a3ww3hjvjMdufDV+GF+Mvxu/GZ+Nj8Yn4+U7/8uQ78ZX44fxxfjD+M343XhrfDA+GS/GA/lufDV+Gt+ML8Yfxj8YvxufjbfGB+O98cZ4Md59A0bd1CZbGX/ZAAAAAElFTkSuQmCC)
    100% 0 no-repeat;
}
.page-banner .banner-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 3;
}
.page-banner .inner-container {
  position: relative;
  padding: 240px 0 120px;
}
.page-banner h1 {
  position: relative;
  font-size: 100px;
  color: #fff;
  line-height: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.page-banner .page-nav {
  position: relative;
  padding-top: 5px;
  text-align: center;
}
.page-banner .bread-crumb {
  position: relative;
  display: inline-block;
}
.page-banner .bread-crumb li {
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #ccd6df;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
}
.page-banner .bread-crumb li:before {
  position: absolute;
  right: -15px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  content: "-";
}
.page-banner .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-banner .bread-crumb li:last-child:before {
  display: none;
}
.page-banner .bread-crumb li a {
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease;
}
.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
  color: var(--thm-base);
}
.faqs-section {
  position: relative;
  padding: 120px 0 100px;
  background: #fff url(img/pattern-2.9c1b1043.png) 0 0 repeat;
  overflow: hidden;
}
.faqs-section .faq-block {
  position: relative;
  margin-bottom: 20px;
}
.get-quote-three {
  position: relative;
  padding: 120px 0 100px;
  background: #fff;
}
.get-quote-three .sec-title {
  margin-bottom: 40px;
}
.get-quote-three .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.get-quote-three .form-box form .row {
  margin: 0 -10px;
}
.get-quote-three .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.error-section {
  position: relative;
  background: #fff;
  padding: 120px 0;
}
.error-section .content {
  position: relative;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.error-section .big-text {
  position: relative;
  line-height: 0.7em;
  font-size: 340px;
  color: var(--thm-base);
  font-weight: 400;
  letter-spacing: 15px;
  line-height: 1em;
}
.error-section .big-text .front {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.error-section .big-text .back {
  position: absolute;
  padding-left: 20px;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(var(--thm-base-rgb), 0.1);
}
.error-section h2 {
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
.error-section .text {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.error-section .link-box {
  position: relative;
  padding-top: 20px;
}
.error-section .link-box .theme-btn {
  position: relative;
  min-width: 200px;
}
.error-form {
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form,
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="email"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="text"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
  font-size: 20px;
  background: #f4f5f8;
  font-weight: 300;
  letter-spacing: 0.07em;
  color: var(--thm-text);
  border-radius: 7px;
  border: 1px solid #f4f5f8;
  transition: all 0.3s ease;
}
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus,
.error-form .form-group input[type="text"]:focus {
  border-color: var(--thm-base);
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #575757;
}
.error-form .form-group .theme-btn {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: var(--thm-text);
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
}
.contact-section {
  position: relative;
  padding: 120px 0 100px;
  background: #fff;
}
.contact-section__one-page {
  padding-bottom: 0;
}
.contact-section .map-box {
  position: relative;
  display: block;
  margin: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}
.contact-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.contact-section .form-box form .row {
  margin: 0 -10px;
}
.contact-section .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.contact-section .upper-info {
  position: relative;
  margin-bottom: 90px;
}
.contact-section .info-block {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 45px 45px 40px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.contact-section .info-block .inner-box:hover {
  background: var(--thm-black);
}
.contact-section .info-block .inner-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}
.contact-section .info-block .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
  color: #fff;
}
.contact-section .info-block .inner-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  padding: 30px 0 0;
  z-index: 1;
}
.contact-section .info-block .inner-box .text a {
  position: relative;
  color: var(--thm-text);
}
.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
  color: #fff;
}
.contact-section .info-block .inner-box:hover .text a:hover,
.contact-section .info-block .inner-box:hover h5 a:hover {
  text-decoration: underline;
  color: #fff;
}
.sidebar-page-container {
  position: relative;
  padding: 120px 0 90px;
}
.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-side img {
  border-radius: 7px;
}
.sidebar-page-container .sidebar {
  position: relative;
}
.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px 45px;
  background: #f4f5f8;
  border-radius: 7px;
}
.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-title h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.sidebar .services ul {
  position: relative;
}
.sidebar .services ul li {
  position: relative;
  line-height: 48px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 5px;
}
.sidebar .services ul li:before {
  top: 0;
  right: -20px;
  bottom: 0;
  background: #fff;
  border-radius: 7px;
}
.sidebar .services ul li:after,
.sidebar .services ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar .services ul li:after {
  top: 50%;
  margin-top: -12px;
  height: 24px;
  border-left: 2px solid var(--thm-base);
}
.sidebar .services ul li:last-child {
  margin-bottom: 0;
}
.sidebar .services ul li a {
  position: relative;
  display: block;
  line-height: 48px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
}
.sidebar .services ul li.active a,
.sidebar .services ul li:hover a {
  color: var(--thm-black);
}
.sidebar .services ul li.active:after,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li:hover:before {
  opacity: 1;
}
.sidebar .services ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: Flaticon;
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 48px;
  font-weight: 700;
  z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.3s ease 0.1s;
}
.sidebar .call-up .widget-inner {
  background: var(--thm-black);
  color: #fff;
}
.sidebar .call-up .sidebar-title h4 {
  color: #fff;
}
.sidebar .call-up .text {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sidebar .call-up .phone {
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.sidebar .call-up .phone .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--thm-base);
  font-size: 20px;
  padding-right: 15px;
}
.sidebar .call-up .phone a {
  position: relative;
  color: #fff;
}
.sidebar .call-up .phone a:hover {
  text-decoration: underline;
}
.sidebar .search-box .widget-inner {
  padding: 0;
  background: none;
}
.sidebar .search-box .form-group {
  position: relative;
  margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--thm-base);
  color: var(--thm-black);
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  height: 80px;
  border: 1px solid var(--thm-base);
  border-radius: 7px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sidebar .search-box .form-group input:focus {
  border-color: var(--thm-black);
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 80px;
  width: 60px;
  line-height: 80px;
  display: block;
  font-size: 24px;
  color: #848484;
  background: none;
  font-weight: 400;
}
.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input:focus + button {
  color: #181b1f;
}
.sidebar .recent-posts .post {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 7px 0 0 85px;
  min-height: 62px;
  margin-bottom: 30px;
}
.sidebar .recent-posts .post:last-child {
  margin-bottom: 0;
}
.sidebar .recent-posts .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.sidebar .recent-posts .post:hover .post-thumb img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.sidebar .recent-posts .text {
  font-size: 20px;
  line-height: 1.3em;
  color: var(--thm-text);
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.07em;
  max-width: 170px;
}
.sidebar .recent-posts .text a {
  color: var(--thm-text);
}
.sidebar .recent-posts .text a:hover {
  color: var(--thm-black);
}
.sidebar .popular-tags .tags-list {
  padding-right: 20px;
}
.sidebar .popular-tags .tags-list a,
.sidebar .popular-tags .tags-list li {
  position: relative;
  color: var(--thm-text);
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.09em;
  line-height: 1.45em;
  word-spacing: 3px;
}
.sidebar .popular-tags .tags-list a {
  position: relative;
  display: inline-block;
  line-height: 1.45em;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: var(--thm-text);
  letter-spacing: 0.09em;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags .tags-list a:hover {
  color: var(--thm-black);
}
.sidebar .archives ul {
  position: relative;
}
.sidebar .archives ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
}
.sidebar .archives ul li:last-child {
  margin-bottom: 0;
}
.sidebar .archives ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
}
.sidebar .archives ul li.active a,
.sidebar .archives ul li:hover a {
  color: var(--thm-black);
  font-weight: 400;
}
.sidebar .archives ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: Flaticon;
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}
.sidebar .recent-comments .comment {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 0 0 0 70px;
  min-height: 48px;
  margin-bottom: 30px;
}
.sidebar .recent-comments .comment:last-child {
  margin-bottom: 0;
}
.sidebar .recent-comments .comment .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  background-color: var(--thm-black);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sidebar .recent-comments .comment:hover .icon {
  background: var(--thm-base);
}
.sidebar .recent-comments .comment .text {
  font-size: 20px;
  line-height: 24px;
  color: var(--thm-text);
  font-weight: 300;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  margin: 0;
}
.sidebar .recent-comments .comment .text a {
  color: var(--thm-text);
}
.sidebar .recent-comments .comment .text a:hover {
  color: var(--thm-black);
}
.post-details {
  position: relative;
  margin-bottom: 30px;
}
.post-details .image-box,
.post-details .inner-box {
  position: relative;
  display: block;
}
.post-details .image-box {
  overflow: hidden;
}
.post-details .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease;
  border-radius: 7px;
}
.post-details .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.post-details .lower-box {
  position: relative;
  padding: 30px 0 0;
}
.post-details .post-meta,
.post-details .post-meta ul {
  position: relative;
  display: block;
}
.post-details .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.post-details .post-meta ul li .fa,
.post-details .post-meta ul li .far {
  position: relative;
  top: -2px;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}
.post-details .lower-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 30px;
}
.post-details .lower-box h4 a {
  color: var(--thm-black);
}
.post-details .lower-box h4 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}
.post-details .lower-box .text {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.post-details .lower-box .text p {
  position: relative;
  line-height: 1.6em;
  margin-bottom: 35px;
}
.post-details .info-row {
  position: relative;
  display: block;
  padding: 28px 0 0;
  border-top: 1px solid #e9ebee;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.post-details .info-row strong {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.post-details .info-row a {
  color: var(--thm-text);
}
.post-details .info-row a:hover {
  text-decoration: underline;
}
.post-details .info-row .tags-info {
  position: relative;
  float: left;
}
.post-details .info-row .cat-info {
  position: relative;
  float: right;
}
.sidebar-page-container .post-control-two {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-page-container .post-control-two .control-col {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-page-container .post-control-two .control-inner {
  position: relative;
  display: block;
  padding: 55px 50px;
  background: #f4f5f8;
  height: 100%;
  min-height: 100%;
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.sidebar-page-container .post-control-two .control-inner:hover {
  background: var(--thm-base);
}
.sidebar-page-container .post-control-two .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sidebar-page-container .post-control-two .control-inner h4 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 0;
}
.sidebar-page-container .post-control-two .control-inner h4 a {
  color: var(--thm-black);
}
.comments-title {
  position: relative;
  margin-bottom: 40px;
}
.comments-title h3 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--thm-black);
  margin: 0;
}
.comments-area {
  position: relative;
  margin-bottom: 70px;
}
.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e9ebee;
}
.comments-area .comment {
  position: relative;
  min-height: 90px;
  padding-left: 130px;
}
.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}
.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--thm-black);
  text-transform: uppercase;
}
.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: var(--thm-base);
}
.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}
.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}
.leave-comments {
  position: relative;
}
.leave-comments form .row {
  margin: 0 -10px;
}
.leave-comments form .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.leave-comments form .form-group:last-child {
  margin-bottom: 0;
}
.service-details {
  position: relative;
}
.service-details .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.service-details .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.service-details .image:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.service-details .main-image {
  margin-bottom: 35px;
}
.service-details h3 {
  font-size: 50px;
  margin-bottom: 25px;
}
.service-details h3,
.service-details h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1em;
}
.service-details h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.service-details .text-content {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.service-details .text-content p {
  margin-bottom: 35px;
}
.service-details .text-content .last {
  margin-bottom: 0;
}
.service-details .featured {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.service-details .featured .image-col {
  margin-bottom: 30px;
}
.service-details .text-content ul {
  margin-bottom: 20px;
}
.service-details .text-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-details .text-content ul li:before {
  content: "\f131";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}
.project-single {
  position: relative;
  padding: 120px 0 80px;
}
.project-single .image-col {
  position: relative;
  margin-bottom: 10px;
}
.project-single .image-box,
.project-single .image-col .inner {
  position: relative;
  display: block;
}
.project-single .image-box {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-single.style-two .image-box {
  margin-bottom: 35px;
}
.project-single .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.project-single .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.project-single h5 {
  font-size: 30px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.project-single.style-two h5 {
  font-size: 36px;
}
.project-single .text-content {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.project-single .text-content p {
  margin-bottom: 25px;
}
.project-single .text-content .last {
  margin-bottom: 0;
}
.project-single .text-content .info {
  position: relative;
}
.project-single .text-content .info li {
  position: relative;
  line-height: 26px;
  margin-bottom: 30px;
}
.project-single .text-content .info li strong {
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
}
.post-control {
  position: relative;
}
.post-control .inner {
  position: relative;
  display: block;
  padding: 50px 0;
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}
.post-control .control {
  position: relative;
  float: left;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}
.post-control .control.next {
  float: right;
}
.post-control .control a {
  display: block;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400;
}
.post-control .control a:hover {
  color: var(--thm-base);
}
.post-control .control .fa {
  position: relative;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
}
.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s ease;
}
.side-menu__block.active {
  transform: scale(1);
}
.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}
.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, 0.3);
}
.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #eceeef;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}
@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}
.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}
.side-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}
.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 0;
  background: #fff;
  margin-top: 0;
}
.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__container li.dropdown ul {
  padding: 10px 0 0;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
.mobile-nav__container li.dropdown ul li {
  margin-bottom: 10px;
}
.mobile-nav__container li.dropdown {
  position: relative;
}
.mobile-nav__container li.dropdown > a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}
.mobile-nav__container li > a > span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
  margin-left: 5px;
}
.mobile-nav__container li.dropdown .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 22px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.mobile-nav__container li.dropdown .dropdown-btn.open {
  transform: rotate(-90deg);
}
.mobile-nav__container li + li {
  margin-top: 10px;
}
.mobile-nav__container li a {
  text-transform: uppercase;
  color: #9ca3a9;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 300;
  display: flex;
  transition: all 0.5s ease;
  position: relative;
}
.mobile-nav__container li a:hover,
.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
  color: var(--thm-base);
}
.side-menu__social {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.side-menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.side-menu__social a + a {
  margin-left: 10px;
}
.side-menu__social a:hover {
  background-color: #ffaa16;
  color: var(--thm-black);
}
.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}
.side-menu__content p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #9ca3a9;
  letter-spacing: 0.05em;
}
.side-menu__content p + p {
  margin-top: 30px;
}
.side-menu__content p a {
  color: var(--thm-black);
  transition: all 0.5s ease;
}
.side-menu__content p a:hover {
  color: #ffaa16;
  text-decoration: underline;
}
.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}
.side-menu__text p {
  letter-spacing: 0.05em;
  color: #9ca3a9;
  margin: 0;
  margin-bottom: 25px;
}
.side-menu__text a,
.side-menu__text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.side-menu__text a {
  color: #ff0143;
  transition: all 0.5s ease;
}
.side-menu__text a:hover {
  color: var(--thm-base);
}
.side-menu__block__copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 575px) {
  .mobile-nav__container,
  .side-menu__content,
  .side-menu__top {
    padding-left: 50px;
    padding-right: 50px;
  }
  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .mobile-nav__container,
  .side-menu__content,
  .side-menu__top {
    padding-left: 50px;
    padding-right: 25px;
  }
  .mobile-nav__container > div,
  .side-menu__content,
  .side-menu__top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .side-menu__sep {
    width: calc(100% - 50px);
  }
  .side-menu__social {
    margin-top: 40px;
  }
  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}
.style-switcher {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9;
  background-color: #fff;
  width: 200px;
  text-align: center;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.style-switcher.active {
  transform: translateX(0);
}
.style-switcher h3 {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.style-switcher .language-feature {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
.style-switcher .language-feature button {
  border: none;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--thm-black);
  color: #fff;
  border-radius: 5px;
}
#switcher-toggler,
.style-switcher .language-feature button.rtl-switcher {
  background-color: var(--thm-base);
  color: #fff;
}
#switcher-toggler {
  position: absolute;
  top: 20px;
  left: 100%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}
#switcher-toggler:hover {
  color: #fff;
  background-color: var(--thm-black);
}
#styleOptions {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
#styleOptions li {
  width: 100%;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
#styleOptions li a {
  display: block;
  width: 100%;
  height: 100%;
}
#styleOptions li a.color-default {
  background-color: #e11e21;
}
#styleOptions li a.color-2 {
  background-color: #70f28b;
}
#styleOptions li a.color-3 {
  background-color: #83dcfa;
}
#styleOptions li a.color-4 {
  background-color: #ff6c6c;
}
#styleOptions li a.color-5 {
  background-color: #73a5ff;
}
#styleOptions li a.color-6 {
  background-color: #fe9759;
}
.skiptranslate {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
.owl-dots .owl-dot {
  margin: 0 -3px !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 !important;
  border-radius: 50% !important;
}
.mobile-nav__container ul.sub-menu {
  display: none;
}
.mobile-nav__container .dropdown.open ul.sub-menu {
  display: block;
  transition: 0.3s;
}
.mobile-nav__container .dropdown.open .dropdown-btn span {
  color: #ffaa16;
}
.modules {
  background-color: #e6e8ea;
  background-image: url(img/modules-bg-modile.d39dcca6.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .modules {
    background-image: url(img/modules-bg.44fee440.jpg);
  }
}
.module {
  background-color: #fff;
  border-radius: 7px;
  padding: 15px 25px;
  margin-bottom: 25px;
}
.module-separator {
  border-left: 3px dotted #999;
  width: 1px;
  margin: auto;
  padding-top: 75px;
  margin-bottom: 25px;
}
.module-description {
  padding: 0;
}
.module-description p {
  text-align: left;
}
.module-description p strong {
  font-weight: 700;
}
.module-description ul li {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .module {
    padding: 25px 50px;
  }
  .module-separator {
    padding-top: 150px;
  }
  .module-description {
    padding: 25px 50px;
  }
  .module-description p {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .module .content-side {
    margin-bottom: 0;
  }
}
.ok {
  background: #222429;
  padding-top: 90px;
  margin-bottom: 0;
  padding-bottom: 90px;
}
.ok,
.ok h2,
.ok h3,
.ok h4 {
  color: #fff;
}
.featured-price-promo {
  color: green;
  font-size: 34px;
}
.featured-price-base {
  color: var(--thm-base);
  text-decoration: line-through;
}

.price-table {
  margin-bottom: 90px;
  position: relative;
}

.price-table h3 {
  font-size: 32px;
  line-height: 1.3em;
}
.price-table h3 small {
  font-size: 24px;
  line-height: 1.3em;
}

.book-image-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 240px;
}

.book-image-preview img {
  display: block;
  width: 80%;
  height: 240px;
  object-fit: contain;
}

.extra-society {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #f4f5f8;
}

.extra-society h2 {
  font-size: 4em;
  margin-top: 10px;
  color: #d32f2f;
  margin-bottom: 0;
}

.extra-society h2.display-3 {
  font-size: 3.2em;
}

.extra-society .icon-list.d-flex {
  /* font-size: 3.2em; */
  gap: 30px;
}

.about-course-extra {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
  position: relative;
  background-color: #222429;
  color: #fff;
}

.about-course-extra h2 {
  font-size: 4em;
  margin-top: 10px;
  color: #d32f2f;
  margin-bottom: 0;
}

.about-course-extra h1,
.about-course-extra h2,
.about-course-extra h3,
.about-course-extra h4 {
  color: #fff;
}

.about-course-extra h2 span {
  color: #d32f2f;
}

.about-course-extra h2.display-3 {
  font-size: 3.2em;
}

.about-course-extra .icon-list.d-flex {
  /* font-size: 3.2em; */
  gap: 30px;
}
.about-course-extra .icon-list.d-flex .icon {
  /* font-size: 3.2em; */
  color: #d32f2f;
}
/* 
.price-table:after {
  top: 0;
  bottom: 54%;
  background-color: #f4f5f8;
}
.price-table:after,
.price-table:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.price-table:before {
  top: 46%;
  bottom: 0;
  background-color: #f7f3e6;
} */
/* @media (min-width: 768px) {
  .price-table:after {
    top: 0;
    left: 0;
    right: 50%;
    bottom: 150px;
  }
  .price-table:before {
    top: 0;
    left: 50%;
    right: 0;
    bottom: 150px;
  }
} */
.p-relative {
  position: relative;
}
.badge {
  position: absolute;
  top: 30px;
  left: 15%;
  text-transform: uppercase;
  background-color: var(--thm-base);
  border-radius: 7px;
  padding: 5 15px;
  color: #fff;
  display: none;
}
/* @media (max-width: 768px) {
  .first-product {
    margin-bottom: 150px;
  }
} */
.translated-rtl body {
  direction: rtl;
  text-align: right;
}
.translated-rtl .owl-carousel {
  direction: ltr;
}
.translated-rtl .main-header .header-upper .logo-box {
  float: right;
}
.translated-rtl .main-header .other-links {
  float: left;
}
.translated-rtl .main-header .other-links .link-box,
.translated-rtl .main-header .other-links .search-btn {
  float: right;
}
.translated-rtl .main-header .other-links .search-btn {
  padding-right: 0;
  margin-right: 0;
  margin-left: 50px;
  padding-left: 50px;
  border-right: 0;
  border-left-width: 1px;
}
.translated-rtl .main-header .other-links .link-box .link {
  padding-left: 0;
  text-align: right;
  padding-right: 60px;
}
.translated-rtl .main-header .other-links .link-box .link .icon {
  left: auto;
  right: 0;
}
.translated-rtl .about-section .text-column .inner {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .translated-rtl .about-section .text-column .inner {
    padding-right: 60px;
  }
}
.translated-rtl .about-section .image-column .inner:before {
  left: auto;
  right: 0;
}
.translated-rtl .about-section .image-column .image-block:first-child {
  margin-left: 0;
  margin-right: 110px;
}
.translated-rtl .about-section .image-column .image-block:nth-child(2) {
  margin-right: 0;
  margin-left: 140px;
}
.translated-rtl .about-section .text-column .text ul li {
  padding-left: 0;
  padding-right: 35px;
}
.translated-rtl .about-section .text-column .text ul li:before {
  left: auto;
  right: 0;
}
.translated-rtl .about-section .text-column .text ul {
  float: right;
}
.translated-rtl .about-section .text-column .text .since {
  float: right;
  margin-left: 0;
  margin-right: 82px;
}
.translated-rtl .about-section .text-column .text .since:before {
  left: auto;
  right: -10px;
}
.translated-rtl .about-section .text-column .text .since:after {
  left: auto;
  right: -42px;
}
.translated-rtl .accordion-box .block .acc-btn {
  padding-right: 40px;
  padding-left: 60px;
}
.translated-rtl .accordion-box .block .acc-btn:before {
  right: auto;
  left: 35px;
}
.translated-rtl .we-do-section .featured-block {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 600px) {
  .translated-rtl .we-do-section .featured-block {
    padding-right: 230px;
  }
}
.translated-rtl .we-do-section .featured-block .image {
  left: auto;
  right: 0;
}
.translated-rtl .we-do-section .progress-box .count-box {
  right: auto;
  left: -40px;
}
.translated-rtl .we-do-section .progress-box .count-box:after {
  left: auto;
  right: 0;
  border-left-color: transparent;
  border-right-color: var(--thm-black);
}
.translated-rtl .trusted-section .right-col .inner:before {
  left: auto;
  right: 100%;
}
.translated-rtl .trusted-section .right-col .inner {
  padding-left: 0;
}
@media (min-width: 992px) {
  .translated-rtl .trusted-section .right-col .inner {
    padding-right: 110px;
  }
}
.translated-rtl .trusted-section .featured-block-two .text ul li {
  padding-left: 0;
  padding-right: 30px;
}
.translated-rtl .trusted-section .featured-block-two {
  padding-left: 0;
}
@media (min-width: 992px) {
  .translated-rtl .trusted-section .featured-block-two {
    padding-right: 280px;
  }
}
.translated-rtl .trusted-section .featured-block-two .image,
.translated-rtl .trusted-section .featured-block-two .text ul li:before {
  left: auto;
  right: 0;
}
.translated-rtl .trusted-section .feature {
  padding-left: 0;
}
@media (min-width: 480px) {
  .translated-rtl .trusted-section .feature {
    padding-right: 90px;
  }
}
.translated-rtl .testi-block .info .image,
.translated-rtl .trusted-section .feature .count {
  left: auto;
  right: 0;
}
.translated-rtl .testi-block .info {
  padding-left: 0;
  padding-right: 100px;
}
.translated-rtl .testi-block .icon {
  right: auto;
}
@media (min-width: 480px) {
  .translated-rtl .testi-block .icon {
    left: 50px;
  }
}
.translated-rtl .gallery-section .upper-row .sec-title {
  float: right;
}
.translated-rtl .gallery-section .upper-row .filters {
  float: left;
}
.translated-rtl .get-quote-two .info ul li .icon {
  right: 0;
  left: auto;
}
.translated-rtl .get-quote-two .info ul li {
  padding-left: 0;
  padding-right: 85px;
}
.translated-rtl .main-footer .newsletter-form .form-group input[type="email"],
.translated-rtl .main-footer .newsletter-form .form-group input[type="tel"],
.translated-rtl .main-footer .newsletter-form .form-group input[type="text"] {
  padding-right: 25px;
  padding-left: 60px;
}
.translated-rtl .newsletter-form .form-group .theme-btn {
  right: auto;
  left: 12px;
}
.translated-rtl .main-footer .info-widget ul li {
  padding-left: 0;
  padding-right: 32px;
}
.translated-rtl .main-footer .info-widget ul li .icon {
  left: auto;
  right: 0;
}
.translated-rtl .call-to-section h2 {
  float: right;
}
.translated-rtl .call-to-section .link-box {
  float: left;
}
.translated-rtl .call-to-section h2 br {
  display: none;
}
@media (max-width: 1199px) {
  .translated-rtl .main-header .header-upper .logo-box {
    margin-right: 0;
    margin-left: 80px;
  }
}
.translated-rtl .main-header .nav-outer {
  float: left;
}
.translated-rtl .banner-one-page .banner-carousel .content-box .link-box {
  flex-direction: row-reverse;
}
.translated-rtl .banner-one-page .banner-carousel .vid-link {
  margin-left: 0;
  margin-right: 15px;
}
@media (min-width: 376px) {
  .translated-rtl .banner-one-page .banner-carousel .vid-link {
    margin-right: 30px;
  }
}
.translated-rtl .main-menu .navigation > li {
  float: right;
}
@media (max-width: 479px) {
  .translated-rtl .about-section .image-column .image-block,
  .translated-rtl .about-section .image-column .image-block:first-child,
  .translated-rtl .about-section .image-column .image-block:nth-child(2) {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .translated-rtl .why-us-section .feature .inner-box {
    padding-left: 0;
    padding-right: 90px;
  }
  .translated-rtl .why-us-section .feature .inner-box:before {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .translated-rtl .featured-section .left-col .inner {
    padding-right: 0;
    padding-left: 30px;
  }
}
.translated-rtl .features-section .content-box {
  max-width: 750px;
}
@media (min-width: 480px) {
  .translated-rtl .features-section-two .feature {
    padding-left: 0;
    padding-right: 90px;
  }
  .translated-rtl .features-section-two .feature .count {
    left: auto;
    right: 0;
  }
}
.translated-rtl .page-banner .bread-crumb li {
  float: right;
}
@media (min-width: 600px) {
  .translated-rtl .page-banner .bread-crumb li {
    padding-right: 0;
    margin-right: 0;
    padding-left: 15px;
    margin-left: 15px;
  }
}
.translated-rtl .page-banner .bread-crumb li:before {
  left: -15px;
  right: auto;
}
@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }
}
@media (min-width: 1900px) {
  .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1699px) {
  .banner-carousel .slide-item .round-image {
    top: 100px;
    right: -150px;
    width: 750px;
    height: 750px;
  }
  .banner-carousel .slide-item .round-image .image {
    width: 750px;
    height: 750px;
  }
  .banner-carousel .slide-item .round-image:before {
    bottom: 70px;
    left: -70px;
  }
}
@media only screen and (max-width: 1499px) {
  .main-header .other-links .search-btn {
    padding-right: 30px;
    margin-right: 30px;
  }
  .main-header .header-upper .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-carousel .slide-item .round-image {
    top: 170px;
    right: -150px;
    width: 650px;
    height: 650px;
  }
  .banner-carousel .slide-item .round-image .image {
    width: 650px;
    height: 650px;
  }
  .banner-carousel .slide-item .round-image:before {
    bottom: 70px;
    left: -70px;
  }
}
@media only screen and (max-width: 1340px) {
  .banner-carousel .slide-item .shape-1 {
    left: -200px;
  }
  .banner-carousel .slide-item .shape-2 {
    left: -150px;
  }
  .banner-carousel .slide-item .shape-3 {
    right: -250px;
  }
  .banner-carousel .slide-item .shape-4 {
    right: -50px;
  }
  .banner-carousel .slide-item .shape-5 {
    right: -100px;
  }
  .project-tab .p-tabs-content {
    margin: 0 15px;
  }
  .alternate .project-tab .p-tabs-content {
    margin: 0 0;
  }
  .fluid-section h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header.fixed-header .header-upper .logo-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-header.fixed-header .nav-outer .mobile-nav-toggler {
    margin-top: 20px;
  }
  .header-style-two.fixed-header .nav-outer .mobile-nav-toggler {
    color: #fff;
  }
  .banner-carousel .slide-item .round-image {
    right: -250px;
  }
  .main-header .other-links .link-box,
  .main-header .other-links .search-btn {
    display: none;
  }
  .main-menu .navigation > li {
    margin-right: 30px;
  }
  .main-header .nav-outer .main-menu,
  .sticky-header {
    display: none !important;
  }
  .main-header .nav-outer {
    float: right;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
  }
  .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .header-style-two .nav-outer .mobile-nav-toggler {
    color: #222429;
  }
  .banner-section .left-based-text {
    display: none;
  }
  .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1 {
    font-size: 80px;
  }
  .about-section .text-column .inner {
    padding-left: 0;
  }
  .about-section .image-column .inner:before {
    width: 12px;
    height: 180px;
  }
  .about-section .image-column {
    order: 12;
  }
  .about-section .text-column {
    order: 0;
  }
  .about-section .image-column .inner {
    max-width: 750px;
  }
  .about-section:before {
    display: none;
  }
  .sec-title h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .we-do-section .left-col .inner {
    padding-right: 0;
  }
  .trusted-section .right-col .inner {
    padding-top: 70px;
    padding-left: 30px;
  }
  .team-section .carousel-box {
    margin: 0 15px;
  }
  .parallax-section .content-box h2 {
    font-size: 60px;
  }
  .agency-section .left-col .inner {
    padding-right: 0;
  }
  .call-to-section h2,
  .call-to-section-two h2 {
    font-size: 48px;
    line-height: 1em;
  }
  .call-to-section-two .link-box {
    padding-top: 10px;
  }
  .featured-section .left-col .inner {
    padding-right: 0;
  }
  .testimonials-section .owl-theme .owl-dots {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .features-section .content-box h2 {
    font-size: 60px;
  }
  .get-quote-section .form-box {
    margin: 0 0;
  }
  .about-section-two .left-col .inner,
  .features-section-two .left-col .inner,
  .get-quote-section .left-col .inner {
    padding-right: 0;
  }
  .work-tabs .tab-buttons .tab-btn {
    font-size: 26px;
  }
  .about-section-two .right-col .inner,
  .work-tabs .text-col .inner {
    padding-left: 0;
  }
  .testi-block-two .text {
    font-size: 36px;
  }
  .page-banner h1 {
    font-size: 70px;
    line-height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-carousel .slide-item .shape-1 {
    left: -300px;
  }
  .banner-carousel .slide-item .shape-2 {
    left: -200px;
  }
  .banner-carousel .slide-item .shape-3 {
    right: -350px;
  }
  .banner-carousel .slide-item .shape-4 {
    right: -50px;
  }
  .banner-carousel .slide-item .shape-5 {
    right: -150px;
  }
  .banner-carousel .slide-item .round-image {
    display: none;
  }
  .banner-carousel .content-box {
    height: 800px;
  }
  .banner-carousel .content-box h1 {
    font-size: 80px;
    line-height: 1em;
  }
  .banner-carousel .content-box .link-box {
    padding-top: 30px;
  }
  .banner-three .banner-carousel .content-box .inner {
    max-width: none;
    text-align: center;
  }
  .banner-carousel .content-box h1 br {
    display: none;
  }
  .banner-three .banner-carousel .content-box h1 {
    font-size: 70px;
    line-height: 1em;
  }
  .banner-three .banner-carousel .content-box {
    height: 700px;
  }
  .featured-section {
    padding-top: 170px;
    padding-bottom: 60px;
  }
  .about-section,
  .about-section-two,
  .discover-section,
  .features-section-two .content-container,
  .gallery-section,
  .get-quote-section,
  .news-section,
  .services-section,
  .sidebar-page-container,
  .sponsors-section-two {
    padding: 90px 0 60px;
  }
  .gallery-section-two,
  .get-quote-two,
  .live-section,
  .services-section-three.padd-top,
  .services-section-two {
    padding-top: 90px;
  }
  .map-section {
    padding-bottom: 90px;
  }
  .get-quote-two {
    padding-bottom: 180px;
  }
  .gallery-section-two.alternate {
    padding-bottom: 60px;
  }
  .we-do-section {
    padding: 210px 0 60px;
  }
  .page-banner .inner-container {
    padding: 220px 0 100px;
  }
  .contact-section,
  .team-section {
    padding: 90px 0 60px;
  }
  .team-section.no-padd-top {
    padding: 0 0 60px;
  }
  .trusted-section {
    padding-bottom: 40px;
  }
  .faqs-section,
  .get-quote-three {
    padding: 90px 0 70px;
  }
  .error-section,
  .parallax-section,
  .testimonials-section {
    padding: 80px 0;
  }
  .call-to-section-two {
    padding: 80px 0 70px;
  }
  .services-section-three,
  .testimonials-page {
    padding-bottom: 60px;
  }
  .sponsors-section {
    padding: 70px 0;
  }
  .call-to-section .inner {
    padding: 70px 20px 60px;
  }
  .agency-section,
  .modules,
  .project-single,
  .unbeliveable,
  .we-work-section {
    padding: 90px 0 0;
  }
  .why-us-section {
    padding: 80px 0 40px;
  }
  .features-section,
  .testimonials-section-two {
    padding: 90px 0;
  }
  .about-section-two .image-box {
    margin: 0;
  }
  .parallax-section .content-box h2 {
    font-size: 48px;
  }
  .fluid-section .column .inner {
    padding: 90px 20px;
  }
  .about-section .text-column .text ul {
    width: 100%;
  }
  .about-section .text-column .text .since {
    margin-left: 40px;
    margin-top: 20px;
  }
  .live-section .main-image-box .round-inner {
    padding-top: 210px;
  }
  .features-section .content-box h2,
  .live-section .main-image-box .title h3 {
    font-size: 48px;
  }
  .sec-title h2 {
    font-size: 50px;
    line-height: 1.05em;
  }
  .gallery-section .upper-row .sec-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .gallery-section .upper-row .filters {
    width: 100%;
    text-align: center;
  }
  .mixitup-gallery .filters li {
    margin: 0 15px 10px;
  }
  .facts-section,
  .facts-section.alternate {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .trusted-section .outer-container {
    margin-top: 80px;
  }
  .fact-counter .column .inner {
    padding-top: 0;
  }
  .fact-counter .column .inner:before {
    display: none;
  }
  .trusted-section .right-col .inner {
    padding-top: 0;
    padding-left: 0;
  }
  .trusted-section .col-header .header-inner {
    padding: 50px 30px;
    min-height: 0;
  }
  .call-to-section,
  .call-to-section-two {
    text-align: center;
  }
  .call-to-section h2,
  .call-to-section-two h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .call-to-section .link-box,
  .call-to-section-two .link-box {
    width: 100%;
    padding: 20px 0 0;
  }
  .why-us-section .right-col .inner {
    padding-left: 0;
    padding-top: 20px;
  }
  .fluid-section h3 {
    font-size: 42px;
  }
  .features-section-two .content-container:before {
    right: -20px;
  }
  .features-section-two .right-col .image-box img {
    width: 100%;
    max-width: 100%;
  }
  .work-tabs .tab-buttons .tab-btn {
    font-size: 22px;
  }
  .testimonials-section-two .carousel-box {
    padding-right: 100px;
  }
  .testimonials-section-two .owl-theme .owl-nav {
    right: -80px;
  }
  .testi-block-two .text {
    font-size: 30px;
  }
  .testi-block-two .icon {
    font-size: 120px;
    line-height: 0.8em;
    top: 10px;
  }
  .get-quote-two .left-col .inner {
    max-width: none;
  }
  .page-banner h1 {
    font-size: 60px;
    line-height: 1.05em;
  }
  .page-banner .shape-1,
  .page-banner .shape-2 {
    display: none;
  }
  .page-banner .inner-container {
    padding: 180px 0 50px;
  }
  .error-section .big-text {
    font-size: 250px;
  }
  .error-section h2 {
    font-size: 48px;
  }
  .service-details h3 {
    font-size: 42px;
  }
  .service-details h4 {
    font-size: 32px;
  }
  .contact-section .map-box,
  .contact-section .upper-info {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .slide-item .shape-1,
  .banner-carousel .slide-item .shape-2,
  .banner-carousel .slide-item .shape-3,
  .banner-carousel .slide-item .shape-4,
  .banner-carousel .slide-item .shape-5 {
    display: none;
  }
  .banner-section .owl-dots {
    bottom: 20px;
  }
  .banner-carousel .content-box h1 {
    font-size: 60px;
  }
  .banner-carousel .content-box {
    height: 600px;
    text-align: center;
  }
  .banner-carousel .slide-item .left-top-line,
  .banner-carousel .slide-item .right-bottom-curve,
  .banner-carousel .slide-item .right-top-curve {
    display: none;
  }
  .banner-three .banner-carousel .content-box h1 {
    font-size: 60px;
    line-height: 1em;
  }
  .sec-title h2 {
    font-size: 42px;
    line-height: 1.15em;
  }
  .live-section .main-image-box .vid-link {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 50px;
  }
  .live-section .main-image-box .round-box {
    height: auto;
    width: 100%;
    right: 0;
    padding: 20px 20px;
  }
  .live-section .main-image-box .round-inner {
    position: relative;
    display: block;
    padding: 70px 30px 50px;
    text-align: center;
    height: auto;
    width: 100%;
    border-radius: 10px;
  }
  .live-section .main-image-box .round-box:before {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    width: auto;
    height: auto;
    border-radius: 10px;
  }
  .live-section .main-image-box .more-link {
    text-align: center;
  }
  .sec-title h2 br {
    display: none;
  }
  .fact-counter .column .inner .count-outer {
    font-size: 64px;
    line-height: 1em;
  }
  .team-section {
    padding-bottom: 50px;
  }
  .team-section .owl-theme .owl-dots {
    display: none;
  }
  .parallax-section .content-box h2 {
    font-size: 42px;
  }
  .sponsors-outer {
    text-align: center;
  }
  .call-to-section h2,
  .call-to-section-two h2 {
    font-size: 36px;
  }
  .why-us-section {
    padding-top: 60px;
  }
  .project-tab .owl-theme .owl-dots {
    display: none;
  }
  .features-section {
    text-align: center;
  }
  .features-section .feature-block {
    width: 100%;
    margin: 0 0 50px;
  }
  .features-section .feature-block .inner {
    padding: 0 0;
    margin: 0 0;
    text-align: center;
  }
  .features-section .feature-block .inner:before {
    display: none;
  }
  .get-quote-section .featured-block h4 {
    font-size: 32px;
  }
  .work-tabs .tab-buttons .tab-btn {
    width: 100%;
    padding: 20px 15px;
  }
  .testi-block-two .text {
    font-size: 26px;
  }
  .testimonials-section-two .carousel-box {
    padding-right: 0;
  }
  .testimonials-section-two .owl-theme .owl-nav {
    display: none;
  }
  .testi-block-two .info {
    margin-top: 30px;
  }
  .testi-block-two .info .name {
    font-size: 20px;
  }
  .error-section .big-text {
    font-size: 180px;
  }
  .comments-title h3,
  .error-section h2,
  .news-block-three .inner-box h4,
  .news-block-two .lower-box h4,
  .post-details .lower-box h4 {
    font-size: 32px;
  }
  .page-banner h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .banner-carousel .content-box h1 {
    font-size: 46px;
  }
  .banner-three .banner-carousel .content-box h1 {
    font-size: 46px;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .live-section .main-image-box .title h3 {
    font-size: 32px;
  }
  .we-do-section .featured-block {
    padding-left: 0;
    padding-top: 0;
  }
  .we-do-section .featured-block .image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
  .trusted-section .col-header .header-inner {
    padding: 40px 20px;
    font-size: 30px;
  }
  .sec-title h2 {
    font-size: 36px;
    line-height: 1.15em;
  }
  .agency-section .featured-block-two,
  .trusted-section .featured-block-two {
    padding-left: 0;
    padding-top: 0;
  }
  .agency-section .featured-block-two .image,
  .trusted-section .featured-block-two .image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 0 30px;
  }
  .parallax-section .content-box h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .default-tabs .tab-buttons .tab-btn {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .default-tabs .tabs-content {
    padding-top: 10px;
  }
  .mixitup-gallery .filters li,
  .project-tab .product-tab-btns .p-tab-btn {
    margin: 0 10px 15px;
  }
  .why-us-section .left-col .image-box:before {
    left: -60px;
  }
  .testi-block .inner {
    padding: 50px 25px 40px;
  }
  .testi-block .icon {
    right: 30px;
    top: 50px;
  }
  .testimonials-section .owl-theme .owl-dots {
    display: none;
  }
  .features-section .content-box h2 {
    font-size: 36px;
    line-height: 1em;
  }
  .get-quote-section .counter {
    text-align: center;
  }
  .get-quote-section .counter .counter-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .get-quote-section .counter .counter-image {
    width: 100%;
    padding: 0;
  }
  .get-quote-section .counter .counter-image:before {
    display: none;
  }
  .get-quote-section .form-box {
    padding: 40px 20px;
  }
  .get-quote-section .form-box h4 {
    font-size: 32px;
  }
  .get-quote-section .featured-block {
    padding-left: 0;
    text-align: center;
  }
  .get-quote-section .featured-block .image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 0 30px;
  }
  .fluid-section h3,
  .project-single.style-two h5 {
    font-size: 32px;
  }
  .discover-block .inner-box {
    padding-left: 0;
  }
  .discover-block .cap-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
  }
  .discover-block .cap-inner {
    padding: 30px 80px 30px 20px;
  }
  .features-section-two .sec-title {
    text-align: center;
  }
  .features-section-two .right-col .cap-box {
    left: 10px;
    bottom: 10px;
    right: 10px;
    max-width: none;
    width: auto;
  }
  .features-section-two .right-col .cap-inner {
    padding: 25px 15px;
    text-align: center;
    max-width: none;
    width: auto;
  }
  .features-section-two .right-col .cap-inner h5 {
    font-size: 24px;
  }
  .banner-three .banner-carousel .content-box {
    height: 600px;
  }
  .sponsors-section-two,
  .testi-block-two {
    text-align: center;
  }
  .testi-block-two .text {
    font-size: 22px;
  }
  .testimonials-section-two {
    padding: 70px 0 80px;
  }
  .page-banner h1 {
    font-size: 48px;
    line-height: 1.1em;
  }
  .discover-block .cap-inner h5 {
    font-size: 24px;
  }
  .service-details h3 {
    font-size: 36px;
  }
  .service-details h4 {
    font-size: 26px;
  }
  .news-block-three .inner-box {
    padding: 40px 25px 30px;
  }
  .news-block-two .image-box .vid-link .icon {
    transform: scale(0.7);
  }
  .sidebar .sidebar-widget .widget-inner {
    padding: 40px 25px;
  }
  .sidebar .search-box .widget-inner {
    padding: 0;
  }
  .sidebar .services ul li:before {
    left: -15px;
    right: -15px;
  }
  .page-banner .bread-crumb li:before {
    display: none;
  }
  .page-banner .bread-crumb li {
    padding: 0;
    margin: 0 7px !important;
  }
  .post-details .info-row .tags-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-details .info-row .cat-info {
    width: 100%;
  }
  .sidebar-page-container .post-control-two .control-inner {
    min-height: 0;
    padding: 40px 25px;
  }
  .sidebar-page-container .post-control-two .control-inner h4 {
    font-size: 26px;
  }
  .comments-area .comment-box {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
  .comments-area .comment {
    padding-left: 0;
  }
  .comments-area .comment-box .author-thumb {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-section .image-column .image-block,
  .about-section .image-column .image-block:first-child,
  .about-section .image-column .image-block:nth-child(2) {
    margin: 0 0 10px;
    width: 100%;
  }
  .features-section-two .feature,
  .trusted-section .feature,
  .why-us-section .feature .inner-box,
  .why-us-section .right-col .inner {
    padding-left: 0;
    text-align: center;
  }
  .trusted-section .feature h5 {
    font-size: 24px;
  }
  .features-section-two .feature .count,
  .trusted-section .feature .count,
  .why-us-section .feature .inner-box:before {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 0 auto 30px;
  }
  .news-block .lower-box {
    padding-left: 5px;
    padding-right: 5px;
  }
  .call-to-section h2,
  .call-to-section-two h2 {
    font-size: 32px;
  }
  .why-us-section .left-col .image-box:before {
    left: -110px;
  }
  .why-us-section .left-col .vid-link {
    right: 50px;
    bottom: 10px;
  }
  .testi-block .icon {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 0 -10px;
    line-height: 1em;
    display: block;
  }
  .page-banner h1 {
    font-size: 42px;
  }
}
:root {
  --thm-base: #e11e21;
  --thm-base-alt: #e26064;
}

#carousel_rzs5qb39ysbje6calu1so.owl-carousel.owl-drag .owl-item {
  width: 100%;
}

.price-table {
  /* padding-top: 90px; */
  /* padding-bottom: 90px; */
  margin-bottom: 0px;
  position: relative;
}

.price-table h3 {
  font-size: 32px;
  line-height: 1.3em;
}
.price-table h3 small {
  font-size: 24px;
  line-height: 1.3em;
}

.book-image-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 240px;
}

.book-image-preview img {
  display: block;
  width: 80%;
  height: 240px;
  object-fit: contain;
}

.extra-society {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #f4f5f8;
}

.extra-society h2 {
  font-size: 4em;
  margin-top: 10px;
  color: #d32f2f;
  margin-bottom: 0;
}

.extra-society h2.display-3 {
  font-size: 3.2em;
}

.extra-society .icon-list.d-flex {
  /* font-size: 3.2em; */
  gap: 30px;
}

.about-course-extra {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
  position: relative;
  background-color: #222429;
  color: #fff;
}

.about-course-extra h2 {
  font-size: 4em;
  margin-top: 10px;
  color: #d32f2f;
  margin-bottom: 0;
}

.about-course-extra h1,
.about-course-extra h2,
.about-course-extra h3,
.about-course-extra h4 {
  color: #fff;
}

.about-course-extra h2 span {
  color: #d32f2f;
}

.about-course-extra h2.display-3 {
  font-size: 3.2em;
}

.about-course-extra .icon-list.d-flex {
  /* font-size: 3.2em; */
  gap: 30px;
}
.about-course-extra .icon-list.d-flex .icon {
  /* font-size: 3.2em; */
  color: #d32f2f;
}

/* Responsive adjustments for extra-society / about-course-extra and related blocks */
@media (max-width: 1200px) {
  .extra-society h2,
  .about-course-extra h2 {
    font-size: 3.2em;
  }
  .book-image-preview {
    height: 200px;
  }
  .book-image-preview img {
    height: 200px;
  }
}

@media (max-width: 992px) {
  .price-table {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .extra-society {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .extra-society h2,
  .about-course-extra h2 {
    font-size: 2.6em;
  }
  .extra-society h3,
  .about-course-extra h3 {
    font-size: 2.4em;
  }
  .extra-society .icon-list.d-flex,
  .about-course-extra .icon-list.d-flex {
    gap: 20px;
  }
  .book-image-preview {
    height: 180px;
  }
  .book-image-preview img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .price-table {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .extra-society h2,
  .about-course-extra h2 {
    font-size: 2.2em;
  }
  .extra-society h3,
  .about-course-extra h3 {
    font-size: 2em;
  }
  .extra-society .icon-list.d-flex,
  .about-course-extra .icon-list.d-flex {
    gap: 15px;
  }
  .book-image-preview {
    height: 320px;
  }
  .book-image-preview img {
    height: 320px;
    width: 80%;
  }
}

@media (max-width: 576px) {
  .book-image-preview {
    height: 280px;
    padding: 20px 0;
  }
  .book-image-preview img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
  }
  .extra-society h2,
  .about-course-extra h2 {
    font-size: 1.8em;
  }
  .extra-society h3,
  .about-course-extra h3 {
    font-size: 1.6em;
  }
  .extra-society .icon-list.d-flex,
  .about-course-extra .icon-list.d-flex {
    gap: 12px;
    align-items: flex-start;
  }
  .about-course-extra {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .extra-society .icon-list p.text-left {
    margin-bottom: 0;
  }
  .list-of-elements-extra-society {
    flex-direction: column;
    gap: 15px;
    display: flex;
  }
  .extra-society-benefits {
    margin-top: 30px;
  }
  .extra-benefits-image {
    margin-bottom: 30px;
  }
  .list-of-books {
    flex-direction: column;
    gap: 40px;
    display: flex;
  }
}

.list-of-books .col-lg-4{
  padding-top: 90px;
  padding-bottom: 90px;
}

/* Large desktops / smaller screens */
@media (max-width: 1199px) {
  .list-of-books .col-lg-4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* Tablets / landscape phones */
@media (max-width: 992px) {
  .list-of-books .col-lg-4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
  .list-of-books .col-lg-4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .list-of-books .col-lg-4{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* make images and wide containers fit mobile */
  .list-of-books .col-lg-4 .audiobook-image-container,
  .list-of-books .col-lg-4 .book-image-preview {
    margin: 0;
    width: 100%;
    height: auto;
  }
/* 
  .list-of-books .col-lg-4 .audiobook-image-container img,
  .list-of-books .col-lg-4 .book-image-preview img {
    width: 100%;
    height: auto;
    object-fit: contain;
  } */
}

.list-of-books .col-lg-4.audiobook-product{
  background: rgba(244, 245, 248, 0.5);
}

.list-of-books .col-lg-4.audiobook-bundle-product{
  position: relative;
}
.list-of-books .col-lg-4.audiobook-bundle-product:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* opacity: 0.03; */
  width: 100vw;
  background: linear-gradient(rgba(255,215,0,0.25), rgba(255,215,0,0.05));
  z-index: -1;
}

.audiobook-image-container {
  margin: 0 -100px;
  margin-bottom: 30px;
  width: calc(100% + 200px);
}

@media (max-width: 992px) {
  .audiobook-image-container {
    margin: 0 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
