@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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,
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display:block
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#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
}
address {
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit
}
dl,
ol,
ul {
  margin-top:0;
  margin-bottom:1rem
}
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
}
dfn {
  font-style:italic
}
b,
strong {
  font-weight:bolder
}
small {
  font-size:80%
}
sub,
sup {
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline
}
sub {
  bottom:-0.25em
}
sup {
  top:-0.5em
}
a {
  color:#007bff;
  text-decoration:none;
  background-color:transparent;
  -webkit-text-decoration-skip:objects
}
a:hover {
  color:#0056b3;
  text-decoration:underline
}
a:not([href]):not([tabindex]) {
  color:inherit;
  text-decoration:none
}
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:monospace,monospace;
  font-size:1em
}
pre {
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto;
  -ms-overflow-style:scrollbar
}
figure {
  margin:0 0 1rem
}
img {
  vertical-align:middle;
  border-style:none
}
svg:not(:root) {
  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
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance:button
}
[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
output {
  display:inline-block
}
summary {
  display:list-item;
  cursor:pointer
}
template {
  display:none
}
[hidden] {
  display:none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom:0.5rem;
  font-family:inherit;
  font-weight:500;
  line-height:1.2;
  color:inherit
}
.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;
  font-weight:300;
  line-height:1.2
}
.display-2 {
  font-size:5.5rem;
  font-weight:300;
  line-height:1.2
}
.display-3 {
  font-size:4.5rem;
  font-weight:300;
  line-height:1.2
}
.display-4 {
  font-size:3.5rem;
  font-weight:300;
  line-height:1.2
}
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-unstyled {
  padding-left:0;
  list-style:none
}
.list-inline {
  padding-left:0;
  list-style:none
}
.list-inline-item {
  display:inline-block
}
.list-inline-item:not(:last-child) {
  margin-right:0.5rem
}
.initialism {
  font-size: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:"— "
}
.img-fluid {
  max-width:100%;
  height:auto
}
.img-thumbnail {
  padding:0.25rem;
  background-color:#fff;
  border:1px solid #dee2e6;
  border-radius:0.25rem;
  max-width:100%;
  height:auto
}
.figure {
  display:inline-block
}
.figure-img {
  margin-bottom:0.5rem;
  line-height:1
}
.figure-caption {
  font-size:90%;
  color:#6c757d
}
code,
kbd,
pre,
samp {
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position:relative;
  width:100%;
  min-height:1px;
  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:none
}
.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:none
  }
  .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:none
  }
  .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:none
  }
  .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:none
  }
  .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%;
  max-width:100%;
  margin-bottom:1rem;
  background-color:transparent
}
.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 .table {
  background-color:#fff
}
.table-sm td,
.table-sm th {
  padding:0.3rem
}
.table-bordered {
  border:1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
  border:1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width:2px
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,0.05)
}
.table-hover tbody tr:hover {
  background-color:rgba(0,0,0,0.075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
  background-color:#b8daff
}
.table-hover .table-primary:hover {
  background-color:#9fcdff
}
.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-hover .table-secondary:hover {
  background-color:#c8cbcf
}
.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-hover .table-success:hover {
  background-color:#b1dfbb
}
.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-hover .table-info:hover {
  background-color:#abdde5
}
.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-hover .table-warning:hover {
  background-color:#ffe8a1
}
.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-hover .table-danger:hover {
  background-color:#f1b0b7
}
.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-hover .table-light:hover {
  background-color:#ececf6
}
.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-hover .table-dark:hover {
  background-color:#b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color:#b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
  background-color:rgba(0,0,0,0.075)
}
.table-hover .table-active:hover {
  background-color:rgba(0,0,0,0.075)
}
.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:#212529;
  border-color:#32383e
}
.table .thead-light th {
  color:#495057;
  background-color:#e9ecef;
  border-color:#dee2e6
}
.table-dark {
  color:#fff;
  background-color:#212529
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color:#32383e
}
.table-dark.table-bordered {
  border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(255,255,255,0.05)
}
.table-dark.table-hover tbody tr:hover {
  background-color:rgba(255,255,255,0.075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar
  }
  .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;
    -ms-overflow-style:-ms-autohiding-scrollbar
  }
  .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;
    -ms-overflow-style:-ms-autohiding-scrollbar
  }
  .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;
    -ms-overflow-style:-ms-autohiding-scrollbar
  }
  .table-responsive-xl>.table-bordered {
    border:0
  }
}
.table-responsive {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
  border:0
}
.form-control {
  display:block;
  width:100%;
  padding:0.375rem 0.75rem;
  font-size:1rem;
  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
}
.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::placeholder {
  color:#6c757d;
  opacity:1
}
.form-control:disabled,
.form-control[readonly] {
  background-color:#e9ecef;
  opacity:1
}
select.form-control:not([size]):not([multiple]) {
  height:calc(2.25rem + 2px)
}
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(.375rem + 1px);
  padding-bottom:calc(.375rem + 1px);
  margin-bottom:0;
  font-size:inherit;
  line-height:1.5
}
.col-form-label-lg {
  padding-top:calc(.5rem + 1px);
  padding-bottom:calc(.5rem + 1px);
  font-size:1.25rem;
  line-height:1.5
}
.col-form-label-sm {
  padding-top:calc(.25rem + 1px);
  padding-bottom:calc(.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;
  background-color:transparent;
  border:solid transparent;
  border-width:1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right:0;
  padding-left:0
}
.form-control-sm,
.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-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height:calc(1.8125rem + 2px)
}
.form-control-lg,
.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-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height:calc(2.875rem + 2px)
}
.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.5rem;
  margin-top:0.1rem;
  font-size:0.875rem;
  line-height:1;
  color:#fff;
  background-color:rgba(40,167,69,0.8);
  border-radius:0.2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color:#28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control: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,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control: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 {
  background-color:#71dd8a
}
.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 {
  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 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)
}
.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~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
  border-color:inherit
}
.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 {
  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.5rem;
  margin-top:0.1rem;
  font-size:0.875rem;
  line-height:1;
  color:#fff;
  background-color:rgba(220,53,69,0.8);
  border-radius:0.2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color:#dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control: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,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control: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 {
  background-color:#efa2a9
}
.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 {
  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 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)
}
.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~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
  border-color:inherit
}
.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 {
  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 {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0
  }
  .form-inline .form-group {
    display:flex;
    flex:0 0 auto;
    flex-flow:row wrap;
    align-items:center;
    margin-bottom:0
  }
  .form-inline .form-control {
    display:inline-block;
    width:auto;
    vertical-align:middle
  }
  .form-inline .form-control-plaintext {
    display:inline-block
  }
  .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;
    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;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -webkit-user-select:none;
  user-select:none;
  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
}
.btn:focus,
.btn:hover {
  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
}
.btn:not(:disabled):not(.disabled) {
  cursor:pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image:none
}
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(0,123,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(0,123,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 rgba(108,117,125,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 rgba(108,117,125,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(40,167,69,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(40,167,69,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(23,162,184,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(23,162,184,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(255,193,7,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(255,193,7,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(220,53,69,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(220,53,69,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 rgba(248,249,250,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 rgba(248,249,250,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(52,58,64,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(52,58,64,0.5)
}
.btn-outline-primary {
  color:#007bff;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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 rgba(108,117,125,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 rgba(108,117,125,0.5)
}
.btn-outline-success {
  color:#28a745;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent;
  background-image:none;
  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;
  background-color:transparent
}
.btn-link:hover {
  color:#0056b3;
  text-decoration:underline;
  background-color:transparent;
  border-color:transparent
}
.btn-link.focus,
.btn-link:focus {
  text-decoration:underline;
  border-color:transparent;
  box-shadow:none
}
.btn-link.disabled,
.btn-link:disabled {
  color:#6c757d
}
.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 {
  opacity:0;
  transition:opacity 0.15s linear
}
.fade.show {
  opacity:1
}
.collapse {
  display:none
}
.collapse.show {
  display:block
}
tr.collapse.show {
  display:table-row
}
tbody.collapse.show {
  display:table-row-group
}
.collapsing {
  position:relative;
  height:0;
  overflow:hidden;
  transition:height 0.35s ease
}
.dropdown,
.dropup {
  position:relative
}
.dropdown-toggle:after {
  display:inline-block;
  width:0;
  height:0;
  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
}
.dropup .dropdown-menu {
  margin-top:0;
  margin-bottom:0.125rem
}
.dropup .dropdown-toggle:after {
  display:inline-block;
  width:0;
  height:0;
  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 {
  margin-top:0;
  margin-left:0.125rem
}
.dropright .dropdown-toggle:after {
  display:inline-block;
  width:0;
  height:0;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:"";
  border-top:0.3em solid transparent;
  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 {
  margin-top:0;
  margin-right:0.125rem
}
.dropleft .dropdown-toggle:after {
  display:inline-block;
  width:0;
  height:0;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:""
}
.dropleft .dropdown-toggle:after {
  display:none
}
.dropleft .dropdown-toggle:before {
  display:inline-block;
  width:0;
  height:0;
  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-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;
  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
}
.btn-group,
.btn-group-vertical {
  position:relative;
  display:inline-flex;
  vertical-align:middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
  position:relative;
  flex:0 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index:1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index:1
}
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left:-1px
}
.btn-toolbar {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}
.btn-toolbar .input-group {
  width:auto
}
.btn-group>.btn:first-child {
  margin-left:0
}
.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 {
  margin-left: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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top:-1px;
  margin-left:0
}
.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-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.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 {
  position:relative;
  flex:1 1 auto;
  width:1%;
  margin-bottom:0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index:3
}
.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 {
  margin-left:-1px
}
.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:before {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
  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+.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>.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;
  background-color:#007bff
}
.custom-control-input:focus~.custom-control-label:before {
  box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25)
}
.custom-control-input:active~.custom-control-label:before {
  color:#fff;
  background-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 {
  margin-bottom:0
}
.custom-control-label:before {
  position:absolute;
  top:0.25rem;
  left:0;
  display:block;
  width:1rem;
  height:1rem;
  pointer-events:none;
  content:"";
  -webkit-user-select:none;
  user-select:none;
  background-color:#dee2e6
}
.custom-control-label:after {
  position:absolute;
  top:0.25rem;
  left:0;
  display:block;
  width:1rem;
  height:1rem;
  content:"";
  background-repeat:no-repeat;
  background-position:center center;
  background-size:50% 50%
}
.custom-checkbox .custom-control-label:before {
  border-radius:0.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color:#007bff
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color:#007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image:url("data:image/svg+xml;charset=utf8,%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:before {
  background-color:#007bff
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image:url("data:image/svg+xml;charset=utf8,%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-select {
  display:inline-block;
  width:100%;
  height:calc(2.25rem + 2px);
  padding:0.375rem 1.75rem 0.375rem 0.75rem;
  line-height:1.5;
  color:#495057;
  vertical-align:middle;
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size:8px 10px;
  border:1px solid #ced4da;
  border-radius:0.25rem;
  -webkit-appearance:none;
  appearance:none
}
.custom-select:focus {
  border-color:#80bdff;
  outline:0;
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(128,189,255,0.5)
}
.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 {
  opacity:0
}
.custom-select-sm {
  height:calc(1.8125rem + 2px);
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  font-size:75%
}
.custom-select-lg {
  height:calc(2.875rem + 2px);
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  font-size:125%
}
.custom-file {
  position:relative;
  display:inline-block;
  width:100%;
  height:calc(2.25rem + 2px);
  margin-bottom:0
}
.custom-file-input {
  position:relative;
  z-index:2;
  width:100%;
  height:calc(2.25rem + 2px);
  margin:0;
  opacity:0
}
.custom-file-input:focus~.custom-file-control {
  border-color:#80bdff;
  box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)
}
.custom-file-input:focus~.custom-file-control:before {
  border-color:#80bdff
}
.custom-file-input:lang(en)~.custom-file-label:after {
  content:"Browse"
}
.custom-file-label {
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:1;
  height:calc(2.25rem + 2px);
  padding:0.375rem 0.75rem;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  border:1px solid #ced4da;
  border-radius:0.25rem
}
.custom-file-label:after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:3;
  display:block;
  height:calc(calc(2.25rem + 2px) - 1px * 2);
  padding:0.375rem 0.75rem;
  line-height:1.5;
  color:#495057;
  content:"Browse";
  background-color:#e9ecef;
  border-left:1px solid #ced4da;
  border-radius:0 0.25rem 0.25rem 0
}
.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
}
.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;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:0.5rem 1rem
}
.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:not(:disabled):not(.disabled) {
  cursor:pointer
}
.navbar-toggler-icon {
  display:inline-block;
  width:1.5em;
  height:1.5em;
  vertical-align:middle;
  content:"";
  background:no-repeat center center;
  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 .dropdown-menu-right {
    right:0;
    left:auto
  }
  .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
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top:auto;
    bottom:100%
  }
}
@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 .dropdown-menu-right {
    right:0;
    left:auto
  }
  .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
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top:auto;
    bottom:100%
  }
}
@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 .dropdown-menu-right {
    right:0;
    left:auto
  }
  .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
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top:auto;
    bottom:100%
  }
}
@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 .dropdown-menu-right {
    right:0;
    left:auto
  }
  .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-xl .dropup .dropdown-menu {
    top:auto;
    bottom:100%
  }
}
.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 .dropdown-menu-right {
  right:0;
  left:auto
}
.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-expand .dropup .dropdown-menu {
  top:auto;
  bottom:100%
}
.navbar-light .navbar-brand {
  color:rgba(0,0,0,0.9)
}
.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=utf8,%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 {
  color:rgba(0,0,0,0.9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color:rgba(0,0,0,0.9)
}
.navbar-dark .navbar-brand {
  color:#fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color:#fff
}
.navbar-dark .navbar-nav .nav-link {
  color:rgba(255,255,255,0.5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color:rgba(255,255,255,0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color:rgba(255,255,255,0.25)
}
.navbar-dark .navbar-nav .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:rgba(255,255,255,0.5);
  border-color:rgba(255,255,255,0.1)
}
.navbar-dark .navbar-toggler-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%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:rgba(255,255,255,0.5)
}
.navbar-dark .navbar-text a {
  color:#fff
}
.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;
  margin-bottom:0
}
.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(.25rem - 1px) calc(.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(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right:-0.625rem;
  margin-bottom:-0.75rem;
  margin-left:-0.625rem;
  border-bottom:0
}
.card-header-pills {
  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(.25rem - 1px)
}
.card-img-top {
  width:100%;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
  width:100%;
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.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:first-child {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .card-group>.card:first-child .card-header,
  .card-group>.card:first-child .card-img-top {
    border-top-right-radius:0
  }
  .card-group>.card:first-child .card-footer,
  .card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius:0
  }
  .card-group>.card:last-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .card-group>.card:last-child .card-header,
  .card-group>.card:last-child .card-img-top {
    border-top-left-radius:0
  }
  .card-group>.card:last-child .card-footer,
  .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius:0
  }
  .card-group>.card:only-child {
    border-radius:0.25rem
  }
  .card-group>.card:only-child .card-header,
  .card-group>.card:only-child .card-img-top {
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }
  .card-group>.card:only-child .card-footer,
  .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius:0
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius:0
  }
}
.card-columns .card {
  margin-bottom:0.75rem
}
@media (min-width:576px) {
  .card-columns {
    column-count:3;
    column-gap:1.25rem
  }
  .card-columns .card {
    display:inline-block;
    width:100%
  }
}
.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:before {
  display:inline-block;
  padding-right:0.5rem;
  padding-left:0.5rem;
  color:#6c757d;
  content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover:before {
  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 {
  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-link:not(:disabled):not(.disabled) {
  cursor:pointer
}
.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
}
.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
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#0062cc
}
.badge-secondary {
  color:#fff;
  background-color:#6c757d
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#545b62
}
.badge-success {
  color:#fff;
  background-color:#28a745
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#1e7e34
}
.badge-info {
  color:#fff;
  background-color:#17a2b8
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#117a8b
}
.badge-warning {
  color:#212529;
  background-color:#ffc107
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color:#212529;
  text-decoration:none;
  background-color:#d39e00
}
.badge-danger {
  color:#fff;
  background-color:#dc3545
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#bd2130
}
.badge-light {
  color:#212529;
  background-color:#f8f9fa
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color:#212529;
  text-decoration:none;
  background-color:#dae0e5
}
.badge-dark {
  color:#fff;
  background-color:#343a40
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color:#fff;
  text-decoration:none;
  background-color:#1d2124
}
.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
}
@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;
  background-color:#007bff;
  transition:width 0.6s ease
}
.progress-bar-striped {
  background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size:1rem 1rem
}
.progress-bar-animated {
  animation:progress-bar-stripes 1s linear infinite
}
.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 {
  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:focus,
.list-group-item:hover {
  z-index:1;
  text-decoration:none
}
.list-group-item.disabled,
.list-group-item:disabled {
  color:#6c757d;
  background-color:#fff
}
.list-group-item.active {
  z-index:2;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.list-group-flush .list-group-item {
  border-right:0;
  border-left:0;
  border-radius:0
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
  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:focus,
.close:hover {
  color:#000;
  text-decoration:none;
  opacity:0.75
}
.close:not(:disabled):not(.disabled) {
  cursor:pointer
}
button.close {
  padding:0;
  background-color:transparent;
  border:0;
  -webkit-appearance:none
}
.modal-open {
  overflow:hidden
}
.modal {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  display:none;
  overflow:hidden;
  outline:0
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:0.5rem;
  pointer-events:none
}
.modal.fade .modal-dialog {
  transition:transform 0.3s ease-out;
  transform:translate(0,-25%)
}
.modal.show .modal-dialog {
  transform:translate(0,0)
}
.modal-dialog-centered {
  display:flex;
  align-items:center;
  min-height:calc(100% - (.5rem * 2))
}
.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;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  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;
  border-bottom:1px solid #e9ecef;
  border-top-left-radius:0.3rem;
  border-top-right-radius:0.3rem
}
.modal-header .close {
  padding: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 #e9ecef
}
.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-centered {
    min-height:calc(100% - (1.75rem * 2))
  }
  .modal-sm {
    max-width:300px
  }
}
@media (min-width:992px) {
  .modal-lg {
    max-width:800px
  }
}
.tooltip {
  position:absolute;
  z-index:1070;
  display:block;
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-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 {
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:block;
  max-width:276px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  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 .arrow {
  position:absolute;
  display:block;
  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((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width:0.5rem 0.5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: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-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((.5rem + 1px) * -1);
  width:0.5rem;
  height:1rem;
  margin:0.3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width:0.5rem 0.5rem 0.5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
  left: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-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((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width:0 0.5rem 0.5rem 0.5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
  top:0;
  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-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((.5rem + 1px) * -1);
  width:0.5rem;
  height:1rem;
  margin:0.3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width:0.5rem 0 0.5rem 0.5rem
}
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
  right:0;
  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-left-color:#fff
}
.popover-header {
  padding:0.5rem 0.75rem;
  margin-bottom:0;
  font-size:1rem;
  color:inherit;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-top-left-radius:calc(.3rem - 1px);
  border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
  display:none
}
.popover-body {
  padding:0.5rem 0.75rem;
  color:#212529
}
.carousel {
  position:relative
}
.carousel-inner {
  position:relative;
  width:100%;
  overflow:hidden
}
.carousel-item {
  position:relative;
  display:none;
  align-items:center;
  width:100%;
  transition:transform 0.6s ease;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  perspective:1000px
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display:block
}
.carousel-item-next,
.carousel-item-prev {
  position:absolute;
  top:0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform:translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform:translate3d(0,0,0)
  }
}
.active.carousel-item-right,
.carousel-item-next {
  transform:translateX(100%)
}
@supports (transform-style:preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    transform:translate3d(100%,0,0)
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  transform:translateX(-100%)
}
@supports (transform-style:preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    transform:translate3d(-100%,0,0)
  }
}
.carousel-control-next,
.carousel-control-prev {
  position:absolute;
  top:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:15%;
  color:#fff;
  text-align:center;
  opacity:0.5
}
.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:transparent no-repeat center center;
  background-size:100% 100%
}
.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
  position:absolute;
  right:0;
  bottom:10px;
  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 {
  position:relative;
  flex:0 1 auto;
  width:30px;
  height:3px;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  background-color:rgba(255,255,255,0.5)
}
.carousel-indicators li:before {
  position:absolute;
  top:-10px;
  left:0;
  display:inline-block;
  width:100%;
  height:10px;
  content:""
}
.carousel-indicators li:after {
  position:absolute;
  bottom:-10px;
  left:0;
  display:inline-block;
  width:100%;
  height:10px;
  content:""
}
.carousel-indicators .active {
  background-color:#fff
}
.carousel-caption {
  position:absolute;
  right:15%;
  bottom:20px;
  left:15%;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center
}
.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 {
  border-radius:0.25rem!important
}
.rounded-top {
  border-top-left-radius:0.25rem!important;
  border-top-right-radius:0.25rem!important
}
.rounded-right {
  border-top-right-radius:0.25rem!important;
  border-bottom-right-radius:0.25rem!important
}
.rounded-bottom {
  border-bottom-right-radius:0.25rem!important;
  border-bottom-left-radius:0.25rem!important
}
.rounded-left {
  border-top-left-radius:0.25rem!important;
  border-bottom-left-radius:0.25rem!important
}
.rounded-circle {
  border-radius:50%!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
}
.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
  }
  .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
  }
  .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
  }
  .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
  }
  .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
  }
}
.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 {
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030
}
.fixed-bottom {
  position:fixed;
  right:0;
  bottom:0;
  left:0;
  z-index:1030
}
@supports (position:sticky) {
  .sticky-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  overflow:visible;
  clip:auto;
  white-space:normal;
  -webkit-clip-path:none;
  clip-path:none
}
.w-25 {
  width:25%!important
}
.w-50 {
  width:50%!important
}
.w-75 {
  width:75%!important
}
.w-100 {
  width:100%!important
}
.h-25 {
  height:25%!important
}
.h-50 {
  height:50%!important
}
.h-75 {
  height:75%!important
}
.h-100 {
  height:100%!important
}
.mw-100 {
  max-width:100%!important
}
.mh-100 {
  max-height:100%!important
}
.m-0 {
  margin:0!important
}
.mt-0,
.my-0 {
  margin-top:0!important
}
.mr-0,
.mx-0 {
  margin-right:0!important
}
.mb-0,
.my-0 {
  margin-bottom:0!important
}
.ml-0,
.mx-0 {
  margin-left:0!important
}
.m-1 {
  margin:0.25rem!important
}
.mt-1,
.my-1 {
  margin-top:0.25rem!important
}
.mr-1,
.mx-1 {
  margin-right:0.25rem!important
}
.mb-1,
.my-1 {
  margin-bottom:0.25rem!important
}
.ml-1,
.mx-1 {
  margin-left:0.25rem!important
}
.m-2 {
  margin:0.5rem!important
}
.mt-2,
.my-2 {
  margin-top:0.5rem!important
}
.mr-2,
.mx-2 {
  margin-right:0.5rem!important
}
.mb-2,
.my-2 {
  margin-bottom:0.5rem!important
}
.ml-2,
.mx-2 {
  margin-left:0.5rem!important
}
.m-3 {
  margin:1rem!important
}
.mt-3,
.my-3 {
  margin-top:1rem!important
}
.mr-3,
.mx-3 {
  margin-right:1rem!important
}
.mb-3,
.my-3 {
  margin-bottom:1rem!important
}
.ml-3,
.mx-3 {
  margin-left:1rem!important
}
.m-4 {
  margin:1.5rem!important
}
.mt-4,
.my-4 {
  margin-top:1.5rem!important
}
.mr-4,
.mx-4 {
  margin-right:1.5rem!important
}
.mb-4,
.my-4 {
  margin-bottom:1.5rem!important
}
.ml-4,
.mx-4 {
  margin-left:1.5rem!important
}
.m-5 {
  margin:3rem!important
}
.mt-5,
.my-5 {
  margin-top:3rem!important
}
.mr-5,
.mx-5 {
  margin-right:3rem!important
}
.mb-5,
.my-5 {
  margin-bottom:3rem!important
}
.ml-5,
.mx-5 {
  margin-left:3rem!important
}
.p-0 {
  padding:0!important
}
.pt-0,
.py-0 {
  padding-top:0!important
}
.pr-0,
.px-0 {
  padding-right:0!important
}
.pb-0,
.py-0 {
  padding-bottom:0!important
}
.pl-0,
.px-0 {
  padding-left:0!important
}
.p-1 {
  padding:0.25rem!important
}
.pt-1,
.py-1 {
  padding-top:0.25rem!important
}
.pr-1,
.px-1 {
  padding-right:0.25rem!important
}
.pb-1,
.py-1 {
  padding-bottom:0.25rem!important
}
.pl-1,
.px-1 {
  padding-left:0.25rem!important
}
.p-2 {
  padding:0.5rem!important
}
.pt-2,
.py-2 {
  padding-top:0.5rem!important
}
.pr-2,
.px-2 {
  padding-right:0.5rem!important
}
.pb-2,
.py-2 {
  padding-bottom:0.5rem!important
}
.pl-2,
.px-2 {
  padding-left:0.5rem!important
}
.p-3 {
  padding:1rem!important
}
.pt-3,
.py-3 {
  padding-top:1rem!important
}
.pr-3,
.px-3 {
  padding-right:1rem!important
}
.pb-3,
.py-3 {
  padding-bottom:1rem!important
}
.pl-3,
.px-3 {
  padding-left:1rem!important
}
.p-4 {
  padding:1.5rem!important
}
.pt-4,
.py-4 {
  padding-top:1.5rem!important
}
.pr-4,
.px-4 {
  padding-right:1.5rem!important
}
.pb-4,
.py-4 {
  padding-bottom:1.5rem!important
}
.pl-4,
.px-4 {
  padding-left:1.5rem!important
}
.p-5 {
  padding:3rem!important
}
.pt-5,
.py-5 {
  padding-top:3rem!important
}
.pr-5,
.px-5 {
  padding-right:3rem!important
}
.pb-5,
.py-5 {
  padding-bottom:3rem!important
}
.pl-5,
.px-5 {
  padding-left:3rem!important
}
.m-auto {
  margin:auto!important
}
.mt-auto,
.my-auto {
  margin-top:auto!important
}
.mr-auto,
.mx-auto {
  margin-right:auto!important
}
.mb-auto,
.my-auto {
  margin-bottom:auto!important
}
.ml-auto,
.mx-auto {
  margin-left:auto!important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin:0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top:0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right:0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom:0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left:0!important
  }
  .m-sm-1 {
    margin:0.25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top:0.25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right:0.25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom:0.25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left:0.25rem!important
  }
  .m-sm-2 {
    margin:0.5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top:0.5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right:0.5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom:0.5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left:0.5rem!important
  }
  .m-sm-3 {
    margin:1rem!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top:1rem!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right:1rem!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom:1rem!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left:1rem!important
  }
  .m-sm-4 {
    margin:1.5rem!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top:1.5rem!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right:1.5rem!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom:1.5rem!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left:1.5rem!important
  }
  .m-sm-5 {
    margin:3rem!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top:3rem!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right:3rem!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom:3rem!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left:3rem!important
  }
  .p-sm-0 {
    padding:0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top:0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right:0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom:0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left:0!important
  }
  .p-sm-1 {
    padding:0.25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top:0.25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right:0.25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom:0.25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left:0.25rem!important
  }
  .p-sm-2 {
    padding:0.5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top:0.5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right:0.5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom:0.5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left:0.5rem!important
  }
  .p-sm-3 {
    padding:1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top:1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right:1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom:1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left:1rem!important
  }
  .p-sm-4 {
    padding:1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top:1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right:1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom:1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left:1.5rem!important
  }
  .p-sm-5 {
    padding:3rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top:3rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right:3rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom:3rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left:3rem!important
  }
  .m-sm-auto {
    margin:auto!important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top:auto!important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right:auto!important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom:auto!important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left:auto!important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin:0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top:0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right:0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom:0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left:0!important
  }
  .m-md-1 {
    margin:0.25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top:0.25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right:0.25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom:0.25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left:0.25rem!important
  }
  .m-md-2 {
    margin:0.5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top:0.5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right:0.5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom:0.5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left:0.5rem!important
  }
  .m-md-3 {
    margin:1rem!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top:1rem!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right:1rem!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom:1rem!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left:1rem!important
  }
  .m-md-4 {
    margin:1.5rem!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top:1.5rem!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right:1.5rem!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom:1.5rem!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left:1.5rem!important
  }
  .m-md-5 {
    margin:3rem!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top:3rem!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right:3rem!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom:3rem!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left:3rem!important
  }
  .p-md-0 {
    padding:0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top:0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right:0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom:0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left:0!important
  }
  .p-md-1 {
    padding:0.25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top:0.25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right:0.25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom:0.25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left:0.25rem!important
  }
  .p-md-2 {
    padding:0.5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top:0.5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right:0.5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom:0.5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left:0.5rem!important
  }
  .p-md-3 {
    padding:1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top:1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right:1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom:1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left:1rem!important
  }
  .p-md-4 {
    padding:1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top:1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right:1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom:1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left:1.5rem!important
  }
  .p-md-5 {
    padding:3rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top:3rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right:3rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom:3rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left:3rem!important
  }
  .m-md-auto {
    margin:auto!important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top:auto!important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right:auto!important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom:auto!important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left:auto!important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin:0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top:0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right:0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom:0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left:0!important
  }
  .m-lg-1 {
    margin:0.25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top:0.25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right:0.25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom:0.25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left:0.25rem!important
  }
  .m-lg-2 {
    margin:0.5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top:0.5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right:0.5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom:0.5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left:0.5rem!important
  }
  .m-lg-3 {
    margin:1rem!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top:1rem!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right:1rem!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom:1rem!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left:1rem!important
  }
  .m-lg-4 {
    margin:1.5rem!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top:1.5rem!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right:1.5rem!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom:1.5rem!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left:1.5rem!important
  }
  .m-lg-5 {
    margin:3rem!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top:3rem!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right:3rem!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom:3rem!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left:3rem!important
  }
  .p-lg-0 {
    padding:0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top:0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right:0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom:0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left:0!important
  }
  .p-lg-1 {
    padding:0.25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top:0.25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right:0.25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom:0.25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left:0.25rem!important
  }
  .p-lg-2 {
    padding:0.5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top:0.5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right:0.5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom:0.5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left:0.5rem!important
  }
  .p-lg-3 {
    padding:1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top:1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right:1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom:1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left:1rem!important
  }
  .p-lg-4 {
    padding:1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top:1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right:1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom:1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left:1.5rem!important
  }
  .p-lg-5 {
    padding:3rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top:3rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right:3rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom:3rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left:3rem!important
  }
  .m-lg-auto {
    margin:auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top:auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right:auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom:auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left:auto!important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin:0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top:0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right:0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom:0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left:0!important
  }
  .m-xl-1 {
    margin:0.25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top:0.25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right:0.25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom:0.25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left:0.25rem!important
  }
  .m-xl-2 {
    margin:0.5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top:0.5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right:0.5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom:0.5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left:0.5rem!important
  }
  .m-xl-3 {
    margin:1rem!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top:1rem!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right:1rem!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom:1rem!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left:1rem!important
  }
  .m-xl-4 {
    margin:1.5rem!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top:1.5rem!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right:1.5rem!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom:1.5rem!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left:1.5rem!important
  }
  .m-xl-5 {
    margin:3rem!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top:3rem!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right:3rem!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom:3rem!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left:3rem!important
  }
  .p-xl-0 {
    padding:0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top:0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right:0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom:0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left:0!important
  }
  .p-xl-1 {
    padding:0.25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top:0.25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right:0.25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom:0.25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left:0.25rem!important
  }
  .p-xl-2 {
    padding:0.5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top:0.5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right:0.5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom:0.5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left:0.5rem!important
  }
  .p-xl-3 {
    padding:1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top:1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right:1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom:1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left:1rem!important
  }
  .p-xl-4 {
    padding:1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top:1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right:1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom:1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left:1.5rem!important
  }
  .p-xl-5 {
    padding:3rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top:3rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right:3rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom:3rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left:3rem!important
  }
  .m-xl-auto {
    margin:auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top:auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right:auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom:auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left:auto!important
  }
}
.text-justify {
  text-align:justify!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-normal {
  font-weight:400!important
}
.font-weight-bold {
  font-weight:700!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:#0062cc!important
}
.text-secondary {
  color:#6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
  color:#545b62!important
}
.text-success {
  color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
  color:#1e7e34!important
}
.text-info {
  color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
  color:#117a8b!important
}
.text-warning {
  color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
  color:#d39e00!important
}
.text-danger {
  color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
  color:#bd2130!important
}
.text-light {
  color:#f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
  color:#dae0e5!important
}
.text-dark {
  color:#343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
  color:#1d2124!important
}
.text-muted {
  color:#6c757d!important
}
.text-hide {
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0
}
.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 #999;
    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
  }
  body {
    min-width:992px!important
  }
  .container {
    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 #ddd!important
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family:"FontAwesome";
  src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
  url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
  url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
  url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:fallback
}
.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.fa-lg {
  font-size:1.33333333em;
  line-height:0.75em;
  vertical-align:-15%
}
.fa-2x {
  font-size:2em
}
.fa-3x {
  font-size:3em
}
.fa-4x {
  font-size:4em
}
.fa-5x {
  font-size:5em
}
.fa-fw {
  width:1.28571429em;
  text-align:center
}
.fa-ul {
  padding-left:0;
  margin-left:2.14285714em;
  list-style-type:none
}
.fa-ul>li {
  position:relative
}
.fa-li {
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:0.14285714em;
  text-align:center
}
.fa-li.fa-lg {
  left:-1.85714286em
}
.fa-border {
  padding:0.2em 0.25em 0.15em;
  border:solid 0.08em #eeeeee;
  border-radius:0.1em
}
.fa-pull-left {
  float:left
}
.fa-pull-right {
  float:right
}
.fa.fa-pull-left {
  margin-right:0.3em
}
.fa.fa-pull-right {
  margin-left:0.3em
}
.pull-right {
  float:right
}
.pull-left {
  float:left
}
.fa.pull-left {
  margin-right:0.3em
}
.fa.pull-right {
  margin-left:0.3em
}
.fa-spin {
  animation:fa-spin 2s infinite linear
}
.fa-pulse {
  animation:fa-spin 1s infinite steps(8)
}
@keyframes fa-spin {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(359deg)
  }
}
.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:scale(-1,1)
}
.fa-flip-vertical {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform:scale(1,-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter:none
}
.fa-stack {
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle
}
.fa-stack-1x,
.fa-stack-2x {
  position:absolute;
  left:0;
  width:100%;
  text-align:center
}
.fa-stack-1x {
  line-height:inherit
}
.fa-stack-2x {
  font-size:2em
}
.fa-inverse {
  color:#ffffff
}
.fa-glass:before {
  content:""
}
.fa-music:before {
  content:""
}
.fa-search:before {
  content:""
}
.fa-envelope-o:before {
  content:""
}
.fa-heart:before {
  content:""
}
.fa-star:before {
  content:""
}
.fa-star-o:before {
  content:""
}
.fa-user:before {
  content:""
}
.fa-film:before {
  content:""
}
.fa-th-large:before {
  content:""
}
.fa-th:before {
  content:""
}
.fa-th-list:before {
  content:""
}
.fa-check:before {
  content:""
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content:""
}
.fa-search-plus:before {
  content:""
}
.fa-search-minus:before {
  content:""
}
.fa-power-off:before {
  content:""
}
.fa-signal:before {
  content:""
}
.fa-cog:before,
.fa-gear:before {
  content:""
}
.fa-trash-o:before {
  content:""
}
.fa-home:before {
  content:""
}
.fa-file-o:before {
  content:""
}
.fa-clock-o:before {
  content:""
}
.fa-road:before {
  content:""
}
.fa-download:before {
  content:""
}
.fa-arrow-circle-o-down:before {
  content:""
}
.fa-arrow-circle-o-up:before {
  content:""
}
.fa-inbox:before {
  content:""
}
.fa-play-circle-o:before {
  content:""
}
.fa-repeat:before,
.fa-rotate-right:before {
  content:""
}
.fa-refresh:before {
  content:""
}
.fa-list-alt:before {
  content:""
}
.fa-lock:before {
  content:""
}
.fa-flag:before {
  content:""
}
.fa-headphones:before {
  content:""
}
.fa-volume-off:before {
  content:""
}
.fa-volume-down:before {
  content:""
}
.fa-volume-up:before {
  content:""
}
.fa-qrcode:before {
  content:""
}
.fa-barcode:before {
  content:""
}
.fa-tag:before {
  content:""
}
.fa-tags:before {
  content:""
}
.fa-book:before {
  content:""
}
.fa-bookmark:before {
  content:""
}
.fa-print:before {
  content:""
}
.fa-camera:before {
  content:""
}
.fa-font:before {
  content:""
}
.fa-bold:before {
  content:""
}
.fa-italic:before {
  content:""
}
.fa-text-height:before {
  content:""
}
.fa-text-width:before {
  content:""
}
.fa-align-left:before {
  content:""
}
.fa-align-center:before {
  content:""
}
.fa-align-right:before {
  content:""
}
.fa-align-justify:before {
  content:""
}
.fa-list:before {
  content:""
}
.fa-dedent:before,
.fa-outdent:before {
  content:""
}
.fa-indent:before {
  content:""
}
.fa-video-camera:before {
  content:""
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content:""
}
.fa-pencil:before {
  content:""
}
.fa-map-marker:before {
  content:""
}
.fa-adjust:before {
  content:""
}
.fa-tint:before {
  content:""
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content:""
}
.fa-share-square-o:before {
  content:""
}
.fa-check-square-o:before {
  content:""
}
.fa-arrows:before {
  content:""
}
.fa-step-backward:before {
  content:""
}
.fa-fast-backward:before {
  content:""
}
.fa-backward:before {
  content:""
}
.fa-play:before {
  content:""
}
.fa-pause:before {
  content:""
}
.fa-stop:before {
  content:""
}
.fa-forward:before {
  content:""
}
.fa-fast-forward:before {
  content:""
}
.fa-step-forward:before {
  content:""
}
.fa-eject:before {
  content:""
}
.fa-chevron-left:before {
  content:""
}
.fa-chevron-right:before {
  content:""
}
.fa-plus-circle:before {
  content:""
}
.fa-minus-circle:before {
  content:""
}
.fa-times-circle:before {
  content:""
}
.fa-check-circle:before {
  content:""
}
.fa-question-circle:before {
  content:""
}
.fa-info-circle:before {
  content:""
}
.fa-crosshairs:before {
  content:""
}
.fa-times-circle-o:before {
  content:""
}
.fa-check-circle-o:before {
  content:""
}
.fa-ban:before {
  content:""
}
.fa-arrow-left:before {
  content:""
}
.fa-arrow-right:before {
  content:""
}
.fa-arrow-up:before {
  content:""
}
.fa-arrow-down:before {
  content:""
}
.fa-mail-forward:before,
.fa-share:before {
  content:""
}
.fa-expand:before {
  content:""
}
.fa-compress:before {
  content:""
}
.fa-plus:before {
  content:""
}
.fa-minus:before {
  content:""
}
.fa-asterisk:before {
  content:""
}
.fa-exclamation-circle:before {
  content:""
}
.fa-gift:before {
  content:""
}
.fa-leaf:before {
  content:""
}
.fa-fire:before {
  content:""
}
.fa-eye:before {
  content:""
}
.fa-eye-slash:before {
  content:""
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content:""
}
.fa-plane:before {
  content:""
}
.fa-calendar:before {
  content:""
}
.fa-random:before {
  content:""
}
.fa-comment:before {
  content:""
}
.fa-magnet:before {
  content:""
}
.fa-chevron-up:before {
  content:""
}
.fa-chevron-down:before {
  content:""
}
.fa-retweet:before {
  content:""
}
.fa-shopping-cart:before {
  content:""
}
.fa-folder:before {
  content:""
}
.fa-folder-open:before {
  content:""
}
.fa-arrows-v:before {
  content:""
}
.fa-arrows-h:before {
  content:""
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content:""
}
.fa-twitter-square:before {
  content:""
}
.fa-facebook-square:before {
  content:""
}
.fa-camera-retro:before {
  content:""
}
.fa-key:before {
  content:""
}
.fa-cogs:before,
.fa-gears:before {
  content:""
}
.fa-comments:before {
  content:""
}
.fa-thumbs-o-up:before {
  content:""
}
.fa-thumbs-o-down:before {
  content:""
}
.fa-star-half:before {
  content:""
}
.fa-heart-o:before {
  content:""
}
.fa-sign-out:before {
  content:""
}
.fa-linkedin-square:before {
  content:""
}
.fa-thumb-tack:before {
  content:""
}
.fa-external-link:before {
  content:""
}
.fa-sign-in:before {
  content:""
}
.fa-trophy:before {
  content:""
}
.fa-github-square:before {
  content:""
}
.fa-upload:before {
  content:""
}
.fa-lemon-o:before {
  content:""
}
.fa-phone:before {
  content:""
}
.fa-square-o:before {
  content:""
}
.fa-bookmark-o:before {
  content:""
}
.fa-phone-square:before {
  content:""
}
.fa-twitter:before {
  content:""
}
.fa-facebook-f:before,
.fa-facebook:before {
  content:""
}
.fa-github:before {
  content:""
}
.fa-unlock:before {
  content:""
}
.fa-credit-card:before {
  content:""
}
.fa-feed:before,
.fa-rss:before {
  content:""
}
.fa-hdd-o:before {
  content:""
}
.fa-bullhorn:before {
  content:""
}
.fa-bell:before {
  content:""
}
.fa-certificate:before {
  content:""
}
.fa-hand-o-right:before {
  content:""
}
.fa-hand-o-left:before {
  content:""
}
.fa-hand-o-up:before {
  content:""
}
.fa-hand-o-down:before {
  content:""
}
.fa-arrow-circle-left:before {
  content:""
}
.fa-arrow-circle-right:before {
  content:""
}
.fa-arrow-circle-up:before {
  content:""
}
.fa-arrow-circle-down:before {
  content:""
}
.fa-globe:before {
  content:""
}
.fa-wrench:before {
  content:""
}
.fa-tasks:before {
  content:""
}
.fa-filter:before {
  content:""
}
.fa-briefcase:before {
  content:""
}
.fa-arrows-alt:before {
  content:""
}
.fa-group:before,
.fa-users:before {
  content:""
}
.fa-chain:before,
.fa-link:before {
  content:""
}
.fa-cloud:before {
  content:""
}
.fa-flask:before {
  content:""
}
.fa-cut:before,
.fa-scissors:before {
  content:""
}
.fa-copy:before,
.fa-files-o:before {
  content:""
}
.fa-paperclip:before {
  content:""
}
.fa-floppy-o:before,
.fa-save:before {
  content:""
}
.fa-square:before {
  content:""
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content:""
}
.fa-list-ul:before {
  content:""
}
.fa-list-ol:before {
  content:""
}
.fa-strikethrough:before {
  content:""
}
.fa-underline:before {
  content:""
}
.fa-table:before {
  content:""
}
.fa-magic:before {
  content:""
}
.fa-truck:before {
  content:""
}
.fa-pinterest:before {
  content:""
}
.fa-pinterest-square:before {
  content:""
}
.fa-google-plus-square:before {
  content:""
}
.fa-google-plus:before {
  content:""
}
.fa-money:before {
  content:""
}
.fa-caret-down:before {
  content:""
}
.fa-caret-up:before {
  content:""
}
.fa-caret-left:before {
  content:""
}
.fa-caret-right:before {
  content:""
}
.fa-columns:before {
  content:""
}
.fa-sort:before,
.fa-unsorted:before {
  content:""
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content:""
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content:""
}
.fa-envelope:before {
  content:""
}
.fa-linkedin:before {
  content:""
}
.fa-rotate-left:before,
.fa-undo:before {
  content:""
}
.fa-gavel:before,
.fa-legal:before {
  content:""
}
.fa-dashboard:before,
.fa-tachometer:before {
  content:""
}
.fa-comment-o:before {
  content:""
}
.fa-comments-o:before {
  content:""
}
.fa-bolt:before,
.fa-flash:before {
  content:""
}
.fa-sitemap:before {
  content:""
}
.fa-umbrella:before {
  content:""
}
.fa-clipboard:before,
.fa-paste:before {
  content:""
}
.fa-lightbulb-o:before {
  content:""
}
.fa-exchange:before {
  content:""
}
.fa-cloud-download:before {
  content:""
}
.fa-cloud-upload:before {
  content:""
}
.fa-user-md:before {
  content:""
}
.fa-stethoscope:before {
  content:""
}
.fa-suitcase:before {
  content:""
}
.fa-bell-o:before {
  content:""
}
.fa-coffee:before {
  content:""
}
.fa-cutlery:before {
  content:""
}
.fa-file-text-o:before {
  content:""
}
.fa-building-o:before {
  content:""
}
.fa-hospital-o:before {
  content:""
}
.fa-ambulance:before {
  content:""
}
.fa-medkit:before {
  content:""
}
.fa-fighter-jet:before {
  content:""
}
.fa-beer:before {
  content:""
}
.fa-h-square:before {
  content:""
}
.fa-plus-square:before {
  content:""
}
.fa-angle-double-left:before {
  content:""
}
.fa-angle-double-right:before {
  content:""
}
.fa-angle-double-up:before {
  content:""
}
.fa-angle-double-down:before {
  content:""
}
.fa-angle-left:before {
  content:""
}
.fa-angle-right:before {
  content:""
}
.fa-angle-up:before {
  content:""
}
.fa-angle-down:before {
  content:""
}
.fa-desktop:before {
  content:""
}
.fa-laptop:before {
  content:""
}
.fa-f:before {
  content:""
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content:""
}
.fa-circle-o:before {
  content:""
}
.fa-quote-left:before {
  content:""
}
.fa-quote-right:before {
  content:""
}
.fa-spinner:before {
  content:""
}
.fa-circle:before {
  content:""
}
.fa-mail-reply:before,
.fa-reply:before {
  content:""
}
.fa-github-alt:before {
  content:""
}
.fa-folder-o:before {
  content:""
}
.fa-folder-open-o:before {
  content:""
}
.fa-smile-o:before {
  content:""
}
.fa-frown-o:before {
  content:""
}
.fa-meh-o:before {
  content:""
}
.fa-gamepad:before {
  content:""
}
.fa-keyboard-o:before {
  content:""
}
.fa-flag-o:before {
  content:""
}
.fa-flag-checkered:before {
  content:""
}
.fa-terminal:before {
  content:""
}
.fa-code:before {
  content:""
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content:""
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content:""
}
.fa-location-arrow:before {
  content:""
}
.fa-crop:before {
  content:""
}
.fa-code-fork:before {
  content:""
}
.fa-chain-broken:before,
.fa-unlink:before {
  content:""
}
.fa-question:before {
  content:""
}
.fa-info:before {
  content:""
}
.fa-exclamation:before {
  content:""
}
.fa-superscript:before {
  content:""
}
.fa-subscript:before {
  content:""
}
.fa-eraser:before {
  content:""
}
.fa-puzzle-piece:before {
  content:""
}
.fa-microphone:before {
  content:""
}
.fa-microphone-slash:before {
  content:""
}
.fa-shield:before {
  content:""
}
.fa-calendar-o:before {
  content:""
}
.fa-fire-extinguisher:before {
  content:""
}
.fa-rocket:before {
  content:""
}
.fa-maxcdn:before {
  content:""
}
.fa-chevron-circle-left:before {
  content:""
}
.fa-chevron-circle-right:before {
  content:""
}
.fa-chevron-circle-up:before {
  content:""
}
.fa-chevron-circle-down:before {
  content:""
}
.fa-html5:before {
  content:""
}
.fa-css3:before {
  content:""
}
.fa-anchor:before {
  content:""
}
.fa-unlock-alt:before {
  content:""
}
.fa-bullseye:before {
  content:""
}
.fa-ellipsis-h:before {
  content:""
}
.fa-ellipsis-v:before {
  content:""
}
.fa-rss-square:before {
  content:""
}
.fa-play-circle:before {
  content:""
}
.fa-ticket:before {
  content:""
}
.fa-minus-square:before {
  content:""
}
.fa-minus-square-o:before {
  content:""
}
.fa-level-up:before {
  content:""
}
.fa-level-down:before {
  content:""
}
.fa-check-square:before {
  content:""
}
.fa-pencil-square:before {
  content:""
}
.fa-external-link-square:before {
  content:""
}
.fa-share-square:before {
  content:""
}
.fa-compass:before {
  content:""
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content:""
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content:""
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content:""
}
.fa-eur:before,
.fa-euro:before {
  content:""
}
.fa-gbp:before {
  content:""
}
.fa-dollar:before,
.fa-usd:before {
  content:""
}
.fa-inr:before,
.fa-rupee:before {
  content:""
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content:""
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content:""
}
.fa-krw:before,
.fa-won:before {
  content:""
}
.fa-bitcoin:before,
.fa-btc:before {
  content:""
}
.fa-file:before {
  content:""
}
.fa-file-text:before {
  content:""
}
.fa-sort-alpha-asc:before {
  content:""
}
.fa-sort-alpha-desc:before {
  content:""
}
.fa-sort-amount-asc:before {
  content:""
}
.fa-sort-amount-desc:before {
  content:""
}
.fa-sort-numeric-asc:before {
  content:""
}
.fa-sort-numeric-desc:before {
  content:""
}
.fa-thumbs-up:before {
  content:""
}
.fa-thumbs-down:before {
  content:""
}
.fa-youtube-square:before {
  content:""
}
.fa-youtube:before {
  content:""
}
.fa-xing:before {
  content:""
}
.fa-xing-square:before {
  content:""
}
.fa-youtube-play:before {
  content:""
}
.fa-dropbox:before {
  content:""
}
.fa-stack-overflow:before {
  content:""
}
.fa-instagram:before {
  content:""
}
.fa-flickr:before {
  content:""
}
.fa-adn:before {
  content:""
}
.fa-bitbucket:before {
  content:""
}
.fa-bitbucket-square:before {
  content:""
}
.fa-tumblr:before {
  content:""
}
.fa-tumblr-square:before {
  content:""
}
.fa-long-arrow-down:before {
  content:""
}
.fa-long-arrow-up:before {
  content:""
}
.fa-long-arrow-left:before {
  content:""
}
.fa-long-arrow-right:before {
  content:""
}
.fa-apple:before {
  content:""
}
.fa-windows:before {
  content:""
}
.fa-android:before {
  content:""
}
.fa-linux:before {
  content:""
}
.fa-dribbble:before {
  content:""
}
.fa-skype:before {
  content:""
}
.fa-foursquare:before {
  content:""
}
.fa-trello:before {
  content:""
}
.fa-female:before {
  content:""
}
.fa-male:before {
  content:""
}
.fa-gittip:before,
.fa-gratipay:before {
  content:""
}
.fa-sun-o:before {
  content:""
}
.fa-moon-o:before {
  content:""
}
.fa-archive:before {
  content:""
}
.fa-bug:before {
  content:""
}
.fa-vk:before {
  content:""
}
.fa-weibo:before {
  content:""
}
.fa-renren:before {
  content:""
}
.fa-pagelines:before {
  content:""
}
.fa-stack-exchange:before {
  content:""
}
.fa-arrow-circle-o-right:before {
  content:""
}
.fa-arrow-circle-o-left:before {
  content:""
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content:""
}
.fa-dot-circle-o:before {
  content:""
}
.fa-wheelchair:before {
  content:""
}
.fa-vimeo-square:before {
  content:""
}
.fa-try:before,
.fa-turkish-lira:before {
  content:""
}
.fa-plus-square-o:before {
  content:""
}
.fa-space-shuttle:before {
  content:""
}
.fa-slack:before {
  content:""
}
.fa-envelope-square:before {
  content:""
}
.fa-wordpress:before {
  content:""
}
.fa-openid:before {
  content:""
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content:""
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content:""
}
.fa-yahoo:before {
  content:""
}
.fa-google:before {
  content:""
}
.fa-reddit:before {
  content:""
}
.fa-reddit-square:before {
  content:""
}
.fa-stumbleupon-circle:before {
  content:""
}
.fa-stumbleupon:before {
  content:""
}
.fa-delicious:before {
  content:""
}
.fa-digg:before {
  content:""
}
.fa-pied-piper-pp:before {
  content:""
}
.fa-pied-piper-alt:before {
  content:""
}
.fa-drupal:before {
  content:""
}
.fa-joomla:before {
  content:""
}
.fa-language:before {
  content:""
}
.fa-fax:before {
  content:""
}
.fa-building:before {
  content:""
}
.fa-child:before {
  content:""
}
.fa-paw:before {
  content:""
}
.fa-spoon:before {
  content:""
}
.fa-cube:before {
  content:""
}
.fa-cubes:before {
  content:""
}
.fa-behance:before {
  content:""
}
.fa-behance-square:before {
  content:""
}
.fa-steam:before {
  content:""
}
.fa-steam-square:before {
  content:""
}
.fa-recycle:before {
  content:""
}
.fa-automobile:before,
.fa-car:before {
  content:""
}
.fa-cab:before,
.fa-taxi:before {
  content:""
}
.fa-tree:before {
  content:""
}
.fa-spotify:before {
  content:""
}
.fa-deviantart:before {
  content:""
}
.fa-soundcloud:before {
  content:""
}
.fa-database:before {
  content:""
}
.fa-file-pdf-o:before {
  content:""
}
.fa-file-word-o:before {
  content:""
}
.fa-file-excel-o:before {
  content:""
}
.fa-file-powerpoint-o:before {
  content:""
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content:""
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content:""
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content:""
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content:""
}
.fa-file-code-o:before {
  content:""
}
.fa-vine:before {
  content:""
}
.fa-codepen:before {
  content:""
}
.fa-jsfiddle:before {
  content:""
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content:""
}
.fa-circle-o-notch:before {
  content:""
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content:""
}
.fa-empire:before,
.fa-ge:before {
  content:""
}
.fa-git-square:before {
  content:""
}
.fa-git:before {
  content:""
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content:""
}
.fa-tencent-weibo:before {
  content:""
}
.fa-qq:before {
  content:""
}
.fa-wechat:before,
.fa-weixin:before {
  content:""
}
.fa-paper-plane:before,
.fa-send:before {
  content:""
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content:""
}
.fa-history:before {
  content:""
}
.fa-circle-thin:before {
  content:""
}
.fa-header:before {
  content:""
}
.fa-paragraph:before {
  content:""
}
.fa-sliders:before {
  content:""
}
.fa-share-alt:before {
  content:""
}
.fa-share-alt-square:before {
  content:""
}
.fa-bomb:before {
  content:""
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content:""
}
.fa-tty:before {
  content:""
}
.fa-binoculars:before {
  content:""
}
.fa-plug:before {
  content:""
}
.fa-slideshare:before {
  content:""
}
.fa-twitch:before {
  content:""
}
.fa-yelp:before {
  content:""
}
.fa-newspaper-o:before {
  content:""
}
.fa-wifi:before {
  content:""
}
.fa-calculator:before {
  content:""
}
.fa-paypal:before {
  content:""
}
.fa-google-wallet:before {
  content:""
}
.fa-cc-visa:before {
  content:""
}
.fa-cc-mastercard:before {
  content:""
}
.fa-cc-discover:before {
  content:""
}
.fa-cc-amex:before {
  content:""
}
.fa-cc-paypal:before {
  content:""
}
.fa-cc-stripe:before {
  content:""
}
.fa-bell-slash:before {
  content:""
}
.fa-bell-slash-o:before {
  content:""
}
.fa-trash:before {
  content:""
}
.fa-copyright:before {
  content:""
}
.fa-at:before {
  content:""
}
.fa-eyedropper:before {
  content:""
}
.fa-paint-brush:before {
  content:""
}
.fa-birthday-cake:before {
  content:""
}
.fa-area-chart:before {
  content:""
}
.fa-pie-chart:before {
  content:""
}
.fa-line-chart:before {
  content:""
}
.fa-lastfm:before {
  content:""
}
.fa-lastfm-square:before {
  content:""
}
.fa-toggle-off:before {
  content:""
}
.fa-toggle-on:before {
  content:""
}
.fa-bicycle:before {
  content:""
}
.fa-bus:before {
  content:""
}
.fa-ioxhost:before {
  content:""
}
.fa-angellist:before {
  content:""
}
.fa-cc:before {
  content:""
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content:""
}
.fa-meanpath:before {
  content:""
}
.fa-buysellads:before {
  content:""
}
.fa-connectdevelop:before {
  content:""
}
.fa-dashcube:before {
  content:""
}
.fa-forumbee:before {
  content:""
}
.fa-leanpub:before {
  content:""
}
.fa-sellsy:before {
  content:""
}
.fa-shirtsinbulk:before {
  content:""
}
.fa-simplybuilt:before {
  content:""
}
.fa-skyatlas:before {
  content:""
}
.fa-cart-plus:before {
  content:""
}
.fa-cart-arrow-down:before {
  content:""
}
.fa-diamond:before {
  content:""
}
.fa-ship:before {
  content:""
}
.fa-user-secret:before {
  content:""
}
.fa-motorcycle:before {
  content:""
}
.fa-street-view:before {
  content:""
}
.fa-heartbeat:before {
  content:""
}
.fa-venus:before {
  content:""
}
.fa-mars:before {
  content:""
}
.fa-mercury:before {
  content:""
}
.fa-intersex:before,
.fa-transgender:before {
  content:""
}
.fa-transgender-alt:before {
  content:""
}
.fa-venus-double:before {
  content:""
}
.fa-mars-double:before {
  content:""
}
.fa-venus-mars:before {
  content:""
}
.fa-mars-stroke:before {
  content:""
}
.fa-mars-stroke-v:before {
  content:""
}
.fa-mars-stroke-h:before {
  content:""
}
.fa-neuter:before {
  content:""
}
.fa-genderless:before {
  content:""
}
.fa-facebook-official:before {
  content:""
}
.fa-pinterest-p:before {
  content:""
}
.fa-whatsapp:before {
  content:""
}
.fa-server:before {
  content:""
}
.fa-user-plus:before {
  content:""
}
.fa-user-times:before {
  content:""
}
.fa-bed:before,
.fa-hotel:before {
  content:""
}
.fa-viacoin:before {
  content:""
}
.fa-train:before {
  content:""
}
.fa-subway:before {
  content:""
}
.fa-medium:before {
  content:""
}
.fa-y-combinator:before,
.fa-yc:before {
  content:""
}
.fa-optin-monster:before {
  content:""
}
.fa-opencart:before {
  content:""
}
.fa-expeditedssl:before {
  content:""
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content:""
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content:""
}
.fa-battery-2:before,
.fa-battery-half:before {
  content:""
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content:""
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content:""
}
.fa-mouse-pointer:before {
  content:""
}
.fa-i-cursor:before {
  content:""
}
.fa-object-group:before {
  content:""
}
.fa-object-ungroup:before {
  content:""
}
.fa-sticky-note:before {
  content:""
}
.fa-sticky-note-o:before {
  content:""
}
.fa-cc-jcb:before {
  content:""
}
.fa-cc-diners-club:before {
  content:""
}
.fa-clone:before {
  content:""
}
.fa-balance-scale:before {
  content:""
}
.fa-hourglass-o:before {
  content:""
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content:""
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content:""
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content:""
}
.fa-hourglass:before {
  content:""
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content:""
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content:""
}
.fa-hand-scissors-o:before {
  content:""
}
.fa-hand-lizard-o:before {
  content:""
}
.fa-hand-spock-o:before {
  content:""
}
.fa-hand-pointer-o:before {
  content:""
}
.fa-hand-peace-o:before {
  content:""
}
.fa-trademark:before {
  content:""
}
.fa-registered:before {
  content:""
}
.fa-creative-commons:before {
  content:""
}
.fa-gg:before {
  content:""
}
.fa-gg-circle:before {
  content:""
}
.fa-tripadvisor:before {
  content:""
}
.fa-odnoklassniki:before {
  content:""
}
.fa-odnoklassniki-square:before {
  content:""
}
.fa-get-pocket:before {
  content:""
}
.fa-wikipedia-w:before {
  content:""
}
.fa-safari:before {
  content:""
}
.fa-chrome:before {
  content:""
}
.fa-firefox:before {
  content:""
}
.fa-opera:before {
  content:""
}
.fa-internet-explorer:before {
  content:""
}
.fa-television:before,
.fa-tv:before {
  content:""
}
.fa-contao:before {
  content:""
}
.fa-500px:before {
  content:""
}
.fa-amazon:before {
  content:""
}
.fa-calendar-plus-o:before {
  content:""
}
.fa-calendar-minus-o:before {
  content:""
}
.fa-calendar-times-o:before {
  content:""
}
.fa-calendar-check-o:before {
  content:""
}
.fa-industry:before {
  content:""
}
.fa-map-pin:before {
  content:""
}
.fa-map-signs:before {
  content:""
}
.fa-map-o:before {
  content:""
}
.fa-map:before {
  content:""
}
.fa-commenting:before {
  content:""
}
.fa-commenting-o:before {
  content:""
}
.fa-houzz:before {
  content:""
}
.fa-vimeo:before {
  content:""
}
.fa-black-tie:before {
  content:""
}
.fa-fonticons:before {
  content:""
}
.fa-reddit-alien:before {
  content:""
}
.fa-edge:before {
  content:""
}
.fa-credit-card-alt:before {
  content:""
}
.fa-codiepie:before {
  content:""
}
.fa-modx:before {
  content:""
}
.fa-fort-awesome:before {
  content:""
}
.fa-usb:before {
  content:""
}
.fa-product-hunt:before {
  content:""
}
.fa-mixcloud:before {
  content:""
}
.fa-scribd:before {
  content:""
}
.fa-pause-circle:before {
  content:""
}
.fa-pause-circle-o:before {
  content:""
}
.fa-stop-circle:before {
  content:""
}
.fa-stop-circle-o:before {
  content:""
}
.fa-shopping-bag:before {
  content:""
}
.fa-shopping-basket:before {
  content:""
}
.fa-hashtag:before {
  content:""
}
.fa-bluetooth:before {
  content:""
}
.fa-bluetooth-b:before {
  content:""
}
.fa-percent:before {
  content:""
}
.fa-gitlab:before {
  content:""
}
.fa-wpbeginner:before {
  content:""
}
.fa-wpforms:before {
  content:""
}
.fa-envira:before {
  content:""
}
.fa-universal-access:before {
  content:""
}
.fa-wheelchair-alt:before {
  content:""
}
.fa-question-circle-o:before {
  content:""
}
.fa-blind:before {
  content:""
}
.fa-audio-description:before {
  content:""
}
.fa-volume-control-phone:before {
  content:""
}
.fa-braille:before {
  content:""
}
.fa-assistive-listening-systems:before {
  content:""
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content:""
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content:""
}
.fa-glide:before {
  content:""
}
.fa-glide-g:before {
  content:""
}
.fa-sign-language:before,
.fa-signing:before {
  content:""
}
.fa-low-vision:before {
  content:""
}
.fa-viadeo:before {
  content:""
}
.fa-viadeo-square:before {
  content:""
}
.fa-snapchat:before {
  content:""
}
.fa-snapchat-ghost:before {
  content:""
}
.fa-snapchat-square:before {
  content:""
}
.fa-pied-piper:before {
  content:""
}
.fa-first-order:before {
  content:""
}
.fa-yoast:before {
  content:""
}
.fa-themeisle:before {
  content:""
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content:""
}
.fa-fa:before,
.fa-font-awesome:before {
  content:""
}
.fa-handshake-o:before {
  content:""
}
.fa-envelope-open:before {
  content:""
}
.fa-envelope-open-o:before {
  content:""
}
.fa-linode:before {
  content:""
}
.fa-address-book:before {
  content:""
}
.fa-address-book-o:before {
  content:""
}
.fa-address-card:before,
.fa-vcard:before {
  content:""
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content:""
}
.fa-user-circle:before {
  content:""
}
.fa-user-circle-o:before {
  content:""
}
.fa-user-o:before {
  content:""
}
.fa-id-badge:before {
  content:""
}
.fa-drivers-license:before,
.fa-id-card:before {
  content:""
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content:""
}
.fa-quora:before {
  content:""
}
.fa-free-code-camp:before {
  content:""
}
.fa-telegram:before {
  content:""
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content:""
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content:""
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content:""
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content:""
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content:""
}
.fa-shower:before {
  content:""
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content:""
}
.fa-podcast:before {
  content:""
}
.fa-window-maximize:before {
  content:""
}
.fa-window-minimize:before {
  content:""
}
.fa-window-restore:before {
  content:""
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content:""
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content:""
}
.fa-bandcamp:before {
  content:""
}
.fa-grav:before {
  content:""
}
.fa-etsy:before {
  content:""
}
.fa-imdb:before {
  content:""
}
.fa-ravelry:before {
  content:""
}
.fa-eercast:before {
  content:""
}
.fa-microchip:before {
  content:""
}
.fa-snowflake-o:before {
  content:""
}
.fa-superpowers:before {
  content:""
}
.fa-wpexplorer:before {
  content:""
}
.fa-meetup:before {
  content:""
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto
}
@font-face {
  font-family:"Pe-icon-7-stroke";
  src:url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src:url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"),
  url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"),
  url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"),
  url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:fallback
}
[class*=" pe-7s-"],
[class^=pe-7s-] {
  display:inline-block;
  font-family:"Pe-icon-7-stroke";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.pe-7s-album:before {
  content:""
}
.pe-7s-arc:before {
  content:""
}
.pe-7s-back-2:before {
  content:""
}
.pe-7s-bandaid:before {
  content:""
}
.pe-7s-car:before {
  content:""
}
.pe-7s-diamond:before {
  content:""
}
.pe-7s-door-lock:before {
  content:""
}
.pe-7s-eyedropper:before {
  content:""
}
.pe-7s-female:before {
  content:""
}
.pe-7s-gym:before {
  content:""
}
.pe-7s-hammer:before {
  content:""
}
.pe-7s-headphones:before {
  content:""
}
.pe-7s-helm:before {
  content:""
}
.pe-7s-hourglass:before {
  content:""
}
.pe-7s-leaf:before {
  content:""
}
.pe-7s-magic-wand:before {
  content:""
}
.pe-7s-male:before {
  content:""
}
.pe-7s-map-2:before {
  content:""
}
.pe-7s-next-2:before {
  content:""
}
.pe-7s-paint-bucket:before {
  content:""
}
.pe-7s-pendrive:before {
  content:""
}
.pe-7s-photo:before {
  content:""
}
.pe-7s-piggy:before {
  content:""
}
.pe-7s-plugin:before {
  content:""
}
.pe-7s-refresh-2:before {
  content:""
}
.pe-7s-rocket:before {
  content:""
}
.pe-7s-settings:before {
  content:""
}
.pe-7s-shield:before {
  content:""
}
.pe-7s-smile:before {
  content:""
}
.pe-7s-usb:before {
  content:""
}
.pe-7s-vector:before {
  content:""
}
.pe-7s-wine:before {
  content:""
}
.pe-7s-cloud-upload:before {
  content:""
}
.pe-7s-cash:before {
  content:""
}
.pe-7s-close:before {
  content:""
}
.pe-7s-bluetooth:before {
  content:""
}
.pe-7s-cloud-download:before {
  content:""
}
.pe-7s-way:before {
  content:""
}
.pe-7s-close-circle:before {
  content:""
}
.pe-7s-id:before {
  content:""
}
.pe-7s-angle-up:before {
  content:""
}
.pe-7s-wristwatch:before {
  content:""
}
.pe-7s-angle-up-circle:before {
  content:""
}
.pe-7s-world:before {
  content:""
}
.pe-7s-angle-right:before {
  content:""
}
.pe-7s-volume:before {
  content:""
}
.pe-7s-angle-right-circle:before {
  content:""
}
.pe-7s-users:before {
  content:""
}
.pe-7s-angle-left:before {
  content:""
}
.pe-7s-user-female:before {
  content:""
}
.pe-7s-angle-left-circle:before {
  content:""
}
.pe-7s-up-arrow:before {
  content:""
}
.pe-7s-angle-down:before {
  content:""
}
.pe-7s-switch:before {
  content:""
}
.pe-7s-angle-down-circle:before {
  content:""
}
.pe-7s-scissors:before {
  content:""
}
.pe-7s-wallet:before {
  content:""
}
.pe-7s-safe:before {
  content:""
}
.pe-7s-volume2:before {
  content:""
}
.pe-7s-volume1:before {
  content:""
}
.pe-7s-voicemail:before {
  content:""
}
.pe-7s-video:before {
  content:""
}
.pe-7s-user:before {
  content:""
}
.pe-7s-upload:before {
  content:""
}
.pe-7s-unlock:before {
  content:""
}
.pe-7s-umbrella:before {
  content:""
}
.pe-7s-trash:before {
  content:""
}
.pe-7s-tools:before {
  content:""
}
.pe-7s-timer:before {
  content:""
}
.pe-7s-ticket:before {
  content:""
}
.pe-7s-target:before {
  content:""
}
.pe-7s-sun:before {
  content:""
}
.pe-7s-study:before {
  content:""
}
.pe-7s-stopwatch:before {
  content:""
}
.pe-7s-star:before {
  content:""
}
.pe-7s-speaker:before {
  content:""
}
.pe-7s-signal:before {
  content:""
}
.pe-7s-shuffle:before {
  content:""
}
.pe-7s-shopbag:before {
  content:""
}
.pe-7s-share:before {
  content:""
}
.pe-7s-server:before {
  content:""
}
.pe-7s-search:before {
  content:""
}
.pe-7s-film:before {
  content:""
}
.pe-7s-science:before {
  content:""
}
.pe-7s-disk:before {
  content:""
}
.pe-7s-ribbon:before {
  content:""
}
.pe-7s-repeat:before {
  content:""
}
.pe-7s-refresh:before {
  content:""
}
.pe-7s-add-user:before {
  content:""
}
.pe-7s-refresh-cloud:before {
  content:""
}
.pe-7s-paperclip:before {
  content:""
}
.pe-7s-radio:before {
  content:""
}
.pe-7s-note2:before {
  content:""
}
.pe-7s-print:before {
  content:""
}
.pe-7s-network:before {
  content:""
}
.pe-7s-prev:before {
  content:""
}
.pe-7s-mute:before {
  content:""
}
.pe-7s-power:before {
  content:""
}
.pe-7s-medal:before {
  content:""
}
.pe-7s-portfolio:before {
  content:""
}
.pe-7s-like2:before {
  content:""
}
.pe-7s-plus:before {
  content:""
}
.pe-7s-left-arrow:before {
  content:""
}
.pe-7s-play:before {
  content:""
}
.pe-7s-key:before {
  content:""
}
.pe-7s-plane:before {
  content:""
}
.pe-7s-joy:before {
  content:""
}
.pe-7s-photo-gallery:before {
  content:""
}
.pe-7s-pin:before {
  content:""
}
.pe-7s-phone:before {
  content:""
}
.pe-7s-plug:before {
  content:""
}
.pe-7s-pen:before {
  content:""
}
.pe-7s-right-arrow:before {
  content:""
}
.pe-7s-paper-plane:before {
  content:""
}
.pe-7s-delete-user:before {
  content:""
}
.pe-7s-paint:before {
  content:""
}
.pe-7s-bottom-arrow:before {
  content:""
}
.pe-7s-notebook:before {
  content:""
}
.pe-7s-note:before {
  content:""
}
.pe-7s-next:before {
  content:""
}
.pe-7s-news-paper:before {
  content:""
}
.pe-7s-musiclist:before {
  content:""
}
.pe-7s-music:before {
  content:""
}
.pe-7s-mouse:before {
  content:""
}
.pe-7s-more:before {
  content:""
}
.pe-7s-moon:before {
  content:""
}
.pe-7s-monitor:before {
  content:""
}
.pe-7s-micro:before {
  content:""
}
.pe-7s-menu:before {
  content:""
}
.pe-7s-map:before {
  content:""
}
.pe-7s-map-marker:before {
  content:""
}
.pe-7s-mail:before {
  content:""
}
.pe-7s-mail-open:before {
  content:""
}
.pe-7s-mail-open-file:before {
  content:""
}
.pe-7s-magnet:before {
  content:""
}
.pe-7s-loop:before {
  content:""
}
.pe-7s-look:before {
  content:""
}
.pe-7s-lock:before {
  content:""
}
.pe-7s-lintern:before {
  content:""
}
.pe-7s-link:before {
  content:""
}
.pe-7s-like:before {
  content:""
}
.pe-7s-light:before {
  content:""
}
.pe-7s-less:before {
  content:""
}
.pe-7s-keypad:before {
  content:""
}
.pe-7s-junk:before {
  content:""
}
.pe-7s-info:before {
  content:""
}
.pe-7s-home:before {
  content:""
}
.pe-7s-help2:before {
  content:""
}
.pe-7s-help1:before {
  content:""
}
.pe-7s-graph3:before {
  content:""
}
.pe-7s-graph2:before {
  content:""
}
.pe-7s-graph1:before {
  content:""
}
.pe-7s-graph:before {
  content:""
}
.pe-7s-global:before {
  content:""
}
.pe-7s-gleam:before {
  content:""
}
.pe-7s-glasses:before {
  content:""
}
.pe-7s-gift:before {
  content:""
}
.pe-7s-folder:before {
  content:""
}
.pe-7s-flag:before {
  content:""
}
.pe-7s-filter:before {
  content:""
}
.pe-7s-file:before {
  content:""
}
.pe-7s-expand1:before {
  content:""
}
.pe-7s-exapnd2:before {
  content:""
}
.pe-7s-edit:before {
  content:""
}
.pe-7s-drop:before {
  content:""
}
.pe-7s-drawer:before {
  content:""
}
.pe-7s-download:before {
  content:""
}
.pe-7s-display2:before {
  content:""
}
.pe-7s-display1:before {
  content:""
}
.pe-7s-diskette:before {
  content:""
}
.pe-7s-date:before {
  content:""
}
.pe-7s-cup:before {
  content:""
}
.pe-7s-culture:before {
  content:""
}
.pe-7s-crop:before {
  content:""
}
.pe-7s-credit:before {
  content:""
}
.pe-7s-copy-file:before {
  content:""
}
.pe-7s-config:before {
  content:""
}
.pe-7s-compass:before {
  content:""
}
.pe-7s-comment:before {
  content:""
}
.pe-7s-coffee:before {
  content:""
}
.pe-7s-cloud:before {
  content:""
}
.pe-7s-clock:before {
  content:""
}
.pe-7s-check:before {
  content:""
}
.pe-7s-chat:before {
  content:""
}
.pe-7s-cart:before {
  content:""
}
.pe-7s-camera:before {
  content:""
}
.pe-7s-call:before {
  content:""
}
.pe-7s-calculator:before {
  content:""
}
.pe-7s-browser:before {
  content:""
}
.pe-7s-box2:before {
  content:""
}
.pe-7s-box1:before {
  content:""
}
.pe-7s-bookmarks:before {
  content:""
}
.pe-7s-bicycle:before {
  content:""
}
.pe-7s-bell:before {
  content:""
}
.pe-7s-battery:before {
  content:""
}
.pe-7s-ball:before {
  content:""
}
.pe-7s-back:before {
  content:""
}
.pe-7s-attention:before {
  content:""
}
.pe-7s-anchor:before {
  content:""
}
.pe-7s-albums:before {
  content:""
}
.pe-7s-alarm:before {
  content:""
}
.pe-7s-airplay:before {
  content:""
}
.mfp-bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1042;
  overflow:hidden;
  position:fixed;
  background:#0b0b0b;
  opacity:0.8
}
.mfp-wrap {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1043;
  position:fixed;
  outline:none!important;
  -webkit-backface-visibility:hidden
}
.mfp-container {
  text-align:center;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:0 8px;
  box-sizing:border-box
}
.mfp-container:before {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle
}
.mfp-align-top .mfp-container:before {
  display:none
}
.mfp-content {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0 auto;
  text-align:left;
  z-index:1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width:100%;
  cursor:auto
}
.mfp-ajax-cur {
  cursor:progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:pointer
}
.mfp-zoom {
  cursor:pointer
}
.mfp-auto-cursor .mfp-content {
  cursor:auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select:none;
  user-select:none
}
.mfp-loading.mfp-figure {
  display:none
}
.mfp-hide {
  display:none!important
}
.mfp-preloader {
  color:#CCC;
  position:absolute;
  top:50%;
  width:auto;
  text-align:center;
  margin-top:-0.8em;
  left:8px;
  right:8px;
  z-index:1044
}
.mfp-preloader a {
  color:#CCC
}
.mfp-preloader a:hover {
  color:#FFF
}
.mfp-s-ready .mfp-preloader {
  display:none
}
.mfp-s-error .mfp-content {
  display:none
}
button.mfp-arrow,
button.mfp-close {
  overflow:visible;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
  display:block;
  outline:none;
  padding:0;
  z-index:1046;
  box-shadow:none;
  touch-action:manipulation
}
button::-moz-focus-inner {
  padding:0;
  border:0
}
.mfp-close {
  width:44px;
  height:44px;
  line-height:44px;
  position:absolute;
  right:0;
  top:0;
  text-decoration:none;
  text-align:center;
  opacity:0.65;
  padding:0 0 18px 10px;
  color:#FFF;
  font-style:normal;
  font-size:28px;
  font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,
.mfp-close:hover {
  opacity:1
}
.mfp-close:active {
  top:1px
}
.mfp-close-btn-in .mfp-close {
  color:#333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color:#FFF;
  right:-6px;
  text-align:right;
  padding-right:6px;
  width:100%
}
.mfp-counter {
  position:absolute;
  top:0;
  right:0;
  color:#CCC;
  font-size:12px;
  line-height:18px;
  white-space:nowrap
}
.mfp-arrow {
  position:absolute;
  opacity:0.65;
  margin:0;
  top:50%;
  margin-top:-55px;
  padding:0;
  width:90px;
  height:110px;
  -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
  margin-top:-54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity:1
}
.mfp-arrow:after,
.mfp-arrow:before {
  content:"";
  display:block;
  width:0;
  height:0;
  position:absolute;
  left:0;
  top:0;
  margin-top:35px;
  margin-left:35px;
  border:medium inset transparent
}
.mfp-arrow:after {
  border-top-width:13px;
  border-bottom-width:13px;
  top:8px
}
.mfp-arrow:before {
  border-top-width:21px;
  border-bottom-width:21px;
  opacity:0.7
}
.mfp-arrow-left {
  left:0
}
.mfp-arrow-left:after {
  border-right:17px solid #FFF;
  margin-left:31px
}
.mfp-arrow-left:before {
  margin-left:25px;
  border-right:27px solid #3F3F3F
}
.mfp-arrow-right {
  right:0
}
.mfp-arrow-right:after {
  border-left:17px solid #FFF;
  margin-left:39px
}
.mfp-arrow-right:before {
  border-left:27px solid #3F3F3F
}
.mfp-iframe-holder {
  padding-top:40px;
  padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
  line-height:0;
  width:100%;
  max-width:900px
}
.mfp-iframe-holder .mfp-close {
  top:-40px
}
.mfp-iframe-scaler {
  width:100%;
  height:0;
  overflow:hidden;
  padding-top:56.25%
}
.mfp-iframe-scaler iframe {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow:0 0 8px rgba(0,0,0,0.6);
  background:#000
}
img.mfp-img {
  width:auto;
  max-width:100%;
  height:auto;
  display:block;
  line-height:0;
  box-sizing:border-box;
  padding:40px 0 40px;
  margin:0 auto
}
.mfp-figure {
  line-height:0
}
.mfp-figure:after {
  content:"";
  position:absolute;
  left:0;
  top:40px;
  bottom:40px;
  display:block;
  right:0;
  width:auto;
  height:auto;
  z-index:-1;
  box-shadow:0 0 8px rgba(0,0,0,0.6);
  background:#444
}
.mfp-figure small {
  color:#BDBDBD;
  display:block;
  font-size:12px;
  line-height:14px
}
.mfp-figure figure {
  margin:0
}
.mfp-bottom-bar {
  margin-top:-36px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  cursor:auto
}
.mfp-title {
  text-align:left;
  line-height:18px;
  color:#F3F3F3;
  word-wrap:break-word;
  padding-right:36px
}
.mfp-image-holder .mfp-content {
  max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor:pointer
}
@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right:0
  }
  .mfp-img-mobile img.mfp-img {
    padding:0
  }
  .mfp-img-mobile .mfp-figure:after {
    top:0;
    bottom:0
  }
  .mfp-img-mobile .mfp-figure small {
    display:inline;
    margin-left:5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background:rgba(0,0,0,0.6);
    bottom:0;
    margin:0;
    top:auto;
    padding:3px 5px;
    position:fixed;
    box-sizing:border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding:0
  }
  .mfp-img-mobile .mfp-counter {
    right:5px;
    top:3px
  }
  .mfp-img-mobile .mfp-close {
    top:0;
    right:0;
    width:35px;
    height:35px;
    line-height:35px;
    background:rgba(0,0,0,0.6);
    position:fixed;
    text-align:center;
    padding:0
  }
}
@media (max-width:900px) {
  .mfp-arrow {
    transform:scale(0.75)
  }
  .mfp-arrow-left {
    transform-origin:0
  }
  .mfp-arrow-right {
    transform-origin:100%
  }
  .mfp-container {
    padding-left:6px;
    padding-right:6px
  }
}
.slick-slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}
.slick-list {
  position:relative;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0
}
.slick-list:focus {
  outline:none
}
.slick-list.dragging {
  cursor:pointer;
  cursor:hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform:translate3d(0,0,0)
}
.slick-track {
  position:relative;
  top:0;
  left:0;
  display:block
}
.slick-track:after,
.slick-track:before {
  display:table;
  content:""
}
.slick-track:after {
  clear:both
}
.slick-loading .slick-track {
  visibility:hidden
}
.slick-slide {
  display:none;
  float:left;
  height:100%;
  min-height:1px
}
[dir=rtl] .slick-slide {
  float:right
}
.slick-slide img {
  display:block
}
.slick-slide.slick-loading img {
  display:none
}
.slick-slide.dragging img {
  pointer-events:none
}
.slick-initialized .slick-slide {
  display:block
}
.slick-loading .slick-slide {
  visibility:hidden
}
.slick-vertical .slick-slide {
  display:block;
  height:auto;
  border:1px solid transparent
}
.slick-arrow.slick-hidden {
  display:none
}
.slick-loading .slick-list {
  background:#fff url("../images/ajax-loader.gif") center center no-repeat
}
@font-face {
  font-family:"slick";
  font-weight:normal;
  font-style:normal;
  font-display:fallback;
  src:url("../fonts/slick.eot");
  src:url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
  url("../fonts/slick.woff") format("woff"),
  url("../fonts/slick.ttf") format("truetype"),
  url("../fonts/slick.svg#slick") format("svg")
}
.slick-next,
.slick-prev {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:20px;
  height:20px;
  padding:0;
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color:transparent;
  outline:none;
  background:transparent
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity:1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity:0.25
}
.slick-next:before,
.slick-prev:before {
  font-family:"slick";
  font-size:20px;
  line-height:1;
  opacity:0.75;
  color:white;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.slick-prev {
  left:-25px
}
[dir=rtl] .slick-prev {
  right:-25px;
  left:auto
}
.slick-prev:before {
  content:"←"
}
[dir=rtl] .slick-prev:before {
  content:"→"
}
.slick-next {
  right:-25px
}
[dir=rtl] .slick-next {
  right:auto;
  left:-25px
}
.slick-next:before {
  content:"→"
}
[dir=rtl] .slick-next:before {
  content:"←"
}
.slick-dotted.slick-slider {
  margin-bottom:30px
}
.slick-dots {
  position:absolute;
  bottom:-25px;
  display:block;
  width:100%;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center
}
.slick-dots li {
  position:relative;
  display:inline-block;
  width:20px;
  height:20px;
  margin:0 5px;
  padding:0;
  cursor:pointer
}
.slick-dots li button {
  font-size:0;
  line-height:0;
  display:block;
  width:20px;
  height:20px;
  padding:5px;
  cursor:pointer;
  color:transparent;
  border:0;
  outline:none;
  background:transparent
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline:none
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity:1
}
.slick-dots li button:before {
  font-family:"slick";
  font-size:6px;
  line-height:20px;
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:20px;
  content:"•";
  text-align:center;
  opacity:0.25;
  color:black;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before {
  opacity:0.75;
  color:black
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration:1.3s;
  animation-fill-mode:both
}
.animated.infinite {
  animation-iteration-count:infinite
}
.animated.hinge {
  animation-duration:2s
}
.animated.fadeInUp,
.animated.fadeInUpBig {
  animation-duration:1s
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration:0.75s
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    transform:translate3d(0,0,0)
  }
  40%,
  43% {
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    transform:translate3d(0,-30px,0)
  }
  70% {
    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 {
  animation-name:bounce;
  transform-origin:center bottom
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity:1
  }
  25%,
  75% {
    opacity:0
  }
}
.flash {
  animation-name:flash
}
@keyframes pulse {
  0% {
    transform:scale3d(1,1,1)
  }
  50% {
    transform:scale3d(1.05,1.05,1.05)
  }
  to {
    transform:scale3d(1,1,1)
  }
}
.pulse {
  animation-name:pulse
}
@keyframes rubberBand {
  0% {
    transform:scale3d(1,1,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:scale3d(1,1,1)
  }
}
.rubberBand {
  animation-name:rubberBand
}
@keyframes shake {
  0%,
  to {
    transform:translate3d(0,0,0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform:translate3d(-10px,0,0)
  }
  20%,
  40%,
  60%,
  80% {
    transform:translate3d(10px,0,0)
  }
}
.shake {
  animation-name:shake
}
@keyframes headShake {
  0% {
    transform:translateX(0)
  }
  6.5% {
    transform:translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform:translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform:translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform:translateX(2px) rotateY(3deg)
  }
  50% {
    transform:translateX(0)
  }
}
.headShake {
  animation-timing-function:ease-in-out;
  animation-name:headShake
}
@keyframes swing {
  20% {
    transform:rotate3d(0,0,1,15deg)
  }
  40% {
    transform:rotate3d(0,0,1,-10deg)
  }
  60% {
    transform:rotate3d(0,0,1,5deg)
  }
  80% {
    transform:rotate3d(0,0,1,-5deg)
  }
  to {
    transform:rotate3d(0,0,1,0deg)
  }
}
.swing {
  transform-origin:top center;
  animation-name:swing
}
@keyframes tada {
  0% {
    transform:scale3d(1,1,1)
  }
  10%,
  20% {
    transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }
  40%,
  60%,
  80% {
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
  to {
    transform:scale3d(1,1,1)
  }
}
.tada {
  animation-name:tada
}
@keyframes wobble {
  0% {
    transform:none
  }
  15% {
    transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30% {
    transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45% {
    transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60% {
    transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75% {
    transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  to {
    transform:none
  }
}
.wobble {
  animation-name:wobble
}
@keyframes jello {
  0%,
  11.1%,
  to {
    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)
  }
}
.jello {
  animation-name:jello;
  transform-origin:center
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    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:scale3d(1,1,1)
  }
}
.bounceIn {
  animation-name:bounceIn
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    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 {
  animation-name:bounceInDown
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    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 {
  animation-name:bounceInLeft
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    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 {
  animation-name:bounceInRight
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    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:translate3d(0,0,0)
  }
}
.bounceInUp {
  animation-name:bounceInUp
}
@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 {
  animation-name:bounceOut
}
@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 {
  animation-name:bounceOutDown
}
@keyframes bounceOutLeft {
  20% {
    opacity:1;
    transform:translate3d(20px,0,0)
  }
  to {
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}
.bounceOutLeft {
  animation-name:bounceOutLeft
}
@keyframes bounceOutRight {
  20% {
    opacity:1;
    transform:translate3d(-20px,0,0)
  }
  to {
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}
.bounceOutRight {
  animation-name:bounceOutRight
}
@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 {
  animation-name:bounceOutUp
}
@keyframes fadeIn {
  0% {
    opacity:0
  }
  to {
    opacity:1
  }
}
.fadeIn {
  animation-name:fadeIn
}
@keyframes fadeInDown {
  0% {
    opacity:0;
    transform:translate3d(0,-30%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInDown {
  animation-name:fadeInDown
}
@keyframes fadeInDownBig {
  0% {
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInDownBig {
  animation-name:fadeInDownBig
}
@keyframes fadeInLeft {
  0% {
    opacity:0;
    transform:translate3d(-20%,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInLeft {
  animation-name:fadeInLeft
}
@keyframes fadeInLeftBig {
  0% {
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInLeftBig {
  animation-name:fadeInLeftBig
}
@keyframes fadeInRight {
  0% {
    opacity:0;
    transform:translate3d(20%,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInRight {
  animation-name:fadeInRight
}
@keyframes fadeInRightBig {
  0% {
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInRightBig {
  animation-name:fadeInRightBig
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translate3d(0,30%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInUp {
  animation-name:fadeInUp
}
@keyframes fadeInUpBig {
  0% {
    opacity:0;
    transform:translate3d(0,50%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}
.fadeInUpBig {
  animation-name:fadeInUpBig
}
@keyframes fadeOut {
  0% {
    opacity:1
  }
  to {
    opacity:0
  }
}
.fadeOut {
  animation-name:fadeOut
}
@keyframes fadeOutDown {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(0,100%,0)
  }
}
.fadeOutDown {
  animation-name:fadeOutDown
}
@keyframes fadeOutDownBig {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}
.fadeOutDownBig {
  animation-name:fadeOutDownBig
}
@keyframes fadeOutLeft {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(-100%,0,0)
  }
}
.fadeOutLeft {
  animation-name:fadeOutLeft
}
@keyframes fadeOutLeftBig {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}
.fadeOutLeftBig {
  animation-name:fadeOutLeftBig
}
@keyframes fadeOutRight {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(100%,0,0)
  }
}
.fadeOutRight {
  animation-name:fadeOutRight
}
@keyframes fadeOutRightBig {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}
.fadeOutRightBig {
  animation-name:fadeOutRightBig
}
@keyframes fadeOutUp {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(0,-100%,0)
  }
}
.fadeOutUp {
  animation-name:fadeOutUp
}
@keyframes fadeOutUpBig {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}
.fadeOutUpBig {
  animation-name:fadeOutUpBig
}
@keyframes flip {
  0% {
    transform:perspective(400px) rotate3d(0,1,0,-360deg);
    animation-timing-function:ease-out
  }
  40% {
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    animation-timing-function:ease-out
  }
  50% {
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    animation-timing-function:ease-in
  }
  80% {
    transform:perspective(400px) scale3d(0.95,0.95,0.95);
    animation-timing-function:ease-in
  }
  to {
    transform:perspective(400px);
    animation-timing-function:ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  animation-name:flip
}
@keyframes flipInX {
  0% {
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    animation-timing-function:ease-in;
    opacity:0
  }
  40% {
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    animation-timing-function:ease-in
  }
  60% {
    transform:perspective(400px) rotate3d(1,0,0,10deg);
    opacity:1
  }
  80% {
    transform:perspective(400px) rotate3d(1,0,0,-5deg)
  }
  to {
    transform:perspective(400px)
  }
}
.flipInX {
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipInX
}
@keyframes flipInY {
  0% {
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    animation-timing-function:ease-in;
    opacity:0
  }
  40% {
    transform:perspective(400px) rotate3d(0,1,0,-20deg);
    animation-timing-function:ease-in
  }
  60% {
    transform:perspective(400px) rotate3d(0,1,0,10deg);
    opacity:1
  }
  80% {
    transform:perspective(400px) rotate3d(0,1,0,-5deg)
  }
  to {
    transform:perspective(400px)
  }
}
.flipInY {
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipInY
}
@keyframes flipOutX {
  0% {
    transform:perspective(400px)
  }
  30% {
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    opacity:1
  }
  to {
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    opacity:0
  }
}
.flipOutX {
  animation-name:flipOutX;
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important
}
@keyframes flipOutY {
  0% {
    transform:perspective(400px)
  }
  30% {
    transform:perspective(400px) rotate3d(0,1,0,-15deg);
    opacity:1
  }
  to {
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    opacity:0
  }
}
.flipOutY {
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipOutY
}
@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 {
  animation-name:lightSpeedIn;
  animation-timing-function:ease-out
}
@keyframes lightSpeedOut {
  0% {
    opacity:1
  }
  to {
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0
  }
}
.lightSpeedOut {
  animation-name:lightSpeedOut;
  animation-timing-function:ease-in
}
@keyframes rotateIn {
  0% {
    transform-origin:center;
    transform:rotate3d(0,0,1,-200deg);
    opacity:0
  }
  to {
    transform-origin:center;
    transform:none;
    opacity:1
  }
}
.rotateIn {
  animation-name:rotateIn
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin:left bottom;
    transform:rotate3d(0,0,1,-45deg);
    opacity:0
  }
  to {
    transform-origin:left bottom;
    transform:none;
    opacity:1
  }
}
.rotateInDownLeft {
  animation-name:rotateInDownLeft
}
@keyframes rotateInDownRight {
  0% {
    transform-origin:right bottom;
    transform:rotate3d(0,0,1,45deg);
    opacity:0
  }
  to {
    transform-origin:right bottom;
    transform:none;
    opacity:1
  }
}
.rotateInDownRight {
  animation-name:rotateInDownRight
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin:left bottom;
    transform:rotate3d(0,0,1,45deg);
    opacity:0
  }
  to {
    transform-origin:left bottom;
    transform:none;
    opacity:1
  }
}
.rotateInUpLeft {
  animation-name:rotateInUpLeft
}
@keyframes rotateInUpRight {
  0% {
    transform-origin:right bottom;
    transform:rotate3d(0,0,1,-90deg);
    opacity:0
  }
  to {
    transform-origin:right bottom;
    transform:none;
    opacity:1
  }
}
.rotateInUpRight {
  animation-name:rotateInUpRight
}
@keyframes rotateOut {
  0% {
    transform-origin:center;
    opacity:1
  }
  to {
    transform-origin:center;
    transform:rotate3d(0,0,1,200deg);
    opacity:0
  }
}
.rotateOut {
  animation-name:rotateOut
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin:left bottom;
    opacity:1
  }
  to {
    transform-origin:left bottom;
    transform:rotate3d(0,0,1,45deg);
    opacity:0
  }
}
.rotateOutDownLeft {
  animation-name:rotateOutDownLeft
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin:right bottom;
    opacity:1
  }
  to {
    transform-origin:right bottom;
    transform:rotate3d(0,0,1,-45deg);
    opacity:0
  }
}
.rotateOutDownRight {
  animation-name:rotateOutDownRight
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin:left bottom;
    opacity:1
  }
  to {
    transform-origin:left bottom;
    transform:rotate3d(0,0,1,-45deg);
    opacity:0
  }
}
.rotateOutUpLeft {
  animation-name:rotateOutUpLeft
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin:right bottom;
    opacity:1
  }
  to {
    transform-origin:right bottom;
    transform:rotate3d(0,0,1,90deg);
    opacity:0
  }
}
.rotateOutUpRight {
  animation-name:rotateOutUpRight
}
@keyframes hinge {
  0% {
    transform-origin:top left;
    animation-timing-function:ease-in-out
  }
  20%,
  60% {
    transform:rotate3d(0,0,1,80deg);
    transform-origin:top left;
    animation-timing-function:ease-in-out
  }
  40%,
  80% {
    transform:rotate3d(0,0,1,60deg);
    transform-origin:top left;
    animation-timing-function:ease-in-out;
    opacity:1
  }
  to {
    transform:translate3d(0,700px,0);
    opacity:0
  }
}
.hinge {
  animation-name:hinge
}
@keyframes jackInTheBox {
  0% {
    opacity:0;
    transform:scale(0.1) rotate(30deg);
    transform-origin:center bottom
  }
  50% {
    transform:rotate(-10deg)
  }
  70% {
    transform:rotate(3deg)
  }
  to {
    opacity:1;
    transform:scale(1)
  }
}
.jackInTheBox {
  animation-name:jackInTheBox
}
@keyframes rollIn {
  0% {
    opacity:0;
    transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }
  to {
    opacity:1;
    transform:none
  }
}
.rollIn {
  animation-name:rollIn
}
@keyframes rollOut {
  0% {
    opacity:1
  }
  to {
    opacity:0;
    transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}
.rollOut {
  animation-name:rollOut
}
@keyframes zoomIn {
  0% {
    opacity:0;
    transform:scale3d(0.3,0.3,0.3)
  }
  50% {
    opacity:1
  }
}
.zoomIn {
  animation-name:zoomIn
}
@keyframes zoomInDown {
  0% {
    opacity:0;
    transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
    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);
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomInDown {
  animation-name:zoomInDown
}
@keyframes zoomInLeft {
  0% {
    opacity:0;
    transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
    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);
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomInLeft {
  animation-name:zoomInLeft
}
@keyframes zoomInRight {
  0% {
    opacity:0;
    transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
    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);
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomInRight {
  animation-name:zoomInRight
}
@keyframes zoomInUp {
  0% {
    opacity:0;
    transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
    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);
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomInUp {
  animation-name:zoomInUp
}
@keyframes zoomOut {
  0% {
    opacity:1
  }
  50% {
    opacity:0;
    transform:scale3d(0.3,0.3,0.3)
  }
  to {
    opacity:0
  }
}
.zoomOut {
  animation-name:zoomOut
}
@keyframes zoomOutDown {
  40% {
    opacity:1;
    transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    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;
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomOutDown {
  animation-name:zoomOutDown
}
@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 {
  animation-name:zoomOutLeft
}
@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 {
  animation-name:zoomOutRight
}
@keyframes zoomOutUp {
  40% {
    opacity:1;
    transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    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;
    animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
  }
}
.zoomOutUp {
  animation-name:zoomOutUp
}
@keyframes slideInDown {
  0% {
    transform:translate3d(0,-100%,0);
    visibility:visible
  }
  to {
    transform:translate3d(0,0,0)
  }
}
.slideInDown {
  animation-name:slideInDown
}
@keyframes slideInLeft {
  0% {
    transform:translate3d(-100%,0,0);
    visibility:visible
  }
  to {
    transform:translate3d(0,0,0)
  }
}
.slideInLeft {
  animation-name:slideInLeft
}
@keyframes slideInRight {
  0% {
    transform:translate3d(100%,0,0);
    visibility:visible
  }
  to {
    transform:translate3d(0,0,0)
  }
}
.slideInRight {
  animation-name:slideInRight
}
@keyframes slideInUp {
  0% {
    transform:translate3d(0,100%,0);
    visibility:visible
  }
  to {
    transform:translate3d(0,0,0)
  }
}
.slideInUp {
  animation-name:slideInUp
}
@keyframes slideOutDown {
  0% {
    transform:translate3d(0,0,0)
  }
  to {
    visibility:hidden;
    transform:translate3d(0,100%,0)
  }
}
.slideOutDown {
  animation-name:slideOutDown
}
@keyframes slideOutLeft {
  0% {
    transform:translate3d(0,0,0)
  }
  to {
    visibility:hidden;
    transform:translate3d(-100%,0,0)
  }
}
.slideOutLeft {
  animation-name:slideOutLeft
}
@keyframes slideOutRight {
  0% {
    transform:translate3d(0,0,0)
  }
  to {
    visibility:hidden;
    transform:translate3d(100%,0,0)
  }
}
.slideOutRight {
  animation-name:slideOutRight
}
@keyframes slideOutUp {
  0% {
    transform:translate3d(0,0,0)
  }
  to {
    visibility:hidden;
    transform:translate3d(0,-100%,0)
  }
}
.slideOutUp {
  animation-name:slideOutUp
}
html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
body {
  margin-top:-1px
}
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left:10px;
  margin-bottom:1em
}
ol,
pre,
ul {
  margin:15px 0;
  line-height:1.8
}
.xooapp-heading-title.xooapp-size-small {
  font-size:17px
}
.xooapp-heading-title.xooapp-size-medium {
  font-size:20px
}
.xooapp-heading-title.xooapp-size-large {
  font-size:30px
}
.xooapp-heading-title.xooapp-size-xl {
  font-size:40px
}
.xooapp-heading-title.xooapp-size-xxl {
  font-size:60px
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
var {
  font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-size:1em;
  padding:2px;
  border-radius:2px;
  color:#23282d;
  background:#f0f0f0;
  font-family:Menlo,Consolas,monaco,monospace;
  font-size:14px
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-0.25em
}
sup {
  top:-0.5em
}
img {
  border-style:none
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:0.35em 0.75em 0.625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details {
  display:block
}
summary {
  display:list-item
}
[hidden],
template {
  display:none
}
button,
input,
optgroup,
select,
textarea {
  color:#404040;
  font-size:16px;
  font-size:1rem;
  line-height:1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear:both
}
p {
  margin-bottom:1.8em;
  line-height:1.8
}
cite,
dfn,
em,
i {
  font-style:italic
}
address {
  margin:0 0 1.5em
}
pre {
  background:#eee;
  font-family:"Courier 10 Pitch",Courier,monospace;
  font-size:15px;
  font-size:0.9375rem;
  line-height:1.6;
  margin-bottom:1.6em;
  max-width:100%;
  overflow:auto;
  padding:1.6em;
  white-space:pre-wrap;
  word-wrap:break-word
}
abbr,
acronym {
  border-bottom:1px dotted #666;
  cursor:help
}
ins,
mark {
  background:#fff9c0;
  text-decoration:none
}
big {
  font-size:125%
}
table {
  border-spacing:0;
  width:100%;
  margin-bottom:25px;
  border-collapse:collapse;
  border-spacing:0
}
td,
th {
  text-align:left;
  padding:8px
}
tr:nth-child(2n) {
  background-color:#f2f2f2
}
thead {
  background:#43ca25;
  color:#fff
}
thead th {
  border:1px solid transparent
}
th {
  text-transform:capitalize;
  border:1px solid #EDEDED;
  padding:4px 10px
}
td {
  border:1px solid #ededed;
  padding:5px
}
caption,
td,
th {
  font-weight:normal;
  text-align:left;
  padding:10px 5px
}
caption {
  font-size:16px;
  margin:0 0 20px 0
}
ins {
  text-decoration:none;
  margin-left:5px;
  font-size:1.2em;
  font-weight:700
}
dl {
  margin:0 20px
}
dt {
  font-weight:bold
}
dt {
  font-weight:bold
}
dd {
  margin:0 1.5em 1.5em
}
label {
  width:100%;
  display:inline-block
}
html {
  box-sizing:border-box
}
* {
  box-sizing:inherit
}
:after,
:before {
  box-sizing:inherit
}
ol,
ul {
  margin:0 0 1.5em 1em;
  padding-left:10px
}
li>ol,
li>ul {
  margin-bottom:0;
  margin-left:1.5em
}
img {
  height:auto;
  max-width:100%
}
figure {
  margin:1em 0
}
button {
  border:1px solid;
  border-color:#ccc #ccc #bbb;
  border-radius:3px;
  background:#e6e6e6;
  color:rgba(0,0,0,0.8);
  font-size:12px;
  font-size:0.75rem;
  line-height:1;
  padding:0.6em 1em 0.4em
}
input[type=button],
input[type=reset],
input[type=submit] {
  border:1px solid;
  border-color:#ccc #ccc #bbb;
  border-radius:3px;
  background:#e6e6e6;
  color:rgba(0,0,0,0.8);
  font-size:12px;
  font-size:0.75rem;
  line-height:1;
  padding:0.6em 1em 0.4em
}
button:hover {
  border-color:#ccc #bbb #aaa
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color:#ccc #bbb #aaa
}
button:active,
button:focus {
  border-color:#aaa #bbb #bbb
}
input[type=button]:active,
input[type=button]:focus {
  border-color:#aaa #bbb #bbb
}
input[type=reset]:active,
input[type=reset]:focus {
  border-color:#aaa #bbb #bbb
}
input[type=submit]:active,
input[type=submit]:focus {
  border-color:#aaa #bbb #bbb
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  color:#666;
  border-radius:3px
}
textarea {
  color:#666;
  border:1px solid #ccc;
  border-radius:3px;
  padding:3px
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
  color:#111
}
textarea {
  width:100%
}
textarea:focus {
  color:#111
}
select {
  border:1px solid #ccc
}
a {
  color:#333
}
a:active,
a:focus,
a:hover {
  color:midnightblue
}
a:focus {
  outline:thin dotted
}
a:active,
a:hover {
  outline:0
}
li.nav-item {
  display:inline-block;
  position:relative
}
li.nav-item.app_img:hover {
  background:none
}
a.no-nav-menu {
  position:relative;
  font-weight:bold
}
.main-navigation {
  clear:both;
  display:block;
  float:left;
  width:100%
}
.main-navigation ul {
  display:none;
  list-style:none;
  margin:0;
  padding-left:0
}
.main-navigation ul ul {
  box-shadow:0 3px 3px rgba(0,0,0,0.2);
  float:left;
  position:absolute;
  top:100%;
  left:-999em;
  z-index:99999
}
.main-navigation ul ul ul {
  left:-999em;
  top:0
}
.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
  left:100%
}
.main-navigation ul ul a {
  width:200px
}
.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
  left:auto
}
.main-navigation li {
  float:left;
  position:relative
}
.main-navigation a {
  display:block;
  text-decoration:none
}
.main-navigation.toggled ul,
.menu-toggle {
  display:block
}
@media screen and (min-width:37.5em) {
  .menu-toggle {
    display:none
  }
  .main-navigation ul {
    display:block
  }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin:0 0 1.5em;
  overflow:hidden
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float:left;
  width:50%
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float:right;
  text-align:right;
  width:50%
}
.screen-reader-text {
  border:0;
  clip:rect(1px,1px,1px,1px);
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute!important;
  width:1px;
  word-wrap:normal!important
}
.screen-reader-text:focus {
  background-color:#f1f1f1;
  border-radius:3px;
  box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
  clip:auto!important;
  -webkit-clip-path:none;
  clip-path:none;
  color:#21759b;
  display:block;
  font-size:14px;
  font-size:0.875rem;
  font-weight:bold;
  height:auto;
  left:5px;
  line-height:normal;
  padding:15px 23px 14px;
  text-decoration:none;
  top:5px;
  width:auto;
  z-index:100000
}
#content[tabindex="-1"]:focus {
  outline:0
}
.alignleft {
  display:inline;
  float:left;
  margin-right:1.5em
}
.alignright {
  display:inline;
  float:right;
  margin-left:1.5em
}
.aligncenter {
  clear:both;
  display:block;
  text-align:center;
  margin-left:auto;
  margin-right:auto
}
.clear:after,
.clear:before {
  content:"";
  display:table;
  table-layout:fixed
}
.entry-content:after,
.entry-content:before {
  content:"";
  display:table;
  table-layout:fixed
}
.comment-content:after,
.comment-content:before {
  content:"";
  display:table;
  table-layout:fixed
}
.site-header:after,
.site-header:before {
  content:"";
  display:table;
  table-layout:fixed
}
.site-content:after,
.site-content:before {
  content:"";
  display:table;
  table-layout:fixed
}
.site-footer:after,
.site-footer:before {
  content:"";
  display:table;
  table-layout:fixed
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear:both
}
table#wp-calendar caption {
  background:#5c5a56;
  text-align:center;
  padding:4px;
  color:#fff
}
table#wp-calendar td {
  text-align:center;
  padding:8px 4px
}
table#wp-calendar td a {
  display:block;
  color:#000;
  font-weight:bold
}
.widget {
  margin:0 0 1.5em
}
.widget select {
  max-width:100%
}
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding-left:0;
  list-style:none
}
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li,
.widget_rss ul li {
  position:relative
}
.widget_archive ul li {
  border-bottom:1px dashed #dedede;
  padding:8px 0;
  margin:0
}
.widget_categories ul,
.wp-block-categories-list ul {
  padding:0;
  list-style:none
}
.widget_categories li:before,
.wp-block-categories-list li:before {
  content:"";
  color:#49c731;
  font-family:fontawesome;
  font-size:10px;
  margin-right:6px;
  font-weight:100;
  position:relative;
  top:-2px
}
.widget_archive select,
.widget_categories select,
.wp-block-categories-list select {
  width:100%;
  height:40px;
  display:block;
  margin-top:15px;
  padding:7px 10px
}
.widget_archive select option,
.widget_categories select option,
.wp-block-categories-list select option {
  padding:7px 10px
}
.widget_recent_entries li {
  border-bottom:1px solid #ecebeb
}
.widget_recent_entries li:last-child {
  border:none
}
.widget_recent_entries li:first-child {
  padding-top:10px
}
.widget_rss ul li {
  padding-bottom:15px
}
.widget_rss ul li a {
  display:block;
  padding-bottom:4px
}
.widget_rss ul li cite {
  padding-top:6px;
  display:inline-block
}
a.rsswidget {
  font-weight:bold
}
span.rss-date {
  font-style:italic;
  font-size:12px;
  margin-bottom:12px;
  display:block
}
.widget_archive ul li a {
  line-height:35px;
  position:relative;
  text-decoration:none
}
.widget_categories ul,
.wp-block-categories-list ul {
  padding:0;
  list-style:none
}
.widget_categories li,
.wp-block-categories-list li {
  margin:2px 0!important;
  text-transform:capitalize;
  padding:10px 0;
  border-bottom:1px dashed #c0c0c0
}
.widget_categories li .children,
.widget_categories li:hover .children,
.wp-block-categories-list li .children {
  display:block;
  margin:0!important;
  margin-top:10px!important;
  padding-left:15px;
  border-top:1px dashed #c0c0c0
}
.widget_categories li span,
.wp-block-categories-list li span {
  float:right;
  background:#4cd12a;
  color:#fff;
  padding:0 4px;
  margin-top:3px
}
.widget_categories li a,
.wp-block-categories-list li a {
  line-height:35px;
  position:relative;
  color:#333!important;
  text-decoration:none;
  border:none
}
.widget_categories li a:hover,
.wp-block-categories-list li a:hover {
  color:#111!important;
  border:none
}
.widget_categories li .children li:before,
.wp-block-categories-list li .children li:before {
  display:none
}
.widget_categories li .children li:first-child,
.wp-block-categories-list li .children li:first-child {
  padding-top:10px
}
.widget_categories li .children li:last-child,
.wp-block-categories-list li .children li:last-child {
  padding-bottom:0!important;
  border-bottom:none!important
}
.wp-block-categories-list li span {
  float:none
}
li.recentcomments {
  padding:20px 0!important;
  color:#000
}
li.recentcomments a {
  color:#4CAF50;
  display:block
}
.widget_recent_comments .xooapp-footer-widget li {
  border-bottom:1px dashed #ccc
}
.widget_text select {
  width:100%;
  height:40px;
  padding:7px 15px
}
.widget-item.widget_archive li a {
  float:left
}
.widget_tag_cloud .tagcloud {
  margin-top:20px
}
.widget_tag_cloud a {
  color:#3F3F3F;
  border:1px solid #b1b1b1;
  border-radius:5px;
  padding:0.35rem 1rem;
  display:inline-block;
  font-size:0.7rem!important;
  font-weight:400;
  margin-right:0.35rem;
  margin-bottom:0.5rem;
  position:relative;
  text-transform:uppercase
}
.widget_tag_cloud span.tagcount {
  color:#000;
  margin-left:4px;
  font-weight:700;
  font-size:13px
}
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
  background-color:#efefef;
  text-decoration:none;
  color:#000000
}
.footer-widget {
  margin-bottom:40px
}
.widget_nav_menu ul {
  list-style:none;
  padding-left:0!important;
  margin-left:0!important
}
.widget_nav_menu ul li {
  margin-bottom:0;
  line-height:2.2
}
.widget_nav_menu ul li a {
  position:relative;
  display:block;
  border-bottom:1px dashed #ccc;
  padding-left:10px
}
.widget_nav_menu ul li a:before {
  content:"-";
  position:relative;
  left:-11px;
  color:#34ec3c;
  top:0px;
  font-size:22px;
  font-weight:bold
}
.widget_nav_menu ul li .sub-menu {
  margin-left:10px!important
}
.widget_nav_menu ul li .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-left:0px!important
}
.widget_nav_menu .menu {
  padding-left:20px
}
.sidebar-div.widget_nav_menu ul>li {
  border-bottom:none!important
}
.sidebar-div.widget_nav_menu ul>li:last-child {
  border-bottom:none!important
}
.sidebar-div ul.sub-menu {
  margin-bottom:0
}
.sidebar-div ul.sub-menu li {
  border:none
}
.sidebar-div ul.sub-menu .sub-menu {
  padding:0;
  padding-left:10px
}
.sidebar-div ul.sub-menu .sub-menu .sub-menu {
  padding-left:0
}
.sidebar-div .menu-item-has-children {
  margin-bottom:0!important;
  padding-bottom:0!important
}
.sidebar-div ul>li a:not([href]):not([tabindex]) {
  display:none
}
.sidebar-div ul>li a:not([href]):not([tabindex]) {
  display:none
}
.widget_pages li.page_item {
  border:none;
  padding:0!important;
  margin:0!important
}
.widget_pages li.page_item a {
  display:block;
  padding:10px 0;
  border-bottom:1px solid #ececec
}
.widget_pages li.page_item.page_item_has_children {
  border-bottom:1px solid #efefef
}
.widget_pages li.page_item.page_item_has_children .page_item_has_children {
  border-top:none
}
.widget_pages li.page_item .children li:last-child a {
  border-bottom:none
}
.menu-testing-menu-container li a {
  width:100%;
  display:inline-block;
  color:#373636
}
.left-sign-btn-have {
  padding-right:30px
}
input.search-field {
  padding:8px;
  width:100%
}
input.search-submit {
  padding:10px 30px;
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  background:#41bf2b;
  border:none;
  color:#fff
}
.sidebar-div input.search-submit {
  font-size:0.9rem;
  text-transform:none;
  background:#41bf2b
}
header.page-header h1 {
  margin-top:0
}
#search-field input {
  padding-left:15px
}
.page-links {
  clear:both;
  margin:1.5em 0;
  display:flex
}
.page-links a {
  margin-right:5px;
  margin-left:5px
}
.page-links a:first-child {
  margin-left:0
}
.posts-holder .blog-post-txt .page-links a span {
  background:#59ec3c;
  padding:4px 10px;
  display:inline-block;
  margin-bottom:0
}
.page-links span {
  background:#60d343;
  color:#fff;
  display:inline-block;
  padding:1px 13px
}
form.post-password-form input[type=submit] {
  background:#4ac731;
  color:#fff;
  padding:10px 30px;
  font-size:16px
}
form.post-password-form label {
  display:block;
  font-weight:700
}
form.post-password-form input[type=password] {
  display:block;
  padding:10px;
  border:2px solid #e4e4e4
}
.frp-img {
  height:60px;
  width:70px;
  float:left;
  margin-right:15px
}
.frp-content {
  display:table
}
.frp-content span {
  font-size:13px;
  display:block
}
.frp-content h5 {
  margin:0!important;
  font-weight:500
}
.frp-img span.image-block {
  background-size:cover;
  height:60px;
  display:block
}
.frp-content h5 {
  font-size:0.9rem;
  margin-bottom:0px;
  font-weight:400
}
.single-frp {
  display:flow-root;
  padding:1em 0;
  border-bottom:1px dashed #c0c0c0
}
.single-frp:last-child {
  border:none
}
.sticky {
  display:block
}
.posts-holder .sticky .blog-post {
  background:#fafafa;
  border:1px solid #e2e2e2
}
.hentry {
  margin:0 0 1.5em
}
.updated:not(.published) {
  display:none
}
.no-sidebar .site-main {
  max-width:100%;
  flex:0 0 100%;
  -webkit-box-flex:0;
  -ms-flex:0 0 100%
}
.no-sidebar .site-main .posts-holder.p-right-60 {
  padding:0
}
.comment-content a,
.entry-footer a:hover,
.entry-summary a,
.logged-in-as a,
.pingback a,
.site-info a:hover,
.taxonomy-description a,
.textwidget a {
  box-shadow:0 1px 0 0 currentColor
}
.comment-content a:focus,
.comment-content a:hover,
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
.pingback .comment-body>a:focus,
.pingback .comment-body>a:hover,
.taxonomy-description a:focus,
.taxonomy-description a:hover,
.textwidget a:focus,
.textwidget a:hover {
  box-shadow:none
}
.comment-content a {
  word-wrap:break-word
}
.bypostauthor {
  display:block
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
  display:none
}
.infinity-end.neverending .site-footer {
  display:block
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border:none;
  margin-bottom:0;
  margin-top:0;
  padding:0
}
embed,
iframe,
object {
  max-width:100%
}
.custom-logo-link {
  display:inline-block
}
.wp-caption {
  margin-bottom:1.5em;
  max-width:100%
}
.wp-caption img[class*=wp-image-] {
  display:block;
  margin-left:auto;
  margin-right:auto
}
.wp-caption .wp-caption-text {
  margin:0.8075em 0
}
.wp-caption-text {
  text-align:center
}
.gallery {
  margin-bottom:1.5em
}
.gallery-item {
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:100%;
  position:relative;
  overflow:hidden
}
.gallery-columns-2 .gallery-item {
  max-width:50%
}
.gallery-columns-3 .gallery-item {
  max-width:33.33%
}
.gallery-columns-4 .gallery-item {
  max-width:25%
}
.gallery-columns-5 .gallery-item {
  max-width:20%
}
.gallery-columns-6 .gallery-item {
  max-width:16.66%
}
.gallery-columns-7 .gallery-item {
  max-width:14.28%
}
.gallery-columns-8 .gallery-item {
  max-width:12.5%
}
.gallery-columns-9 .gallery-item {
  max-width:11.11%
}
.gallery-caption {
  display:block
}
.gallery-item figcaption {
  position:absolute;
  visibility:hidden;
  bottom:-100px;
  padding:5px;
  background:#777777c7;
  color:#fff;
  transition:0.3s ease-in;
  width:100%
}
.gallery-item img {
  max-width:100%;
  overflow:hidden
}
.gallery-item:hover figcaption {
  visibility:visible;
  bottom:0;
  transition:0.3s ease-in-out
}
.tiled-gallery {
  clear:both;
  margin:0 0 20px;
  overflow:hidden
}
.tiled-gallery img {
  margin:2px!important
}
.tiled-gallery .gallery-group {
  float:left;
  position:relative
}
.tiled-gallery .tiled-gallery-item {
  float:left;
  margin:0;
  position:relative;
  width:inherit
}
.tiled-gallery .gallery-row {
  overflow:hidden
}
.tiled-gallery .tiled-gallery-item a {
  background:transparent;
  border:none;
  color:inherit;
  margin:0;
  padding:0;
  text-decoration:none;
  width:auto
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
  background:none;
  border:none;
  box-shadow:none;
  max-width:100%;
  padding:0;
  vertical-align:middle
}
.tiled-gallery-caption {
  background:#eee;
  background:rgba(255,255,255,0.8);
  color:#333;
  font-size:13px;
  font-weight:400;
  overflow:hidden;
  padding:10px 0;
  position:absolute;
  bottom:0;
  text-indent:10px;
  text-overflow:ellipsis;
  width:100%;
  white-space:nowrap
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  font-size:11px
}
.widget-gallery .tiled-gallery-unresized {
  visibility:hidden;
  height:0px;
  overflow:hidden
}
.tiled-gallery .tiled-gallery-item img.grayscale {
  position:absolute;
  left:0;
  top:0
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity:0
}
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius:50%!important
}
.tiled-gallery.type-circle .tiled-gallery-caption {
  display:none;
  opacity:0
}
.wpcf7 .wpcf7-submit {
  background-color:#42a5f5;
  color:#fff;
  font-size:1rem;
  line-height:1;
  font-weight:400;
  letter-spacing:0;
  padding:1rem 2rem;
  border:2px solid #42a5f5;
  position:relative;
  z-index:2;
  border-radius:4px;
  transition:all 0.5s ease-out
}
#contacts-2 .wpcf7 .wpcf7-submit {
  color:#fff;
  background-color:#41bf2b;
  border-color:#41bf2b
}
body.elementor-editor-active .fixed-top {
  padding:0.75rem 1rem;
  z-index:1
}
body.elementor-editor-active .fixed-top.scroll {
  top:0
}
p.xooapp-sub-heading {
  padding-top:10px
}
.xooapp-logo-desc {
  font-size:1.05rem;
  line-height:1.65
}
.elementor hr {
  margin:15px 0!important;
  background:inherit
}
.mc4wp-form-fields {
  position:relative
}
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
  background:transparent;
  border:0;
  border-bottom:2px solid #fff;
  padding:10px;
  color:#fff;
  width:100%;
  outline:none
}
.mc4wp-form-fields input[type=submit] {
  background:none;
  border:0;
  bottom:2px;
  position:absolute;
  right:0;
  background:#fff;
  padding:10px 30px
}
.mc4wp-form-fields button.btn {
  position:absolute;
  right:0;
  bottom:6px;
  background:none;
  border:transparent
}
.mc4wp-form-fields :-ms-input-placeholder,
.mc4wp-form-fields ::-moz-placeholder,
.mc4wp-form-fields ::-webkit-input-placeholder {
  color:#eee
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-small {
  font-size:15px
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-medium {
  font-size:19px
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-large {
  font-size:29px
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xl {
  font-size:39px
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xxl {
  font-size:52px
}
.elementor-widget-wp-widget-nav_menu ul li a {
  font-size:16.8px;
  line-height:24px
}
.elementor-widget-wp-widget-nav_menu h5 {
  margin-bottom:20px
}
.elementor-widget-wp-widget-nav_menu li {
  margin-bottom:8px
}
.elementor-widget-wp-widget-nav_menu ul li a:hover {
  text-decoration:underline
}
.xooapp-widget-heading.xooapp-widget-heading .xooapp-heading-title {
  color:#222
}
.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow:hidden;
  display:table;
  margin:auto
}
.elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background:#41bf2b;
  border:1px solid #ccc
}
.elementor-tabs-wrapper .elementor-tab-title {
  font-size:17px;
  font-weight:300;
  padding:15px 30px!important;
  margin:0 5px!important;
  display:inline-block!important;
  border:1px solid #ccc!important;
  border-radius:5px
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  border-bottom-style:none
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  margin-top:30px;
  border-style:none
}
.xooapp-button-sm .xooapp-button-list {
  display:inline-block
}
.xooapp-inline-items .xooapp-button-sm {
  display:inline-flex;
  vertical-align:middle
}
.xooapp-inline-items .xooapp-button-sm a {
  display:block;
  margin:10px 0
}
.elementor-button .elementor-align-icon-right {
  float:right;
  margin-left:5px
}
.elementor-widget-wp-widget-nav_menu ul {
  margin:0;
  padding:0;
  list-style:none
}
html {
  -webkit-font-smoothing:antialiased;
  font-size:16px
}
body {
  font-family:"Roboto","sans-serif";
  color:#333;
  font-weight:400;
  word-break:break-word
}
@-webkit-viewport {
  width:device-width
}
@-moz-viewport {
  width:device-width
}
@viewport {
  width:device-width
}
#page {
  overflow:hidden
}
.visible {
  visibility:visible
}
.ind-60 {
  padding-right:60px;
  padding-left:60px
}
.ind-50 {
  padding-right:50px;
  padding-left:50px
}
.ind-45 {
  padding-right:45px;
  padding-left:45px
}
.ind-35 {
  padding-right:35px;
  padding-left:35px
}
.ind-30 {
  padding-right:30px;
  padding-left:30px
}
.ind-25 {
  padding-right:25px;
  padding-left:25px
}
.ind-20 {
  padding-right:20px;
  padding-left:20px
}
.ind-15 {
  padding-right:15px;
  padding-left:15px
}
.ind-10 {
  padding-right:10px;
  padding-left:10px
}
.ind-5 {
  padding-right:5px;
  padding-left:5px
}
.wide-160 {
  padding-top:160px;
  padding-bottom:160px
}
.wide-150 {
  padding-top:150px;
  padding-bottom:150px
}
.wide-140 {
  padding-top:140px;
  padding-bottom:140px
}
.wide-130 {
  padding-top:130px;
  padding-bottom:130px
}
.wide-120 {
  padding-top:120px;
  padding-bottom:120px
}
.wide-110 {
  padding-top:110px;
  padding-bottom:110px
}
.wide-100 {
  padding-top:100px;
  padding-bottom:100px
}
.wide-90 {
  padding-top:100px;
  padding-bottom:90px
}
.wide-80 {
  padding-top:100px;
  padding-bottom:80px
}
.wide-70 {
  padding-top:100px;
  padding-bottom:70px
}
.wide-60 {
  padding-top:100px;
  padding-bottom:60px
}
.wide-50 {
  padding-top:100px;
  padding-bottom:50px
}
.wide-40 {
  padding-top:100px;
  padding-bottom:40px
}
.wide-30 {
  padding-top:100px;
  padding-bottom:30px
}
.m-top-160 {
  margin-top:160px
}
.m-top-150 {
  margin-top:150px
}
.m-top-140 {
  margin-top:140px
}
.m-top-130 {
  margin-top:130px
}
.m-top-120 {
  margin-top:120px
}
.m-top-110 {
  margin-top:110px
}
.m-top-100 {
  margin-top:100px
}
.m-top-90 {
  margin-top:90px
}
.m-top-80 {
  margin-top:80px
}
.m-top-70 {
  margin-top:70px
}
.m-top-60 {
  margin-top:60px
}
.m-top-50 {
  margin-top:50px
}
.m-top-45 {
  margin-top:45px
}
.m-top-40 {
  margin-top:40px
}
.m-top-35 {
  margin-top:35px
}
.m-top-30 {
  margin-top:30px
}
.m-top-25 {
  margin-top:25px
}
.m-top-20 {
  margin-top:20px
}
.m-top-15 {
  margin-top:15px
}
.m-top-10 {
  margin-top:10px
}
.m-top-5 {
  margin-top:5px
}
.m-top-0 {
  margin-top:0
}
.m-bottom-160 {
  margin-bottom:160px
}
.m-bottom-150 {
  margin-bottom:150px
}
.m-bottom-140 {
  margin-bottom:140px
}
.m-bottom-130 {
  margin-bottom:130px
}
.m-bottom-120 {
  margin-bottom:120px
}
.m-bottom-110 {
  margin-bottom:110px
}
.m-bottom-100 {
  margin-bottom:100px
}
.m-bottom-90 {
  margin-bottom:90px
}
.m-bottom-80 {
  margin-bottom:80px
}
.m-bottom-70 {
  margin-bottom:70px
}
.m-bottom-60 {
  margin-bottom:60px
}
.m-bottom-50 {
  margin-bottom:50px
}
.m-bottom-45 {
  margin-bottom:45px
}
.m-bottom-40 {
  margin-bottom:40px
}
.m-bottom-35 {
  margin-bottom:35px
}
.m-bottom-30 {
  margin-bottom:30px
}
.m-bottom-25 {
  margin-bottom:25px
}
.m-bottom-20 {
  margin-bottom:20px
}
.m-bottom-15 {
  margin-bottom:15px
}
.m-bottom-10 {
  margin-bottom:10px
}
.m-bottom-5 {
  margin-bottom:5px
}
.m-bottom-0 {
  margin-bottom:0
}
.m-left-70 {
  margin-left:70px
}
.m-left-60 {
  margin-left:60px
}
.m-left-50 {
  margin-left:50px
}
.m-left-45 {
  margin-left:45px
}
.m-left-40 {
  margin-left:40px
}
.m-left-35 {
  margin-left:35px
}
.m-left-30 {
  margin-left:30px
}
.m-left-25 {
  margin-left:25px
}
.m-left-20 {
  margin-left:20px
}
.m-left-15 {
  margin-left:15px
}
.m-left-10 {
  margin-left:10px
}
.m-left-5 {
  margin-left:5px
}
.m-right-70 {
  margin-right:70px
}
.m-right-60 {
  margin-right:60px
}
.m-right-50 {
  margin-right:50px
}
.m-right-45 {
  margin-right:45px
}
.m-right-40 {
  margin-right:40px
}
.m-right-35 {
  margin-right:35px
}
.m-right-30 {
  margin-right:30px
}
.m-right-25 {
  margin-right:25px
}
.m-right-20 {
  margin-right:20px
}
.m-right-15 {
  margin-right:15px
}
.m-right-10 {
  margin-right:10px
}
.m-right-5 {
  margin-right:5px
}
.p-top-160 {
  padding-top:160px
}
.p-top-150 {
  padding-top:150px
}
.p-top-140 {
  padding-top:140px
}
.p-top-130 {
  padding-top:130px
}
.p-top-120 {
  padding-top:120px
}
.p-top-110 {
  padding-top:110px
}
.p-top-100 {
  padding-top:100px
}
.p-top-90 {
  padding-top:90px
}
.p-top-80 {
  padding-top:80px
}
.p-top-70 {
  padding-top:70px
}
.p-top-60 {
  padding-top:60px
}
.p-top-50 {
  padding-top:50px
}
.p-top-45 {
  padding-top:45px
}
.p-top-40 {
  padding-top:40px
}
.p-top-35 {
  padding-top:35px
}
.p-top-30 {
  padding-top:30px
}
.p-top-25 {
  padding-top:25px
}
.p-top-20 {
  padding-top:20px
}
.p-top-15 {
  padding-top:15px
}
.p-top-10 {
  padding-top:10px
}
.p-bottom-160 {
  padding-bottom:160px
}
.p-bottom-150 {
  padding-bottom:150px
}
.p-bottom-140 {
  padding-bottom:140px
}
.p-bottom-130 {
  padding-bottom:130px
}
.p-bottom-120 {
  padding-bottom:120px
}
.p-bottom-110 {
  padding-bottom:110px
}
.p-bottom-100 {
  padding-bottom:100px
}
.p-bottom-90 {
  padding-bottom:90px
}
.p-bottom-80 {
  padding-bottom:80px
}
.p-bottom-70 {
  padding-bottom:70px
}
.p-bottom-60 {
  padding-bottom:60px
}
.p-bottom-50 {
  padding-bottom:50px
}
.p-bottom-45 {
  padding-bottom:45px
}
.p-bottom-40 {
  padding-bottom:40px
}
.p-bottom-35 {
  padding-bottom:35px
}
.p-bottom-30 {
  padding-bottom:30px
}
.p-bottom-25 {
  padding-bottom:25px
}
.p-bottom-20 {
  padding-bottom:20px
}
.p-bottom-15 {
  padding-bottom:15px
}
.p-bottom-10 {
  padding-bottom:10px
}
.p-bottom-0 {
  padding-bottom:0
}
.p-left-100 {
  padding-left:100px
}
.p-left-90 {
  padding-left:90px
}
.p-left-80 {
  padding-left:80px
}
.p-left-70 {
  padding-left:70px
}
.p-left-60 {
  padding-left:60px
}
.p-left-50 {
  padding-left:50px
}
.p-left-45 {
  padding-left:45px
}
.p-left-40 {
  padding-left:40px
}
.p-left-35 {
  padding-left:35px
}
.p-left-30 {
  padding-left:30px
}
.p-left-25 {
  padding-left:25px
}
.p-left-20 {
  padding-left:20px
}
.p-left-15 {
  padding-left:15px
}
.p-left-10 {
  padding-left:10px
}
.p-left-5 {
  padding-left:5px
}
.p-left-0 {
  padding-left:0px
}
.p-right-100 {
  padding-right:100px
}
.p-right-90 {
  padding-right:90px
}
.p-right-80 {
  padding-right:80px
}
.p-right-70 {
  padding-right:70px
}
.p-right-60 {
  padding-right:60px
}
.p-right-50 {
  padding-right:50px
}
.p-right-45 {
  padding-right:45px
}
.p-right-40 {
  padding-right:40px
}
.p-right-35 {
  padding-right:35px
}
.p-right-30 {
  padding-right:30px
}
.p-right-25 {
  padding-right:25px
}
.p-right-20 {
  padding-right:20px
}
.p-right-15 {
  padding-right:15px
}
.p-right-10 {
  padding-right:10px
}
.p-right-5 {
  padding-right:5px
}
.p-right-0 {
  padding-right:0px
}
.bg-scroll {
  width:100%;
  background-attachment:fixed!important;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover
}
.bg-fixed {
  width:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover
}
.bg-lightgrey {
  background-color:#f0f0f0
}
.bg-grey {
  background-color:#e8e8e8
}
.bg-red {
  background-color:#e35029
}
.bg-yellow {
  background-color:#feca16
}
.bg-green {
  background-color:#42a045
}
.bg-blue {
  background-color:#242d4d
}
.bg-lightblue {
  background-color:#1e88e5
}
.bg-purple {
  background-color:#783bb1
}
.bg-lightpurple {
  background-color:#715fef
}
.b-top {
  border-top:1px solid #ddd
}
.b-bottom {
  border-bottom:1px solid #ddd
}
.b-left {
  border-left:1px solid #ddd
}
.b-right {
  border-right:1px solid #ddd
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#222;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  letter-spacing:-0.025rem;
  margin-bottom:15px
}
h5.h5-xs {
  font-size:1.125rem
}
h5.h5-sm {
  font-size:1.1875rem
}
h5.h5-md {
  font-size:1.25rem
}
h5.h5-lg {
  font-size:1.375rem
}
h5.h5-xl {
  font-size:1.5rem
}
h4.h4-xs {
  font-size:1.625rem
}
h4.h4-sm {
  font-size:1.75rem
}
h4.h4-md {
  font-size:1.875rem
}
h4.h4-lg {
  font-size:2rem
}
h4.h4-xl {
  font-size:2.125rem
}
h3.h3-xs {
  font-size:2.375rem
}
h3.h3-sm {
  font-size:2.5rem
}
h3.h3-md {
  font-size:2.625rem
}
h3.h3-lg {
  font-size:2.75rem
}
h3.h3-xl {
  font-size:3rem
}
h2.h2-xs {
  font-size:3.25rem
}
h2.h2-sm {
  font-size:3.375rem
}
h2.h2-md {
  font-size:3.5rem
}
h2.h2-lg {
  font-size:3.75rem
}
h2.h2-xl {
  font-size:4rem
}
p.p-sm {
  font-size:0.95rem
}
p.p-md {
  font-size:1.125rem
}
p.p-lg {
  font-size:1.25rem
}
p.p-xl {
  font-size:1.3175rem
}
a {
  color:#333;
  text-decoration:none;
  transition:all 400ms ease-in-out
}
a:hover {
  color:#666;
  text-decoration:none
}
a:focus {
  outline:none;
  text-decoration:none
}
.btn,
.xooapp-button-type-button {
  background-color:#e35029;
  color:#fff;
  font-size:1rem;
  line-height:1;
  font-weight:400;
  letter-spacing:0;
  padding:1rem 2rem;
  border:2px solid #e35029;
  position:relative;
  z-index:2;
  border-radius:4px;
  transition:all 0.5s ease-out
}
.btn:before,
.xooapp-button-type-button:before {
  background-color:rgba(255,255,255,0.15);
  position:absolute;
  top:0;
  left:50%;
  right:50%;
  bottom:0;
  opacity:0;
  content:"";
  z-index:-2;
  transition:0.5s all ease;
  border-radius:2px
}
.btn-tra-black:before,
.btn-white:before {
  background-color:rgba(0,0,0,0.75)
}
.btn-black {
  color:#fff;
  background-color:#333;
  border-color:#333
}
.btn-white {
  color:#333;
  background-color:#fff;
  border-color:#fff
}
.btn-tra-white {
  color:#fff;
  background-color:transparent;
  border-color:#fff
}
.btn-tra-black {
  color:#333;
  background-color:transparent;
  border-color:#333
}
.btn-yellow {
  color:#333;
  background-color:#feca16;
  border-color:#feca16
}
.white-color .btn-yellow {
  color:#333
}
.btn-lightblue {
  color:#fff;
  background-color:#42a5f5;
  border-color:#42a5f5
}
.btn-green {
  color:#fff;
  background-color:#56a959;
  border-color:#56a959
}
.btn-lightgreen {
  color:#fff;
  background-color:#41bf2b;
  border-color:#41bf2b
}
.btn-purple {
  color:#fff;
  background-color:#513c97;
  border-color:#513c97
}
.btn-lightpurple {
  color:#fff;
  background-color:#715fef;
  border-color:#715fef
}
.btn-teal {
  color:#fff;
  background-color:#2c95ce;
  border-color:#2c95ce
}
.fa:before {
  font-family:Fontawesome
}
.btn:hover {
  color:#fff
}
.btn-tra-yellow:hover,
.btn-yellow:hover {
  color:#333
}
.btn-white:hover {
  border-color:#444
}
.btn:hover:before,
.xooapp-button-type-button:hover:before {
  left:0;
  right:0;
  opacity:1;
  transition:0.5s all ease
}
.btn:focus,
.xooapp-button-type-button:focus {
  color:#fff;
  box-shadow:none
}
a.store {
  margin-right:15px;
  margin-bottom:10px;
  display:inline-block
}
.btn:last-child,
a.store:last-child {
  margin-right:0
}
.modal-video {
  display:inline-block;
  vertical-align:middle;
  line-height:2.15rem
}
.modal-video a {
  font-size:1.05rem;
  line-height:2.15rem;
  font-weight:400
}
.modal-video a span {
  font-size:2.15rem;
  line-height:2.15rem;
  margin-right:4px;
  vertical-align:middle
}
.play-icon-green {
  width:120px;
  height:120px;
  position:absolute;
  background:#41bf2b;
  border-radius:100%;
  z-index:99;
  color:#fff;
  font-size:40px;
  top:50%;
  left:50%;
  margin-top:-60px;
  margin-left:-60px
}
.play-icon-green:after {
  content:"";
  font-family:fontawesome;
  position:absolute;
  top:24%;
  left:42%
}
.play-icon-green:before {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  display:block;
  width:130px;
  height:130px;
  background:-o-linear-gradient(-164deg,#41bf2b 0%,#41bf2b 48%,#41bf2b 100%);
  border-radius:50%;
  animation:pulse-border 2000ms ease-out infinite
}
.play-icon-green:hover {
  opacity:1
}
@keyframes pulse-border {
  0% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1
  }
  to {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity:0
  }
}
.box-icon i,
.box-icon span {
  font-size:4rem
}
.box-icon-xs span {
  font-size:3rem
}
.box-icon-sm span {
  font-size:3.5rem
}
.box-icon-md span {
  font-size:4.5rem
}
.box-icon-lg span {
  font-size:9rem
}
.box-icon-xl span {
  font-size:5.5rem
}
.grey-icon span {
  color:#757575
}
.red-icon span {
  background:-webkit-gradient(linear,left top,left bottom,from(#ee041a),to(#ff8212));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.green-icon span {
  background:-webkit-gradient(linear,left top,left bottom,from(#029c09),to(#02ce0b));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.blue-icon i {
  background:-webkit-gradient(linear,left top,left bottom,from(#1d07f4),to(#37a7fc));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.skyblue-icon span {
  color:#42a5f5
}
.purple-icon span {
  background:-webkit-gradient(linear,left top,left bottom,from(#1d07f4),to(#f402b8));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.box-icon-lg span i:before {
  position:static
}
.quote p {
  color:#666;
  font-style:italic;
  border-left:3px solid #6bbb28;
  padding-left:20px;
  margin-top:25px;
  margin-bottom:20px
}
.elementor-widget-container blockquote,
blockquote {
  box-shadow:none;
  border-left:3px solid #6bbb28;
  padding-left:20px;
  margin-top:25px;
  margin-bottom:25px;
  margin-left:0
}
.quote-avatar {
  display:inline-block;
  margin:0 auto;
  border-radius:100%;
  overflow:hidden;
  float:left
}
.quote-avatar img {
  width:60px;
  height:60px;
  border-radius:100%
}
.quote-author {
  display:inline-block;
  padding:0 0 0 15px;
  text-align:left;
  position:relative;
  top:10px
}
.quote-author h5 {
  margin-bottom:0
}
.quote-author span {
  font-size:1rem;
  font-weight:300;
  display:block
}
.app-devices {
  padding:15px 0 0 5px
}
.app-devices i {
  color:rgba(50,50,50,0.3);
  font-size:2.6rem;
  line-height:1!important;
  float:left;
  margin-right:0.65rem
}
.bg-green .app-devices i,
.bg-lightblue .app-devices i,
.bg-lightpurple .app-devices i {
  color:rgba(240,240,240,0.5)
}
.app-devices i.f-tablet {
  transform:rotate(90deg)
}
.app-devices i.f-phone {
  margin-right:1.25rem
}
.app-devices-desc p {
  font-style:italic;
  line-height:1.25;
  padding-right:20%;
  margin-bottom:0
}
.box-list-icon {
  font-size:0.9rem;
  line-height:1.5rem;
  float:left;
  margin-right:10px
}
.box-list p {
  overflow:hidden;
  margin-bottom:8px
}
.section-title {
  position:relative;
  text-align:center;
  padding:0 10%;
  margin-bottom:60px
}
.section-title h2 {
  letter-spacing:-1.5px;
  margin-bottom:10px
}
.section-title p {
  font-size:1.3125rem;
  padding:0 15%
}
#content-7 .section-title p {
  margin-top:20px;
  padding:0 5%
}
#content-8 .section-title {
  margin-bottom:20px
}
#content-8 .section-title p {
  margin-top:20px;
  padding:0 5%
}
.txt-300 {
  font-weight:300
}
.txt-400 {
  font-weight:400
}
.txt-500 {
  font-weight:500
}
.txt-600 {
  font-weight:600
}
.txt-700 {
  font-weight:700
}
.txt-800 {
  font-weight:800
}
.txt-900 {
  font-weight:900
}
.txt-upper {
  text-transform:uppercase
}
.white-color {
  color:#fff
}
.white-color a,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color i,
.white-color li,
.white-color p,
.white-color span {
  color:#fff
}
.grey-color {
  color:#666
}
.grey-color a,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color li,
.grey-color p,
.grey-color span {
  color:#666
}
.lightgrey-color {
  color:#ccc
}
.lightgrey-color a,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color li,
.lightgrey-color p,
.lightgrey-color span {
  color:#ccc
}
.yellow-color {
  color:#f4c744
}
.yellow-color a,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color i,
.yellow-color li,
.yellow-color p,
.yellow-color span {
  color:#f4c744
}
.green-color {
  color:#42a045
}
.green-color a,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color i,
.green-color li,
.green-color p,
.green-color span {
  color:#42a045
}
.blue-color {
  color:#01b7de
}
.blue-color a,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color i,
.blue-color li,
.blue-color p,
.blue-color span {
  color:#01b7de
}
.red-color {
  color:#e35029
}
.red-color a,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6,
.red-color i,
.red-color li,
.red-color p,
.red-color span {
  color:#e35029
}
#loader-wrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1111;
  background-color:#fff
}
#loader {
  display:block;
  position:relative;
  left:50%;
  top:50%;
  margin:-50px 0 0 -50px
}
.cssload-flex-container li {
  height:100px;
  width:100px;
  position:relative;
  text-align:center
}
.cssload-loading {
  display:inline-block;
  position:relative;
  width:83px;
  height:83px;
  border-radius:100%;
  -o-border-radius:100%;
  -ms-border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border:5px solid transparent;
  border-bottom:5px solid #282828;
  border-left:5px solid #282828;
  animation:cssload-spinR 2.3s linear infinite;
  -o-animation:cssload-spinR 2.3s linear infinite;
  -ms-animation:cssload-spinR 2.3s linear infinite;
  -webkit-animation:cssload-spinR 2.3s linear infinite;
  -moz-animation:cssload-spinR 2.3s linear infinite
}
.cssload-loading:after,
.cssload-loading:before {
  content:"";
  display:block;
  border-radius:100%;
  -o-border-radius:100%;
  -ms-border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  position:absolute
}
.cssload-loading:before {
  height:49px;
  width:49px;
  border:3px solid transparent;
  border-top:3px solid #282828;
  border-right:3px solid #282828;
  animation:cssload-spinL 0.86s linear infinite;
  -o-animation:cssload-spinL 0.86s linear infinite;
  -ms-animation:cssload-spinL 0.86s linear infinite;
  -webkit-animation:cssload-spinL 0.86s linear infinite;
  -moz-animation:cssload-spinL 0.86s linear infinite;
  transform-origin:center center;
  -o-transform-origin:center center;
  -ms-transform-origin:center center;
  -webkit-transform-origin:center center;
  -moz-transform-origin:center center;
  top:11%;
  left:11%
}
.cssload-loading:after {
  height:10px;
  width:10px;
  background:transparent;
  border:2px solid #282828;
  top:35.5%;
  left:35.5%
}
@keyframes cssload-spinR {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes cssload-spinL {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(-360deg)
  }
}
.navbar-brand {
  padding-top:0.3125rem;
  padding-bottom:0.3125rem;
  margin-right:1rem;
  font-size:1.25rem
}
.navbar-dark .navbar-nav .nav-link {
  color:#fff
}
.navbar-light .navbar-nav .nav-link {
  color:#555
}
.bg-light {
  background-color:#fff!important;
  box-shadow:0 0 2px rgba(50,50,50,0.4)
}
.single-post .bg-light {
  box-shadow:none
}
.header .nb-line {
  border-bottom:1px solid rgba(255,255,255,0.18)
}
.navbar {
  min-height:68px;
  padding:0;
  transition:all 400ms ease-in-out
}
.navbar.bg-tra {
  padding:2.25rem 1rem;
  background-color:transparent
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size:1.05rem;
  font-weight:500;
  padding:0.45rem 1.3rem;
  margin-left:1px;
  border-radius:4px
}
.navbar-expand-lg .navbar-nav .nav-link.pre-link {
  position:relative
}
.navbar-expand-lg .navbar-nav .nav-link span {
  background-color:#41bf2b;
  width:5px;
  height:5px;
  display:block;
  border-radius:100%;
  position:absolute;
  top:28px;
  right:20px
}
li.nav-item.nl-simple:hover {
  background:transparent
}
li.nav-item.nl-simple.nav-item.nl-simple {
  padding:1.45rem 0rem
}
li.nav-item.nl-simple.nav-item.nl-simple:hover a {
  background:#ffffff21
}
.nav-item.dropdown.nav-item.dropdown:not(li) {
  padding:1.45rem 0rem
}
.scroll li.nav-item.nl-simple.nav-item.nl-simple:hover a {
  color:#000!important
}
.dropdown-item,
.menu-item-has-children>.dropdown-item {
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  word-break:break-word;
  white-space:inherit
}
.menu-item-has-children>.dropdown-item:after {
  vertical-align:0.075em;
  font-size:12px;
  content:"";
  border:none;
  font-family:FontAwesome;
  float:right;
  position:relative;
  top:6px
}
.dropdown-menu a {
  display:block;
  padding:0.5rem 1.5rem;
  position:relative
}
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  background-color:#f1f2f3
}
.dropdown-menu a:focus:before,
.dropdown-menu a:hover:before {
  color:#fff;
  text-decoration:none;
  background-color:#50c63f;
  content:"";
  width:3px;
  height:100%;
  position:absolute;
  left:0;
  top:0
}
.nl-simple .dropdown-item {
  display:block;
  padding:0.5rem 1.5rem;
  position:relative
}
.nl-simple .dropdown-item:focus,
.nl-simple .dropdown-item:hover {
  background-color:#f1f2f3
}
.nl-simple .dropdown-item:focus:before,
.nl-simple .dropdown-item:hover:before {
  color:#fff;
  text-decoration:none;
  background-color:#50c63f;
  content:"";
  width:3px;
  height:100%;
  position:absolute;
  left:0;
  top:0
}
.dropdown-item.active,
.dropdown-item:active {
  color:#fff;
  text-decoration:none;
  background-color:#5fd342
}
.edge .menu-item-has-children>.dropdown-item:after {
  content:""
}
.dropdown-toggle:after {
  vertical-align:0.075em;
  font-size:12px;
  content:"";
  border:none;
  font-family:FontAwesome;
  float:right;
  margin-top:2px;
  margin-left:5px
}
ul.header-social-area {
  list-style:none;
  margin:0;
  padding:0
}
.header-socials {
  margin-left:10px;
  display:inline-block;
  text-align:center;
  line-height:4.5
}
.header-socials span {
  width:auto!important;
  display:inline-block;
  vertical-align:middle;
  margin-left:5px
}
.header-socials a {
  width:38px;
  height:38px;
  background-color:transparent;
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:38px!important;
  border:2px solid #fff;
  margin-left:3px;
  border-radius:100%
}
.navbar-light .header-socials a {
  color:#333;
  border:2px solid #333
}
.header-socials a:hover {
  background-color:rgba(255,255,255,0.65);
  border-color:rgba(255,255,255,0.45);
  color:#333
}
.navbar-light .header-socials a:hover {
  background-color:rgba(20,20,20,0.75);
  border-color:rgba(20,20,20,0.45);
  color:#fff
}
.header-store {
  margin-left:5px;
  line-height:4.5
}
.header-store span {
  padding:8px 30px;
  border:1px solid #ccc;
  border-radius:26px;
  color:#fff;
  line-height:50px
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color:#50c63f;
  background-color:transparent
}
.navbar-dark .nav-link:focus,
.navbar-dark .nav-link:hover {
  color:#fff;
  background-color:transparent
}
#navbarSupportedContent .navbar-nav {
  display:flow-root;
  display:-webkit-box;
  line-height:1
}
.fixed-top.scroll {
  top:0px;
  border-bottom:1px solid #e0e0e0
}
.navbar.scroll.bg-tra {
  padding:0;
  background-color:#fcfcfc;
  box-shadow:0 0 2px rgba(50,50,50,0.4)
}
.navbar.scroll.navbar-dark.bg-tra .nav-link {
  color:#666
}
.navbar.scroll.navbar-dark.bg-tra .header-store span {
  color:#666
}
.navbar.scroll .header-socials a {
  color:#666;
  border:2px solid #666
}
.navbar.scroll .header-socials a.ico-facebook:hover {
  background-color:#3b5998;
  border-color:#3b5998;
  color:#fff
}
.navbar.scroll .header-socials a.ico-twitter:hover {
  background-color:#00a9ed;
  border-color:#00a9ed;
  color:#fff
}
.navbar.scroll .header-socials a.ico-behance:hover {
  background-color:#2473f6;
  border-color:#2473f6;
  color:#fff
}
.navbar.scroll .header-socials a.ico-google-plus:hover {
  background-color:#cd1111;
  border-color:#cd1111;
  color:#fff
}
.navbar.scroll .header-socials a.ico-linkedin:hover {
  background-color:#015886;
  border-color:#015886;
  color:#fff
}
.navbar.scroll .header-socials a.ico-dribbble:hover {
  background-color:#d92d84;
  border-color:#d92d84;
  color:#fff
}
.navbar.scroll .header-socials a.ico-instagram:hover {
  background-color:#beb3a8;
  border-color:#beb3a8;
  color:#fff
}
.navbar.scroll .header-socials a.ico-pinterest:hover {
  background-color:#ac281a;
  border-color:#ac281a;
  color:#fff
}
.navbar.scroll .header-socials a.ico-youtube:hover {
  background-color:#cd1b20;
  border-color:#cd1b20;
  color:#fff
}
.navbar.scroll .header-socials a.ico-tumblr:hover {
  background-color:#3a5976;
  border-color:#3a5976;
  color:#fff
}
.navbar.scroll .header-socials a.ico-vk:hover {
  background-color:#3b5998;
  border-color:#3b5998;
  color:#fff
}
.navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
  color:#888;
  border-color:#888;
  padding:0.25rem 0.5rem;
  font-size:1.05rem
}
.navbar-dark.bg-tra .navbar-toggler-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%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-toggler:focus {
  outline:0
}
.logged-in.admin-bar .fixed-top {
  top:32px
}
.logo-black,
.logo-white {
  display:block
}
.logo-black img,
.logo-white img {
  min-width:130px
}
a.custom-logo-link img {
  width:130px
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background:none
}
.navbar-dark.bg-dark .logo-black,
.navbar-dark.bg-tra .logo-black,
.navbar-light.bg-light .logo-white,
.navbar-light.bg-tra .logo-white,
.scroll.navbar-dark.bg-tra .logo-white {
  display:none
}
.navbar-dark.bg-dark .logo-white,
.navbar-dark.bg-tra .logo-white,
.navbar-light.bg-light .logo-black,
.navbar-light.bg-tra .logo-black,
.scroll.navbar-dark.bg-tra .logo-black {
  display:block
}
.hero-section .container {
  position:relative;
  z-index:10
}
#hero-1 {
  position:relative;
  background-position:center bottom;
  padding-top:180px;
  padding-bottom:100px
}
#hero-2 {
  background-position:right bottom
}
#hero-3 {
  position:relative
}
#hero-4 {
  padding-top:170px
}
#hero-5 {
  padding-top:160px;
  padding-bottom:80px
}
#hero-7 {
  background-position:bottom center;
  padding-top:150px;
  padding-bottom:100px
}
.hero-9-text {
  background-position:center bottom
}
#hero-10 {
  padding-top:150px;
  padding-bottom:100px
}
#hero-11 {
  position:relative;
  background:linear-gradient(to bottom,#783bb1 0%,#472fad 100%)
}
.hero-row-200 {
  padding-top:220px;
  padding-bottom:180px
}
.hero-row-180 {
  padding-top:200px;
  padding-bottom:160px
}
.hero-row-160 {
  padding-top:180px;
  padding-bottom:140px
}
.hero-row-140 {
  padding-top:160px;
  padding-bottom:140px
}
.hero-row-120 {
  padding-top:150px;
  padding-bottom:120px
}
.hero-row-100 {
  padding-top:130px;
  padding-bottom:100px
}
.hero-app-logo {
  margin-bottom:25px
}
#hero-4 .hero-app-logo {
  margin-bottom:30px
}
#hero-8 .hero-app-logo {
  margin-bottom:40px
}
.hero-app-logo span {
  font-size:4.25rem;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  letter-spacing:-3px;
  padding-left:20px
}
.xooapp-logo-img {
  width:175px
}
.footer-socials-links h5,
.xooapp-logo-desc p:last-of-type {
  margin-bottom:0
}
#hero-1 .hero-txt {
  margin-top:120px
}
#hero-9-content {
  padding-top:180px;
  padding-bottom:380px
}
.hero-section h2,
.hero-section h3,
.hero-section h4 {
  margin-bottom:20px
}
#hero-1.hero-section h2 {
  margin-bottom:25px
}
#hero-10.hero-section h2 {
  margin-bottom:35px
}
.hero-section h2 span,
.hero-section h3 span,
.hero-section h4 span {
  font-weight:700
}
#hero-1 .hero-txt p,
#hero-11 .hero-txt p {
  padding-right:5%
}
#hero-5 .hero-txt p {
  padding-right:15%
}
#hero-8 .hero-txt p {
  padding-bottom:30px
}
#hero-9 .hero-txt p {
  padding:0 10%;
  margin-bottom:30px
}
#hero-12 .hero-txt p {
  padding-bottom:10px
}
.hero-links {
  margin-top:10px
}
.hero-links span {
  font-size:0.95rem;
  line-height:1;
  margin-right:25px
}
.hero-links span:last-child {
  margin-right:0
}
.hero-links span a {
  text-decoration:underline
}
.hero-links span a:hover {
  color:#444
}
#hero-4 .btn {
  margin-top:25px;
  margin-bottom:50px
}
.hero-stores-badge {
  margin-top:40px
}
#hero-12 .hero-stores-badge {
  margin-top:30px
}
.hero-stores-badge p {
  font-weight:500;
  margin-bottom:10px
}
.hero-stores-badge span {
  display:block;
  font-size:0.9rem;
  font-style:italic;
  line-height:1;
  margin-top:20px
}
.hero-stores-badge img {
  margin-right:15px
}
.hero-boxes {
  margin-top:70px
}
.hbox {
  width:20%;
  display:inline-block;
  float:left;
  text-align:center
}
.hbox span {
  display:block;
  margin-bottom:14px
}
.hero-img {
  text-align:center
}
.hero-3-img {
  background-image:url(../images/hero-3-img.png);
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size:cover;
  position:absolute;
  top:0;
  bottom:2%;
  width:50%;
  left:50%
}
.hero-9-image img {
  margin-top:-320px
}
.hero-11-img {
  background-image:url(../images/hero-11-img.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  position:absolute;
  top:0;
  bottom:0;
  width:40%;
  left:60%
}
#hero-2 .newsletter-form {
  margin-top:40px;
  margin-right:10%;
  display:flex;
  padding-left:0
}
#hero-2 .newsletter-form ::-moz-placeholder,
#hero-2 .newsletter-form ::-ms-input-placeholder,
#hero-2 .newsletter-form ::-webkit-input-placeholder {
  color:#999
}
#hero-2 .newsletter-form .form-control {
  height:54px;
  background-color:#fff;
  border:1px solid #eee;
  border-right:none;
  color:#222;
  font-size:1.05rem;
  font-weight:400;
  padding:0 1.4rem;
  box-shadow:none;
  border-radius:20px 0 0 20px
}
#hero-2 .newsletter-form .form-control:focus {
  border:1px solid #eee;
  border-right:none;
  outline:0;
  box-shadow:none
}
#hero-2 .newsletter-form .form-control.subscribe-text:-ms-input-placeholder,
#hero-2 .newsletter-form .form-control.subscribe-text::-moz-placeholder,
#hero-2 .newsletter-form .form-control.subscribe-text::-webkit-input-placeholder {
  color:#999
}
#hero-2 .newsletter-form .btn {
  height:54px;
  background-color:#fff;
  border-color:#fff;
  color:#f4c744;
  bottom:0;
  position:relative;
  font-size:1.25rem;
  padding:0 1.4rem;
  border-radius:0 20px 20px 0
}
#hero-2 .newsletter-form .btn:hover {
  color:#444
}
#hero-2 .newsletter-form input.subscribe-text.form-control::-webkit-input-placeholder {
  color:#999
}
.mc4wp-form-fields input::-webkit-input-placeholder {
  color:#fff
}
.mc4wp-form-fields .btn:hover:before {
  background:none
}
.mc4wp-response p {
  color:#fff;
  margin-left:30px
}
#features-4 .bg-inner {
  background-image:url(../images/tra-bg-1.png);
  background-position:center center;
  position:relative;
  z-index:1
}
#features-5 {
  position:relative;
  z-index:1;
  padding-top:120px;
  padding-bottom:90px;
  margin-bottom:50px;
  margin-top:50px
}
.features-6-content {
  position:relative;
  z-index:1
}
#features-2 .col-md-6 {
  padding-right:10px;
  padding-left:10px
}
.fbox-1 {
  margin-bottom:40px
}
.fbox-1 .m-img {
  margin-bottom:10px
}
.fbox-2 {
  background-color:#fff;
  padding:50px 30px;
  border-radius:4px;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  margin-bottom:40px
}
.fbox-3 {
  position:relative;
  background-color:#fff;
  border:1px solid #d0d0d0;
  border-radius:4px;
  padding:50px 30px;
  margin-bottom:30px;
  transition:all 300ms ease-in-out
}
.fbox-3 .box-line {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background-color:transparent;
  opacity:0;
  transition:all 300ms ease-in-out
}
.fbox-3 span {
  color:#555;
  transition:all 300ms ease-in-out
}
.fbox-3:hover {
  box-shadow:0 0 20px rgba(0,0,0,0.2)
}
.fbox-3:hover h5 {
  color:#222
}
.fbox-3.rose-hover:hover {
  border-top:1px solid #f402b8
}
.fbox-3.rose-hover:hover .box-line {
  background-color:#f402b8;
  opacity:1
}
.fbox-3.rose-hover:hover span {
  color:#f402b8
}
.fbox-3.rose-hover:hover span i {
  color:#f402b8
}
.fbox-3.red-hover:hover {
  border-top:1px solid #ee041a
}
.fbox-3.red-hover:hover .box-line {
  background-color:#ee041a;
  opacity:1
}
.fbox-3.red-hover:hover span {
  color:#ee041a
}
.fbox-3.red-hover:hover span i {
  color:#ee041a
}
.fbox-3.orange-hover:hover {
  border-top:1px solid #ff8212
}
.fbox-3.orange-hover:hover .box-line {
  background-color:#ff8212;
  opacity:1
}
.fbox-3.orange-hover:hover span {
  color:#ff8212
}
.fbox-3.orange-hover:hover span i {
  color:#ff8212
}
.fbox-3.green-hover:hover {
  border-top:1px solid #4fcb36
}
.fbox-3.green-hover:hover .box-line {
  background-color:#4fcb36;
  opacity:1
}
.fbox-3.green-hover:hover span {
  color:#4fcb36
}
.fbox-3.green-hover:hover span i {
  color:#4fcb36
}
.fbox-3.blue-hover:hover {
  border-top:1px solid #1d07f4
}
.fbox-3.blue-hover:hover .box-line {
  background-color:#1d07f4;
  opacity:1
}
.fbox-3.blue-hover:hover span {
  color:#1d07f4
}
.fbox-3.blue-hover:hover span i {
  color:#1d07f4
}
.fbox-3.skyblue-hover:hover {
  border-top:1px solid #01b7de
}
.fbox-3.skyblue-hover:hover .box-line {
  background-color:#01b7de;
  opacity:1
}
.fbox-3.skyblue-hover:hover span {
  color:#01b7de
}
.fbox-3.skyblue-hover:hover span i {
  color:#01b7de
}
.fbox-3.purple-hover:hover {
  border-top:1px solid #783bb1
}
.fbox-3.purple-hover:hover .box-line {
  background-color:#783bb1;
  opacity:1
}
.fbox-3.purple-hover:hover span {
  color:#783bb1
}
.fbox-3.purple-hover:hover span i {
  color:#783bb1
}
.fbox-5 {
  margin-bottom:30px
}
.fbox-6 {
  margin-bottom:40px
}
.fbox-5-txt,
.fbox-6-txt {
  overflow:hidden;
  padding-left:20px
}
.fbox-1 h5,
.fbox-2 h5,
.fbox-3 h5 {
  margin-top:15px;
  margin-bottom:10px
}
.fbox-4 h5 {
  margin-top:8px;
  margin-bottom:8px
}
.fbox-3 h5 {
  color:#757575;
  transition:all 300ms ease-in-out
}
.fbox-1 p,
.fbox-2 p,
.fbox-3 p,
.fbox-4 p,
.fbox-5 p,
.fbox-6 p {
  line-height:1.5;
  margin-bottom:0
}
.fbox-5 span,
.fbox-6 span {
  width:65px;
  height:65px;
  text-align:center;
  float:left
}
.fbox-4-img {
  margin-top:-60px;
  margin-bottom:-60px;
  position:relative;
  z-index:999;
  position:relative
}
.features-5-img {
  background-image:url(../images/features-5-img.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  position:absolute;
  top:0;
  bottom:0;
  width:50%;
  left:50%
}
.features-6-img {
  background-image:url(../images/features-5-img.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  position:absolute;
  top:0;
  bottom:0;
  width:50%;
  left:50%;
  background-image:url(../images/features-6-img.png)
}
#content-5 .bg-inner {
  position:relative;
  z-index:1
}
.content-7-image {
  background-image:url(../images/content-7.png);
  background-position:bottom bottom;
  padding-bottom:60px
}
#content-7 .content-img {
  margin-top:-80px;
  margin-bottom:50px
}
#content-7 .section-title {
  margin-bottom:120px
}
.content-txt {
  margin-bottom:40px
}
.cbox-1-txt {
  overflow:hidden;
  margin-left:85px
}
.content-txt h2.h2-xs {
  margin-bottom:25px
}
.content-txt h5.h5-md {
  margin-top:25px;
  margin-bottom:10px
}
.content-txt .cbox-1 h5.h5-md {
  line-height:1.3;
  margin-top:0;
  margin-bottom:12px
}
.content-txt .btn {
  margin-top:20px
}
.cbox-1 {
  margin-bottom:20px
}
.cbox-1 span {
  width:70px;
  height:70px;
  text-align:center;
  float:left
}
.content-img {
  text-align:center;
  margin-bottom:40px
}
.content-5-img {
  text-align:center;
  margin-bottom:-80px;
  position:relative;
  z-index:999;
  position:relative
}
#pills-tab {
  margin:0 auto 80px
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color:#e35029;
  border-color:#e35029;
  color:#fff;
  box-shadow:0 0 3px rgba(10,10,10,0.05)
}
.nav-pills.yellow-navi .nav-link.active {
  background-color:#feca16;
  border-color:#feca16;
  color:#333
}
.nav-pills.green-navi .nav-link.active {
  background-color:#41bf2b;
  border-color:#41bf2b
}
.nav-pills.blue-navi .nav-link.active {
  background-color:#42a5f5;
  border-color:#42a5f5
}
.nav-pills .nav-link {
  background-color:transparent;
  border:1px solid #ccc;
  color:#999;
  font-size:1.1rem;
  padding:10px 30px;
  margin-right:10px;
  transition:all 450ms ease-in-out
}
#statistic-1 {
  background-image:url(../images/tra-bg-2.png)
}
.statistic-block {
  text-align:center;
  margin-bottom:30px
}
.statistic-block {
  padding:40px;
  margin-bottom:0
}
.statistic-number {
  font-size:4.25rem;
  line-height:1;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:10px
}
#statistic-2 .statistic-number {
  font-size:4rem;
  letter-spacing:-0.5px;
  margin-top:12px;
  margin-bottom:6px
}
.statistic-txt {
  margin-top:10px
}
.statistic-txt p {
  padding:0 2%;
  margin-bottom:0
}
#statistic-2 .b-bottom {
  border-bottom:1px solid #ccc
}
#statistic-2 .b-right {
  border-right:1px solid #ccc
}
#video-1 {
  background-image:url(../images/tra-bg-1.png)
}
#video-3 {
  background-image:url(../images/tra-bg-2.png);
  padding-top:100px;
  padding-bottom:150px
}
#video-4 {
  padding-top:150px;
  padding-bottom:100px
}
.video-inner-bg {
  background-color:rgba(255,255,255,0.6);
  position:relative;
  z-index:1;
  margin-right:40px;
  margin-left:40px
}
#video-4 .video-inner-bg {
  margin-right:30px;
  margin-left:30px;
  box-shadow:0 0 10px rgba(0,0,0,0.1)
}
#video-3 .section-title {
  margin-bottom:6.25rem
}
a.video-popup span i {
  font-size:34px;
  color:#6d6d6d;
  position:relative
}
.entry-video {
  width:100%;
  overflow:hidden
}
.entry-video iframe {
  width:100%
}
.entry-video video {
  width:100%
}
.video-content {
  background-color:#fff;
  padding:100px 80px;
  position:relative;
  z-index:999;
  margin-top:-50px;
  margin-bottom:-50px
}
#video-4 .video-content {
  background-color:transparent;
  padding:0;
  margin:-50px 70px
}
.video-txt h2,
.video-txt h4 {
  margin-bottom:25px
}
#video-1 p {
  padding:0 5%;
  margin-top:10px;
  margin-bottom:30px
}
.video-section .btn {
  margin-top:20px
}
.video-preview {
  text-align:center
}
#video-1 .video-preview {
  position:relative;
  margin-top:60px
}
#screens-1 {
  padding-top:100px;
  padding-bottom:150px
}
.screenshots-wrap {
  position:relative;
  margin-bottom:100px
}
#screens-1 .screenshots-wrap {
  margin-top:78px
}
.slick-slide {
  width:298px
}
.carousel-item {
  opacity:0.25;
  transition:all 450ms ease-in-out
}
.app-slide .carousel-item {
  transform:scale(0.9)
}
.carousel-item.slick-current {
  opacity:1
}
.app-slide .carousel-item.slick-current {
  transform:scale(1)
}
.iphone-frame {
  position:absolute;
  top:-79px;
  width:100%;
  height:100%;
  z-index:2
}
.iphone-frame img {
  max-width:350px;
  margin:0 auto;
  display:block
}
.screens-section .slick-dots {
  position:absolute;
  z-index:4;
  bottom:-150px
}
.screens-2.screens-section .slick-dots {
  bottom:-60px
}
.screens-section .slick-dots li {
  margin:0 2px;
  width:15px;
  height:15px
}
.screens-section .slick-dots li button:before {
  content:"";
  background:#aaa;
  border-radius:50%;
  opacity:1;
  width:8px;
  height:8px;
  left:auto;
  transition:all ease-in-out 0.2s
}
.screens-section.bg-lightgrey .slick-dots li button:before {
  content:"";
  background:#aaa;
  border-radius:50%;
  opacity:1;
  width:8px;
  height:8px;
  left:auto;
  transition:all ease-in-out 0.2s
}
.no-bg.screens-section.bg-lightgrey .slick-dots li button:before,
.no-bg.screens-section .slick-dots li button:before {
  background:#ccc
}
.bg-green.screens-section.bg-lightgrey .slick-dots li button:before,
.bg-green.screens-section .slick-dots li button:before,
.bg-purple.screens-section.bg-lightgrey .slick-dots li button:before,
.bg-purple.screens-section .slick-dots li button:before {
  background:rgba(20,20,20,0.2)
}
.screens-section .slick-dots li.slick-active button:before,
.screens-section .slick-dots li button:hover:before {
  background:#fff
}
.bg-lightgrey.screens-section .slick-dots li.slick-active button:before,
.bg-lightgrey.screens-section .slick-dots li button:hover:before,
.no-bg.screens-section .slick-dots li.slick-active button:before,
.no-bg.screens-section .slick-dots li button:hover:before {
  background:#555
}
#team-1 {
  background-position:bottom center
}
#team-1 .col-md-6 {
  padding-right:10px;
  padding-left:10px
}
.team-member {
  position:relative;
  background-color:#fff;
  padding:50px 20px;
  text-align:center;
  margin-top:20px;
  border-radius:4px;
  border-bottom:1px solid transparent;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  transition:all 300ms ease-in-out
}
.team-member .box-line {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background-color:transparent;
  opacity:0;
  transition:all 300ms ease-in-out
}
.team-member:hover {
  box-shadow:0 0 20px rgba(0,0,0,0.2)
}
.team-member.rose-hover:hover {
  border-bottom:1px solid #f402b8
}
.team-member.rose-hover:hover .box-line {
  background-color:#f402b8;
  opacity:1
}
.team-member.rose-hover:hover .team-img-meta span {
  color:#f402b8
}
.team-member.red-hover:hover {
  border-bottom:1px solid #ee041a
}
.team-member.red-hover:hover .box-line {
  background-color:#ee041a;
  opacity:1
}
.team-member.red-hover:hover .team-img-meta span {
  color:#ee041a
}
.team-member.orange-hover:hover {
  border-bottom:1px solid #ff8212
}
.team-member.orange-hover:hover .box-line {
  background-color:#ff8212;
  opacity:1
}
.team-member.orange-hover:hover .team-img-meta span {
  color:#ff8212
}
.team-member.green-hover:hover {
  border-bottom:1px solid #4fcb36
}
.team-member.green-hover:hover .box-line {
  background-color:#4fcb36;
  opacity:1
}
.team-member.green-hover:hover .team-img-meta span {
  color:#4fcb36
}
.team-member.blue-hover:hover {
  border-bottom:1px solid #1d07f4
}
.team-member.blue-hover:hover .box-line {
  background-color:#1d07f4;
  opacity:1
}
.team-member.blue-hover:hover .team-img-meta span {
  color:#1d07f4
}
.team-member.skyblue-hover:hover {
  border-bottom:1px solid #01b7de
}
.team-member.skyblue-hover:hover .box-line {
  background-color:#01b7de;
  opacity:1
}
.team-member.skyblue-hover:hover .team-img-meta span {
  color:#01b7de
}
.team-member.purple-hover:hover {
  border-bottom:1px solid #783bb1
}
.team-member.purple-hover:hover .box-line {
  background-color:#783bb1;
  opacity:1
}
.team-member.purple-hover:hover .team-img-meta span {
  color:#783bb1
}
.team-member-photo {
  min-height:170px;
  position:relative
}
.team-member-photo span {
  display:block;
  height:100%;
  width:100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:all 600ms ease
}
.team-member-photo .image-block {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-position:center center;
  background-size:cover
}
.team-shape-circle .team-member-photo {
  position:relative;
  z-index:1;
  overflow:hidden;
  margin:0 25px 25px;
  border-radius:100%
}
.team-shape-square .team-member-photo {
  position:relative;
  z-index:1;
  margin:0 25px 25px;
  border-radius:0
}
.team-position-left .team-member {
  text-align:left
}
.team-position-center .team-member {
  text-align:center
}
.team-position-right .team-member {
  text-align:right
}
.team-img-meta span {
  color:#888;
  font-size:1rem;
  line-height:1;
  font-weight:300;
  display:block;
  transition:all 300ms ease-in-out
}
.join-team h4 {
  font-weight:400;
  margin-bottom:10px
}
.join-team h4 span {
  font-weight:700;
  margin-right:5px
}
.join-team p {
  margin-bottom:25px;
  padding:0 10%
}
.tm-social ul {
  display:inline-block;
  padding-left:0!important;
  margin:25px auto 0!important
}
.tm-social ul li {
  width:auto!important;
  display:inline-block!important;
  vertical-align:top;
  clear:none!important;
  padding:0
}
.tm-social a {
  color:#999;
  font-size:1.1rem;
  line-height:1;
  margin:0 10px;
  display:block;
  transition:all 450ms ease-in-out
}
.tm-social a.ico-facebook:hover {
  color:#3b5998
}
.tm-social a.ico-twitter:hover {
  color:#00a9ed
}
.tm-social a.ico-instagram:hover {
  color:#e44772
}
.tm-social a.ico-dribbble:hover {
  color:#d92d84
}
.tm-social a.ico-behance:hover {
  color:#2473f6
}
.tm-social a.ico-pinterest:hover {
  color:#ac281a
}
.tm-social a.ico-linkedin:hover {
  color:#015886
}
.tm-social a.ico-google-plus:hover {
  color:#cd1111
}
.tm-social a.ico-youtube:hover {
  color:#cd1b20
}
.tm-social a.ico-tumblr:hover {
  color:#3a5976
}
.tm-social a.ico-vk:hover {
  color:#3b5998
}
.pricing-table {
  background-color:#fff;
  border:1px solid #d0d0d0;
  border-radius:4px;
  padding:50px;
  transition:all 300ms ease-in-out
}
.pricing-table:hover {
  box-shadow:0 0 20px rgba(0,0,0,0.2)
}
.pricing-plan h4 {
  color:#444;
  font-weight:400;
  letter-spacing:-1px;
  margin-bottom:25px
}
.pricing-plan h4 span {
  color:#222;
  font-weight:700
}
.pricing-table span.price {
  font-size:50px;
  line-height:50px;
  font-weight:600;
  letter-spacing:-1px
}
.pricing-table sup {
  font-size:34px;
  font-weight:500;
  top:-6px;
  right:3px
}
.pricing-table sup.validity {
  color:#757575;
  font-weight:300;
  font-size:1.25rem;
  top:0px;
  left:3px
}
ul.features {
  color:#333;
  font-size:1.1rem;
  line-height:1;
  font-weight:300;
  padding-top:10px
}
ul.features li {
  padding:9px 0
}
ul.features li i {
  margin-right:6px
}
ul.features li.disabled-option {
  color:#888
}
.pricing-table .btn {
  display:block;
  width:100%;
  margin-top:30px
}
.pricing-notice p {
  margin-top:10px;
  padding:0 8%
}
.pricing-notice p span {
  font-weight:700;
  margin-right:5px
}
.review-1 {
  text-align:center;
  margin-bottom:40px;
  padding:0 30px;
  transition:all 450ms ease-in-out
}
.review-2 {
  text-align:center;
  margin-bottom:40px;
  padding:0 30px;
  transition:all 450ms ease-in-out;
  padding:0;
  transform:scale(0.85)
}
.review-2 .review-txt {
  background-color:#fff;
  border:1px solid #eee;
  padding:45px 40px 55px;
  margin:0 2px;
  box-shadow:0 0 10px rgba(0,0,0,0.1)
}
.review-1,
.review-2 {
  opacity:0.3
}
.review-1.slick-current {
  opacity:1
}
.review-2.slick-current {
  opacity:1;
  transform:scale(1)
}
.review-1 .testimonial-avatar img {
  width:90px;
  height:90px;
  display:inline-block;
  margin:0 auto 15px;
  border-radius:100%
}
.review-2 .testimonial-avatar img {
  width:90px;
  height:90px;
  display:inline-block;
  margin:0 auto 15px;
  border-radius:100%;
  margin:-45px auto 15px
}
.review-2 h5 {
  margin-bottom:20px
}
.review-1 p,
.review-2 p {
  color:#666;
  font-size:1.05rem;
  font-style:italic
}
p.testimonial-autor {
  color:#000;
  font-size:1.1rem;
  font-weight:600;
  font-style:normal;
  margin-bottom:0
}
.review-2 p.testimonial-autor {
  line-height:1.2;
  margin-bottom:0
}
.testimonial-avatar span {
  font-size:0.95rem;
  line-height:1
}
.app-rating i {
  color:#ff8000;
  font-size:0.8rem;
  line-height:1;
  margin-right:1px
}
.app-rating i:last-child {
  margin-right:0
}
.reviews-section .slick-dots {
  position:absolute;
  z-index:4;
  bottom:-30px
}
.reviews-section .slick-dots li {
  margin:0 2px;
  width:15px;
  height:15px
}
.reviews-section .slick-dots li button:before {
  content:"";
  background:#ccc;
  border-radius:50%;
  opacity:1;
  width:8px;
  height:8px;
  left:auto;
  transition:all ease-in-out 0.2s
}
.reviews-section .slick-dots li button:hover:before {
  background:#999
}
.reviews-section .slick-dots li.slick-active button:before {
  background:#666
}
#faqs-1 {
  background-position:center bottom
}
.question {
  margin-bottom:25px
}
.question h5 {
  line-height:1.4;
  font-weight:600;
  letter-spacing:0;
  margin-bottom:8px
}
.question p {
  color:#666
}
.more-questions-btn {
  margin-top:50px
}
.more-questions-btn .btn {
  margin-top:20px
}
#download-1 {
  background-image:url(../images/tra-bg-1.png)
}
#download-2 .bg-inner {
  background-image:url(../images/download-2.jpg);
  position:relative;
  z-index:1
}
#download-3 .bg-inner {
  background-image:url(../images/world-map.png);
  position:relative;
  z-index:1
}
#download-4.bg-lightgrey {
  background-image:url(../images/tra-waves.png);
  background-position:bottom center
}
#download-4 .download-txt {
  text-align:center;
  margin-bottom:50px
}
.download-section h2 {
  margin-bottom:15px
}
#download-1 p,
#download-4 p {
  padding:0 10%
}
.download-section .stores-badge {
  margin-top:30px
}
.download-2-img,
.download-3-img {
  margin-top:-60px;
  margin-bottom:-60px;
  position:relative;
  z-index:999;
  position:relative
}
.m-img {
  background-color:#f0f0f0;
  border-radius:4px;
  padding:60px 40px
}
.more-app-box {
  margin-top:15px
}
.more-app-box h5 {
  line-height:1;
  margin-bottom:5px;
  margin-top:25px
}
.more-app-box span.app-cat {
  color:#888;
  font-size:0.95rem;
  line-height:1;
  display:block;
  margin-bottom:15px;
  margin-top:-10px
}
.more-app-box a {
  color:#888;
  margin-right:12px
}
.more-app-box a span {
  text-decoration:underline;
  margin-left:4px
}
.more-app-box a:hover {
  color:#222
}
#brands-1 {
  padding-top:70px;
  padding-bottom:40px
}
#brands-1.brands-section-thin {
  padding-top:0;
  padding-bottom:0
}
#brands-1 .brand-logo {
  margin-bottom:30px
}
#brands-1 .brand-logo img {
  padding:0 15px
}
.press-logo {
  overflow:hidden;
  position:relative;
  background-color:transparent;
  background-color:#fff;
  padding:70px 30px;
  margin-bottom:40px;
  text-align:center;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  transition:all 450ms ease-in-out
}
.press-logo img {
  transform:scale(1);
  -ms-transform:scale(1);
  -webkit-transform:scale(1);
  -o-transform:scale(1);
  -moz-transform:scale(1);
  overflow:hidden;
  transition:transform 450ms
}
.press-logo:hover {
  background-color:#fff;
  box-shadow:0 0 20px rgba(0,0,0,0.25)
}
.press-logo:hover img {
  transform:scale(1.1);
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  -moz-transform:scale(1.1)
}
.press-txt p {
  margin-bottom:30px;
  padding:0 10%
}
#newsletter-1 {
  background-image:url(../images/tra-bg-1.png);
  padding-top:120px;
  padding-bottom:100px
}
#newsletter-2 {
  background-image:url(../images/tra-bg-2.png);
  padding-top:100px;
  padding-bottom:100px;
  margin-bottom:100px
}
#newsletter-1 .newsletter-form {
  margin:50px 15% 0
}
.newsletter-section .newsletter-form .form-control {
  height:60px;
  background-color:transparent;
  border:none;
  border-bottom:2px solid #fff;
  color:#fff;
  font-size:1.35rem;
  font-weight:400;
  padding:0 0.5rem;
  margin-right:0;
  border-radius:0;
  box-shadow:0 0
}
.newsletter-section .newsletter-form .form-control:focus {
  border:none;
  border-bottom:2px solid #fff;
  outline:0;
  box-shadow:none
}
.newsletter-section .newsletter-form .form-control:-ms-input-placeholder,
.newsletter-section .newsletter-form .form-control::-moz-placeholder,
.newsletter-section .newsletter-form .form-control::-webkit-input-placeholder {
  color:#eee
}
.newsletter-section .newsletter-form .btn {
  height:60px;
  background-color:transparent;
  border:none;
  font-size:1.35rem;
  padding:0 1rem;
  border-radius:0;
  box-shadow:0 0
}
.newsletter-section .newsletter-form .btn:hover {
  padding:0 1.25rem
}
.newsletter-section .newsletter-form .btn:hover:before {
  opacity:0
}
#page-breadcrum {
  padding:190px 0 100px 0px;
  background-image:url(../images/blog/breadcrumb.jpg);
  background-color:#43ca25d4;
  position:relative;
  background-position:top center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  text-align:center
}
#page-breadcrum:before {
  content:"";
  background:#43ca25e6;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  height:100%
}
#page-breadcrum .breadcrum-content {
  z-index:2;
  width:80%;
  margin:auto
}
#page-breadcrum .breadcrum-content h1 {
  color:#fff
}
#page-breadcrum .breadcrumb {
  background:transparent;
  margin:0;
  padding:0
}
#page-breadcrum .breadcrumb .breadcrumb-item a {
  color:#fff
}
#page-breadcrum .breadcrumb .breadcrumb-item.active {
  color:#ffffff
}
.breadcrumb-item+.breadcrumb-item:before {
  content:"";
  font-weight:700;
  color:#fff;
  font-size:12px;
  margin:0 5px;
  font-family:FontAwesome
}
#blog-page {
  margin-top:100px;
  margin-bottom:100px
}
#single-post-page-full,
.no-sidebar #single-post-page-full {
  margin-top:165px
}
#single-post-page-full hr,
div#single-post-page-full .blog-post-meta {
  max-width:900px;
  margin-left:auto;
  margin-right:auto
}
#single-post-page-full .elementor-widget-button .elementor-button,
#single-post-page-full .elementor-widget-button a.elementor-button {
  color:#fff
}
div#single-post-page-full .elementor-element-populated {
  padding-top:0;
  padding-bottom:30px
}
#single-post-page {
  margin-top:160px;
  margin-bottom:60px
}
#single-post-page-full .content-area {
  border:none;
  padding:0
}
#single-post-page-full .comment-section.container {
  max-width:930px
}
#single-post-page-full .featured-img {
  margin-left:-100px;
  margin-right:-100px
}
#single-post-page-full .featured-img img {
  max-width:1110px;
  height:80vh;
  object-fit:cover
}
span.single-post-cat a {
  background:#4ac834;
  padding:5px 10px;
  color:#fff;
  border-radius:3px;
  font-size:15px
}
span.single-post-cat a:hover {
  color:#fff
}
.archive .blog-post-txt p,
.blog .blog-post-txt p {
  margin-bottom:0
}
.single-post .blog-post-img img {
  width:100%;
  height:452px
}
.single-post.post-template-full-post-page #single-post-page .xooapp-feature-image {
  margin-top:-35px
}
.single-post.post-template-full-post-page .entry-header {
  margin:auto;
  max-width:990px!important;
  z-index:9;
  position:relative;
  padding:40px;
  padding-bottom:0;
  background:#fff
}
.single-post.post-template-full-post-page .content-area {
  position:relative
}
.single-post.post-template-full-post-page .blog-post.video-format .entry-header {
  margin-top:0;
  padding-top:0
}
.img-thumb.dis-block.xooapp-feature-image span:after {
  content:"";
  display:block;
  padding-top:100%
}
span.image-block {
  position:relative;
  background-size:contain;
  overflow:hidden;
  display:block;
  max-height:400px;
  background-position:center;
  background-repeat:no-repeat
}
.blog-post {
  margin-bottom:40px
}
.blog-post a {
  color:#111
}
.blog-post a:hover {
  color:#49c731
}
.content-area a {
  color:#333;
  border-bottom:1px solid #49c731
}
.content-area a:hover {
  border-bottom:1px solid #49c731;
  color:#49c731
}
.posts-holder .blog-post {
  margin-bottom:60px;
  border:1px solid #ebebeb
}
.blog-post-txt span {
  font-size:14px
}
.entry-title {
  margin-top:0;
  font-size:1.7rem
}
.single-post .blog-post-txt article a {
  color:#3bcc01
}
.single-post .blog-post-txt article a:hover {
  color:#49c731
}
.single-post .blog-post-txt article p {
  margin-bottom:22px
}
.single-post .entry-content {
  padding:0
}
.blog-block {
  box-shadow:0 0 2px 0px #e6e6e6;
  padding-bottom:15px
}
.blog-block .blog-post-txt p {
  color:#444;
  line-height:24px
}
.blog-block h5.h5-sm.entry-title {
  margin-bottom:15px
}
.blog-block .blog-post-meta,
.blog-block .blog-post-txt {
  padding:0 20px
}
.blog-block.style2 {
  box-shadow:none;
  margin-bottom:30px;
  width:100%
}
.blog-block.style2 img {
  width:150px;
  height:auto
}
.blog-block.style2 .blog-post-img a {
  background:transparent
}
.blog-block.style2 .blog-post-meta {
  padding:0
}
.blog-block.style2 .blog-post-img a {
  min-height:auto
}
.blog .blog-post-meta {
  width:100%
}
.blog-post-meta a.more-detail {
  border-bottom:1px solid #ffce39;
  font-weight:600;
  color:#111;
  float:left
}
.blog-post-meta a.more-detail:hover {
  border-bottom:1px solid #49c731
}
.blog-post-meta span {
  color:#888;
  font-size:0.95rem;
  margin-left:30px
}
.single .blog-post-meta {
  width:40%
}
.author.vcard i {
  margin-right:5px
}
.post-inner-img p.p-sm {
  color:#999;
  font-style:italic;
  margin-top:10px;
  margin-bottom:0
}
.entry-meta,
.single-post .entry-meta {
  display:flex;
  text-transform:capitalize
}
.entry-meta span a,
.single-post .entry-meta span a {
  font-weight:300
}
.entry-meta span i,
.single-post .entry-meta span i {
  color:#ffce39
}
.single-post .entry-meta a {
  color:#111
}
.blog-post-img {
  position:relative
}
.blog-post-img a {
  min-height:250px;
  display:block;
  position:relative;
  overflow:hidden;
  background:#000
}
.blog-post-img .image-block {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:all 600ms ease;
  background-size:cover;
  background-position:top center
}
.blog-post-img .img-thumb span {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%!important;
  z-index:1
}
.blog-post-img img {
  object-fit:cover;
  height:265px
}
a.post-thumbnail {
  display:initial
}
.footer-widget-area>div {
  min-width:18%;
  -webkit-box-flex:0
}
.footer-widget-area>div:last-child {
  min-width:22%;
  width:100%;
  margin:0
}
footer.entry-footer {
  display:flow-root;
  max-width:1140px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto
}
footer.entry-footer span.edit-link {
  float:right;
  text-align:right
}
footer.entry-footer span.edit-link a {
  background:#3bcc01;
  padding:3px 15px;
  color:#fff;
  display:block
}
footer.entry-footer span.tags-links {
  width:65%;
  float:left
}
footer.entry-footer span.tags-links a {
  text-transform:uppercase;
  font-size:12px;
  background:#4ac834;
  padding:4px 8px;
  color:#fff!important;
  border-radius:4px;
  font-weight:bold
}
footer.entry-footer span.tags-links a:hover {
  color:#000000
}
footer.entry-footer span.tags-links i {
  color:#50c63f;
  font-size:16px;
  margin-right:8px
}
footer li {
  margin-bottom:8px
}
.single-post footer.entry-footer {
  margin-top:45px
}
.xooapp-inner-appsinfo a {
  display:block
}
span.cat-links {
  font-weight:400
}
span.cat-links svg {
  color:#c3c3c3
}
nav.navigation.post-navigation {
  margin:40px 0;
  display:table;
  width:100%
}
nav.navigation.post-navigation a {
  color:#5d5d5d
}
#sidebar-right h5.h5-md {
  margin-bottom:20px
}
#sidebar-right>div:last-of-type {
  margin-bottom:0
}
#search-field .btn {
  padding:14px 18px;
  margin-top:0;
  box-shadow:0 0 0
}
#search-field .form-control:focus {
  border-color:#999;
  outline:0px none;
  box-shadow:none
}
input.search-field {
  padding:8px;
  width:100%
}
input.search-submit {
  padding:10px 30px;
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  background:blue;
  border:none;
  color:#fff
}
.sidebar-div>ul {
  margin:0;
  padding:0
}
.sidebar-div ul {
  list-style:none
}
.sidebar-div ul>li {
  line-height:2.2;
  border-bottom:1px dashed #c0c0c0;
  transition:all 300ms ease-in-out
}
.sidebar-div ul>li:last-child {
  border-bottom:none
}
.sidebar-div ul li i {
  margin-right:10px
}
.sidebar-div ul li a:hover {
  color:#000;
  text-decoration:none
}
.popular-posts li {
  padding:14px 0;
  border-bottom:1px dashed #c0c0c0
}
.popular-posts li:first-child {
  padding:0 0 14px
}
.popular-posts li:last-child {
  padding:14px 0 0;
  border-bottom:0
}
.post-summary a {
  color:#555;
  transition:all 400ms ease-in-out
}
.popular-posts .post-summary a:hover {
  color:#000;
  text-decoration:underline
}
.popular-posts p {
  color:#888;
  font-size:0.875rem;
  margin-top:6px;
  margin-bottom:0
}
.badge {
  font-size:0.75rem;
  font-weight:600;
  color:#222;
  border:1px solid #ddd;
  background-color:#fbfbfb;
  border-radius:6px;
  margin-bottom:8px;
  padding:5px 10px;
  margin-right:2px;
  transition:all 450ms ease-in-out
}
.badge a {
  color:#666!important;
  font-size:0.75rem;
  font-weight:300;
  text-transform:uppercase;
  line-height:1.42857
}
.badge:hover {
  background-color:#444;
  border-color:#444;
  color:#fff
}
.badge:hover a {
  color:#fff!important
}
.page-link {
  color:#666;
  padding:0.65rem 0.95rem
}
.page-link:focus,
.page-link:hover {
  color:#444;
  background-color:#f2f2f2;
  border-color:#dee2e6
}
.page-item.active .page-link {
  z-index:1;
  color:#fff;
  background-color:#444;
  border-color:#444
}
.share-social-icons {
  display:inline-block;
  margin:0!important;
  padding-right:5px!important;
  float:right
}
.share-social-icons li {
  width:auto!important;
  display:inline-block!important;
  vertical-align:top;
  clear:none!important;
  padding:0
}
a.share-ico {
  width:44px;
  height:28px;
  font-size:18px;
  line-height:28px!important;
  text-align:center;
  margin-right:3px;
  display:block;
  opacity:0.75;
  border-radius:2px
}
a.share-ico.ico-facebook {
  background-color:#3b5998;
  border-color:#3b5998;
  color:#fff
}
a.share-ico.ico-twitter {
  background-color:#00a9ed;
  border-color:#00a9ed;
  color:#fff
}
a.share-ico.ico-behance {
  background-color:#00a8e7;
  border-color:#00a8e7;
  color:#fff
}
a.share-ico.ico-google-plus {
  background-color:#cd1111;
  border-color:#cd1111;
  color:#fff
}
a.share-ico.ico-linkedin {
  background-color:#015886;
  border-color:#015886;
  color:#fff
}
a.share-ico.ico-dribbble {
  background-color:#d92d84;
  border-color:#d92d84;
  color:#fff
}
a.share-ico.ico-instagram {
  background-color:#beb3a8;
  border-color:#beb3a8;
  color:#fff
}
a.share-ico.ico-pinterest {
  background-color:#ac281a;
  border-color:#ac281a;
  color:#fff
}
a.share-ico.ico-dropbox {
  background-color:#008ad2;
  border-color:#008ad2;
  color:#fff
}
a.share-ico.ico-skype {
  background-color:#00a9ed;
  border-color:#00a9ed;
  color:#fff
}
a.share-ico.ico-youtube {
  background-color:#cd1b20;
  border-color:#cd1b20;
  color:#fff
}
a.share-ico.ico-tumblr {
  background-color:#3a5976;
  border-color:#3a5976;
  color:#fff
}
a.share-ico.ico-vimeo {
  background-color:#00adee;
  border-color:#00adee;
  color:#fff
}
a.share-ico.ico-flickr {
  background-color:#d2d2d2;
  border-color:#d2d2d2;
  color:#fff
}
a.share-ico.ico-github {
  background-color:#222;
  border-color:#222;
  color:#fff
}
a.share-ico.ico-renren {
  background-color:#364a83;
  border-color:#364a83;
  color:#fff
}
a.share-ico.ico-vk {
  background-color:#3b5998;
  border-color:#3b5998;
  color:#fff
}
a.share-ico.ico-xing {
  background-color:#015f5e;
  border-color:#015f5e;
  color:#fff
}
a.share-ico.ico-weibo {
  background-color:#be4443;
  border-color:#be4443;
  color:#fff
}
a.share-ico.ico-rss {
  background-color:#ff6600;
  border-color:#ff6600;
  color:#fff
}
a.share-ico.ico-digg {
  background-color:#222;
  border-color:#222;
  color:#fff
}
a.share-ico.ico-deviantart {
  background-color:#57675d;
  border-color:#57675d;
  color:#fff
}
a.share-ico.ico-envelope {
  background-color:#999;
  border-color:#999;
  color:#fff
}
a.share-ico.ico-delicious {
  background-color:#0A0A0A;
  border-color:#0A0A0A;
  color:#fff
}
a.share-ico:hover {
  opacity:1
}
.print-this {
  cursor:pointer
}
.print-this:hover i {
  color:#fafafa
}
.comment-meta {
  margin-bottom:10px
}
.comment-meta h5 {
  line-height:1.1;
  margin-bottom:0
}
.comment-date {
  color:#888;
  font-size:12px;
  font-weight:400;
  text-transform:uppercase;
  margin-bottom:5px
}
.btn-reply a {
  background-color:#52cd38;
  color:#fff;
  font-size:12px;
  font-weight:400;
  padding:3px 8px;
  text-transform:uppercase;
  border-radius:2px
}
.btn-reply a:hover {
  color:#fff;
  background-color:#48af4b
}
.comment-reply {
  margin-left:40px
}
.single-post-comments hr {
  margin-top:20px;
  margin-bottom:20px
}
#submited-comment {
  list-style:none;
  margin:0;
  padding:0
}
#submited-comment .comments-content {
  margin-left:16px;
  width:100%
}
#submited-comment>li.comment.even {
  padding:15px;
  margin-bottom:10px;
  border:1px solid #efefef
}
#submited-comment ul.children {
  list-style:none;
  padding-top:20px
}
#submited-comment ul.children .children li {
  padding-top:10px;
  padding-bottom:0;
  margin-bottom:0
}
#submited-comment>li.comment.odd {
  background:#f5f5f5;
  padding:15px;
  margin-bottom:10px;
  border:1px solid #efefef
}
#submited-comment h3.commets-title {
  margin:0;
  font-size:18px;
  margin-top:30px
}
.odd div#respond {
  background:#f5f5f5;
  padding:15px;
  padding-top:1px;
  padding-bottom:0px
}
.children li.comment.odd {
  background:#f6f6f6;
  border:1px solid #f6f6f6;
  padding:15px;
  margin-bottom:20px
}
.children li.comment.even {
  padding:15px;
  border:1px solid #f6f6f6;
  background:#f6f6f6
}
#leave-comment h4.h4-lg {
  margin-bottom:5px
}
p.logged-in-as {
  margin-left:15px
}
.comment-form {
  position:relative
}
.comment-form p {
  color:#333;
  font-size:15px;
  line-height:15px;
  font-weight:700;
  margin-bottom:20px;
  display:block
}
.comment-form .form-control {
  background-color:#fff;
  border:2px solid #eaeaea;
  color:#333;
  height:46px;
  font-size:15px;
  font-weight:300;
  padding:15px;
  margin-bottom:20px;
  box-shadow:none
}
.comment-form .form-control:focus {
  border-color:#48af4b;
  outline:0px none;
  box-shadow:none
}
.comment-form textarea {
  min-height:200px
}
.comment-form label.error {
  color:#f6412d;
  font-size:0.95rem;
  line-height:1;
  margin-bottom:20px
}
.comment-form .comment-field {
  position:relative
}
.comment-form .comment-field i {
  position:absolute;
  top:12px;
  right:30px;
  color:#d6d6d6
}
.comment-form-msg {
  position:absolute;
  bottom:10px;
  left:350px
}
.comment-form-msg .error,
.comment-form-msg .loading {
  color:#45afff;
  font-size:1.1rem;
  line-height:1;
  font-weight:600
}
.comment-form-msg .error {
  color:#f6412d
}
#contacts-1.bg-lightgrey {
  background-image:url(../images/tra-waves.png);
  background-position:bottom center
}
.contacts-section .form-holder {
  position:relative
}
span.wpcf7-form-control-wrap input {
  width:100%;
  border:1px solid #ccc;
  padding:10px
}
.contact-form .form-control {
  height:54px;
  background-color:#fff;
  border:1px solid #ccc;
  box-shadow:0 0 0 0;
  color:#444;
  font-size:1rem;
  font-weight:300;
  padding:0 20px;
  margin-bottom:25px;
  border-radius:0
}
#contacts-2 .contact-form .form-control {
  background-color:transparent;
  border:none;
  border-bottom:2px solid #666;
  color:#f5f5f5;
  font-size:1.35rem;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  letter-spacing:-0.5px;
  padding:0 5px;
  margin-bottom:35px
}
.contact-form .custom-select {
  display:inline-block;
  width:100%;
  height:54px;
  line-height:1;
  color:#444;
  font-size:1rem;
  font-weight:300;
  padding:0 15px;
  margin-bottom:25px;
  border-radius:0
}
.bg-lightgrey .contact-form .form-control {
  border:1px solid #ddd
}
.contact-form textarea {
  min-height:220px
}
.contact-form textarea.form-control {
  padding:20px
}
#contacts-2 .contact-form textarea.form-control {
  padding:20px 5px
}
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-control::-webkit-input-placeholder {
  color:#555
}
#contacts-2 .contact-form .form-control:-ms-input-placeholder,
#contacts-2 .contact-form .form-control::-moz-placeholder,
#contacts-2 .contact-form .form-control::-webkit-input-placeholder {
  color:#666
}
.contact-form .custom-select:focus,
.contact-form .form-control:focus {
  outline:0px none;
  box-shadow:none;
  border-color:#6bbb28
}
#contacts-2 .contact-form .form-control:focus {
  outline:0px none;
  box-shadow:none;
  border-color:#fff
}
.contact-form label.error {
  color:#f6412d;
  font-size:0.95rem;
  line-height:1;
  margin-bottom:20px;
  margin-left:35px
}
#contacts-2 .contact-form label.error {
  margin-left:5px;
  margin-bottom:30px
}
.contact-form-msg {
  position:absolute;
  bottom:10px;
  left:10px
}
.contact-form-msg .error,
.contact-form-msg .loading {
  color:#45afff;
  font-size:1.1rem;
  line-height:1;
  font-weight:600
}
.contact-form-msg .error {
  color:#f6412d
}
.footer {
  background-position:bottom center
}
.footer-info img {
  width:173px
}
.bg-dark.footer .white-color p {
  color:#ddd
}
.bg-dark.footer .white-color h5 a {
  color:#ccc
}
.footer h5 {
  margin-bottom:20px
}
.footer-info p {
  font-size:1.05rem;
  line-height:1.65;
  margin-top:20px
}
.footer-socials-links h5 {
  letter-spacing:0;
  margin-bottom:13px
}
.footer-socials-links h5 a {
  text-decoration:underline
}
a.foo-facebook:hover {
  color:#3b5998
}
a.foo-twitter:hover {
  color:#00a9ed
}
a.foo-instagram:hover {
  color:#e44772
}
a.foo-dribbble:hover {
  color:#d92d84
}
a.foo-behance:hover {
  color:#2473f6
}
a.foo-pinterest:hover {
  color:#ac281a
}
a.foo-linkedin:hover {
  color:#015886
}
a.foo-google-plus:hover {
  color:#cd1111
}
a.foo-youtube:hover {
  color:#cd1b20
}
a.foo-tumblr:hover {
  color:#3a5976
}
a.foo-vk:hover {
  color:#3b5998
}
.bg-dark.footer .white-color h5 a:hover {
  color:#fff
}
#footer-4 .footer-logo {
  margin-bottom:40px
}
.foo-links {
  display:inline-block;
  padding-left:0;
  margin:0 auto
}
.foo-links li {
  width:auto!important;
  display:block!important;
  vertical-align:top;
  clear:none!important;
  margin:0 0 8px 0;
  padding:0
}
#footer-3 .foo-links li,
#footer-4 .foo-links li,
.bottom-footer .foo-links li {
  display:inline-block!important;
  margin-left:22px
}
.foo-links li a {
  font-size:1.05rem;
  line-height:1.5
}
#footer-3 .foo-links li a,
.bottom-footer .foo-links li a {
  color:#666;
  font-size:0.95rem;
  line-height:1.5
}
.bg-dark .foo-links li a {
  color:#ddd
}
.foo-links li a:hover {
  color:#000;
  text-decoration:underline
}
.bg-dark .foo-links li a:hover {
  color:#ddd
}
#footer-1 ul {
  margin-left:0
}
.footer-stores-badge a.store {
  display:block;
  margin-bottom:14px
}
.bottom-footer {
  border-top:1px solid #ddd;
  padding-top:60px
}
.bg-grey .bottom-footer {
  border-color:#ccc
}
.bg-dark .bottom-footer {
  border-color:#555
}
.footer-copyright p {
  font-size:0.95rem;
  line-height:1.5;
  margin-bottom:0
}
#footer-2 .footer-copyright p {
  margin-bottom:2px
}
.footer-copyright p span {
  font-weight:500
}
.bottom-form {
  background-color:#fff;
  min-width:260px;
  max-width:260px;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
  box-shadow:0 1px 15px 0 rgba(0,0,0,0.33);
  position:fixed;
  right:6em;
  bottom:0;
  z-index:998
}
.bottom-form-header {
  background-color:#41bf2b;
  border-color:#41bf2b;
  padding:14px 20px;
  min-height:45px;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
  cursor:pointer
}
.bottom-form-header span {
  color:#fff;
  font-size:30px;
  line-height:1;
  display:inline-block;
  float:left;
  margin-right:8px
}
.bottom-form-header p {
  color:#fff;
  font-size:0.9rem;
  line-height:30px!important;
  display:inline-block;
  margin-bottom:0
}
.bottom-form-holder {
  padding-bottom:5px
}
.bottom-form-holder input.wpcf7-form-control {
  width:100%;
  border:none;
  border-bottom:1px solid #eee;
  font-size:0.9rem;
  line-height:1;
  padding:18px
}
.bottom-form-holder textarea.wpcf7-form-control {
  padding:20px;
  min-height:110px;
  border:1px solid #f0f0f0
}
.bottom-form-holder label {
  text-indent:10px;
  margin-top:5px
}
.bottom-form-holder .wpcf7-submit {
  background:#49c731
}
.bottom-form-holder .col-lg-6 {
  max-width:100%;
  flex:0 0 100%
}
.bottom-form-control {
  width:100%;
  border:none;
  border-bottom:1px solid #eee;
  font-size:0.9rem;
  line-height:1;
  padding:18px
}
.quick-contact-form textarea {
  min-height:60px;
  border-bottom:none
}
.quick-contact-form .btn {
  font-size:0.9rem;
  padding:0.6rem 1.75rem;
  margin-right:30px
}
.quick-contact-form label.error {
  color:#f6412d;
  font-size:0.95rem;
  line-height:1;
  margin-bottom:20px;
  margin-left:35px
}
.quick-contact-form .contact-form-msg {
  position:absolute;
  bottom:80px;
  left:20px
}
.quick-contact-form .contact-form-msg .error,
.quick-contact-form .contact-form-msg .loading {
  color:#45afff;
  font-size:0.9rem;
  line-height:1;
  font-weight:300
}
.quick-contact-form .contact-form-msg .error {
  color:#f6412d
}
#terms-page {
  margin-top:160px;
  margin-bottom:60px
}
#terms-page p.p-notice {
  font-weight:700
}
.terms-box {
  margin-bottom:40px
}
.terms-box h4 {
  margin-bottom:15px
}
.terms-box p span {
  font-size:1.1rem;
  line-height:1;
  font-weight:700;
  margin-right:5px
}
.terms-box p a {
  color:#333;
  font-weight:700;
  text-decoration:underline
}
.terms-box p a:hover {
  color:#666
}
ul.terms-list {
  list-style:disc;
  margin:20px 0 20px 25px
}
ul.terms-list li {
  margin-bottom:10px
}
ul.terms-list li:last-child {
  margin-bottom:0
}
#scrollUp {
  display:none;
  width:50px;
  height:50px;
  position:fixed;
  bottom:20px;
  right:20px;
  background-image:url(../images/back-to-top.png);
  background-repeat:no-repeat;
  background-position:50% 48%;
  background-color:rgba(35,35,35,0.5);
  border-radius:100%;
  transition:all 250ms linear
}
#scrollUp:hover {
  background-color:#666
}
nav a#pull {
  display:none
}
.has-white-background-color.has-white-background-color {
  background-color:#FFF
}
.has-strong-blue-background-color.has-strong-blue-background-color {
  background-color:#0073aa
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color:#eee
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color:#eee
}
.has-carrot-background-color.has-carrot-background-color {
  background-color:#e67e22
}
.has-sun-flower-background-color.has-sun-flower-background-color {
  background-color:#f1c40f
}
.has-green-sea-background-color.has-green-sea-background-color {
  background-color:#16a085
}
.has-orange-background-color.has-orange-background-color {
  background-color:#f39c12
}
.has-wisteria-background-color.has-wisteria-background-color {
  background-color:#8e44ad
}
.has-pumpkin-background-color.has-pumpkin-background-color {
  background-color:#d35400
}
.has-white-color {
  color:#FFF
}
.has-strong-blue-color {
  color:#0073aa
}
.has-very-light-gray-color {
  color:#eee
}
.has-very-dark-gray-color {
  color:#eee
}
.has-carrot-color {
  color:#e67e22
}
.has-sun-flower-color {
  color:#f1c40f
}
.has-green-sea-color {
  color:#16a085
}
.has-orange-color {
  color:#f39c12
}
.has-wisteria-color {
  color:#8e44ad
}
.has-pumpkin-color {
  color:#d35400
}
.has-large-font-size {
  font-size:36px
}
.has-huge-font-size {
  font-size:50px
}
.wp-block-table table {
  border-spacing:0;
  width:100%;
  margin-bottom:25px;
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #ddd
}
.wp-block-table td,
.wp-block-table th {
  text-align:left;
  padding:8px
}
.wp-block-table tr:nth-child(2n) {
  background-color:#f2f2f2
}
.wp-block-table caption,
.wp-block-table td,
.wp-block-table th {
  font-weight:normal;
  text-align:left;
  padding:0 5px
}
caption {
  font-size:16px;
  margin:0 0 20px 0
}
.wp-block-table thead {
  background:#42a045;
  color:#fff
}
.wp-block-table thead th {
  border:1px solid transparent
}
.entry-content .wp-block-table.wp-block-table td,
.wp-block-table.wp-block-table td {
  border:1px solid #ededed;
  padding:15px
}
.wp-block-categories ul,
.wp-block-latest-posts,
ul.wp-block-archives.wp-block-archives-list,
ul.wp-block-categories.wp-block-categories-list {
  list-style:none;
  margin:0;
  padding:0
}
ul.wp-block-archives.wp-block-archives-list li {
  border-bottom:1px dashed #dedede;
  padding:15px 0;
  margin-bottom:0
}
.wp-block-categories ul li a,
.wp-block-latest-posts li a {
  color:#111;
  text-decoration:none;
  font-weight:300;
  font-family:Roboto
}
.editor-rich-text {
  font-family:"Roboto",sans-serif;
  font-weight:300
}
.wp-block-cover.has-background-dim,
.wp-block-cover.has-background-dim p {
  font-family:Montserrat;
  font-size:1.6rem;
  font-weight:600
}
.wp-block-pullquote {
  padding:0em 0;
  border:3px solid #76c32d
}
.wp-block-pullquote blockquote {
  padding:1em;
  border-left:0;
  margin-top:25px;
  color:inherit;
  margin-bottom:25px
}
.wp-block-pullquote blockquote p {
  line-height:1.6
}
.wp-block-pullquote blockquote cite {
  color:inherit
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size:28px
}
.wp-block-quote.is-style-large p {
  font-size:20px
}
#single-post-page-full .entry-content>* {
  max-width:900px;
  margin-left:auto;
  margin-right:auto
}
#single-post-page-full .blog-post-meta {
  max-width:1140px;
  margin:auto
}
#single-post-page-full .entry-content>.alignwide {
  max-width:1110px
}
li.wp-block-latest-comments__comment,
ol.wp-block-latest-comments,
ol.wp-block-latest-comments a {
  text-decoration:none;
  font-family:Roboto;
  font-weight:300;
  color:#111
}
a.wp-block-latest-comments__comment-author,
span.wp-block-latest-comments__comment-author {
  font-weight:700
}
#single-post-page-full .entry-content .elementor {
  max-width:100%;
  padding:0
}
#single-post-page-full .entry-content>.alignfull {
  margin:1.5em 0;
  max-width:100%
}
.has-small-font-size {
  font-size:0.8em
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom:6px
}
.wp-block-code,
.wp-block-code textarea,
.wp-block-verse.editor-rich-text {
  background:#eee;
  font-family:"Courier 10 Pitch",Courier,monospace!important
}
.wp-block-video video {
  max-width:100%
}
.wp-block-image img {
  display:block
}
.wp-block-latest-posts.is-grid li {
  margin:0;
  margin-right:15px
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width:100%
}
.wp-block-image.alignfull img {
  width:100vw
}
ul.wp-block-gallery {
  padding:0;
  margin:0
}
.wp-block-gallery:not(.components-placeholder) {
  margin:1.5em auto
}
.wp-block-cover-text p {
  padding:1.5em 14px
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding:0 14px
}
.wp-block-button__link {
  color:inherit!important
}
.wp-block-table {
  display:block;
  overflow-x:auto
}
.wp-block-table table {
  border-collapse:collapse;
  width:100%
}
.wp-block-table td,
.wp-block-table th {
  padding:0.5em
}
.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position:relative;
  width:100%;
  height:0;
  padding-top:56.25%
}
.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  bottom:0;
  right:0
}
ul.wp-block-latest-posts li {
  border-bottom:1px solid #ececec;
  padding:10px 0;
  margin:0
}
.single-post .blog-post-txt .wp-block-latest-posts {
  padding-left:0;
  margin-left:0
}
.single-post .blog-post-txt ul.wp-block-latest-posts li a {
  color:#111
}
.editor-block-list__layout .wp-block-freeform.block-library-rich-text__tinymce blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
  box-shadow:none;
  color:#666;
  border-left:3px solid #6bbb28;
  padding-left:20px;
  margin-top:25px;
  margin-bottom:20px
}
.wp-block-quote.is-large {
  margin:0 auto 16px
}
.wp-block-cover {
  background-attachment:fixed
}
.wp-block-separator {
  margin:3em auto;
  padding:0
}
p.wp-block-subhead {
  color:#6c7781
}
#single-post-page-full .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width:100px;
  margin:3em auto;
  border-bottom:none
}
p.has-drop-cap:not(:focus):first-letter {
  font-weight:300
}
@media screen and (min-width:768px) {
  .wp-block-cover-text p {
    padding:1.5em 0
  }
}
.flex-viewport {
  margin-bottom:5px
}
.woocommerce .quantity .qty {
  width:3.631em;
  text-align:center;
  border:1px solid;
  padding:5px
}
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-1 {
  float:left;
  width:48%;
  flex:0 0 48.333333%;
  max-width:48%
}
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-2 {
  float:right;
  width:48%;
  max-width:35%;
  flex:0 0 34.666667%
}
span.woocommerce-input-wrapper {
  width:-webkit-fill-available
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding:5px;
  border:1px solid
}
@media (min-width:1921px) {
  #hero-2 {
    background-position:center center
  }
}
@media (min-width:992px) {
  .dropdown-menu {
    margin:0
  }
  .dropdown-menu li {
    width:100%
  }
  .dropdown-menu li:hover>.dropdown-menu {
    display:block;
    left:100%;
    top:0
  }
  .dropdown-menu.show.dropdown-menu.show {
    display:none;
    width:100%
  }
  .dropdown .dropdown-menu {
    min-width:15em;
    padding:15px 0
  }
  .dropdown:hover>.dropdown-menu {
    visibility:visible;
    display:block;
    border:none;
    background:#fbfbfb
  }
  .dropdown.edge ul {
    right:0;
    left:inherit!important;
    width:100%
  }
  .dropdown.edge ul li:hover>.dropdown-menu {
    display:block;
    right:100%;
    left:inherit;
    top:-8px;
    border-radius:0
  }
  .dropdown.edge ul>.dropdown-menu {
    left:-100%!important;
    top:-9px!important;
    width:100%
  }
  .custom-col.col-lg-2 {
    flex:0 0 16.666667%;
    max-width:16.666667%
  }
  .custom-col.col-lg-4 {
    flex:0 0 33.333333%;
    max-width:33.333333%
  }
}
@media (min-width:992px) and (max-width:1199.99px) {
  html {
    font-size:15px
  }
  .ind-5,
  .ind-10,
  .ind-15,
  .ind-20,
  .ind-25 {
    padding-right:0;
    padding-left:0
  }
  .ind-30,
  .ind-35,
  .ind-40 {
    padding-right:20px;
    padding-left:20px
  }
  .ind-45,
  .ind-50 {
    padding-right:30px;
    padding-left:30px
  }
  .ind-60 {
    padding-right:40px;
    padding-left:40px
  }
  .wide-100 {
    padding-top:80px;
    padding-bottom:80px
  }
  .wide-90 {
    padding-top:80px;
    padding-bottom:70px
  }
  .wide-80 {
    padding-top:80px;
    padding-bottom:60px
  }
  .wide-70 {
    padding-top:80px;
    padding-bottom:50px
  }
  .wide-60 {
    padding-top:80px;
    padding-bottom:40px
  }
  .wide-50 {
    padding-top:80px;
    padding-bottom:30px
  }
  .wide-40 {
    padding-top:80px;
    padding-bottom:20px
  }
  .wide-30 {
    padding-top:80px;
    padding-bottom:10px
  }
  .p-left-0,
  .p-left-5,
  .p-left-10,
  .p-left-15 {
    padding-left:0
  }
  .p-left-20,
  .p-left-25,
  .p-left-30,
  .p-left-35 {
    padding-left:10px
  }
  .p-left-40,
  .p-left-45 {
    padding-left:20px
  }
  .p-left-50 {
    padding-left:20px;
    padding-left:30px
  }
  .p-left-60,
  .p-left-70,
  .p-left-80,
  .p-left-90,
  .p-left-100 {
    padding-left:30px
  }
  .p-right-0,
  .p-right-5,
  .p-right-10,
  .p-right-15 {
    padding-right:0
  }
  .p-right-20,
  .p-right-25,
  .p-right-30,
  .p-right-35 {
    padding-right:10px
  }
  .p-right-40,
  .p-right-45 {
    padding-right:20px
  }
  .p-right-50 {
    padding-right:20px;
    padding-left:30px
  }
  .p-right-60,
  .p-right-70,
  .p-right-80,
  .p-right-90,
  .p-right-100 {
    padding-left:30px
  }
  .division.p-top-100 {
    padding-top:80px
  }
  p {
    font-size:1.266rem
  }
  .sidebar-div ul.sub-menu .sub-menu {
    padding-left:5px
  }
  a.store {
    margin-right:10px
  }
  .store img.appstore-original {
    width:141px;
    height:44px
  }
  .store img.googleplay-original {
    width:150px;
    height:44px
  }
  .store img.amazon-original {
    width:139px;
    height:44px
  }
  .store img.windows-original {
    width:144px;
    height:44px
  }
  .store img.appstore-white {
    width:136px;
    height:44px
  }
  .store img.googleplay-white {
    width:144px;
    height:44px
  }
  .store img.appstore-grey {
    width:139px;
    height:44px
  }
  .store img.googleplay-grey {
    width:148px;
    height:44px
  }
  .modal-video {
    line-height:2rem
  }
  .modal-video a {
    line-height:2rem
  }
  .modal-video a span {
    font-size:2rem;
    line-height:2rem;
    margin-right:3px
  }
  .box-icon span {
    font-size:3.5rem
  }
  .box-icon-xs span {
    font-size:2.5rem
  }
  .box-icon-sm span {
    font-size:3rem
  }
  .box-icon-md span {
    font-size:4rem
  }
  .box-icon-lg span {
    font-size:4.5rem
  }
  .box-icon-xl span {
    font-size:5rem
  }
  .section-title p {
    font-size:1.1rem
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size:1rem;
    padding:1.45rem 1.25rem
  }
  .header-socials a {
    width:36px;
    height:36px;
    font-size:0.95rem;
    line-height:32px!important;
    border:2px solid #fff;
    margin-left:2px
  }
  .header-store img.appstore-button {
    width:135px;
    height:42px
  }
  .header-store img.googleplay-button {
    width:144px;
    height:42px
  }
  #hero-1 {
    padding-top:160px;
    padding-bottom:100px
  }
  #hero-2 {
    padding-top:160px;
    padding-bottom:90px
  }
  #hero-4 {
    padding-top:150px
  }
  #hero-5,
  #hero-7,
  #hero-10 {
    padding-top:140px;
    padding-bottom:80px
  }
  .hero-row-200 {
    padding-top:200px;
    padding-bottom:160px
  }
  .hero-row-180 {
    padding-top:180px;
    padding-bottom:140px
  }
  .hero-row-160 {
    padding-top:160px;
    padding-bottom:120px
  }
  .hero-row-140 {
    padding-top:140px;
    padding-bottom:100px
  }
  .hero-row-120 {
    padding-top:130px;
    padding-bottom:100px
  }
  .hero-row-100 {
    padding-top:100px;
    padding-bottom:80px
  }
  .hero-app-logo span {
    font-size:3.5rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-1 .hero-txt {
    margin-top:100px
  }
  #hero-9-content {
    padding-top:160px;
    padding-bottom:370px
  }
  .hero-section h2,
  .hero-section h3,
  .hero-section h4 {
    margin-bottom:15px
  }
  #hero-1.hero-section h2 {
    margin-bottom:20px
  }
  #hero-8 .hero-txt p {
    padding-bottom:25px
  }
  .hero-stores-badge {
    margin-top:30px
  }
  #hero-12 a.store {
    display:block;
    margin-left:0;
    margin-bottom:10px
  }
  #hero-4 .btn {
    margin-top:20px;
    margin-bottom:40px
  }
  #hero-4 .hero-app-logo,
  .hero-app-logo {
    margin-bottom:20px
  }
  #hero-8 .hero-app-logo {
    margin-bottom:30px
  }
  .hero-app-logo img {
    max-width:150px;
    height:auto
  }
  #hero-4 .hero-app-logo img {
    width:125px;
    height:auto
  }
  #hero-2 .hero-links {
    margin-top:0px;
    margin-left:5px
  }
  .hero-boxes {
    margin-top:50px
  }
  #hero-2 .newsletter-form {
    margin-top:30px;
    margin-right:10%
  }
  #hero-2 .newsletter-form .form-control {
    height:46px;
    font-size:1rem
  }
  #hero-2 .newsletter-form .btn {
    height:46px
  }
  #hero-4 .hero-img {
    margin:0 15%
  }
  .fbox-2,
  .fbox-3 {
    padding:40px 20px
  }
  .fbox-5 {
    margin-bottom:25px
  }
  .fbox-6 {
    margin-bottom:30px
  }
  .fbox-1 p {
    padding:0
  }
  .fbox-5-txt,
  .fbox-6-txt {
    padding-left:15px
  }
  .fbox-5 span,
  .fbox-6 span {
    width:55px;
    height:55px
  }
  .content-txt h2.h2-xs {
    margin-bottom:20px
  }
  .content-txt h5.h5-md {
    margin-top:15px;
    margin-bottom:10px
  }
  .cbox-1 {
    margin-bottom:15px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:30px;
    padding-right:30px
  }
  #content-7 .content-img {
    margin-top:-80px;
    margin-bottom:40px
  }
  .nav-pills .nav-link {
    font-size:1rem;
    padding:8px 24px;
    margin-right:6px
  }
  .statistic-number {
    font-size:3.65rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:3.35rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-4 {
    padding-top:130px;
    padding-bottom:80px
  }
  .video-inner-bg {
    margin-right:20px;
    margin-left:20px
  }
  .video-content {
    padding:80px 70px;
    margin-right:30px;
    margin-left:30px
  }
  #video-4 .video-content {
    margin:-30px 40px
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:70px
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:130px
  }
  .team-member-photo {
    margin:0 15px 20px
  }
  .join-team.m-top-25 {
    margin-top:10px
  }
  .join-team p {
    margin-bottom:20px;
    padding:0 5%
  }
  .review-1 {
    padding:0 20px;
    margin-bottom:30px
  }
  .review-2 {
    padding:0 20px;
    margin-bottom:30px
  }
  .review-2 .review-txt {
    padding:40px 25px 50px
  }
  .review-1 .testimonial-avatar img {
    width:70px;
    height:70px
  }
  .review-2 .testimonial-avatar img {
    width:70px;
    height:70px;
    margin:-35px auto 15px
  }
  .review-2 h5.h5-lg {
    font-size:1.0675rem;
    margin-bottom:15px
  }
  .review-1 p,
  .review-2 p {
    font-size:1rem
  }
  p.testimonial-autor {
    font-size:1.05rem
  }
  .app-rating .svg-inline--fa {
    font-size:0.75rem
  }
  .question {
    margin-bottom:20px
  }
  .question h5 {
    line-height:1.4;
    margin-bottom:5px
  }
  .more-questions-btn {
    margin-top:30px
  }
  #brands-1 {
    padding-top:60px;
    padding-bottom:30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  #newsletter-1 {
    padding-top:100px;
    padding-bottom:80px
  }
  #newsletter-2 {
    padding-top:80px;
    padding-bottom:80px
  }
  #newsletter-1 .newsletter-form {
    margin:40px 20% 0
  }
  .newsletter-section .newsletter-form .form-control {
    height:54px;
    font-size:1.15rem
  }
  .newsletter-section .newsletter-form .btn {
    height:54px
  }
  #blog-page {
    margin-top:140px;
    margin-bottom:80px
  }
  #single-post-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom:40px
  }
  .post-holder.p-right-60,
  .posts-holder.p-right-60 {
    padding-right:30px
  }
  #search-field .btn {
    padding:12px
  }
  .badge {
    font-size:0.7rem;
    margin-bottom:6px;
    padding:3px 8px
  }
  a.share-ico {
    width:70px;
    height:30px;
    font-size:15px;
    line-height:30px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .btn {
    font-size:1rem
  }
  .blog-page-pagination.m-top-80 {
    margin-top:50px
  }
  .contact-form .custom-select,
  .contact-form .form-control {
    height:50px;
    margin-bottom:20px
  }
  #contacts-2 .contact-form .form-control {
    font-size:1.15rem;
    margin-bottom:30px
  }
  .footer .p-left-60 {
    padding-left:0
  }
  .footer-logo img {
    width:110px;
    height:110px
  }
  .footer-info p {
    font-size:1rem
  }
  .foo-links li a {
    font-size:1rem;
    line-height:1.4
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
}
@media (max-width:991px) {
  .navbar {
    min-height:65px
  }
  #navbarSupportedContent .navbar-nav {
    overflow:auto;
    max-height:65vh;
    margin-top:25px;
    display:inherit
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color:#000;
    text-decoration:none;
    font-weight:bold;
    background-color:#5fd34200
  }
  li.nav-item {
    text-align:left
  }
  li.nav-item a.nav-item {
    padding-left:10px
  }
  .dropdown-menu {
    border:none
  }
  .navbar-light .nav-link:focus,
  .navbar-light .nav-link:hover {
    background-color:#ffffff00!important
  }
  .dropdown-item:focus:before,
  .dropdown-item:hover:before {
    background-color:#ffffff00!important
  }
  .dropdown-menu li {
    position:relative;
    margin-left:15px
  }
  .dropdown-menu li:before {
    content:"-";
    margin-right:10px;
    position:absolute;
    left:-9px;
    top:10px
  }
  .navbar-nav .dropdown-menu {
    text-align:left
  }
  .dropdown-toggle:after {
    vertical-align:0.075em;
    font-size:17px;
    content:""!important;
    font-weight:bold;
    border:none;
    font-family:FontAwesome;
    position:absolute;
    right:24px
  }
  .dropdown-menu .menu-item-has-children.active .dropdown-toggle:after,
  .dropdown-menu .menu-item-has-children.show.active .dropdown-toggle:after {
    content:""!important;
    font-family:FontAwesome
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background:none
  }
  .navbar {
    padding:15px
  }
  li.nav-item {
    display:block;
    position:relative
  }
  .navbar-dark .navbar-nav .nav-link {
    color:#020202!important
  }
  .navbar-light .nav-link:focus,
  .navbar-light .nav-link:hover {
    background-color:#e8e8e8!important
  }
  .editor-block-list__layout .wp-block-freeform.block-library-rich-text__tinymce blockquote,
  .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left:15px;
    margin-top:15px;
    margin-bottom:15px
  }
  .single-post.post-template-full-post-page .entry-header {
    margin:0;
    padding:0
  }
  .single-post.post-template-full-post-page .content-area {
    position:relative;
    padding-left:40px;
    padding-right:40px
  }
  blockquote.wp-block-quote {
    margin-left:40px;
    margin-right:40px
  }
}
@media (min-width:768.01px) and (max-width:991.99px) {
  html {
    font-size:15px
  }
  .ind-5,
  .ind-10,
  .ind-15,
  .ind-20,
  .ind-25,
  .ind-30,
  .ind-35,
  .ind-40,
  .ind-45,
  .ind-50,
  .ind-60,
  .ind-70,
  .ind-80,
  .ind-90,
  .ind-100 {
    padding:0px
  }
  .wide-100,
  .wide-110,
  .wide-120,
  .wide-130,
  .wide-140,
  .wide-150,
  .wide-160 {
    padding-top:80px;
    padding-bottom:80px
  }
  .wide-90 {
    padding-top:80px;
    padding-bottom:70px
  }
  .wide-80 {
    padding-top:80px;
    padding-bottom:60px
  }
  .wide-70 {
    padding-top:80px;
    padding-bottom:50px
  }
  .wide-60 {
    padding-top:80px;
    padding-bottom:40px
  }
  .wide-50 {
    padding-top:80px;
    padding-bottom:30px
  }
  .wide-40 {
    padding-top:80px;
    padding-bottom:20px
  }
  .wide-30 {
    padding-top:80px;
    padding-bottom:10px
  }
  .p-left-0,
  .p-left-5,
  .p-left-10,
  .p-left-15,
  .p-left-20,
  .p-left-25,
  .p-left-30,
  .p-left-35,
  .p-left-40,
  .p-left-45,
  .p-left-50,
  .p-left-60,
  .p-left-70,
  .p-left-80,
  .p-left-90,
  .p-left-100 {
    padding-left:15px
  }
  .p-right-0,
  .p-right-5,
  .p-right-10,
  .p-right-15,
  .p-right-20,
  .p-right-25,
  .p-right-30,
  .p-right-35,
  .p-right-40,
  .p-right-45,
  .p-right-50,
  .p-right-60,
  .p-right-70,
  .p-right-80,
  .p-right-90,
  .p-right-100 {
    padding-right:15px
  }
  .division.p-top-100 {
    padding-top:80px
  }
  h5 {
    font-size:1.2rem
  }
  h4 {
    font-size:1.55rem
  }
  h3 {
    font-size:2.21rem
  }
  h2 {
    font-size:2.95rem
  }
  p {
    font-size:1.15rem
  }
  li.nav-item.nl-simple.nav-item.nl-simple {
    padding:0.45rem 0rem
  }
  .btn {
    padding:0.9rem 1.85rem
  }
  a.store {
    margin-right:10px
  }
  .store img.appstore-original {
    width:141px;
    height:44px
  }
  .store img.googleplay-original {
    width:150px;
    height:44px
  }
  .store img.amazon-original {
    width:139px;
    height:44px
  }
  .store img.windows-original {
    width:144px;
    height:44px
  }
  .store img.appstore-white {
    width:136px;
    height:44px
  }
  .store img.googleplay-white {
    width:144px;
    height:44px
  }
  .store img.appstore-grey {
    width:139px;
    height:44px
  }
  .store img.googleplay-grey {
    width:148px;
    height:44px
  }
  .modal-video {
    line-height:1.75rem
  }
  .modal-video a {
    font-size:1.05rem;
    line-height:1.75rem
  }
  .modal-video a span {
    font-size:1.75rem;
    line-height:1.75rem;
    margin-right:3px
  }
  .box-icon span {
    font-size:3.5rem
  }
  .box-icon-xs span {
    font-size:2.5rem
  }
  .box-icon-sm span {
    font-size:3rem
  }
  .box-icon-md span {
    font-size:4rem
  }
  .box-icon-lg span {
    font-size:4.5rem
  }
  .box-icon-xl span {
    font-size:5rem
  }
  .quote p {
    margin-top:15px;
    margin-bottom:15px
  }
  .quote-avatar img {
    width:40px;
    height:40px
  }
  .quote-author {
    padding:0 0 0 10px
  }
  .app-devices {
    padding:5px 0 0 5px
  }
  .app-devices .svg-inline--fa {
    font-size:2.15rem
  }
  .app-devices .svg-inline--fa.f-phone {
    margin-right:1rem
  }
  .app-devices-desc p {
    font-size:0.95rem;
    padding-right:5%
  }
  .section-title {
    margin-bottom:40px
  }
  .section-title p {
    font-size:1.1rem;
    padding:0 5%
  }
  .bg-light {
    background-color:#fff!important;
    box-shadow:0 0 2px rgba(50,50,50,0.4)
  }
  .navbar {
    text-align:center
  }
  .dropdown-menu {
    padding:0;
    margin-top:0;
    border-top:none
  }
  .dropdown-divider {
    margin:5px 0
  }
  .navbar.bg-tra {
    padding:0.75rem 1.1rem;
    box-shadow:0 0 2px rgba(50,50,50,0.4)
  }
  .navbar.scroll.bg-tra {
    padding:0.75rem 1.1rem
  }
  .logo-white {
    display:none
  }
  .navbar-dark.bg-dark .logo-white,
  .navbar-dark.bg-tra .logo-white {
    display:none
  }
  .navbar-light.bg-light .logo-white,
  .navbar-light.bg-tra .logo-white {
    display:none
  }
  .logo-black,
  .navbar-dark.bg-tra .logo-black {
    display:block
  }
  .navbar-light.bg-light .logo-black,
  .navbar-light.bg-tra .logo-black {
    display:block
  }
  .bg-tra.navbar-dark .nav-link {
    color:#333
  }
  .bg-tra.navbar-dark .navbar-nav .active>.nav-link {
    color:rgba(0,0,0,0.9)
  }
  .navbar-dark .nav-link:focus,
  .navbar-dark .nav-link:hover {
    color:#333;
    background-color:rgba(200,200,200,0.35)
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color:#333
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size:1.1rem;
    margin-left:0;
    border-radius:0
  }
  .navbar-text {
    padding:10px 0;
    margin-top:2px
  }
  .header-socials {
    margin:8px auto 0
  }
  .header-socials a {
    width:34px;
    height:34px;
    font-size:0.95rem;
    line-height:30px!important;
    margin-left:1px
  }
  .header-socials span {
    margin-left:3px
  }
  .header-socials a {
    color:#333;
    opacity:0.7
  }
  .navbar.scroll .header-socials a {
    color:#333;
    opacity:0.7
  }
  .header-socials a.ico-facebook,
  .navbar.scroll .header-socials a.ico-facebook {
    background-color:#3b5998;
    border-color:#3b5998
  }
  .header-socials a.ico-twitter,
  .navbar.scroll .header-socials a.ico-twitter {
    background-color:#00a9ed;
    border-color:#00a9ed
  }
  .header-socials a.ico-behance,
  .navbar.scroll .header-socials a.ico-behance {
    background-color:#2473f6;
    border-color:#2473f6
  }
  .header-socials a.ico-google-plus,
  .navbar.scroll .header-socials a.ico-google-plus {
    background-color:#cd1111;
    border-color:#cd1111
  }
  .header-socials a.ico-linkedin,
  .navbar.scroll .header-socials a.ico-linkedin {
    background-color:#015886;
    border-color:#015886
  }
  .header-socials a.ico-dribbble,
  .navbar.scroll .header-socials a.ico-dribbble {
    background-color:#d92d84;
    border-color:#d92d84
  }
  .header-socials a.ico-instagram,
  .navbar.scroll .header-socials a.ico-instagram {
    background-color:#beb3a8;
    border-color:#beb3a8
  }
  .header-socials a.ico-pinterest,
  .navbar.scroll .header-socials a.ico-pinterest {
    background-color:#ac281a;
    border-color:#ac281a
  }
  .header-socials a.ico-youtube,
  .navbar.scroll .header-socials a.ico-youtube {
    background-color:#cd1b20;
    border-color:#cd1b20
  }
  .header-socials a.ico-tumblr,
  .navbar.scroll .header-socials a.ico-tumblr {
    background-color:#3a5976;
    border-color:#3a5976
  }
  .header-socials a.ico-vk,
  .navbar.scroll .header-socials a.ico-vk {
    background-color:#3b5998;
    border-color:#3b5998
  }
  .header-socials a:hover {
    color:#fff;
    opacity:1
  }
  .header-store img {
    margin-top:4px
  }
  .header-store img.appstore-button {
    width:128px;
    height:40px
  }
  .header-store img.googleplay-button {
    width:137px;
    height:40px
  }
  .hero-section {
    margin-top:58px
  }
  #hero-1,
  #hero-7 {
    padding-top:100px;
    padding-bottom:60px
  }
  #hero-2 {
    padding-top:100px;
    padding-bottom:80px;
    background-position:right top
  }
  #hero-4 {
    padding-top:100px
  }
  #hero-5,
  #hero-10 {
    padding-top:100px;
    padding-bottom:80px
  }
  .hero-row-120,
  .hero-row-140,
  .hero-row-160,
  .hero-row-180,
  .hero-row-200 {
    padding-top:100px;
    padding-bottom:100px
  }
  .hero-row-100 {
    padding-top:90px;
    padding-bottom:90px
  }
  .hero-app-logo span {
    font-size:3rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-1 .hero-txt {
    margin-top:40px
  }
  #hero-2 .hero-txt,
  #hero-6 .hero-txt,
  #hero-8 .hero-txt {
    margin-left:20px
  }
  #hero-9-content {
    padding-top:100px;
    padding-bottom:370px
  }
  #hero-1.hero-section h2 {
    margin-bottom:15px
  }
  .hero-section h2,
  .hero-section h3,
  .hero-section h4 {
    margin-bottom:15px
  }
  #hero-10.hero-section h2 {
    margin-bottom:25px
  }
  #hero-1 .hero-txt p,
  #hero-11 .hero-txt p {
    padding-right:0
  }
  #hero-5 .hero-txt p {
    padding-right:5%
  }
  #hero-8 .hero-txt p {
    padding-bottom:15px
  }
  #hero-9 .hero-txt p {
    padding:0 5%;
    margin-bottom:30px
  }
  .hero-stores-badge {
    margin-top:25px
  }
  #hero-12 a.store {
    display:block;
    margin-left:0;
    margin-bottom:10px
  }
  #hero-4 .btn {
    margin-top:15px;
    margin-bottom:35px
  }
  #hero-4 .hero-app-logo,
  .hero-app-logo {
    margin-bottom:20px
  }
  #hero-8 .hero-app-logo {
    margin-bottom:25px
  }
  .hero-app-logo img {
    max-width:150px;
    height:auto
  }
  #hero-4 .hero-app-logo img {
    width:110px;
    height:auto
  }
  #hero-2 .hero-links {
    margin-top:0px;
    margin-left:0
  }
  #hero-5 .modal-video {
    margin-top:8px
  }
  #hero-8 .modal-video.m-left-25 {
    margin-left:15px
  }
  .hero-boxes {
    margin-top:50px
  }
  #hero-2 .newsletter-form {
    margin-top:25px;
    margin-right:0
  }
  #hero-2 .newsletter-form .form-control {
    height:42px;
    font-size:1rem
  }
  #hero-2 .newsletter-form .btn {
    height:42px
  }
  .hero-3-img {
    bottom:2%;
    width:48%;
    left:52%
  }
  #hero-4 .hero-img {
    margin:0 15%
  }
  .hero-9-image img {
    margin-top:-330px
  }
  #features-4 {
    padding-top:0;
    padding-bottom:0
  }
  #features-4 .bg-inner {
    padding-top:80px;
    padding-bottom:80px
  }
  #features-5 {
    padding-top:80px;
    padding-bottom:80px;
    margin-top:0;
    margin-bottom:0
  }
  .fbox-2 {
    padding:40px 30px
  }
  .fbox-3 {
    padding:40px 60px
  }
  .fbox-5 {
    margin-bottom:25px
  }
  .fbox-6 {
    margin-bottom:30px
  }
  .fbox-1 h5,
  .fbox-2 h5,
  .fbox-3 h5 {
    margin-top:12px;
    margin-bottom:8px
  }
  .fbox-4 h5 {
    margin-top:8px;
    margin-bottom:8px
  }
  .fbox-1 p {
    padding:0
  }
  .fbox-5-txt,
  .fbox-6-txt {
    padding-left:15px
  }
  .fbox-5 span,
  .fbox-6 span {
    width:55px;
    height:55px
  }
  .fbox-4-img {
    margin-top:0px;
    margin-bottom:0px
  }
  .features-6-content.wide-50 {
    padding-top:60px;
    padding-bottom:50px
  }
  .features-5-img,
  .features-6-img {
    width:38%;
    left:62%
  }
  #content-5 .p-top-100.bg-inner {
    padding-top:80px
  }
  #content-7 .section-title {
    margin-bottom:100px
  }
  #content-7 .section-title p {
    padding:0
  }
  #content-8 .section-title p {
    padding:0
  }
  .content-txt h2.h2-xs {
    margin-bottom:12px
  }
  .content-txt h5.h5-md {
    margin-top:0;
    margin-bottom:10px
  }
  .cbox-1 {
    margin-bottom:10px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-txt .btn {
    margin-top:5px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:0;
    padding-right:0
  }
  .content-7-image {
    padding-bottom:40px
  }
  #content-7 .content-img {
    margin-top:-80px;
    margin-bottom:30px
  }
  .nav-pills .nav-link {
    font-size:1rem;
    padding:8px 24px;
    margin-right:6px
  }
  #statistic-2 .statistic-block {
    padding:25px 20px
  }
  .statistic-number {
    font-size:3rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:2.65rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-3 .section-title {
    margin-bottom:5.75rem
  }
  #video-4 {
    padding-top:130px;
    padding-bottom:80px
  }
  #video-1 .video-preview {
    margin-top:50px
  }
  .video-inner-bg {
    margin-right:10px;
    margin-left:10px
  }
  .video-content {
    padding:60px 50px;
    margin-right:20px;
    margin-left:20px
  }
  .play-icon-green {
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px
  }
  #video-3 h4 {
    margin-bottom:15px
  }
  #video-1 p {
    padding:0;
    margin-bottom:20px
  }
  #video-4 p {
    padding:0 5%
  }
  .video-section .btn {
    margin-top:10px
  }
  #video-4 .video-content {
    margin:-30px 20px
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:70px
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:130px
  }
  #team-1 .col-md-6 {
    padding-right:15px;
    padding-left:15px
  }
  .join-team.m-top-25 {
    margin-top:0
  }
  .join-team p {
    margin-bottom:20px;
    padding:0 5%
  }
  .pricing-table span.price {
    font-size:40px;
    line-height:40px
  }
  .pricing-table sup {
    font-size:26px;
    top:-3px;
    right:2px
  }
  ul.features {
    font-size:1rem
  }
  ul.features li {
    padding:7px 0
  }
  .pricing-notice p {
    padding:0
  }
  .review-1 {
    padding:0 80px;
    margin-bottom:30px
  }
  .review-2 {
    padding:0 80px;
    margin-bottom:30px
  }
  .review-2 .review-txt {
    padding:40px 25px 50px
  }
  .review-1 .testimonial-avatar img {
    width:70px;
    height:70px
  }
  .review-2 .testimonial-avatar img {
    width:70px;
    height:70px;
    margin:-35px auto 15px
  }
  .review-2 h5.h5-lg {
    font-size:1.0675rem;
    margin-bottom:15px
  }
  .review-1 p,
  .review-2 p {
    font-size:1rem
  }
  p.testimonial-autor {
    font-size:1.05rem
  }
  .app-rating .svg-inline--fa {
    font-size:0.75rem
  }
  .question {
    margin-bottom:20px
  }
  .question h5 {
    line-height:1.4;
    margin-bottom:5px
  }
  .more-questions-btn {
    margin-top:30px
  }
  #download-2,
  #download-3 {
    padding-top:60px;
    padding-bottom:60px
  }
  #download-4 .download-txt {
    margin-bottom:40px
  }
  #download-1 p,
  #download-4 p {
    padding:0
  }
  .download-section .stores-badge {
    margin-top:25px
  }
  .m-img {
    padding:40px 40px
  }
  .m-img img {
    width:120px;
    height:120px
  }
  #brands-1 {
    padding-top:60px;
    padding-bottom:30px
  }
  #brands-1 .brand-logo img {
    padding:0
  }
  #press-1 .col-md-3 {
    padding-right:8px;
    padding-left:8px
  }
  .press-logo {
    padding:50px 30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  .press-txt.m-top-20 {
    margin-top:0
  }
  #newsletter-1 {
    padding-top:80px;
    padding-bottom:60px
  }
  #newsletter-2 {
    padding-top:80px;
    padding-bottom:60px;
    text-align:center
  }
  #newsletter-2 h3 {
    padding:0 15%
  }
  #newsletter-1 .newsletter-form {
    margin:30px 15% 0
  }
  #newsletter-2 .newsletter-form {
    margin:30px 20% 0
  }
  .newsletter-section .newsletter-form .form-control {
    height:54px;
    font-size:1.15rem
  }
  .newsletter-section .newsletter-form .btn {
    height:54px
  }
  #blog-page {
    margin-top:140px;
    margin-bottom:80px
  }
  #single-post-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .sidebar-div.m-bottom-40 {
    margin-bottom:30px
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom:40px
  }
  .post-holder.p-right-60,
  .posts-holder.p-right-60 {
    padding-right:0
  }
  #search-field .btn {
    padding:10px
  }
  .badge {
    font-size:0.65rem;
    margin-bottom:6px;
    padding:3px 8px
  }
  a.share-ico {
    width:70px;
    height:30px;
    font-size:15px;
    line-height:30px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  .blog-page-pagination.m-top-80 {
    margin-top:50px
  }
  .contact-form .custom-select,
  .contact-form .form-control {
    height:50px;
    margin-bottom:20px
  }
  #contacts-2 .contact-form .form-control {
    font-size:1.15rem;
    margin-bottom:30px
  }
  .footer .p-left-60 {
    padding-left:0
  }
  .footer-logo img {
    width:110px;
    height:110px
  }
  .footer-info p {
    font-size:1rem
  }
  .foo-links li a {
    font-size:1rem;
    line-height:1.4
  }
  #footer-3 .foo-links li,
  #footer-4 .foo-links li,
  .bottom-footer .foo-links li {
    margin-left:10px
  }
  .bottom-form {
    min-width:240px;
    max-width:240px
  }
  .bottom-form-header {
    padding:11px 20px
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
}
@media (max-width:768px) {
  li.nav-item.nl-simple.nav-item.nl-simple {
    padding:0.45rem 0rem
  }
  #single-post-page-full .entry-content>* {
    max-width:720px;
    margin-left:inherit;
    margin-right:inherit
  }
  .single-post.post-template-full-post-page .entry-header {
    padding:0;
    margin-top:0
  }
  .single-post.post-template-full-post-page .content-area {
    position:relative;
    padding:0 20px
  }
  a.btn {
    margin-bottom:20px
  }
  h1 {
    font-size:2.75rem
  }
  br {
    display:none
  }
  .elementor-widget-wp-widget-nav_menu,
  .xooapp-logo-info {
    margin-bottom:30px
  }
  .navbar-dark .navbar-nav .nav-link {
    color:#111!important
  }
  .elementor-section .elementor-inner-section {
    padding-top:0;
    padding-bottom:0
  }
  .elementor-element-populated .elementor-inner-section {
    padding-top:20px;
    padding-bottom:20px
  }
  #page-breadcrum {
    padding:125px 0 40px 0px
  }
  .reviews-section {
    margin-top:20px
  }
  .elementor-section-wrap>.elementor-element>.elementor-container .elementor-widget {
    padding-left:15px;
    padding-right:15px
  }
  div#watch_video {
    padding-bottom:0
  }
  .elementor-column:last-of-type .fbox-1 {
    margin-bottom:0
  }
  .elementor-tabs .elementor-tabs-wrapper>div {
    margin-bottom:10px!important
  }
  .section-title {
    margin-bottom:20px;
    padding:0
  }
  .elementor-text-editor p:last-of-type {
    margin:0
  }
  .statistic-block {
    padding:10px 0
  }
  .elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xxl {
    font-size:2.2rem;
    margin-top:0
  }
  .xooapp-heading-title.xooapp-size-xxl {
    font-size:2.2rem;
    margin-top:0
  }
  .xooapp-heading-title.xooapp-size-xl {
    font-size:20px;
    margin-bottom:10px;
    line-height:1.3
  }
  #elementor h2.xooapp-heading-title {
    margin-top:0;
    font-size:2.775rem;
    margin-bottom:15px;
    padding:0;
    line-height:initial
  }
  .elementor-element>.elementor-element-populated {
    padding:0px!important;
    padding-top:0px
  }
  .animated {
    visibility:visible;
    display:block
  }
  @keyframes fadeIn {
    0% {
      opacity:1
    }
    to {
      opacity:1
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  #loader {
    margin:-30px 0 0 -30px
  }
  .cssload-flex-container li {
    height:60px;
    width:60px
  }
  .cssload-loading {
    width:63px;
    height:63px
  }
  .cssload-loading:before {
    height:39px;
    width:39px
  }
  .wide-100 {
    padding-top:80px;
    padding-bottom:80px
  }
  .wide-90 {
    padding-top:80px;
    padding-bottom:70px
  }
  .wide-80 {
    padding-top:80px;
    padding-bottom:60px
  }
  .wide-70 {
    padding-top:80px;
    padding-bottom:50px
  }
  .wide-60 {
    padding-top:80px;
    padding-bottom:40px
  }
  .wide-50 {
    padding-top:80px;
    padding-bottom:30px
  }
  .wide-40 {
    padding-top:80px;
    padding-bottom:20px
  }
  .wide-30 {
    padding-top:80px;
    padding-bottom:10px
  }
  .ind-5,
  .ind-10,
  .ind-15,
  .ind-20,
  .ind-25,
  .ind-30,
  .ind-35,
  .ind-40,
  .ind-45,
  .ind-50,
  .ind-60,
  .ind-70,
  .ind-80,
  .ind-90,
  .ind-100 {
    padding:0
  }
  .m-right-30 {
    margin-right:15px
  }
  .m-left-30 {
    margin-left:15px
  }
  .p-left-60 {
    padding-left:0px
  }
  .entry-title {
    font-size:1.3rem
  }
  .division.p-top-100 {
    padding-top:80px
  }
  .bg-light {
    background-color:#fff!important;
    box-shadow:0 0 2px rgba(50,50,50,0.4)
  }
  .navbar {
    text-align:center
  }
  .dropdown-menu {
    text-align:center;
    padding:0;
    margin-top:0;
    border-top:none;
    border-radius:0
  }
  .dropdown-divider {
    margin:5px 0
  }
  .dropdown-item,
  .menu-item-has-children>.dropdown-item {
    padding:10px 0
  }
  .navbar.bg-tra {
    padding:0.75rem 1.1rem;
    background-color:#fff!important;
    box-shadow:0 0 2px rgba(50,50,50,0.4)
  }
  .navbar.scroll.bg-tra {
    padding:0.75rem 1.1rem
  }
  .logo-white {
    display:none
  }
  .navbar-dark.bg-dark .logo-white,
  .navbar-dark.bg-tra .logo-white {
    display:none
  }
  .navbar-light.bg-light .logo-white,
  .navbar-light.bg-tra .logo-white {
    display:none
  }
  .logo-black,
  .navbar-dark.bg-tra .logo-black {
    display:block;
    text-align:left
  }
  .navbar-light.bg-light .logo-black,
  .navbar-light.bg-tra .logo-black {
    display:block
  }
  .bg-tra.navbar-dark .nav-link {
    color:#333
  }
  .bg-tra.navbar-dark .navbar-nav .active>.nav-link {
    color:rgba(0,0,0,0.9)
  }
  .navbar-dark .nav-link:focus,
  .navbar-dark .nav-link:hover {
    color:#333;
    background-color:rgba(200,200,200,0.35)
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color:#333
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size:1.1rem;
    padding:10px;
    margin-left:0;
    border-radius:0
  }
  .navbar-text {
    padding:10px 0;
    margin-top:2px
  }
  .header-socials {
    margin:8px auto 0
  }
  .header-socials a {
    width:34px;
    height:34px;
    font-size:0.95rem;
    line-height:30px!important;
    margin-left:1px
  }
  .header-socials span {
    margin-left:3px
  }
  .header-socials a {
    color:#fff;
    opacity:0.7
  }
  .navbar.scroll .header-socials a {
    color:#fff;
    opacity:0.7
  }
  .header-socials a.ico-facebook,
  .navbar.scroll .header-socials a.ico-facebook {
    background-color:#3b5998;
    border-color:#3b5998
  }
  .header-socials a.ico-twitter,
  .navbar.scroll .header-socials a.ico-twitter {
    background-color:#00a9ed;
    border-color:#00a9ed
  }
  .header-socials a.ico-behance,
  .navbar.scroll .header-socials a.ico-behance {
    background-color:#2473f6;
    border-color:#2473f6
  }
  .header-socials a.ico-google-plus,
  .navbar.scroll .header-socials a.ico-google-plus {
    background-color:#cd1111;
    border-color:#cd1111
  }
  .header-socials a.ico-linkedin,
  .navbar.scroll .header-socials a.ico-linkedin {
    background-color:#015886;
    border-color:#015886
  }
  .header-socials a.ico-dribbble,
  .navbar.scroll .header-socials a.ico-dribbble {
    background-color:#d92d84;
    border-color:#d92d84
  }
  .header-socials a.ico-instagram,
  .navbar.scroll .header-socials a.ico-instagram {
    background-color:#beb3a8;
    border-color:#beb3a8
  }
  .header-socials a.ico-pinterest,
  .navbar.scroll .header-socials a.ico-pinterest {
    background-color:#ac281a;
    border-color:#ac281a
  }
  .header-socials a.ico-youtube,
  .navbar.scroll .header-socials a.ico-youtube {
    background-color:#cd1b20;
    border-color:#cd1b20
  }
  .header-socials a.ico-tumblr,
  .navbar.scroll .header-socials a.ico-tumblr {
    background-color:#3a5976;
    border-color:#3a5976
  }
  .header-socials a.ico-vk,
  .navbar.scroll .header-socials a.ico-vk {
    background-color:#3b5998;
    border-color:#3b5998
  }
  .header-socials a:hover {
    color:#fff;
    opacity:1
  }
  .header-store img {
    margin-top:4px
  }
  .header-store img.appstore-button {
    width:128px;
    height:40px
  }
  .header-store img.googleplay-button {
    width:137px;
    height:40px
  }
  .hero-section {
    margin-top:58px
  }
  #video-4 {
    padding-top:130px;
    padding-bottom:80px
  }
  #blog-page {
    margin-top:40px;
    margin-bottom:40px
  }
  #single-post-page,
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .footer-info {
    padding-top:50px
  }
}
@media (max-width:767px) {
  #single-post-page-full .entry-content>* {
    max-width:720px;
    margin-left:15px;
    margin-right:15px
  }
  .wp-block-cover,
  .wp-block-cover-image {
    margin:0 0 0.5em 0
  }
  #single-post-page-full,
  .no-sidebar #single-post-page-full {
    margin-top:100px
  }
  .p-right-60 {
    padding-right:15px
  }
  .p-left-60 {
    padding-left:15px
  }
  .sl-wrapper span.sl-count {
    margin-left:30px
  }
  .elementor-8 .elementor-section-wrap>.elementor-element {
    padding:50px 0
  }
  .elementor-8 .elementor-section-wrap>.elementor-element:first-of-type {
    padding:30px 0
  }
  .blog-post-txt p {
    margin-bottom:15px
  }
  .tags-links a {
    margin-bottom:5px;
    font-size:10px;
    display:inline-block
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color:#000;
    text-decoration:none;
    font-weight:bold;
    background-color:#5fd34200
  }
  li.nav-item {
    text-align:left
  }
  li.nav-item a.nav-item {
    padding-left:10px
  }
  .dropdown-menu {
    border:none
  }
  .navbar-light .nav-link:focus,
  .navbar-light .nav-link:hover {
    background-color:#ffffff00!important
  }
  .dropdown-item:focus:before,
  .dropdown-item:hover:before {
    background-color:#ffffff00!important
  }
  .dropdown-menu li {
    position:relative;
    margin-left:15px
  }
  .dropdown-menu li:before {
    content:"-";
    margin-right:10px;
    position:absolute;
    left:-9px;
    top:10px
  }
  .navbar-nav .dropdown-menu {
    text-align:left
  }
  .dropdown-toggle:after {
    vertical-align:0.075em;
    font-size:17px;
    content:""!important;
    font-weight:bold;
    border:none;
    font-family:FontAwesome;
    position:absolute;
    right:24px
  }
  .dropdown-menu .menu-item-has-children.active .dropdown-toggle:after,
  .dropdown-menu .menu-item-has-children.show.active .dropdown-toggle:after {
    content:""!important;
    font-family:FontAwesome
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background:none
  }
}
@media (min-width:576px) and (max-width:767.99px) {
  .logged-in.admin-bar .fixed-top {
    top:46px
  }
  .navbar-dark .navbar-nav .nav-link.active {
    color:#111
  }
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width:95%;
    margin:auto
  }
  .header-socials a,
  .navbar.scroll .header-socials a {
    color:#333;
    border:2px solid #212020
  }
  .elementor-image img {
    margin-bottom:20px
  }
  .animated {
    visibility:visible;
    display:block
  }
  @keyframes fadeIn {
    0% {
      opacity:1
    }
    to {
      opacity:1
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  html {
    font-size:15px
  }
  h5 {
    font-size:1.08rem
  }
  h4 {
    font-size:1.3rem
  }
  h3 {
    font-size:1.85rem
  }
  h2 {
    font-size:2.45rem
  }
  h1 {
    font-size:2.75rem
  }
  p {
    font-size:1rem
  }
  .btn {
    font-size:0.95rem;
    padding:0.9rem 1.7rem
  }
  a.store {
    margin-right:10px
  }
  .store img.appstore-original {
    width:141px;
    height:44px
  }
  .store img.googleplay-original {
    width:150px;
    height:44px
  }
  .store img.amazon-original {
    width:139px;
    height:44px
  }
  .store img.windows-original {
    width:144px;
    height:44px
  }
  .store img.appstore-white {
    width:136px;
    height:44px
  }
  .store img.googleplay-white {
    width:144px;
    height:44px
  }
  .store img.appstore-grey {
    width:139px;
    height:44px
  }
  .store img.googleplay-grey {
    width:148px;
    height:44px
  }
  .modal-video {
    line-height:1.75rem
  }
  .modal-video a {
    font-size:1.05rem;
    line-height:1.75rem
  }
  .modal-video a span {
    font-size:1.75rem;
    line-height:1.75rem;
    margin-right:3px
  }
  .box-icon span {
    font-size:3.5rem
  }
  .box-icon-xs span {
    font-size:2.5rem
  }
  .box-icon-sm span {
    font-size:3rem
  }
  .box-icon-md span {
    font-size:4rem
  }
  .box-icon-lg span {
    font-size:4.5rem
  }
  .box-icon-xl span {
    font-size:5rem
  }
  .quote p {
    margin-top:15px;
    margin-bottom:15px
  }
  .quote-avatar img {
    width:40px;
    height:40px
  }
  .quote-author {
    padding:0 0 0 10px
  }
  .app-devices {
    padding:5px 0 0 5px;
    text-align:left
  }
  .app-devices .fa {
    font-size:2.15rem
  }
  .app-devices .fa.f-phone {
    margin-right:1rem
  }
  .app-devices-desc p {
    font-size:0.95rem;
    padding-right:5%
  }
  .section-title p {
    font-size:1rem;
    padding:0 5%
  }
  .hero-section {
    text-align:center
  }
  #hero-1,
  #hero-5 {
    padding-top:80px;
    padding-bottom:60px
  }
  #hero-2 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:left bottom
  }
  #hero-4 {
    padding-top:80px
  }
  #hero-7 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:bottom left
  }
  #hero-10 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:right center
  }
  #hero-12 {
    background-position:right center
  }
  .hero-row-100,
  .hero-row-120,
  .hero-row-140,
  .hero-row-160,
  .hero-row-180,
  .hero-row-200 {
    padding-top:80px;
    padding-bottom:80px
  }
  #hero-3 .hero-row-200 {
    padding-top:100px;
    padding-bottom:100px
  }
  #hero-11 .hero-row-200 {
    padding-top:130px;
    padding-bottom:130px
  }
  .hero-app-logo {
    display:inline-block!important;
    margin-left:auto;
    margin-right:auto
  }
  .hero-app-logo span {
    font-size:2.75rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-1 .hero-txt {
    margin-top:0
  }
  #hero-7 .hero-txt.text-right {
    text-align:center!important
  }
  #hero-9-content {
    padding-top:80px;
    padding-bottom:370px
  }
  #hero-1.hero-section h2 {
    margin-bottom:12px
  }
  .hero-section h2,
  .hero-section h3,
  .hero-section h4 {
    margin-bottom:12px
  }
  #hero-5 .hero-txt h2,
  #hero-6 .hero-txt h2,
  #hero-11 .hero-txt h2 {
    padding:0 5%
  }
  #hero-10.hero-section h2 {
    color:#fff;
    margin-bottom:20px
  }
  #hero-2 .hero-links a,
  #hero-2 .hero-links span {
    color:#333
  }
  #hero-2 h2,
  #hero-2 p {
    color:#333
  }
  #hero-7 .hero-data span,
  #hero-7 h2,
  #hero-7 p {
    color:#333
  }
  #hero-10 h2 {
    color:#333
  }
  #hero-10 h2 span {
    color:#333
  }
  #hero-12 h3,
  #hero-12 p {
    color:#fff
  }
  .hero-section .modal-video {
    margin:0 auto
  }
  #hero-10 .modal-video a,
  #hero-12 .modal-video a {
    color:#fff
  }
  #hero-10 .modal-video a span,
  #hero-12 .modal-video a span {
    color:#fff
  }
  #hero-1 .hero-txt p,
  #hero-11 .hero-txt p {
    padding-right:0
  }
  #hero-3 .hero-txt p,
  #hero-5 .hero-txt p,
  #hero-6 .hero-txt p,
  #hero-11 .hero-txt p,
  #hero-12 .hero-txt p {
    padding:0 10%
  }
  #hero-8 .hero-txt p {
    padding:0 10% 10px
  }
  #hero-9 .hero-txt p {
    padding:0 5%;
    margin-bottom:25px
  }
  .hero-stores-badge {
    margin-top:20px
  }
  #hero-12 .hero-stores-badge {
    margin-top:15px
  }
  #hero-12 a.store {
    display:inline-block;
    margin-left:4px;
    margin-bottom:0
  }
  #hero-4 .btn {
    margin-top:20px;
    margin-bottom:0
  }
  .hero-btns {
    display:inline-block!important;
    margin-left:auto;
    margin-right:auto
  }
  #hero-4 .hero-app-logo,
  #hero-8 .hero-app-logo {
    margin-bottom:20px
  }
  .hero-app-logo {
    margin-bottom:20px
  }
  .hero-app-logo img {
    max-width:150px;
    height:auto
  }
  #hero-4 .hero-app-logo img {
    width:100px;
    height:auto
  }
  #hero-2 .hero-links {
    margin-top:0px;
    margin-left:0
  }
  #hero-5 .modal-video {
    margin-top:8px
  }
  #hero-8 .modal-video.m-left-25 {
    margin-left:15px
  }
  .hero-boxes {
    width:100%;
    text-align:center;
    margin-top:20px
  }
  .hbox {
    width:30%;
    margin-top:30px;
    float:none!important;
    display:inline-block
  }
  .hbox span {
    margin-bottom:10px
  }
  #hero-2 .newsletter-form {
    margin-top:20px;
    margin-right:0
  }
  #hero-2 .newsletter-form .form-control {
    height:44px;
    font-size:1rem;
    border:1px solid #ddd;
    border-right:none
  }
  #hero-2 .newsletter-form .form-control:focus {
    border:1px solid #ddd;
    border-right:none
  }
  #hero-2 .newsletter-form .btn {
    height:44px;
    border:1px solid #ddd;
    border-left:none
  }
  #hero-1 .hero-img,
  #hero-5 .hero-img,
  #hero-10 .hero-img {
    margin:40px 12% 0
  }
  .hero-3-img,
  .hero-11-img {
    display:none
  }
  #hero-4 .hero-img {
    margin:40px 10% 0
  }
  #hero-2 .hero-img,
  #hero-6 .hero-img,
  #hero-7 .hero-img,
  #hero-8 .hero-img {
    margin:0 12% 40px
  }
  .hero-9-image img {
    margin-top:-330px
  }
  #hero-12 .hero-img {
    margin:30px 12%
  }
  #features-4 {
    padding-top:0;
    padding-bottom:0
  }
  #features-4 .bg-inner {
    padding-top:80px;
    padding-bottom:80px
  }
  #features-4 .col-md-4 {
    text-align:center!important
  }
  #features-5 {
    padding-top:80px;
    padding-bottom:55px;
    margin-top:0;
    margin-bottom:0
  }
  .fbox-2 {
    padding:40px 60px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-3 {
    padding:40px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-5 {
    margin-bottom:25px
  }
  .fbox-6 {
    margin-bottom:30px
  }
  .fbox-1 h5,
  .fbox-2 h5,
  .fbox-3 h5 {
    margin-top:12px;
    margin-bottom:8px
  }
  .fbox-4 h5 {
    margin-top:8px;
    margin-bottom:8px
  }
  .fbox-1 p {
    padding:0
  }
  .fbox-4 p {
    padding:0 10%
  }
  .fbox-5-txt,
  .fbox-6-txt {
    padding-left:15px
  }
  .fbox-5 span,
  .fbox-6 span {
    width:55px;
    height:55px
  }
  .fbox-4-img {
    margin:40px 25%
  }
  .features-6-content.wide-50 {
    padding-top:0;
    padding-bottom:50px
  }
  .features-5-img,
  .features-6-img {
    display:none
  }
  #content-5 .p-top-100.bg-inner {
    padding-top:80px
  }
  #content-7 .section-title {
    margin-bottom:30px
  }
  #content-7 .section-title p {
    padding:0
  }
  #content-8 .section-title p {
    padding:0
  }
  .content-txt h2.h2-xs {
    margin-bottom:12px
  }
  .content-txt h5.h5-md {
    margin-top:0;
    margin-bottom:10px
  }
  .cbox-1 {
    margin-bottom:10px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-txt .btn {
    margin-top:5px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:15%;
    padding-right:15%
  }
  .content-7-image {
    padding-bottom:40px
  }
  #content-7 .content-img {
    margin-top:0;
    margin-bottom:30px;
    padding-left:0;
    padding-right:0
  }
  #content-8 #tab-3 .content-img {
    padding-left:0;
    padding-right:0
  }
  .nav-pills .nav-link {
    font-size:1rem;
    padding:8px 24px;
    margin-right:6px
  }
  #statistic-2 .statistic-block {
    padding:25px 20px
  }
  .statistic-number {
    font-size:1.75rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:2.75rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  .statistic-img img {
    padding-left:15%;
    padding-right:15%
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-4 {
    padding-top:130px;
    padding-bottom:80px
  }
  #video-3 .section-title {
    margin-bottom:5.75rem
  }
  #video-1 .video-preview {
    margin-top:50px
  }
  #video-3 .video-preview {
    margin:40px 10% 0
  }
  .video-inner-bg {
    margin-right:10px;
    margin-left:10px;
    margin-top:70px;
    margin-bottom:120px
  }
  .video-content {
    padding:60px 50px;
    margin-right:10px;
    margin-left:10px
  }
  .play-icon-green {
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px
  }
  #video-3 h4 {
    margin-bottom:15px
  }
  #video-1 p {
    padding:0;
    margin-bottom:20px
  }
  #video-4 p {
    padding:0
  }
  .video-section .btn {
    margin-top:10px
  }
  #video-4 .video-content {
    margin:-30px 10px
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:60px
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:130px
  }
  #team-1 .col-md-6 {
    padding-right:15px;
    padding-left:15px
  }
  .join-team.m-top-25 {
    margin-top:0
  }
  .join-team p {
    margin-bottom:20px;
    padding:0 5%
  }
  .pricing-table span.price {
    font-size:32px;
    line-height:32px
  }
  .pricing-table sup {
    font-size:26px;
    top:-3px;
    right:2px
  }
  ul.features {
    font-size:1rem
  }
  ul.features li {
    padding:7px 0
  }
  .pricing-notice p {
    padding:0
  }
  .review-1 {
    padding:0 50px;
    margin-bottom:30px
  }
  .review-2 {
    padding:0 50px;
    margin-bottom:30px;
    padding:0 10px
  }
  .review-2 .review-txt {
    padding:40px 25px 50px
  }
  .review-1 .testimonial-avatar img {
    width:70px;
    height:70px
  }
  .review-2 .testimonial-avatar img {
    width:70px;
    height:70px;
    margin:-35px auto 15px
  }
  .review-2 h5.h5-lg {
    font-size:1.0675rem;
    margin-bottom:15px
  }
  .review-1 p,
  .review-2 p {
    font-size:1.05rem
  }
  p.testimonial-autor {
    font-size:1.1rem
  }
  .app-rating .svg-inline--fa {
    font-size:0.85rem
  }
  .question {
    margin-bottom:20px
  }
  .question h5 {
    line-height:1.4;
    margin-bottom:5px
  }
  .more-questions-btn {
    margin-top:30px
  }
  #download-2,
  #download-3 {
    text-align:center;
    padding:0
  }
  #download-2 .download-txt,
  #download-3 .download-txt {
    padding:80px 0
  }
  #download-4 .download-txt {
    margin-bottom:35px
  }
  #download-2 h2,
  #download-3 h2 {
    padding:0 8%
  }
  #download-1 p,
  #download-4 p {
    padding:0
  }
  #download-2 p,
  #download-3 p {
    padding:0 10%
  }
  .download-section .stores-badge {
    margin-top:20px
  }
  .download-2-img,
  .download-3-img {
    display:none
  }
  .m-img {
    display:inline-block;
    padding:40px
  }
  .m-img img {
    width:100px;
    height:100px
  }
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    margin-top:10px
  }
  #brands-1 {
    padding-top:60px;
    padding-bottom:30px
  }
  #brands-1 .brand-logo img {
    padding:0
  }
  #press-1 .col-md-3 {
    padding-right:15px;
    padding-left:15px
  }
  .press-logo {
    padding:60px 30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  .press-txt.m-top-20 {
    margin-top:0
  }
  #newsletter-1 {
    padding-top:60px;
    padding-bottom:60px
  }
  #newsletter-2 {
    padding-top:60px;
    padding-bottom:60px;
    text-align:center
  }
  #newsletter-2 h3 {
    padding:0 10%
  }
  #newsletter-1 .newsletter-form {
    margin:20px 5% 0
  }
  #newsletter-2 .newsletter-form {
    margin:20px 10% 0
  }
  .newsletter-section .newsletter-form .form-control {
    height:54px;
    font-size:1.1rem
  }
  .newsletter-section .newsletter-form .btn {
    height:54px
  }
  #blog-2 .blog-post h5,
  .blog-post h5 {
    margin-bottom:10px
  }
  .blog-post-txt span {
    margin-bottom:8px
  }
  #sidebar-right {
    margin-top:40px
  }
  .sidebar-div.m-bottom-40 {
    margin-bottom:30px
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom:40px
  }
  .post-holder.p-right-60,
  .posts-holder.p-right-60 {
    padding-right:15px
  }
  .p-left-60 {
    padding-left:15px
  }
  #search-field .btn {
    padding:14px
  }
  .badge {
    font-size:0.7rem;
    margin-bottom:8px;
    padding:4px 10px
  }
  a.share-ico {
    width:70px;
    height:30px;
    font-size:15px;
    line-height:30px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  .blog-page-pagination.m-top-80 {
    margin-top:50px;
    margin-bottom:40px
  }
  #contacts-2 .form-holder {
    margin:0 20px
  }
  .contact-form .custom-select,
  .contact-form .form-control {
    height:50px;
    margin-bottom:20px
  }
  #contacts-2 .contact-form .form-control {
    font-size:1.05rem;
    margin-bottom:30px
  }
  .contact-form textarea {
    min-height:150px
  }
  .bottom-footer {
    padding-top:40px
  }
  .footer-logo img {
    width:110px;
    height:110px
  }
  .footer-info p {
    font-size:1rem
  }
  .foo-links li a {
    font-size:1rem;
    line-height:1.4
  }
  #footer-3 .foo-links li,
  #footer-4 .foo-links li,
  .bottom-footer .foo-links li {
    margin-left:10px
  }
  .footer-socials-links.text-right,
  .footer-stores-badge.text-right {
    text-align:left!important;
    padding-top:60px
  }
  .footer-copyright,
  .footer-links.text-right {
    text-align:center!important
  }
  #footer-2 .footer-copyright,
  #footer-3 .footer-copyright {
    margin-bottom:10px
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .terms-box p span {
    font-size:1rem
  }
}
@media (max-width:575px) {
  #submited-comment ul.children .children li {
    padding:0
  }
  .m-bottom-30,
  .m-bottom-50 {
    margin-bottom:20px
  }
  .elementor-widget-wp-widget-nav_menu,
  .xooapp-logo-info {
    margin-bottom:30px
  }
  h2.xooapp-heading-title {
    font-size:1.85rem
  }
  .elementor-8 .elementor-section-wrap>.elementor-element {
    padding:50px 0
  }
  .elementor-8 .elementor-section-wrap>.elementor-element:first-of-type {
    padding:30px 0
  }
  h2.elementor-heading-title {
    font-size:1.8em
  }
  .logged-in.admin-bar .fixed-top {
    top:45px
  }
  .logged-in.admin-bar .fixed-top.scroll {
    top:0px
  }
  .xooapp-inline-items .xooapp-button-sm {
    max-width:210px
  }
  .wide-100 {
    padding-top:40px;
    padding-bottom:40px
  }
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width:540px;
    margin:auto
  }
  .team-shape-circle .team-member-photo {
    background-color:#ffffff;
    margin:auto;
    margin-bottom:20px
  }
  .elementor-tab-title {
    width:99%
  }
  .elementor-tabs-content-wrapper .elementor-tab-title {
    display:none
  }
  .btn {
    display:block
  }
  .counter-block-style {
    border:none!important
  }
  @keyframes fadeIn {
    0% {
      opacity:1
    }
    to {
      opacity:1
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity:1;
      transform:translate3d(0,0,0)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  html {
    font-size:14px
  }
  .btn {
    font-size:0.95rem;
    padding:0.8rem 1.7rem
  }
  a.store {
    margin-right:8px
  }
  .store img.appstore-original {
    width:128px;
    height:40px
  }
  .store img.googleplay-original {
    width:137px;
    height:40px
  }
  .store img.amazon-original {
    width:126px;
    height:44px
  }
  .store img.windows-original {
    width:131px;
    height:40px
  }
  .store img.appstore-white {
    width:124px;
    height:40px
  }
  .store img.googleplay-white {
    width:131px;
    height:40px
  }
  .store img.appstore-grey {
    width:126px;
    height:40px
  }
  .store img.googleplay-grey {
    width:134px;
    height:40px
  }
  .box-icon span {
    font-size:3.25rem
  }
  .box-icon-xs span {
    font-size:2.25rem
  }
  .box-icon-sm span {
    font-size:2.75rem
  }
  .box-icon-md span {
    font-size:3.75rem
  }
  .box-icon-lg span {
    font-size:4.25rem
  }
  .box-icon-xl span {
    font-size:4.75rem
  }
  .quote p {
    margin-top:15px;
    margin-bottom:15px
  }
  .quote-avatar img {
    width:40px;
    height:40px
  }
  .quote-author {
    padding:0 0 0 10px
  }
  .app-devices {
    padding:15px 0 0 5px;
    text-align:left
  }
  .app-devices .svg-inline--fa {
    font-size:2.15rem
  }
  .app-devices .svg-inline--fa.f-phone {
    margin-right:1rem
  }
  .app-devices-desc p {
    font-size:0.95rem;
    padding-right:5%
  }
  .section-title p {
    font-size:1rem!important;
    padding:0;
    line-height:1.5
  }
  .hero-section {
    text-align:center
  }
  #hero-1,
  #hero-5 {
    padding-top:80px;
    padding-bottom:60px
  }
  #hero-2 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:left bottom
  }
  #hero-4 {
    padding-top:80px
  }
  #hero-7 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:bottom left
  }
  #hero-10 {
    padding-top:80px;
    padding-bottom:60px;
    background-position:right center
  }
  #hero-12 {
    background-position:right center
  }
  .hero-row-100,
  .hero-row-120,
  .hero-row-140,
  .hero-row-160,
  .hero-row-180,
  .hero-row-200 {
    padding-top:80px;
    padding-bottom:80px
  }
  #hero-3 .hero-row-200,
  #hero-11 .hero-row-200 {
    padding-top:100px;
    padding-bottom:100px
  }
  .hero-app-logo {
    display:inline-block!important;
    margin-left:auto;
    margin-right:auto
  }
  #hero-1 .hero-txt {
    margin-top:0
  }
  #hero-7 .hero-txt.text-right {
    text-align:center!important
  }
  #hero-1.hero-section h2 {
    margin-bottom:12px;
    font-size:1.7rem
  }
  .hero-section h2,
  .hero-section h3,
  .hero-section h4 {
    margin-bottom:12px;
    font-size:1.7rem
  }
  #hero-10.hero-section h2 {
    color:#fff;
    margin-bottom:20px
  }
  #hero-2 .hero-links a,
  #hero-2 .hero-links span {
    color:#333
  }
  #hero-2 h2,
  #hero-2 p {
    color:#333
  }
  #hero-7 .hero-data span,
  #hero-7 h2,
  #hero-7 p {
    color:#333
  }
  #hero-10 h2 {
    color:#333
  }
  #hero-10 h2 span {
    color:#333
  }
  #hero-12 h3,
  #hero-12 p {
    color:#fff
  }
  .hero-section .modal-video {
    margin:0 auto
  }
  #hero-10 .modal-video a,
  #hero-12 .modal-video a {
    color:#fff
  }
  #hero-10 .modal-video a span,
  #hero-12 .modal-video a span {
    color:#fff
  }
  #hero-1 .hero-txt p,
  #hero-5 .hero-txt p,
  #hero-11 .hero-txt p {
    padding-right:0
  }
  #hero-9 .hero-txt p {
    padding:0;
    margin-bottom:0
  }
  #hero-4 .hero-app-logo,
  #hero-8 .hero-app-logo {
    margin-bottom:20px
  }
  .hero-app-logo {
    margin-bottom:20px
  }
  .hero-app-logo img {
    max-width:150px;
    height:auto
  }
  #hero-4 .hero-app-logo img {
    width:100px;
    height:auto
  }
  .hero-stores-badge {
    margin-top:20px
  }
  #hero-4 .btn {
    margin-top:12px;
    margin-bottom:0
  }
  .hero-btns {
    display:inline-block!important;
    margin-left:auto;
    margin-right:auto
  }
  #hero-2 .hero-links {
    margin-top:0px;
    margin-left:0
  }
  .hero-boxes {
    width:100%;
    text-align:center;
    margin-top:20px
  }
  #hero-2 .newsletter-form {
    margin-top:20px;
    margin-right:0
  }
  #hero-2 .newsletter-form .form-control {
    height:44px;
    font-size:1rem;
    border:1px solid #ddd;
    border-right:none
  }
  #hero-2 .newsletter-form .form-control:focus {
    border:1px solid #ddd;
    border-right:none
  }
  #hero-2 .newsletter-form .btn {
    height:44px;
    border:1px solid #ddd;
    border-left:none
  }
  .hero-3-img,
  .hero-11-img {
    display:none
  }
  #features-4 {
    padding-top:0;
    padding-bottom:0
  }
  #features-4 .bg-inner {
    padding-top:80px;
    padding-bottom:80px
  }
  #features-4 .col-md-4 {
    text-align:center!important
  }
  #features-5 {
    padding-top:80px;
    padding-bottom:55px;
    margin-top:0;
    margin-bottom:0
  }
  .fbox-5 {
    margin-bottom:25px
  }
  .fbox-6 {
    margin-bottom:30px
  }
  .fbox-1 h5,
  .fbox-2 h5,
  .fbox-3 h5 {
    margin-top:12px;
    margin-bottom:8px
  }
  .fbox-4 h5 {
    margin-top:8px;
    margin-bottom:8px
  }
  .features-6-content.wide-50 {
    padding-top:0;
    padding-bottom:50px
  }
  .features-5-img,
  .features-6-img {
    display:none
  }
  .team-member-photo {
    height:280px;
    width:280px
  }
  #content-5 .p-top-100.bg-inner {
    padding-top:80px
  }
  #content-7 .section-title {
    margin-bottom:30px
  }
  #content-7 .section-title p {
    padding:0
  }
  #content-8 .section-title p {
    padding:0
  }
  #video-4 {
    padding-top:130px;
    padding-bottom:80px
  }
  .play-icon-green {
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px
  }
  .pricing-table span.price {
    font-size:32px;
    line-height:32px
  }
  .pricing-table sup {
    font-size:26px;
    top:-3px;
    right:2px
  }
  ul.features {
    font-size:1rem
  }
  ul.features li {
    padding:7px 0
  }
  .pricing-notice p {
    padding:0
  }
  .review-1 .testimonial-avatar img {
    width:70px;
    height:70px
  }
  .review-2 .testimonial-avatar img {
    width:70px;
    height:70px;
    margin:-35px auto 15px
  }
  .review-2 h5.h5-lg {
    font-size:1.0675rem;
    margin-bottom:15px
  }
  .review-1 p,
  .review-2 p {
    font-size:1.05rem
  }
  p.testimonial-autor {
    font-size:1.1rem
  }
  .app-rating .svg-inline--fa {
    font-size:0.85rem
  }
  .question {
    margin-bottom:20px
  }
  .question h5 {
    line-height:1.4;
    margin-bottom:5px
  }
  .more-questions-btn {
    margin-top:30px
  }
  #download-2,
  #download-3 {
    text-align:center;
    padding:0
  }
  #download-2 .download-txt,
  #download-3 .download-txt {
    padding:80px 0
  }
  #download-4 .download-txt {
    margin-bottom:35px
  }
  .download-2-img,
  .download-3-img {
    display:none
  }
  .m-img {
    display:inline-block;
    padding:40px;
    margin-bottom:10px
  }
  .m-img img {
    width:100px;
    height:100px
  }
  #brands-1 {
    padding-top:60px;
    padding-bottom:30px
  }
  #newsletter-1 {
    padding-top:60px;
    padding-bottom:60px
  }
  #newsletter-2 {
    padding-top:60px;
    padding-bottom:60px;
    margin-bottom:60px;
    text-align:center
  }
  .newsletter-section .newsletter-form .form-control {
    height:54px;
    font-size:1.1rem
  }
  .newsletter-section .newsletter-form .btn {
    height:54px
  }
  #blog-page {
    margin-top:60px;
    margin-bottom:60px
  }
  .single-post.post-template-full-post-page .entry-header {
    padding:10px;
    padding-bottom:0;
    margin-top:0
  }
  blockquote.wp-block-quote p {
    margin:0;
    padding:0
  }
  span.image-block {
    max-height:280px
  }
  h1.entry-title {
    padding:0
  }
  #single-post-page {
    margin-top:60px;
    margin-bottom:40px
  }
  ul.children {
    padding:0;
    margin-left:0.5em
  }
  li>ol,
  li>ul {
    margin-bottom:0;
    margin-left:0.5em;
    padding-left:15px
  }
  #blog-2 .blog-post h5,
  .blog-post h5 {
    margin-bottom:10px
  }
  .entry-meta,
  .single-post .entry-meta {
    display:inline-block
  }
  .entry-meta span,
  .single-post .entry-meta span {
    min-width:100px
  }
  .blog-post-txt span {
    margin-bottom:8px;
    font-size:10px
  }
  span.single-post-cat {
    display:table;
    margin:auto;
    margin-bottom:10px
  }
  #single-post-page-full span.single-post-cat a {
    margin:0 3px
  }
  #sidebar-right {
    margin-top:40px
  }
  .sidebar-div.m-bottom-40 {
    margin-bottom:30px
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom:40px
  }
  .post-holder.p-right-60,
  .posts-holder.p-right-60 {
    padding-right:0
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  .blog-page-pagination.m-top-80 {
    margin-top:50px;
    margin-bottom:40px
  }
  .contact-form .custom-select,
  .contact-form .form-control {
    height:50px;
    margin-bottom:20px
  }
  #contacts-2 .contact-form .form-control {
    font-size:1.05rem;
    margin-bottom:30px
  }
  .contact-form textarea {
    min-height:150px
  }
  .bottom-footer {
    margin-top:10px;
    padding-top:40px
  }
  .footer-logo img {
    width:90px;
    height:90px
  }
  .footer-info p {
    font-size:1rem
  }
  .foo-links li a {
    font-size:1rem;
    line-height:1.4
  }
  #footer-3 .foo-links li,
  #footer-4 .foo-links li,
  .bottom-footer .foo-links li {
    margin-left:10px
  }
  .footer-socials-links.text-right,
  .footer-stores-badge.text-right {
    text-align:left!important
  }
  .footer-copyright,
  .footer-links.text-right {
    text-align:center!important;
    margin:0;
    margin-bottom:20px
  }
  #footer-2 .footer-copyright,
  #footer-3 .footer-copyright {
    margin-bottom:10px
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .terms-box p span {
    font-size:1rem
  }
  .footer-widget-area>div {
    min-width:100%
  }
}
@media (min-width:416px) and (max-width:575.99px) {
  html {
    font-size:14px
  }
  h5 {
    font-size:1.1rem
  }
  h4 {
    font-size:1.2rem
  }
  h3 {
    font-size:1.515rem
  }
  h2 {
    font-size:2.05rem
  }
  h1 {
    font-size:2.35rem
  }
  #hero-9-content {
    padding-top:80px;
    padding-bottom:220px
  }
  .hero-app-logo span {
    font-size:2.45rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-8 .hero-txt p {
    padding:0 0 10px
  }
  #hero-12 .hero-stores-badge {
    margin-top:15px
  }
  #hero-12 a.store {
    display:inline-block;
    margin-left:4px;
    margin-bottom:0
  }
  #hero-5 .modal-video {
    margin-top:0
  }
  #hero-8 .modal-video.m-left-25 {
    margin-left:12px
  }
  .hbox {
    width:48%;
    margin-top:30px;
    float:none!important;
    display:inline-block
  }
  .hbox span {
    margin-bottom:10px
  }
  #hero-1 .hero-img,
  #hero-4 .hero-img,
  #hero-5 .hero-img {
    margin:40px 10% 0
  }
  #hero-2 .hero-img,
  #hero-6 .hero-img,
  #hero-7 .hero-img,
  #hero-8 .hero-img {
    margin:0 10% 40px
  }
  .hero-9-image img {
    margin-top:-180px
  }
  #hero-10 .hero-img {
    margin:30px 10% 0
  }
  #hero-12 .hero-img {
    margin:30px 10%
  }
  .fbox-2 {
    padding:40px 20px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-3 {
    padding:40px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-4 p {
    padding:0 5%
  }
  .fbox-4-img {
    margin:40px 25%
  }
  .cbox-1 {
    margin-bottom:10px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-txt h2.h2-xs {
    margin-bottom:12px
  }
  .content-txt h5.h5-md {
    margin-top:0;
    margin-bottom:10px
  }
  .content-txt .btn {
    margin-top:5px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:10%;
    padding-right:10%
  }
  .content-7-image {
    padding-bottom:40px
  }
  #content-7 .content-img {
    margin-top:0;
    margin-bottom:30px;
    padding-left:0;
    padding-right:0
  }
  #content-8 #tab-3 .content-img {
    padding-left:0;
    padding-right:0
  }
  #pills-tab {
    width:100%;
    margin-bottom:40px
  }
  .nav-pills .nav-item {
    width:100%;
    display:block;
    margin-bottom:5px
  }
  .nav-pills .nav-link {
    font-size:0.95rem;
    padding:8px 12px;
    margin-right:0
  }
  #statistic-2 .col-sm-6 {
    border:none
  }
  #statistic-2 .statistic-block {
    padding:0;
    margin-bottom:30px
  }
  .statistic-number {
    font-size:3rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:3rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  .statistic-img img {
    padding-left:10%;
    padding-right:10%
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-3 .section-title {
    margin-bottom:5.75rem
  }
  #video-1 .video-preview {
    margin-top:40px
  }
  #video-3 .video-preview {
    margin:10px 5% 0
  }
  .video-inner-bg {
    margin-right:0;
    margin-left:0
  }
  .video-content {
    padding:60px 40px;
    margin-right:0;
    margin-left:0
  }
  #video-3 .video-txt {
    margin-bottom:40px
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom:15px
  }
  #video-3 .video-txt .btn {
    margin-top:10px
  }
  #video-3 h4 {
    margin-bottom:15px
  }
  #video-1 p {
    padding:0;
    margin-bottom:20px
  }
  .video-section .btn {
    margin-top:10px
  }
  #video-4 .video-content {
    margin:-30px 0
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:60px
  }
  #video-4 p {
    padding:0%
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:80px
  }
  .screenshots-wrap {
    width:280px;
    margin:78px auto 70px
  }
  #screens-2 .screenshots-wrap {
    width:298px;
    margin:0 auto
  }
  #screens-1 .carousel-item {
    width:240px;
    margin:0 20px;
    text-align:center
  }
  #screens-1 .carousel-item img {
    width:240px;
    text-align:center
  }
  .iphone-frame {
    top:-62px;
    left:-37px
  }
  .iphone-frame img {
    max-width:345px;
    margin:0!important;
    padding-left:0!important
  }
  #screens-2 .carousel-item {
    transform:scale(1)
  }
  #team-1 .col-md-6 {
    padding-right:15px;
    padding-left:15px
  }
  .join-team.m-top-25 {
    margin-top:0
  }
  .join-team p {
    margin-bottom:20px;
    padding:0
  }
  #download-2 h2,
  #download-3 h2 {
    padding:0 8%
  }
  #download-1 p,
  #download-4 p {
    padding:0
  }
  #download-2 p,
  #download-3 p {
    padding:0 5%
  }
  .download-section .stores-badge {
    margin-top:20px
  }
  #brands-1 .brand-logo {
    width:50%!important;
    float:left
  }
  #brands-1 .brand-logo img {
    padding:0 10px
  }
  #press-1 .col-md-3 {
    padding-right:15px;
    padding-left:15px
  }
  .press-logo {
    padding:60px 30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  .press-txt.m-top-20 {
    margin-top:0
  }
  #newsletter-2 h3 {
    padding:0 5%
  }
  #newsletter-1 .newsletter-form {
    margin:15px 5% 0
  }
  #newsletter-2 .newsletter-form {
    margin:15px 10% 0
  }
  #search-field .btn {
    padding:12px
  }
  a.share-ico {
    width:60px;
    height:25px;
    font-size:14px;
    line-height:25px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  #contacts-2 .form-holder {
    margin:0 20px
  }
  #quick-form {
    display:none
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .terms-box p span {
    font-size:1rem
  }
}
@media (min-width:321px) and (max-width:415px) {
  html {
    font-size:14px
  }
  h5 {
    font-size:1.5rem
  }
  h4 {
    font-size:1.2rem
  }
  h3 {
    font-size:1.465rem
  }
  h2 {
    font-size:1.7rem
  }
  h1 {
    font-size:2.2rem
  }
  .entry-title {
    font-size:1.4rem
  }
  .elementor-widget-xooapp-heading .xooapp-heading-title,
  .section-title .xooapp-heading-title h2.xooapp-heading-title,
  .xooapp-heading-title.xooapp-size-xxl,
  h2.xooapp-heading-title {
    font-size:1.7rem
  }
  #hero-9-content {
    padding-top:80px;
    padding-bottom:180px
  }
  .hero-app-logo span {
    font-size:2.45rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-8 .hero-txt p {
    padding:0 0 10px
  }
  #hero-12 .hero-stores-badge {
    margin-top:15px
  }
  #hero-12 a.store {
    display:inline-block;
    margin-left:4px;
    margin-bottom:0
  }
  #hero-5 .modal-video {
    margin-top:0
  }
  #hero-8 .modal-video.m-left-25 {
    margin-left:12px
  }
  .hbox {
    width:48%;
    margin-top:30px;
    float:none!important;
    display:inline-block
  }
  .hbox span {
    margin-bottom:10px
  }
  #hero-1 .hero-img,
  #hero-4 .hero-img,
  #hero-5 .hero-img {
    margin:30px 10% 0
  }
  #hero-2 .hero-img,
  #hero-6 .hero-img,
  #hero-7 .hero-img,
  #hero-8 .hero-img {
    margin:0 10% 30px
  }
  .hero-9-image img {
    margin-top:-140px
  }
  #hero-10 .hero-img {
    margin:30px 10% 0
  }
  #hero-12 .hero-img {
    margin:30px 10%
  }
  .fbox-2 {
    padding:40px 20px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-3 {
    padding:40px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-5-txt,
  .fbox-6-txt {
    padding-left:10px
  }
  .fbox-5 span,
  .fbox-6 span {
    width:55px;
    height:55px
  }
  .fbox-4 p {
    padding:0 5%
  }
  .fbox-4-img {
    margin:40px 15%
  }
  .cbox-1 {
    margin-bottom:10px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-txt h2.h2-xs {
    margin-bottom:12px
  }
  .content-txt h5.h5-md {
    margin-top:0;
    margin-bottom:10px
  }
  .content-txt .btn {
    margin-top:5px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:5%;
    padding-right:5%
  }
  .content-7-image {
    padding-bottom:40px
  }
  #content-7 .content-img {
    margin-top:0;
    margin-bottom:30px;
    padding-left:0;
    padding-right:0
  }
  #content-8 #tab-3 .content-img {
    padding-left:0;
    padding-right:0
  }
  #pills-tab {
    width:100%;
    margin-bottom:40px
  }
  .nav-pills .nav-item {
    width:100%;
    display:block;
    margin-bottom:5px
  }
  .nav-pills .nav-link {
    font-size:0.95rem;
    padding:8px 12px;
    margin-right:0
  }
  #statistic-2 .col-sm-6 {
    border:none
  }
  #statistic-2 .statistic-block {
    padding:0;
    margin-bottom:30px
  }
  .statistic-number {
    font-size:3rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:3rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-3 .section-title {
    margin-bottom:5.75rem
  }
  #video-1 .video-preview {
    margin-top:40px
  }
  #video-3 .video-preview {
    margin:0
  }
  .video-inner-bg {
    margin-right:0;
    margin-left:0
  }
  .video-content {
    padding:60px 40px;
    margin-right:0;
    margin-left:0
  }
  #video-3 .video-txt {
    margin-bottom:40px
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom:15px
  }
  #video-3 .video-txt .btn {
    margin-top:10px
  }
  #video-3 h4 {
    margin-bottom:15px
  }
  #video-1 p {
    padding:0;
    margin-bottom:20px
  }
  .video-section .btn {
    margin-top:10px
  }
  #video-4 .video-inner-bg {
    margin-right:0;
    margin-left:0
  }
  #video-4 .video-content {
    margin:-30px 0
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:60px
  }
  #video-4 p {
    padding:0%
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:80px
  }
  .screenshots-wrap {
    width:280px;
    margin:78px auto 70px
  }
  #screens-2 .screenshots-wrap {
    width:298px;
    margin:0 auto
  }
  #screens-1 .carousel-item {
    width:240px;
    margin:0 20px;
    text-align:center
  }
  #screens-1 .carousel-item img {
    width:240px;
    text-align:center
  }
  .iphone-frame {
    top:-62px;
    left:-34px
  }
  .iphone-frame img {
    max-width:345px;
    margin:0!important;
    padding-left:0!important
  }
  .slick-slide img {
    margin:auto
  }
  #screens-2 .carousel-item {
    transform:scale(1)
  }
  #team-1 .col-md-6 {
    padding-right:15px;
    padding-left:15px
  }
  .join-team.m-top-25 {
    margin-top:0
  }
  .join-team p {
    margin-bottom:20px;
    padding:0
  }
  .pricing-table span.price {
    font-size:28px;
    line-height:28px
  }
  .pricing-table sup {
    font-size:20px;
    top:-2px;
    right:2px
  }
  .review-1 {
    padding:0;
    margin-bottom:30px
  }
  .review-2 {
    padding:0;
    margin-bottom:30px
  }
  .review-2 .review-txt {
    padding:40px 25px 50px
  }
  #download-1 p,
  #download-2 h2,
  #download-2 p,
  #download-3 h2,
  #download-3 p,
  #download-4 p {
    padding:0
  }
  .download-section .stores-badge {
    margin-top:20px
  }
  #brands-1 .brand-logo {
    width:50%!important;
    float:left
  }
  #brands-1 .brand-logo img {
    padding:0 10px
  }
  #press-1 .col-md-3 {
    padding-right:15px;
    padding-left:15px
  }
  .press-logo {
    padding:50px 30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  .press-txt.m-top-20 {
    margin-top:0
  }
  #newsletter-2 h3 {
    padding:0
  }
  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form {
    margin:15px 0 0
  }
  #search-field .btn {
    padding:12px
  }
  a.share-ico {
    width:35px;
    height:25px;
    font-size:14px;
    line-height:25px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  #contacts-2 .form-holder {
    margin:0 10px
  }
  #quick-form {
    display:none
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .terms-box p span {
    font-size:1rem
  }
}
@media (max-width:320px) {
  html {
    font-size:14px
  }
  h5 {
    font-size:1.1rem
  }
  h4 {
    font-size:1.2rem
  }
  h3 {
    font-size:1.465rem
  }
  h2 {
    font-size:1.7rem
  }
  h1 {
    font-size:2rem
  }
  br {
    display:none
  }
  ul.children {
    margin-left:0em
  }
  .xooapp-heading-title {
    font-size:1.7rem
  }
  #hero-9-content {
    padding-top:80px;
    padding-bottom:180px
  }
  .hero-app-logo span {
    font-size:2.45rem;
    letter-spacing:-2px;
    padding-left:15px
  }
  #hero-8 .hero-txt p {
    padding:0 0 10px
  }
  #hero-12 .hero-stores-badge {
    margin-top:15px
  }
  #hero-12 a.store {
    display:inline-block;
    margin-left:4px;
    margin-bottom:0
  }
  #hero-5 .modal-video {
    margin-top:0
  }
  #hero-8 .modal-video.m-left-25 {
    margin-left:12px
  }
  .hbox {
    width:48%;
    margin-top:30px;
    float:none!important;
    display:inline-block
  }
  .hbox span {
    margin-bottom:10px
  }
  #hero-1 .hero-img,
  #hero-4 .hero-img,
  #hero-5 .hero-img {
    margin:30px 10% 0
  }
  #hero-2 .hero-img,
  #hero-6 .hero-img,
  #hero-7 .hero-img,
  #hero-8 .hero-img {
    margin:0 10% 30px
  }
  .hero-9-image img {
    margin-top:-140px
  }
  #hero-10 .hero-img {
    margin:30px 10% 0
  }
  #hero-12 .hero-img {
    margin:30px 10%
  }
  .fbox-2 {
    padding:40px 20px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-3 {
    padding:40px;
    margin-right:2%;
    margin-left:2%
  }
  .fbox-5-txt,
  .fbox-6-txt {
    padding-left:10px
  }
  .fbox-5 span,
  .fbox-6 span {
    width:55px;
    height:55px
  }
  .fbox-4 p {
    padding:0 5%
  }
  .fbox-4-img {
    margin:40px 15%
  }
  .cbox-1 {
    margin-bottom:10px
  }
  .cbox-1 span {
    width:60px;
    height:60px
  }
  .cbox-1-txt {
    margin-left:70px
  }
  .content-txt h2.h2-xs {
    margin-bottom:12px
  }
  .content-txt h5.h5-md {
    margin-top:0;
    margin-bottom:10px
  }
  .content-txt .btn {
    margin-top:5px
  }
  .content-5-img,
  .content-section .content-img {
    padding-left:5%;
    padding-right:5%
  }
  .content-7-image {
    padding-bottom:40px
  }
  #content-7 .content-img {
    margin-top:0;
    margin-bottom:30px;
    padding-left:0;
    padding-right:0
  }
  #content-8 #tab-3 .content-img {
    padding-left:0;
    padding-right:0
  }
  #pills-tab {
    width:100%;
    margin-bottom:40px
  }
  .nav-pills .nav-item {
    width:100%;
    display:block;
    margin-bottom:5px
  }
  .nav-pills .nav-link {
    font-size:0.95rem;
    padding:8px 12px;
    margin-right:0
  }
  #statistic-2 .col-sm-6 {
    border:none
  }
  #statistic-2 .statistic-block {
    padding:0;
    margin-bottom:30px
  }
  .statistic-number {
    font-size:3rem;
    letter-spacing:1px
  }
  #statistic-2 .statistic-number {
    font-size:3rem;
    margin-top:10px;
    margin-bottom:5px
  }
  .statistic-txt {
    margin-top:0
  }
  #video-3 {
    padding-top:80px;
    padding-bottom:140px
  }
  #video-3 .section-title {
    margin-bottom:5.75rem
  }
  #video-1 .video-preview {
    margin-top:40px
  }
  #video-3 .video-preview {
    margin:0
  }
  .video-inner-bg {
    margin-right:0;
    margin-left:0
  }
  .video-content {
    padding:60px 40px;
    margin-right:0;
    margin-left:0
  }
  #video-3 .video-txt {
    margin-bottom:40px
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom:15px
  }
  #video-3 .video-txt .btn {
    margin-top:10px
  }
  #video-3 h4 {
    margin-bottom:15px
  }
  #video-1 p {
    padding:0;
    margin-bottom:20px
  }
  .video-section .btn {
    margin-top:10px
  }
  #video-4 .video-inner-bg {
    margin-right:0;
    margin-left:0
  }
  #video-4 .video-content {
    margin:-30px 0
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top:60px
  }
  #video-4 p {
    padding:0%
  }
  #screens-1 {
    padding-top:80px;
    padding-bottom:80px
  }
  .screenshots-wrap {
    width:280px;
    margin:78px auto 70px
  }
  #screens-2 .screenshots-wrap {
    width:298px;
    margin:0 auto
  }
  #screens-1 .carousel-item {
    width:240px;
    margin:0 20px;
    text-align:center
  }
  #screens-1 .carousel-item img {
    width:240px;
    text-align:center
  }
  .iphone-frame {
    top:-62px
  }
  .iphone-frame img {
    max-width:280px;
    margin:0!important;
    padding-left:0!important
  }
  #screens-2 .carousel-item {
    transform:scale(1)
  }
  #team-1 .col-md-6 {
    padding-right:15px;
    padding-left:15px
  }
  .join-team.m-top-25 {
    margin-top:0
  }
  .join-team p {
    margin-bottom:20px;
    padding:0
  }
  .pricing-table span.price {
    font-size:28px;
    line-height:28px
  }
  .pricing-table sup {
    font-size:20px;
    top:-2px;
    right:2px
  }
  .review-1 {
    padding:0;
    margin-bottom:30px
  }
  .review-2 {
    padding:0;
    margin-bottom:30px
  }
  .review-2 .review-txt {
    padding:40px 25px 50px
  }
  #download-1 p,
  #download-2 h2,
  #download-2 p,
  #download-3 h2,
  #download-3 p,
  #download-4 p {
    padding:0
  }
  .download-section .stores-badge {
    margin-top:20px
  }
  #brands-1 .brand-logo {
    width:50%!important;
    float:left
  }
  #brands-1 .brand-logo img {
    padding:0 10px
  }
  #press-1 .col-md-3 {
    padding-right:15px;
    padding-left:15px
  }
  .press-logo {
    padding:50px 30px
  }
  .press-txt p {
    margin-bottom:30px;
    padding:0
  }
  .press-txt.m-top-20 {
    margin-top:0
  }
  #newsletter-2 h3 {
    padding:0
  }
  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form {
    margin:15px 0 0
  }
  #search-field .btn {
    padding:12px
  }
  a.share-ico {
    width:30px;
    height:25px;
    font-size:14px;
    line-height:25px!important;
    margin-right:2px
  }
  .single-post-comments hr {
    margin-top:20px;
    margin-bottom:20px
  }
  .comment-form .form-control {
    height:42px;
    font-size:13px;
    margin-bottom:15px
  }
  .comment-form .btn {
    font-size:1rem
  }
  #contacts-2 .form-holder {
    margin:0
  }
  #quick-form {
    display:none
  }
  #terms-page {
    margin-top:140px;
    margin-bottom:40px
  }
  .terms-box p span {
    font-size:1rem
  }
}
