html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1.4em;
}

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-family: monospace, monospace;
  font-size: 1em;
}

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;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*============================== Common styles ==============================*/
*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(40, 40, 40, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: none;
  background-color: transparent
}

a,
a:hover {
  color: #f33
}

a:hover {
  /* text-decoration: underline */
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #959595;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: 8px
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333
}

.h1,
h1 {
  font-size: 1.6875rem
}

.h2,
h2 {
  font-size: 1.25rem
}

.h3,
h3 {
  font-size: 1.125rem
}

.h4,
h4 {
  font-size: 1rem
}

.h5,
h5 {
  font-size: .9375rem
}

.h6,
h6 {
  font-size: .875rem
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.3
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.3
}

.display-4 {
  font-size: 3.5rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(40, 40, 40, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #616161
}

.blockquote-footer:before {
  content: "\2014\A0"
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px
}

.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%;
  padding-right: 20px;
  padding-left: 20px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.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.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .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.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .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.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .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.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .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.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

/*============================== Header ==============================*/
:root {
  scroll-behavior: unset;
  --red: #f33;
  --white: #fff;
  --black: #333;
  --black2: #000;
  --gray: #a3a3a3;
}

.text-title {
  color: var(--white2);
  font-weight: bold;
  text-transform: capitalize;
}

.link-title {
  color: var(--red2);
  font-weight: bold;
  text-transform: capitalize;
}

.link-title:hover {
  color: var(--white2);
  color: var(--pink);
}

/*============================== game_item_ajax ==============================*/
.category {
  color: #333;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}

.form-select:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.form-select {
  width: auto;
  border-radius: 4px;
  cursor: pointer;
}

.title_more {
  position: absolute;
  top: -6px;
  left: 2px;
}

.text-primary-svg {
  color: #f2f2f2 !important;
}

/*============================== end game_item_ajax ==============================*/

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #959595;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #959595
}

.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #333;
  outline: 0;
  box-shadow: none
}

.form-control::placeholder {
  color: #a5a5a5;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eaeaea;
  opacity: 1
}

select.form-control:focus::-ms-value {
  color: #959595;
  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.6
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .765625rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: 4px
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 4px
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 20px
}

.form-text {
  display: block;
  margin-top: .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: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #959595
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #32be5b
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px 15px 10px;
  margin-top: .1rem;
  font-size: 13px !important;
  line-height: 1.6;
  color: #fff;
  background-color: #32be5b;
  border-radius: 4px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #32be5b
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #32be5b;
  box-shadow: 0 0 0 .2rem rgba(50, 190, 91, .25)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #32be5b
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #32be5b;
  box-shadow: 0 0 0 .2rem rgba(50, 190, 91, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #32be5b
}

.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: #32be5b
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #32be5b
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #52d177;
  background-color: #52d177
}

.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 .2rem rgba(50, 190, 91, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #32be5b
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #32be5b;
  box-shadow: 0 0 0 .2rem rgba(50, 190, 91, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #f33
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px 15px 10px;
  margin-top: .1rem;
  font-size: 13px !important;
  line-height: 1.6;
  color: #fff;
  background-color: #f33;
  border-radius: 4px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f33
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #f33;
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .25)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f33
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f33;
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #f33
}

.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: #f33
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #f33
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #f66;
  background-color: #f66
}

.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 .2rem rgba(255, 51, 51, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #f33
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #f33;
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /* user-select: none; */
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.6;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important
}

.btn.disabled,
.btn:disabled {
  opacity: .5
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #f33;
  border-color: #f33
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #ff0d0d;
  border-color: red
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: #f20000
}

.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 .2rem rgba(255, 82, 82, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #2aa04c;
  border-color: #279648
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(81, 200, 116, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #279648;
  border-color: #258c43
}

.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 .2rem rgba(81, 200, 116, .5)
}

.btn-success {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #2aa04c;
  border-color: #279648
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(81, 200, 116, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #279648;
  border-color: #258c43
}

.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 .2rem rgba(81, 200, 116, .5)
}

.btn-info {
  color: #1d1d1d;
  background-color: #3bb5e9;
  border-color: #3bb5e9
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #1aa8e4;
  border-color: #189fd9
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(55, 158, 202, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #1d1d1d;
  background-color: #3bb5e9;
  border-color: #3bb5e9
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #189fd9;
  border-color: #1797cd
}

.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 .2rem rgba(55, 158, 202, .5)
}

.btn-warning {
  color: #1d1d1d;
  background-color: #ffb103;
  border-color: #ffb103
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #1d1d1d;
  background-color: #dc9800;
  border-color: #cf8f00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(221, 155, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #1d1d1d;
  background-color: #ffb103;
  border-color: #ffb103
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cf8f00;
  border-color: #c28600
}

.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 .2rem rgba(221, 155, 7, .5)
}

.btn-danger {
  color: #fff;
  background-color: #f33;
  border-color: #f33
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff0d0d;
  border-color: red
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f33;
  border-color: #f33
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: #f20000
}

.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 .2rem rgba(255, 82, 82, .5)
}

.btn-light {
  color: #1d1d1d;
  background-color: #f6f6f6;
  border-color: #f6f6f6
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #1d1d1d;
  background-color: #e3e3e3;
  border-color: #ddd
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.5%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #1d1d1d;
  background-color: #f6f6f6;
  border-color: #f6f6f6
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #1d1d1d;
  background-color: #ddd;
  border-color: #d6d6d6
}

.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 .2rem hsla(0, 0%, 83.5%, .5)
}

.btn-dark {
  color: #fff;
  background-color: #959595;
  border-color: #959595
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #828282;
  border-color: #7c7c7c
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 64.7%, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #959595;
  border-color: #959595
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #757575
}

.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 .2rem hsla(0, 0%, 64.7%, .5)
}

.btn-outline-primary {
  color: #f33;
  border-color: #f33
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f33;
  border-color: #f33
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #f33;
  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: #f33;
  border-color: #f33
}

.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 .2rem rgba(255, 51, 51, .5)
}

.btn-outline-secondary {
  color: #32be5b;
  border-color: #32be5b
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(50, 190, 91, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #32be5b;
  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: #32be5b;
  border-color: #32be5b
}

.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 .2rem rgba(50, 190, 91, .5)
}

.btn-outline-success {
  color: #32be5b;
  border-color: #32be5b
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #32be5b;
  border-color: #32be5b
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(50, 190, 91, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #32be5b;
  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: #32be5b;
  border-color: #32be5b
}

.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 .2rem rgba(50, 190, 91, .5)
}

.btn-outline-info {
  color: #3bb5e9;
  border-color: #3bb5e9
}

.btn-outline-info:hover {
  color: #1d1d1d;
  background-color: #3bb5e9;
  border-color: #3bb5e9
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(59, 181, 233, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #3bb5e9;
  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: #1d1d1d;
  background-color: #3bb5e9;
  border-color: #3bb5e9
}

.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 .2rem rgba(59, 181, 233, .5)
}

.btn-outline-warning {
  color: #ffb103;
  border-color: #ffb103
}

.btn-outline-warning:hover {
  color: #1d1d1d;
  background-color: #ffb103;
  border-color: #ffb103
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 177, 3, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffb103;
  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: #1d1d1d;
  background-color: #ffb103;
  border-color: #ffb103
}

.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 .2rem rgba(255, 177, 3, .5)
}

.btn-outline-danger {
  color: #f33;
  border-color: #f33
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f33;
  border-color: #f33
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f33;
  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: #f33;
  border-color: #f33
}

.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 .2rem rgba(255, 51, 51, .5)
}

.btn-outline-light {
  color: #f6f6f6;
  border-color: #f6f6f6
}

.btn-outline-light:hover {
  color: #1d1d1d;
  background-color: #f6f6f6;
  border-color: #f6f6f6
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.5%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f6f6f6;
  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: #1d1d1d;
  background-color: #f6f6f6;
  border-color: #f6f6f6
}

.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 .2rem hsla(0, 0%, 96.5%, .5)
}

.btn-outline-dark {
  color: #959595;
  border-color: #959595
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #959595;
  border-color: #959595
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 58.4%, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #959595;
  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: #959595;
  border-color: #959595
}

.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 .2rem hsla(0, 0%, 58.4%, .5)
}

.btn-link {
  font-weight: 400;
  color: #f33;
  text-decoration: none
}

.btn-link:hover {
  color: #f33;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #616161;
  pointer-events: none
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.09375rem
}

.btn-lg,
.btn-sm {
  line-height: 1.5;
  border-radius: 4px
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .765625rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: 100%;
  padding: 0;
  margin: 10px 0 0;
  font-size: .875rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #1d1d1d;
  background-clip: padding-box;
  border: 0 solid rgba(40, 40, 40, .15);
  border-radius: 4px
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 10px
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 10px
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid hsla(0, 0%, 100%, .11)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.dropdown-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3bb5e9
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #616161;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: .765625rem;
  color: #fff;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: 5px 20px;
  color: #fff
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.4375rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: .9375rem;
  height: 1.16875rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: transparent;
  background-color: transparent
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #333
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: transparent;
  border-color: transparent
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #616161
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: transparent
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #959595
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: .23125rem;
  left: -1.4375rem;
  display: block;
  width: .9375rem;
  height: .9375rem;
  content: ""
}

.custom-control-label:after {
  background: no-repeat 50%/15px 15px
}

.custom-checkbox .custom-control-label:before {
  border-radius: 2px
}

.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 15 15'%3E%3Cpath fill='%23333333' d='M6.496,11.431L2.283,7.097l1.434-1.395l2.787,2.867l5.184-5.271l1.426,1.402L6.496,11.431z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #f33;
  background-color: #f33
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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: transparent
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: transparent
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: none
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: transparent
}

.custom-switch {
  padding-left: 2.140625rem
}

.custom-switch .custom-control-label:before {
  left: -2.140625rem;
  width: 1.640625rem;
  pointer-events: all;
  border-radius: .46875rem
}

.custom-switch .custom-control-label:after {
  top: calc(.23125rem + 2px);
  left: calc(-2.14062rem + 2px);
  width: calc(.9375rem - 4px);
  height: calc(.9375rem - 4px);
  background-color: #959595;
  border-radius: .46875rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: transparent;
  transform: translateX(.703125rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: transparent
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #959595;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23282828' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  appearance: none
}

.custom-select:focus {
  border-color: #333;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 51, 51, .25)
}

.custom-select:focus::-ms-value {
  color: #959595;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #616161;
  background-color: #eaeaea
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #959595
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .765625rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.09375rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.6em + .75rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #333;
  box-shadow: none
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #eaeaea
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.6em + .75rem + 2px);
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.6;
  color: #959595
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + .75rem);
  content: "Browse";
  background-color: #eaeaea;
  border-left: inherit;
  border-radius: 0 4px 4px 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #f33;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffe6e6
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedede;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f33;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffe6e6
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedede;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #f33;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffe6e6
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dedede;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #959595
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #959595
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #959595
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #616161;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dedede
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eaeaea #eaeaea #dedede
}

.nav-tabs .nav-link.disabled {
  color: #616161;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #333;
  background-color: #fff;
  border-color: #dedede #dedede #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f33
}

.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
}

.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 #eaeaea;
  border-radius: 0
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px
}

.card-title {
  margin-bottom: 10px
}

.card-subtitle {
  margin-top: -5px
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 20px
}

.card-header {
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea
}

.card-header:first-child {
  border-radius: -1px -1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #eaeaea
}

.card-footer:last-child {
  border-radius: 0 0 -1px -1px
}

.card-header-tabs {
  margin-bottom: -10px;
  border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
  margin-right: -10px;
  margin-left: -10px
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px
}

.card-deck .card {
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px
  }
}

.card-group>.card {
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #282828;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #282828;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none
}

a.close.disabled {
  pointer-events: none
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(40, 40, 40, .2);
  border-radius: 4px;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .9
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 0 solid #eaeaea;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.modal-header .close {
  padding: 20px;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #eaeaea;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
    margin: .5rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 1rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 1rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 1rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1039;
  display: block;
  margin: 10px;
  font-family: Open Sans, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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: 13px !important;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: 1
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .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: .4rem .4rem 0;
  border-top-color: #1d1d1d
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #1d1d1d
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .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 .4rem .4rem;
  border-bottom-color: #1d1d1d
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #1d1d1d
}

.tooltip-inner {
  max-width: 220px;
  padding: 8px 15px 10px;
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 4px
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #333;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
  opacity: 1
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='40' height='40'%3E%3Cpath d='M25.449 29.732l-.583.583L14.551 20 24.865 9.685l.584.584L15.717 20l9.732 9.732z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='40' height='40'%3E%3Cpath d='M24.283 20l-9.732-9.731.584-.584L25.449 20 15.134 30.315l-.583-.583L24.283 20z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 40px;
  margin-left: 40px;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.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: #f33 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: red !important
}

.bg-secondary {
  background-color: #32be5b !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #279648 !important
}

.bg-success {
  background-color: #32be5b !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #279648 !important
}

.bg-info {
  background-color: #3bb5e9 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #189fd9 !important
}

.bg-warning {
  background-color: #ffb103 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #cf8f00 !important
}

.bg-danger {
  background-color: #f33 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: red !important
}

.bg-light,
.no-files {
  background-color: #f6f6f6 !important
}

a.bg-light:focus,
a.bg-light:hover,
a.no-files:focus,
a.no-files:hover,
button.bg-light:focus,
button.bg-light:hover,
button.no-files:focus,
button.no-files:hover {
  background-color: #ddd !important
}

.bg-dark {
  background-color: #959595 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #7c7c7c !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #eaeaea !important
}

.border-top {
  border-top: 1px solid #eaeaea !important
}

.border-right {
  border-right: 1px solid #eaeaea !important
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important
}

.border-left {
  border-left: 1px solid #eaeaea !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: #f33 !important
}

.border-secondary,
.border-success {
  border-color: #32be5b !important
}

.border-info {
  border-color: #3bb5e9 !important
}

.border-warning {
  border-color: #ffb103 !important
}

.border-danger {
  border-color: #f33 !important
}

.border-light {
  border-color: #f6f6f6 !important
}

.border-dark {
  border-color: #959595 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: 2px !important
}

.rounded {
  border-radius: 4px !important
}

.rounded-top {
  border-top-left-radius: 4px !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 4px !important
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 4px !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 4px !important
}

.rounded-left {
  border-top-left-radius: 4px !important
}

.rounded-lg {
  border-radius: 4px !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.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: 10px !important
}

.mt-1,
.my-1 {
  margin-top: 10px !important
}

.mr-1,
.mx-1 {
  margin-right: 10px !important
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important
}

.ml-1,
.mx-1 {
  margin-left: 10px !important
}

.m-2 {
  margin: 20px !important
}

.mt-2,
.my-2 {
  margin-top: 20px !important
}

.mr-2,
.mx-2 {
  margin-right: 20px !important
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important
}

.ml-2,
.mx-2 {
  margin-left: 20px !important
}

.m-3 {
  margin: 30px !important
}

.mt-3,
.my-3 {
  margin-top: 30px !important
}

.mr-3,
.mx-3 {
  margin-right: 30px !important
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important
}

.ml-3,
.mx-3 {
  margin-left: 30px !important
}

.m-4 {
  margin: 40px !important
}

.mt-4,
.my-4 {
  margin-top: 40px !important
}

.mr-4,
.mx-4 {
  margin-right: 40px !important
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important
}

.ml-4,
.mx-4 {
  margin-left: 40px !important
}

.m-5 {
  margin: 50px !important
}

.mt-5,
.my-5 {
  margin-top: 50px !important
}

.mr-5,
.mx-5 {
  margin-right: 50px !important
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important
}

.ml-5,
.mx-5 {
  margin-left: 50px !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: 10px !important
}

.pt-1,
.py-1 {
  padding-top: 10px !important
}

.pr-1,
.px-1 {
  padding-right: 10px !important
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important
}

.pl-1,
.px-1 {
  padding-left: 10px !important
}

.p-2 {
  padding: 20px !important
}

.pt-2,
.py-2 {
  padding-top: 20px !important
}

.pr-2,
.px-2 {
  padding-right: 20px !important
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important
}

.pl-2,
.px-2 {
  padding-left: 20px !important
}

.p-3 {
  padding: 30px !important
}

.pt-3,
.py-3 {
  padding-top: 30px !important
}

.pr-3,
.px-3 {
  padding-right: 30px !important
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important
}

.pl-3,
.px-3 {
  padding-left: 30px !important
}

.p-4 {
  padding: 40px !important
}

.pt-4,
.py-4 {
  padding-top: 40px !important
}

.pr-4,
.px-4 {
  padding-right: 40px !important
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important
}

.pl-4,
.px-4 {
  padding-left: 40px !important
}

.p-5 {
  padding: 50px !important
}

.pt-5,
.py-5 {
  padding-top: 50px !important
}

.pr-5,
.px-5 {
  padding-right: 50px !important
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important
}

.pl-5,
.px-5 {
  padding-left: 50px !important
}

.m-n1 {
  margin: -10px !important
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important
}

.m-n2 {
  margin: -20px !important
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important
}

.m-n3 {
  margin: -30px !important
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important
}

.m-n4 {
  margin: -40px !important
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important
}

.m-n5 {
  margin: -50px !important
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !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: 10px !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important
  }

  .m-sm-2 {
    margin: 20px !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important
  }

  .m-sm-3 {
    margin: 30px !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important
  }

  .m-sm-4 {
    margin: 40px !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important
  }

  .m-sm-5 {
    margin: 50px !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !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: 10px !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important
  }

  .p-sm-2 {
    padding: 20px !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important
  }

  .p-sm-3 {
    padding: 30px !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important
  }

  .p-sm-4 {
    padding: 40px !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important
  }

  .p-sm-5 {
    padding: 50px !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important
  }

  .m-sm-n1 {
    margin: -10px !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important
  }

  .m-sm-n2 {
    margin: -20px !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important
  }

  .m-sm-n3 {
    margin: -30px !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important
  }

  .m-sm-n4 {
    margin: -40px !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important
  }

  .m-sm-n5 {
    margin: -50px !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !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: 10px !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important
  }

  .m-md-2 {
    margin: 20px !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important
  }

  .m-md-3 {
    margin: 30px !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important
  }

  .m-md-4 {
    margin: 40px !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important
  }

  .m-md-5 {
    margin: 50px !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !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: 10px !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important
  }

  .p-md-2 {
    padding: 20px !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important
  }

  .p-md-3 {
    padding: 30px !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important
  }

  .p-md-4 {
    padding: 40px !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important
  }

  .p-md-5 {
    padding: 50px !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important
  }

  .m-md-n1 {
    margin: -10px !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important
  }

  .m-md-n2 {
    margin: -20px !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important
  }

  .m-md-n3 {
    margin: -30px !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important
  }

  .m-md-n4 {
    margin: -40px !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important
  }

  .m-md-n5 {
    margin: -50px !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !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: 10px !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important
  }

  .m-lg-2 {
    margin: 20px !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important
  }

  .m-lg-3 {
    margin: 30px !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important
  }

  .m-lg-4 {
    margin: 40px !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important
  }

  .m-lg-5 {
    margin: 50px !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !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: 10px !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important
  }

  .p-lg-2 {
    padding: 20px !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important
  }

  .p-lg-3 {
    padding: 30px !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important
  }

  .p-lg-4 {
    padding: 40px !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important
  }

  .p-lg-5 {
    padding: 50px !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important
  }

  .m-lg-n1 {
    margin: -10px !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important
  }

  .m-lg-n2 {
    margin: -20px !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important
  }

  .m-lg-n3 {
    margin: -30px !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important
  }

  .m-lg-n4 {
    margin: -40px !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important
  }

  .m-lg-n5 {
    margin: -50px !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !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: 10px !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important
  }

  .m-xl-2 {
    margin: 20px !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important
  }

  .m-xl-3 {
    margin: 30px !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important
  }

  .m-xl-4 {
    margin: 40px !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important
  }

  .m-xl-5 {
    margin: 50px !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !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: 10px !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important
  }

  .p-xl-2 {
    padding: 20px !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important
  }

  .p-xl-3 {
    padding: 30px !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important
  }

  .p-xl-4 {
    padding: 40px !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important
  }

  .p-xl-5 {
    padding: 50px !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important
  }

  .m-xl-n1 {
    margin: -10px !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important
  }

  .m-xl-n2 {
    margin: -20px !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important
  }

  .m-xl-n3 {
    margin: -30px !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important
  }

  .m-xl-n4 {
    margin: -40px !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important
  }

  .m-xl-n5 {
    margin: -50px !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #f33 !important
}

.text-primary-svg {
  color: #f2f2f2 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #e60000 !important
}

.text-secondary {
  color: #32be5b !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #22813e !important
}

.text-success {
  color: #32be5b !important
}

a.text-success:focus,
a.text-success:hover {
  color: #22813e !important
}

.text-info {
  color: #3bb5e9 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #168ec2 !important
}

.text-warning {
  color: #ffb103 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #b67d00 !important
}

.text-danger {
  color: #f33 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #e60000 !important
}

.text-light {
  color: #f6f6f6 !important
}

a.text-light:focus,
a.text-light:hover {
  color: #d0d0d0 !important
}

.text-dark {
  color: #959595 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #6f6f6f !important
}

.text-body {
  color: #333 !important
}

.text-muted {
  color: #959595 !important
}

.text-black-50 {
  color: rgba(40, 40, 40, .5) !important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #959595;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #282828
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dedede !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #eaeaea
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #eaeaea
  }
}

a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus {
  outline: none !important
}

:active,
:focus {
  outline: none
}

body,
html {
  height: 100%
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

img,
svg {
  vertical-align: top
}

svg {
  overflow: visible !important;
  fill: currentColor;
  transform: translateZ(0)
}

svg [fill=none] {
  fill: none
}

.btn,
[class*=btn-icon-],
a {
  transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.btn svg,
[class*=btn-icon-] svg,
a svg {
  transition: opacity .15s ease-in-out
}

.btn svg path,
[class*=btn-icon-] svg path,
a svg path {
  transition: fill .15s ease-in-out
}

.no-select,
.no-select * {
  /* user-select: none */
}

b {
  font-weight: 700
}

cite,
em,
i {
  font-weight: 400
}

.font-weight-sbold {
  font-weight: 600 !important
}

p:last-child {
  margin-bottom: 0
}

h1 {
  color: #f33;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: -1px
}

@media (min-width: 768px) {
  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -1.3px
  }
}

.h2,
h2 {
  line-height: 30px;
  letter-spacing: -.3px
}

.h3,
h3 {
  line-height: 28px
}

.h3,
.h4,
h3,
h4 {
  letter-spacing: -.2px
}

.h4,
h4 {
  line-height: 24px
}

.invert-colors h1,
.invert-colors h2,
.invert-colors h3,
.invert-colors h4,
.invert-colors h5,
.invert-colors h6 {
  color: #fff
}

.section-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px
}

.section-title:first-child {
  margin-top: -5px
}

.link-gray {
  color: #333;
  text-decoration: none !important
}

.link-gray:hover {
  color: #f33
}

a.link-underline {
  text-decoration: underline
}

a.link-underline:hover {
  text-decoration: none
}

.text-underline {
  text-decoration: underline !important
}

a.link-unstyled,
a.link-unstyled:hover {
  color: inherit;
  text-decoration: none
}

.link-arrow:after {
  margin: -3px 3px 0 7px;
  border-width: 1px 1px 0 0
}

.link-arrow-l:before,
.link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-color: #f33;
  border-style: solid
}

.link-arrow-l:before {
  margin: -3px 7px 0 3px;
  border-width: 0 0 1px 1px
}

.arrow-white:after,
.arrow-white:before {
  border-color: #fff
}

.list-checkmark {
  list-style: none;
  padding-left: 0;
  text-align: left
}

.list-checkmark li {
  position: relative;
  padding-left: 1.8em
}

.list-checkmark li:before {
  content: "";
  position: absolute;
  top: .32em;
  left: 4px;
  width: .367em;
  height: .72em;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg)
}

.list-checkmark-red li:before {
  border-color: #f33
}

.list-checkmark-green li:before {
  border-color: #32be5b
}

.list-checkmark-info li:before {
  border-color: #3bb5e9
}

[lang=ar] .list-checkmark {
  text-align: right
}

[lang=ar] .list-checkmark li {
  direction: rtl;
  padding-left: 0;
  padding-right: 1.8em
}

[lang=ar] .list-checkmark li:before {
  left: auto;
  right: 4px
}

.text-size-13 {
  font-size: 13px;
  line-height: 21px
}

@media (min-width: 768px) {
  .text-size-md-13 {
    font-size: 13px;
    line-height: 22px
  }

  .text-size-md-13.list-checkmark>li {
    padding-left: 1.7em
  }

  .text-size-md-13.list-checkmark>li:before {
    top: .4em;
    left: 3px
  }
}

@media (min-width: 768px) {
  [lang=ar] .text-size-md-13.list-checkmark>li {
    padding-left: 0;
    padding-right: 1.7em
  }

  [lang=ar] .text-size-md-13.list-checkmark>li:before {
    left: auto;
    right: 3px
  }
}

.list-spacing-md>li {
  margin-bottom: 8px
}

.text-primary-hover:hover,
a.text-primary:focus,
a.text-primary:hover {
  color: #f33 !important
}

.text-primary-hover.text-white:hover {
  color: #f66 !important
}

.text-blue {
  color: #3bb5e9 !important
}

.text-red {
  color: #f33 !important
}

.text-red-lighten {
  color: #f66 !important
}

.text-yellow {
  color: #ffb103 !important
}

.text-green {
  color: #32be5b !important
}

.text-error {
  color: #fc2504 !important
}

.text-gray {
  color: #333 !important
}

.text-gray-500 {
  color: #959595 !important
}

.bg-yellow {
  background-color: #ffb103 !important
}

.bg-orange {
  background-color: #f79844 !important
}

.bg-green {
  background-color: #32be5b !important
}

.bg-error {
  background-color: #fc695d !important
}

.bg-light-gray {
  background-color: #fbfbfb !important
}

.main-container {
  width: 100%;
  min-width: 300px;
  overflow-x: hidden
}

.main-container>.main-content {
  width: 100%
}

.main-container.full-height {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%
}

.main-container.full-height>.main-content {
  flex: 1 1 auto
}

.container {
  width: 100%;
  max-width: 1150px
}

@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

.content-area {
  padding: 25px 0
}

@media (min-width: 768px) {
  .content-area {
    padding: 55px 0
  }
}

.content-section .container {
  padding-top: 60px;
  padding-bottom: 60px
}

@media (min-width: 768px) {
  .content-section .container {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.content-sidebar .content {
  margin-bottom: 40px
}

.content-sidebar .sidebar {
  margin-bottom: 10px
}

.content-sidebar .sidebar .widget {
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .content-sidebar {
    display: flex;
    align-items: stretch
  }

  .content-sidebar .content {
    flex: 1 1 auto
  }

  .content-sidebar .sidebar {
    flex: 0 1 auto;
    width: 270px;
    min-width: 270px;
    margin-left: 40px
  }

  .content-sidebar .sidebar:first-child {
    order: 1
  }

  .content-sidebar .sidebar-narrow {
    width: 200px;
    min-width: 200px;
    margin-left: 60px
  }
}

@media (min-width: 1200px) {
  .content-sidebar .sidebar-narrow {
    margin-left: 110px
  }
}

.widget-nav .card-body {
  padding: 0 !important
}

.widget-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.widget-nav ul li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #eaeaea
}

.widget-nav ul li:first-child {
  border-top: none
}

.widget-nav ul li a {
  display: flex;
  padding: 13px 20px 12px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-decoration: none
}

.widget-nav ul li a i {
  padding: 2px 10px 0 0
}

.widget-nav ul li a span {
  flex: 1 1 auto;
  letter-spacing: -.1px
}

.widget-nav ul li a:hover {
  background-color: #f6f6f6
}

.widget-nav ul li a svg path:first-child {
  fill: #f33
}

@media (min-width: 768px) {
  .widget-nav ul li a {
    padding-left: 30px;
    padding-right: 30px
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row>.col,
.row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px
  }

  .row>.col,
  .row>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px
  }
}

.row-spacing-normal {
  margin-right: -15px;
  margin-left: -15px
}

.row-spacing-normal>.col,
.row-spacing-normal>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px
}

.row-spacing-20 {
  margin-right: -10px;
  margin-left: -10px
}

.row-spacing-20>.col,
.row-spacing-20>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

@media (min-width: 992px) {
  .row-spacing-xl {
    margin-right: -30px;
    margin-left: -30px
  }

  .row-spacing-xl>.col,
  .row-spacing-xl>[class*=col-] {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media (min-width: 1200px) {
  .row-spacing-xl {
    margin-right: -40px;
    margin-left: -40px
  }

  .row-spacing-xl>.col,
  .row-spacing-xl>[class*=col-] {
    padding-right: 40px;
    padding-left: 40px
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.ui-badge {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .2px !important;
  font-size: 9px !important;
  line-height: 13px !important;
  font-weight: 400 !important;
  padding: 0 4px !important;
  text-transform: uppercase;
  color: #f33;
  border: 1px solid;
  border-radius: 2px
}

.ui-badge.is-medium {
  font-size: 11px !important;
  line-height: 14px !important;
  padding: 1px 6px !important
}

.ui-badge.is-large {
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 1px 7px !important
}

.ui-badge .ui-badge-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  background: currentColor;
  font-size: inherit;
  line-height: inherit
}

.ui-badge .ui-badge-bar>span {
  color: #fff;
  padding: 0 4px
}

.format-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  width: 28px;
  height: 32px;
  color: #959595;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbbbbb' viewBox='0 0 24 24'%3E%3Cpath d='M17,19H7c-0.553,0-1-0.447-1-1v-7h6V5h5c0.553,0,1,0.447,1,1v12C18,18.553,17.553,19,17,19z M6.02,10L11,5v5H6.02z'/%3E%3C/svg%3E");
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 4px
}

.files-container-box .format-icon {
  background-color: #fafafa
}

.format-icon svg {
  display: none !important;
  fill: currentColor
}

.f-archive {
  color: #ee470c
}

.f-audio {
  color: #6d90f2
}

.f-cad {
  color: #5daabc
}

.f-document {
  color: #7d9cb1
}

.f-ebook {
  color: #ffb202
}

.f-font {
  color: #6d83ac
}

.f-image {
  color: #a067e6
}

.f-presentation {
  color: #ec7004
}

.f-vector {
  color: #cdba6d
}

.f-video {
  color: #3aa8ff
}

.f-doc,
.f-docm,
.f-docx,
.f-dot,
.f-dotm,
.f-dotx,
.f-rtf {
  color: #4ac6fb
}

.f-xls,
.f-xlsx {
  color: #4fcb4b
}

.f-pdf {
  color: #fd1e1e
}

.f-html {
  color: #7cabae
}

.f-epub {
  color: #80bc39
}

.f-psd {
  color: #35c1eb
}

.f-pot,
.f-potm,
.f-potx,
.f-pps,
.f-ppsm,
.f-ppsx,
.f-ppt,
.f-pptm,
.f-pptx {
  color: #ff6e25
}

.f-ai {
  color: #ff9200
}

.format-icon.f-archive {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ee470c' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,15.889L5,12l1.556-0.778c0,0,5.444,3.112,5.444,3.111c0,0.001,5.443-3.11,5.443-3.11L19,12L12,15.889zM12,12.777L5,8.888C5,8.888,12.055,5,12,5c0.055,0,7,3.889,7,3.889L12,12.777z M12,17.443c0,0.002,5.443-3.109,5.443-3.109L19,15.111c0,0-7.047,3.889-7,3.889c-0.047,0-7-3.889-7-3.889l1.556-0.778C6.556,14.333,12,17.445,12,17.443z'/%3E%3C/svg%3E")
}

.format-icon.f-audio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236d90f2' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E")
}

.format-icon.f-cad {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235daabc' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,5L6,8.5v7l6,3.5l6-3.5v-7L12,5z M12,12L6.864,9.004l5.134-2.996l5.135,2.996L12,12z'/%3E%3C/svg%3E")
}

.format-icon.f-document {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237d9cb1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E")
}

.format-icon.f-ebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffb202' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.568,17.227l0.054-0.033c1.72-1.129,3.972-1.024,5.579,0.26l0.586,0.469c0.137,0.104,0.326,0.104,0.462,0l0.533-0.451c1.622-1.336,3.93-1.441,5.667-0.261c0.23,0.156,0.551,0,0.551-0.278V7.366c0-0.122-0.053-0.226-0.16-0.278L18.432,6.81c-1.736-1.164-4.029-1.059-5.65,0.26L12.23,7.522c-0.136,0.104-0.325,0.104-0.461,0l-0.568-0.469c-1.608-1.301-3.875-1.407-5.598-0.26L5.16,7.07C5.064,7.139,5.006,7.248,5,7.365v9.567C5.018,17.209,5.338,17.383,5.568,17.227L5.568,17.227z'/%3E%3C/svg%3E")
}

.format-icon.f-font {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236d83ac' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.662,7H6.338C6.148,7.003,5.997,7.158,6,7.348l0,0v3.411c0,0.192,0.151,0.347,0.339,0.347h0.39c0.182-0.002,0.334-0.139,0.357-0.319c0.083-0.601,0.436-1.829,1.952-1.8h1.127c0.187,0,0.339,0.154,0.339,0.348v6.525c0,0.41-0.324,0.742-0.723,0.742H8.824v1.051C8.824,17.844,8.975,18,9.162,18h5.676c0.189-0.003,0.341-0.158,0.338-0.348l0,0v-1.051h-0.955c-0.404-0.006-0.729-0.338-0.724-0.741c0-0.001,0-0.001,0-0.001V9.334c0-0.193,0.151-0.348,0.339-0.348h1.127c1.516-0.028,1.87,1.199,1.952,1.8c0.022,0.181,0.175,0.317,0.358,0.319h0.39c0.188-0.003,0.339-0.157,0.337-0.346V7.348C18.003,7.158,17.852,7.003,17.662,7L17.662,7z'/%3E%3C/svg%3E")
}

.format-icon.f-image {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a067e6' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E")
}

.format-icon.f-presentation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec7004' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15,6h2v12h-2V6z M11,9h2v9h-2V9z M7,12h2v6H7V12z'/%3E%3C/svg%3E")
}

.format-icon.f-vector {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cdba6d' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.846,13H4l4.923-7.386L13.846,13z M15,8c-1.012,0-1.95,0.306-2.737,0.822l2.415,3.623L15.714,14h-5.613c0.464,2.282,2.48,4,4.899,4c2.762,0,5-2.238,5-5S17.762,8,15,8z'/%3E%3C/svg%3E")
}

.format-icon.f-video {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233aa8ff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,19c-3.866,0-7-3.134-7-7s3.134-7,7-7s7,3.134,7,7S15.866,19,12,19z M10,8v8l6-4L10,8z'/%3E%3C/svg%3E")
}

.format-icon.f-doc,
.format-icon.f-docm,
.format-icon.f-docx,
.format-icon.f-dot,
.format-icon.f-dotm,
.format-icon.f-dotx,
.format-icon.f-rtf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234ac6fb' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5,17.33V6.67L15,4v16L5,17.33z M7.974,8.5H6.643l0.922,7h1.708l0.73-5.219l0.702,5.219h1.714l0.938-6.999h-1.261l-0.645,5.613l-0.732-5.613H9.32l-0.77,5.613L7.974,8.5L7.974,8.5z M19,6h-3v12h3V6z'/%3E%3C/svg%3E")
}

.format-icon.f-xls,
.format-icon.f-xlsx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234fcb4b' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5,17.33V6.67L15,4v16L5,17.33z M19,6h-3v12h3V6z M12.852,15.5l-2.08-3.5l2.043-3.5H11.57l-1.244,2.246c-0.047,0.196-0.125,0.382-0.232,0.554c-0.088-0.173-0.158-0.354-0.209-0.539L8.684,8.5H7.338L9.33,12l-2.182,3.5h1.338l1.396-2.416c0.066-0.139,0.117-0.385,0.139-0.385c0.061,0.124,0.104,0.252,0.131,0.385l1.381,2.416H12.852L12.852,15.5z'/%3E%3C/svg%3E")
}

.format-icon.f-pdf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd1e1e' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.611,13.224c-0.336-0.115-0.752-0.159-1.242-0.15c-0.281,0.007-0.562,0.027-0.84,0.06c-0.319,0.037-0.636,0.098-0.952,0.158c-0.314-0.308-0.627-0.618-0.906-0.958c-0.662-0.808-1.231-1.684-1.732-2.599c0.087-0.197,0.176-0.397,0.257-0.608c0.11-0.284,0.207-0.56,0.283-0.825c0.153-0.528,0.227-0.985,0.192-1.37c-0.117-1.353-0.86-2.218-1.89-2.127c-1.031,0.09-1.617,1.074-1.5,2.426c0.031,0.354,0.16,0.752,0.369,1.196c0.111,0.24,0.244,0.488,0.396,0.743c0.172,0.291,0.364,0.569,0.559,0.846c-0.044,0.116-0.087,0.233-0.132,0.349c-0.363,0.953-0.736,1.901-1.119,2.846c-0.221,0.549-0.462,1.089-0.705,1.628c-0.024,0.004-0.042,0.007-0.068,0.012c-0.256,0.047-0.525,0.104-0.797,0.17c-0.283,0.068-0.563,0.148-0.838,0.24c-0.521,0.178-0.937,0.38-1.232,0.63c-1.041,0.871-1.324,1.978-0.658,2.769c0.665,0.791,1.807,0.707,2.848-0.164c0.272-0.229,0.523-0.563,0.769-0.988c0.131-0.229,0.259-0.48,0.381-0.75c0.078-0.17,0.137-0.349,0.207-0.522l0.173-0.364c1.191-0.38,2.396-0.717,3.614-1c0.391-0.093,0.785-0.173,1.179-0.256c0.149,0.166,0.303,0.335,0.469,0.502c0.215,0.218,0.428,0.418,0.639,0.595c0.42,0.354,0.808,0.606,1.174,0.733c1.283,0.442,2.376,0.115,2.712-0.862C19.555,14.602,18.895,13.667,17.611,13.224zM10.879,5.941c0.314-0.028,0.595,0.3,0.663,1.089c0.019,0.215-0.034,0.546-0.15,0.95c-0.067,0.227-0.261,0.784-0.263,0.789l-0.001,0c-0.007-0.012-0.359-0.63-0.453-0.831c-0.156-0.333-0.248-0.613-0.265-0.807C10.342,6.342,10.564,5.969,10.879,5.941zM7.683,16.947c-0.183,0.32-0.36,0.555-0.51,0.68c-0.606,0.508-1.039,0.54-1.242,0.298c-0.202-0.241-0.096-0.66,0.511-1.168c0.166-0.14,0.467-0.286,0.864-0.421c0.226-0.077,0.8-0.24,0.8-0.24S7.796,16.752,7.683,16.947z M12.787,13.756c-0.921,0.215-1.832,0.467-2.739,0.735c0.112-0.265,0.229-0.543,0.353-0.847l0.193-0.475c0.277-0.69,0.539-1.387,0.807-2.082c0.417,0.673,0.878,1.344,1.4,1.976c0.166,0.201,0.338,0.391,0.51,0.579C13.137,13.682,12.961,13.715,12.787,13.756z M18.138,15.208c-0.103,0.298-0.517,0.422-1.265,0.163c-0.203-0.07-0.484-0.254-0.805-0.524c-0.209-0.184-0.415-0.371-0.617-0.562c0,0,0.722-0.071,0.947-0.075c0.367-0.009,0.66,0.022,0.844,0.086C17.99,14.554,18.24,14.908,18.138,15.208z'/%3E%3C/svg%3E")
}

.format-icon.f-html {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237cabae' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.118,7.839L9.49,9.226L6.745,12l2.745,2.773l-1.372,1.388L4,12L8.118,7.839z M15.882,7.839L14.51,9.226L17.255,12l-2.745,2.773l1.372,1.388L20,12L15.882,7.839z M11.887,7l1.911,0.34L12.113,17l-1.911-0.34L11.887,7z'/%3E%3C/svg%3E")
}

.format-icon.f-epub {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2380bc39' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,16.4L7.6,12L12,7.6l1.467,1.467L10.533,12L12,13.466l4.4-4.399l-3.834-3.832c-0.313-0.313-0.82-0.313-1.133-0.001c-0.001,0-0.001,0-0.002,0.001l-6.197,6.198c-0.313,0.313-0.313,0.821,0,1.133l6.199,6.199c0.313,0.313,0.82,0.313,1.133,0l6.199-6.199c0.313-0.313,0.313-0.82,0-1.133l-0.9-0.9L12,16.4'/%3E%3C/svg%3E")
}

.format-icon.f-psd {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2335c1eb' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853,11.374h0.609c0.57,0,0.997-0.112,1.279-0.338c0.282-0.225,0.424-0.553,0.424-0.983c0-0.435-0.119-0.755-0.356-0.962C9.572,8.883,9.201,8.779,8.695,8.779H7.853V11.374z M12.036,9.987c0,0.94-0.293,1.659-0.881,2.157c-0.587,0.498-1.424,0.747-2.507,0.747H7.852V16H6V7.262h2.791c1.061,0,1.867,0.228,2.417,0.683C11.761,8.403,12.037,9.082,12.036,9.987L12.036,9.987z M18,14.016c0,0.686-0.238,1.207-0.714,1.565c-0.476,0.359-1.188,0.538-2.137,0.538c-0.417,0.006-0.833-0.026-1.243-0.098c-0.33-0.063-0.652-0.16-0.961-0.291v-1.506c0.367,0.17,0.751,0.303,1.144,0.4c0.424,0.107,0.798,0.161,1.122,0.161c0.661,0,0.991-0.19,0.991-0.573c0.005-0.13-0.042-0.256-0.131-0.351c-0.136-0.122-0.289-0.226-0.454-0.305c-0.214-0.112-0.501-0.244-0.861-0.397c-0.514-0.215-0.892-0.414-1.133-0.597c-0.225-0.164-0.405-0.381-0.526-0.63c-0.109-0.239-0.163-0.53-0.163-0.877c0-0.594,0.229-1.053,0.689-1.377c0.46-0.326,1.112-0.487,1.958-0.487c0.804,0,1.588,0.175,2.349,0.525l-0.552,1.315c-0.307-0.134-0.62-0.251-0.938-0.353c-0.287-0.092-0.588-0.138-0.889-0.138c-0.539,0-0.807,0.146-0.807,0.437c0,0.163,0.085,0.305,0.259,0.424c0.173,0.12,0.552,0.297,1.14,0.532c0.521,0.211,0.904,0.408,1.147,0.592c0.242,0.184,0.422,0.395,0.537,0.633C17.942,13.399,18,13.685,18,14.016z'/%3E%3C/svg%3E")
}

.format-icon.f-pot,
.format-icon.f-potm,
.format-icon.f-potx,
.format-icon.f-pps,
.format-icon.f-ppsm,
.format-icon.f-ppsx,
.format-icon.f-ppt,
.format-icon.f-pptm,
.format-icon.f-pptx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff6e25' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E")
}

.format-icon.f-ai {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9200' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.581,16l-0.6-2.072H8.964L8.364,16H6.473l2.922-8.738h2.145L14.473,16H12.581z M11.562,12.382c-0.313-1.061-0.627-2.123-0.937-3.185c-0.057-0.193-0.107-0.387-0.149-0.582c-0.124,0.507-0.481,1.764-1.069,3.767H11.562zM15.014,7.626c0-0.591,0.328-0.886,0.986-0.886c0.66,0,0.986,0.294,0.986,0.886c0,0.282-0.078,0.502-0.244,0.656C16.578,8.441,16.33,8.52,16,8.52C15.342,8.52,15.014,8.222,15.014,7.626L15.014,7.626z M16.908,16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E")
}

.form-control:invalid {
  box-shadow: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: color 0s ease-out, background-color 0s ease-out;
  -webkit-transition-delay: 9999s
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

input.form-control:not(:disabled):not(:placeholder-shown) {
  color: #333
}

.invert-colors input.form-control:not(:disabled):not(:placeholder-shown) {
  color: #eaeaea
}

.form-control {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px 11px;
  height: 44px
}

.form-control:hover:not(.selectboxit) {
  border-color: #333
}

.form-control.selectboxit:not(.selectboxit-disabled):active,
.form-control.selectboxit:not(.selectboxit-disabled):focus {
  color: #959595;
  border-color: #e0e0e0
}

.form-control.disabled,
.form-control.selectboxit-disabled,
.form-control:disabled {
  border-color: #eaeaea !important;
  color: #cecece !important
}

.invert-colors .form-control {
  color: #bbb;
  background-color: hsla(0, 0%, 100%, .05);
  border-color: hsla(0, 0%, 100%, .2)
}

.invert-colors .form-control::placeholder {
  color: #616161
}

.invert-colors .form-control:active:not(.selectboxit),
.invert-colors .form-control:focus:not(.selectboxit),
.invert-colors .form-control:hover:not(.selectboxit) {
  color: #eaeaea;
  border-color: hsla(0, 0%, 100%, .4)
}

.invert-colors .form-control.selectboxit:not(.selectboxit-disabled):active,
.invert-colors .form-control.selectboxit:not(.selectboxit-disabled):focus {
  color: #bbb;
  border-color: hsla(0, 0%, 100%, .2)
}

.invert-colors .form-control.disabled,
.invert-colors .form-control.selectboxit-disabled,
.invert-colors .form-control:disabled {
  color: #616161 !important;
  background-color: hsla(0, 0%, 100%, .02) !important;
  border-color: hsla(0, 0%, 100%, .12) !important
}

.form-control.selectboxit-open {
  border-color: transparent !important
}

.form-control-sm {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 12px 6px;
  height: 34px
}

.form-control-sm.text-uppercase {
  font-size: 12px;
  letter-spacing: -.2px;
  font-weight: 400
}

.input-question-mark {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33px;
  border: 1px solid transparent;
  border-left-color: #e0e0e0;
  border-radius: 0 4px 4px 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
  color: #afafaf;
  transition: color .15s ease-in-out, border-color .15s ease-in-out
}

.input-question-mark.is-large {
  width: 43px
}

.input-question-mark:hover {
  color: #282828;
  border-color: #333
}

.input-question-mark:before {
  content: "?";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -4px
}

.input-question-mark+input.form-control {
  padding-right: 43px
}

.input-box {
  position: relative
}

.input-box.has-icon .form-control {
  padding-left: 44px
}

.input-box.has-icon .form-control:focus+.input-icon {
  opacity: 1
}

.input-box .input-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 11px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
  opacity: .5;
  z-index: 1
}

.input-box .input-icon.icon-mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 24 24'%3E%3Cpath d='M19,6H5C4.448,6,4,6.448,4,7v10c0,0.553,0.448,1,1,1h14c0.553,0,1-0.447,1-1V7C20,6.448,19.553,6,19,6z M18.201,7L12,11.96L5.801,7H18.201z M5,17V7.641l6.688,5.35C11.779,13.063,11.89,13.1,12,13.1s0.221-0.036,0.313-0.109L19,7.642V17H5z'/%3E%3C/svg%3E")
}

.input-box .input-icon.icon-pswd {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 24 24'%3E%3Cpath d='M8 9V6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h1zm1 1H7v7h10v-7H9zm0-4v3h6V6H9zm3 6a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E")
}

.custom-control label {
  /* user-select: none; */
  color: #959595;
  transition: color .15s ease-in-out
}

.custom-control label:before {
  border: 1px solid #c4c4c4
}

.custom-control input:active:not([disabled])+label:before {
  border-color: #959595
}

.custom-control input:checked+label {
  color: #333
}

.custom-control input:checked+label:before {
  border-color: #333
}

.custom-checkbox label:after,
.custom-checkbox label:before {
  top: .2rem
}

.invert-colors .custom-checkbox label {
  color: #7d7d7d
}

.invert-colors .custom-checkbox label:before {
  border-color: hsla(0, 0%, 100%, .2)
}

.invert-colors .custom-checkbox input:active:not([disabled])+label:before {
  border-color: hsla(0, 0%, 100%, .4)
}

.invert-colors .custom-checkbox .custom-control-input:checked~.custom-control-label {
  color: #cecece
}

.invert-colors .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  border-color: #3bb5e9 !important;
  background-color: #3bb5e9 !important
}

.invert-colors .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' fill='%23ffffff' viewBox='0 0 15 15'%3E%3Cpath d='M6.496,11.431L2.283,7.097l1.434-1.395l2.787,2.867l5.184-5.271l1.426,1.402L6.496,11.431z'/%3E%3C/svg%3E")
}

.custom-radio {
  padding-left: 28px
}

.custom-radio label:after,
.custom-radio label:before {
  width: 18px;
  height: 18px;
  top: .15rem;
  left: -28px
}

.custom-radio label:after {
  background: transparent;
  border-radius: 50%;
  transform: scale(.45)
}

.custom-radio input:checked+label:before {
  border-color: #f33;
  background: #f33 !important
}

.custom-radio input:checked+label:after {
  background: #fff
}

.custom-radio input:disabled+label:before {
  border-color: #c4c4c4;
  background: transparent !important
}

.custom-radio input:disabled+label:after {
  background: #959595
}

.btn {
  padding: 10px 20px 11px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -.2px
}

.btn svg {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px
}

.btn svg.btn-icon-after {
  margin-right: 0;
  margin-left: 5px
}

.btn[class*=link-arrow]:after,
.btn[class*=link-arrow]:before {
  border-color: currentColor
}

.btn-sm {
  padding: 5px 20px 6px;
  font-size: 14px;
  line-height: 21px
}

.btn-sm.text-uppercase {
  font-size: 12px;
  line-height: 17px;
  padding: 7px 13px 8px
}

.btn-sm.btn-add-more {
  font-size: 13px;
  line-height: 17px;
  padding: 8px 13px
}

.btn-sm svg {
  top: -1px
}

.btn-lg {
  padding: 9px 30px 11px;
  font-size: 21px;
  line-height: 28px
}

.btn-xl {
  padding: 15px 30px 18px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1px
}

.btn.btn-back.link-arrow-l {
  padding-left: 12px;
  padding-right: 32px
}

@media (min-width: 768px) {
  .btn-xl {
    padding-left: 35px;
    padding-right: 35px
  }
}

[class*=btn-soc] {
  position: relative;
  padding: 10px 50px 11px;
  font-size: 13px;
  line-height: 21px;
  color: #282828;
  font-weight: 400;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 0 0 1px #fff;
  text-align: center
}

[class*=btn-soc] svg {
  position: absolute;
  top: 9px;
  left: 10px
}

[class*=btn-soc]:hover {
  color: #282828;
  background-color: #fff
}

.btn-caret {
  position: relative;
  padding-right: 28px !important
}

.btn-caret>i {
  width: 27px;
  height: 100%;
  top: 0
}

.btn-caret>i,
.btn-caret>i:before {
  display: block;
  position: absolute;
  right: 0
}

.btn-caret>i:before {
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 0;
  bottom: 0;
  margin: -6px auto auto;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg)
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ff4335;
  border-color: #ff4335
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #f33;
  border-color: #f33;
  opacity: .5
}

.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #38c962;
  border-color: #38c962
}

.btn-blue,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff
}

.btn-blue {
  background-color: #3bb5e9;
  border-color: #3bb5e9
}

.btn-blue:hover,
.btn-blue:not(:disabled):not(.disabled):active {
  background-color: #2babe2;
  border-color: #2babe2;
  color: #fff
}

.btn-blue.disabled,
.btn-blue:disabled {
  background-color: #3bb5e9;
  border-color: #3bb5e9;
  color: #fff;
  opacity: .5
}

.btn-outline-blue {
  color: #3bb5e9;
  border-color: #3bb5e9;
  background-color: transparent
}

.btn-outline-blue:hover,
.show .btn-outline-blue {
  color: #fff;
  border-color: #3bb5e9;
  background-color: #3bb5e9
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #9e9e9e;
  border-color: #e8e8e8;
  background-color: transparent
}

.btn-light2 {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #333
}

.btn-light2:hover,
.btn-light2:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #333
}

.btn-light2.disabled,
.btn-light2:disabled {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #616161;
  opacity: .5
}

.btn-green2 {
  background-color: #08b847;
  border-color: #08b847;
  color: #fff
}

.btn-green2:active,
.btn-green2:hover,
.btn-green2:not(:disabled):not(.disabled):active {
  background-color: #09c74d;
  border-color: #09c74d;
  color: #fff
}

.btn-green2.disabled,
.btn-green2:disabled {
  background-color: #08b847;
  border-color: #08b847;
  color: #fff;
  opacity: .5
}

.btn-pp {
  background-color: #0081df;
  border-color: #0081df;
  color: #fff
}

.btn-pp:active,
.btn-pp:hover,
.btn-pp:not(:disabled):not(.disabled):active {
  background-color: #008df3;
  border-color: #008df3;
  color: #fff
}

.btn-pp.disabled,
.btn-pp:disabled {
  background-color: #0081df;
  border-color: #0081df;
  color: #fff;
  opacity: .5
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #616161;
  border-color: #959595
}

.btn-outline-dark2 {
  color: #333
}

.btn-outline-dark2:active,
.btn-outline-dark2:hover,
.btn-outline-dark2:not(:disabled):not(.disabled):active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important
}

.btn-outline-dark3 {
  color: #333;
  border-color: #aeaeae;
  background-color: transparent
}

.btn-outline-dark3:hover,
.show .btn-outline-dark3 {
  color: #333;
  border-color: #616161;
  background-color: transparent
}

.btn-outline-dark3.disabled,
.btn-outline-dark3:disabled {
  color: #9e9e9e;
  border-color: #e8e8e8;
  background-color: transparent
}

.btn-outline-dark4 {
  color: #959595;
  border-color: #959595
}

.btn-outline-dark4:active,
.btn-outline-dark4:hover,
.btn-outline-dark4:not(:disabled):not(.disabled):active {
  color: #32be5b;
  border-color: #32be5b;
  background-color: transparent
}

.btn-outline-dark5 {
  background: transparent !important;
  border-color: #c4c4c4;
  color: #959595
}

.btn-outline-dark5.active,
.btn-outline-dark5:hover,
.btn-outline-dark5:not(:disabled):not(.disabled):active {
  border-color: #aeaeae;
  color: #333
}

.btn-outline-dark6 {
  background: transparent !important;
  border-color: rgba(97, 97, 97, 0);
  color: #333
}

.btn-outline-dark6.active,
.btn-outline-dark6:hover,
.btn-outline-dark6:not(:disabled):not(.disabled):active,
.btn-outline-dark6[aria-expanded=true] {
  border-color: #616161;
  color: #333
}

.btn-outline-dark6.disabled,
.btn-outline-dark6:disabled {
  background: transparent !important;
  border-color: transparent !important;
  color: #333
}

.btn-outline-dark6.disabled i,
.btn-outline-dark6.disabled svg,
.btn-outline-dark6:disabled i,
.btn-outline-dark6:disabled svg {
  color: currentColor !important;
  cursor: default
}

.btn-cancel {
  background: transparent !important;
  border-color: #c3c3c3;
  color: #777
}

.btn-cancel:hover,
.btn-cancel:not(:disabled):not(.disabled):active {
  border-color: #c3c3c3;
  color: #333
}

.btn-outline-light {
  border-color: #8d8d8d
}

.btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active {
  border-color: #fff
}

.btn-outline-light.btn-no-hover:hover {
  cursor: default;
  background-color: transparent !important;
  color: #f6f6f6 !important;
  border-color: #8d8d8d !important
}

.btn-outline-light2 {
  background: transparent !important;
  border-color: #8d8d8d;
  color: #fff
}

.btn-outline-light2:active,
.btn-outline-light2:hover,
.btn-outline-light2:not(:disabled):not(.disabled):active {
  border-color: #fff;
  color: #fff
}

.form-group-btn {
  position: relative;
  padding-right: 44px
}

.form-group-btn .btn-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  padding: 5px 8px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0
}

.form-group-btn .btn-del svg {
  margin: 0
}

.form-group-btn .btn-del:active,
.form-group-btn .btn-del:hover,
.form-group-btn .btn-del:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #333;
  border-color: #333
}

@media (min-width: 768px) {
  .form-group-btn-md {
    padding-right: 44px
  }
}

.buttons {
  margin: 0 -5px;
  font-size: 0
}

.buttons:last-child {
  margin-bottom: -10px
}

.buttons>* {
  margin: 0 5px 10px
}

.buttons-spacing-md {
  margin-right: -10px;
  margin-left: -10px
}

.buttons-spacing-md:last-child {
  margin-bottom: -20px
}

.buttons-spacing-md>* {
  margin: 0 10px 20px
}

.nav-switch {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  padding: 1px 1px 0 0;
  margin: 0 0 30px;
  list-style: none;
  /* user-select: none */
}

.nav-switch:last-child {
  margin-bottom: 0
}

.nav-switch label,
.nav-switch li {
  display: flex;
  align-self: stretch;
  position: relative
}

.nav-switch li {
  padding: 0;
  margin: -1px -1px 0 0;
  flex: 1 1 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.nav-switch li:first-child label {
  border-radius: 4px 0 0 4px
}

.nav-switch li:last-child {
  margin-left: 0
}

.nav-switch li:last-child label {
  border-radius: 0 4px 4px 0
}

.nav-switch label {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 8px 10px 9px;
  color: #212121;
  background-color: transparent;
  border: 1px solid #212121;
  cursor: pointer
}

.nav-switch input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden
}

.nav-switch input:checked+label {
  cursor: default;
  color: #fff;
  background-color: #212121
}

.tooltip {
  line-height: 20px !important;
  font-weight: 300 !important
}

.tooltip.tooltip-sm {
  margin: 5px
}

.tooltip.tooltip-sm .tooltip-inner {
  max-width: 210px;
  font-size: 12px !important;
  padding: 8px 12px 9px
}

.tooltip.tooltip-convert-all-to {
  top: 2px !important
}

.tooltip.tooltip-convert-all-to .tooltip-inner {
  line-height: 1.3;
  padding-top: 9px;
  max-width: none
}

.tooltip.tooltip-security .tooltip-inner {
  max-width: 250px
}

.dropdown-menu {
  box-shadow: 0 5px 40px 4px rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box;
  -webkit-backface-visibility: hidden
}

.dropdown-menu,
.dropdown-menu .dropdown-item-text {
  color: #959595
}

.dropdown-menu .dropdown-item {
  font-weight: 300
}

.dropdown-menu .dropdown-item.current {
  color: #fff;
  background-color: #5e5e5e
}

.dropdown-hover>.dropdown-menu:after,
.dropdown-hover>.dropdown-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent
}

.dropdown-hover>.dropdown-menu:before {
  top: auto;
  bottom: 100%
}

.dropdown-hover:hover>.dropdown-menu {
  display: block !important
}

@keyframes bouncing {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s
}

.fade-in.one {
  animation-delay: .2s
}

.fade-in.two {
  animation-delay: .6s
}

.fade-in.three {
  animation-delay: .9s
}

.fade-in.four {
  animation-delay: 1.1s
}

body.adb-body .adb {
  display: none !important
}

.adb {
  margin-bottom: 15px;
  text-align: center
}

.adb .adb-text {
  padding-top: 10px
}

.adb:last-child {
  margin-bottom: 20px
}

.info-box2+.adb {
  margin-top: 50px
}

.adb ins {
  vertical-align: top
}

.converter-wrapper,
.ui-pattern-1 {
  background-color: #3c3c3c;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .06) 25%, transparent 0), linear-gradient(-45deg, rgba(0, 0, 0, .06) 25%, transparent 0), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, .06) 0), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, .06) 0);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0
}

.file-tools3 .convert-button .btn.disabled,
.file-tools3 .convert-button .btn:disabled,
.ui-pattern-2 {
  background-color: #dd7667;
  background-image: linear-gradient(45deg, #d57263 25%, transparent 0), linear-gradient(-45deg, #d57263 25%, transparent 0), linear-gradient(45deg, transparent 75%, #d57263 0), linear-gradient(-45deg, transparent 75%, #d57263 0);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0
}

.icon-warning:before {
  content: "\26A0"
}

.icon-process {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  opacity: .7;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.icon-success,
.loader {
  width: 50px;
  height: 50px
}

.loader {
  display: inline-block;
  position: relative;
  color: #999
}

.loader i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: none;
  border: 4px solid transparent;
  border-bottom-color: currentcolor;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, .32, .73, .74)
}

.content-centered {
  max-width: 672px;
  margin: 0 auto 60px
}

@media (min-width: 768px) {
  .content-centered {
    margin-bottom: 80px
  }
}

.page-lead {
  max-width: 760px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.2px
}

@media (min-width: 768px) {
  .page-lead {
    margin-bottom: 80px
  }
}

.privacy-content .page-lead {
  max-width: 658px
}

.security-list {
  max-width: 1010px;
  margin-bottom: 10px;
  color: #494949
}

.security-list+.content-centered {
  max-width: 475px;
  margin-bottom: 50px
}

.security-list .row {
  margin: 0
}

.security-list .row .col-12 {
  margin-bottom: 50px;
  padding: 0 0 0 48px
}

.security-list .row .col-12 svg {
  position: absolute;
  top: -7px;
  left: -6px
}

.security-list h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal
}

@media (min-width: 768px) {
  .security-list+.content-centered {
    margin-bottom: 70px
  }

  .security-list .row {
    margin: 0 -30px
  }

  .security-list .row .col-12 {
    padding: 0 30px 0 88px;
    margin-bottom: 80px
  }

  .security-list .row .col-12 svg {
    left: 30px
  }
}

@media (min-width: 992px) {
  .security-list .row {
    margin: 0 -40px
  }

  .security-list .row .col-12 {
    padding: 0 40px 0 98px
  }

  .security-list .row .col-12 svg {
    left: 40px
  }
}

.security-note {
  border-top: 1px solid #eaeaea
}

.security-note p {
  margin: 0 auto;
  max-width: 475px
}

.side-nav {
  padding: 0;
  margin: 0;
  list-style: none
}

.side-nav li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #f1f1f1
}

.side-nav li:first-child {
  border-top: none
}

.side-nav li a {
  display: block;
  padding: 7px 15px;
  color: #a2a2a2;
  text-decoration: none
}

.side-nav li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid;
  margin: -1px 15px 0 0;
  opacity: .8
}

.side-nav li a:hover {
  color: #f33
}

.side-nav li a:hover:before {
  opacity: 1
}

.side-nav li.current a {
  color: #1d1d1d
}

.side-nav li.current a:before {
  border-color: #f33
}

.page-title+.text-content {
  margin-top: 60px
}

.text-content h2 {
  margin-top: 2em;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px
}

.text-content h2:first-child {
  margin-top: -5px
}

.text-content .lead-text {
  font-size: 16px;
  line-height: 26px
}

.text-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 20px
}

.text-content ul li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 21px
}

.text-content ul li:before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid
}

.text-content ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  .text-content h2 {
    margin-top: 60px
  }
}

.note-box {
  margin-bottom: 18px;
  padding: 20px;
  background-color: #f6f6f6
}

@media (min-width: 768px) {
  .note-box {
    padding: 30px
  }
}

h3+.note-box,
h4+.note-box {
  margin-top: 18px
}

.card-match-height .card {
  align-self: stretch;
  height: 100%
}

@media (min-width: 768px) {
  .card .card-body {
    padding: 30px
  }
}

@media (min-width: 1200px) {
  .card .card-body {
    padding: 40px
  }

  .sidebar .card .card-body {
    padding: 30px
  }
}

.card .card-header {
  border-bottom: none !important
}

.card .card-footer {
  border-top: 1px solid #eaeaea
}

.card.widget {
  box-shadow: 0 1px 5px 0 rgba(216, 220, 227, .44);
  border: 1px solid hsla(0, 0%, 90.6%, .57)
}

.card.widget .btn {
  min-width: 126px
}

.card.converter-wrapper {
  box-shadow: none;
  border: none
}

.border-radius-0 {
  border-radius: 0 !important
}

.no-files {
  padding: 30px 20px 20px
}

.no-files>div span {
  display: block;
  margin: 0 auto 13px;
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 27px;
  line-height: 46px;
  padding-right: 1px;
  color: #f33;
  text-align: center
}

@media (min-height: 540px) and (min-width:768px) {
  .no-files {
    height: 245px
  }
}

@media (min-height: 640px) and (min-width:992px) {
  .no-files {
    height: 345px
  }
}

.file-source-button-wrapper {
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.file-source-button-wrapper .file-source-title {
  color: #959595;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 23px
}

.file-source-button-wrapper .file-source-title.is-small {
  font-size: 12px;
  margin-top: -12px
}

.file-source-button-wrapper .security-icon {
  position: relative;
  margin: 0 -4px !important;
  width: 18px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23747475' viewBox='0 0 24 24'%3E%3Cpath d='M15,11V9.526C15,8.131,13.656,7,12,7S9,8.131,9,9.526V11H8v6h8v-6H15z M10,9.658C10,8.743,10.896,8,12.001,8C13.105,8,14,8.743,14,9.658V11h-4V9.658z'/%3E%3C/svg%3E")
}

.file-source-button-wrapper .file-source-caption {
  padding: 13px 0 2px;
  color: #959595;
  letter-spacing: -.3px;
  cursor: default
}

.file-source-button-wrapper .file-source-caption>* {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px
}

.file-source-button-wrapper .file-source-caption a {
  text-decoration: underline
}

.widget .file-source-button-wrapper {
  margin: 0;
  padding: 20px
}

.widget .file-source-button-wrapper .file-source-title {
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px
}

@media (min-width: 992px) {
  .widget .file-source-button-wrapper .file-source-title span {
    display: block
  }
}

@media (min-width: 768px) {
  .widget .file-source-button-wrapper {
    padding: 30px
  }
}

.file-source-nav {
  z-index: 1027;
  width: auto;
  min-width: 100%;
  color: #fff
}

.file-source-nav #pc-upload-add {
  display: none
}

.file-source-nav .nav-item {
  position: relative;
  display: block;
  padding: 8px 24px 8px 19px;
  margin: 0;
  background-color: rgba(29, 29, 29, 0);
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  border-bottom: 1px solid hsla(0, 0%, 100%, .11)
}

.file-source-nav .nav-item:after,
.file-source-nav .nav-item>i,
.file-source-nav .nav-item svg {
  display: inline-block;
  vertical-align: middle
}

.file-source-nav .nav-item svg {
  transform: scale(.8)
}

.file-source-nav .nav-item>i {
  width: 30px;
  margin-right: 8px;
  text-align: center
}

.file-source-nav .nav-item:after {
  content: attr(data-action-label);
  padding: 4px 0
}

.file-source-nav .nav-item:hover {
  background-color: #3bb5e9
}

.file-source-nav .nav-item:first-child {
  border-radius: 4px 4px 0 0
}

.file-source-nav .nav-item:last-child {
  border-width: 0;
  border-radius: 0 0 4px 4px
}

.file-source-nav input+.nav-item,
.file-source-nav label+.nav-item {
  border-radius: 4px 4px 0 0
}

.add-more-nav .btn {
  min-width: 190px;
  margin: 0;
  padding: 3px 20px 4px 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
  transition: none
}

.add-more-nav .btn svg {
  margin-right: 12px
}

.add-more-nav:hover>.btn,
.add-more-nav:hover>.btn:active {
  cursor: default;
  background-color: #e3e3e3
}

.add-more-nav .file-source-nav .nav-item {
  padding-left: 9px
}

.file-source-button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
  height: auto;
  background-color: #f33;
  color: #fff;
  box-shadow: 2px 8px 17px 0 rgba(76, 76, 76, .06), 2px 12px 19px 0 rgba(0, 0, 0, .05), 2px 7px 9px 0 rgba(0, 0, 0, .04), 2px 6px 9px 13px rgba(252, 22, 0, .02);
  border-radius: 4px;
  transition: background-color .15s ease-in-out, box-shadow .2s ease-in-out
}

.file-source-button:hover {
  background-color: #ff4335;
  box-shadow: 2px 8px 17px 0 rgba(76, 76, 76, .12), 2px 12px 19px 0 rgba(0, 0, 0, .1), 2px 7px 9px 0 rgba(0, 0, 0, .08), 2px 6px 9px 13px rgba(252, 22, 0, .04)
}

.file-source-button,
.file-source-button>* {
  /* user-select: none */
}

.file-source-button .action-label {
  /* display: none */
}

.file-source-button .menu-wrapper {
  position: relative;
  text-align: left
}

.file-source-button .menu-wrapper .file-source-btn {
  position: relative;
  color: #fff;
  border: none;
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px 57px 18px 25px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  cursor: pointer
}

.file-source-button .menu-wrapper .file-source-btn i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 47px;
  border-left: 1px solid rgba(51, 51, 51, .66)
}

.file-source-button .menu-wrapper .file-source-btn i:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -7px;
  border-color: currentcolor transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0
}

.file-source-button .menu-wrapper .file-source-btn i.active:before {
  border-width: 0 6px 6px;
  border-color: transparent transparent currentColor
}

.file-source-button .menu-wrapper .file-source-btn span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.file-source-button .file-source-nav {
  top: 100%
}

.file-source-button .file-source-nav .nav-item.from-pc {
  display: none
}

@media (min-width: 992px) {
  .widget .file-source-button .menu-wrapper .file-source-btn {
    padding: 14px 53px 15px 20px;
    font-size: 16px;
    line-height: 21px
  }

  .widget .file-source-button .menu-wrapper .file-source-btn i {
    width: 43px
  }

  .widget .file-source-button .menu-wrapper .file-source-nav .nav-item {
    padding-left: 14px
  }
}

.file-source-button-resizable .file-source-button {
  width: auto;
  /* max-width: 455px; */
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-source-button-resizable .file-source-button .action-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 20px 10px 20px 20px;
  width: 194px;
  color: inherit;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer
}


@media (min-width: 768px) {
  /* .file-source-button-resizable .file-source-button .menu-wrapper {
    display: inline-block;
    vertical-align: top
  }

  .file-source-button-resizable .file-source-button .menu-wrapper .file-source-btn {
    display: none
  } */

  .file-source-button-resizable .file-source-button .file-source-nav {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    width: auto;
    min-width: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 0
  }

  .file-source-button-resizable .file-source-button .file-source-nav:after,
  .file-source-button-resizable .file-source-button .file-source-nav:before {
    display: none
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    transition: opacity .15s ease-in-out, color .15s ease-in-out;
    opacity: .5
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item.from-pc {
    opacity: 1
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item.mute-item {
    opacity: .5 !important
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item>i {
    position: relative;
    width: 62px;
    height: 65px;
    margin: 0
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item:last-child {
    width: 75px
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1)
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item:after {
    display: none
  }

  .file-source-button-resizable .file-source-button .file-source-nav .nav-item:hover {
    opacity: 1
  }
}

.converter-wrapper {
  position: relative;
  margin: 0 -20px 40px
}

.converter-wrapper.tall {
  padding-top: 26px;
  padding-bottom: 26px
}

.converter-wrapper .file-formats {
  padding-bottom: 28px;
  margin-top: -5px;
  text-align: center
}

.converter-wrapper .file-formats>* {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 13px;
  line-height: 22px
}

.converter-wrapper .file-formats h6 {
  color: #959595
}

.converter-wrapper .file-formats p {
  color: #fff;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .converter-wrapper {
    margin-left: 0;
    margin-right: 0
  }
}

.converter {
  padding: 30px 20px 0
}

.converter .file-source-button-wrapper {
  padding-bottom: 30px
}

.converter .file-source-button {
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, .1), 2px 11px 11px 0 rgba(0, 0, 0, .1), 2px 6px 8px 0 rgba(0, 0, 0, .08), 2px 5px 8px 0 rgba(252, 22, 0, .05)
}

.converter .file-source-button:hover {
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, .2), 2px 11px 11px 0 rgba(0, 0, 0, .2), 2px 6px 8px 0 rgba(0, 0, 0, .16), 2px 5px 8px 0 rgba(252, 22, 0, .1)
}

@media (min-width: 768px) {
  .converter {
    padding: 45px 30px 0
  }
}

.converter-tabs {
  position: relative;
  width: 100%;
  margin-bottom: -20px;
  color: #959595;
  letter-spacing: -.2px;
  text-align: center
}

.converter-tabs a {
  color: #c4c4c4;
  white-space: nowrap
}

.converter-tabs a:hover {
  color: #fff;
  text-decoration: none
}

.converter-tabs ul {
  position: absolute;
  top: 12px;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  height: 22px;
  padding: 0 20px 0 0;
  margin: 0;
  list-style: none;
  text-align: right
}

.converter-tabs ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 10px 16px
}

.converter-tabs ul li:first-child {
  margin-left: 0
}

.converter-tabs .ct-tab {
  position: relative;
  padding: 12px 20px 13px;
  border-bottom: 1px solid #525252
}

.converter-tabs .ct-title {
  padding: 20px 20px 13px;
  font-size: 12px;
  color: #cecece;
  text-transform: uppercase;
  text-align: center
}

.converter-tabs-2 {
  display: flex;
  flex-wrap: wrap
}

.converter-tabs-2 .ct-tab:first-child+.ct-tab {
  flex: 1 1 auto;
  min-width: 0
}

.converter-tabs-2 .ct-title {
  flex: 1 1 100%;
  width: 100%
}

@media (min-width: 768px) {
  .converter-tabs {
    margin-bottom: -35px
  }

  .converter-tabs .ct-tab {
    padding-left: 28px;
    padding-right: 28px
  }

  .converter-tabs .ct-tab ul {
    padding-right: 28px
  }
}

@media (min-width: 1200px) {
  .converter-tabs-2 {
    margin: 0
  }

  .converter-tabs-2 .ct-tab:first-child+.ct-tab {
    order: 1
  }

  .converter-tabs-2 .ct-title {
    flex: 0 1 auto;
    padding: 14px 12px 13px 28px;
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #525252
  }
}

.zoom {
  margin: 0 -7px;
  padding: 3px 0;
  white-space: nowrap;
  font-size: 0
}

.zoom>span {
  position: relative;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #f33;
  cursor: pointer;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out
}

.zoom>span:hover {
  background-color: #f33;
  border-color: #f33;
  color: #fff
}

.zoom>span:after,
.zoom>span:before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: currentColor
}

.zoom>span:after {
  width: 1px;
  height: 11px
}

.zoom>span.zoom-out:after {
  display: none
}

.save-into {
  margin: 0 -5px;
  text-align: center
}

.save-into>* {
  display: inline-block;
  vertical-align: middle !important;
  width: auto;
  margin: 10px 5px
}

.disabled>.save-into,
.save-into.disabled {
  opacity: .5;
  pointer-events: none
}

.save-into>span {
  margin: 10px
}

.save-into>.buttons {
  margin: 10px 5px 0
}

.save-into>.buttons>span {
  display: inline-block;
  vertical-align: top
}

.save-into>.buttons>span:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  margin: 5px 3px 0 14px;
  opacity: .3
}

.save-into>.buttons .btn {
  padding: 0 2px;
  border-width: 0
}

.file-tools {
  position: relative;
  margin: 0 -20px 50px
}

.file-tools .selectboxit-container,
.file-tools select.form-control {
  width: auto;
  max-width: 100%
}

.data-table-wrapper+.file-tools {
  margin-top: -40px
}

.file-tools .file-tools1 {
  padding: 15px 20px;
  min-height: 64px;
  text-align: center
}

.file-tools .file-tools1 .buttons>*,
.file-tools .file-tools1 .row [class*=col-]>* {
  display: inline-block;
  vertical-align: top
}

.file-tools .file-tools1 .buttons:last-child {
  margin-bottom: -15px
}

.file-tools .file-tools1 .buttons>* {
  margin-bottom: 15px
}

.file-tools .file-tools1 .btn-outline-dark6 {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px 7px
}

.file-tools .file-tools1 h5 {
  display: block !important;
  color: #fff;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px
}

.file-tools .file-tools1 .convert-all-to {
  position: static
}

.file-tools .file-tools1 .convert-all-to .dropdown-menu {
  margin: 4px 0;
  top: 0;
  left: 0
}

.file-tools .file-tools1 .label-files-stored {
  position: static;
  padding: 6px 20px;
  color: #666;
  font-size: 13px;
  line-height: 20px
}

.file-tools .file-tools1 .label-files-stored a {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer
}

.file-tools .file-tools1 .label-files-stored a.dashed {
  text-decoration: underline dashed
}

.file-tools .file-tools1 .label-files-stored a:hover {
  text-decoration: none
}

.file-tools .ocr-tools1 {
  padding: 0
}

.file-tools .ocr-tools1 .row,
.file-tools .ocr-tools1 .row [class*=col-] {
  padding: 10px
}

.file-tools .file-tools2 {
  padding: 10px 20px;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(216, 220, 227, .44)
}

.file-tools .ocr-tools2 {
  padding: 0 20px
}

.file-tools .ocr-tools2 .row [class*=col-] {
  padding-top: 20px;
  padding-bottom: 20px
}

@media (min-width: 768px) {
  .file-tools {
    margin-left: 0;
    margin-right: 0
  }

  .file-tools .file-tools1 .convert-all-to,
  .file-tools .file-tools1 .label-files-stored {
    position: relative
  }

  .file-tools .ocr-tools1 h5 {
    margin: -4px 0 24px
  }

  .file-tools .ocr-tools1 .row [class*=col-] {
    padding: 20px 10px
  }

  .file-tools .ocr-tools1 .row .col-sm-auto {
    padding: 10px;
    position: relative
  }

  .file-tools .ocr-tools1 .row .col-sm-auto h5 {
    margin: 0;
    position: absolute;
    top: 14px;
    left: 110%;
    white-space: nowrap
  }

  .file-tools .ocr-tools2 {
    padding: 0 30px
  }
}

@media (min-width: 992px) {
  .file-tools .file-tools1 .btn-download {
    position: absolute;
    right: 5px
  }

  .file-tools .file-tools1 .btn-download .btn-icon-after {
    margin-left: 7px
  }
}

.file-tools3 {
  color: #999
}

.file-tools3 .btn-holder1 {
  width: 100%;
  padding: 20px;
  text-align: center
}

.file-tools3 .btn-holder1 .add-more-nav {
  display: inline-block
}

.file-tools3 .btn-holder1 .add-btn-caption {
  display: none;
  font-size: 13px;
  line-height: 20px
}

.file-tools3 .btn-holder2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.file-tools3 .save-into {
  width: 100%;
  margin: 0
}

.file-tools3 .save-into>span {
  display: none
}

.file-tools3 .save-into .buttons {
  display: flex;
  width: 100%;
  margin: 0;
  background-color: rgba(29, 29, 29, .33)
}

.file-tools3 .save-into .buttons>span {
  flex: 1 1 auto;
  margin: 0;
  border-left: 1px solid rgba(69, 69, 69, .77)
}

.file-tools3 .save-into .buttons>span:after {
  content: none;
  display: none
}

.file-tools3 .save-into .buttons>span:first-child {
  border-width: 0
}

.file-tools3 .save-into .buttons .btn {
  height: 70px;
  width: 100%;
  min-width: 80px;
  padding: 20px;
  background-color: rgba(29, 29, 29, 0) !important;
  -webkit-transform: translateZ(0)
}

.file-tools3 .save-into .buttons .btn span {
  display: none
}

.file-tools3 .save-into .buttons .btn svg {
  margin: 0;
  fill: #757575;
  transform: scale(1.4);
  transition: fill .15s ease-in-out
}

.file-tools3 .save-into .buttons .btn:hover {
  background-color: rgba(29, 29, 29, .4) !important
}

.file-tools3 .save-into .buttons .btn:hover svg {
  fill: #b3b3b3
}

.file-tools3 .save-into .buttons .btn.active {
  background-color: rgba(29, 29, 29, .4) !important
}

.file-tools3 .save-into .buttons .btn.active svg {
  fill: #d6d6d6
}

.file-tools3 .save-into .buttons .btn.active:hover svg {
  fill: #fff
}

.file-tools3 .convert-button {
  flex: 1 1 auto;
  margin: 0
}

.file-tools3 .convert-button .btn {
  position: relative;
  min-width: 100%;
  width: 100%;
  height: 70px;
  padding: 20px 66px 20px 30px;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -.6px;
  font-weight: 700;
  text-align: left;
  border-radius: 0
}

.file-tools3 .convert-button .btn svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -11px;
  fill: hsla(0, 0%, 100%, .55);
  transform: translateX(0);
  transition: transform .3s ease
}

.file-tools3 .convert-button .btn:hover svg {
  transform: translateX(6px)
}

.file-tools3 .convert-button .btn.disabled,
.file-tools3 .convert-button .btn:disabled {
  opacity: 1;
  color: #eea79d;
  border-color: transparent
}

.file-tools3 .convert-button .btn.disabled svg,
.file-tools3 .convert-button .btn:disabled svg {
  fill: #ea9d92;
  transform: translateX(0)
}

@media (min-width: 576px) {
  .file-tools3 {
    display: flex;
    flex-wrap: wrap
  }

  .file-tools3 .save-into {
    width: auto
  }
}

@media (min-width: 768px) {
  .file-tools3 {
    flex-wrap: nowrap;
    border-radius: 0 0 4px 4px
  }

  .file-tools3 .btn-holder1 {
    padding: 17px 20px;
    width: auto;
    flex: 0 1 auto;
    display: flex;
    text-align: left
  }

  .file-tools3 .btn-holder1 .add-more-nav .btn {
    white-space: nowrap
  }

  .file-tools3 .btn-holder2 {
    flex: 1;
    width: 100%;
    flex-wrap: nowrap
  }

  .file-tools3 .convert-button {
    flex: 1 1 auto
  }

  .file-tools3 .convert-button .btn {
    border-radius: 0 0 4px 0
  }
}

@media (min-width: 840px) {
  .file-tools3 .save-into .buttons .btn {
    min-width: 88px !important
  }

  .file-tools3 .btn-holder1 {
    flex: 1
  }

  .file-tools3 .btn-holder2 {
    flex: 0 1 auto;
    width: auto
  }

  .file-tools3 .convert-button {
    flex: 0 1 auto;
    min-width: 240px
  }
}

@media (min-width: 992px) {
  .file-tools3 .btn-holder1 {
    padding: 17px 26px
  }

  .file-tools3 .convert-button {
    min-width: 268px
  }

  .file-tools3 .convert-button .btn {
    padding-left: 46px
  }
}

@media (min-width: 1060px) {
  .file-tools3 .btn-holder1 .add-btn-caption {
    display: block;
    align-self: center;
    margin: -5px 0 -5px 32px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

.content-sidebar .file-tools3 {
  flex-wrap: wrap
}

.content-sidebar .file-tools3 .btn-holder1 .add-btn-caption {
  display: none
}

.content-sidebar .file-tools3 .btn-holder2 {
  flex: 1 1 auto
}

.content-sidebar .file-tools3 .btn-holder2 .convert-button {
  flex: 1 1 auto;
  min-width: 180px
}

.content-sidebar .file-tools3 .btn-holder2 .convert-button .btn {
  padding-left: 30px
}

.file-tools4 {
  padding: 20px
}

.file-tools4 .btn-light {
  padding: 6px 20px 7px 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
  background-color: #f2f2f2
}

.file-tools4 .btn-light svg {
  margin-right: 12px
}

.file-tools4 .btn-light:active,
.file-tools4 .btn-light:hover {
  background-color: #fff !important;
  border-color: #fff !important
}

@media (min-width: 768px) {
  .file-tools4 {
    padding: 17px 20px;
    border-radius: 0 0 4px 4px
  }
}

@media (min-height: 400px) {
  .file-tools-sticky-active {
    position: fixed;
    bottom: 0;
    border-radius: 0
  }

  .file-tools-sticky-active .convert-button .btn {
    border-radius: 0
  }
}

.convert-button {
  margin: 0 0 40px;
  text-align: center
}

.convert-button .btn {
  min-width: 230px
}

.convert-button .btn svg {
  display: none
}

.file-tools+.convert-button,
.files-container-box+.convert-button {
  margin-top: -20px
}

@media (min-width: 768px) {
  .convert-button {
    margin-bottom: 50px
  }
}

.format-btn {
  position: relative;
  width: auto;
  height: 50px;
  min-width: 110px;
  padding-right: 25px;
  text-align: center;
  font-size: 27px;
  line-height: 48px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #1d1d1d;
  color: #fff;
  cursor: pointer;
  transition: background-color .15s ease-in-out, color .15s ease-in-out
}

.format-btn,
.format-btn>* {
  /* user-select: none */
}

.format-btn>b {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  letter-spacing: -.9px;
  font-weight: 800
}

.format-btn>i {
  width: 30px;
  height: 100%;
  top: 0
}

.format-btn>i,
.format-btn>i:before {
  display: block;
  position: absolute;
  right: 0
}

.format-btn>i:before {
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  bottom: 0;
  margin: -7px auto auto;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateZ(0);
  opacity: .95
}

.format-btn:hover,
.format-btn[aria-expanded=true] {
  color: #1d1d1d;
  background-color: #fff
}

.format-btn[aria-expanded=true]>i:before {
  transform: rotate(225deg) translateZ(0);
  margin-top: -2px
}

.format-btn[aria-expanded=true]:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1029;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: transparent transparent #1d1d1d;
  border-style: solid;
  border-width: 0 12px 12px
}

@media (min-width: 768px) {
  .format-btn {
    height: 65px;
    min-width: 160px;
    padding-right: 30px;
    font-size: 40px;
    line-height: 65px
  }

  .format-btn>b {
    letter-spacing: -.5px;
    margin-top: -1px
  }

  .format-btn>i {
    width: 36px
  }

  .format-btn[aria-expanded=true]:after {
    top: 75px
  }

  [x-placement=top-start]+.format-btn[aria-expanded=true]:after {
    top: auto;
    bottom: 75px;
    border-width: 12px 12px 0;
    border-color: #1d1d1d transparent transparent
  }
}

.formats-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-self: flex-start;
  margin: 0 -20px;
  padding: 0 20px 30px
}

.formats-wrapper>div~* {
  margin-left: 10px
}

.formats-wrapper .dropdown {
  position: static
}

.formats-wrapper .dropdown .select-format {
  transform: none !important;
  top: 70px !important;
  margin: 0 !important
}

.formats-wrapper>span {
  width: auto;
  padding: 0 2px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  color: #fff
}

@media (min-width: 361px) {
  .formats-wrapper {
    justify-content: center
  }

  .formats-wrapper>span {
    padding: 0 7px
  }
}

@media (min-width: 640px) {
  .formats-wrapper {
    margin: 0;
    padding: 0 0 30px
  }

  .formats-wrapper .dropdown {
    position: relative
  }
}

@media (min-width: 768px) {
  .formats-wrapper {
    padding-bottom: 40px
  }

  .formats-wrapper .dropdown .select-format {
    top: 85px !important
  }

  .formats-wrapper .dropdown .select-format[x-placement=top-start] {
    top: auto !important;
    bottom: 85px !important
  }

  .formats-wrapper>span {
    font-size: 34px;
    line-height: 60px;
    padding: 0 10px 0 11px
  }
}

@media (min-width: 1200px) {
  .formats-wrapper {
    margin-left: 50px
  }
}

.advantages {
  margin: 0 0 80px
}

*+.advantages {
  margin-top: 80px
}

.advantages .row {
  margin-bottom: -62px
}

.advantages .row h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.2px;
  font-weight: 400
}

.advantages .row a {
  color: #333;
  text-decoration: underline !important
}

.advantages .row a:hover {
  color: #f33
}

.advantages [class*=col-] {
  margin-bottom: 62px;
  padding-right: 45px;
  padding-left: 45px;
  color: #494949
}

.advantages [class*=col-] .icon {
  margin-bottom: 12px;
  color: #333
}

.advantages [class*=col-] .icon svg path:first-child {
  fill: #f33
}

.advantages [class*=col-]>* {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 768px) {
  .advantages {
    margin-bottom: 100px
  }

  *+.advantages {
    margin-top: 105px
  }

  .advantages [class*=col-]>* {
    max-width: 360px
  }
}

@media (min-width: 992px) {
  .advantages .row {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto
  }

  .advantages [class*=col-] {
    padding-right: 15px;
    padding-left: 15px
  }

  .advantages [class*=col-]>* {
    max-width: 240px
  }
}

.supported-formats {
  margin-bottom: 60px
}

*+.supported-formats {
  margin-top: 80px
}

.supported-formats>h2 {
  margin-bottom: 35px
}

.supported-formats .data-table>.row:first-child {
  border-top-width: 0
}

.supported-formats .data-table>.row.dt-head {
  color: #a9a9a9
}

.supported-formats .data-table .link-arrow {
  text-decoration: underline !important
}

.supported-formats .data-table .link-arrow:after {
  margin: -1px 3px 0 10px
}

.advantages+.supported-formats {
  position: relative;
  padding-top: 80px
}

.advantages+.supported-formats:before {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: -200%;
  right: -200%
}

@media (min-width: 768px) {
  .supported-formats .data-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
  }

  .advantages+.supported-formats {
    padding-top: 98px
  }

  .advantages+.supported-formats>h2 {
    margin-bottom: 44px
  }
}

.converter-container {
  width: 100%;
  margin-bottom: 40px
}

.converter-container .convert-button,
.converter-container .converter-wrapper {
  margin-bottom: 0
}

.converter-container+h2 {
  margin-top: 80px
}

.adb+.converter-container {
  margin-top: -3px
}

.links-nav {
  margin: 0 0 40px;
  font-size: 13px;
  line-height: 21px
}

.links-nav.border-bottom {
  padding: 0 0 15px
}

.links-nav.border-top {
  margin-bottom: 30px;
  padding: 25px 0 0
}

.links-nav.border-top:last-child {
  margin-bottom: 0
}

.converter-wrapper+.links-nav {
  margin-top: -15px
}

.adb+.links-nav.border-top {
  margin-top: 50px
}

.content-area>.links-nav.border-top:last-child {
  margin-bottom: -15px !important
}

.links-nav a {
  color: #333
}

.links-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.links-nav ul li {
  padding: 0;
  margin: 0 12px 10px 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  letter-spacing: -.2px
}

.links-nav ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 15px;
  width: 1px;
  height: 8px;
  background: #f33
}

.links-nav ul li:last-child {
  margin-right: 0
}

.links-nav ul li:last-child:after {
  display: none
}

@media (min-width: 768px) {
  .links-nav ul li {
    margin-right: 16px
  }

  .links-nav ul li:after {
    margin-left: 19px
  }
}

.page-title {
  margin: 0 0 30px
}

.page-title h1+h2 {
  font-size: 18px;
  line-height: 28px;
  margin-top: -7px
}

.page-title h1+h2.h4 {
  font-size: 16px;
  line-height: 26px
}

@media (min-width: 768px) {
  .page-title {
    margin-bottom: 28px
  }

  .page-title h1+h2 {
    margin-top: -9px
  }
}

.message {
  position: relative;
  margin: 0 -20px 30px;
  padding: 30px 20px;
  min-width: 100%;
  text-align: center;
  background-color: #282828
}

.content-area>.message:first-child {
  margin-top: -25px
}

.message .close {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  opacity: .5;
  transition: opacity .15s ease-in-out;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

.message .close:hover {
  opacity: 1
}

.message.error {
  background-color: #fc695d
}

.message,
.message :not(.btn) {
  color: #fff
}

.message.light {
  background-color: #f2f2f2
}

.message.light,
.message.light :not(.btn) {
  color: #333
}

.message.light .close {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E")
}

.message.light-error {
  background-color: #fceae7
}

.message.light-error h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700
}

.message.light-error p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400
}

.message .ui-badge {
  margin-bottom: 20px
}

.message h2 {
  margin: -6px 0 2px
}

.message h2+p {
  margin-bottom: -2px
}

.message h3 {
  margin: -4px 0 0
}

.message h3+p {
  margin-bottom: -2px
}

.message .btn-lg {
  min-width: 130px;
  font-size: 15px;
  line-height: 23px
}

.message-white {
  box-shadow: 0 1px 5px 0 rgba(216, 220, 227, .44);
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 90.6%, .57)
}

.message.available-pages {
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom-width: 0;
  z-index: 0
}

.message.available-pages p {
  font-size: 16px
}

.message.msg-signup h2 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 30px
}

.message.mb-0+h2 {
  margin-top: 40px
}

@media (min-width: 768px) {
  .message {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    border-radius: 4px 4px 0 0
  }

  .content-area>.message:first-child {
    margin-top: 0
  }

  .message.msg-signup {
    padding: 40px 30px
  }

  .message.msg-signup h2 {
    font-size: 24px;
    line-height: 32px
  }
}

@media (min-width: 992px) {
  .message {
    text-align: left
  }

  .message .ui-badge {
    position: absolute;
    margin: 0
  }

  .message .ui-badge+.message-body {
    margin: 0 auto;
    max-width: 75%
  }

  .message .message-body {
    text-align: center
  }
}

.message-1000px {
  min-width: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.message-line {
  position: relative;
  background-color: #fcf3de;
  color: #333;
  font-size: 0
}

.message-line .message-inner {
  padding: 7px 10px 9px;
  min-height: 44px
}

.message-line .message-inner>* {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  font-size: 13px;
  line-height: 20px
}

.message-line a:not(.btn) {
  color: currentColor;
  text-decoration: underline
}

.message-line a:not(.btn):hover {
  color: #f33
}

.message-line .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  opacity: .4;
  transition: opacity .15s ease-in-out;
  cursor: pointer
}

.message-line .close:hover {
  opacity: 1
}

.message-line .close+.message-inner {
  padding-right: 50px
}

.message-line .close+.message-inner.text-center {
  padding-left: 50px
}

.index-counter {
  display: none;
  position: relative;
  z-index: 1;
  margin: 0 -20px;
  color: #dadada;
  background-color: #565656;
  background: linear-gradient(180deg, #565656 0, #434343);
  box-shadow: 0 0 44px 2px rgba(0, 0, 0, .07), 0 20px 18px -8px rgba(0, 0, 0, .1)
}

.converter-container+.index-counter {
  margin-top: -40px;
  margin-bottom: 40px;
  box-shadow: 0 0 44px 2px rgba(0, 0, 0, .07), 0 -20px 18px -8px rgba(0, 0, 0, .1)
}

.index-counter .close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  transition: opacity .15s ease-in-out;
  opacity: .5
}

.index-counter .close:hover {
  opacity: 1
}

.index-counter .counter-box {
  padding: 23px 40px 26px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -.3px
}

.index-counter .counter-box b {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px
}

@media (min-width: 768px) {
  .index-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
  }

  .index-counter .close {
    top: 50%;
    right: 17px;
    margin-top: -19px
  }

  .index-counter .counter-box {
    padding: 23px 60px 26px
  }

  .index-page .index-counter {
    height: 165px
  }

  .index-page .index-counter .close {
    top: 8px;
    right: 8px;
    margin-top: 0
  }

  .index-page .index-counter .counter-box {
    padding: 38px 60px 42px;
    font-size: 25px;
    line-height: 34px
  }
}

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(17, 17, 17, .09);
}

.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* =========================== */
.footer {
  width: 100%;
  background-color: #282828;
  color: #959595
}

.footer a {
  color: #959595;
  text-decoration: none !important
}

.footer a:hover {
  color: #fff
}

.footer .container {
  padding-top: 30px;
  padding-bottom: 30px
}

.footer-simple {
  background-color: transparent;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 21px
}

.footer-simple p {
  margin: 0 0 10px
}

.footer-simple p:last-child {
  margin-bottom: 0
}

.footer-top-nav {
  display: none;
  padding: 2px 0 34px;
  margin: 0 0 28px;
  border-bottom: 1px solid #3e3e3e;
  font-size: 12px;
  line-height: 22px
}

.footer-top-nav .nav li {
  margin-right: 15px
}

.footer-top-nav .nav li:last-child {
  margin-right: 0
}

.footer-top-nav .nav li:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 13px;
  width: 5px;
  height: 5px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  opacity: .4
}

.footer-top-nav .nav li:last-child:after {
  display: none
}

.footer-top-nav .nav svg {
  fill: #f33 !important
}

@media (min-width: 768px) {
  .footer-top-nav {
    display: block
  }
}

.footer-counter {
  padding: 13px 0 0;
  color: #c4c4c4
}

.footer-counter span:first-child {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: .2em;
  margin-right: 5px
}

@media (min-width: 992px) {
  .footer-counter span:first-child {
    letter-spacing: .6em
  }
}

@media (min-width: 1200px) {
  .footer-counter span:first-child {
    letter-spacing: .8em
  }
}

.footer-counter span:first-child+span {
  position: relative;
  top: -18px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .15em
}

.footer-counter span:first-child+span:before {
  content: "/";
  margin-right: 6px;
  color: #f33
}

.footer-sitemap {
  margin: 0 0 30px;
  padding: 6px 0 0;
  border-bottom: 1px solid #3e3e3e
}

.footer-sitemap>.row>.col-lg-6 {
  margin-bottom: 20px
}

.footer-sitemap>.row>.col-lg-6:first-child {
  display: none
}

.footer-sitemap h6 {
  color: #8e8e8e;
  font-weight: 300;
  margin: 0 0 19px
}

.footer-sitemap a {
  color: #afafaf
}

.footer-sitemap a:hover {
  color: #fff
}

.footer-sitemap .nav {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px
}

.footer-sitemap .nav li {
  margin-bottom: 8px;
  text-align: center
}

@media (min-width: 576px) {
  .footer-sitemap .col-sm {
    width: auto;
    flex: 1 1 auto
  }

  .footer-sitemap .nav {
    padding-top: 0;
    padding-bottom: 0
  }

  .footer-sitemap .nav li {
    margin-bottom: 18px;
    text-align: left
  }
}

@media (min-width: 992px) {
  .footer-sitemap>.row>.col-lg-6:first-child {
    display: block
  }

  .footer-sitemap .nav {
    font-size: 12px
  }
}

.footer-bottom {
  padding: 0 0 1px
}

.footer-bottom .language-select-wrapper {
  order: 0;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 15px 30px;
  border-bottom: 1px solid #3e3e3e
}

.footer-bottom .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #888
}

.footer-bottom .copyright .nav {
  order: -1;
  display: block;
  margin-bottom: 25px
}

.footer-bottom .copyright .nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}

.footer-bottom .copyright .nav li:before {
  content: "/";
  margin-right: 12px
}

.footer-bottom .copyright .nav li:first-child:before {
  content: none
}

.footer-bottom .copyright .nav li:last-child {
  margin-right: 0
}

.footer-bottom .copyright .nav a {
  color: #888
}

.footer-bottom .copyright .nav a:hover {
  color: #fff
}

.footer-bottom .copyright .logo {
  margin: 0 0 5px
}

.footer-bottom .copyright .logo a {
  color: #616161
}

.footer-bottom .copyright .logo a:hover {
  color: #fff
}

.footer-bottom .copyright .logo a svg {
  width: 53px;
  height: 20px
}

@media (min-width: 768px) {
  .footer-bottom {
    font-size: 12px;
    line-height: 21px
  }

  .footer-bottom .language-select-wrapper {
    order: 1;
    text-align: right;
    padding-bottom: 0;
    margin: 0;
    border-bottom: none
  }

  .footer-bottom .copyright {
    display: block;
    text-align: left
  }

  .footer-bottom .copyright .nav,
  .footer-bottom .copyright p {
    display: inline-block;
    vertical-align: top
  }

  .footer-bottom .copyright p {
    margin: 0 6px 0 0
  }

  .footer-bottom .copyright .nav {
    margin-bottom: 0
  }

  .footer-bottom .copyright .nav li {
    margin-right: 6px
  }

  .footer-bottom .copyright .nav li:before {
    content: "/";
    margin-right: 8px
  }

  .footer-bottom .copyright .nav li:first-child:before {
    content: "/"
  }

  .footer-bottom .copyright .logo {
    float: left;
    margin: 0 12px 0 0
  }

  .footer-bottom .copyright .logo svg {
    width: 44px !important;
    height: 17px !important
  }
}

.select-format {
  z-index: 1029;
  padding: 20px;
  width: 100%;
  white-space: normal;
  border-radius: 0;
  /* user-select: none */
}

.dropdown-format-to .select-format {
  left: auto !important;
  right: 0 !important
}

.select-format .search-icon,
.select-format .search-reset {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: opacity .15s ease-in-out
}

.select-format .search-icon {
  top: 10px;
  left: -1px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M15.403,14.625l-3.791-3.79C12.479,9.795,13,8.459,13,7c0-3.313-2.687-6-6-6S1,3.687,1,7s2.687,6,6,6c1.495,0,2.858-0.55,3.909-1.454l3.787,3.786L15.403,14.625z M2,7c0-2.761,2.239-5,5-5c2.762,0,5,2.239,5,5c0,2.762-2.238,5-5,5C4.239,12,2,9.762,2,7z'/%3E%3C/svg%3E");
  opacity: .3
}

.select-format .search-reset {
  top: 3px;
  right: -8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: 14px 14px;
  -webkit-transform: translateZ(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  opacity: 1
}

.select-format .search-reset:hover {
  opacity: .6
}

.select-format .format-search {
  position: relative;
  margin: -6px 0 20px !important
}

.select-format .format-search .form-control {
  border-radius: 0;
  padding: 4px 0 10px 23px;
  border-width: 0 0 1px;
  font-size: 13px;
  color: #fff;
  background-color: transparent !important;
  border-color: hsla(0, 0%, 100%, .15)
}

.select-format .format-search .form-control::placeholder {
  color: #616161;
  transition: color .15s ease-in-out
}

.select-format .format-search .form-control:not(:placeholder-shown):not(:disabled) {
  color: #fff
}

.select-format .format-search .form-control:focus,
.select-format .format-search .form-control:hover {
  border-color: hsla(0, 0%, 100%, .3)
}

.select-format .format-search .form-control:focus::placeholder,
.select-format .format-search .form-control:hover::placeholder {
  color: #959595
}

.select-format .format-search .form-control:hover~.search-icon {
  opacity: .6
}

.select-format .format-search .form-control:focus~.search-icon {
  opacity: .9
}

.select-format .wrapper {
  display: flex;
  align-content: flex-start;
  max-height: 377px
}

.select-format .wrapper .types {
  min-width: 100px;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  font-size: 13px !important;
  line-height: 21px !important;
  font-weight: 300 !important
}

.select-format .wrapper .types li {
  position: relative;
  padding: 7px 26px 7px 1px;
  margin: 0;
  color: #b6b6b6;
  border-bottom: 1px solid hsla(0, 0%, 100%, .11);
  white-space: nowrap;
  cursor: pointer
}

.select-format .wrapper .types li:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transform: rotate(45deg);
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0
}

.select-format .wrapper .types li.current,
.select-format .wrapper .types li:hover {
  color: #fff
}

.select-format .wrapper .types li.current:after,
.select-format .wrapper .types li:hover:after {
  display: block
}

.select-format .wrapper .types li:last-child {
  border-bottom: none
}

.select-format .wrapper>.formats {
  flex: 1;
  align-self: stretch;
  min-width: 0;
  height: 100%;
  max-height: 377px
}

.select-format .wrapper .formats {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 -20px 0 0;
  overflow-y: auto
}

.select-format .wrapper .formats .formats-inner {
  position: relative;
  overflow: hidden
}

.select-format .wrapper .formats ul {
  padding: 0;
  margin: 0 -5px -10px !important;
  list-style: none;
  font-size: 0
}

.select-format .wrapper .formats ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 0 10px;
  width: 50%;
  font-size: 12px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  text-transform: uppercase
}

.select-format .wrapper .formats ul li span {
  display: block;
  padding: 6px 8px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #343434;
  white-space: nowrap;
  overflow: hidden
}

.select-format .wrapper .formats ul li span:hover {
  background-color: #3bb5e9
}

.select-format .wrapper .formats ul li.current span {
  color: #777;
  background-color: #292929
}

@media (min-width: 540px) {
  .select-format .wrapper .formats ul li {
    width: 25% !important
  }

  .select-format .wrapper .types+.formats ul li {
    width: 33.333% !important
  }
}

@media (min-width: 640px) {
  .select-format {
    min-width: 366px;
    width: auto;
    border-radius: 4px
  }

  [lang=ru] .select-format {
    min-width: 440px
  }
}

.data-table {
  margin: 0 -20px 50px;
  line-height: 23px
}

.data-table:last-child {
  margin-bottom: 0
}

.data-table>.row {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  transition: background-color .15s ease-in-out;
  align-items: center
}

.data-table>.row:last-child {
  border-bottom: none
}

.data-table>.row:first-child {
  border-top: 1px solid #f1f1f1
}

.data-table>.row:hover {
  background-color: #fafafa
}

.data-table>.row>.col,
.data-table>.row>[class*=col-] {
  padding: 10px
}

.data-table>.row>.col *,
.data-table>.row>[class*=col-] * {
  margin-bottom: 0
}

.data-table>.row.dt-head {
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 20px;
  color: #959595;
  transition: none;
  background-color: transparent;
  border-bottom: none;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, .01), 0 3px 0 0 rgba(0, 0, 0, .01), 0 2px 0 0 rgba(0, 0, 0, .01), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.data-table span {
  vertical-align: middle
}

.data-table .btn {
  padding-left: 13px;
  padding-right: 13px
}

.data-table .format-icon {
  margin-right: 10px
}

.data-table .formats-badges .ui-badge:first-child+.ui-badge {
  margin-left: 4px
}

@media (min-width: 768px) {
  .data-table {
    margin-left: 0;
    margin-right: 0
  }

  .data-table .format-icon {
    margin-right: 15px
  }
}

@media (min-width: 992px) {

  .data-table .row,
  .data-table .row>.col,
  .data-table .row>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
  }

  .data-table .row>.col:last-child .link-arrow {
    margin-right: -17px
  }
}

.data-table2 {
  margin: 0;
  text-align: left;
  line-height: 22px;
  border-top: 1px solid #f1f1f1
}

.data-table2,
.data-table2 .dt-body,
.data-table2 .dt-col,
.data-table2 .dt-head {
  display: block
}

.data-table2 .dt-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px
}

.data-table2 .dt-col {
  padding: 10px;
  font-weight: 400
}

.data-table2 .dt-head {
  position: relative;
  z-index: 1
}

.data-table2 .dt-head .dt-row {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, .01), 0 3px 0 0 rgba(0, 0, 0, .01), 0 2px 0 0 rgba(0, 0, 0, .01), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.data-table2 .dt-head .dt-row .btn-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff3333' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  opacity: 1
}

.data-table2 .dt-head .dt-col {
  font-size: 13px;
  line-height: 18px;
  color: #959595;
  font-weight: 400
}

.data-table2 .dt-body .dt-row:last-child {
  border-bottom: 1px solid transparent
}

.data-table2 .dt-body .btn {
  min-width: 90px
}

.data-table2 .text-error {
  font-size: 13px;
  line-height: 20px
}

.data-table2 .text-error p {
  margin: 0 -5px
}

.data-table2 .text-error p span {
  display: inline-block;
  vertical-align: baseline;
  margin: 1px 5px
}

.data-table2 .text-error p .ui-badge+span {
  position: relative;
  top: 1px
}

.data-table2 .btn-close {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px 14px;
  -webkit-transform: translateZ(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  border: 1px solid rgba(97, 97, 97, 0);
  border-radius: 4px;
  transition: opacity .15s ease-in-out, border-color .15s ease-in-out;
  opacity: .63
}

.data-table2 .btn-close:hover {
  opacity: 1;
  border-color: #616161
}

.data-table2 .btn-close.disabled {
  opacity: .3;
  border-color: transparent;
  cursor: default
}

.data-table2 .btn {
  padding-left: 13px;
  padding-right: 13px
}

.data-table2 .icon-process {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 18px;
  height: 18px
}

.data-table2 .format-icon {
  margin-right: 10px
}

.data-table2 .dt-file-name-wrapper {
  position: relative;
  width: 100%;
  min-height: 34px;
  padding-left: 40px
}

.data-table2 .dt-file-name-wrapper>.format-icon {
  position: absolute;
  top: 1px;
  left: 0
}

.data-table2 .dt-file-name {
  position: relative;
  font-weight: 400
}

.data-table2 .dt-file-name .dt-file-name-inner {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden
}

.data-table2 .dt-meta {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 16px;
  color: #959595;
  text-transform: uppercase
}

.data-table2 .dt-meta-progress {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 600
}

.data-table2 .dt-meta-pages {
  color: #959595
}

.data-table2 .dt-meta-format {
  color: #333
}

.data-table2 .dt-convert-to {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  white-space: nowrap
}

.data-table2 .dt-convert-to .dropdown {
  position: static
}

.data-table2 .dt-convert-to .dropdown>.dropdown-menu {
  top: 0;
  left: 0
}

.data-table2 .dt-convert-to>span {
  margin-right: 12px;
  padding-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #8a8a8a;
  white-space: nowrap
}

.data-table2 .dt-convert-to .btn-caret {
  width: auto;
  min-width: 75px !important;
  padding-left: 11px;
  text-align: center !important;
  font-size: 11px;
  font-weight: 700
}

.data-table2 .dt-convert-to .btn-settings {
  min-width: 34px !important;
  margin-left: 10px;
  padding-left: 9px;
  padding-right: 9px
}

.data-table2 .dt-convert-to .btn-settings svg {
  fill: #737373;
  margin: 0
}

.data-table2 .dt-convert-to .btn-settings.active {
  border-color: #99d08b
}

.data-table2 .dt-convert-to .btn-settings.active svg {
  fill: #32be5b
}

.data-table2 .dt-convert-to .btn-settings.active:hover {
  border-color: #08b847
}

.data-table2 .dt-convert-to .btn-settings.disabled,
.data-table2 .dt-convert-to .btn-settings:disabled {
  display: none
}

.data-table2 .dt-select-source {
  white-space: nowrap
}

.data-table2 .dt-select-source>span {
  margin-right: 10px
}

.data-table2 .dt-btn .btn {
  font-size: 13px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 7px
}

.data-table2 .ui-badge {
  vertical-align: middle;
  white-space: nowrap
}

.data-table2 .ui-badge:first-child {
  margin-top: -2px
}

@media (min-width: 768px) {
  .data-table2 {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
  }

  .data-table2 .dt-head {
    display: table-header-group
  }

  .data-table2 .dt-body {
    display: table-row-group
  }

  .data-table2 .dt-body .btn {
    min-width: 100%
  }

  .data-table2 .dt-row {
    display: table-row;
    padding: auto;
    border: none !important;
    transition: none
  }

  .data-table2 .dt-col {
    display: table-cell;
    flex: none;
    position: static;
    padding: 20px 10px;
    border-bottom: 1px solid #f1f1f1 !important
  }

  .data-table2 .dt-col:first-child {
    padding-left: 15px
  }

  .data-table2 .dt-col:last-child {
    padding-right: 15px
  }

  .data-table2 .dt-col.text-error {
    min-width: 270px
  }

  .data-table2 .dt-col.text-error p {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .data-table2.dt-files .dt-col {
    padding-top: 14px;
    padding-bottom: 14px
  }

  .data-table2 .dt-head .dt-row .dt-col,
  .data-table2.dt-compare .dt-col {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .data-table2 .dt-head h3 {
    padding: 1px 0
  }

  .data-table2 .dt-body .dt-row:last-child .dt-col {
    border-bottom: 1px solid transparent !important
  }

  .data-table2 .format-icon {
    margin-right: 15px
  }

  .data-table2 .dt-convert-to .dropdown {
    flex: 1 0 auto;
    position: relative
  }

  .data-table2 .dt-convert-to .btn-caret {
    width: 100%
  }

  .data-table2 .dt-convert-to .btn-settings.disabled,
  .data-table2 .dt-convert-to .btn-settings:disabled {
    display: inline-block;
    visibility: hidden;
    opacity: 0
  }

  .data-table2 .dt-col-ocr-status {
    min-width: 150px
  }

  .data-table2 .dt-btn {
    min-width: 109px
  }

  .data-table2 .dt-meta-pages {
    display: inline-block;
    min-width: 18px
  }

  .content-sidebar .data-table2 .dt-col.text-error,
  .ocr-centered .data-table2 .dt-col.text-error {
    min-width: 240px
  }

  .content-sidebar .data-table2 .dt-btn {
    min-width: auto
  }
}

@media (min-width: 992px) {
  .data-table2 .dt-col:first-child {
    padding-left: 26px
  }

  .data-table2 .dt-col:last-child {
    padding-right: 16px
  }

  .data-table2 .dt-col.text-error {
    font-size: 12px;
    min-width: 500px
  }

  .data-table2 .dt-col-status {
    min-width: 90px
  }

  .data-table2 .dt-progress {
    min-width: 46px
  }

  .data-table2 .dt-meta-size {
    display: inline-block;
    min-width: 18px
  }

  .data-table2 .dt-meta-format {
    display: inline-block;
    min-width: 50px
  }

  .data-table2.dt-files .dt-progress {
    min-width: 180px
  }

  .data-table2.dt-files .dt-meta-size {
    min-width: 160px;
    padding-right: 30px
  }

  .content-sidebar .data-table2.dt-files .dt-progress {
    min-width: 46px
  }

  .content-sidebar .data-table2.dt-files .dt-meta-size {
    min-width: 18px;
    padding-right: 0
  }
}

@media (min-width: 1200px) {
  .data-table2 .dt-col.text-error {
    min-width: 600px
  }

  .data-table2.dt-files .dt-meta-format {
    min-width: 140px
  }

  .data-table2.dt-files .dt-progress {
    min-width: 260px
  }

  .data-table2.dt-files .dt-meta-size {
    min-width: 220px;
    padding-right: 50px
  }

  .content-sidebar .data-table2.dt-files .dt-meta-format {
    min-width: 50px
  }

  .content-sidebar .data-table2.dt-files .dt-btn {
    min-width: 40px
  }

  .content-sidebar .data-table2.dt-files .dt-progress {
    min-width: 80px
  }

  .content-sidebar .data-table2.dt-files .dt-meta-size {
    min-width: 80px;
    padding-right: 0
  }
}

.data-table-wrapper {
  margin: 0 -20px 40px
}

.data-table-wrapper:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  .data-table-wrapper {
    margin-left: 0;
    margin-right: 0
  }
}

.message+.data-table-wrapper {
  margin-top: -1px
}

.files-container {
  width: 100%
}

.files-container-box {
  margin: 0 -20px 50px;
  background-color: #f8f8f8;
  box-shadow: 0 18px 100px 4px rgba(0, 0, 0, .15);
  -webkit-background-clip: padding-box;
  -webkit-backface-visibility: hidden
}

.files-container-box,
.files-container-box>* {
  /* user-select: none */
}

.files-container-box .data-table-wrapper,
.files-container-box .file-tools {
  margin-left: 0;
  margin-right: 0
}

.files-container-box .data-table-wrapper {
  background-color: #fff;
  box-shadow: 0 7px 0 0 rgba(70, 70, 70, .01), 0 6px 0 0 rgba(65, 65, 65, .01), 0 5px 0 0 rgba(60, 60, 60, .01), 0 4px 0 0 rgba(55, 55, 55, .01), 0 3px 0 0 rgba(50, 50, 50, .01), 0 2px 0 0 rgba(50, 50, 50, .01), 0 1px 0 0 rgba(45, 45, 45, .01)
}

.files-container-box .file-tools {
  margin-bottom: 0
}

.files-container-box .file-tools .file-tools2 {
  box-shadow: none
}

.files-container-box .data-table2 {
  border-top-width: 0
}

@media (min-width: 768px) {
  .files-container-box {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 0 4px 4px
  }
}

.ocr-centered .files-container-box {
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .1), 0 2px 3px 0 rgba(0, 0, 0, .03)
}

.dt-formats-2col .data-table2 .dt-head .dt-row {
  padding: 5px 10px
}

.dt-formats-2col .data-table2 .dt-col {
  font-weight: 300;
  line-height: 23px !important
}

.dt-formats-2col .data-table2 .dt-votes {
  font-size: 13px
}

@media (min-width: 768px) {
  .dt-formats-2col>.col-12 {
    max-width: 620px
  }

  .dt-formats-2col .data-table2 .dt-head .dt-row {
    padding: auto
  }

  .dt-formats-2col .data-table2 .dt-head .dt-row .dt-col {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.file-thumb {
  width: 100px;
  min-width: 100px;
  position: relative;
  cursor: default;
  transition: width .15s ease-in-out
}

.file-thumb>span {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.file-thumb>.thumb {
  position: relative;
  width: 100%;
  padding-top: 138.55%;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 1px 0 0 hsla(0, 0%, 82.4%, .9);
  overflow: hidden
}

.file-thumb>.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.file-thumb [class*=icon-] {
  width: 30px;
  height: 30px
}

.file-thumb [class*=icon-]+.thumb img {
  opacity: .4
}

.file-thumb .icon-warning {
  font-size: 36px;
  line-height: 28px;
  text-align: center
}

.file-thumb .uploading-line {
  top: 0;
  bottom: auto;
  right: auto;
  display: block;
  height: 100%;
  background: #32be5b
}

.file-thumb>.btn-del {
  top: -12px;
  right: -12px;
  left: auto;
  bottom: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease-in-out
}

.file-thumb>.btn-del:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E")
}

.file-thumb:hover>.btn-del {
  opacity: 1
}

@media (min-width: 992px) {
  .file-thumb {
    width: 122px;
    min-width: 122px
  }
}

.ocr-file {
  display: flex
}

.ocr-file .ocr-file-meta {
  flex: 1 1 auto;
  min-width: 150px;
  padding: 15px 0 15px 20px;
  font-weight: 400
}

.ocr-file .ocr-file-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ocr-file .ocr-file-pages {
  min-height: 24px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #959595
}

.ocr-file .ocr-file-error {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0 5px
}

.ocr-file .ocr-file-btn .btn {
  min-width: 95px;
  padding-left: 12px;
  padding-right: 12px
}

@media (min-width: 992px) {
  .ocr-file .ocr-file-meta {
    padding: 30px 0 30px 25px
  }
}

.ocr-page {
  display: block;
  margin: 0;
  font-weight: 400;
  text-align: center
}

.ocr-page .ocr-page-num {
  display: inline-block;
  margin-top: 10px;
  padding: 0 2px;
  width: auto;
  min-width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.3px;
  text-align: center;
  color: #32be5b;
  border-radius: 2px;
  border: 1px solid #32be5b
}

.ocr-page [type=checkbox] {
  display: none
}

.ocr-page [type=checkbox]:checked+.ocr-page-num {
  color: #fff;
  background: #32be5b
}

.ocr-files-wrapper {
  margin: 0 -20px;
  background-color: #f6f6f6;
  border: 1px solid #efefef;
  padding: 20px
}

.ocr-files-wrapper .row {
  margin-bottom: -20px
}

.ocr-files-wrapper .col-12 {
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .ocr-files-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 30px
  }

  .ocr-files-wrapper .row {
    margin-bottom: -30px
  }

  .ocr-files-wrapper .col-12 {
    margin-bottom: 30px
  }
}

@media (min-width: 992px) {
  .ocr-files-wrapper {
    padding: 40px
  }
}

@media (min-width: 1200px) {
  .ocr-files-wrapper {
    padding: 50px
  }
}

.ocr-pages-wrapper {
  margin: 0 -20px;
  background-color: #f6f6f6;
  border: 1px solid #efefef;
  padding: 20px
}

.ocr-pages-wrapper .row {
  margin: 0 -11px -20px -12px
}

.ocr-pages-wrapper .col-auto {
  padding: 0 11px 0 12px;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .ocr-pages-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 30px
  }

  .ocr-pages-wrapper .row {
    margin-bottom: -30px
  }

  .ocr-pages-wrapper .col-auto {
    margin-bottom: 30px
  }
}

.ocr-centered {
  max-width: 850px;
  margin: 0 auto
}

.adb+.ocr-centered {
  margin-top: -3px
}

.ocr-settings .section {
  margin: 10px 0 0;
  padding: 30px 20px;
  background-color: #f6f6f6
}

.ocr-settings .section:first-child {
  margin-top: 0
}

.ocr-settings .section .row {
  margin-bottom: -20px
}

.ocr-settings .section .row [class*=col-],
.ocr-settings h4 {
  margin-bottom: 20px
}

.ocr-settings .form-group,
.ocr-settings h4:last-child {
  margin-bottom: 0
}

.ocr-settings .form-group>.form-control,
.ocr-settings .form-group>.selectboxit-container {
  width: 100%
}

.ocr-tools1+.ocr-settings {
  padding-top: 10px
}

@media (min-width: 768px) {
  .ocr-settings .section {
    padding: 30px
  }
}

@media (min-width: 992px) {
  .ocr-settings .section {
    padding: 40px
  }
}

.ocr-pages-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -6px !important
}

.ocr-pages-set>* {
  margin-bottom: 6px
}

.ocr-pages-set>.custom-control {
  padding-top: 6px;
  padding-bottom: 4px;
  margin-right: 15px
}

.ocr-pages-set .form-control-box {
  position: relative;
  flex: 1;
  min-width: 125px
}

.ocr-pages-set .form-control-box .form-control {
  display: block;
  width: 100%
}

@media (min-width: 768px) {
  .ocr-pages-set {
    justify-content: flex-start
  }

  .ocr-pages-set>.custom-control {
    margin-right: 20px
  }

  .ocr-tools2 .ocr-pages-set .form-control-box {
    max-width: 270px
  }

  .ocr-settings .ocr-pages-set>.custom-control:first-child {
    flex: 1 1 100%
  }
}

.converter-wrapper~.file-tools>.ocr-settings {
  margin-top: -30px
}

@media (min-width: 768px) {
  .converter-wrapper+.links-nav+.file-tools>.ocr-settings {
    margin-top: 0
  }
}

.about-page .rate-us {
  display: none
}

.about-advantages {
  margin: 0 0 50px
}

.about-advantages .section-title {
  margin-bottom: 45px
}

.about-advantages b {
  font-weight: 600
}

.about-advantages .icon {
  margin-bottom: 12px
}

.about-advantages .icon svg path:first-child {
  fill: #f33
}

.about-advantages .row {
  margin-bottom: -60px
}

.about-advantages [class*=col-] {
  margin-bottom: 60px;
  padding-right: 45px;
  padding-left: 45px;
  color: #333
}

.about-advantages [class*=col-]>* {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 576px) {
  .about-advantages [class*=col-] {
    max-width: 226px;
    padding-left: 20px;
    padding-right: 20px
  }

  .about-advantages [class*=col-]>* {
    max-width: 162px
  }
}

@media (min-width: 768px) {
  .about-advantages {
    margin-bottom: 60px
  }

  .about-advantages .row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 992px) {
  .about-advantages .row {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px
  }

  .about-advantages [class*=col-] {
    max-width: 20%
  }
}

.pricing+.about-advantages {
  margin-top: 50px
}

@media (min-width: 992px) {
  .pricing+.about-advantages .row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
  }

  .pricing+.about-advantages [class*=col-] {
    max-width: 33.33%
  }
}

.clients-section {
  background-color: #f8f8f8
}

.clients-section .logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px
}

.clients-section .logos:last-child {
  margin-bottom: -35px
}

.clients-section .logos img {
  width: auto;
  height: 40px;
  margin: 0 20px 35px;
  opacity: .6
}

@media (min-width: 768px) {
  .clients-section .logos {
    margin: 0 -24px
  }

  .clients-section .logos img {
    margin: 0 24px 35px
  }
}

.section-title .heart {
  font-size: 0;
  position: relative
}

.section-title .heart:before {
  position: relative;
  top: 1px;
  content: "\2764";
  font-size: 20px;
  color: #f33
}

.reviews-stat {
  margin-top: -5px;
  margin-bottom: 16px
}

.reviews-stat:last-child {
  margin-bottom: -45px
}

.reviews-stat .col-6 {
  padding-top: 2px;
  margin-bottom: 45px
}

.reviews-stat .logo {
  display: inline-block;
  opacity: .8
}

.reviews-stat .logo:hover {
  opacity: 1
}

.reviews-stat .logo img {
  width: auto;
  height: 40px
}

.reviews-stat .rating-stars {
  margin-top: 9px
}

.reviews-stat .rating-stars i {
  margin-left: 3px
}

.reviews-stat .rating-stars i:first-child {
  margin-left: 0
}

.reviews-stat .total {
  margin-top: 6px
}

.reviews-stat .total span {
  font-size: 12px;
  color: #959595;
  margin-left: 3px
}

.reviews-stat .total span a {
  text-decoration: none;
  color: currentColor
}

.reviews-stat .total span a:hover {
  color: #333
}

@media (max-width: 360px) {
  .reviews-stat .col-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 480px) {
  .reviews-stat {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto
  }

  .reviews-stat .col-6 {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 768px) {
  .reviews-stat {
    max-width: 920px
  }
}

.mediakit-section {
  background-color: #f8f8f8
}

.mediakit-section h2 {
  margin-bottom: 20px !important
}

.mediakit-section h2+p {
  margin: 0 auto 30px;
  max-width: 580px
}

.mediakit-section .btn {
  font-size: 17px;
  line-height: 22px;
  min-width: 160px
}

.imprint-section {
  background-color: #fff
}

.imprint-section .section-title {
  margin-top: -25px
}

.imprint-section .container {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (min-width: 768px) {
  .imprint-section .container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.imprint-info a {
  color: #333;
  text-decoration: underline
}

.imprint-info a:hover {
  color: #f33
}

.imprint-info p {
  margin-bottom: 22px;
  line-height: 22px
}

.imprint-info p:last-child {
  margin-bottom: 0
}

.imprint-info .logo {
  margin: 4px 0 17px;
  color: #474747
}

.imprint-info .logo a {
  color: currentColor !important
}

.imprint-info .reg-num,
.imprint-info small {
  font-size: 12px;
  font-weight: 300
}

.imprint-info small {
  color: #959595
}

.imprint-info .reg-num {
  line-height: 20px
}

.imprint-info .reg-num br {
  display: none
}

.imprint-info .col-12 {
  margin-bottom: 22px
}

.imprint-info .col-12:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  .imprint-info {
    justify-content: center;
    margin-left: -40px;
    margin-right: -40px
  }

  .imprint-info .reg-num br {
    display: inline
  }

  .imprint-info .col-12 {
    margin-bottom: 0;
    width: auto;
    flex: 0 1 auto;
    text-align: left;
    padding: 8px 40px 9px;
    border-left: 1px solid #eaeaea
  }

  .imprint-info .col-12:first-child {
    border-left: none
  }
}

@media (min-width: 860px) {
  .imprint-info {
    margin-left: -60px;
    margin-right: -60px
  }

  .imprint-info .col-12 {
    padding-left: 60px;
    padding-right: 60px
  }
}

#reviews {
  margin: 0 auto;
  max-width: 700px;
  padding: 60px 18px 40px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  background-repeat: no-repeat;
  background-position: 20px 22px;
  background-size: 23px 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e7e7e7' viewBox='0 0 46 36'%3E%3Cpath d='M21,23.412C21,28.771,16.724,33,11.207,33C5.276,33,1,28.629,1,21.58C1,14.391,5.414,6.779,13.689,1l3.724,4.371c-3.311,2.537-5.379,5.497-6.207,8.739C17.276,14.11,21,17.917,21,23.412z M35.207,14.11c0.827-3.242,2.896-6.203,6.207-8.739L37.69,1C29.413,6.78,25,14.391,25,21.582C25,28.629,29.275,33,35.207,33C40.725,33,45,28.771,45,23.414C45,17.917,41.275,14.11,35.207,14.11z'/%3E%3C/svg%3E")
}

#reviews .carousel-inner {
  padding-left: 2px;
  padding-right: 2px
}

#reviews .carousel-control-next,
#reviews .carousel-control-prev {
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  height: 40px
}

#reviews .carousel-control-next:focus:not(:active),
#reviews .carousel-control-prev:focus:not(:active) {
  opacity: .5
}

#reviews .carousel-control-next:hover,
#reviews .carousel-control-prev:hover {
  opacity: 1 !important
}

#reviews .carousel-control-prev {
  right: 50px
}

#reviews .review-title {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600
}

#reviews .review-title:last-child {
  margin-bottom: 0
}

#reviews .review-content {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px
}

#reviews .review-content p {
  margin-bottom: 14px
}

#reviews .review-content:last-child {
  padding-bottom: 14px
}

#reviews .review-content:last-child,
#reviews .review-content :last-child {
  margin-bottom: 0
}

#reviews .review-translate {
  font-size: 12px;
  line-height: 18px;
  color: #959595
}

#reviews .review-translate>* {
  cursor: pointer;
  transition: color .15s ease-in-out
}

#reviews .review-translate>:hover {
  color: #333
}

#reviews .review-meta {
  padding-bottom: 2px;
  line-height: 18px;
  font-size: 0
}

#reviews .review-meta>* {
  display: inline-block
}

#reviews .review-meta span {
  font-size: 12px;
  color: #959595
}

#reviews .review-meta b {
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400
}

#reviews .review-meta b+span {
  position: relative;
  margin-left: -12px;
  padding-left: 12px
}

#reviews .review-meta b+span:after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0
}

#reviews .review-meta a {
  text-decoration: none;
  color: currentColor
}

#reviews .review-meta a:hover {
  color: #333
}

#reviews .carousel-item[lang=ar] .review-content,
#reviews .carousel-item[lang=ar] .review-title,
#reviews .carousel-item[lang=ar] .review-translate {
  text-align: right;
  direction: rtl
}

@media (min-width: 576px) {
  #reviews {
    padding: 56px 78px 56px 93px;
    background-position: 30px 42px;
    background-size: 46px 36px
  }

  #reviews .carousel-control-next,
  #reviews .carousel-control-prev {
    top: auto;
    bottom: 19px;
    right: 15px
  }

  #reviews .carousel-control-prev {
    right: 55px
  }
}

@media (min-width: 768px) {
  #reviews {
    padding-left: 113px;
    padding-right: 98px;
    background-position: 48px 42px
  }
}

.chrome-app {
  font-family: Open Sans, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  position: fixed;
  z-index: 10;
  left: 30px;
  bottom: 30px;
  width: auto;
  min-width: 340px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .1);
  color: #333
}

.chrome-app * {
  /* -webkit-touch-callout: none;
  user-select: none; */
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: 400
}

.chrome-app>svg {
  float: left;
  margin: 0 15px 0 0
}

.chrome-app>svg+div {
  overflow: hidden;
  padding: 3px;
  display: table;
  width: 215px
}

.chrome-app h5 {
  padding: 0 10px 0 0;
  margin: -6px 0 28px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -.2px;
  color: inherit
}

.chrome-app p {
  margin: 0 -10px;
  white-space: nowrap
}

.chrome-app p>* {
  margin: 0 10px
}

.chrome-app a,
.chrome-app button {
  color: #959595;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out;
  cursor: pointer
}

.chrome-app a:hover,
.chrome-app button:hover {
  color: inherit
}

.chrome-app [class*=btn] {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0 5px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -.3px;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none
}

.chrome-app .btn-install {
  min-width: 105px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff !important;
  background-color: #f33;
  border-radius: 4px
}

.chrome-app .btn-install:hover {
  background-color: #ff4335
}

[dir=rtl] .chrome-app>svg {
  float: right;
  margin: 0 0 0 15px
}

[dir=rtl] .chrome-app h5 {
  padding: 0 0 0 10px
}

.rate-us {
  display: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  width: auto;
  min-width: 340px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .1);
  color: #333
}

@media (min-width: 768px) {
  .rate-us {
    display: block
  }
}

.rate-us * {
  /* -webkit-touch-callout: none;
  user-select: none; */
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: 400
}

.rate-us .close {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='M.724.118L.118.724 7.395 8 .118 15.276l.606.606L8 8.605l7.276 7.277.606-.606L8.605 8 15.882.724l-.606-.606L8 7.395z'/%3E%3C/svg%3E");
  opacity: .5;
  transition: opacity .15s ease-in-out;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

.rate-us .close:hover {
  opacity: 1
}

.rate-us .stars {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 30px;
  display: inline-block;
  white-space: nowrap;
  cursor: default;
  /* -webkit-touch-callout: none;
  user-select: none */
}

.rate-us .stars i {
  margin-left: 9px
}

.rate-us .stars i:first-child {
  margin-left: 0
}

.rate-us .stars i.on svg {
  fill: #ffb400
}

.rate-us .stars svg {
  width: 1.25em;
  height: 1.25em;
  fill: #ccc
}

.rate-us div {
  overflow: hidden;
  padding: 3px;
  display: table;
  width: 280px
}

.rate-us h5 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -.2px;
  color: inherit
}

.rate-us p {
  margin: 0 -10px;
  white-space: nowrap
}

.rate-us p>* {
  margin: 0 10px
}

.rate-us a,
.rate-us button {
  color: #959595;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out;
  cursor: pointer
}

.rate-us a:hover,
.rate-us button:hover {
  color: #333
}

.rate-us [class*=btn] {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0 5px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -.3px;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none
}

.rate-us .btn[data-action=close] {
  min-width: 95px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff !important;
  background-color: #3bb5e9;
  border-radius: 4px
}

.rate-us .btn[data-action=close]:hover {
  background-color: #2babe2
}

.rate-us .rated p {
  margin-top: 30px
}

.rate-us .rated-trust .btn {
  margin-top: 30px;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  border: 1px solid #f33;
  border-radius: 6px
}

.rate-us .rated-trust .btn svg {
  vertical-align: top;
  margin: -3px 0 -5px 3px;
  top: 0
}

.rate-us .rated-trust .btn:hover {
  border-color: #ff4335
}

/* ============================================ menu ============================================ */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.header__btn {
  width: 44px;
  height: 44px;
  display: block;
  margin-left: -10px;
}

.header__btn svg {
  width: 30px;
  height: 30px;
  /* fill: var(--gray); */
}

.nav-right {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .nav-right {
    display: none;
    position: fixed;
    top: 80px;
    right: 0px;
    background-color: var(--white);
    padding: 30px 24px;
    transition: transform 0.5s ease;
    /* border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray); */
    border: 1px solid var(--gray);
    width: 100%;
  }
}

/* end macbook */

.header__nav li {
  display: block;
  margin-bottom: 25px;
  min-width: 44px;
}

.header__nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black2);
  text-transform: capitalize;
}

.header__nav a svg {
  fill: var(--black2);
  width: 14px;
  height: auto;
  transition: 0.5s ease;
  margin-left: 1px;
  margin-top: 2px;
}

.header__nav a:hover,
.header__nav a[aria-expanded="true"] {
  color: var(--gray);
}

.header__nav a:hover svg,
.header__nav a[aria-expanded="true"] svg {
  fill: var(--gray);
}

.header__dropdown {
  position: relative;
  display: block;
  width: auto;
}

.header__dropdown .dropdown-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header__dropdown .dropdown-link svg {
  width: 14px;
  height: auto;
  fill: var(--black2);
  margin-left: 3px;
  margin-top: 2px;
  transition: fill 0.5s ease;
}

.header__dropdown .dropdown-link:hover,
.header__dropdown .dropdown-link[aria-expanded="true"] {
  color: var(--gray);
}

.header__dropdown .dropdown-link:hover svg,
.header__dropdown .dropdown-link[aria-expanded="true"] svg {
  fill: var(--gray);
}

.header__dropdown .dropdown-link--menu {
  height: 44px;
  width: 44px;
}

.header__dropdown .dropdown-link--menu svg {
  width: 23px;
  margin-left: 0;
  margin-top: 0;
}

.header__dropdown-menu {
  position: absolute;
  background-color: var(--white);
  padding: 16px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  border-radius: 8px;
  transition: 0.5s ease;
  transition-property: opacity, margin-top, transform;
  margin-top: 0;
  top: 0;
  transform: translate3d(0px, 26px, 0px);
  border: 1px solid var(--gray);
}

.header__dropdown-menu li {
  position: relative;
  padding: 0;
  margin-bottom: 12px;
}

.header__dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header__dropdown-menu a {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  text-transform: none;
  font-weight: 500;
  padding: 0 0 0 17px;
}

.header__dropdown-menu a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--red);
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: box-shadow 0.5s ease;
}

.header__dropdown-menu a:hover {
  color: var(--gray);
}

.header__dropdown-menu a:hover:before {
  box-shadow: 0 0 8px var(--red);
}

.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .header__dropdown-menu.show {
    width: 100%;
  }

  .header__nav {
    margin: 0;
    padding: 0;
  }

  .header__nav li {
    width: 100%;
  }

  .header__nav li:last-child {
    margin-bottom: 0;
  }

  .header__nav a {
    width: 100%;
  }

  .dropdown-link--menu {
    width: 100% !important;
  }

  .dark_mode span {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header__btn {
    display: none;
  }

  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .header__nav li {
    display: block;
    margin-right: 44px;
    margin-bottom: 0;
  }

  .header__nav li:last-child {
    margin-right: 0;
  }

  .header__dropdown .dropdown-link--menu {
    justify-content: center;
  }

  .header__dropdown .dropdown-link {
    justify-content: center;
  }

  .header__dropdown-menu {
    transform: translate3d(0px, 42px, 0px);
    margin-top: -10px;
  }

  .header__dropdown-menu li {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 0;
  }

  .header__dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .header__dropdown-menu.show {
    margin-top: 0;
  }
}

/* ============================================ game__content ============================================ */
.title-file {
  color: #f33;
  font-size: 33px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -1.3px;
}

.desc-file {
  font-weight: 400;
  margin-bottom: 0;
}

.game__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* background: var(--black2); */
  color: var(--black);
}


.game__content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .game__content iframe {
    max-width: 100%;
  }
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
  margin-bottom: 12px;
  color: var(--black2);
}

.game__content h1:last-child,
.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child {
  margin-bottom: 0;
}

.game__content h1 {
  font-size: 32px;
  color: var(--red);
}

.game__content h2 {
  font-size: 28px;
}

.game__content h3 {
  font-size: 24px;
}

.game__content h4 {
  font-size: 22px;
}

.game__content h5 {
  font-size: 18px;
}

.game__content h6 {
  font-size: 16px;
}

.game__content p {
  line-height: 26px;
  margin-bottom: 26px;
  letter-spacing: 0.4px;
}

.game__content a {
  font-style: italic;
  color: var(--red);
  text-decoration: none;
}

.game__content a:hover,
.game__content a:focus {
  color: var(--black2);
}

.game__content blockquote {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 30px;
  color: var(--black2);
  margin-bottom: 26px;
}

.game__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 16px;
  width: 3px;
  background-color: var(--red);
  -webkit-box-shadow: 0 0 13px 0 var(--red);
  box-shadow: 0 0 13px 0 var(--red);
  border-radius: 4px;
}

.game__content blockquote p {
  margin-bottom: 0;
}

.game__content blockquote:last-child {
  margin-bottom: 0;
}

.game__content ul,
.game__content ol {
  padding-left: 30px;
  margin-bottom: 26px;
}

.game__content ul:last-child,
.game__content ol:last-child {
  margin-bottom: 0;
}

.game__content li {
  line-height: 26px;
  padding-left: 6px;
  position: relative;
}

/* ============================================ footer ============================================ */
footer {
  font-size: 16px;
  padding: 24px 0;
  /* -webkit-box-shadow: 0px -1px 0px var(--black2);
  box-shadow: 0px -1px 0px var(--black2); */
  background-color: #282828;
}

footer .flex-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infor {
  text-align: center;
}

.infor a:hover {
  text-decoration: unset;
  color: rgba(255, 255, 255, .8);
}

.infor a {
  color: #959595;
}

.infor a::after {
  content: "|";
  margin: 0 5px;
  color: #f33;
}

.infor a:last-child::after {
  content: "";
}