body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active {
  outline: 0
}

a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

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

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

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

input[type=search] {
  box-sizing: content-box;
}


textarea {
  overflow: auto
}

html {
  box-sizing: border-box
}

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

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

@viewport {
  width: device-width
}

html {
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff
}

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

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

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

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

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

a {
  color: #0275d8;
  text-decoration: none
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

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

img {
  vertical-align: middle
}

[role=button] {
  cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button:focus {
  outline: 1px dotted;
}

button,
input,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0
}

textarea {
  resize: vertical
}

input[type=search] {
  box-sizing: inherit;
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

.h1 {
  font-size: 2.5rem
}

.h2 {
  font-size: 2rem
}

.h3 {
  font-size: 1.75rem
}

.h4 {
  font-size: 1.5rem
}

.h5 {
  font-size: 1.25rem
}

.h6 {
  font-size: 1rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

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

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

.img-rounded {
  border-radius: .3rem
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto
}

.container::after {
  display: table;
  clear: both;
  content: ""
}

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

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

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

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

.container-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto
}

.container-fluid::after {
  display: table;
  clear: both;
  content: ""
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
  display: flex;
  flex-wrap: wrap;
}

.row::after {
  display: table;
  clear: both;
  content: ""
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-1 {
  width: 8.333333%
}

.col-xs-2 {
  width: 16.666667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.333333%
}

.col-xs-5 {
  width: 41.666667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-8 {
  width: 66.666667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.333333%
}

.col-xs-11 {
  width: 91.666667%
}

.col-xs-12 {
  width: 100%
}

@media (min-width:544px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-1 {
    width: 8.333333%
  }

  .col-sm-2 {
    width: 16.666667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.333333%
  }

  .col-sm-5 {
    width: 41.666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.333333%
  }

  .col-sm-8 {
    width: 66.666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.333333%
  }

  .col-sm-11 {
    width: 91.666667%
  }

  .col-sm-12 {
    width: 100%
  }
}

@media (min-width:768px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-1 {
    width: 8.333333%
  }

  .col-md-2 {
    width: 16.666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.333333%
  }

  .col-md-5 {
    width: 41.666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.333333%
  }

  .col-md-8 {
    width: 66.666667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.333333%
  }

  .col-md-11 {
    width: 91.666667%
  }

  .col-md-12 {
    width: 100%
  }
}

@media (min-width:992px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-1 {
    width: 8.333333%
  }

  .col-lg-2 {
    width: 16.666667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.333333%
  }

  .col-lg-5 {
    width: 41.666667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.333333%
  }

  .col-lg-8 {
    width: 66.666667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.333333%
  }

  .col-lg-11 {
    width: 91.666667%
  }

  .col-lg-12 {
    width: 100%
  }
}

@media (min-width:1200px) {

  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left
  }

  .col-xl-1 {
    width: 8.333333%
  }

  .col-xl-2 {
    width: 16.666667%
  }

  .col-xl-3 {
    width: 25%
  }

  .col-xl-4 {
    width: 33.333333%
  }

  .col-xl-5 {
    width: 41.666667%
  }

  .col-xl-6 {
    width: 50%
  }

  .col-xl-7 {
    width: 58.333333%
  }

  .col-xl-8 {
    width: 66.666667%
  }

  .col-xl-9 {
    width: 75%
  }

  .col-xl-10 {
    width: 83.333333%
  }

  .col-xl-11 {
    width: 91.666667%
  }

  .col-xl-12 {
    width: 100%
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .25rem
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0
}

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

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

.form-control:disabled {
  cursor: not-allowed
}

.form-control-file,
.form-control-range {
  display: block
}

.form-control-label {
  padding: .375rem .75rem;
  margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 2.25rem
  }
}

.form-control-static {
  min-height: 2.25rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: .275rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem
}

.form-group {
  margin-bottom: 1rem
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-bottom: .75rem
}

.checkbox label,
.radio label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox label input:only-child,
.radio label input:only-child {
  position: static
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -.25rem
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: .75rem
}

input[type=checkbox].disabled,
input[type=checkbox]:disabled,
input[type=radio].disabled,
input[type=radio]:disabled {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label {
  cursor: not-allowed
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.4625rem 1.4625rem
}

@media (min-width:544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus {
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

.dropdown-toggle:focus {
  outline: 0
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: .875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: inline-block
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent
}

.nav-inline .nav-item {
  display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
  margin-left: 1rem
}

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

.nav-tabs::after {
  display: table;
  clear: both;
  content: ""
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px
}

.nav-tabs .nav-item+.nav-item {
  margin-left: .2rem
}

.nav-tabs .nav-link {
  display: block;
  padding: .5em 1em;
  border: 1px solid transparent;
  border-radius: .25rem .25rem 0 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent
}

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

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

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

.navbar {
  position: relative;
  padding: .5rem 1rem
}

.navbar::after {
  display: table;
  clear: both;
  content: ""
}

@media (min-width:544px) {
  .navbar {
    border-radius: .25rem
  }
}

.navbar-full {
  z-index: 1000
}

@media (min-width:544px) {
  .navbar-full {
    border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:544px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0
}

.navbar-fixed-bottom {
  bottom: 0
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%
}

@media (min-width:544px) {
  .navbar-sticky-top {
    border-radius: 0
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden
}

.navbar-divider::before {
  content: "\00a0"
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

@media (min-width:544px) {
  .navbar-toggleable-xs {
    display: block !important
  }
}

@media (min-width:768px) {
  .navbar-toggleable-sm {
    display: block !important
  }
}

@media (min-width:992px) {
  .navbar-toggleable-md {
    display: block !important
  }
}

.navbar-nav .nav-item {
  float: left
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem
}

.navbar-nav .nav-link+.nav-link {
  margin-left: 1rem
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 1rem
}

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

@media (min-width:544px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  opacity: .9
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  line-break: auto
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -.7rem -.7rem 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover-arrow {
  border-width: 11px
}

.popover-arrow::after {
  content: "";
  border-width: 10px
}

.clearfix::after {
  display: table;
  clear: both;
  content: ""
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.invisible {
  visibility: hidden !important
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-xs-left {
  text-align: left !important
}

.text-xs-right {
  text-align: right !important
}

.text-xs-center {
  text-align: center !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-italic {
  font-style: italic
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

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

.m-t-0 {
  margin-top: 0 !important
}

.m-r-0 {
  margin-right: 0 !important
}

.m-b-0 {
  margin-bottom: 0 !important
}

.m-l-0 {
  margin-left: 0 !important
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.m-a-1 {
  margin: 1rem 1rem !important
}

.m-t-1 {
  margin-top: 1rem !important
}

.m-r-1 {
  margin-right: 1rem !important
}

.m-b-1 {
  margin-bottom: 1rem !important
}

.m-l-1 {
  margin-left: 1rem !important
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important
}

.m-t-2 {
  margin-top: 1.5rem !important
}

.m-r-2 {
  margin-right: 1.5rem !important
}

.m-b-2 {
  margin-bottom: 1.5rem !important
}

.m-l-2 {
  margin-left: 1.5rem !important
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.m-a-3 {
  margin: 3rem 3rem !important
}

.m-t-3 {
  margin-top: 3rem !important
}

.m-r-3 {
  margin-right: 3rem !important
}

.m-b-3 {
  margin-bottom: 3rem !important
}

.m-l-3 {
  margin-left: 3rem !important
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

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

.p-t-0 {
  padding-top: 0 !important
}

.p-r-0 {
  padding-right: 0 !important
}

.p-b-0 {
  padding-bottom: 0 !important
}

.p-l-0 {
  padding-left: 0 !important
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.p-a-1 {
  padding: 1rem 1rem !important
}

.p-t-1 {
  padding-top: 1rem !important
}

.p-r-1 {
  padding-right: 1rem !important
}

.p-b-1 {
  padding-bottom: 1rem !important
}

.p-l-1 {
  padding-left: 1rem !important
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important
}

.p-t-2 {
  padding-top: 1.5rem !important
}

.p-r-2 {
  padding-right: 1.5rem !important
}

.p-b-2 {
  padding-bottom: 1.5rem !important
}

.p-l-2 {
  padding-left: 1.5rem !important
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.p-a-3 {
  padding: 3rem 3rem !important
}

.p-t-3 {
  padding-top: 3rem !important
}

.p-r-3 {
  padding-right: 3rem !important
}

.p-b-3 {
  padding-bottom: 3rem !important
}

.p-l-3 {
  padding-left: 3rem !important
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.hidden-xs-up {
  display: none !important
}

@media (max-width:543px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media (min-width:544px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media (max-width:767px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media (min-width:768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media (max-width:991px) {
  .hidden-md-down {
    display: none !important
  }
}

@media (min-width:992px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media (max-width:1199px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-xl-up {
    display: none !important
  }
}

body {
  color: #8c8c8c;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  overflow-x: hidden
}

a,
button {
  transition: all .3s ease
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

h2 {
  font-size: 2.2rem
}

.tm-thin-font {
  font-weight: 300
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1390px;
  overflow-x: hidden
}

@media (max-width:1390px) {
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%
  }
}

.tm-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9;
}

.tm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background-color: #fff;
}

.tm-site-name {
  color: #d02de5;
  display: block;
  font-size: 2rem;
  font-weight: 400
}

.tm-main-nav {
  font-size: 1.2rem
}

.navbar-nav .nav-link {
  border-radius: 6px;
  color: #000;
  padding: 10px 25px
}

.nav-item.active .nav-link,
.nav-link:focus,
.nav-link:hover {
  color: #fff;
  background-color: #d02de5
}

.tm-gold-text a {
  color: #d02de5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tm-section {
  padding-top: 120px;
  padding-bottom: 100px
}

.tm-home-img-container {
  background-image: url(../img/tm-home-img.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px
}

.tm-about-img-container,
.tm-blog-img-container,
.tm-contact-img-container {
  background-size: auto 200px;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px
}

.tm-title {
  margin-bottom: 1rem;
  line-height: 1.4
}

.tm-subtitle {
  font-size: 1.4rem;
  max-width: 800px;
  margin: 0 auto 80px
}

.tm-content-box {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.tm-content-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

h3 {
  font-size: 1.65rem
}

h4 {
  font-size: 1.4rem;
  line-height: 1.6
}

.tm-btn {
  color: #fff;
  background-color: #d02de5;
  border: none;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px
}

.tm-btn:focus,
.tm-btn:hover {
  background-color: #d02de5;
  color: #fff;
  outline: 0
}

.tm-margin-b-15 {
  margin-bottom: 15px
}

.tm-margin-b-20 {
  width: 100%;
  margin-bottom: 20px
}

.tm-margin-b-30 {
  margin-bottom: 30px
}

.tm-margin-b-40 {
  margin-bottom: 40px
}

.tm-margin-t-big {
  margin-top: 90px
}

.tm-margin-t-mid {
  margin-top: 60px
}

.tm-margin-t-small {
  margin-top: 30px
}

.tm-text-link {
  color: #82b0c7;
  line-height: 2.8;
  text-decoration: underline
}

.tm-overflow-auto {
  overflow: auto
}

.tm-small-font {
  font-size: 1rem
}

.tm-related-post {
  margin-bottom: 40px
}

.tm-related-post:last-child {
  margin-bottom: 0
}

.media-left {
  padding-right: 25px
}

.media-body {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px
}

.tm-media-description {
  margin-bottom: 0
}

.tm-2-col-right {
  padding-left: 20px
}

.tm-footer {
  color: #c6c6c6;
  background-color: #191919;
  background-image: url(../img/classic-pattern-bg.png);
  font-size: 1rem;
  padding-top: 40px;
  padding-bottom: 20px
}

.tm-footer-links-container {
  padding-left: 10px
}

.tm-footer-link {
  color: #d02de5;
  line-height: 2.8;
  text-decoration: underline
}

.tm-footer-link:focus,
.tm-footer-link:hover {
  color: #d02de5;
  text-decoration: none
}

.tm-footer-thumbnail {
  margin-bottom: 5px
}

.tm-copyright-text {
  color: #999;
  margin-bottom: 0
}

hr {
  border-top: 1px solid #ccc
}

p {
  line-height: 1.9
}

.tm-gray-bg {
  background-color: #ccc;
  color: #000;
  padding: 30px 20px 20px
}

.tm-footer-content-box-title {
  margin-bottom: 30px
}

.tm-img-post {
  margin-bottom: 30px
}

.tm-aside-r {
  padding-left: 30px
}

.form-control {
  border-radius: 0;
  font-size: 1.1rem;
  padding: .75rem 1rem
}

.form-control:focus {
  border-color: #d02de5
}

.tm-form-description {
  margin-top: 30px
}

.tm-contact-form {
  padding-top: 20px
}

#google-map {
  height: 333px;
  width: 100%;
  margin-top: 40px
}

.tm-contact-right {
  padding-left: 30px
}

.tm-p-small {
  font-size: 1rem
}

@media (max-width:1199px) {
  .tm-2-col-left {
    padding-right: 0
  }

  .tm-2-col-right {
    padding-left: 0
  }

  .tm-text-link {
    line-height: 2.2
  }

  .container-fluid {
    padding-left: 4%;
    padding-right: 4%
  }
}

@media (max-width:991px) {
  .tm-home-img-container {
    background: 0 0;
    height: auto
  }

  .tm-subtitle {
    margin-bottom: 40px
  }

  #tmNavbar .navbar-nav .nav-link {
    padding: 10px 25px
  }

  .media {
    max-width: 240px
  }

  .media-left {
    display: block;
    margin-bottom: 20px
  }

  .tm-content-box {
    margin-bottom: 50px
  }

  .tm-text-link {
    line-height: 2.4
  }

  .tm-section {
    padding-top: 50px;
    padding-bottom: 60px
  }

  .tm-2-col-left,
  .tm-2-col-right {
    margin: 0 auto;
    max-width: 660px
  }

  .tm-margin-t-big {
    margin-top: 30px
  }

  .tm-footer-content-box {
    margin-bottom: 40px
  }

  .tm-2-rows-md-swap {
    display: flex;
    flex-direction: column
  }

  .tm-2-rows-md-down-1 {
    order: 1
  }

  .tm-2-rows-md-down-2 {
    order: 2;
    margin-bottom: 0;
    margin-top: 30px
  }

  .tm-contact-right {
    padding-left: 15px;
    padding-top: 40px
  }

  .col-lg-8 h2.tm-title {
    font-size: 2rem;
  }

  .tm-site-name {
    font-size: 1.5rem;
  }
}

@media (max-width:897px) {
  .tm-btn {
    padding: 10px 15px;
    font-size: 1rem
  }
}

@media (max-width:767px) {
  .tm-main-nav {
    position: fixed;
    right: 0;
    top: -5px;
    z-index: 1000
  }

  #tmNavbar .navbar-nav .nav-item {
    float: none
  }

  #tmNavbar .navbar-nav .nav-link {
    padding: 10px 35px
  }

  #tmNavbar {
    background: #fff;
    border-radius: 6px
  }

  #tmNavbar .navbar-nav .nav-item+.nav-item {
    margin-left: 0
  }

  .tm-header-inner {
    height: 45px;
  }

  .navbar-toggler {
    background: #fff;
    color: #d02de5;
    display: block;
    margin-left: auto;
    margin-right: 0
  }

  .navbar-toggler:focus {
    outline: 0
  }

  .tm-content-box {
    margin-bottom: 50px
  }

  .tm-2-col-left {
    padding-right: 0;
    max-width: 660px
  }

  .tm-2-col-right {
    padding-left: 0
  }

  .tm-margin-b-40 {
    margin-bottom: 25px
  }

  .tm-copyright-text {
    padding-top: 0
  }

  .tm-gray-bg {
    padding: 20px 20px 10px
  }

  .tm-footer {
    padding-bottom: 15px
  }

  .tm-2-rows-sm-swap {
    display: flex;
    flex-direction: column
  }

  .tm-2-rows-sm-down-1 {
    order: 1
  }

  .tm-2-rows-sm-down-2 {
    order: 2;
    margin-bottom: 0;
    margin-top: 30px
  }

  .tm-sm-m-b {
    margin-bottom: 20px
  }

  .tm-aside-r {
    padding-left: 15px
  }

  .tm-aside-container {
    max-width: 100%px;
    margin: 0 auto
  }

  .tm-blog-post {
    padding-bottom: 10px
  }

  .tm-content-box-contact {
    margin-top: 40px;
    margin-bottom: 0
  }

  .tm-contact-row-related-posts {
    margin-top: 40px
  }
}

@media (max-width:543px) {
  .tm-footer-links-container {
    padding-left: 0
  }

  .tm-xs-m-t {
    margin-top: 20px
  }

  .tm-btn {
    padding: 10px 30px
  }
}

@media(max-width:510px) {
  .media {
    max-width: 240px
  }

  .media-left {
    display: block;
    margin-bottom: 20px
  }

  .tm-section {
    padding-top: 18%;
    padding-bottom: 10%
  }

  .tm-subtitle {
    margin-bottom: 20px
  }

  .tm-margin-b-40 {
    margin-bottom: 15px
  }

  .tm-content-box {
    margin-bottom: 40px
  }

  .tm-margin-t-mid {
    margin-top: 30px
  }

  .tm-footer-content-box {
    margin-bottom: 40px
  }

  .tm-footer-content-box-title {
    margin-bottom: 15px
  }

  #google-map {
    margin-top: 25px
  }

  .tm-map-section {
    margin-top: 50px
  }

  .tm-contact-related-posts-container {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto
  }
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}



/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: #d02de5;
  color: #fff;
}

.post-pagination li:hover a {
  background: #d02de5;
  color: #fff;
}
.dsc img{
  display: block;
  margin: 10px auto;
}